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