ListMultipartUploadsRequestUploadIdMarker Property |
Start position for listing multipart uploads (sorted by multipart upload ID)
Namespace:
OBS.Model
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntaxpublic string UploadIdMarker { get; set; }
Property Value
Type:
String
Remarks
Optional parameter, which is effective only when used together with "KeyMarker" and specifies the ID from which the listing begins.
See Also