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

Downloads an archive from Amazon Glacier from the specified vault for the current user's account. Saves the archive to the specified file.

This method creates an Amazon SNS topic, and an Amazon SQS queue that is subscribed to that topic. It then initiates the archive retrieval job and polls the queue for the archive to be available. This polling takes about 4 hours. Once the archive is available, download will begin.

Additional options can be set using the UploadDirectoryOptions object. For example, you can set the FilesTransferProgress property to a delegate to track progress.

Declaration Syntax
C#
public void Download(
	string vaultName,
	string archiveId,
	string filePath,
	DownloadOptions options
)
Parameters
vaultName (String)
The name of the vault to download the archive from.
archiveId (String)
The unique ID of the archive to download.
filePath (String)
The file path to save the archive 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)