SalesforceV2SourceArgs

data class SalesforceV2SourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val includeDeletedObjects: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val pageSize: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sOQLQuery: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SalesforceV2SourceArgs>

A copy activity Salesforce V2 source.

Constructors

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

Properties

Link copied to clipboard
val additionalColumns: Output<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
val disableMetricsCollection: Output<Any>? = null

If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard
val includeDeletedObjects: Output<Any>? = null

This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard
val maxConcurrentConnections: Output<Any>? = null

The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

Link copied to clipboard
val pageSize: Output<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: Output<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: Output<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: Output<Any>? = null

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

Link copied to clipboard
val sourceRetryCount: Output<Any>? = null

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

Link copied to clipboard
val sourceRetryWait: Output<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
val type: Output<String>

Copy source type. Expected value is 'SalesforceV2Source'.

Functions

Link copied to clipboard
open override fun toJava(): SalesforceV2SourceArgs