Together with upload-id-marker, this parameter specifies the multipart upload after which listing should begin.
            
 Declaration Syntax
 Declaration Syntax| C# | 
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")] public ListMultipartUploadsRequest WithKeyMarker( string keyMarker )
 Parameters
 Parameters- keyMarker (String)
- The key marker
 Return Value
 Return Valuethe request with the KeyMarker 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.