Search Results for

    Show / Hide Table of Contents

    Class GetWeightedRoutingRequestParameters

    Request options for GetWeightedRouting

    https://opensearch.org/docs/latest/api-reference/cluster-api/cluster-awareness/#example-getting-weights-for-all-zones

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

    Properties

    | Edit this page View Source

    DefaultHttpMethod

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

    SupportsBody

    Declaration
    public override bool SupportsBody { get; }
    Property Value
    Type Description
    bool
    Overrides
    RequestParameters<GetWeightedRoutingRequestParameters>.SupportsBody

    Implements

    IRequestParameters

    Extension Methods

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