Class NodeUsageInformation
Inheritance
NodeUsageInformation
Assembly: OpenSearch.Client.dll
public class NodeUsageInformation
Properties
|
Edit this page
View Source
Declaration
[DataMember(Name = "aggregations")]
public IReadOnlyDictionary<string, IReadOnlyDictionary<string, long>> Aggregations { get; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "rest_actions")]
public IReadOnlyDictionary<string, int> RestActions { get; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "since")]
public DateTimeOffset Since { get; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "timestamp")]
public DateTimeOffset Timestamp { get; }
Property Value
Extension Methods