Search Results for

    Show / Hide Table of Contents

    Class CatSnapshotsRecord

    Inheritance
    object
    CatSnapshotsRecord
    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 CatSnapshotsRecord : ICatRecord

    Properties

    | Edit this page View Source

    Duration

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

    EndEpoch

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

    EndTime

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

    FailedShards

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

    Id

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

    Indices

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

    StartEpoch

    Declaration
    [DataMember(Name = "start_epoch")]
    public long StartEpoch { get; set; }
    Property Value
    Type Description
    long
    | 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

    Status

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

    SuccessfulShards

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

    TotalShards

    Declaration
    [DataMember(Name = "total_shards")]
    public long TotalShards { get; set; }
    Property Value
    Type Description
    long

    Implements

    ICatRecord

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Duration
      • EndEpoch
      • EndTime
      • FailedShards
      • Id
      • Indices
      • StartEpoch
      • StartTime
      • Status
      • SuccessfulShards
      • TotalShards
    • Implements
    • Extension Methods
    Back to top Generated by DocFX