Метод | Описание | |
---|---|---|
UploadMultipartPartRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
UploadMultipartPartRequest ( string vaultName, string uploadId, string checksum, string range, Stream body ) : System |
Instantiates UploadMultipartPartRequest with the parameterized properties
|
|
UploadMultipartPartRequest ( string accountId, string vaultName, string uploadId, string checksum, string range, Stream body ) : System |
Instantiates UploadMultipartPartRequest with the parameterized properties
|
Метод | Описание | |
---|---|---|
IsSetAccountId ( ) : bool | ||
IsSetBody ( ) : bool | ||
IsSetChecksum ( ) : bool | ||
IsSetRange ( ) : bool | ||
IsSetUploadId ( ) : bool | ||
IsSetVaultName ( ) : bool |
public UploadMultipartPartRequest ( ) : System | ||
Результат | System |
public UploadMultipartPartRequest ( string vaultName, string uploadId, string checksum, string range, Stream body ) : System | ||
vaultName | string | The name of the vault. |
uploadId | string | The upload ID of the multipart upload. |
checksum | string | The SHA256 tree hash of the data being uploaded. |
range | string | Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*. |
body | Stream | The data to upload. |
Результат | System |
public UploadMultipartPartRequest ( string accountId, string vaultName, string uploadId, string checksum, string range, 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. |
uploadId | string | The upload ID of the multipart upload. |
checksum | string | The SHA256 tree hash of the data being uploaded. |
range | string | Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*. |
body | Stream | The data to upload. |
Результат | System |