Метод | Описание | |
---|---|---|
GetJobOutputRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
GetJobOutputRequest ( string vaultName, string jobId, string range ) : System |
Instantiates GetJobOutputRequest with the parameterized properties
|
|
GetJobOutputRequest ( string accountId, string vaultName, string jobId, string range ) : System |
Instantiates GetJobOutputRequest with the parameterized properties
|
Метод | Описание | |
---|---|---|
IsSetAccountId ( ) : bool | ||
IsSetJobId ( ) : bool | ||
IsSetRange ( ) : bool | ||
IsSetVaultName ( ) : bool |
public GetJobOutputRequest ( string vaultName, string jobId, string range ) : System | ||
vaultName | string | The name of the vault. |
jobId | string | The job ID whose data is downloaded. |
range | string | The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify the range as bytes=0-1048575 . By default, this operation downloads the entire output. If the job output is large, then you can use a range to retrieve a portion of the output. This allows you to download the entire output in smaller chunks of bytes. For example, suppose you have 1 GB of job output you want to download and you decide to download 128 MB chunks of data at a time, which is a total of eight Get Job Output requests. You use the following process to download the job output:
|
Результат | System |
public GetJobOutputRequest ( string accountId, string vaultName, string jobId, string range ) : System | ||
accountId | string | The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single '- ' (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens ('-') in the ID. |
vaultName | string | The name of the vault. |
jobId | string | The job ID whose data is downloaded. |
range | string | The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify the range as bytes=0-1048575 . By default, this operation downloads the entire output. If the job output is large, then you can use a range to retrieve a portion of the output. This allows you to download the entire output in smaller chunks of bytes. For example, suppose you have 1 GB of job output you want to download and you decide to download 128 MB chunks of data at a time, which is a total of eight Get Job Output requests. You use the following process to download the job output:
|
Результат | System |