Click or drag to resize
StatementSetPagingState Method
Sets the paging state, a token representing the current page state of query used to continue paging by retrieving the following result page. Setting the paging state will disable automatic paging.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.1.0
Syntax
C#
public IStatement SetPagingState(
	byte[] pagingState
)

Parameters

pagingState
Type: SystemByte
The page state token

Return Value

Type: IStatement
this IStatement object.

Implements

IStatementSetPagingState(Byte)
See Also