AWS SDK for .NET Documentation
NextMarker Property
AmazonAmazon.S3.ModelListObjectsResponseNextMarker Did this page help you?   Yes   No    Tell us about it...
Gets and sets the NextMarker property. NextMarker is set by S3 only if a Delimiter was specified in the original ListObjects request. If a delimiter was not specified, the AWS SDK for .NET returns the last Key of the List of Objects retrieved from S3 as the NextMarker.
Declaration Syntax
C#
public string NextMarker { get; set; }

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