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.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public string UploadIdMarker { get; set; }
Public Property UploadIdMarker As String
Get
Set
public:
property String^ UploadIdMarker {
String^ get ();
void set (String^ value);
}
member UploadIdMarker : string with get, set
Property Value
Type:
StringSee Also