ListMultipartUploadsRequest Properties |
The ListMultipartUploadsRequest type exposes the following members.
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.
|