Interface IClusterRerouteRequest
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IClusterRerouteRequest : IRequest<ClusterRerouteRequestParameters>, IRequest
Properties
| Edit this page View SourceCommands
Declaration
[DataMember(Name = "commands")]
IList<IClusterRerouteCommand> Commands { get; set; }
Property Value
Type | Description |
---|---|
IList<IClusterRerouteCommand> |