AWS SDK for .NET Documentation
Marker Property
AmazonAmazon.Redshift.ModelDescribeReservedNodesRequestMarker Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property Marker.

An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in

CopyC#
MaxRecords
, AWS returns a value in the
CopyC#
Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the
CopyC#
Marker
parameter and retrying the request.

Declaration Syntax
C#
public string Marker { get; set; }

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