Table of Contents

Class GetRepositoryRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for SnapshotGetRepository

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

Constructors

GetRepositoryRequestParameters()

public GetRepositoryRequestParameters()

Properties

DefaultHttpMethod

public override HttpMethod DefaultHttpMethod { get; }

Property Value

HttpMethod

Local

Return local information, do not retrieve the state from master node (default: false)

public bool? Local { get; set; }

Property Value

bool?

MasterTimeout

Explicit operation timeout for connection to master node

public TimeSpan MasterTimeout { get; set; }

Property Value

TimeSpan