Search Results for

    Show / Hide Table of Contents

    Class NodeInfoOSCPU

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

    Properties

    | Edit this page View Source

    CacheSize

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

    CacheSizeInBytes

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

    CoresPerSocket

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

    Mhz

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

    Model

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

    TotalCores

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

    TotalSockets

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

    Vendor

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • CacheSize
      • CacheSizeInBytes
      • CoresPerSocket
      • Mhz
      • Model
      • TotalCores
      • TotalSockets
      • Vendor
    • Extension Methods
    Back to top Generated by DocFX