Click or drag to resize
ListMultipartUploadsRequest Properties

The ListMultipartUploadsRequest type exposes the following members.

Properties
  NameDescription
Public propertyBucketName
Gets the bucket name that these multipart uploads belong to.
Public propertyDelimiter
Gets or sets the delimiter for grouping the result.
Public propertyEncodingType
Gets or sets encoding-type value.
Public propertyKeyMarker
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.
Public propertyMaxUploads
Gets or sets the max entries to list. By default it's 1000. The max value is 1000.
Public propertyPrefix
Gets or sets the target object's prefix of these multipart uploads.
Public propertyUploadIdMarker
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.
Top
See Also