Interface IMoveClusterRerouteCommand
Assembly: OpenSearch.Client.dll
Syntax
public interface IMoveClusterRerouteCommand : IClusterRerouteCommand
Properties
|
Edit this page
View Source
FromNode
Declaration
[DataMember(Name = "from_node")]
string FromNode { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
[DataMember(Name = "index")]
IndexName Index { get; set; }
Property Value
|
Edit this page
View Source
Shard
Declaration
[DataMember(Name = "shard")]
int? Shard { get; set; }
Property Value
|
Edit this page
View Source
ToNode
Declaration
[DataMember(Name = "to_node")]
string ToNode { get; set; }
Property Value
Extension Methods