paulomarquesc / AzureRmStorageTable

MIT License
40 stars 28 forks source link

Support the TakeCount parameter of TableQuery #57

Closed ThePoShWolf closed 3 years ago

ThePoShWolf commented 4 years ago

I've applied this change in PR #56

When combined with the Paginate parameter, this allows one to query a certain number of items.

paulomarquesc commented 3 years ago

Hi @ThePoShWolf, we are not implementing filtering by design, any filtering on storage table is done on client side so this will not make it more efficient.