Method | Description | |
---|---|---|
UploadArchiveRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
UploadArchiveRequest ( string vaultName, string archiveDescription, string checksum, Stream body ) : System |
Instantiates UploadArchiveRequest with the parameterized properties
|
|
UploadArchiveRequest ( string accountId, string vaultName, string archiveDescription, string checksum, Stream body ) : System |
Instantiates UploadArchiveRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetAccountId ( ) : bool | ||
IsSetArchiveDescription ( ) : bool | ||
IsSetBody ( ) : bool | ||
IsSetChecksum ( ) : bool | ||
IsSetVaultName ( ) : bool |
public UploadArchiveRequest ( string vaultName, string archiveDescription, string checksum, Stream body ) : System | ||
vaultName | string | The name of the vault. |
archiveDescription | string | The optional description of the archive you are uploading. |
checksum | string | The SHA256 tree hash of the data being uploaded. |
body | Stream | The data to upload. |
return | System |
public UploadArchiveRequest ( string accountId, string vaultName, string archiveDescription, string checksum, Stream body ) : 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. |
archiveDescription | string | The optional description of the archive you are uploading. |
checksum | string | The SHA256 tree hash of the data being uploaded. |
body | Stream | The data to upload. |
return | System |