Table of Contents

Class SnapshotStatusRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for SnapshotStatus

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

Constructors

SnapshotStatusRequestParameters()

public SnapshotStatusRequestParameters()

Properties

DefaultHttpMethod

public override HttpMethod DefaultHttpMethod { get; }

Property Value

HttpMethod

IgnoreUnavailable

Whether to ignore unavailable snapshots, defaults to false which means a SnapshotMissingException is thrown

public bool? IgnoreUnavailable { get; set; }

Property Value

bool?

MasterTimeout

Explicit operation timeout for connection to master node

public TimeSpan MasterTimeout { get; set; }

Property Value

TimeSpan