Search Results for

    Show / Hide Table of Contents

    Class OperatingSystemMemoryInfo

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

    Properties

    | Edit this page View Source

    FreeBytes

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

    FreePercent

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

    TotalBytes

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

    UsedBytes

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

    UsedPercent

    Declaration
    [DataMember(Name = "used_percent")]
    public int UsedPercent { get; }
    Property Value
    Type Description
    int

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • FreeBytes
      • FreePercent
      • TotalBytes
      • UsedBytes
      • UsedPercent
    • Extension Methods
    Back to top Generated by DocFX