Class PostVotingConfigExclusionsRequest
Request for PostVotingConfigExclusions
https://opensearch.org/docs/latest
Inheritance
PostVotingConfigExclusionsRequest
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class PostVotingConfigExclusionsRequest : PlainRequestBase<PostVotingConfigExclusionsRequestParameters>, IPostVotingConfigExclusionsRequest, IRequest<PostVotingConfigExclusionsRequestParameters>, IRequest
Properties
| Edit this page View SourceNodeIds
A comma-separated list of the persistent ids of the nodes to exclude from the voting configuration. If specified, you may not also specify
node_names
.
Declaration
public string[] NodeIds { get; set; }
Property Value
Type | Description |
---|---|
string[] |
NodeNames
A comma-separated list of the names of the nodes to exclude from the voting configuration. If specified, you may not also specify
node_ids
.
Declaration
public string[] NodeNames { get; set; }
Property Value
Type | Description |
---|---|
string[] |
Self
Declaration
protected IPostVotingConfigExclusionsRequest Self { get; }
Property Value
Type | Description |
---|---|
IPostVotingConfigExclusionsRequest |
Timeout
When adding a voting configuration exclusion, the API waits for the specified nodes to be excluded from the voting configuration before returning. If the timeout expires before the appropriate condition is satisfied, the request fails and returns an error.
Declaration
public Time Timeout { get; set; }
Property Value
Type | Description |
---|---|
Time |
Methods
| Edit this page View SourceRequestDefaults(PostVotingConfigExclusionsRequestParameters)
Allows a request implementation to set certain request parameter defaults, use sparingly!
Declaration
protected override sealed void RequestDefaults(PostVotingConfigExclusionsRequestParameters parameters)
Parameters
Type | Name | Description |
---|---|---|
PostVotingConfigExclusionsRequestParameters | parameters |