AWS SDK for .NET Documentation
KeyMarker Property
AmazonAmazon.S3.ModelListMultipartUploadsRequestKeyMarker 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#
public string KeyMarker { get; 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)