Search Results for

    Show / Hide Table of Contents

    Class ClusterOperatingSystemStats

    Inheritance
    object
    ClusterOperatingSystemStats
    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
    [DataContract]
    public class ClusterOperatingSystemStats

    Properties

    | Edit this page View Source

    AllocatedProcessors

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

    Architectures

    Declaration
    [DataMember(Name = "architectures")]
    public IReadOnlyCollection<ArchitectureStats> Architectures { get; }
    Property Value
    Type Description
    IReadOnlyCollection<ArchitectureStats>
    | Edit this page View Source

    AvailableProcessors

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

    Memory

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

    Names

    Declaration
    [DataMember(Name = "names")]
    public IReadOnlyCollection<ClusterOperatingSystemName> Names { get; }
    Property Value
    Type Description
    IReadOnlyCollection<ClusterOperatingSystemName>
    | Edit this page View Source

    PrettyNames

    Declaration
    [DataMember(Name = "pretty_names")]
    public IReadOnlyCollection<ClusterOperatingSystemPrettyName> PrettyNames { get; }
    Property Value
    Type Description
    IReadOnlyCollection<ClusterOperatingSystemPrettyName>

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • AllocatedProcessors
      • Architectures
      • AvailableProcessors
      • Memory
      • Names
      • PrettyNames
    • Extension Methods
    Back to top Generated by DocFX