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

Namespace: Dse.Mapping
Assembly: Dse (in Dse.dll) Version: 2.4.0
Syntax
C#
public CqlQueryOptions SetPageSize(
	int pageSize
)

Parameters

pageSize
Type: SystemInt32

Return Value

Type: CqlQueryOptions
See Also