AWS SDK for .NET Documentation
WithKeyMarker Method (keyMarker)
AmazonAmazon.S3.ModelListMultipartUploadsRequestWithKeyMarker(String) Did this page help you?   Yes   No    Tell us about it...
Together with upload-id-marker, this parameter specifies the multipart upload after which listing should begin.
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
keyMarker (String)
The key marker
Return Value
the request with the KeyMarker set
Remarks

If 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.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)