Together with upload-id-marker, this parameter specifies the multipart upload after which listing should begin.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public string KeyMarker { get; set; }
 Remarks
 RemarksIf UploadIdMarker is not specified, only the keys lexicographically greater than the specified key-marker will be included in the list.
If UploadIdMarker is specified, any multipart uploads for a key equal to the key-marker may also be included, provided those multipart uploads have upload IDs lexicographically greater than the specified UploadIdMarker.