Class ScriptStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ScriptStats
Properties
|
Edit this page
View Source
CacheEvictions
Declaration
[DataMember(Name = "cache_evictions")]
public long CacheEvictions { get; }
Property Value
|
Edit this page
View Source
CompilationLimitTriggered
Declaration
[DataMember(Name = "compilation_limit_triggered")]
public long CompilationLimitTriggered { get; }
Property Value
|
Edit this page
View Source
Compilations
Declaration
[DataMember(Name = "compilations")]
public long Compilations { get; }
Property Value
Extension Methods