Search Results for

    Show / Hide Table of Contents

    Class GetConfigurationRequestParameters

    Request options for GetConfiguration

    https://opensearch.org/docs/latest/security/access-control/api/#get-configuration

    Inheritance
    object
    RequestParameters<GetConfigurationRequestParameters>
    GetConfigurationRequestParameters
    Implements
    IRequestParameters
    Inherited Members
    RequestParameters<GetConfigurationRequestParameters>.CustomResponseBuilder
    RequestParameters<GetConfigurationRequestParameters>.QueryString
    RequestParameters<GetConfigurationRequestParameters>.RequestConfiguration
    RequestParameters<GetConfigurationRequestParameters>.ContainsQueryString(string)
    RequestParameters<GetConfigurationRequestParameters>.GetQueryStringValue<TOut>(string)
    RequestParameters<GetConfigurationRequestParameters>.GetResolvedQueryStringValue(string, IConnectionConfigurationValues)
    RequestParameters<GetConfigurationRequestParameters>.SetQueryString(string, object)
    RequestParameters<GetConfigurationRequestParameters>.Q<TOut>(string)
    RequestParameters<GetConfigurationRequestParameters>.Q(string, object)
    RequestParameters<GetConfigurationRequestParameters>.SetAcceptHeader(string)
    RequestParameters<GetConfigurationRequestParameters>.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.SecurityApi
    Assembly: OpenSearch.Net.dll
    Syntax
    public class GetConfigurationRequestParameters : RequestParameters<GetConfigurationRequestParameters>, IRequestParameters

    Properties

    | Edit this page View Source

    DefaultHttpMethod

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

    SupportsBody

    Declaration
    public override bool SupportsBody { get; }
    Property Value
    Type Description
    bool
    Overrides
    RequestParameters<GetConfigurationRequestParameters>.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