ICqlQueryClient.FetchPage Method |
Name | Description | |
---|---|---|
FetchPage<T>(Cql) |
Gets a paged list of T results from Cassandra.
Suitable for manually page through all the results of a query.
| |
FetchPage<T>(CqlQueryOptions) |
Gets a paged list of T results from Cassandra using the CQL statement specified.
Suitable for manually page through all the results of a query.
| |
FetchPage<T>(Int32,Byte[], String,Object[]) |
Gets a paged list of T results from Cassandra.
Suitable for manually page through all the results of a query.
|