Class FileSystemStats.DataPathStats
Inheritance
FileSystemStats.DataPathStats
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
|
Edit this page
View Source
AvailableInBytes
Declaration
[DataMember(Name = "available_in_bytes")]
public long AvailableInBytes { get; }
Property Value
|
Edit this page
View Source
DiskQueue
Declaration
[DataMember(Name = "disk_queue")]
public string DiskQueue { get; }
Property Value
|
Edit this page
View Source
DiskReadSize
Declaration
[DataMember(Name = "disk_read_size")]
public string DiskReadSize { get; }
Property Value
|
Edit this page
View Source
DiskReadSizeInBytes
Declaration
[DataMember(Name = "disk_read_size_in_bytes")]
public long DiskReadSizeInBytes { get; }
Property Value
|
Edit this page
View Source
DiskReads
Declaration
[DataMember(Name = "disk_reads")]
public long DiskReads { get; }
Property Value
|
Edit this page
View Source
DiskWriteSize
Declaration
[DataMember(Name = "disk_write_size")]
public string DiskWriteSize { get; }
Property Value
|
Edit this page
View Source
DiskWriteSizeInBytes
Declaration
[DataMember(Name = "disk_write_size_in_bytes")]
public long DiskWriteSizeInBytes { get; }
Property Value
|
Edit this page
View Source
DiskWrites
Declaration
[DataMember(Name = "disk_writes")]
public long DiskWrites { 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
Mount
Declaration
[DataMember(Name = "mount")]
public string Mount { get; }
Property Value
|
Edit this page
View Source
Path
Declaration
[DataMember(Name = "path")]
public string Path { 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
|
Edit this page
View Source
Type
Declaration
[DataMember(Name = "type")]
public string Type { get; }
Property Value
Extension Methods