Class IndexExistsRequestParameters
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
Request options for IndicesExists
http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-exists.html
public class IndexExistsRequestParameters : RequestParameters<IndexExistsRequestParameters>, IRequestParameters
- Inheritance
-
IndexExistsRequestParameters
- Implements
- Inherited Members
Constructors
IndexExistsRequestParameters()
public IndexExistsRequestParameters()
Properties
AllowNoIndices
Ignore if a wildcard expression resolves to no concrete indices (default: false)
public bool? AllowNoIndices { get; set; }
Property Value
- bool?
DefaultHttpMethod
public override HttpMethod DefaultHttpMethod { get; }
Property Value
ExpandWildcards
Whether wildcard expressions should get expanded to open or closed indices (default: open)
public ExpandWildcards? ExpandWildcards { get; set; }
Property Value
FlatSettings
Return settings in flat format (default: false)
public bool? FlatSettings { get; set; }
Property Value
- bool?
IgnoreUnavailable
Ignore unavailable indexes (default: false)
public bool? IgnoreUnavailable { get; set; }
Property Value
- bool?
IncludeDefaults
Whether to return all default setting for each of the indices.
public bool? IncludeDefaults { get; set; }
Property Value
- bool?
Local
Return local information, do not retrieve the state from master node (default: false)
public bool? Local { get; set; }
Property Value
- bool?