Search Results for

    Show / Hide Table of Contents

    Class CatRecoveryRecord

    Inheritance
    object
    CatRecoveryRecord
    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 CatRecoveryRecord : 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

    BytesPercent

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

    BytesRecovered

    Declaration
    [DataMember(Name = "bytes_recovered")]
    public string BytesRecovered { 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

    Files

    Declaration
    [DataMember(Name = "files")]
    public string Files { 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

    FilesRecovered

    Declaration
    [DataMember(Name = "files_recovered")]
    public string FilesRecovered { 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

    Index

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

    Repository

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

    Shard

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

    Snapshot

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

    SourceHost

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

    SourceNode

    Declaration
    [DataMember(Name = "source_node")]
    public string SourceNode { 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

    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
    | Edit this page View Source

    TranslogOps

    Declaration
    [DataMember(Name = "translog_ops")]
    public long? TranslogOps { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    TranslogOpsPercent

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

    TranslogOpsRecovered

    Declaration
    [DataMember(Name = "translog_ops_recovered")]
    public long? TranslogOpsRecovered { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    Type

    Declaration
    [DataMember(Name = "type")]
    public string Type { 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
      • BytesPercent
      • BytesRecovered
      • BytesTotal
      • Files
      • FilesPercent
      • FilesRecovered
      • FilesTotal
      • Index
      • Repository
      • Shard
      • Snapshot
      • SourceHost
      • SourceNode
      • Stage
      • TargetHost
      • TargetNode
      • Time
      • TranslogOps
      • TranslogOpsPercent
      • TranslogOpsRecovered
      • Type
    • Implements
    • Extension Methods
    Back to top Generated by DocFX