ListMultipartUploadsRequest Class |
Namespace: Aliyun.OpenServices.OpenStorageService
The ListMultipartUploadsRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | ListMultipartUploadsRequest | Initializes a new instance of the ListMultipartUploadsRequest class |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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 | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | BucketName | |
![]() | Delimiter |
获取或设置一个值
用来对返回结果进行分组
|
![]() | KeyMarker |
获取或设置一个值
与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事件。
|
![]() | MaxUploads |
获取或设置一个值
限定此次返回Multipart Uploads事件的最大数目
如果不设定,默认为1000
max-keys取值不能大于1000
|
![]() | Prefix |
获取或设置一个值
限定返回的object key必须以prefix作为前缀。
|
![]() | UploadIdMarker |
获取或设置一个值
与key-marker参数一同使用来指定返回结果的起始位置。
如果key-marker参数未设置,则OSS忽略upload-id-marker参数。
如果key-marker参数被设置,查询结果中包含:
所有Object名字的字典序大于key-marker参数值的Multipart事件和Object名字等于key-marker参数值,
但是Upload ID比upload-id-marker参数值大的Multipart Uploads事件。
|