Class RolloverConditions
Inheritance
RolloverConditions
Assembly: OpenSearch.Client.dll
Syntax
public class RolloverConditions : IRolloverConditions
Properties
|
Edit this page
View Source
MaxAge
The maximum age of the index
Declaration
public Time MaxAge { get; set; }
Property Value
|
Edit this page
View Source
MaxDocs
The maximum number of documents
Declaration
public long? MaxDocs { get; set; }
Property Value
|
Edit this page
View Source
MaxPrimaryShardSize
Declaration
public string MaxPrimaryShardSize { get; set; }
Property Value
|
Edit this page
View Source
MaxSize
The maximum size of the index e.g. "5gb"
Declaration
public string MaxSize { get; set; }
Property Value
Implements
Extension Methods