Class DeleteIndexRequestParameters
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
Request options for IndicesDelete
http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-delete-index.html
public class DeleteIndexRequestParameters : RequestParameters<DeleteIndexRequestParameters>, IRequestParameters
- Inheritance
-
DeleteIndexRequestParameters
- Implements
- Inherited Members
Constructors
DeleteIndexRequestParameters()
public DeleteIndexRequestParameters()
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
IgnoreUnavailable
Ignore unavailable indexes (default: false)
public bool? IgnoreUnavailable { get; set; }
Property Value
- bool?
MasterTimeout
Specify timeout for connection to master
public TimeSpan MasterTimeout { get; set; }
Property Value
Timeout
Explicit operation timeout
public TimeSpan Timeout { get; set; }