Class ClusterProcessOpenFileDescriptors
Inheritance
ClusterProcessOpenFileDescriptors
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ClusterProcessOpenFileDescriptors
Properties
|
Edit this page
View Source
Avg
Declaration
[DataMember(Name = "avg")]
public long Avg { get; }
Property Value
|
Edit this page
View Source
Max
Declaration
[DataMember(Name = "max")]
public long Max { get; }
Property Value
|
Edit this page
View Source
Min
Declaration
[DataMember(Name = "min")]
public long Min { get; }
Property Value
Extension Methods