will this new cosmos client support proper skip/take?
Skip and Take support is under development. There is nothing that the client needs to do other than convert LINQ to SQL. The problem is that the server side currently doesn't support it. Once it's on the server side the SDKs will also support it.
Skip and Take are now supported! https://docs.microsoft.com/en-us/azure/cosmos-db/how-to-sql-query#OffsetLimitClause
Should definitely be part of the first major release, in my opinion :)
This issue can be closed with completing PR #249
Maybe RequiredForGa tag can be added?
very very nice. are the other linq operators supported now (where, firstordefeault,orderby)?
Those are already supported for quite a while, see the full list of supported operators here: https://docs.microsoft.com/en-us/azure/cosmos-db/how-to-sql-query#SupportedLinqOperators
really, in the new v3 client? can't find anything in the samples
@simplynaveen20 is working on a PR to add linq support to v3. The v3 SDK currently does not have any linq support.
saw that yes, for the v3 client they are still working on it :) great!
PR #249 is now merged.
Most helpful comment
Skip and Take are now supported! https://docs.microsoft.com/en-us/azure/cosmos-db/how-to-sql-query#OffsetLimitClause
Should definitely be part of the first major release, in my opinion :)