AWS SDK for .NET Documentation
InitiateArchiveRetrievalJob Method (vaultName, archiveId, options)
AmazonAmazon.Glacier.TransferArchiveTransferManagerInitiateArchiveRetrievalJob(String, String, InitiateArchiveRetrievalOptions) Did this page help you?   Yes   No    Tell us about it...
This method initiates an archive retieval job for the specified archive and returns back the job id. Once the is complete
Declaration Syntax
C#
public string InitiateArchiveRetrievalJob(
	string vaultName,
	string archiveId,
	InitiateArchiveRetrievalOptions options
)
Parameters
vaultName (String)
The name of the vault that contains the archive to initiate the job for.
archiveId (String)
The archive id that the download job will retrieve.
options (InitiateArchiveRetrievalOptions)
Additional options that can be used for initiating archive retrieval.
Return Value
The job id for the initiated job.

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