AWS SDK for .NET Documentation
Marker Property
AmazonAmazon.S3.ModelListObjectsRequestMarker Did this page help you?   Yes   No    Tell us about it...
Indicates where in the bucket to begin listing. The list will only include keys that occur lexicographically after marker. This is convenient for pagination: to get the next page of results use the last key of the current page as the marker.
Declaration Syntax
C#
public string Marker { get; set; }

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