BulkUploadLimit
Specifies the maximum file size (in MB) that can be uploaded using Salesforce Bulk API v2.
Data Type
int
Default Value
100
Remarks
When UseBulkAPI is set to true, this property defines the maximum file size allowed for ingestion via Salesforce Bulk API v2. Salesforce enforces a maximum upload size of 100 MB, which is the default value for this setting. Exceeding this limit may result in errors or failed operations. In most cases, this value does not need to be changed. However, it can be adjusted to a lower value if needed. For example, to reduce job size or manage network constraints.
Performance Considerations
This property ensures compliance with Salesforce’s bulk upload limits. Attempting to upload files larger than 100 MB will result in failures. If you encounter timeouts or errors with large uploads, consider reducing the file size or breaking the data into smaller chunks to improve reliability and avoid exceeding API rate or processing limits.
This property is useful when managing bulk data ingestion, helping ensure compatibility with Salesforce's file size constraints and maintaining efficient processing for large datasets.
This setting applies only when Salesforce Bulk API v2 is used.