Click or drag to resize
Statement.PagingState Property
This object represents the next page to be fetched if the query is multi page. It can be saved and reused later on a different execution.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntax
C#
public byte[] PagingState { get; }

Property Value

Type:Byte[]

Implements

IStatement.PagingState
See Also