Class BreakerStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class BreakerStats
Properties
|
Edit this page
View Source
EstimatedSize
Declaration
[DataMember(Name = "estimated_size")]
public string EstimatedSize { get; }
Property Value
|
Edit this page
View Source
EstimatedSizeInBytes
Declaration
[DataMember(Name = "estimated_size_in_bytes")]
public long EstimatedSizeInBytes { get; }
Property Value
|
Edit this page
View Source
LimitSize
Declaration
[DataMember(Name = "limit_size")]
public string LimitSize { get; }
Property Value
|
Edit this page
View Source
LimitSizeInBytes
Declaration
[DataMember(Name = "limit_size_in_bytes")]
public long LimitSizeInBytes { get; }
Property Value
|
Edit this page
View Source
Overhead
Declaration
[DataMember(Name = "overhead")]
public float Overhead { get; }
Property Value
|
Edit this page
View Source
Tripped
Declaration
[DataMember(Name = "tripped")]
public float Tripped { get; }
Property Value
Extension Methods