Click or drag to resize
ListMultipartUploadsRequest Class
包含获取MultipartUpload列表的请求信息。
Inheritance Hierarchy
SystemObject
  Aliyun.OSSListMultipartUploadsRequest

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public class ListMultipartUploadsRequest

The ListMultipartUploadsRequest type exposes the following members.

Constructors
  NameDescription
Public methodListMultipartUploadsRequest
构造一个新的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
获取OssObject所在Bucket的名称。
Public propertyDelimiter
获取或设置一个值 用来对返回结果进行分组
Public propertyEncodingType
获取encoding-type的值
Public propertyKeyMarker
获取或设置一个值 与upload-id-marker参数一同使用来指定返回结果的起始位置。 如果upload-id-marker参数未设置,查询结果中包含: 所有Object名字的字典序大于key-marker参数值的Multipart事件。 如果upload-id-marker参数被设置,查询结果中包含: 所有Object名字的字典序大于key-marker参数值的Multipart事件和Object名字等于key-marker参数值, 但是Upload ID比upload-id-marker参数值大的Multipart Uploads事件。
Public propertyMaxUploads
获取或设置一个值 限定此次返回Multipart Uploads事件的最大数目 如果不设定,默认为1000 max-keys取值不能大于1000
Public propertyPrefix
获取或设置一个值 限定返回的object key必须以prefix作为前缀。
Public propertyUploadIdMarker
获取或设置一个值 与key-marker参数一同使用来指定返回结果的起始位置。 如果key-marker参数未设置,则OSS忽略upload-id-marker参数。 如果key-marker参数被设置,查询结果中包含: 所有Object名字的字典序大于key-marker参数值的Multipart事件和Object名字等于key-marker参数值, 但是Upload ID比upload-id-marker参数值大的Multipart Uploads事件。
Top
See Also