Search Results for

    Show / Hide Table of Contents

    Class GetUpgradeRequestParameters

    Request options for GetUpgrade

    https://opensearch.org/docs/latest

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

    Properties

    | Edit this page View Source

    AllowNoIndices

    Whether to ignore if a wildcard indexes expression resolves into no concrete indexes. (This includes _all string or when no indexes have been specified).

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

    DefaultHttpMethod

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

    ExpandWildcards

    Whether to expand wildcard expression to concrete indexes that are open, closed or both.

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

    IgnoreUnavailable

    Whether specified concrete indexes should be ignored when unavailable (missing or closed).

    Declaration
    public bool? IgnoreUnavailable { 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<GetUpgradeRequestParameters>.SupportsBody

    Implements

    IRequestParameters

    Extension Methods

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