Search Results for

    Show / Hide Table of Contents

    Class IndexingPressureMemoryStats

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

    Properties

    | Edit this page View Source

    Current

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

    Limit

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

    LimitInBytes

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

    Total

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

    Extension Methods

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