Class DeleteVotingConfigExclusionsRequest
Request for DeleteVotingConfigExclusions
https://opensearch.org/docs/latest
Inheritance
DeleteVotingConfigExclusionsRequest
Implements
Inherited Members
Namespace: OpenSearch .Client
Assembly: OpenSearch.Client.dll
Syntax
public class DeleteVotingConfigExclusionsRequest : PlainRequestBase<DeleteVotingConfigExclusionsRequestParameters>, IDeleteVotingConfigExclusionsRequest, IRequest<DeleteVotingConfigExclusionsRequestParameters>, IRequest
Properties
| Edit this page View SourceSelf
Declaration
protected IDeleteVotingConfigExclusionsRequest Self { get; }
Property Value
Type | Description |
---|---|
IDelete |
WaitForRemoval
Specifies whether to wait for all excluded nodes to be removed from the cluster before clearing the voting configuration exclusions list.
When true
, all excluded nodes are removed from the cluster before this API takes any action. When false
, the voting configuration
exclusions list is cleared even if some excluded nodes are still in the cluster.
Declaration
public bool? WaitForRemoval { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Methods
| Edit this page View SourceRequestDefaults(DeleteVotingConfigExclusionsRequestParameters)
Allows a request implementation to set certain request parameter defaults, use sparingly!
Declaration
protected override sealed void RequestDefaults(DeleteVotingConfigExclusionsRequestParameters parameters)
Parameters
Type | Name | Description |
---|---|---|
Delete |
parameters |