RetryInterval Parameter (Connect-OracleEloqua Cmdlet)
The time interval between attempts to retry a Bulk API request that failed with an HTTP 500 status code (Internal Server Error).
Syntax
Connect-OracleEloqua -RetryInterval string
Data Type
cstr
Default Value
"200"
Remarks
When UseBulkAPI is set to "Auto" or "True", the cmdlet will attempt to retry any requests that fail due to an HTTP 500 status code (Internal Server Error). This property defines the time interval between attempts to retry a Bulk API request that failed. The default value is 200 ms.