Azure-cosmos-dotnet-v3: skip/take?

Created on 6 Dec 2018  路  9Comments  路  Source: Azure/azure-cosmos-dotnet-v3

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 :)

All 9 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

miiitch picture miiitch  路  5Comments

lbicknese picture lbicknese  路  5Comments

gegoodwin picture gegoodwin  路  7Comments

wahyuen picture wahyuen  路  4Comments

lukasz-pyrzyk picture lukasz-pyrzyk  路  3Comments