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 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[] |
Self
Declaration
protected IPostVotingConfigExclusionsRequest Self { get; }
Property Value
Type | Description |
---|---|
IPost |
Timeout
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 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 |
---|---|---|
Post |
parameters |