Class CreateIndexRequestParameters
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
Request options for IndicesCreate
http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-create-index.html
public class CreateIndexRequestParameters : RequestParameters<CreateIndexRequestParameters>, IRequestParameters
- Inheritance
-
CreateIndexRequestParameters
- Implements
- Inherited Members
Constructors
CreateIndexRequestParameters()
public CreateIndexRequestParameters()
Properties
DefaultHttpMethod
public override HttpMethod DefaultHttpMethod { get; }
Property Value
MasterTimeout
Specify timeout for connection to master
public TimeSpan MasterTimeout { get; set; }
Property Value
Timeout
Explicit operation timeout
public TimeSpan Timeout { get; set; }
Property Value
UpdateAllTypes
Whether to update the mapping for all fields with the same name across all types or not
public bool? UpdateAllTypes { get; set; }
Property Value
- bool?
WaitForActiveShards
Set the number of active shards to wait for before the operation returns.
public string WaitForActiveShards { get; set; }