Search Results for

    Show / Hide Table of Contents

    Class OperatingSystemStats.ExtendedMemoryStats

    Inheritance
    object
    OperatingSystemStats.MemoryStats
    OperatingSystemStats.ExtendedMemoryStats
    Inherited Members
    OperatingSystemStats.MemoryStats.Free
    OperatingSystemStats.MemoryStats.FreeInBytes
    OperatingSystemStats.MemoryStats.Total
    OperatingSystemStats.MemoryStats.TotalInBytes
    OperatingSystemStats.MemoryStats.Used
    OperatingSystemStats.MemoryStats.UsedInBytes
    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 OperatingSystemStats.ExtendedMemoryStats : OperatingSystemStats.MemoryStats

    Properties

    | 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

    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
      • FreePercent
      • UsedPercent
    • Extension Methods
    Back to top Generated by DocFX