Search Results for

    Show / Hide Table of Contents

    Class IndexExistsRequest

    Request for Exists

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

    Inheritance
    object
    RequestBase<IndexExistsRequestParameters>
    PlainRequestBase<IndexExistsRequestParameters>
    IndexExistsRequest
    Implements
    IIndexExistsRequest
    IRequest<IndexExistsRequestParameters>
    IRequest
    Inherited Members
    PlainRequestBase<IndexExistsRequestParameters>.RequestConfiguration
    PlainRequestBase<IndexExistsRequestParameters>.ErrorTrace
    PlainRequestBase<IndexExistsRequestParameters>.FilterPath
    PlainRequestBase<IndexExistsRequestParameters>.Human
    PlainRequestBase<IndexExistsRequestParameters>.Pretty
    PlainRequestBase<IndexExistsRequestParameters>.SourceQueryString
    RequestBase<IndexExistsRequestParameters>.HttpMethod
    RequestBase<IndexExistsRequestParameters>.RequestState
    RequestBase<IndexExistsRequestParameters>.ContentType
    RequestBase<IndexExistsRequestParameters>.ResolveUrl(RouteValues, IConnectionSettingsValues)
    RequestBase<IndexExistsRequestParameters>.RequestDefaults(IndexExistsRequestParameters)
    RequestBase<IndexExistsRequestParameters>.Q<TOut>(string)
    RequestBase<IndexExistsRequestParameters>.Q(string, object)
    RequestBase<IndexExistsRequestParameters>.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 IndexExistsRequest : PlainRequestBase<IndexExistsRequestParameters>, IIndexExistsRequest, IRequest<IndexExistsRequestParameters>, IRequest

    Constructors

    | Edit this page View Source

    IndexExistsRequest()

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

    Declaration
    protected IndexExistsRequest()
    | Edit this page View Source

    IndexExistsRequest(Indices)

    /{index}

    Declaration
    public IndexExistsRequest(Indices index)
    Parameters
    Type Name Description
    Indices index

    this parameter is required

    Properties

    | Edit this page View Source

    AllowNoIndices

    If false, the request returns an error if any wildcard expression, index alias, or _all value targets only missing or closed indexes. This behavior applies even if the request targets other open indexes.

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

    ClusterManagerTimeout

    Operation timeout for connection to cluster-manager node.

    Declaration
    public Time ClusterManagerTimeout { get; set; }
    Property Value
    Type Description
    Time
    Remarks

    Supported by OpenSearch servers of version 2.0.0 or greater.

    | Edit this page View Source

    ExpandWildcards

    Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as open,hidden. Valid values are: all, open, closed, hidden, none.

    Declaration
    public ExpandWildcards? ExpandWildcards { get; set; }
    Property Value
    Type Description
    ExpandWildcards?
    | 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

    IgnoreUnavailable

    If false, the request returns an error if it targets a missing or closed index.

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

    IncludeDefaults

    If true, return all default settings in the response.

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

    Local

    If true, the request retrieves information from the local node only.

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

    Self

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

    Implements

    IIndexExistsRequest
    IRequest<TParameters>
    IRequest

    Extension Methods

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