Class QueryCacheStats
Inheritance
QueryCacheStats
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
|
Edit this page
View Source
CacheSize
Declaration
[DataMember(Name = "cache_size")]
public long CacheSize { get; set; }
Property Value
|
Edit this page
View Source
Evictions
Declaration
[DataMember(Name = "evictions")]
public long Evictions { get; set; }
Property Value
|
Edit this page
View Source
HitCount
Declaration
[DataMember(Name = "hit_count")]
public long HitCount { get; set; }
Property Value
|
Edit this page
View Source
MemorySizeInBytes
Declaration
[DataMember(Name = "memory_size_in_bytes")]
public long MemorySizeInBytes { get; set; }
Property Value
|
Edit this page
View Source
MissCount
Declaration
[DataMember(Name = "miss_count")]
public long MissCount { get; set; }
Property Value
|
Edit this page
View Source
TotalCount
Declaration
[DataMember(Name = "total_count")]
public long TotalCount { get; set; }
Property Value
Extension Methods