Click or drag to resize
RowSetPagingState Property
Gets or sets the paging state of the query for the RowSet. When set it states that there are more pages.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public virtual byte[] PagingState { get; set; }

Property Value

Type: Byte
See Also