Package version:

Interface SalesforceServiceCloudSource

A copy activity Salesforce Service Cloud source.

interface SalesforceServiceCloudSource {
    additionalColumns?: any;
    disableMetricsCollection?: any;
    maxConcurrentConnections?: any;
    query?: any;
    readBehavior?: any;
    sourceRetryCount?: any;
    sourceRetryWait?: any;
    type: "SalesforceServiceCloudSource";
}

Hierarchy (view full)

Properties

additionalColumns?: any

Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).

disableMetricsCollection?: any

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

maxConcurrentConnections?: any

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

query?: any

Database query. Type: string (or Expression with resultType string).

readBehavior?: any

The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string).

sourceRetryCount?: any

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

sourceRetryWait?: any

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

type

Polymorphic discriminator, which specifies the different types this object can be