RetryCount Parameter (Connect-OracleEloqua Cmdlet)
The maximum number of times to retry a Bulk API request that fails due to an HTTP 500 status code (Internal Server Error).
Syntax
Connect-OracleEloqua -RetryCount string
Data Type
cstr
Default Value
"5"
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 defintes maximum number of time the cmdlet will retry a Bulk API request that failed. By default the cmdlet will retry the request 5 times.