CqlQueryOptionsSetPageSize Method |
Sets the page size for automatic paging for the query.
Namespace: Cassandra.MappingAssembly: Cassandra (in Cassandra.dll) Version: 3.0.5 (git 25b8d4e)
Syntax public CqlQueryOptions SetPageSize(
int pageSize
)
Parameters
- pageSize
- Type: SystemInt32
Return Value
Type:
CqlQueryOptionsSee Also