The current implementation loads all objects. It fetches 1000 per page but does not stop at one page. This might not always be the best as it makes ListObjects slower and produces higher traffic.
It would be better to add an overload that takes a "Cursor"-value and a max entries parameter.
The current implementation loads all objects. It fetches 1000 per page but does not stop at one page. This might not always be the best as it makes ListObjects slower and produces higher traffic.
It would be better to add an overload that takes a "Cursor"-value and a max entries parameter.