Search Results for

    Show / Hide Table of Contents

    Class RequestCacheStats

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

    Properties

    | Edit this page View Source

    Evictions

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

    HitCount

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

    MemorySize

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

    MemorySizeInBytes

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

    MissCount

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Evictions
      • HitCount
      • MemorySize
      • MemorySizeInBytes
      • MissCount
    • Extension Methods
    Back to top Generated by DocFX