Click or drag to resize

ListMultipartUploadsRequestMaxUploads Property

Maximum number of listed multipart uploads

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public Nullable<int> MaxUploads { get; set; }

Property Value

Type: NullableInt32
Remarks

Optional parameter The value ranges from 1to 1000. If there are more than 1000 multipart uploads, only 1000 of them will be listed.

See Also