Table of Contents

Class DeleteSnapshotRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for SnapshotDelete

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

Constructors

DeleteSnapshotRequestParameters()

public DeleteSnapshotRequestParameters()

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