Class CancelClusterRerouteCommand
Inheritance
CancelClusterRerouteCommand
Assembly: OpenSearch.Client.dll
Syntax
public class CancelClusterRerouteCommand : ICancelClusterRerouteCommand, IClusterRerouteCommand
Properties
|
Edit this page
View Source
AllowPrimary
Declaration
public bool? AllowPrimary { 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
Node
Declaration
public string Node { get; set; }
Property Value
|
Edit this page
View Source
Shard
Declaration
public int? Shard { get; set; }
Property Value
Implements
Extension Methods