Search Results for

    Show / Hide Table of Contents

    Class TypeExistsRequest

    Request for TypeExists

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

    Inheritance
    object
    RequestBase<TypeExistsRequestParameters>
    PlainRequestBase<TypeExistsRequestParameters>
    TypeExistsRequest
    Implements
    ITypeExistsRequest
    IRequest<TypeExistsRequestParameters>
    IRequest
    Inherited Members
    PlainRequestBase<TypeExistsRequestParameters>.RequestConfiguration
    PlainRequestBase<TypeExistsRequestParameters>.ErrorTrace
    PlainRequestBase<TypeExistsRequestParameters>.FilterPath
    PlainRequestBase<TypeExistsRequestParameters>.Human
    PlainRequestBase<TypeExistsRequestParameters>.Pretty
    PlainRequestBase<TypeExistsRequestParameters>.SourceQueryString
    RequestBase<TypeExistsRequestParameters>.HttpMethod
    RequestBase<TypeExistsRequestParameters>.RequestState
    RequestBase<TypeExistsRequestParameters>.ContentType
    RequestBase<TypeExistsRequestParameters>.ResolveUrl(RouteValues, IConnectionSettingsValues)
    RequestBase<TypeExistsRequestParameters>.RequestDefaults(TypeExistsRequestParameters)
    RequestBase<TypeExistsRequestParameters>.Q<TOut>(string)
    RequestBase<TypeExistsRequestParameters>.Q(string, object)
    RequestBase<TypeExistsRequestParameters>.SetAcceptHeader(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class TypeExistsRequest : PlainRequestBase<TypeExistsRequestParameters>, ITypeExistsRequest, IRequest<TypeExistsRequestParameters>, IRequest
    Remarks

    Deprecated as of OpenSearch 2.0

    Constructors

    | Edit this page View Source

    TypeExistsRequest()

    Used for serialization purposes, making sure we have a parameterless constructor

    Declaration
    protected TypeExistsRequest()
    | Edit this page View Source

    TypeExistsRequest(Indices, Names)

    /{index}/_mapping/{type}

    Declaration
    public TypeExistsRequest(Indices index, Names type)
    Parameters
    Type Name Description
    Indices index

    this parameter is required

    Names type

    this parameter is required

    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

    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

    Self

    Declaration
    protected ITypeExistsRequest Self { get; }
    Property Value
    Type Description
    ITypeExistsRequest

    Implements

    ITypeExistsRequest
    IRequest<TParameters>
    IRequest

    Extension Methods

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