CqlQueryOptionsSetPagingState Method  | 
 
            Sets the token representing the page state for the query.
            Use null to get the first page of results.
            
 
    Namespace: 
   Cassandra.Mapping
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
Syntaxpublic CqlQueryOptions SetPagingState(
	byte[] pagingState
)
Parameters
- pagingState
 - Type: SystemByte
 
Return Value
Type: 
CqlQueryOptions
See Also