IEvangelist / azure-cosmos-dotnet-repository

Wraps the .NET SDK for Azure Cosmos DB abstracting away the complexity, exposing a simple CRUD-based repository pattern
https://ievangelist.github.io/azure-cosmos-dotnet-repository
MIT License
307 stars 92 forks source link

Add page size parameter to PageAsync with IAsyncEnumerable #457

Closed mateuszkumpf closed 3 months ago

mateuszkumpf commented 4 months ago

I would like to propose adding a parameter for page size to PageAsync which returns IAsyncEnumerable. The default size will still remain 25 but if someone wanted to change it there would be an option to do so.

I think it would be possible to achieve the same result with #437 but it is not clear when it will be finished.