NEST by Elastic and contributors

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

.NET API 5,345,792 bytes

 CatSnapshotsRequest

public class CatSnapshotsRequest : PlainRequestBase<CatSnapshotsRequestParameters>, ICatSnapshotsRequest, IRequest<CatSnapshotsRequestParameters>, IRequest
Request parameters for CatSnapshots http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-snapshots.html
public string Format { get; set; }

a short version of the Accept header, e.g. json, yaml

public string[] Headers { get; set; }

Comma-separated list of column names to display

public bool? Help { get; set; }

Return help information

public bool? IgnoreUnavailable { get; set; }

Set to true to ignore unavailable snapshots

public Time MasterTimeout { get; set; }

Explicit operation timeout for connection to master node

protected ICatSnapshotsRequest Self { get; }

public string[] SortByColumns { get; set; }

Comma-separated list of column names or column aliases to sort by

public bool? Verbose { get; set; }

Verbose mode. Display column headers

/_cat/snapshots

public CatSnapshotsRequest(Names repository)

/_cat/snapshots/{repository}