AWS SDK for .NET Documentation
DownloadJob Method (vaultName, jobId, filePath, options)
AmazonAmazon.Glacier.TransferArchiveTransferManagerDownloadJob(String, String, String, DownloadOptions) Did this page help you?   Yes   No    Tell us about it...

Downloads the results from a completed archive retrieval. Saves the job output to the specified file.

If there is an error during download the download will be retried from the last point read. Once the download is complete the checksum will be compared.

Declaration Syntax
C#
public void DownloadJob(
	string vaultName,
	string jobId,
	string filePath,
	DownloadOptions options
)
Parameters
vaultName (String)
The name of the vault to download the job output from.
jobId (String)
The unique job ID for an archive retrieval job.
filePath (String)
The file path to save the job output at.
options (DownloadOptions)
Additional options that can be used for the download.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)