Search Results for

    Show / Hide Table of Contents

    Class ReloadSecureSettingsRequestParameters

    Request options for ReloadSecureSettings

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

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

    Properties

    | Edit this page View Source

    DefaultHttpMethod

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

    SupportsBody

    Declaration
    public override bool SupportsBody { get; }
    Property Value
    Type Description
    bool
    Overrides
    RequestParameters<ReloadSecureSettingsRequestParameters>.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
      • SupportsBody
      • Timeout
    • Implements
    • Extension Methods
    Back to top Generated by DocFX