Search Results for

    Show / Hide Table of Contents

    Class TypeExistsRequestParameters

    Request options for TypeExists

    https://opensearch.org/docs/latest/opensearch/rest-api/index-apis/exists/

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

    Deprecated as of OpenSearch 2.0

    Properties

    | Edit this page View Source

    AllowNoIndices

    Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes _all string or when no indices 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<TypeExistsRequestParameters>.DefaultHttpMethod
    | Edit this page View Source

    ExpandWildcards

    Whether to expand wildcard expression to concrete indices 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 indices should be ignored when unavailable (missing or closed)

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

    Local

    Return local information, do not retrieve the state from cluster_manager node (default: false)

    Declaration
    public bool? Local { 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<TypeExistsRequestParameters>.SupportsBody

    Implements

    IRequestParameters

    Extension Methods

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