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 |
---|---|
IDeleteVotingConfigExclusionsRequest |
WaitForRemoval
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 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 |
---|---|---|
DeleteVotingConfigExclusionsRequestParameters | parameters |