Search Results for

    Show / Hide Table of Contents

    Class PostVotingConfigExclusionsRequestParameters

    Request options for PostVotingConfigExclusions

    https://opensearch.org/docs/latest

    Inheritance
    object
    RequestParameters<PostVotingConfigExclusionsRequestParameters>
    PostVotingConfigExclusionsRequestParameters
    Implements
    IRequestParameters
    Inherited Members
    RequestParameters<PostVotingConfigExclusionsRequestParameters>.CustomResponseBuilder
    RequestParameters<PostVotingConfigExclusionsRequestParameters>.QueryString
    RequestParameters<PostVotingConfigExclusionsRequestParameters>.RequestConfiguration
    RequestParameters<PostVotingConfigExclusionsRequestParameters>.ContainsQueryString(string)
    RequestParameters<PostVotingConfigExclusionsRequestParameters>.GetQueryStringValue<TOut>(string)
    RequestParameters<PostVotingConfigExclusionsRequestParameters>.GetResolvedQueryStringValue(string, IConnectionConfigurationValues)
    RequestParameters<PostVotingConfigExclusionsRequestParameters>.SetQueryString(string, object)
    RequestParameters<PostVotingConfigExclusionsRequestParameters>.Q<TOut>(string)
    RequestParameters<PostVotingConfigExclusionsRequestParameters>.Q(string, object)
    RequestParameters<PostVotingConfigExclusionsRequestParameters>.SetAcceptHeader(string)
    RequestParameters<PostVotingConfigExclusionsRequestParameters>.AcceptHeaderFromFormat(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net.Specification.ClusterApi
    Assembly: OpenSearch.Net.dll
    Syntax
    public class PostVotingConfigExclusionsRequestParameters : RequestParameters<PostVotingConfigExclusionsRequestParameters>, IRequestParameters

    Properties

    | Edit this page View Source

    DefaultHttpMethod

    Declaration
    public override HttpMethod DefaultHttpMethod { get; }
    Property Value
    Type Description
    HttpMethod
    Overrides
    RequestParameters<PostVotingConfigExclusionsRequestParameters>.DefaultHttpMethod
    | Edit this page View Source

    NodeIds

    A comma-separated list of node IDs to exclude from the voting configuration. When using this setting, you cannot also specify node_names. Either node_ids or node_names are required to receive a valid response.

    Declaration
    public string[] NodeIds { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    NodeNames

    A comma-separated list of node names to exclude from the voting configuration. When using this setting, you cannot also specify node_ids. Either node_ids or node_names are required to receive a valid response.

    Declaration
    public string[] NodeNames { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    SupportsBody

    Declaration
    public override bool SupportsBody { get; }
    Property Value
    Type Description
    bool
    Overrides
    RequestParameters<PostVotingConfigExclusionsRequestParameters>.SupportsBody
    | Edit this page View Source

    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 TimeSpan Timeout { get; set; }
    Property Value
    Type Description
    TimeSpan

    Implements

    IRequestParameters

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • DefaultHttpMethod
      • NodeIds
      • NodeNames
      • SupportsBody
      • Timeout
    • Implements
    • Extension Methods
    Back to top Generated by DocFX