Class RequestCacheStats
Inheritance
RequestCacheStats
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
|
Edit this page
View Source
HitCount
Declaration
[DataMember(Name = "hit_count")]
public long HitCount { get; set; }
Property Value
|
Edit this page
View Source
MemorySize
Declaration
[DataMember(Name = "memory_size")]
public string MemorySize { 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
Extension Methods