PageSize
Defines the number of rows the client fetches from the database in a single network round-trip.
Data Type
string
Default Value
"5000"
Remarks
The PageSize can control the number of rows received per single network round-trip on a given query.
The default value is 5000.