Click or drag to resize
ListMultipartUploadsRequestUploadIdMarker Property
Gets or sets upload-id-marker. The key marker and upload id marker filter the multipart uploads to return. If the key-marker is not set, the upload-id-marker is ignored by OSS. If the key marker is set, then: All target objects' name must be greater than key-marker value in lexicographic order. And all the Upload IDs returned must be greater than upload-id-marker.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public string UploadIdMarker { get; set; }

Property Value

Type: String
See Also