AppendObjectRequest Class |
Namespace: Aliyun.OSS
The AppendObjectRequest type exposes the following members.
Name | Description | |
---|---|---|
AppendObjectRequest |
Creates a new instance of AppendObjectRequest |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
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
|