NEST by Elasticsearch Inc. and contributors

<PackageReference Include="NEST" Version="1.0.1" />

.NET API 1,772,032 bytes

 SnapshotRequest

Request parameters for SnapshotCreate http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/modules-snapshots.html
public bool? IgnoreUnavailable { get; set; }

public bool? IncludeGlobalState { get; set; }

public IEnumerable<IndexNameMarker> Indices { get; set; }

public string MasterTimeout { get; set; }

Explicit operation timeout for connection to master node

public bool? Partial { get; set; }

public bool WaitForCompletion { get; set; }

Should this request wait until the operation has completed before returning

public SnapshotRequest(string repository, string snapshot)