paulomarquesc / AzureRmStorageTable

MIT License
40 stars 28 forks source link

Added support for Take and Paginate, also removed += #56

Closed ThePoShWolf closed 3 years ago

ThePoShWolf commented 4 years ago

I have a use case where I want to retrieve just 1 record from a table based on how they are sorted, so I implemented the Take parameter of the TableQuery and added the option to disable pagination so it only retrieves the first page of items.

Also, the += operator is quite slow when dealing with large arrays, so I reworked that section as well so it just outputs instead of storing the data to a variable and then outputting.

paulomarquesc commented 4 years ago

@PaulCheng and @sakash279 , can one of you please take a look at this?

paulomarquesc commented 3 years ago

As per current maintainers of the SDK recommendation we're closing this PR.