ListMultipartUploadsRequest Class |
Namespace: Aliyun.OSS
The ListMultipartUploadsRequest type exposes the following members.
Name | Description | |
---|---|---|
ListMultipartUploadsRequest |
Creates an instance of ListMultipartUploadsRequest.
|
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 |
Gets the bucket name that these multipart uploads belong to.
| |
Delimiter |
Gets or sets the delimiter for grouping the result.
| |
EncodingType |
Gets or sets encoding-type value.
| |
KeyMarker |
Gets or sets the key marker.
The key marker and upload id marker filter the multipart uploads to return.
If the upload-id-marker is not set, then the returned uploads whose target object name are greater than key-marker.
If the uploader-id-marker is set, then beside the target object's requirement above, the returned uploads Ids must be greater than the upliad-id-marker.
| |
MaxUploads |
Gets or sets the max entries to list.
By default it's 1000. The max value is 1000.
| |
Prefix |
Gets or sets the target object's prefix of these multipart uploads.
| |
UploadIdMarker |
Gets or sets upload-id-marker.
The key marker and upload id marker filter the multipart uploads to return.
If the key-marker is not set, the upload-id-marker is ignored by OSS.
If the key marker is set, then:
All target objects' name must be greater than key-marker value in lexicographic order.
And all the Upload IDs returned must be greater than upload-id-marker.
|