Class IndexingPressureMemoryStats
Inheritance
IndexingPressureMemoryStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class IndexingPressureMemoryStats
Properties
|
Edit this page
View Source
Current
Declaration
[DataMember(Name = "current")]
public IndexingLoad Current { get; }
Property Value
|
Edit this page
View Source
Limit
Declaration
[DataMember(Name = "limit")]
public string Limit { get; }
Property Value
|
Edit this page
View Source
LimitInBytes
Declaration
[DataMember(Name = "limit_in_bytes")]
public long LimitInBytes { get; }
Property Value
|
Edit this page
View Source
Total
Declaration
[DataMember(Name = "total")]
public TotalIndexingLoad Total { get; }
Property Value
Extension Methods