RetryCount
The maximum number of times to retry a Bulk API request that fails due to an HTTP 500 status code (Internal Server Error).
Data Type
string
Default Value
"5"
Remarks
When UseBulkAPI is set to "Auto" or "True", the driver will attempt to retry any requests that fail due to an HTTP 500 status code (Internal Server Error). This property defintes maximum number of time the driver will retry a Bulk API request that failed. By default the driver will retry the request 5 times.