Search Results for

    Show / Hide Table of Contents

    Class SettingsRequestParameters

    Request options for Settings

    https://opensearch.org/docs/latest/search-plugins/sql/settings/

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

    Properties

    | Edit this page View Source

    DefaultHttpMethod

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

    Format

    Specifies the response format (JSON or YAML).

    Declaration
    public string Format { 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<SettingsRequestParameters>.SupportsBody

    Implements

    IRequestParameters

    Extension Methods

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