Table of Contents

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

HttpMethod

MasterTimeout

Specify timeout for connection to master

public TimeSpan MasterTimeout { get; set; }

Property Value

TimeSpan

Timeout

Explicit operation timeout

public TimeSpan Timeout { get; set; }

Property Value

TimeSpan

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; }

Property Value

string