Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Support for pulling more than 1000 items in a collection association #39

@amitkoren

Description

@amitkoren

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    deprecated versionisssues or pull requests related to the older non supported OData version

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions