AppendObjectRequest Properties |
The AppendObjectRequest type exposes the following members.
Name | Description | |
---|---|---|
BucketName |
Bucket name getter/setter.
| |
Content |
The content to append
| |
InitCrc |
Gets or sets the init crc.
| |
Key |
Object key getter/setter
| |
ObjectMetadata |
Object metadata getter/setter
| |
Position |
Position getter/setter. The position is the start index for the appending.
Initially it could be the length of the object (length could be got from the GetObjectmeta). Then it could be got from the previous result of AppendObjectRequest.
| |
StreamTransferProgress |
Progress callback getter and setter
|