Class DeleteVotingConfigExclusionsDescriptor
Descriptor for DeleteVotingConfigExclusions
https://opensearch.org/docs/latest
Inheritance
RequestDescriptorBase<DeleteVotingConfigExclusionsDescriptor, DeleteVotingConfigExclusionsRequestParameters, IDeleteVotingConfigExclusionsRequest>
DeleteVotingConfigExclusionsDescriptor
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class DeleteVotingConfigExclusionsDescriptor : RequestDescriptorBase<DeleteVotingConfigExclusionsDescriptor, DeleteVotingConfigExclusionsRequestParameters, IDeleteVotingConfigExclusionsRequest>, IDescriptor, IDeleteVotingConfigExclusionsRequest, IRequest<DeleteVotingConfigExclusionsRequestParameters>, IRequest
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 |
---|---|---|
DeleteVotingConfigExclusionsRequestParameters | parameters |
Overrides
| Edit this page View SourceWaitForRemoval(bool?)
Specifies whether to wait for all excluded nodes to be removed from the cluster before clearing the voting configuration exclusions list. Defaults to true, meaning that all excluded nodes must be removed from the cluster before this API takes any action. If set to false then the voting configuration exclusions list is cleared even if some excluded nodes are still in the cluster.
Declaration
public DeleteVotingConfigExclusionsDescriptor WaitForRemoval(bool? waitforremoval = true)
Parameters
Type | Name | Description |
---|---|---|
bool? | waitforremoval |
Returns
Type | Description |
---|---|
DeleteVotingConfigExclusionsDescriptor |