I have gone through the forward paging way as mentioned here - DataStax C# Driver - Result paging
It explains how we can get to next page. But is there any way or support in driver as well to navigate to any specific page or how to go to backward/previous page ?
Also how to get the total no of records for example when we are querying with page size 10 then only 10 records are returned to how UI will come to know the total no of records available so that pagination can be enabled on UI.