msgraph-sdk-ruby icon indicating copy to clipboard operation
msgraph-sdk-ruby copied to clipboard

Support for pulling more than 1000 items in a collection association

Open amitkoren opened this issue 5 years ago • 0 comments

CollectionAssociation has a hard limit of 1000 items

def last?
   @loaded || @internal_values.size >= 1000
end

It would be useful to make this limit configurable and/or optional for applications that need to cache the entire collection of items (e.g., contacts).

amitkoren avatar Feb 25 '19 18:02 amitkoren