Search Results for

    Show / Hide Table of Contents

    Class PostVotingConfigExclusionsRequest

    Request for PostVotingConfigExclusions

    https://opensearch.org/docs/latest

    Inheritance
    object
    RequestBase<PostVotingConfigExclusionsRequestParameters>
    PlainRequestBase<PostVotingConfigExclusionsRequestParameters>
    PostVotingConfigExclusionsRequest
    Implements
    IPostVotingConfigExclusionsRequest
    IRequest<PostVotingConfigExclusionsRequestParameters>
    IRequest
    Inherited Members
    PlainRequestBase<PostVotingConfigExclusionsRequestParameters>.RequestConfiguration
    PlainRequestBase<PostVotingConfigExclusionsRequestParameters>.ErrorTrace
    PlainRequestBase<PostVotingConfigExclusionsRequestParameters>.FilterPath
    PlainRequestBase<PostVotingConfigExclusionsRequestParameters>.Human
    PlainRequestBase<PostVotingConfigExclusionsRequestParameters>.Pretty
    PlainRequestBase<PostVotingConfigExclusionsRequestParameters>.SourceQueryString
    RequestBase<PostVotingConfigExclusionsRequestParameters>.HttpMethod
    RequestBase<PostVotingConfigExclusionsRequestParameters>.RequestState
    RequestBase<PostVotingConfigExclusionsRequestParameters>.ContentType
    RequestBase<PostVotingConfigExclusionsRequestParameters>.ResolveUrl(RouteValues, IConnectionSettingsValues)
    RequestBase<PostVotingConfigExclusionsRequestParameters>.Q<TOut>(string)
    RequestBase<PostVotingConfigExclusionsRequestParameters>.Q(string, object)
    RequestBase<PostVotingConfigExclusionsRequestParameters>.SetAcceptHeader(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class PostVotingConfigExclusionsRequest : PlainRequestBase<PostVotingConfigExclusionsRequestParameters>, IPostVotingConfigExclusionsRequest, IRequest<PostVotingConfigExclusionsRequestParameters>, IRequest

    Properties

    | 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

    Self

    Declaration
    protected IPostVotingConfigExclusionsRequest Self { get; }
    Property Value
    Type Description
    IPostVotingConfigExclusionsRequest
    | 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 Time Timeout { get; set; }
    Property Value
    Type Description
    Time

    Methods

    | Edit this page View Source

    RequestDefaults(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
    Overrides
    RequestBase<PostVotingConfigExclusionsRequestParameters>.RequestDefaults(PostVotingConfigExclusionsRequestParameters)

    Implements

    IPostVotingConfigExclusionsRequest
    IRequest<TParameters>
    IRequest

    Extension Methods

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