It would be great if server side aggregate is also having an optional parameter - StartIndex 
152
Views
2
Comments
New
Aggregates & Queries

Like we have statIndex property in client side, it would be great if we have the same on server side as well, so that we can fetch limit records wherever required.


--Sandeep Kolli

Yes, I totally agree with you.

I don't understand why StartIndex and Count were removed from the server side aggregate.

Regards

Yes @Tom Zhao it serves as FETCH OFFSET clause, and it'll reduce the manual logic required to do so.