Search Results for

    Show / Hide Table of Contents

    Class QueryCacheStats

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

    Properties

    | Edit this page View Source

    CacheCount

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

    CacheSize

    Declaration
    [DataMember(Name = "cache_size")]
    public long CacheSize { get; set; }
    Property Value
    Type Description
    long
    | 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

    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
    | Edit this page View Source

    TotalCount

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

    Extension Methods

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