Class MoveClusterRerouteCommand
Inheritance
MoveClusterRerouteCommand
Assembly: OpenSearch.Client.dll
Syntax
public class MoveClusterRerouteCommand : IMoveClusterRerouteCommand, IClusterRerouteCommand
Properties
|
Edit this page
View Source
FromNode
Declaration
public string FromNode { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
public IndexName Index { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value
|
Edit this page
View Source
Shard
Declaration
public int? Shard { get; set; }
Property Value
|
Edit this page
View Source
ToNode
Declaration
public string ToNode { get; set; }
Property Value
Implements
Extension Methods