SalesforceServiceCloudSource interface

복사 작업 Salesforce Service Cloud 원본입니다.

Extends

속성

additionalColumns

원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).

query

데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식).

readBehavior

작업에 대한 읽기 동작입니다. 기본값은 Query입니다. 허용되는 값: Query/QueryAll. 형식: string(또는 resultType 문자열이 있는 식).

type

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

상속된 속성

disableMetricsCollection

true이면 데이터 저장소 메트릭 수집을 사용하지 않도록 설정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).

maxConcurrentConnections

원본 데이터 저장소의 최대 동시 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식).

sourceRetryCount

원본 재시도 횟수입니다. 형식: 정수(또는 resultType 정수가 있는 식).

sourceRetryWait

원본 다시 시도 대기. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60|( [0-5] [0-9])):(60|( [0-5] [0-9])).

속성 세부 정보

additionalColumns

원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).

additionalColumns?: any

속성 값

any

query

데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식).

query?: any

속성 값

any

readBehavior

작업에 대한 읽기 동작입니다. 기본값은 Query입니다. 허용되는 값: Query/QueryAll. 형식: string(또는 resultType 문자열이 있는 식).

readBehavior?: any

속성 값

any

type

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

type: "SalesforceServiceCloudSource"

속성 값

"SalesforceServiceCloudSource"

상속된 속성 세부 정보

disableMetricsCollection

true이면 데이터 저장소 메트릭 수집을 사용하지 않도록 설정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).

disableMetricsCollection?: any

속성 값

any

CopySource.disableMetricsCollection에서 상속됨

maxConcurrentConnections

원본 데이터 저장소의 최대 동시 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식).

maxConcurrentConnections?: any

속성 값

any

CopySource.maxConcurrentConnections에서 상속

sourceRetryCount

원본 재시도 횟수입니다. 형식: 정수(또는 resultType 정수가 있는 식).

sourceRetryCount?: any

속성 값

any

CopySource.sourceRetryCount에서 상속됨

sourceRetryWait

원본 다시 시도 대기. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60|( [0-5] [0-9])):(60|( [0-5] [0-9])).

sourceRetryWait?: any

속성 값

any

CopySource.sourceRetryWait에서 상속됨