AWS SDK for .NET Documentation
MaximumPageSize Property
AmazonAmazon.SimpleWorkflow.ModelGetWorkflowExecutionHistoryRequestMaximumPageSize Did this page help you?   Yes   No    Tell us about it...
Specifies the maximum number of history events returned in one page. The next page in the result is identified by the NextPageToken returned. By default 100 history events are returned in a page but the caller can override this value to a page size smaller than the default. You cannot specify a page size larger than 100. Note that the number of events may be less than the maxiumum page size, in which case, the returned page will have fewer results than the maximumPageSize specified.

Constraints:

Range
0 - 1000

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

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