Click or drag to resize
ListMultipartUploadsRequest Class
The request class of the operation to list ongoing multipart uploads.
Inheritance Hierarchy
SystemObject
  Aliyun.OSSListMultipartUploadsRequest

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public class ListMultipartUploadsRequest

The ListMultipartUploadsRequest type exposes the following members.

Constructors
  NameDescription
Public methodListMultipartUploadsRequest
Creates an instance of ListMultipartUploadsRequest.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
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