UseBulkAPI
Specifies whether to use the Marketo Bulk API.
Possible Values
Auto, True, FalseData Type
string
Default Value
"False"
Remarks
True | The Marketo Bulk API will be used to extract or import data where applicable in SELECT/UPSERT statemnts. |
False | The driver will not make use of the Bulk API. |
Auto | The driver will make use of the Bulk API only in cases when the REST API is not sufficient such as when querying more than 100_000 records from the ProgramMembers table. |