ListMultipartUploadsRequestMaxUploads Property |
Gets or sets the max entries to list.
By default it's 1000. The max value is 1000.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public Nullable<int> MaxUploads { get; set; }
Public Property MaxUploads As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> MaxUploads {
Nullable<int> get ();
void set (Nullable<int> value);
}
member MaxUploads : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also