Interface ICancelClusterRerouteCommand
Assembly: OpenSearch.Client.dll
Syntax
public interface ICancelClusterRerouteCommand : IClusterRerouteCommand
Properties
|
Edit this page
View Source
AllowPrimary
Declaration
[DataMember(Name = "allow_primary")]
bool? AllowPrimary { 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
Node
Declaration
[DataMember(Name = "node")]
string Node { get; set; }
Property Value
|
Edit this page
View Source
Shard
Declaration
[DataMember(Name = "shard")]
int? Shard { get; set; }
Property Value
Extension Methods