Search Results for

    Show / Hide Table of Contents

    Class DeleteVotingConfigExclusionsRequestParameters

    Request options for DeleteVotingConfigExclusions

    https://opensearch.org/docs/latest

    Inheritance
    object
    RequestParameters<DeleteVotingConfigExclusionsRequestParameters>
    DeleteVotingConfigExclusionsRequestParameters
    Implements
    IRequestParameters
    Inherited Members
    RequestParameters<DeleteVotingConfigExclusionsRequestParameters>.CustomResponseBuilder
    RequestParameters<DeleteVotingConfigExclusionsRequestParameters>.QueryString
    RequestParameters<DeleteVotingConfigExclusionsRequestParameters>.RequestConfiguration
    RequestParameters<DeleteVotingConfigExclusionsRequestParameters>.ContainsQueryString(string)
    RequestParameters<DeleteVotingConfigExclusionsRequestParameters>.GetQueryStringValue<TOut>(string)
    RequestParameters<DeleteVotingConfigExclusionsRequestParameters>.GetResolvedQueryStringValue(string, IConnectionConfigurationValues)
    RequestParameters<DeleteVotingConfigExclusionsRequestParameters>.SetQueryString(string, object)
    RequestParameters<DeleteVotingConfigExclusionsRequestParameters>.Q<TOut>(string)
    RequestParameters<DeleteVotingConfigExclusionsRequestParameters>.Q(string, object)
    RequestParameters<DeleteVotingConfigExclusionsRequestParameters>.SetAcceptHeader(string)
    RequestParameters<DeleteVotingConfigExclusionsRequestParameters>.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 DeleteVotingConfigExclusionsRequestParameters : RequestParameters<DeleteVotingConfigExclusionsRequestParameters>, IRequestParameters

    Properties

    | Edit this page View Source

    DefaultHttpMethod

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

    SupportsBody

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

    WaitForRemoval

    Specifies whether to wait for all excluded nodes to be removed from the cluster before clearing the voting configuration exclusions list. When true, all excluded nodes are removed from the cluster before this API takes any action. When false, the voting configuration exclusions list is cleared even if some excluded nodes are still in the cluster.

    Declaration
    public bool? WaitForRemoval { get; set; }
    Property Value
    Type Description
    bool?

    Implements

    IRequestParameters

    Extension Methods

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