Condividi tramite


SalesforceV2Source Class

Definition

A copy activity Salesforce V2 source.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SalesforceV2Source+SalesforceV2SourceConverter))]
public class SalesforceV2Source : Azure.Analytics.Synapse.Artifacts.Models.TabularSource
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SalesforceV2Source+SalesforceV2SourceConverter))>]
type SalesforceV2Source = class
    inherit TabularSource
Public Class SalesforceV2Source
Inherits TabularSource
Inheritance
SalesforceV2Source
Attributes

Constructors

SalesforceV2Source()

Initializes a new instance of SalesforceV2Source.

Properties

AdditionalColumns

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

(Inherited from TabularSource)
AdditionalProperties

Additional Properties.

(Inherited from CopySource)
IncludeDeletedObjects

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

MaxConcurrentConnections

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

(Inherited from CopySource)
PageSize

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

Query

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

QueryTimeout

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

(Inherited from TabularSource)
SoqlQuery

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

SourceRetryCount

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

(Inherited from CopySource)
SourceRetryWait

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

(Inherited from CopySource)

Applies to