ADO.NET Provider for ActiveCampaign

Build 24.0.8963

PaginationMode

Determines whether to use ID-based pagination or to use limit-offset pagination. Defaults to LimitOffset. Currently ID-based pagination works only with Contacts , so even if you use the LimitID enum, limit-offset pagination will be used for entities other then Contacts in the data model. The PageSize connection property can be used to control the number of rows returned per request in both cases. The MaxThreads connection property can only be used with limit-offset pagination, since ID-based pagination is serial and only 1 thread will be used regardless of the configuration.

Possible Values

LimitOffset, LimitID

Data Type

string

Default Value

"LimitOffset"

Remarks

  • LimitOffset: Use limit-offset pagination with the limit and offset parameters.
  • LimitID: Use ID-based pagination with the limit, id_greater and orders[id] parameters. ActiveCampaign recommends using this pagination if you have a large number of records for better performance.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.8963