Click or drag to resize
CqlQueryOptionsSetPageSize Method
Sets the page size for automatic paging for the query.

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public CqlQueryOptions SetPageSize(
	int pageSize
)

Parameters

pageSize
Type: SystemInt32

Return Value

Type: CqlQueryOptions
See Also