Search Results for

    Show / Hide Table of Contents

    Class SnapshotStats

    Inheritance
    object
    SnapshotStats
    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 SnapshotStats

    Properties

    | Edit this page View Source

    Incremental

    Declaration
    [DataMember(Name = "incremental")]
    public FileCountSnapshotStats Incremental { get; }
    Property Value
    Type Description
    FileCountSnapshotStats
    | 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

    TimeInMilliseconds

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

    Total

    Declaration
    [DataMember(Name = "total")]
    public FileCountSnapshotStats Total { get; }
    Property Value
    Type Description
    FileCountSnapshotStats

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Incremental
      • StartTimeInMilliseconds
      • TimeInMilliseconds
      • Total
    • Extension Methods
    Back to top Generated by DocFX