Table of Contents

Class SnapshotRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for SnapshotCreate

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

Constructors

SnapshotRequestParameters()

public SnapshotRequestParameters()

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

WaitForCompletion

Should this request wait until the operation has completed before returning

public bool? WaitForCompletion { get; set; }

Property Value

bool?