Class ScriptCacheStats
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ScriptCacheStats
Properties
| Edit this page View SourceContexts
Declaration
[DataMember(Name = "contexts")]
public IReadOnlyCollection<ContextScriptStats> Contexts { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<ContextScriptStats> |
Sum
Declaration
[DataMember(Name = "sum")]
public ScriptStats Sum { get; }
Property Value
Type | Description |
---|---|
ScriptStats |