Interface IShrinkIndexRequest
Assembly: OpenSearch.Client.dll
Syntax
public interface IShrinkIndexRequest : IRequest<ShrinkIndexRequestParameters>, IRequest
Properties
|
Edit this page
View Source
Aliases
Declaration
[DataMember(Name = "aliases")]
IAliases Aliases { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
[IgnoreDataMember]
IndexName Index { get; }
Property Value
|
Edit this page
View Source
Settings
Declaration
[DataMember(Name = "settings")]
IIndexSettings Settings { get; set; }
Property Value
|
Edit this page
View Source
Target
Declaration
[IgnoreDataMember]
IndexName Target { get; }
Property Value
Extension Methods