Interface IRolloverIndexRequest
Assembly: OpenSearch.Client.dll
Syntax
public interface IRolloverIndexRequest : IIndexState, IRequest<RolloverIndexRequestParameters>, IRequest
Properties
|
Edit this page
View Source
Alias
Declaration
[IgnoreDataMember]
Name Alias { get; }
Property Value
|
Edit this page
View Source
Conditions
Declaration
[DataMember(Name = "conditions")]
IRolloverConditions Conditions { get; set; }
Property Value
|
Edit this page
View Source
NewIndex
Declaration
[IgnoreDataMember]
IndexName NewIndex { get; }
Property Value
Extension Methods