Search Results for

    Show / Hide Table of Contents

    Class ClusterFileSystem

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

    Properties

    | 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

    FreeInBytes

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

    TotalInBytes

    Declaration
    [DataMember(Name = "total_in_bytes")]
    public long TotalInBytes { get; }
    Property Value
    Type Description
    long

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • AvailableInBytes
      • FreeInBytes
      • TotalInBytes
    • Extension Methods
    Back to top Generated by DocFX