Search Results for

    Show / Hide Table of Contents

    Class TranslogStats

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

    Properties

    | Edit this page View Source

    EarliestLastModifiedAge

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

    Operations

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

    Size

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

    SizeInBytes

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

    UncommittedOperations

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

    UncommittedSize

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

    UncommittedSizeInBytes

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • EarliestLastModifiedAge
      • Operations
      • Size
      • SizeInBytes
      • UncommittedOperations
      • UncommittedSize
      • UncommittedSizeInBytes
    • Extension Methods
    Back to top Generated by DocFX