Salesforce Service Cloud Source Response
data class SalesforceServiceCloudSourceResponse(val additionalColumns: Any? = null, val disableMetricsCollection: Any? = null, val maxConcurrentConnections: Any? = null, val query: Any? = null, val readBehavior: String? = null, val sourceRetryCount: Any? = null, val sourceRetryWait: Any? = null, val type: String)
A copy activity Salesforce Service Cloud source.
Properties
Link copied to clipboard
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
Link copied to clipboard
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
Link copied to clipboard
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Link copied to clipboard
The read behavior for the operation. Default is Query.
Link copied to clipboard
Source retry count. Type: integer (or Expression with resultType integer).
Link copied to clipboard
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).