Class ClusterFileSystem
Inheritance
ClusterFileSystem
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
|
Edit this page
View Source
FreeInBytes
Declaration
[DataMember(Name = "free_in_bytes")]
public long FreeInBytes { get; }
Property Value
|
Edit this page
View Source
TotalInBytes
Declaration
[DataMember(Name = "total_in_bytes")]
public long TotalInBytes { get; }
Property Value
Extension Methods