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

The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified

CopyC#
MaxRecords
value, a value is returned in a
CopyC#
marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

Default:

CopyC#
100

Constraints: minimum 20, maximum 100.

Declaration Syntax
C#
public int MaxRecords { get; set; }

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