Table of Contents

Class CreateRepositoryRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for SnapshotCreateRepository

http://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html
public class CreateRepositoryRequestParameters : RequestParameters<CreateRepositoryRequestParameters>, IRequestParameters
Inheritance
CreateRepositoryRequestParameters
Implements
Inherited Members

Constructors

CreateRepositoryRequestParameters()

public CreateRepositoryRequestParameters()

Properties

DefaultHttpMethod

public override HttpMethod DefaultHttpMethod { get; }

Property Value

HttpMethod

MasterTimeout

Explicit operation timeout for connection to master node

public TimeSpan MasterTimeout { get; set; }

Property Value

TimeSpan

Timeout

Explicit operation timeout

public TimeSpan Timeout { get; set; }

Property Value

TimeSpan

Verify

Whether to verify the repository after creation

public bool? Verify { get; set; }

Property Value

bool?