BulkAPIVersion
Specifies the Certinia Bulk API version to use for processing bulk queries and data operations.
Possible Values
v1, v2Data Type
string
Default Value
"v1"
Remarks
Certinia offers two versions of the Bulk API, each optimized for different use cases.
- Bulk API v1 offers more detailed control over how records are processed in batches. It can be a better fit for performance-sensitive scenarios or advanced workflows.
- Bulk API v2 simplifies bulk operations by automatically handling batch processing and error management. It is recommended for most standard use cases.
Performance Considerations
For Certinia API versions 62.0 and later, v2 is generally recommended due to its more consistent design, stronger integration with the broader Certinia API ecosystem, and reduced API consumption. Using v2 may reduce the need for manual optimizations, making it a good choice for most standard bulk operations. However, for large-scale or performance-critical workflows, v1 offers greater flexibility in controlling batch processing and error handling.