Class DeleteVotingConfigExclusionsRequestParameters
Request options for DeleteVotingConfigExclusions
https://opensearch.org/docs/latest
Inheritance
DeleteVotingConfigExclusionsRequestParameters
Implements
Inherited Members
Namespace: OpenSearch .Net.Specification.ClusterApi
Assembly: OpenSearch.Net.dll
Syntax
public class DeleteVotingConfigExclusionsRequestParameters : RequestParameters<DeleteVotingConfigExclusionsRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
Http |
Overrides
| Edit this page View SourceSupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceWaitForRemoval
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? |