SalesforceV2SourceResponse

data class SalesforceV2SourceResponse(val additionalColumns: Any? = null, val disableMetricsCollection: Any? = null, val includeDeletedObjects: Any? = null, val maxConcurrentConnections: Any? = null, val pageSize: Any? = null, val query: Any? = null, val queryTimeout: Any? = null, val sOQLQuery: Any? = null, val sourceRetryCount: Any? = null, val sourceRetryWait: Any? = null, val type: String)

A copy activity Salesforce V2 source.

Constructors

Link copied to clipboard
constructor(additionalColumns: Any? = null, disableMetricsCollection: Any? = null, includeDeletedObjects: Any? = null, maxConcurrentConnections: Any? = null, pageSize: Any? = null, query: Any? = null, queryTimeout: Any? = null, sOQLQuery: Any? = null, sourceRetryCount: Any? = null, sourceRetryWait: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val additionalColumns: Any? = null

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

This property control whether query result contains Deleted objects. 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
val pageSize: Any? = null

Page size for each http request, too large pageSize will caused timeout, default 300,000. Type: integer (or Expression with resultType integer).

Link copied to clipboard
val query: Any? = null

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).

Link copied to clipboard
val queryTimeout: Any? = null

Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).

Link copied to clipboard
val sOQLQuery: Any? = null

Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).

Link copied to clipboard
val sourceRetryCount: Any? = null

Source retry count. Type: integer (or Expression with resultType integer).

Link copied to clipboard
val sourceRetryWait: Any? = null

Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).

Link copied to clipboard

Copy source type. Expected value is 'SalesforceV2Source'.