Class FileSystemStats.TotalFileSystemStats
Inheritance
FileSystemStats.TotalFileSystemStats
Assembly: OpenSearch.Client.dll
Syntax
public class FileSystemStats.TotalFileSystemStats
Properties
|
Edit this page
View Source
Available
Declaration
[DataMember(Name = "available")]
public string Available { get; }
Property Value
|
Edit this page
View Source
AvailableInBytes
Declaration
[DataMember(Name = "available_in_bytes")]
public long AvailableInBytes { get; }
Property Value
|
Edit this page
View Source
Free
Declaration
[DataMember(Name = "free")]
public string Free { 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
Total
Declaration
[DataMember(Name = "total")]
public string Total { get; }
Property Value
|
Edit this page
View Source
TotalInBytes
Declaration
[DataMember(Name = "total_in_bytes")]
public long TotalInBytes { get; }
Property Value
Extension Methods