Search Results for

    Show / Hide Table of Contents

    Class NodeOperatingSystemInfo

    Inheritance
    object
    NodeOperatingSystemInfo
    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 NodeOperatingSystemInfo

    Properties

    | Edit this page View Source

    Architecture

    Declaration
    [DataMember(Name = "arch")]
    public string Architecture { get; }
    Property Value
    Type Description
    string
    | 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

    Cpu

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

    Mem

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

    Name

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

    PrettyName

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

    RefreshInterval

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

    Swap

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

    Version

    Declaration
    [DataMember(Name = "version")]
    public string Version { get; }
    Property Value
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Architecture
      • AvailableProcessors
      • Cpu
      • Mem
      • Name
      • PrettyName
      • RefreshInterval
      • Swap
      • Version
    • Extension Methods
    Back to top Generated by DocFX