Search Results for

    Show / Hide Table of Contents

    Class FileSystemStats.DataPathStats

    Inheritance
    object
    FileSystemStats.DataPathStats
    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 FileSystemStats.DataPathStats

    Properties

    | Edit this page View Source

    Available

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

    AvailableInBytes

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

    DiskQueue

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

    DiskReadSize

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

    DiskReadSizeInBytes

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

    DiskReads

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

    DiskWriteSize

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

    DiskWriteSizeInBytes

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

    DiskWrites

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

    Free

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

    FreeInBytes

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

    Mount

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

    Path

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

    Total

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

    TotalInBytes

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

    Type

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Available
      • AvailableInBytes
      • DiskQueue
      • DiskReadSize
      • DiskReadSizeInBytes
      • DiskReads
      • DiskWriteSize
      • DiskWriteSizeInBytes
      • DiskWrites
      • Free
      • FreeInBytes
      • Mount
      • Path
      • Total
      • TotalInBytes
      • Type
    • Extension Methods
    Back to top Generated by DocFX