Salesforce V2Source Args
A copy activity Salesforce V2 source.
Constructors
Properties
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean).
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).
Source retry count. Type: integer (or Expression with resultType integer).
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).