@opensearch-project/opensearch
Version:
The official OpenSearch client for Node.js
47 lines (42 loc) • 1.23 kB
TypeScript
/*
* Copyright OpenSearch Contributors
* SPDX-License-Identifier: Apache-2.0
*
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
*/
/*
* This file was generated from the OpenSearch API Spec. Do NOT edit it
* manually. If you want to make changes, either update the spec or
* modify the API generator.
*/
import * as Common from './_common'
export type SegmentReplicationRecord = {
bytes?: string;
bytes_behind?: string;
bytes_fetched?: string;
bytes_percent?: Common.PercentageString;
bytes_total?: string;
checkpoints_behind?: string;
current_lag?: string;
file_diff_stage_time_taken?: string;
files?: string;
files_fetched?: string;
files_percent?: Common.PercentageString;
files_total?: string;
finalize_replication_stage_time_taken?: string;
get_checkpoint_info_stage_time_taken?: string;
get_files_stage_time_taken?: string;
last_completed_lag?: string;
rejected_requests?: string;
replicating_stage_time_taken?: string;
shardId?: string;
stage?: string;
start_time?: string;
stop_time?: string;
target_host?: string;
target_node?: string;
time?: string;
}