However DocumentDB query is not supporting to get count and order by functions. We can write stored procedure to get working the orderby and count functions.
DocumentDB supporting paging concept with continuation token.
Can We implement a stored procedure to get fully paging concept in terms of getting records by index and no of records?
Any help would be greatly appreciated.
Thanks in Advance :)