ICqlQueryClientFetchPage Method | 
| Name | Description | |
|---|---|---|
| FetchPageT(Cql) | 
            Gets a paged list of T results from Cassandra.
            Suitable for manually page through all the results of a query.
              | |
| FetchPageT(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.
              | |
| FetchPageT(Int32, Byte, String, Object) | 
            Gets a paged list of T results from Cassandra.
            Suitable for manually page through all the results of a query.
              |