Search Results for

    Show / Hide Table of Contents

    Class GetStatsRequestParameters

    Request options for GetStats

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

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

    Properties

    | Edit this page View Source

    DefaultHttpMethod

    Declaration
    public override HttpMethod DefaultHttpMethod { get; }
    Property Value
    Type Description
    HttpMethod
    Overrides
    RequestParameters<GetStatsRequestParameters>.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

    Sanitize

    Whether to escape special characters in the results.

    Declaration
    public bool? Sanitize { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    SupportsBody

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

    Implements

    IRequestParameters

    Extension Methods

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