Class TypeExistsRequest
Request for TypeExists
https://opensearch.org/docs/latest/opensearch/rest-api/index-apis/exists/
Inheritance
TypeExistsRequest
Inherited Members
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 SourceTypeExistsRequest()
Used for serialization purposes, making sure we have a parameterless constructor
Declaration
protected TypeExistsRequest()
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 SourceAllowNoIndices
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? |
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? |
IgnoreUnavailable
Whether specified concrete indices should be ignored when unavailable (missing or closed)
Declaration
public bool? IgnoreUnavailable { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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? |
Self
Declaration
protected ITypeExistsRequest Self { get; }
Property Value
Type | Description |
---|---|
ITypeExistsRequest |