Class PostVotingConfigExclusionsRequestParameters
Request options for PostVotingConfigExclusions
https://opensearch.org/docs/latest
Inheritance
PostVotingConfigExclusionsRequestParameters
Implements
Inherited Members
Namespace: OpenSearch .Net.Specification.ClusterApi
Assembly: OpenSearch.Net.dll
Syntax
public class PostVotingConfigExclusionsRequestParameters : RequestParameters<PostVotingConfigExclusionsRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
Http |
Overrides
| Edit this page View SourceNodeIds
A comma-separated list of node IDs to exclude from the voting configuration. When using this setting, you cannot also specify
node_names
.
Declaration
public string[] NodeIds { get; set; }
Property Value
Type | Description |
---|---|
string[] |
NodeNames
A comma-separated list of node names to exclude from the voting configuration. When using this setting, you cannot also specify
node_ids
.
Declaration
public string[] NodeNames { get; set; }
Property Value
Type | Description |
---|---|
string[] |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceTimeout
When adding a voting configuration exclusion, the API waits for the specified nodes to be excluded from the voting configuration before returning a response. If the timeout expires before the appropriate condition is satisfied, the request fails and returns an error.
Declaration
public TimeSpan Timeout { get; set; }
Property Value
Type | Description |
---|---|
Time |