Search Results for

    Show / Hide Table of Contents

    Class NodeUsageInformation

    Inheritance
    object
    NodeUsageInformation
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class NodeUsageInformation

    Properties

    | Edit this page View Source

    Aggregations

    Aggregation usage.

    Declaration
    [DataMember(Name = "aggregations")]
    public IReadOnlyDictionary<string, IReadOnlyDictionary<string, long>> Aggregations { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, IReadOnlyDictionary<string, long>>
    | Edit this page View Source

    RestActions

    Declaration
    [DataMember(Name = "rest_actions")]
    public IReadOnlyDictionary<string, int> RestActions { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, int>
    | Edit this page View Source

    Since

    Declaration
    [DataMember(Name = "since")]
    public DateTimeOffset Since { get; }
    Property Value
    Type Description
    DateTimeOffset
    | Edit this page View Source

    Timestamp

    Declaration
    [DataMember(Name = "timestamp")]
    public DateTimeOffset Timestamp { get; }
    Property Value
    Type Description
    DateTimeOffset

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Aggregations
      • RestActions
      • Since
      • Timestamp
    • Extension Methods
    Back to top Generated by DocFX