Class GetSnapshotRequestParameters
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
Request options for SnapshotGet
http://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html
public class GetSnapshotRequestParameters : RequestParameters<GetSnapshotRequestParameters>, IRequestParameters
- Inheritance
-
GetSnapshotRequestParameters
- Implements
- Inherited Members
Constructors
GetSnapshotRequestParameters()
public GetSnapshotRequestParameters()
Properties
DefaultHttpMethod
public override HttpMethod DefaultHttpMethod { get; }
Property Value
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
Verbose
Whether to show verbose snapshot info or only show the basic info found in the repository index blob
public bool? Verbose { get; set; }
Property Value
- bool?