Class FileSystemStats
Inheritance
FileSystemStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class FileSystemStats
Properties
|
Edit this page
View Source
Data
Declaration
[DataMember(Name = "data")]
public IEnumerable<FileSystemStats.DataPathStats> Data { get; }
Property Value
|
Edit this page
View Source
Timestamp
Declaration
[DataMember(Name = "timestamp")]
public long Timestamp { get; }
Property Value
|
Edit this page
View Source
Total
Declaration
[DataMember(Name = "total")]
public FileSystemStats.TotalFileSystemStats Total { get; }
Property Value
Extension Methods