Interface ICloneIndexRequest
A request to the clone index API
Assembly: OpenSearch.Client.dll
Syntax
public interface ICloneIndexRequest : IRequest<CloneIndexRequestParameters>, IRequest
Properties
|
Edit this page
View Source
Aliases
The aliases to apply to the target index
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
The settings to apply to the target index
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