Search Results for

    Show / Hide Table of Contents

    Class CatSegmentReplicationRecord

    Inheritance
    object
    CatSegmentReplicationRecord
    Implements
    ICatRecord
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    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
    Type Description
    string
    | Edit this page View Source

    BytesBehind

    Declaration
    [DataMember(Name = "bytes_behind")]
    public string BytesBehind { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    BytesFetched

    Declaration
    [DataMember(Name = "bytes_fetched")]
    public string BytesFetched { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    BytesPercent

    Declaration
    [DataMember(Name = "bytes_percent")]
    public string BytesPercent { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    BytesTotal

    Declaration
    [DataMember(Name = "bytes_total")]
    public string BytesTotal { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    CheckpointsBehind

    Declaration
    [DataMember(Name = "checkpoints_behind")]
    public string CheckpointsBehind { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    CurrentLag

    Declaration
    [DataMember(Name = "current_lag")]
    public string CurrentLag { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    FileDiffStageTimeTaken

    Declaration
    [DataMember(Name = "file_diff_stage_time_taken")]
    public string FileDiffStageTimeTaken { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Files

    Declaration
    [DataMember(Name = "files")]
    public string Files { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    FilesFetched

    Declaration
    [DataMember(Name = "files_fetched")]
    public string FilesFetched { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    FilesPercent

    Declaration
    [DataMember(Name = "files_percent")]
    public string FilesPercent { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    FilesTotal

    Declaration
    [DataMember(Name = "files_total")]
    public string FilesTotal { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    FinalizeReplicationStageTimeTaken

    Declaration
    [DataMember(Name = "finalize_replication_stage_time_taken")]
    public string FinalizeReplicationStageTimeTaken { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    GetCheckpointInfoStageTimeTaken

    Declaration
    [DataMember(Name = "get_checkpoint_info_stage_time_taken")]
    public string GetCheckpointInfoStageTimeTaken { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    GetFilesStageTimeTaken

    Declaration
    [DataMember(Name = "get_files_stage_time_taken")]
    public string GetFilesStageTimeTaken { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    LastCompletedLag

    Declaration
    [DataMember(Name = "last_completed_lag")]
    public string LastCompletedLag { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    RejectedRequests

    Declaration
    [DataMember(Name = "rejected_requests")]
    public string RejectedRequests { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ReplicatingStageTimeTaken

    Declaration
    [DataMember(Name = "replicating_stage_time_taken")]
    public string ReplicatingStageTimeTaken { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ShardId

    Declaration
    [DataMember(Name = "shardId")]
    public string ShardId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Stage

    Declaration
    [DataMember(Name = "stage")]
    public string Stage { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    StartTime

    Declaration
    [DataMember(Name = "start_time")]
    public string StartTime { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    StopTime

    Declaration
    [DataMember(Name = "stop_time")]
    public string StopTime { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TargetHost

    Declaration
    [DataMember(Name = "target_host")]
    public string TargetHost { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TargetNode

    Declaration
    [DataMember(Name = "target_node")]
    public string TargetNode { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Time

    Declaration
    [DataMember(Name = "time")]
    public string Time { get; set; }
    Property Value
    Type Description
    string

    Implements

    ICatRecord

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Bytes
      • BytesBehind
      • BytesFetched
      • BytesPercent
      • BytesTotal
      • CheckpointsBehind
      • CurrentLag
      • FileDiffStageTimeTaken
      • Files
      • FilesFetched
      • FilesPercent
      • FilesTotal
      • FinalizeReplicationStageTimeTaken
      • GetCheckpointInfoStageTimeTaken
      • GetFilesStageTimeTaken
      • LastCompletedLag
      • RejectedRequests
      • ReplicatingStageTimeTaken
      • ShardId
      • Stage
      • StartTime
      • StopTime
      • TargetHost
      • TargetNode
      • Time
    • Implements
    • Extension Methods
    Back to top Generated by DocFX