ListMultipartUploadsRequestMaxUploads Property |
获取或设置一个值
限定此次返回Multipart Uploads事件的最大数目
如果不设定,默认为1000
max-keys取值不能大于1000
Namespace: Aliyun.OpenServices.OpenStorageServiceAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 1.0.5626.29242
Syntaxpublic Nullable<int> MaxUploads { get; set; }
Public Property MaxUploads As Nullable(Of Integer)
Get
Set
Property Value
Type:
NullableInt32
See Also