Search Results for

    Show / Hide Table of Contents

    Class StoreStats

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

    Properties

    | Edit this page View Source

    Reserved

    A prediction of how much larger the shard stores on this node will eventually grow due to ongoing peer recoveries, restoring snapshots, and similar activities. A value of -1b indicates that this is not available.

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

    ReservedInBytes

    A prediction, in bytes, of how much larger the shard stores on this node will eventually grow due to ongoing peer recoveries, restoring snapshots, and similar activities. A value of -1 indicates that this is not available.

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

    Size

    Total size of all shards assigned to the node.

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

    SizeInBytes

    Total size, in bytes, of all shards assigned to the node.

    Declaration
    [DataMember(Name = "size_in_bytes")]
    public double SizeInBytes { get; set; }
    Property Value
    Type Description
    double

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Reserved
      • ReservedInBytes
      • Size
      • SizeInBytes
    • Extension Methods
    Back to top Generated by DocFX