Click or drag to resize
ListMultipartUploadsRequestKeyMarker Property
Gets or sets the key marker. The key marker and upload id marker filter the multipart uploads to return. If the upload-id-marker is not set, then the returned uploads whose target object name are greater than key-marker. If the uploader-id-marker is set, then beside the target object's requirement above, the returned uploads Ids must be greater than the upliad-id-marker.

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

Property Value

Type: String
See Also