Class CatSegmentReplicationRecord
Inheritance
CatSegmentReplicationRecord
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class CatSegmentReplicationRecord : ICatRecord
Properties
|
Edit this page
View Source
Bytes
Declaration
[DataMember(Name = "bytes")]
public string Bytes { get; set; }
Property Value
|
Edit this page
View Source
BytesBehind
Declaration
[DataMember(Name = "bytes_behind")]
public string BytesBehind { get; set; }
Property Value
|
Edit this page
View Source
BytesFetched
Declaration
[DataMember(Name = "bytes_fetched")]
public string BytesFetched { get; set; }
Property Value
|
Edit this page
View Source
BytesPercent
Declaration
[DataMember(Name = "bytes_percent")]
public string BytesPercent { get; set; }
Property Value
|
Edit this page
View Source
BytesTotal
Declaration
[DataMember(Name = "bytes_total")]
public string BytesTotal { get; set; }
Property Value
|
Edit this page
View Source
CheckpointsBehind
Declaration
[DataMember(Name = "checkpoints_behind")]
public string CheckpointsBehind { get; set; }
Property Value
|
Edit this page
View Source
CurrentLag
Declaration
[DataMember(Name = "current_lag")]
public string CurrentLag { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "file_diff_stage_time_taken")]
public string FileDiffStageTimeTaken { get; set; }
Property Value
|
Edit this page
View Source
Files
Declaration
[DataMember(Name = "files")]
public string Files { get; set; }
Property Value
|
Edit this page
View Source
FilesFetched
Declaration
[DataMember(Name = "files_fetched")]
public string FilesFetched { get; set; }
Property Value
|
Edit this page
View Source
FilesPercent
Declaration
[DataMember(Name = "files_percent")]
public string FilesPercent { get; set; }
Property Value
|
Edit this page
View Source
FilesTotal
Declaration
[DataMember(Name = "files_total")]
public string FilesTotal { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "finalize_replication_stage_time_taken")]
public string FinalizeReplicationStageTimeTaken { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "get_checkpoint_info_stage_time_taken")]
public string GetCheckpointInfoStageTimeTaken { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "get_files_stage_time_taken")]
public string GetFilesStageTimeTaken { get; set; }
Property Value
|
Edit this page
View Source
LastCompletedLag
Declaration
[DataMember(Name = "last_completed_lag")]
public string LastCompletedLag { get; set; }
Property Value
|
Edit this page
View Source
RejectedRequests
Declaration
[DataMember(Name = "rejected_requests")]
public string RejectedRequests { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "replicating_stage_time_taken")]
public string ReplicatingStageTimeTaken { get; set; }
Property Value
|
Edit this page
View Source
ShardId
Declaration
[DataMember(Name = "shardId")]
public string ShardId { get; set; }
Property Value
|
Edit this page
View Source
Stage
Declaration
[DataMember(Name = "stage")]
public string Stage { get; set; }
Property Value
|
Edit this page
View Source
StartTime
Declaration
[DataMember(Name = "start_time")]
public string StartTime { get; set; }
Property Value
|
Edit this page
View Source
StopTime
Declaration
[DataMember(Name = "stop_time")]
public string StopTime { get; set; }
Property Value
|
Edit this page
View Source
TargetHost
Declaration
[DataMember(Name = "target_host")]
public string TargetHost { get; set; }
Property Value
|
Edit this page
View Source
TargetNode
Declaration
[DataMember(Name = "target_node")]
public string TargetNode { get; set; }
Property Value
|
Edit this page
View Source
Time
Declaration
[DataMember(Name = "time")]
public string Time { get; set; }
Property Value
Implements
Extension Methods