Purpose

Specifies which version of Salesforce Bulk Load API to use for performing bulk load operations.

Valid Values

V1 | V2

Behavior

If set to V1, the driver uses the Salesforce Bulk API V1 for all insert, update, and delete operations.

If set to V2, the driver uses the Salesforce Bulk API V2 for all insert, update, and delete operations.

Notes

  • This is applicable if EnableBulkLoad is set to true.

Data Source Methods

public String getBulkLoadVersion()

public void setBulkLoadVersion(String)

Default Value

V1

Data Type

String