Search Results for

    Show / Hide Table of Contents

    Class NodesInfoRequestParameters

    Request options for Info

    https://opensearch.org/docs/latest/api-reference/nodes-apis/nodes-info/

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

    Properties

    | Edit this page View Source

    DefaultHttpMethod

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

    FlatSettings

    If true, returns settings in flat format.

    Declaration
    public bool? FlatSettings { 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<NodesInfoRequestParameters>.SupportsBody
    | Edit this page View Source

    Timeout

    Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.

    Declaration
    public TimeSpan Timeout { get; set; }
    Property Value
    Type Description
    TimeSpan

    Implements

    IRequestParameters

    Extension Methods

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