Search Results for

    Show / Hide Table of Contents

    Class Snapshot

    Inheritance
    object
    Snapshot
    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
    public class Snapshot

    Properties

    | Edit this page View Source

    DurationInMilliseconds

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

    EndTime

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

    EndTimeInMilliseconds

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

    Failures

    Declaration
    [DataMember(Name = "failures")]
    public IReadOnlyCollection<SnapshotShardFailure> Failures { get; }
    Property Value
    Type Description
    IReadOnlyCollection<SnapshotShardFailure>
    | Edit this page View Source

    Indices

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

    Metadata

    Declaration
    [DataMember(Name = "metadata")]
    public IReadOnlyDictionary<string, object> Metadata { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, object>
    | Edit this page View Source

    Name

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

    Shards

    Declaration
    [DataMember(Name = "shards")]
    public ShardStatistics Shards { get; }
    Property Value
    Type Description
    ShardStatistics
    | Edit this page View Source

    StartTime

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

    StartTimeInMilliseconds

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

    State

    Declaration
    [DataMember(Name = "state")]
    public string State { get; }
    Property Value
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • DurationInMilliseconds
      • EndTime
      • EndTimeInMilliseconds
      • Failures
      • Indices
      • Metadata
      • Name
      • Shards
      • StartTime
      • StartTimeInMilliseconds
      • State
    • Extension Methods
    Back to top Generated by DocFX