Microsoft.DataFactory factoryies/pipelines 2018-06-01
Bicep 資源定義
工廠/管線資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.DataFactory/factoryies/pipelines 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.DataFactory/factories/pipelines@2018-06-01' = {
parent: resourceSymbolicName
name: 'string'
properties: {
activities: [
{
dependsOn: [
{
activity: 'string'
dependencyConditions: [
'string'
]
}
]
description: 'string'
name: 'string'
onInactiveMarkAs: 'string'
state: 'string'
userProperties: [
{
name: 'string'
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
type: 'string'
// For remaining properties, see Activity objects
}
]
annotations: [
any(Azure.Bicep.Types.Concrete.AnyType)
]
concurrency: int
description: 'string'
folder: {
name: 'string'
}
parameters: {
{customized property}: {
defaultValue: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
}
policy: {
elapsedTimeMetric: {
duration: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
runDimensions: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
variables: {
{customized property}: {
defaultValue: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
}
}
}
CompressionReadSettings 物件
設定 類型 屬性,以指定物件的類型。
針對 TarGZipReadSettings,請使用:
{
preserveCompressionFileNameAsFolder: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'TarGZipReadSettings'
}
針對 TarReadSettings,請使用:
{
preserveCompressionFileNameAsFolder: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'TarReadSettings'
}
針對 ZipDeflateReadSettings,請使用:
{
preserveZipFileNameAsFolder: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'ZipDeflateReadSettings'
}
StoreWriteSettings 物件
設定 類型 屬性,以指定物件的類型。
針對 AzureBlobFSWriteSettings,請使用:
{
blockSizeInMB: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureBlobFSWriteSettings'
}
針對 AzureBlobStorageWriteSettings,請使用:
{
blockSizeInMB: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureBlobStorageWriteSettings'
}
針對 AzureDataLakeStoreWriteSettings,請使用:
{
expiryDateTime: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureDataLakeStoreWriteSettings'
}
針對 AzureFileStorageWriteSettings,請使用:
{
type: 'AzureFileStorageWriteSettings'
}
針對 FileServerWriteSettings,請使用:
{
type: 'FileServerWriteSettings'
}
針對 LakeHouseWriteSettings,請使用:
{
type: 'LakeHouseWriteSettings'
}
針對 SftpWriteSettings,請使用:
{
operationTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SftpWriteSettings'
useTempFileRename: any(Azure.Bicep.Types.Concrete.AnyType)
}
活動物件
設定 類型 屬性,以指定物件的類型。
針對 AppendVariable,請使用:
{
type: 'AppendVariable'
typeProperties: {
value: any(Azure.Bicep.Types.Concrete.AnyType)
variableName: 'string'
}
}
針對 AzureDataExplorerCommand,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'AzureDataExplorerCommand'
typeProperties: {
command: any(Azure.Bicep.Types.Concrete.AnyType)
commandTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
針對 AzureFunctionActivity,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'AzureFunctionActivity'
typeProperties: {
body: any(Azure.Bicep.Types.Concrete.AnyType)
functionName: any(Azure.Bicep.Types.Concrete.AnyType)
headers: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
method: 'string'
}
}
針對 AzureMLBatchExecution,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'AzureMLBatchExecution'
typeProperties: {
globalParameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
webServiceInputs: {
{customized property}: {
filePath: any(Azure.Bicep.Types.Concrete.AnyType)
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
}
}
webServiceOutputs: {
{customized property}: {
filePath: any(Azure.Bicep.Types.Concrete.AnyType)
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
}
}
}
}
針對 AzureMLExecutePipeline,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'AzureMLExecutePipeline'
typeProperties: {
continueOnStepFailure: any(Azure.Bicep.Types.Concrete.AnyType)
dataPathAssignments: any(Azure.Bicep.Types.Concrete.AnyType)
experimentName: any(Azure.Bicep.Types.Concrete.AnyType)
mlParentRunId: any(Azure.Bicep.Types.Concrete.AnyType)
mlPipelineEndpointId: any(Azure.Bicep.Types.Concrete.AnyType)
mlPipelineId: any(Azure.Bicep.Types.Concrete.AnyType)
mlPipelineParameters: any(Azure.Bicep.Types.Concrete.AnyType)
version: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
針對 AzureMLUpdateResource,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'AzureMLUpdateResource'
typeProperties: {
trainedModelFilePath: any(Azure.Bicep.Types.Concrete.AnyType)
trainedModelLinkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
trainedModelName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
針對 ExecutePipeline,請使用:
{
policy: {
secureInput: bool
}
type: 'ExecutePipeline'
typeProperties: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
pipeline: {
name: 'string'
referenceName: 'string'
type: 'string'
}
waitOnCompletion: bool
}
}
若為 Fail,請使用:
{
type: 'Fail'
typeProperties: {
errorCode: any(Azure.Bicep.Types.Concrete.AnyType)
message: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
針對 Filter,請使用:
{
type: 'Filter'
typeProperties: {
condition: {
type: 'string'
value: 'string'
}
items: {
type: 'string'
value: 'string'
}
}
}
針對 ForEach,請使用:
{
type: 'ForEach'
typeProperties: {
activities: [
{
dependsOn: [
{
activity: 'string'
dependencyConditions: [
'string'
]
}
]
description: 'string'
name: 'string'
onInactiveMarkAs: 'string'
state: 'string'
userProperties: [
{
name: 'string'
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
type: 'string'
// For remaining properties, see Activity objects
}
]
batchCount: int
isSequential: bool
items: {
type: 'string'
value: 'string'
}
}
}
針對 IfCondition,請使用:
{
type: 'IfCondition'
typeProperties: {
expression: {
type: 'string'
value: 'string'
}
ifFalseActivities: [
{
dependsOn: [
{
activity: 'string'
dependencyConditions: [
'string'
]
}
]
description: 'string'
name: 'string'
onInactiveMarkAs: 'string'
state: 'string'
userProperties: [
{
name: 'string'
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
type: 'string'
// For remaining properties, see Activity objects
}
]
ifTrueActivities: [
{
dependsOn: [
{
activity: 'string'
dependencyConditions: [
'string'
]
}
]
description: 'string'
name: 'string'
onInactiveMarkAs: 'string'
state: 'string'
userProperties: [
{
name: 'string'
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
type: 'string'
// For remaining properties, see Activity objects
}
]
}
}
針對 SetVariable,請使用:
{
policy: {
secureInput: bool
secureOutput: bool
}
type: 'SetVariable'
typeProperties: {
setSystemVariable: bool
value: any(Azure.Bicep.Types.Concrete.AnyType)
variableName: 'string'
}
}
針對 Switch,請使用:
{
type: 'Switch'
typeProperties: {
cases: [
{
activities: [
{
dependsOn: [
{
activity: 'string'
dependencyConditions: [
'string'
]
}
]
description: 'string'
name: 'string'
onInactiveMarkAs: 'string'
state: 'string'
userProperties: [
{
name: 'string'
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
type: 'string'
// For remaining properties, see Activity objects
}
]
value: 'string'
}
]
defaultActivities: [
{
dependsOn: [
{
activity: 'string'
dependencyConditions: [
'string'
]
}
]
description: 'string'
name: 'string'
onInactiveMarkAs: 'string'
state: 'string'
userProperties: [
{
name: 'string'
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
type: 'string'
// For remaining properties, see Activity objects
}
]
on: {
type: 'string'
value: 'string'
}
}
}
針對 直到,請使用:
{
type: 'Until'
typeProperties: {
activities: [
{
dependsOn: [
{
activity: 'string'
dependencyConditions: [
'string'
]
}
]
description: 'string'
name: 'string'
onInactiveMarkAs: 'string'
state: 'string'
userProperties: [
{
name: 'string'
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
type: 'string'
// For remaining properties, see Activity objects
}
]
expression: {
type: 'string'
value: 'string'
}
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
針對 驗證,請使用:
{
type: 'Validation'
typeProperties: {
childItems: any(Azure.Bicep.Types.Concrete.AnyType)
dataset: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
minimumSize: any(Azure.Bicep.Types.Concrete.AnyType)
sleep: any(Azure.Bicep.Types.Concrete.AnyType)
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
針對 Wait,請使用:
{
type: 'Wait'
typeProperties: {
waitTimeInSeconds: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
針對 WebHook,請使用:
{
policy: {
secureInput: bool
secureOutput: bool
}
type: 'WebHook'
typeProperties: {
authentication: {
credential: {
referenceName: 'string'
type: 'string'
}
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
pfx: {
type: 'string'
// For remaining properties, see SecretBase objects
}
resource: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
username: any(Azure.Bicep.Types.Concrete.AnyType)
userTenant: any(Azure.Bicep.Types.Concrete.AnyType)
}
body: any(Azure.Bicep.Types.Concrete.AnyType)
headers: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
method: 'string'
reportStatusOnCallBack: any(Azure.Bicep.Types.Concrete.AnyType)
timeout: 'string'
url: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
針對 複製,請使用:
{
inputs: [
{
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
]
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
outputs: [
{
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
]
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'Copy'
typeProperties: {
dataIntegrationUnits: any(Azure.Bicep.Types.Concrete.AnyType)
enableSkipIncompatibleRow: any(Azure.Bicep.Types.Concrete.AnyType)
enableStaging: any(Azure.Bicep.Types.Concrete.AnyType)
logSettings: {
copyActivityLogSettings: {
enableReliableLogging: any(Azure.Bicep.Types.Concrete.AnyType)
logLevel: any(Azure.Bicep.Types.Concrete.AnyType)
}
enableCopyActivityLog: any(Azure.Bicep.Types.Concrete.AnyType)
logLocationSettings: {
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
path: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
logStorageSettings: {
enableReliableLogging: any(Azure.Bicep.Types.Concrete.AnyType)
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
logLevel: any(Azure.Bicep.Types.Concrete.AnyType)
path: any(Azure.Bicep.Types.Concrete.AnyType)
}
parallelCopies: any(Azure.Bicep.Types.Concrete.AnyType)
preserve: [
any(Azure.Bicep.Types.Concrete.AnyType)
]
preserveRules: [
any(Azure.Bicep.Types.Concrete.AnyType)
]
redirectIncompatibleRowSettings: {
linkedServiceName: any(Azure.Bicep.Types.Concrete.AnyType)
path: any(Azure.Bicep.Types.Concrete.AnyType)
}
sink: {
disableMetricsCollection: any(Azure.Bicep.Types.Concrete.AnyType)
maxConcurrentConnections: any(Azure.Bicep.Types.Concrete.AnyType)
sinkRetryCount: any(Azure.Bicep.Types.Concrete.AnyType)
sinkRetryWait: any(Azure.Bicep.Types.Concrete.AnyType)
writeBatchSize: any(Azure.Bicep.Types.Concrete.AnyType)
writeBatchTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see CopySink objects
}
skipErrorFile: {
dataInconsistency: any(Azure.Bicep.Types.Concrete.AnyType)
fileMissing: any(Azure.Bicep.Types.Concrete.AnyType)
}
source: {
disableMetricsCollection: any(Azure.Bicep.Types.Concrete.AnyType)
maxConcurrentConnections: any(Azure.Bicep.Types.Concrete.AnyType)
sourceRetryCount: any(Azure.Bicep.Types.Concrete.AnyType)
sourceRetryWait: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see CopySource objects
}
stagingSettings: {
enableCompression: any(Azure.Bicep.Types.Concrete.AnyType)
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
path: any(Azure.Bicep.Types.Concrete.AnyType)
}
translator: any(Azure.Bicep.Types.Concrete.AnyType)
validateDataConsistency: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
針對 自訂,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'Custom'
typeProperties: {
autoUserSpecification: any(Azure.Bicep.Types.Concrete.AnyType)
command: any(Azure.Bicep.Types.Concrete.AnyType)
extendedProperties: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
referenceObjects: {
datasets: [
{
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
]
linkedServices: [
{
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
]
}
resourceLinkedService: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
retentionTimeInDays: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
針對 DataLakeAnalyticsU-SQL,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'DataLakeAnalyticsU-SQL'
typeProperties: {
compilationMode: any(Azure.Bicep.Types.Concrete.AnyType)
degreeOfParallelism: any(Azure.Bicep.Types.Concrete.AnyType)
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
priority: any(Azure.Bicep.Types.Concrete.AnyType)
runtimeVersion: any(Azure.Bicep.Types.Concrete.AnyType)
scriptLinkedService: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
scriptPath: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
針對 DatabricksNotebook,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'DatabricksNotebook'
typeProperties: {
baseParameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
libraries: [
{
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
notebookPath: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
針對 DatabricksSparkJar,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'DatabricksSparkJar'
typeProperties: {
libraries: [
{
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
mainClassName: any(Azure.Bicep.Types.Concrete.AnyType)
parameters: [
any(Azure.Bicep.Types.Concrete.AnyType)
]
}
}
針對 DatabricksSparkPython,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'DatabricksSparkPython'
typeProperties: {
libraries: [
{
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
parameters: [
any(Azure.Bicep.Types.Concrete.AnyType)
]
pythonFile: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
針對 Delete,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'Delete'
typeProperties: {
dataset: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
enableLogging: any(Azure.Bicep.Types.Concrete.AnyType)
logStorageSettings: {
enableReliableLogging: any(Azure.Bicep.Types.Concrete.AnyType)
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
logLevel: any(Azure.Bicep.Types.Concrete.AnyType)
path: any(Azure.Bicep.Types.Concrete.AnyType)
}
maxConcurrentConnections: int
recursive: any(Azure.Bicep.Types.Concrete.AnyType)
storeSettings: {
disableMetricsCollection: any(Azure.Bicep.Types.Concrete.AnyType)
maxConcurrentConnections: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see StoreReadSettings objects
}
}
}
針對 ExecuteDataFlow,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'ExecuteDataFlow'
typeProperties: {
compute: {
computeType: any(Azure.Bicep.Types.Concrete.AnyType)
coreCount: any(Azure.Bicep.Types.Concrete.AnyType)
}
continuationSettings: {
continuationTtlInMinutes: any(Azure.Bicep.Types.Concrete.AnyType)
customizedCheckpointKey: any(Azure.Bicep.Types.Concrete.AnyType)
idleCondition: any(Azure.Bicep.Types.Concrete.AnyType)
}
continueOnError: any(Azure.Bicep.Types.Concrete.AnyType)
dataFlow: {
datasetParameters: any(Azure.Bicep.Types.Concrete.AnyType)
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
integrationRuntime: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
runConcurrently: any(Azure.Bicep.Types.Concrete.AnyType)
sourceStagingConcurrency: any(Azure.Bicep.Types.Concrete.AnyType)
staging: {
folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
linkedService: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
}
traceLevel: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
針對 ExecuteSSISPackage,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'ExecuteSSISPackage'
typeProperties: {
connectVia: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
environmentPath: any(Azure.Bicep.Types.Concrete.AnyType)
executionCredential: {
domain: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
value: 'string'
}
userName: any(Azure.Bicep.Types.Concrete.AnyType)
}
loggingLevel: any(Azure.Bicep.Types.Concrete.AnyType)
logLocation: {
logPath: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
typeProperties: {
accessCredential: {
domain: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any(Azure.Bicep.Types.Concrete.AnyType)
}
logRefreshInterval: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
packageConnectionManagers: {
{customized property}: {
{customized property}: {
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
}
packageLocation: {
packagePath: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
typeProperties: {
accessCredential: {
domain: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any(Azure.Bicep.Types.Concrete.AnyType)
}
childPackages: [
{
packageContent: any(Azure.Bicep.Types.Concrete.AnyType)
packageLastModifiedDate: 'string'
packageName: 'string'
packagePath: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
configurationAccessCredential: {
domain: any(Azure.Bicep.Types.Concrete.AnyType)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any(Azure.Bicep.Types.Concrete.AnyType)
}
configurationPath: any(Azure.Bicep.Types.Concrete.AnyType)
packageContent: any(Azure.Bicep.Types.Concrete.AnyType)
packageLastModifiedDate: 'string'
packageName: 'string'
packagePassword: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
}
packageParameters: {
{customized property}: {
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
projectConnectionManagers: {
{customized property}: {
{customized property}: {
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
}
projectParameters: {
{customized property}: {
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
propertyOverrides: {
{customized property}: {
isSensitive: bool
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
runtime: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
針對 ExecuteWranglingDataflow,請使用:
{
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'ExecuteWranglingDataflow'
typeProperties: {
compute: {
computeType: any(Azure.Bicep.Types.Concrete.AnyType)
coreCount: any(Azure.Bicep.Types.Concrete.AnyType)
}
continuationSettings: {
continuationTtlInMinutes: any(Azure.Bicep.Types.Concrete.AnyType)
customizedCheckpointKey: any(Azure.Bicep.Types.Concrete.AnyType)
idleCondition: any(Azure.Bicep.Types.Concrete.AnyType)
}
continueOnError: any(Azure.Bicep.Types.Concrete.AnyType)
dataFlow: {
datasetParameters: any(Azure.Bicep.Types.Concrete.AnyType)
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
integrationRuntime: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
queries: [
{
dataflowSinks: [
{
dataset: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
description: 'string'
flowlet: {
datasetParameters: any(Azure.Bicep.Types.Concrete.AnyType)
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
linkedService: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
name: 'string'
rejectedDataLinkedService: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
schemaLinkedService: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
script: 'string'
}
]
queryName: 'string'
}
]
runConcurrently: any(Azure.Bicep.Types.Concrete.AnyType)
sinks: {
{customized property}: {
dataset: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
description: 'string'
flowlet: {
datasetParameters: any(Azure.Bicep.Types.Concrete.AnyType)
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
linkedService: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
name: 'string'
rejectedDataLinkedService: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
schemaLinkedService: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
script: 'string'
}
}
sourceStagingConcurrency: any(Azure.Bicep.Types.Concrete.AnyType)
staging: {
folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
linkedService: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
}
traceLevel: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
針對 getMetadata
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'GetMetadata'
typeProperties: {
dataset: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
fieldList: [
any(Azure.Bicep.Types.Concrete.AnyType)
]
formatSettings: {
type: 'string'
// For remaining properties, see FormatReadSettings objects
}
storeSettings: {
disableMetricsCollection: any(Azure.Bicep.Types.Concrete.AnyType)
maxConcurrentConnections: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see StoreReadSettings objects
}
}
}
針對 HDInsightHive,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'HDInsightHive'
typeProperties: {
arguments: [
any(Azure.Bicep.Types.Concrete.AnyType)
]
defines: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
getDebugInfo: 'string'
queryTimeout: int
scriptLinkedService: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
scriptPath: any(Azure.Bicep.Types.Concrete.AnyType)
storageLinkedServices: [
{
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
]
variables: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
}
針對 HDInsightMapReduce,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'HDInsightMapReduce'
typeProperties: {
arguments: [
any(Azure.Bicep.Types.Concrete.AnyType)
]
className: any(Azure.Bicep.Types.Concrete.AnyType)
defines: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
getDebugInfo: 'string'
jarFilePath: any(Azure.Bicep.Types.Concrete.AnyType)
jarLibs: [
any(Azure.Bicep.Types.Concrete.AnyType)
]
jarLinkedService: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
storageLinkedServices: [
{
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
]
}
}
針對 HDInsightPig,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'HDInsightPig'
typeProperties: {
arguments: any(Azure.Bicep.Types.Concrete.AnyType)
defines: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
getDebugInfo: 'string'
scriptLinkedService: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
scriptPath: any(Azure.Bicep.Types.Concrete.AnyType)
storageLinkedServices: [
{
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
]
}
}
針對 hdInsightSpark
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'HDInsightSpark'
typeProperties: {
arguments: [
any(Azure.Bicep.Types.Concrete.AnyType)
]
className: 'string'
entryFilePath: any(Azure.Bicep.Types.Concrete.AnyType)
getDebugInfo: 'string'
proxyUser: any(Azure.Bicep.Types.Concrete.AnyType)
rootPath: any(Azure.Bicep.Types.Concrete.AnyType)
sparkConfig: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
sparkJobLinkedService: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
}
}
針對 HDInsightStreaming,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'HDInsightStreaming'
typeProperties: {
arguments: [
any(Azure.Bicep.Types.Concrete.AnyType)
]
combiner: any(Azure.Bicep.Types.Concrete.AnyType)
commandEnvironment: [
any(Azure.Bicep.Types.Concrete.AnyType)
]
defines: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
fileLinkedService: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
filePaths: [
any(Azure.Bicep.Types.Concrete.AnyType)
]
getDebugInfo: 'string'
input: any(Azure.Bicep.Types.Concrete.AnyType)
mapper: any(Azure.Bicep.Types.Concrete.AnyType)
output: any(Azure.Bicep.Types.Concrete.AnyType)
reducer: any(Azure.Bicep.Types.Concrete.AnyType)
storageLinkedServices: [
{
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
]
}
}
針對 查閱,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'Lookup'
typeProperties: {
dataset: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
firstRowOnly: any(Azure.Bicep.Types.Concrete.AnyType)
source: {
disableMetricsCollection: any(Azure.Bicep.Types.Concrete.AnyType)
maxConcurrentConnections: any(Azure.Bicep.Types.Concrete.AnyType)
sourceRetryCount: any(Azure.Bicep.Types.Concrete.AnyType)
sourceRetryWait: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see CopySource objects
}
}
}
針對 文稿,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'Script'
typeProperties: {
logSettings: {
logDestination: 'string'
logLocationSettings: {
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
path: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
returnMultistatementResult: any(Azure.Bicep.Types.Concrete.AnyType)
scriptBlockExecutionTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
scripts: [
{
parameters: [
{
direction: 'string'
name: any(Azure.Bicep.Types.Concrete.AnyType)
size: int
type: 'string'
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
text: any(Azure.Bicep.Types.Concrete.AnyType)
type: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
}
}
針對 SparkJob,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'SparkJob'
typeProperties: {
args: [
any(Azure.Bicep.Types.Concrete.AnyType)
]
className: any(Azure.Bicep.Types.Concrete.AnyType)
conf: any(Azure.Bicep.Types.Concrete.AnyType)
configurationType: 'string'
driverSize: any(Azure.Bicep.Types.Concrete.AnyType)
executorSize: any(Azure.Bicep.Types.Concrete.AnyType)
file: any(Azure.Bicep.Types.Concrete.AnyType)
files: [
any(Azure.Bicep.Types.Concrete.AnyType)
]
filesV2: [
any(Azure.Bicep.Types.Concrete.AnyType)
]
numExecutors: any(Azure.Bicep.Types.Concrete.AnyType)
pythonCodeReference: [
any(Azure.Bicep.Types.Concrete.AnyType)
]
scanFolder: any(Azure.Bicep.Types.Concrete.AnyType)
sparkConfig: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
sparkJob: {
referenceName: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
targetBigDataPool: {
referenceName: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
targetSparkConfiguration: {
referenceName: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
}
}
針對 SqlServerStoredProcedure,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'SqlServerStoredProcedure'
typeProperties: {
storedProcedureName: any(Azure.Bicep.Types.Concrete.AnyType)
storedProcedureParameters: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
針對 SynapseNotebook,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'SynapseNotebook'
typeProperties: {
conf: any(Azure.Bicep.Types.Concrete.AnyType)
configurationType: 'string'
driverSize: any(Azure.Bicep.Types.Concrete.AnyType)
executorSize: any(Azure.Bicep.Types.Concrete.AnyType)
notebook: {
referenceName: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
numExecutors: any(Azure.Bicep.Types.Concrete.AnyType)
parameters: {
{customized property}: {
type: 'string'
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
sparkConfig: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
sparkPool: {
referenceName: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
targetSparkConfiguration: {
referenceName: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
}
}
針對 WebActivity,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(Azure.Bicep.Types.Concrete.AnyType)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(Azure.Bicep.Types.Concrete.AnyType)
}
type: 'WebActivity'
typeProperties: {
authentication: {
credential: {
referenceName: 'string'
type: 'string'
}
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
pfx: {
type: 'string'
// For remaining properties, see SecretBase objects
}
resource: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
username: any(Azure.Bicep.Types.Concrete.AnyType)
userTenant: any(Azure.Bicep.Types.Concrete.AnyType)
}
body: any(Azure.Bicep.Types.Concrete.AnyType)
connectVia: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
datasets: [
{
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
]
disableCertValidation: bool
headers: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
httpRequestTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
linkedServices: [
{
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
]
method: 'string'
turnOffAsync: bool
url: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
CopySink 物件
設定 類型 屬性,以指定物件的類型。
針對 AvroSink,請使用:
{
formatSettings: {
fileNamePrefix: any(Azure.Bicep.Types.Concrete.AnyType)
maxRowsPerFile: any(Azure.Bicep.Types.Concrete.AnyType)
recordName: 'string'
recordNamespace: 'string'
type: 'string'
}
storeSettings: {
copyBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
disableMetricsCollection: any(Azure.Bicep.Types.Concrete.AnyType)
maxConcurrentConnections: any(Azure.Bicep.Types.Concrete.AnyType)
metadata: [
{
name: any(Azure.Bicep.Types.Concrete.AnyType)
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
type: 'string'
// For remaining properties, see StoreWriteSettings objects
}
type: 'AvroSink'
}
針對 azureBlobFSSink
{
copyBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
metadata: [
{
name: any(Azure.Bicep.Types.Concrete.AnyType)
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
type: 'AzureBlobFSSink'
}
針對 AzureDataExplorerSink,請使用:
{
flushImmediately: any(Azure.Bicep.Types.Concrete.AnyType)
ingestionMappingAsJson: any(Azure.Bicep.Types.Concrete.AnyType)
ingestionMappingName: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureDataExplorerSink'
}
針對 AzureDataLakeStoreSink,請使用:
{
copyBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
enableAdlsSingleFileParallel: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureDataLakeStoreSink'
}
針對 AzureDatabricksDeltaLakeSink,請使用:
{
importSettings: {
dateFormat: any(Azure.Bicep.Types.Concrete.AnyType)
timestampFormat: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
preCopyScript: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureDatabricksDeltaLakeSink'
}
針對 azureMySqlSink
{
preCopyScript: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureMySqlSink'
}
針對 azurePostgreSqlSink
{
preCopyScript: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzurePostgreSqlSink'
}
針對 azureQueueSink
{
type: 'AzureQueueSink'
}
針對 AzureSearchIndexSink,請使用:
{
type: 'AzureSearchIndexSink'
writeBehavior: 'string'
}
針對 azureSqlSink
{
preCopyScript: any(Azure.Bicep.Types.Concrete.AnyType)
sqlWriterStoredProcedureName: any(Azure.Bicep.Types.Concrete.AnyType)
sqlWriterTableType: any(Azure.Bicep.Types.Concrete.AnyType)
sqlWriterUseTableLock: any(Azure.Bicep.Types.Concrete.AnyType)
storedProcedureParameters: any(Azure.Bicep.Types.Concrete.AnyType)
storedProcedureTableTypeParameterName: any(Azure.Bicep.Types.Concrete.AnyType)
tableOption: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureSqlSink'
upsertSettings: {
interimSchemaName: any(Azure.Bicep.Types.Concrete.AnyType)
keys: any(Azure.Bicep.Types.Concrete.AnyType)
useTempDB: any(Azure.Bicep.Types.Concrete.AnyType)
}
writeBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 AzureTableSink,請使用:
{
azureTableDefaultPartitionKeyValue: any(Azure.Bicep.Types.Concrete.AnyType)
azureTableInsertType: any(Azure.Bicep.Types.Concrete.AnyType)
azureTablePartitionKeyName: any(Azure.Bicep.Types.Concrete.AnyType)
azureTableRowKeyName: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureTableSink'
}
針對 BinarySink,請使用:
{
storeSettings: {
copyBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
disableMetricsCollection: any(Azure.Bicep.Types.Concrete.AnyType)
maxConcurrentConnections: any(Azure.Bicep.Types.Concrete.AnyType)
metadata: [
{
name: any(Azure.Bicep.Types.Concrete.AnyType)
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
type: 'string'
// For remaining properties, see StoreWriteSettings objects
}
type: 'BinarySink'
}
針對 BlobSink,請使用:
{
blobWriterAddHeader: any(Azure.Bicep.Types.Concrete.AnyType)
blobWriterDateTimeFormat: any(Azure.Bicep.Types.Concrete.AnyType)
blobWriterOverwriteFiles: any(Azure.Bicep.Types.Concrete.AnyType)
copyBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
metadata: [
{
name: any(Azure.Bicep.Types.Concrete.AnyType)
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
type: 'BlobSink'
}
針對 CommonDataServiceForAppsSink,請使用:
{
alternateKeyName: any(Azure.Bicep.Types.Concrete.AnyType)
ignoreNullValues: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'CommonDataServiceForAppsSink'
writeBehavior: 'string'
}
針對 CosmosDbMongoDbApiSink,請使用:
{
type: 'CosmosDbMongoDbApiSink'
writeBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 CosmosDbSqlApiSink,請使用:
{
type: 'CosmosDbSqlApiSink'
writeBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 DelimitedTextSink,請使用:
{
formatSettings: {
fileExtension: any(Azure.Bicep.Types.Concrete.AnyType)
fileNamePrefix: any(Azure.Bicep.Types.Concrete.AnyType)
maxRowsPerFile: any(Azure.Bicep.Types.Concrete.AnyType)
quoteAllText: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
storeSettings: {
copyBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
disableMetricsCollection: any(Azure.Bicep.Types.Concrete.AnyType)
maxConcurrentConnections: any(Azure.Bicep.Types.Concrete.AnyType)
metadata: [
{
name: any(Azure.Bicep.Types.Concrete.AnyType)
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
type: 'string'
// For remaining properties, see StoreWriteSettings objects
}
type: 'DelimitedTextSink'
}
針對 DocumentDbCollectionSink,請使用:
{
nestingSeparator: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'DocumentDbCollectionSink'
writeBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 DynamicsCrmSink,請使用:
{
alternateKeyName: any(Azure.Bicep.Types.Concrete.AnyType)
ignoreNullValues: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'DynamicsCrmSink'
writeBehavior: 'string'
}
針對 DynamicsSink,請使用:
{
alternateKeyName: any(Azure.Bicep.Types.Concrete.AnyType)
ignoreNullValues: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'DynamicsSink'
writeBehavior: 'string'
}
針對 fileSystemSink
{
copyBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'FileSystemSink'
}
針對 IcebergSink,請使用:
{
formatSettings: {
type: 'string'
}
storeSettings: {
copyBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
disableMetricsCollection: any(Azure.Bicep.Types.Concrete.AnyType)
maxConcurrentConnections: any(Azure.Bicep.Types.Concrete.AnyType)
metadata: [
{
name: any(Azure.Bicep.Types.Concrete.AnyType)
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
type: 'string'
// For remaining properties, see StoreWriteSettings objects
}
type: 'IcebergSink'
}
針對 InformixSink,請使用:
{
preCopyScript: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'InformixSink'
}
針對 jsonSink
{
formatSettings: {
filePattern: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
storeSettings: {
copyBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
disableMetricsCollection: any(Azure.Bicep.Types.Concrete.AnyType)
maxConcurrentConnections: any(Azure.Bicep.Types.Concrete.AnyType)
metadata: [
{
name: any(Azure.Bicep.Types.Concrete.AnyType)
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
type: 'string'
// For remaining properties, see StoreWriteSettings objects
}
type: 'JsonSink'
}
針對 LakeHouseTableSink,請使用:
{
partitionNameList: any(Azure.Bicep.Types.Concrete.AnyType)
partitionOption: any(Azure.Bicep.Types.Concrete.AnyType)
tableActionOption: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'LakeHouseTableSink'
}
針對 MicrosoftAccessSink,請使用:
{
preCopyScript: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'MicrosoftAccessSink'
}
針對 MongoDbAtlasSink,請使用:
{
type: 'MongoDbAtlasSink'
writeBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 MongoDbV2Sink,請使用:
{
type: 'MongoDbV2Sink'
writeBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 OdbcSink,請使用:
{
preCopyScript: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'OdbcSink'
}
針對 OracleSink,請使用:
{
preCopyScript: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'OracleSink'
}
針對 OrcSink,請使用:
{
formatSettings: {
fileNamePrefix: any(Azure.Bicep.Types.Concrete.AnyType)
maxRowsPerFile: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
storeSettings: {
copyBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
disableMetricsCollection: any(Azure.Bicep.Types.Concrete.AnyType)
maxConcurrentConnections: any(Azure.Bicep.Types.Concrete.AnyType)
metadata: [
{
name: any(Azure.Bicep.Types.Concrete.AnyType)
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
type: 'string'
// For remaining properties, see StoreWriteSettings objects
}
type: 'OrcSink'
}
針對 ParquetSink,請使用:
{
formatSettings: {
fileNamePrefix: any(Azure.Bicep.Types.Concrete.AnyType)
maxRowsPerFile: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
storeSettings: {
copyBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
disableMetricsCollection: any(Azure.Bicep.Types.Concrete.AnyType)
maxConcurrentConnections: any(Azure.Bicep.Types.Concrete.AnyType)
metadata: [
{
name: any(Azure.Bicep.Types.Concrete.AnyType)
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
type: 'string'
// For remaining properties, see StoreWriteSettings objects
}
type: 'ParquetSink'
}
針對 RestSink,請使用:
{
additionalHeaders: any(Azure.Bicep.Types.Concrete.AnyType)
httpCompressionType: any(Azure.Bicep.Types.Concrete.AnyType)
httpRequestTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
requestInterval: any(Azure.Bicep.Types.Concrete.AnyType)
requestMethod: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'RestSink'
}
針對 SalesforceServiceCloudSink,請使用:
{
externalIdFieldName: any(Azure.Bicep.Types.Concrete.AnyType)
ignoreNullValues: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SalesforceServiceCloudSink'
writeBehavior: 'string'
}
針對 SalesforceServiceCloudV2Sink,請使用:
{
externalIdFieldName: any(Azure.Bicep.Types.Concrete.AnyType)
ignoreNullValues: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SalesforceServiceCloudV2Sink'
writeBehavior: 'string'
}
針對 SalesforceSink,請使用:
{
externalIdFieldName: any(Azure.Bicep.Types.Concrete.AnyType)
ignoreNullValues: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SalesforceSink'
writeBehavior: 'string'
}
針對 SalesforceV2Sink,請使用:
{
externalIdFieldName: any(Azure.Bicep.Types.Concrete.AnyType)
ignoreNullValues: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SalesforceV2Sink'
writeBehavior: 'string'
}
針對 SapCloudForCustomerSink,請使用:
{
httpRequestTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SapCloudForCustomerSink'
writeBehavior: 'string'
}
針對 SnowflakeSink,請使用:
{
importSettings: {
additionalCopyOptions: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
additionalFormatOptions: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
storageIntegration: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
preCopyScript: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SnowflakeSink'
}
針對 SnowflakeV2Sink,請使用:
{
importSettings: {
additionalCopyOptions: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
additionalFormatOptions: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
storageIntegration: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
preCopyScript: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SnowflakeV2Sink'
}
針對 sqlDWSink
{
allowCopyCommand: any(Azure.Bicep.Types.Concrete.AnyType)
allowPolyBase: any(Azure.Bicep.Types.Concrete.AnyType)
copyCommandSettings: {
additionalOptions: {
{customized property}: 'string'
}
defaultValues: [
{
columnName: any(Azure.Bicep.Types.Concrete.AnyType)
defaultValue: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
}
polyBaseSettings: {
rejectSampleValue: any(Azure.Bicep.Types.Concrete.AnyType)
rejectType: 'string'
rejectValue: any(Azure.Bicep.Types.Concrete.AnyType)
useTypeDefault: any(Azure.Bicep.Types.Concrete.AnyType)
}
preCopyScript: any(Azure.Bicep.Types.Concrete.AnyType)
sqlWriterUseTableLock: any(Azure.Bicep.Types.Concrete.AnyType)
tableOption: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SqlDWSink'
upsertSettings: {
interimSchemaName: any(Azure.Bicep.Types.Concrete.AnyType)
keys: any(Azure.Bicep.Types.Concrete.AnyType)
}
writeBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 sqlMISink
{
preCopyScript: any(Azure.Bicep.Types.Concrete.AnyType)
sqlWriterStoredProcedureName: any(Azure.Bicep.Types.Concrete.AnyType)
sqlWriterTableType: any(Azure.Bicep.Types.Concrete.AnyType)
sqlWriterUseTableLock: any(Azure.Bicep.Types.Concrete.AnyType)
storedProcedureParameters: any(Azure.Bicep.Types.Concrete.AnyType)
storedProcedureTableTypeParameterName: any(Azure.Bicep.Types.Concrete.AnyType)
tableOption: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SqlMISink'
upsertSettings: {
interimSchemaName: any(Azure.Bicep.Types.Concrete.AnyType)
keys: any(Azure.Bicep.Types.Concrete.AnyType)
useTempDB: any(Azure.Bicep.Types.Concrete.AnyType)
}
writeBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 sqlServerSink
{
preCopyScript: any(Azure.Bicep.Types.Concrete.AnyType)
sqlWriterStoredProcedureName: any(Azure.Bicep.Types.Concrete.AnyType)
sqlWriterTableType: any(Azure.Bicep.Types.Concrete.AnyType)
sqlWriterUseTableLock: any(Azure.Bicep.Types.Concrete.AnyType)
storedProcedureParameters: any(Azure.Bicep.Types.Concrete.AnyType)
storedProcedureTableTypeParameterName: any(Azure.Bicep.Types.Concrete.AnyType)
tableOption: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SqlServerSink'
upsertSettings: {
interimSchemaName: any(Azure.Bicep.Types.Concrete.AnyType)
keys: any(Azure.Bicep.Types.Concrete.AnyType)
useTempDB: any(Azure.Bicep.Types.Concrete.AnyType)
}
writeBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 sqlSink
{
preCopyScript: any(Azure.Bicep.Types.Concrete.AnyType)
sqlWriterStoredProcedureName: any(Azure.Bicep.Types.Concrete.AnyType)
sqlWriterTableType: any(Azure.Bicep.Types.Concrete.AnyType)
sqlWriterUseTableLock: any(Azure.Bicep.Types.Concrete.AnyType)
storedProcedureParameters: any(Azure.Bicep.Types.Concrete.AnyType)
storedProcedureTableTypeParameterName: any(Azure.Bicep.Types.Concrete.AnyType)
tableOption: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SqlSink'
upsertSettings: {
interimSchemaName: any(Azure.Bicep.Types.Concrete.AnyType)
keys: any(Azure.Bicep.Types.Concrete.AnyType)
useTempDB: any(Azure.Bicep.Types.Concrete.AnyType)
}
writeBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 WarehouseSink,請使用:
{
allowCopyCommand: any(Azure.Bicep.Types.Concrete.AnyType)
copyCommandSettings: {
additionalOptions: {
{customized property}: 'string'
}
defaultValues: [
{
columnName: any(Azure.Bicep.Types.Concrete.AnyType)
defaultValue: any(Azure.Bicep.Types.Concrete.AnyType)
}
]
}
preCopyScript: any(Azure.Bicep.Types.Concrete.AnyType)
tableOption: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'WarehouseSink'
writeBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
}
FormatReadSettings 物件
設定 類型 屬性,以指定物件的類型。
針對 BinaryReadSettings,請使用:
{
compressionProperties: {
type: 'string'
// For remaining properties, see CompressionReadSettings objects
}
type: 'BinaryReadSettings'
}
針對 DelimitedTextReadSettings,請使用:
{
compressionProperties: {
type: 'string'
// For remaining properties, see CompressionReadSettings objects
}
skipLineCount: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'DelimitedTextReadSettings'
}
針對 jsonReadSettings
{
compressionProperties: {
type: 'string'
// For remaining properties, see CompressionReadSettings objects
}
type: 'JsonReadSettings'
}
針對 ParquetReadSettings,請使用:
{
compressionProperties: {
type: 'string'
// For remaining properties, see CompressionReadSettings objects
}
type: 'ParquetReadSettings'
}
針對 XmlReadSettings,請使用:
{
compressionProperties: {
type: 'string'
// For remaining properties, see CompressionReadSettings objects
}
detectDataType: any(Azure.Bicep.Types.Concrete.AnyType)
namespacePrefixes: any(Azure.Bicep.Types.Concrete.AnyType)
namespaces: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'XmlReadSettings'
validationMode: any(Azure.Bicep.Types.Concrete.AnyType)
}
SecretBase 物件
設定 類型 屬性,以指定物件的類型。
針對 AzureKeyVaultSecret,請使用:
{
secretName: any(Azure.Bicep.Types.Concrete.AnyType)
secretVersion: any(Azure.Bicep.Types.Concrete.AnyType)
store: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
type: 'AzureKeyVaultSecret'
}
針對 SecureString,請使用:
{
type: 'SecureString'
value: 'string'
}
StoreReadSettings 物件
設定 類型 屬性,以指定物件的類型。
針對 AmazonS3CompatibleReadSettings,請使用:
{
deleteFilesAfterCompletion: any(Azure.Bicep.Types.Concrete.AnyType)
enablePartitionDiscovery: any(Azure.Bicep.Types.Concrete.AnyType)
fileListPath: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeEnd: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeStart: any(Azure.Bicep.Types.Concrete.AnyType)
partitionRootPath: any(Azure.Bicep.Types.Concrete.AnyType)
prefix: any(Azure.Bicep.Types.Concrete.AnyType)
recursive: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AmazonS3CompatibleReadSettings'
wildcardFileName: any(Azure.Bicep.Types.Concrete.AnyType)
wildcardFolderPath: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 AmazonS3ReadSettings,請使用:
{
deleteFilesAfterCompletion: any(Azure.Bicep.Types.Concrete.AnyType)
enablePartitionDiscovery: any(Azure.Bicep.Types.Concrete.AnyType)
fileListPath: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeEnd: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeStart: any(Azure.Bicep.Types.Concrete.AnyType)
partitionRootPath: any(Azure.Bicep.Types.Concrete.AnyType)
prefix: any(Azure.Bicep.Types.Concrete.AnyType)
recursive: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AmazonS3ReadSettings'
wildcardFileName: any(Azure.Bicep.Types.Concrete.AnyType)
wildcardFolderPath: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 AzureBlobFSReadSettings,請使用:
{
deleteFilesAfterCompletion: any(Azure.Bicep.Types.Concrete.AnyType)
enablePartitionDiscovery: any(Azure.Bicep.Types.Concrete.AnyType)
fileListPath: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeEnd: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeStart: any(Azure.Bicep.Types.Concrete.AnyType)
partitionRootPath: any(Azure.Bicep.Types.Concrete.AnyType)
recursive: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureBlobFSReadSettings'
wildcardFileName: any(Azure.Bicep.Types.Concrete.AnyType)
wildcardFolderPath: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 AzureBlobStorageReadSettings,請使用:
{
deleteFilesAfterCompletion: any(Azure.Bicep.Types.Concrete.AnyType)
enablePartitionDiscovery: any(Azure.Bicep.Types.Concrete.AnyType)
fileListPath: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeEnd: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeStart: any(Azure.Bicep.Types.Concrete.AnyType)
partitionRootPath: any(Azure.Bicep.Types.Concrete.AnyType)
prefix: any(Azure.Bicep.Types.Concrete.AnyType)
recursive: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureBlobStorageReadSettings'
wildcardFileName: any(Azure.Bicep.Types.Concrete.AnyType)
wildcardFolderPath: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 AzureDataLakeStoreReadSettings,請使用:
{
deleteFilesAfterCompletion: any(Azure.Bicep.Types.Concrete.AnyType)
enablePartitionDiscovery: any(Azure.Bicep.Types.Concrete.AnyType)
fileListPath: any(Azure.Bicep.Types.Concrete.AnyType)
listAfter: any(Azure.Bicep.Types.Concrete.AnyType)
listBefore: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeEnd: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeStart: any(Azure.Bicep.Types.Concrete.AnyType)
partitionRootPath: any(Azure.Bicep.Types.Concrete.AnyType)
recursive: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureDataLakeStoreReadSettings'
wildcardFileName: any(Azure.Bicep.Types.Concrete.AnyType)
wildcardFolderPath: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 AzureFileStorageReadSettings,請使用:
{
deleteFilesAfterCompletion: any(Azure.Bicep.Types.Concrete.AnyType)
enablePartitionDiscovery: any(Azure.Bicep.Types.Concrete.AnyType)
fileListPath: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeEnd: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeStart: any(Azure.Bicep.Types.Concrete.AnyType)
partitionRootPath: any(Azure.Bicep.Types.Concrete.AnyType)
prefix: any(Azure.Bicep.Types.Concrete.AnyType)
recursive: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureFileStorageReadSettings'
wildcardFileName: any(Azure.Bicep.Types.Concrete.AnyType)
wildcardFolderPath: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 FileServerReadSettings,請使用:
{
deleteFilesAfterCompletion: any(Azure.Bicep.Types.Concrete.AnyType)
enablePartitionDiscovery: any(Azure.Bicep.Types.Concrete.AnyType)
fileFilter: any(Azure.Bicep.Types.Concrete.AnyType)
fileListPath: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeEnd: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeStart: any(Azure.Bicep.Types.Concrete.AnyType)
partitionRootPath: any(Azure.Bicep.Types.Concrete.AnyType)
recursive: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'FileServerReadSettings'
wildcardFileName: any(Azure.Bicep.Types.Concrete.AnyType)
wildcardFolderPath: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 FtpReadSettings,請使用:
{
deleteFilesAfterCompletion: any(Azure.Bicep.Types.Concrete.AnyType)
disableChunking: any(Azure.Bicep.Types.Concrete.AnyType)
enablePartitionDiscovery: any(Azure.Bicep.Types.Concrete.AnyType)
fileListPath: any(Azure.Bicep.Types.Concrete.AnyType)
partitionRootPath: any(Azure.Bicep.Types.Concrete.AnyType)
recursive: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'FtpReadSettings'
useBinaryTransfer: any(Azure.Bicep.Types.Concrete.AnyType)
wildcardFileName: any(Azure.Bicep.Types.Concrete.AnyType)
wildcardFolderPath: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 GoogleCloudStorageReadSettings,請使用:
{
deleteFilesAfterCompletion: any(Azure.Bicep.Types.Concrete.AnyType)
enablePartitionDiscovery: any(Azure.Bicep.Types.Concrete.AnyType)
fileListPath: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeEnd: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeStart: any(Azure.Bicep.Types.Concrete.AnyType)
partitionRootPath: any(Azure.Bicep.Types.Concrete.AnyType)
prefix: any(Azure.Bicep.Types.Concrete.AnyType)
recursive: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'GoogleCloudStorageReadSettings'
wildcardFileName: any(Azure.Bicep.Types.Concrete.AnyType)
wildcardFolderPath: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 HdfsReadSettings,請使用:
{
deleteFilesAfterCompletion: any(Azure.Bicep.Types.Concrete.AnyType)
distcpSettings: {
distcpOptions: any(Azure.Bicep.Types.Concrete.AnyType)
resourceManagerEndpoint: any(Azure.Bicep.Types.Concrete.AnyType)
tempScriptPath: any(Azure.Bicep.Types.Concrete.AnyType)
}
enablePartitionDiscovery: any(Azure.Bicep.Types.Concrete.AnyType)
fileListPath: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeEnd: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeStart: any(Azure.Bicep.Types.Concrete.AnyType)
partitionRootPath: any(Azure.Bicep.Types.Concrete.AnyType)
recursive: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'HdfsReadSettings'
wildcardFileName: any(Azure.Bicep.Types.Concrete.AnyType)
wildcardFolderPath: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 HttpReadSettings,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
additionalHeaders: any(Azure.Bicep.Types.Concrete.AnyType)
requestBody: any(Azure.Bicep.Types.Concrete.AnyType)
requestMethod: any(Azure.Bicep.Types.Concrete.AnyType)
requestTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'HttpReadSettings'
}
針對 LakeHouseReadSettings,請使用:
{
deleteFilesAfterCompletion: any(Azure.Bicep.Types.Concrete.AnyType)
enablePartitionDiscovery: any(Azure.Bicep.Types.Concrete.AnyType)
fileListPath: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeEnd: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeStart: any(Azure.Bicep.Types.Concrete.AnyType)
partitionRootPath: any(Azure.Bicep.Types.Concrete.AnyType)
recursive: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'LakeHouseReadSettings'
wildcardFileName: any(Azure.Bicep.Types.Concrete.AnyType)
wildcardFolderPath: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 OracleCloudStorageReadSettings,請使用:
{
deleteFilesAfterCompletion: any(Azure.Bicep.Types.Concrete.AnyType)
enablePartitionDiscovery: any(Azure.Bicep.Types.Concrete.AnyType)
fileListPath: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeEnd: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeStart: any(Azure.Bicep.Types.Concrete.AnyType)
partitionRootPath: any(Azure.Bicep.Types.Concrete.AnyType)
prefix: any(Azure.Bicep.Types.Concrete.AnyType)
recursive: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'OracleCloudStorageReadSettings'
wildcardFileName: any(Azure.Bicep.Types.Concrete.AnyType)
wildcardFolderPath: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 SftpReadSettings,請使用:
{
deleteFilesAfterCompletion: any(Azure.Bicep.Types.Concrete.AnyType)
disableChunking: any(Azure.Bicep.Types.Concrete.AnyType)
enablePartitionDiscovery: any(Azure.Bicep.Types.Concrete.AnyType)
fileListPath: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeEnd: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeStart: any(Azure.Bicep.Types.Concrete.AnyType)
partitionRootPath: any(Azure.Bicep.Types.Concrete.AnyType)
recursive: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SftpReadSettings'
wildcardFileName: any(Azure.Bicep.Types.Concrete.AnyType)
wildcardFolderPath: any(Azure.Bicep.Types.Concrete.AnyType)
}
CopySource 物件
設定 類型 屬性,以指定物件的類型。
針對 AmazonMWSSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AmazonMWSSource'
}
針對 AmazonRdsForOracleSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
oracleReaderQuery: any(Azure.Bicep.Types.Concrete.AnyType)
partitionOption: any(Azure.Bicep.Types.Concrete.AnyType)
partitionSettings: {
partitionColumnName: any(Azure.Bicep.Types.Concrete.AnyType)
partitionLowerBound: any(Azure.Bicep.Types.Concrete.AnyType)
partitionNames: any(Azure.Bicep.Types.Concrete.AnyType)
partitionUpperBound: any(Azure.Bicep.Types.Concrete.AnyType)
}
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AmazonRdsForOracleSource'
}
針對 AmazonRdsForSqlServerSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
isolationLevel: any(Azure.Bicep.Types.Concrete.AnyType)
partitionOption: any(Azure.Bicep.Types.Concrete.AnyType)
partitionSettings: {
partitionColumnName: any(Azure.Bicep.Types.Concrete.AnyType)
partitionLowerBound: any(Azure.Bicep.Types.Concrete.AnyType)
partitionUpperBound: any(Azure.Bicep.Types.Concrete.AnyType)
}
produceAdditionalTypes: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
sqlReaderQuery: any(Azure.Bicep.Types.Concrete.AnyType)
sqlReaderStoredProcedureName: any(Azure.Bicep.Types.Concrete.AnyType)
storedProcedureParameters: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AmazonRdsForSqlServerSource'
}
針對 AmazonRedshiftSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
redshiftUnloadSettings: {
bucketName: any(Azure.Bicep.Types.Concrete.AnyType)
s3LinkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
}
type: 'AmazonRedshiftSource'
}
針對 AvroSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
storeSettings: {
disableMetricsCollection: any(Azure.Bicep.Types.Concrete.AnyType)
maxConcurrentConnections: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see StoreReadSettings objects
}
type: 'AvroSource'
}
針對 AzureBlobFSSource,請使用:
{
recursive: any(Azure.Bicep.Types.Concrete.AnyType)
skipHeaderLineCount: any(Azure.Bicep.Types.Concrete.AnyType)
treatEmptyAsNull: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureBlobFSSource'
}
針對 AzureDataExplorerSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
noTruncation: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureDataExplorerSource'
}
針對 azureDataLakeStoreSource
{
recursive: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureDataLakeStoreSource'
}
針對 AzureDatabricksDeltaLakeSource,請使用:
{
exportSettings: {
dateFormat: any(Azure.Bicep.Types.Concrete.AnyType)
timestampFormat: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
query: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureDatabricksDeltaLakeSource'
}
針對 azureMariaDBSource
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureMariaDBSource'
}
針對 azureMySqlSource
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureMySqlSource'
}
針對 azurePostgreSqlSource
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzurePostgreSqlSource'
}
針對 AzureSqlSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
isolationLevel: any(Azure.Bicep.Types.Concrete.AnyType)
partitionOption: any(Azure.Bicep.Types.Concrete.AnyType)
partitionSettings: {
partitionColumnName: any(Azure.Bicep.Types.Concrete.AnyType)
partitionLowerBound: any(Azure.Bicep.Types.Concrete.AnyType)
partitionUpperBound: any(Azure.Bicep.Types.Concrete.AnyType)
}
produceAdditionalTypes: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
sqlReaderQuery: any(Azure.Bicep.Types.Concrete.AnyType)
sqlReaderStoredProcedureName: any(Azure.Bicep.Types.Concrete.AnyType)
storedProcedureParameters: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureSqlSource'
}
針對 AzureTableSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
azureTableSourceIgnoreTableNotFound: any(Azure.Bicep.Types.Concrete.AnyType)
azureTableSourceQuery: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureTableSource'
}
針對 BinarySource,請使用:
{
formatSettings: {
compressionProperties: {
type: 'string'
// For remaining properties, see CompressionReadSettings objects
}
type: 'string'
}
storeSettings: {
disableMetricsCollection: any(Azure.Bicep.Types.Concrete.AnyType)
maxConcurrentConnections: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see StoreReadSettings objects
}
type: 'BinarySource'
}
針對 BlobSource,請使用:
{
recursive: any(Azure.Bicep.Types.Concrete.AnyType)
skipHeaderLineCount: any(Azure.Bicep.Types.Concrete.AnyType)
treatEmptyAsNull: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'BlobSource'
}
針對 CassandraSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
consistencyLevel: 'string'
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'CassandraSource'
}
針對 CommonDataServiceForAppsSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'CommonDataServiceForAppsSource'
}
針對 ConcurSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'ConcurSource'
}
針對 CosmosDbMongoDbApiSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
batchSize: any(Azure.Bicep.Types.Concrete.AnyType)
cursorMethods: {
limit: any(Azure.Bicep.Types.Concrete.AnyType)
project: any(Azure.Bicep.Types.Concrete.AnyType)
skip: any(Azure.Bicep.Types.Concrete.AnyType)
sort: any(Azure.Bicep.Types.Concrete.AnyType)
}
filter: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'CosmosDbMongoDbApiSource'
}
針對 CosmosDbSqlApiSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
detectDatetime: any(Azure.Bicep.Types.Concrete.AnyType)
pageSize: any(Azure.Bicep.Types.Concrete.AnyType)
preferredRegions: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'CosmosDbSqlApiSource'
}
針對 CouchbaseSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'CouchbaseSource'
}
針對 Db2Source,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'Db2Source'
}
針對 DelimitedTextSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
formatSettings: {
compressionProperties: {
type: 'string'
// For remaining properties, see CompressionReadSettings objects
}
skipLineCount: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
storeSettings: {
disableMetricsCollection: any(Azure.Bicep.Types.Concrete.AnyType)
maxConcurrentConnections: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see StoreReadSettings objects
}
type: 'DelimitedTextSource'
}
針對 DocumentDbCollectionSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
nestingSeparator: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'DocumentDbCollectionSource'
}
針對 DrillSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'DrillSource'
}
若為 DynamicsAXSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
httpRequestTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'DynamicsAXSource'
}
針對 DynamicsCrmSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'DynamicsCrmSource'
}
針對 DynamicsSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'DynamicsSource'
}
針對 EloquaSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'EloquaSource'
}
針對 ExcelSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
storeSettings: {
disableMetricsCollection: any(Azure.Bicep.Types.Concrete.AnyType)
maxConcurrentConnections: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see StoreReadSettings objects
}
type: 'ExcelSource'
}
針對 FileSystemSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
recursive: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'FileSystemSource'
}
針對 GoogleAdWordsSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'GoogleAdWordsSource'
}
針對 GoogleBigQuerySource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'GoogleBigQuerySource'
}
針對 GoogleBigQueryV2Source,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'GoogleBigQueryV2Source'
}
針對 GreenplumSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'GreenplumSource'
}
針對 HBaseSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'HBaseSource'
}
針對 HdfsSource,請使用:
{
distcpSettings: {
distcpOptions: any(Azure.Bicep.Types.Concrete.AnyType)
resourceManagerEndpoint: any(Azure.Bicep.Types.Concrete.AnyType)
tempScriptPath: any(Azure.Bicep.Types.Concrete.AnyType)
}
recursive: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'HdfsSource'
}
針對 HiveSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'HiveSource'
}
針對 HttpSource,請使用:
{
httpRequestTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'HttpSource'
}
針對 HubspotSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'HubspotSource'
}
針對 ImpalaSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'ImpalaSource'
}
針對 InformixSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'InformixSource'
}
針對 JiraSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'JiraSource'
}
針對 JsonSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
formatSettings: {
compressionProperties: {
type: 'string'
// For remaining properties, see CompressionReadSettings objects
}
type: 'string'
}
storeSettings: {
disableMetricsCollection: any(Azure.Bicep.Types.Concrete.AnyType)
maxConcurrentConnections: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see StoreReadSettings objects
}
type: 'JsonSource'
}
針對 LakeHouseTableSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
timestampAsOf: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'LakeHouseTableSource'
versionAsOf: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 MagentoSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'MagentoSource'
}
針對 MariaDBSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'MariaDBSource'
}
針對 MarketoSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'MarketoSource'
}
針對 MicrosoftAccessSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'MicrosoftAccessSource'
}
針對 MongoDbAtlasSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
batchSize: any(Azure.Bicep.Types.Concrete.AnyType)
cursorMethods: {
limit: any(Azure.Bicep.Types.Concrete.AnyType)
project: any(Azure.Bicep.Types.Concrete.AnyType)
skip: any(Azure.Bicep.Types.Concrete.AnyType)
sort: any(Azure.Bicep.Types.Concrete.AnyType)
}
filter: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'MongoDbAtlasSource'
}
針對 MongoDbSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'MongoDbSource'
}
針對 MongoDbV2Source,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
batchSize: any(Azure.Bicep.Types.Concrete.AnyType)
cursorMethods: {
limit: any(Azure.Bicep.Types.Concrete.AnyType)
project: any(Azure.Bicep.Types.Concrete.AnyType)
skip: any(Azure.Bicep.Types.Concrete.AnyType)
sort: any(Azure.Bicep.Types.Concrete.AnyType)
}
filter: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'MongoDbV2Source'
}
針對 MySqlSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'MySqlSource'
}
針對 netezzaSource ,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
partitionOption: any(Azure.Bicep.Types.Concrete.AnyType)
partitionSettings: {
partitionColumnName: any(Azure.Bicep.Types.Concrete.AnyType)
partitionLowerBound: any(Azure.Bicep.Types.Concrete.AnyType)
partitionUpperBound: any(Azure.Bicep.Types.Concrete.AnyType)
}
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'NetezzaSource'
}
針對 ODataSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
httpRequestTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'ODataSource'
}
針對 OdbcSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'OdbcSource'
}
針對 Office365Source,請使用:
{
allowedGroups: any(Azure.Bicep.Types.Concrete.AnyType)
dateFilterColumn: any(Azure.Bicep.Types.Concrete.AnyType)
endTime: any(Azure.Bicep.Types.Concrete.AnyType)
outputColumns: any(Azure.Bicep.Types.Concrete.AnyType)
startTime: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'Office365Source'
userScopeFilterUri: any(Azure.Bicep.Types.Concrete.AnyType)
}
針對 OracleServiceCloudSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'OracleServiceCloudSource'
}
針對 OracleSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
oracleReaderQuery: any(Azure.Bicep.Types.Concrete.AnyType)
partitionOption: any(Azure.Bicep.Types.Concrete.AnyType)
partitionSettings: {
partitionColumnName: any(Azure.Bicep.Types.Concrete.AnyType)
partitionLowerBound: any(Azure.Bicep.Types.Concrete.AnyType)
partitionNames: any(Azure.Bicep.Types.Concrete.AnyType)
partitionUpperBound: any(Azure.Bicep.Types.Concrete.AnyType)
}
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'OracleSource'
}
針對 OrcSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
storeSettings: {
disableMetricsCollection: any(Azure.Bicep.Types.Concrete.AnyType)
maxConcurrentConnections: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see StoreReadSettings objects
}
type: 'OrcSource'
}
針對 ParquetSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
formatSettings: {
compressionProperties: {
type: 'string'
// For remaining properties, see CompressionReadSettings objects
}
type: 'string'
}
storeSettings: {
disableMetricsCollection: any(Azure.Bicep.Types.Concrete.AnyType)
maxConcurrentConnections: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see StoreReadSettings objects
}
type: 'ParquetSource'
}
針對 PaypalSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'PaypalSource'
}
針對 PhoenixSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'PhoenixSource'
}
針對 PostgreSqlSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'PostgreSqlSource'
}
針對 PostgreSqlV2Source,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'PostgreSqlV2Source'
}
針對 PrestoSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'PrestoSource'
}
針對 QuickBooksSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'QuickBooksSource'
}
針對 RelationalSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'RelationalSource'
}
針對 ResponsysSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'ResponsysSource'
}
針對 RestSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
additionalHeaders: any(Azure.Bicep.Types.Concrete.AnyType)
httpRequestTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
paginationRules: any(Azure.Bicep.Types.Concrete.AnyType)
requestBody: any(Azure.Bicep.Types.Concrete.AnyType)
requestInterval: any(Azure.Bicep.Types.Concrete.AnyType)
requestMethod: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'RestSource'
}
針對 SalesforceMarketingCloudSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SalesforceMarketingCloudSource'
}
針對 SalesforceServiceCloudSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
readBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SalesforceServiceCloudSource'
}
針對 SalesforceServiceCloudV2Source,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
includeDeletedObjects: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
SOQLQuery: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SalesforceServiceCloudV2Source'
}
針對 SalesforceSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
readBehavior: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SalesforceSource'
}
針對 SalesforceV2Source,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
includeDeletedObjects: any(Azure.Bicep.Types.Concrete.AnyType)
pageSize: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
SOQLQuery: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SalesforceV2Source'
}
針對 sapBwSource
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SapBwSource'
}
針對 SapCloudForCustomerSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
httpRequestTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SapCloudForCustomerSource'
}
針對 SapEccSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
httpRequestTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SapEccSource'
}
針對 SapHanaSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
packetSize: any(Azure.Bicep.Types.Concrete.AnyType)
partitionOption: any(Azure.Bicep.Types.Concrete.AnyType)
partitionSettings: {
partitionColumnName: any(Azure.Bicep.Types.Concrete.AnyType)
}
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SapHanaSource'
}
針對 sapOdpSource
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
extractionMode: any(Azure.Bicep.Types.Concrete.AnyType)
projection: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
selection: any(Azure.Bicep.Types.Concrete.AnyType)
subscriberProcess: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SapOdpSource'
}
針對 sapOpenHubSource ,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
baseRequestId: any(Azure.Bicep.Types.Concrete.AnyType)
customRfcReadTableFunctionModule: any(Azure.Bicep.Types.Concrete.AnyType)
excludeLastRequest: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
sapDataColumnDelimiter: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SapOpenHubSource'
}
若為 SapTableSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
batchSize: any(Azure.Bicep.Types.Concrete.AnyType)
customRfcReadTableFunctionModule: any(Azure.Bicep.Types.Concrete.AnyType)
partitionOption: any(Azure.Bicep.Types.Concrete.AnyType)
partitionSettings: {
maxPartitionsNumber: any(Azure.Bicep.Types.Concrete.AnyType)
partitionColumnName: any(Azure.Bicep.Types.Concrete.AnyType)
partitionLowerBound: any(Azure.Bicep.Types.Concrete.AnyType)
partitionUpperBound: any(Azure.Bicep.Types.Concrete.AnyType)
}
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
rfcTableFields: any(Azure.Bicep.Types.Concrete.AnyType)
rfcTableOptions: any(Azure.Bicep.Types.Concrete.AnyType)
rowCount: any(Azure.Bicep.Types.Concrete.AnyType)
rowSkips: any(Azure.Bicep.Types.Concrete.AnyType)
sapDataColumnDelimiter: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SapTableSource'
}
針對 ServiceNowSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'ServiceNowSource'
}
針對 ServiceNowV2Source,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
expression: {
operands: [
...
]
operators: [
'string'
]
type: 'string'
value: 'string'
}
pageSize: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'ServiceNowV2Source'
}
針對 SharePointOnlineListSource,請使用:
{
httpRequestTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SharePointOnlineListSource'
}
針對 ShopifySource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'ShopifySource'
}
針對 SnowflakeSource,請使用:
{
exportSettings: {
additionalCopyOptions: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
additionalFormatOptions: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
storageIntegration: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
query: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SnowflakeSource'
}
針對 SnowflakeV2Source,請使用:
{
exportSettings: {
additionalCopyOptions: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
additionalFormatOptions: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
storageIntegration: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
query: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SnowflakeV2Source'
}
針對 SparkSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SparkSource'
}
針對 sqlDWSource ,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
isolationLevel: any(Azure.Bicep.Types.Concrete.AnyType)
partitionOption: any(Azure.Bicep.Types.Concrete.AnyType)
partitionSettings: {
partitionColumnName: any(Azure.Bicep.Types.Concrete.AnyType)
partitionLowerBound: any(Azure.Bicep.Types.Concrete.AnyType)
partitionUpperBound: any(Azure.Bicep.Types.Concrete.AnyType)
}
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
sqlReaderQuery: any(Azure.Bicep.Types.Concrete.AnyType)
sqlReaderStoredProcedureName: any(Azure.Bicep.Types.Concrete.AnyType)
storedProcedureParameters: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SqlDWSource'
}
針對 sqlMISource
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
isolationLevel: any(Azure.Bicep.Types.Concrete.AnyType)
partitionOption: any(Azure.Bicep.Types.Concrete.AnyType)
partitionSettings: {
partitionColumnName: any(Azure.Bicep.Types.Concrete.AnyType)
partitionLowerBound: any(Azure.Bicep.Types.Concrete.AnyType)
partitionUpperBound: any(Azure.Bicep.Types.Concrete.AnyType)
}
produceAdditionalTypes: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
sqlReaderQuery: any(Azure.Bicep.Types.Concrete.AnyType)
sqlReaderStoredProcedureName: any(Azure.Bicep.Types.Concrete.AnyType)
storedProcedureParameters: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SqlMISource'
}
針對 sqlServerSource
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
isolationLevel: any(Azure.Bicep.Types.Concrete.AnyType)
partitionOption: any(Azure.Bicep.Types.Concrete.AnyType)
partitionSettings: {
partitionColumnName: any(Azure.Bicep.Types.Concrete.AnyType)
partitionLowerBound: any(Azure.Bicep.Types.Concrete.AnyType)
partitionUpperBound: any(Azure.Bicep.Types.Concrete.AnyType)
}
produceAdditionalTypes: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
sqlReaderQuery: any(Azure.Bicep.Types.Concrete.AnyType)
sqlReaderStoredProcedureName: any(Azure.Bicep.Types.Concrete.AnyType)
storedProcedureParameters: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SqlServerSource'
}
針對 SqlSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
isolationLevel: any(Azure.Bicep.Types.Concrete.AnyType)
partitionOption: any(Azure.Bicep.Types.Concrete.AnyType)
partitionSettings: {
partitionColumnName: any(Azure.Bicep.Types.Concrete.AnyType)
partitionLowerBound: any(Azure.Bicep.Types.Concrete.AnyType)
partitionUpperBound: any(Azure.Bicep.Types.Concrete.AnyType)
}
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
sqlReaderQuery: any(Azure.Bicep.Types.Concrete.AnyType)
sqlReaderStoredProcedureName: any(Azure.Bicep.Types.Concrete.AnyType)
storedProcedureParameters: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SqlSource'
}
針對 SquareSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SquareSource'
}
針對 SybaseSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'SybaseSource'
}
針對 TeradataSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
partitionOption: any(Azure.Bicep.Types.Concrete.AnyType)
partitionSettings: {
partitionColumnName: any(Azure.Bicep.Types.Concrete.AnyType)
partitionLowerBound: any(Azure.Bicep.Types.Concrete.AnyType)
partitionUpperBound: any(Azure.Bicep.Types.Concrete.AnyType)
}
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'TeradataSource'
}
針對 VerticaSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'VerticaSource'
}
針對 WarehouseSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
isolationLevel: any(Azure.Bicep.Types.Concrete.AnyType)
partitionOption: any(Azure.Bicep.Types.Concrete.AnyType)
partitionSettings: {
partitionColumnName: any(Azure.Bicep.Types.Concrete.AnyType)
partitionLowerBound: any(Azure.Bicep.Types.Concrete.AnyType)
partitionUpperBound: any(Azure.Bicep.Types.Concrete.AnyType)
}
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
sqlReaderQuery: any(Azure.Bicep.Types.Concrete.AnyType)
sqlReaderStoredProcedureName: any(Azure.Bicep.Types.Concrete.AnyType)
storedProcedureParameters: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'WarehouseSource'
}
針對 XeroSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'XeroSource'
}
針對 ZohoSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
query: any(Azure.Bicep.Types.Concrete.AnyType)
queryTimeout: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'ZohoSource'
}
針對 WebSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'WebSource'
}
針對 XmlSource,請使用:
{
additionalColumns: any(Azure.Bicep.Types.Concrete.AnyType)
formatSettings: {
compressionProperties: {
type: 'string'
// For remaining properties, see CompressionReadSettings objects
}
detectDataType: any(Azure.Bicep.Types.Concrete.AnyType)
namespacePrefixes: any(Azure.Bicep.Types.Concrete.AnyType)
namespaces: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
validationMode: any(Azure.Bicep.Types.Concrete.AnyType)
}
storeSettings: {
disableMetricsCollection: any(Azure.Bicep.Types.Concrete.AnyType)
maxConcurrentConnections: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see StoreReadSettings objects
}
type: 'XmlSource'
}
屬性值
活動
名字 | 描述 | 價值 |
---|---|---|
dependsOn | 活動取決於條件。 | ActivityDependency[] |
描述 | 活動描述。 | 字串 |
名字 | 活動名稱。 | 字串 (必要) |
onInactiveMarkAs | 當狀態設定為 [非使用中] 時,活動的狀態結果。 這是選擇性屬性,如果未在活動處於非使用中狀態時提供,則狀態預設會是 [成功]。 | 'Failed' '略過' 'Succeeded' |
州 | 活動狀態。 這是選擇性屬性,如果未提供,則狀態預設為 [作用中]。 | 'Active' 'Inactive' |
類型 | 設定為類型為 'AppendVariable' AppendVariableActivity。 針對 [AzureDataExplorerCommand] 類型 設定為 'AzureDataExplorerCommand',。 針對 azureFunctionActivity 類型 設定為 'AzureFunctionActivity'。 針對類型 AzureMLBatchExecutionActivity,設定為 'AzureMLBatchExecution'。 針對 azureMLExecutePipelineActivity 類型 設定為 'AzureMLExecutePipeline',。 針對 azureMLUpdateResourceActivity 類型 設定為 'AzureMLUpdateResource',。 針對 ExecutePipelineActivity 類型 設定為 'ExecutePipeline'。 針對 FailActivity 類型 設定為 [失敗]。 針對 filterActivity 類型 設定為 『Filter』,。 針對 forEachActivity 類型設定為 『ForEach』 forEachActivity。 將 類型設定為 'IfCondition' IfConditionActivity。 針對 SetVariableActivity 類型 設定為 'SetVariable'。 針對 SwitchActivity 類型 設定為 'Switch',。 將 類型設定為 'Until' UntilActivity。 設定為 [驗證],ValidationActivity 類型。 針對 waitActivity 類型設定為 『Wait』 。 設定為 'WebHook' 類型 WebHookActivity。 針對 copyActivity 類型 設定為 'Copy'。 針對 customActivity 類型設定為 'Custom' 。 針對 DataLakeAnalyticsUsqlActivity 類型 設定為 'DataLakeAnalyticsU-SQL',。 針對 DatabricksNotebookActivity 類型 設定為 'DatabricksNotebook',。 針對 databricksSparkJarActivity 類型 設定為 'DatabricksSparkJar',。 針對 databricksSparkPythonActivity 類型 設定為 'DatabricksSparkPython',。 針對 deleteActivity 類型設定為 'Delete' DeleteActivity。 針對 ExecuteDataFlowActivity 類型 設定為 'ExecuteDataFlow',。 針對 ExecuteSsisPackageActivity 類型 設定為 'ExecuteSSISPackage',。 針對 executeWranglingDataflowActivity 類型設定為 'ExecuteWranglingDataflow',。 針對 getMetadataActivity 類型設定為 『GetMetadata』,。 針對 HDInsightHiveActivity 類型 設定為 'HDInsightHive',。 針對 HDInsightMapReduce 類型設定為 'HDInsightMapReduce',。 針對 HDInsightPigActivity 類型設定為 'HDInsightPig',。 針對 HDInsightSparkActivity 類型設定為 'HDInsightSpark',。 針對 HDInsightStreamingActivity 類型 設定為 'HDInsightStreaming',。 針對 lookupActivity 類型 設定為 'Lookup',。 設定為類型為 'Script' ScriptActivity。 針對類型 SynapseSparkJobDefinitionActivity設定為 'SparkJob'。 針對類型設定為 'SqlServerStoredProcedure',SqlServerStoredProcedureActivity。 針對 synapseNotebookActivity 類型 設定為 'SynapseNotebook',。 將 類型設定為 'WebActivity',WebActivity。 | 'AppendVariable' 'AzureDataExplorerCommand' 'AzureFunctionActivity' 'AzureMLBatchExecution' 'AzureMLExecutePipeline' 'AzureMLUpdateResource' 'Copy' 'Custom' 'DatabricksNotebook' 'DatabricksSparkJar' 'DatabricksSparkPython' 'DataLakeAnalyticsU-SQL' 'Delete' 'ExecuteDataFlow' 'ExecutePipeline' 'ExecuteSSISPackage' 'ExecuteWranglingDataflow' 'Fail' 'Filter' 'ForEach' 'GetMetadata' 'HDInsightHive' 'HDInsightMapReduce' 'HDInsightPig' 'HDInsightSpark' 'HDInsightStreaming' 'IfCondition' 'Lookup' 'Script' 'SetVariable' 'SparkJob' 'SqlServerStoredProcedure' 'Switch' 'SynapseNotebook' 'Until' 'Validation' 'Wait' 'WebActivity' 'WebHook' (必要) |
userProperties | 活動用戶屬性。 | UserProperty[] |
ActivityDependency
名字 | 描述 | 價值 |
---|---|---|
活動 | 活動名稱。 | 字串 (必要) |
dependencyConditions | 相依性 Match-Condition。 | 包含任何的字串數組: 'Completed' 'Failed' '略過' 'Succeeded' (必要) |
ActivityPolicy
名字 | 描述 | 價值 | ||
---|---|---|---|---|
重試 | 一般重試次數上限。 預設值為 0。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 | ||
retryIntervalInSeconds | 每個重試嘗試之間的間隔(以秒為單位)。 預設值為30秒。 | int 約束: 最小值 = 30 最大值 = 86400 |
||
secureInput | 當設定為 true 時,來自活動的輸入會被視為安全,且不會記錄到監視。 | bool | ||
secureOutput | 設定為 true 時,活動輸出會視為安全,且不會記錄到監視。 | bool | ||
超時 | 指定要執行之活動的逾時。 默認逾時為 7 天。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
AmazonMWSSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'AmazonMWSSource' (必要) |
AmazonRdsForOraclePartitionSettings
名字 | 描述 | 價值 |
---|---|---|
partitionColumnName | 整數類型中的數據行名稱,將用於繼續範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionNames | AmazonRdsForOracle 數據表之實體分割區的名稱。 | 任何 |
partitionUpperBound | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
AmazonRdsForOracleSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
oracleReaderQuery | AmazonRdsForOracle 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將平行讀取 AmazonRdsForOracle 的數據分割機制。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionSettings | 將用於 AmazonRdsForOracle 來源數據分割的設定。 | AmazonRdsForOraclePartitionSettings | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'AmazonRdsForOracleSource' (必要) |
AmazonRdsForSqlServerSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
isolationLevel | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 | 任何 | ||
partitionSettings | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings | ||
produceAdditionalTypes | 要產生的其他類型。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sqlReaderQuery | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
sqlReaderStoredProcedureName | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 | ||
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 | ||
類型 | 複製來源類型。 | 'AmazonRdsForSqlServerSource' (必要) |
AmazonRedshiftSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
redshiftUnloadSettings | 從 Amazon Redshift 複製並卸除時,臨時 Amazon S3 所需的 Amazon S3 設定。 如此一來,Amazon Redshift 來源的數據會先卸載到 S3,然後從過渡 S3 複製到目標接收中。 | RedshiftUnloadSettings | ||
類型 | 複製來源類型。 | 'AmazonRedshiftSource' (必要) |
AmazonS3CompatibleReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
前綴 | S3 Compatible 物件名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'AmazonS3CompatibleReadSettings' (必要) |
wildcardFileName | Amazon S3 相容通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Amazon S3 兼容的通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
AmazonS3ReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
前綴 | S3 物件名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'AmazonS3ReadSettings' (必要) |
wildcardFileName | AmazonS3 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | AmazonS3 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
AppendVariableActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'AppendVariable' (必要) |
typeProperties | 附加變數活動屬性。 | AppendVariableActivityTypeProperties (必要) |
AppendVariableActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
價值 | 要附加的值。 類型:可以是變數專案的靜態值比對類型,或是具有變數專案 resultType 比對類型的 Expression | 任何 |
variableName | 必須附加其值之變數的名稱。 | 字串 |
AvroSink
名字 | 描述 | 價值 |
---|---|---|
formatSettings | Avro 格式設定。 | AvroWriteSettings |
storeSettings | Avro 存放區設定。 | StoreWriteSettings |
類型 | 複製接收類型。 | 'AvroSink' (必要) |
AvroSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
storeSettings | Avro 存放區設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'AvroSource' (必要) |
AvroWriteSettings
名字 | 描述 | 價值 |
---|---|---|
fileNamePrefix | <fileNamePrefix>_<fileIndex>指定檔名模式。從不含 partitionOptions 的非檔案存放區複製時,<fileExtension>。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
recordName | 寫入結果中的最上層記錄名稱,這是AVRO規格中的必要專案。 | 字串 |
recordNamespace | 在寫入結果中記錄命名空間。 | 字串 |
類型 | 寫入設定類型。 | 字串 (必要) |
AzureBlobFSReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'AzureBlobFSReadSettings' (必要) |
wildcardFileName | Azure blobFS 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Azure blobFS 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureBlobFSSink
名字 | 描述 | 價值 |
---|---|---|
copyBehavior | 複製接收的複製行為類型。 Type:string (或 expression with resultType string) 。 | 任何 |
元數據 | 指定要新增至接收數據的自定義元數據。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | MetadataItem[] |
類型 | 複製接收類型。 | 'AzureBlobFSSink' (必要) |
AzureBlobFSSource
名字 | 描述 | 價值 |
---|---|---|
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
skipHeaderLineCount | 要略過每個 Blob 的標頭行數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
treatEmptyAsNull | 將空白視為 null。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製來源類型。 | 'AzureBlobFSSource' (必要) |
AzureBlobFSWriteSettings
名字 | 描述 | 價值 |
---|---|---|
blockSizeInMB | 指出將數據寫入 Blob 時的區塊大小(MB)。 類型:integer (或 expression with resultType integer) 。 | 任何 |
類型 | 寫入設定類型。 | 'AzureBlobFSWriteSettings' (必要) |
AzureBlobStorageReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
前綴 | Azure Blob 名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'AzureBlobStorageReadSettings' (必要) |
wildcardFileName | Azure Blob 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Azure Blob 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureBlobStorageWriteSettings
名字 | 描述 | 價值 |
---|---|---|
blockSizeInMB | 指出將數據寫入 Blob 時的區塊大小(MB)。 類型:integer (或 expression with resultType integer) 。 | 任何 |
類型 | 寫入設定類型。 | 'AzureBlobStorageWriteSettings' (必要) |
AzureDatabricksDeltaLakeExportCommand
名字 | 描述 | 價值 |
---|---|---|
dateFormat | 在 Azure Databricks Delta Lake Copy 中指定 csv 的日期格式。 Type:string (或 expression with resultType string) 。 | 任何 |
timestampFormat | 在 Azure Databricks Delta Lake Copy 中指定 csv 的時間戳格式。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 匯出設定類型。 | 字串 (必要) |
AzureDatabricksDeltaLakeImportCommand
名字 | 描述 | 價值 |
---|---|---|
dateFormat | 在 Azure Databricks Delta Lake Copy 中指定 csv 的日期格式。 Type:string (或 expression with resultType string) 。 | 任何 |
timestampFormat | 在 Azure Databricks Delta Lake Copy 中指定 csv 的時間戳格式。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 匯入設定類型。 | 字串 (必要) |
AzureDatabricksDeltaLakeSink
名字 | 描述 | 價值 |
---|---|---|
importSettings | Azure Databricks Delta Lake 匯入設定。 | AzureDatabricksDeltaLakeImportCommand |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'AzureDatabricksDeltaLakeSink' (必要) |
AzureDatabricksDeltaLakeSource
名字 | 描述 | 價值 |
---|---|---|
exportSettings | Azure Databricks Delta Lake 匯出設定。 | AzureDatabricksDeltaLakeExportCommand |
查詢 | Azure Databricks Delta Lake Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'AzureDatabricksDeltaLakeSource' (必要) |
AzureDataExplorerCommandActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'AzureDataExplorerCommand' (必要) |
typeProperties | Azure 資料總管命令活動屬性。 | AzureDataExplorerCommandActivityTypeProperties (必要) |
AzureDataExplorerCommandActivityTypeProperties
名字 | 描述 | 價值 | ||
---|---|---|---|---|
命令 | 控件命令,根據 Azure 數據總管命令語法。 Type:string (或 expression with resultType string) 。 | 任何 (必要) | ||
commandTimeout | 控制命令逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9]))..) | 任何 |
AzureDataExplorerSink
名字 | 描述 | 價值 |
---|---|---|
flushImmediately | 如果設定為 true,則會略過任何匯總。 默認值為 false。 類型:布爾值。 | 任何 |
ingestionMappingAsJson | JSON 格式提供的明確數據行對應描述。 類型:字串。 | 任何 |
ingestionMappingName | 在目標 Kusto 數據表上定義的預先建立 csv 對應名稱。 類型:字串。 | 任何 |
類型 | 複製接收類型。 | 'AzureDataExplorerSink' (必要) |
AzureDataExplorerSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
noTruncation | 布爾選項的名稱,控制截斷是否套用至超出特定數據列計數限制的結果集。 | 任何 | ||
查詢 | 資料庫查詢。 應該是 Kusto 查詢語言 (KQL) 查詢。 Type:string (或 expression with resultType string) 。 | 任何 (必要) | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])).. | 任何 |
類型 | 複製來源類型。 | 'AzureDataExplorerSource' (必要) |
AzureDataLakeStoreReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
listAfter | 根據檔案/資料夾名稱的語彙順序,列出值之後的檔案(獨佔)。 適用於數據集中的 folderPath 底下,以及篩選 folderPath 底下的檔案/子資料夾。 Type:string (或 expression with resultType string) 。 | 任何 |
listBefore | 根據檔案/資料夾名稱的語彙順序,列出值(含)之前的檔案。 適用於數據集中的 folderPath 底下,以及篩選 folderPath 底下的檔案/子資料夾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'AzureDataLakeStoreReadSettings' (必要) |
wildcardFileName | ADLS 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | ADLS 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureDataLakeStoreSink
名字 | 描述 | 價值 |
---|---|---|
copyBehavior | 複製接收的複製行為類型。 Type:string (或 expression with resultType string) 。 | 任何 |
enableAdlsSingleFileParallel | 單一檔案平行。 | 任何 |
類型 | 複製接收類型。 | 'AzureDataLakeStoreSink' (必要) |
AzureDataLakeStoreSource
名字 | 描述 | 價值 |
---|---|---|
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製來源類型。 | 'AzureDataLakeStoreSource' (必要) |
AzureDataLakeStoreWriteSettings
名字 | 描述 | 價值 |
---|---|---|
expiryDateTime | 指定寫入檔案的到期時間。 時間會以 “2018-12-01T05:00:00Z” 的格式套用至 UTC 時區。 預設值為 NULL。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 寫入設定類型。 | 'AzureDataLakeStoreWriteSettings' (必要) |
AzureFileStorageReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
前綴 | 從根路徑開始之 Azure 檔名的前置詞篩選。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'AzureFileStorageReadSettings' (必要) |
wildcardFileName | Azure 檔案記憶體通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Azure 檔案記憶體通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureFileStorageWriteSettings
名字 | 描述 | 價值 |
---|---|---|
類型 | 寫入設定類型。 | 'AzureFileStorageWriteSettings' (必要) |
AzureFunctionActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'AzureFunctionActivity' (必要) |
typeProperties | Azure Function 活動屬性。 | AzureFunctionActivityTypeProperties (必要) |
AzureFunctionActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
身體 | 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 expression with resultType 字串串的表達式)。 | 任何 |
functionName | Azure 函式活動將呼叫的函式名稱。 類型:string (或 expression with resultType string) | 任何 (必要) |
頭 | 表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 Type:string (或 expression with resultType string) 。 | AzureFunctionActivityTypePropertiesHeaders |
方法 | 目標端點的 Rest API 方法。 | 'DELETE' 'GET' 'HEAD' 'OPTIONS' 'POST' 'PUT' 'TRACE' (必要) |
AzureFunctionActivityTypePropertiesHeaders
名字 | 描述 | 價值 |
---|
AzureKeyVaultSecretReference
名字 | 描述 | 價值 |
---|---|---|
secretName | Azure Key Vault 中的秘密名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
secretVersion | Azure Key Vault 中的秘密版本。 預設值是最新版本的秘密。 Type:string (或 expression with resultType string) 。 | 任何 |
商店 | Azure Key Vault 鏈接服務參考。 | LinkedServiceReference (必要) |
類型 | 秘密的類型。 | 'AzureKeyVaultSecret' (必要) |
AzureMariaDBSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'AzureMariaDBSource' (必要) |
AzureMLBatchExecutionActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'AzureMLBatchExecution' (必要) |
typeProperties | Azure ML 批次執行活動屬性。 | AzureMLBatchExecutionActivityTypeProperties (必要) |
AzureMLBatchExecutionActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
globalParameters | 要傳遞至 Azure ML 批次執行服務端點的索引鍵、值組。 密鑰必須符合已發佈 Azure ML Web 服務中所定義的 Web 服務參數名稱。 值將會在 Azure ML 批次執行要求的 GlobalParameters 屬性中傳遞。 | AzureMLBatchExecutionActivityTypePropertiesGlobalParameters |
webServiceInputs | 索引鍵、值組,將 Azure ML 端點的 Web 服務輸入名稱對應至指定輸入 Blob 位置的 AzureMLWebServiceFile 物件。 這項資訊將會傳遞至 Azure ML 批次執行要求的 WebServiceInputs 屬性。 | AzureMLBatchExecutionActivityTypePropertiesWebServiceInputs |
webServiceOutputs | 索引鍵、值組,將 Azure ML 端點的 Web 服務輸出名稱對應至指定輸出 Blob 位置的 AzureMLWebServiceFile 物件。 這項資訊將會傳遞至 Azure ML 批次執行要求的 WebServiceOutputs 屬性。 | AzureMLBatchExecutionActivityTypePropertiesWebServiceOutputs |
AzureMLBatchExecutionActivityTypePropertiesGlobalParameters
名字 | 描述 | 價值 |
---|
AzureMLBatchExecutionActivityTypePropertiesWebServiceInputs
名字 | 描述 | 價值 |
---|
AzureMLBatchExecutionActivityTypePropertiesWebServiceOutputs
名字 | 描述 | 價值 |
---|
AzureMLExecutePipelineActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'AzureMLExecutePipeline' (必要) |
typeProperties | Azure ML 執行管線活動屬性。 | AzureMLExecutePipelineActivityTypeProperties (必要) |
AzureMLExecutePipelineActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
continueOnStepFailure | 如果步驟失敗,是否要繼續執行 PipelineRun 中的其他步驟。 此資訊將會在已發佈管線執行要求的continueOnStepFailure屬性中傳遞。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
dataPathAssignments | 用於變更數據路徑指派而不進行重新定型的字典。 值將會傳入已發佈管線執行要求的 dataPathAssignments 屬性。 Type:object (或 Expression with resultType 物件)。 | 任何 |
experimentName | 執行管線執行的執行歷程記錄實驗名稱。 此資訊將會傳遞在已發佈管線執行要求的 ExperimentName 屬性中。 Type:string (或 expression with resultType string) 。 | 任何 |
mlParentRunId | 父 Azure ML 服務管線執行標識碼。此資訊將會傳入已發佈管線執行要求的 ParentRunId 屬性。 Type:string (或 expression with resultType string) 。 | 任何 |
mlPipelineEndpointId | 已發佈之 Azure ML 管線端點的標識碼。 Type:string (或 expression with resultType string) 。 | 任何 |
mlPipelineId | 已發佈 Azure ML 管線的標識碼。 Type:string (或 expression with resultType string) 。 | 任何 |
mlPipelineParameters | 要傳遞至已發佈 Azure ML 管線端點的索引鍵、值組。 索引鍵必須符合已發佈管線中定義的管線參數名稱。 值將會在已發佈管線執行要求的ParameterAssignments屬性中傳遞。 類型:具有索引鍵值組的物件(或具有 resultType 物件的 Expression)。 | 任何 |
版本 | 已發佈的 Azure ML 管線端點版本。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureMLUpdateResourceActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'AzureMLUpdateResource' (必要) |
typeProperties | Azure ML 更新資源管理活動屬性。 | AzureMLUpdateResourceActivityTypeProperties (必要) |
AzureMLUpdateResourceActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
trainedModelFilePath | trainedModelLinkedService 中的相對檔案路徑,表示更新作業將上傳的 .ilearner 檔案。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
trainedModelLinkedServiceName | 保存更新作業所上傳之 .ilearner 檔案的 Azure 記憶體連結服務名稱。 | LinkedServiceReference (必要) |
trainedModelName | 要更新之 Web 服務實驗中定型模型模組的名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
AzureMLWebServiceFile
名字 | 描述 | 價值 |
---|---|---|
filePath | LinkedService 所指定之 Azure Blob 記憶體中的相對檔案路徑,包括容器名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
linkedServiceName | Azure 記憶體 LinkedService 的參考,其中 Azure ML WebService 輸入/輸出檔案。 | LinkedServiceReference (必要) |
AzureMySqlSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | 開始複製之前要執行的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'AzureMySqlSink' (必要) |
AzureMySqlSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'AzureMySqlSource' (必要) |
AzurePostgreSqlSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | 開始複製之前要執行的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'AzurePostgreSqlSink' (必要) |
AzurePostgreSqlSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'AzurePostgreSqlSource' (必要) |
AzureQueueSink
名字 | 描述 | 價值 |
---|---|---|
類型 | 複製接收類型。 | 'AzureQueueSink' (必要) |
AzureSearchIndexSink
名字 | 描述 | 價值 |
---|---|---|
類型 | 複製接收類型。 | 'AzureSearchIndexSink' (必要) |
writeBehavior | 將檔向上插入 Azure 搜尋服務索引時,指定寫入行為。 | 'Merge' 'Upload' |
AzureSqlSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterStoredProcedureName | SQL 寫入器預存程式名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterTableType | SQL 寫入器數據表類型。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterUseTableLock | 是否要在大量複製期間使用數據表鎖定。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
storedProcedureParameters | SQL 預存程式參數。 | 任何 |
storedProcedureTableTypeParameterName | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
tableOption | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'AzureSqlSink' (必要) |
upsertSettings | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior | 將數據複製到 Azure SQL 時,寫入行為。 類型:SqlWriteBehaviorEnum (或 expression with resultType SqlWriteBehaviorEnum) | 任何 |
AzureSqlSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
isolationLevel | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionSettings | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings | ||
produceAdditionalTypes | 要產生的其他類型。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sqlReaderQuery | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
sqlReaderStoredProcedureName | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 | ||
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 | ||
類型 | 複製來源類型。 | 'AzureSqlSource' (必要) |
AzureTableSink
名字 | 描述 | 價值 |
---|---|---|
azureTableDefaultPartitionKeyValue | Azure 數據表預設分割區索引鍵值。 Type:string (或 expression with resultType string) 。 | 任何 |
azureTableInsertType | Azure 資料表插入類型。 Type:string (或 expression with resultType string) 。 | 任何 |
azureTablePartitionKeyName | Azure 資料表分割區索引鍵名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
azureTableRowKeyName | Azure 數據表數據列索引鍵名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'AzureTableSink' (必要) |
AzureTableSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
azureTableSourceIgnoreTableNotFound | 找不到 Azure 資料表來源忽略數據表。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
azureTableSourceQuery | Azure 數據表來源查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'AzureTableSource' (必要) |
BigDataPoolParametrizationReference
名字 | 描述 | 價值 |
---|---|---|
referenceName | 參考巨量數據集區名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
類型 | 巨量數據集區參考類型。 | 'BigDataPoolReference' (必要) |
BinaryReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
類型 | 讀取設定類型。 | 'BinaryReadSettings' (必要) |
BinaryReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
類型 | 讀取設定類型。 | 字串 (必要) |
BinarySink
名字 | 描述 | 價值 |
---|---|---|
storeSettings | 二進位存放區設定。 | StoreWriteSettings |
類型 | 複製接收類型。 | 'BinarySink' (必要) |
BinarySource
名字 | 描述 | 價值 |
---|---|---|
formatSettings | 二進位格式設定。 | BinaryReadSettings |
storeSettings | 二進位存放區設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'BinarySource' (必要) |
BlobSink
名字 | 描述 | 價值 |
---|---|---|
blobWriterAddHeader | Blob 寫入器新增標頭。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
blobWriterDateTimeFormat | Blob 寫入器日期時間格式。 Type:string (或 expression with resultType string) 。 | 任何 |
blobWriterOverwriteFiles | Blob 寫入器會覆寫檔案。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
copyBehavior | 複製接收的複製行為類型。 | 任何 |
元數據 | 指定要新增至接收數據的自定義元數據。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | MetadataItem[] |
類型 | 複製接收類型。 | 'BlobSink' (必要) |
BlobSource
名字 | 描述 | 價值 |
---|---|---|
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
skipHeaderLineCount | 要略過每個 Blob 的標頭行數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
treatEmptyAsNull | 將空白視為 null。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製來源類型。 | 'BlobSource' (必要) |
CassandraSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
consistencyLevel | 一致性層級會指定在將數據傳回用戶端應用程式之前,必須回應讀取要求多少個 Cassandra 伺服器。 Cassandra 會檢查指定的 Cassandra 伺服器數目,以取得符合讀取要求的數據。 必須是 cassandraSourceReadConsistencyLevels 的其中一個。 預設值為 『ONE』。 不區分大小寫。 | 'ALL' 'EACH_QUORUM' 'LOCAL_ONE' 'LOCAL_QUORUM' 'LOCAL_SERIAL' 'ONE' 'QUORUM' 'SERIAL' 'THREE' 'TWO' |
||
查詢 | 資料庫查詢。 應該是 SQL-92 查詢表示式或 Cassandra 查詢語言 (CQL) 命令。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'CassandraSource' (必要) |
CommonDataServiceForAppsSink
名字 | 描述 | 價值 |
---|---|---|
alternateKeyName | 替代索引鍵的邏輯名稱,會在更新插入記錄時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
ignoreNullValues | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製接收類型。 | 'CommonDataServiceForAppsSink' (必要) |
writeBehavior | 作業的寫入行為。 | 'Upsert' (必要) |
CommonDataServiceForAppsSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | FetchXML 是專屬的查詢語言,用於 Microsoft Common Data Service for Apps(在線 & 內部部署)。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'CommonDataServiceForAppsSource' (必要) |
CompressionReadSettings
名字 | 描述 | 價值 |
---|---|---|
類型 | 針對 tarGZipReadSettings 類型 設定為 'TarGZipReadSettings',。 針對 tarReadSettings 類型設定為 『TarReadSettings』,。 針對 ZipDeflateReadSettings 類型設定為 'ZipDeflateReadSettings',。 | 'TarGZipReadSettings' 'TarReadSettings' 'ZipDeflateReadSettings' (必要) |
ConcurSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'ConcurSource' (必要) |
ContinuationSettingsReference
名字 | 描述 | 價值 |
---|---|---|
continuationTtlInMinutes | 接續 TTL 以分鐘為單位。 | 任何 |
customizedCheckpointKey | 自訂的檢查點索引鍵。 | 任何 |
idleCondition | 閑置條件。 | 任何 |
CopyActivity
名字 | 描述 | 價值 |
---|---|---|
輸入 | 活動的輸入清單。 | DatasetReference[] |
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
輸出 | 活動的輸出清單。 | DatasetReference[] |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'Copy' (必要) |
typeProperties | 複製活動屬性。 | CopyActivityTypeProperties (必要) |
CopyActivityLogSettings
名字 | 描述 | 價值 |
---|---|---|
enableReliableLogging | 指定是否啟用可靠的記錄。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
logLevel | 取得或設定記錄層級、支援:資訊、警告。 Type:string (或 expression with resultType string) 。 | 任何 |
CopyActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
dataIntegrationUnits | 可用來執行此數據行動的數據整合單位數目上限。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
enableSkipIncompatibleRow | 是否略過不相容的數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enableStaging | 指定是否要透過過渡暫存複製數據。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
logSettings | 啟用記錄時,客戶需要提供的記錄設定。 | LogSettings |
logStorageSettings | (已被取代。請使用 LogSettings) 啟用工作階段記錄時,客戶必須提供的記錄記憶體設定。 | LogStorageSettings |
parallelCopies | 在來源或接收上開啟的並行會話數目上限,以避免多載數據存放區。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
保存 | 保留規則。 | any[] |
preserveRules | 保留規則。 | any[] |
redirectIncompatibleRowSettings | 當 EnableSkipIncompatibleRow 為 true 時,重新導向不相容的數據列設定。 | RedirectIncompatibleRowSettings |
沉 | 複製活動接收。 | CopySink (必要) |
skipErrorFile | 指定數據一致性的容錯。 | SkipErrorFile |
源 | 複製活動來源。 | CopySource (必要) |
stagingSettings | 指定 EnableStaging 為 true 時的過渡暫存設定。 | StagingSettings |
在線翻譯 | 複製活動翻譯工具。 如果未指定,則會使用表格式翻譯工具。 | 任何 |
validateDataConsistency | 是否要啟用數據一致性驗證。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
CopySink
名字 | 描述 | 價值 | ||
---|---|---|---|---|
disableMetricsCollection | 如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
maxConcurrentConnections | 接收資料存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
sinkRetryCount | 接收重試計數。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
sinkRetryWait | 接收重試等候。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 針對 avroSink 類型設定為 'AvroSink',AvroSink。 針對 azureBlobFSSink 類型 設定為 'AzureBlobFSSink'。 針對 azureDataExplorerSink 類型設定為 'AzureDataExplorerSink',。 針對 AzureDataLakeStoreSink 類型設定為 『AzureDataLakeStoreSink』,。 針對 azureDatabricksDeltaLakeSink 類型設定為 'AzureDatabricksDeltaLakeSink'類型。 針對 azureMySqlSink 類型設定為 'AzureMySqlSink',AzureMySqlSink。 針對 azurePostgreSqlSink 類型設定為 'AzurePostgreSqlSink' ,。 針對 azureQueueSink 類型 設定為 'AzureQueueSink',。 針對 azureSearchIndexSink 類型設定為 'AzureSearchIndexSink' 。 針對 azureSqlSink 類型 設定為 'AzureSqlSink',。 針對 azureTableSink 類型設定為 'AzureTableSink' 。 針對 binarySink 類型設定為 'BinarySink' binarySink。 針對 blobSink 類型 設定為 'BlobSink',。 針對 CommonDataServiceForAppsSink類型 |
'AvroSink' 'AzureBlobFSSink' 'AzureDatabricksDeltaLakeSink' 'AzureDataExplorerSink' 'AzureDataLakeStoreSink' 'AzureMySqlSink' 'AzurePostgreSqlSink' 'AzureQueueSink' 'AzureSearchIndexSink' 'AzureSqlSink' 'AzureTableSink' 'BinarySink' 'BlobSink' 'CommonDataServiceForAppsSink' 'CosmosDbMongoDbApiSink' 'CosmosDbSqlApiSink' 'DelimitedTextSink' 'DocumentDbCollectionSink' 'DynamicsCrmSink' 'DynamicsSink' 'FileSystemSink' 'IcebergSink' 'InformixSink' 'JsonSink' 'LakeHouseTableSink' 'MicrosoftAccessSink' 'MongoDbAtlasSink' 'MongoDbV2Sink' 'OdbcSink' 'OracleSink' 'OrcSink' 'ParquetSink' 'RestSink' 'SalesforceServiceCloudSink' 'SalesforceServiceCloudV2Sink' 'SalesforceSink' 'SalesforceV2Sink' 'SapCloudForCustomerSink' “SnowflakeSink” 'SnowflakeV2Sink' 'SqlDWSink' 'SqlMISink' 'SqlServerSink' 'SqlSink' 'WarehouseSink' (必要) |
||
writeBatchSize | 寫入批次大小。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 | ||
writeBatchTimeout | 寫入批次逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
CopySource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
disableMetricsCollection | 如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
maxConcurrentConnections | 源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
sourceRetryCount | 來源重試計數。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
sourceRetryWait | 來源重試等候。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 針對 amazonMWSSource 類型設定為 'AmazonMWSSource',。 針對 AmazonRdsForOracleSource 類型設定為 'AmazonRdsForOracleSource',。 針對 amazonRdsForSqlServerSource類型 |
'AmazonMWSSource' 'AmazonRdsForOracleSource' 'AmazonRdsForSqlServerSource' 'AmazonRedshiftSource' 'AvroSource' 'AzureBlobFSSource' 'AzureDatabricksDeltaLakeSource' 'AzureDataExplorerSource' 'AzureDataLakeStoreSource' 'AzureMariaDBSource' 'AzureMySqlSource' 'AzurePostgreSqlSource' 'AzureSqlSource' 'AzureTableSource' 'BinarySource' 'BlobSource' 'CassandraSource' 'CommonDataServiceForAppsSource' 'ConcurSource' 'CosmosDbMongoDbApiSource' 'CosmosDbSqlApiSource' 'CouchbaseSource' 'Db2Source' 'DelimitedTextSource' 'DocumentDbCollectionSource' 'DrillSource' 'DynamicsAXSource' 'DynamicsCrmSource' 'DynamicsSource' 'EloquaSource' 'ExcelSource' 'FileSystemSource' 'GoogleAdWordsSource' 'GoogleBigQuerySource' 'GoogleBigQueryV2Source' 'GreenplumSource' 'HBaseSource' 'HdfsSource' 'HiveSource' 'HttpSource' 'HubspotSource' 'ImpalaSource' 'InformixSource' 'JiraSource' 'JsonSource' 'LakeHouseTableSource' 'MagentoSource' 'MariaDBSource' 'MarketoSource' 'MicrosoftAccessSource' 'MongoDbAtlasSource' 'MongoDbSource' 'MongoDbV2Source' 'MySqlSource' 'NetezzaSource' 'ODataSource' 'OdbcSource' 'Office365Source' 'OracleServiceCloudSource' 'OracleSource' 'OrcSource' 'ParquetSource' 'PaypalSource' 'PhoenixSource' 'PostgreSqlSource' 'PostgreSqlV2Source' 'PrestoSource' 'QuickBooksSource' 'RelationalSource' 'ResponsysSource' 'RestSource' 'SalesforceMarketingCloudSource' 'SalesforceServiceCloudSource' 'SalesforceServiceCloudV2Source' 'SalesforceSource' 'SalesforceV2Source' 'SapBwSource' 'SapCloudForCustomerSource' 'SapEccSource' 'SapHanaSource' 'SapOdpSource' 'SapOpenHubSource' 'SapTableSource' 'ServiceNowSource' 'ServiceNowV2Source' 'SharePointOnlineListSource' 'ShopifySource' 'SnowflakeSource' 'SnowflakeV2Source' 'SparkSource' 'SqlDWSource' 'SqlMISource' 'SqlServerSource' 'SqlSource' 'SquareSource' 'SybaseSource' 'TeradataSource' 'VerticaSource' 'WarehouseSource' 'WebSource' 'XeroSource' 'XmlSource' 'ZohoSource' (必要) |
CosmosDbMongoDbApiSink
名字 | 描述 | 價值 |
---|---|---|
類型 | 複製接收類型。 | 'CosmosDbMongoDbApiSink' (必要) |
writeBehavior | 指定是否要覆寫具有相同索引鍵的檔(upsert),而不是擲回例外狀況(insert)。 預設值為 「insert」。 Type:string (或 expression with resultType string) 。 Type:string (或 expression with resultType string) 。 | 任何 |
CosmosDbMongoDbApiSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
batchSize | 指定要在 MongoDB 實體回應的每個批次中傳回的檔案數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
cursorMethods | Mongodb 查詢的數據指標方法。 | MongoDbCursorMethodsProperties | ||
濾波器 | 使用查詢運算子指定選取篩選。 若要傳回集合中的所有檔,請省略此參數或傳遞空白檔 ({})。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'CosmosDbMongoDbApiSource' (必要) |
CosmosDbSqlApiSink
名字 | 描述 | 價值 |
---|---|---|
類型 | 複製接收類型。 | 'CosmosDbSqlApiSink' (必要) |
writeBehavior | 描述如何將數據寫入 Azure Cosmos DB。 Type:string (或 expression with resultType string) 。 允許的值:insert 和 upsert。 | 任何 |
CosmosDbSqlApiSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
detectDatetime | 是否將基本值偵測為 datetime 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
pageSize | 結果的頁面大小。 類型:integer (或 expression with resultType integer) 。 | 任何 |
preferredRegions | 慣用的區域。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
查詢 | SQL API 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'CosmosDbSqlApiSource' (必要) |
CouchbaseSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'CouchbaseSource' (必要) |
CredentialReference
名字 | 描述 | 價值 |
---|---|---|
referenceName | 參考認證名稱。 | 字串 (必要) |
類型 | 認證參考類型。 | 'CredentialReference' (必要) |
CustomActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'Custom' (必要) |
typeProperties | 自訂活動屬性。 | CustomActivityTypeProperties (必要) |
CustomActivityReferenceObject
名字 | 描述 | 價值 |
---|---|---|
數據 | 數據集參考。 | DatasetReference[] |
linkedServices | 鏈接的服務參考。 | LinkedServiceReference[] |
CustomActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
autoUserSpecification | 使用者的提高許可權層級和範圍,預設值為非系統管理員工作。 Type:string (或 expression with resultType double) 的表達式。 | 任何 |
命令 | 自定義活動類型的命令:string (或 expression with resultType string)。 | 任何 (必要) |
extendedProperties | 使用者定義的屬性包。 對可以使用的索引鍵或值沒有任何限制。 使用者指定的自定義活動完全負責取用和解譯定義的內容。 | CustomActivityTypePropertiesExtendedProperties |
folderPath | 資源文件的資料夾路徑 類型:string (或 expression with resultType string)。 | 任何 |
referenceObjects | 參考物件 | CustomActivityReferenceObject |
resourceLinkedService | 資源連結服務參考。 | LinkedServiceReference |
retentionTimeInDays | 針對自訂活動提交的檔案保留時間。 類型:double(或 expressionType double 的運算式)。 | 任何 |
CustomActivityTypePropertiesExtendedProperties
名字 | 描述 | 價值 |
---|
DatabricksNotebookActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'DatabricksNotebook' (必要) |
typeProperties | Databricks Notebook 活動屬性。 | DatabricksNotebookActivityTypeProperties (必要) |
DatabricksNotebookActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
baseParameters | 要用於此作業每個回合的基底參數。如果筆記本採用未指定的參數,則會使用筆記本中的預設值。 | DatabricksNotebookActivityTypePropertiesBaseParameters |
圖書館 | 要安裝在將執行作業之叢集上的連結庫清單。 | DatabricksNotebookActivityTypePropertiesLibrariesItem[] |
notebookPath | 要在 Databricks 工作區中執行的筆記本絕對路徑。 此路徑的開頭必須是斜線。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DatabricksNotebookActivityTypePropertiesBaseParameters
名字 | 描述 | 價值 |
---|
DatabricksNotebookActivityTypePropertiesLibrariesItem
名字 | 描述 | 價值 |
---|
DatabricksSparkJarActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'DatabricksSparkJar' (必要) |
typeProperties | Databricks SparkJar 活動屬性。 | DatabricksSparkJarActivityTypeProperties (必要) |
DatabricksSparkJarActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖書館 | 要安裝在將執行作業之叢集上的連結庫清單。 | DatabricksSparkJarActivityTypePropertiesLibrariesItem[] |
mainClassName | 類別的完整名稱,其中包含要執行的主要方法。 這個類別必須包含在提供做為連結庫的 JAR 中。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
參數 | 將傳遞至 main 方法的參數。 | any[] |
DatabricksSparkJarActivityTypePropertiesLibrariesItem
名字 | 描述 | 價值 |
---|
DatabricksSparkPythonActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'DatabricksSparkPython' (必要) |
typeProperties | Databricks SparkPython 活動屬性。 | DatabricksSparkPythonActivityTypeProperties (必要) |
DatabricksSparkPythonActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖書館 | 要安裝在將執行作業之叢集上的連結庫清單。 | DatabricksSparkPythonActivityTypePropertiesLibrariesItem[] |
參數 | 將傳遞至 Python 檔案的命令行參數。 | any[] |
pythonFile | 要執行的 Python 檔案 URI。 支援 DBFS 路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DatabricksSparkPythonActivityTypePropertiesLibrariesItem
名字 | 描述 | 價值 |
---|
DataFlowReference
名字 | 描述 | 價值 |
---|---|---|
datasetParameters | 從數據集參考數據流參數。 | 任何 |
參數 | 數據流參數 | ParameterValueSpecification |
referenceName | 參考數據流名稱。 | 字串 (必要) |
類型 | 數據流參考類型。 | 'DataFlowReference' (必要) |
DataFlowStagingInfo
名字 | 描述 | 價值 |
---|---|---|
folderPath | 暫存 Blob 的資料夾路徑。 類型:string (或 expression with resultType string) | 任何 |
linkedService | 暫存連結服務參考。 | LinkedServiceReference |
DataLakeAnalyticsUsqlActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'DataLakeAnalyticsU-SQL' (必要) |
typeProperties | Data Lake Analytics U-SQL 活動屬性。 | DataLakeAnalyticsUsqlActivityTypeProperties (必要) |
DataLakeAnalyticsUsqlActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
compilationMode | U-SQL 的編譯模式。 必須是下列其中一個值:Semantic、Full 和SingleBox。 Type:string (或 expression with resultType string) 。 | 任何 |
degreeOfParallelism | 用來執行作業的節點數目上限。 預設值為 1。 類型:integer(或 Expression 含 resultType 整數的運算式),最小值:1。 | 任何 |
參數 | U-SQL 作業要求的參數。 | DataLakeAnalyticsUsqlActivityTypePropertiesParameters |
優先權 | 決定應該先選取已排入佇列的所有作業,以執行。 數位越低,優先順序越高。 預設值為 1000。 類型:integer(或 Expression 含 resultType 整數的運算式),最小值:1。 | 任何 |
runtimeVersion | 要使用的U-SQL引擎運行時間版本。 Type:string (或 expression with resultType string) 。 | 任何 |
scriptLinkedService | 編寫連結服務參考的腳本。 | LinkedServiceReference (必要) |
scriptPath | 包含U-SQL 文稿之資料夾的區分大小寫路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DataLakeAnalyticsUsqlActivityTypePropertiesParameters
名字 | 描述 | 價值 |
---|
DatasetReference
名字 | 描述 | 價值 |
---|---|---|
參數 | 數據集的自變數。 | ParameterValueSpecification |
referenceName | 參考數據集名稱。 | 字串 (必要) |
類型 | 數據集參考類型。 | 'DatasetReference' (必要) |
Db2Source
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'Db2Source' (必要) |
DeleteActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'Delete' (必要) |
typeProperties | 刪除活動屬性。 | DeleteActivityTypeProperties (必要) |
DeleteActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
數據 | 刪除活動數據集參考。 | DatasetReference (必要) |
enableLogging | 是否要記錄刪除活動執行的詳細記錄。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
logStorageSettings | 當 enableLogging 為 true 時,客戶必須提供記錄記憶體設定。 | LogStorageSettings |
maxConcurrentConnections | 同時連接數據源的最大並行連線。 | int 約束: 最小值 = 1 |
遞歸的 | 如果為 true,則會以遞歸方式刪除目前資料夾路徑下的檔案或子資料夾。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
storeSettings | 刪除活動存放區設定。 | StoreReadSettings |
DelimitedTextReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
skipLineCount | 指出從輸入檔案讀取資料時要略過的非空白數據列數目。 類型:integer (或 expression with resultType integer) 。 | 任何 |
類型 | 讀取設定類型。 | 'DelimitedTextReadSettings' (必要) |
DelimitedTextReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
skipLineCount | 指出從輸入檔案讀取資料時要略過的非空白數據列數目。 類型:integer (或 expression with resultType integer) 。 | 任何 |
類型 | 讀取設定類型。 | 字串 (必要) |
DelimitedTextSink
名字 | 描述 | 價值 |
---|---|---|
formatSettings | DelimitedText 格式設定。 | DelimitedTextWriteSettings |
storeSettings | DelimitedText 存放區設定。 | StoreWriteSettings |
類型 | 複製接收類型。 | 'DelimitedTextSink' (必要) |
DelimitedTextSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | DelimitedText 格式設定。 | DelimitedTextReadSettings |
storeSettings | DelimitedText 存放區設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'DelimitedTextSource' (必要) |
DelimitedTextWriteSettings
名字 | 描述 | 價值 |
---|---|---|
fileExtension | 用來建立檔案的擴展名。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
fileNamePrefix | <fileNamePrefix>_<fileIndex>指定檔名模式。從不含 partitionOptions 的非檔案存放區複製時,<fileExtension>。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
quoteAllText | 指出字串值是否一律以引號括住。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 寫入設定類型。 | 字串 (必要) |
DistcpSettings
名字 | 描述 | 價值 |
---|---|---|
distcpOptions | 指定 Distcp 選項。 Type:string (或 expression with resultType string) 。 | 任何 |
resourceManagerEndpoint | 指定 Yarn ResourceManager 端點。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
tempScriptPath | 指定將用來儲存暫存 Distcp 命令腳本的現有資料夾路徑。 腳本檔案是由ADF產生,將在複製作業完成後移除。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DocumentDbCollectionSink
名字 | 描述 | 價值 |
---|---|---|
nestingSeparator | 巢狀屬性分隔符。 預設值為 。 (點)。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'DocumentDbCollectionSink' (必要) |
writeBehavior | 描述如何將數據寫入 Azure Cosmos DB。 Type:string (或 expression with resultType string) 。 允許的值:insert 和 upsert。 | 任何 |
DocumentDbCollectionSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
nestingSeparator | 巢狀屬性分隔符。 Type:string (或 expression with resultType string) 。 | 任何 | ||
查詢 | 文件查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'DocumentDbCollectionSource' (必要) |
DrillSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'DrillSource' (必要) |
DWCopyCommandDefaultValue
名字 | 描述 | 價值 |
---|---|---|
columnName | 數據行名稱。 Type: object (或 Expression with resultType string)。 | 任何 |
defaultValue | 數據行的預設值。 Type: object (或 Expression with resultType string)。 | 任何 |
DWCopyCommandSettings
名字 | 描述 | 價值 |
---|---|---|
additionalOptions | 直接在複製命令中傳遞至 SQL DW 的其他選項。 類型:索引鍵值組(值應該是字串類型)(或具有 resultType 物件的 Expression)。 範例:“additionalOptions”: { “MAXERRORS”: “1000”, “DATEFORMAT”: “'ymd'” } | DWCopyCommandSettingsAdditionalOptions |
defaultValues | 指定 SQL DW 中每個目標資料行的預設值。 屬性中的預設值會覆寫 DB 中設定的 DEFAULT 條件約束,而標識列不能有預設值。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | DWCopyCommandDefaultValue[] |
DWCopyCommandSettingsAdditionalOptions
名字 | 描述 | 價值 |
---|
DynamicsAXSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
httpRequestTimeout | 要取得 HTTP 回應的逾時 (TimeSpan)。 這是取得回應的逾時,而不是讀取響應數據的逾時。 默認值:00:05:00。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'DynamicsAXSource' (必要) |
DynamicsCrmSink
名字 | 描述 | 價值 |
---|---|---|
alternateKeyName | 替代索引鍵的邏輯名稱,會在更新插入記錄時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
ignoreNullValues | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製接收類型。 | 'DynamicsCrmSink' (必要) |
writeBehavior | 作業的寫入行為。 | 'Upsert' (必要) |
DynamicsCrmSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | FetchXML 是一種專屬的查詢語言,用於 Microsoft Dynamics CRM(在線 & 內部部署)。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'DynamicsCrmSource' (必要) |
DynamicsSink
名字 | 描述 | 價值 |
---|---|---|
alternateKeyName | 替代索引鍵的邏輯名稱,會在更新插入記錄時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
ignoreNullValues | 旗標,指出寫入作業期間是否忽略輸入數據集的 Null 值(索引鍵欄位除外)。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製接收類型。 | 'DynamicsSink' (必要) |
writeBehavior | 作業的寫入行為。 | 'Upsert' (必要) |
DynamicsSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | FetchXML 是一種專屬的查詢語言,用於 Microsoft Dynamics(在線 & 內部部署)。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'DynamicsSource' (必要) |
EloquaSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'EloquaSource' (必要) |
ExcelSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
storeSettings | Excel 市集設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'ExcelSource' (必要) |
ExecuteDataFlowActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'ExecuteDataFlow' (必要) |
typeProperties | 執行數據流活動屬性。 | ExecuteDataFlowActivityTypeProperties (必要) |
ExecuteDataFlowActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
計算 | 數據流活動的計算屬性。 | ExecuteDataFlowActivityTypePropertiesCompute |
continuationSettings | 執行數據流活動的接續設定。 | ContinuationSettingsReference |
continueOnError | 繼續執行用於數據流執行的錯誤設定。 如果接收失敗,可讓處理繼續。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
dataFlow | 數據流參考。 | DataFlowReference (必要) |
integrationRuntime | 整合運行時間參考。 | IntegrationRuntimeReference |
runConcurrently | 用於數據流執行的並行執行設定。 允許同時處理具有相同儲存順序的接收。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
sourceStagingConcurrency | 指定適用於接收之來源的平行暫存數目。 類型:integer(或 expression 含 resultType 整數的運算式) | 任何 |
分期 | 執行數據流活動的暫存資訊。 | DataFlowStagingInfo |
traceLevel | 用於數據流監視輸出的追蹤層級設定。 支援的值為:『粗略』、『fine』和 『none』。 類型:string (或 expression with resultType string) | 任何 |
ExecuteDataFlowActivityTypePropertiesCompute
名字 | 描述 | 價值 |
---|---|---|
computeType | 將執行數據流作業之叢集的計算類型。 可能的值包括:『General』、『MemoryOptimized』、『ComputeOptimized』。 類型:string (或 expression with resultType string) | 任何 |
coreCount | 將執行數據流作業之叢集的核心計數。 支援的值為:8、16、32、48、80、144 和 272。 類型:integer(或 expression 含 resultType 整數的運算式) | 任何 |
ExecutePipelineActivity
名字 | 描述 | 價值 |
---|---|---|
政策 | 執行管線活動原則。 | ExecutePipelineActivityPolicy |
類型 | 活動類型。 | 'ExecutePipeline' (必要) |
typeProperties | 執行管線活動屬性。 | ExecutePipelineActivityTypeProperties (必要) |
ExecutePipelineActivityPolicy
名字 | 描述 | 價值 |
---|---|---|
secureInput | 當設定為 true 時,來自活動的輸入會被視為安全,且不會記錄到監視。 | bool |
ExecutePipelineActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
參數 | 管線參數。 | ParameterValueSpecification |
管道 | 管線參考。 | PipelineReference (必要) |
waitOnCompletion | 定義活動執行是否會等候相依管線執行完成。 默認值為 false。 | bool |
ExecutePowerQueryActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
計算 | 數據流活動的計算屬性。 | ExecuteDataFlowActivityTypePropertiesCompute |
continuationSettings | 執行數據流活動的接續設定。 | ContinuationSettingsReference |
continueOnError | 繼續執行用於數據流執行的錯誤設定。 如果接收失敗,可讓處理繼續。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
dataFlow | 數據流參考。 | DataFlowReference (必要) |
integrationRuntime | 整合運行時間參考。 | IntegrationRuntimeReference |
查詢 | Power Query 混搭查詢對應至接收數據集的清單。 | PowerQuerySinkMapping[] |
runConcurrently | 用於數據流執行的並行執行設定。 允許同時處理具有相同儲存順序的接收。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
匯 | (已被取代。請使用查詢)。 對應至 queryName 的 Power Query 活動接收清單。 | ExecutePowerQueryActivityTypePropertiesSinks |
sourceStagingConcurrency | 指定適用於接收之來源的平行暫存數目。 類型:integer(或 expression 含 resultType 整數的運算式) | 任何 |
分期 | 執行數據流活動的暫存資訊。 | DataFlowStagingInfo |
traceLevel | 用於數據流監視輸出的追蹤層級設定。 支援的值為:『粗略』、『fine』和 『none』。 類型:string (或 expression with resultType string) | 任何 |
ExecutePowerQueryActivityTypePropertiesSinks
名字 | 描述 | 價值 |
---|
ExecuteSsisPackageActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'ExecuteSSISPackage' (必要) |
typeProperties | 執行 SSIS 套件活動屬性。 | ExecuteSsisPackageActivityTypeProperties (必要) |
ExecuteSsisPackageActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
connectVia | 整合運行時間參考。 | IntegrationRuntimeReference (必要) |
environmentPath | 執行 SSIS 封裝的環境路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
executionCredential | 封裝執行認證。 | SsisExecutionCredential |
loggingLevel | SSIS 封裝執行的記錄層級。 Type:string (或 expression with resultType string) 。 | 任何 |
logLocation | SSIS 套件執行記錄檔位置。 | SsisLogLocation |
packageConnectionManagers | 要執行 SSIS 封裝的封裝層級連接管理員。 | ExecuteSsisPackageActivityTypePropertiesPackageConnectionManagers |
packageLocation | SSIS 套件位置。 | SsisPackageLocation (必要) |
packageParameters | 要執行 SSIS 封裝的封裝層級參數。 | ExecuteSsisPackageActivityTypePropertiesPackageParameters |
projectConnectionManagers | 要執行 SSIS 封裝的專案層級連接管理員。 | ExecuteSsisPackageActivityTypePropertiesProjectConnectionManagers |
projectParameters | 要執行 SSIS 封裝的專案層級參數。 | ExecuteSsisPackageActivityTypePropertiesProjectParameters |
propertyOverrides | 屬性會覆寫以執行 SSIS 封裝。 | ExecuteSsisPackageActivityTypePropertiesPropertyOverrides |
運行 | 指定要執行 SSIS 封裝的運行時間。 此值應該是 「x86」 或 「x64」。 Type:string (或 expression with resultType string) 。 | 任何 |
ExecuteSsisPackageActivityTypePropertiesPackageConnectionManagers
名字 | 描述 | 價值 |
---|
ExecuteSsisPackageActivityTypePropertiesPackageParameters
名字 | 描述 | 價值 |
---|
ExecuteSsisPackageActivityTypePropertiesProjectConnectionManagers
名字 | 描述 | 價值 |
---|
ExecuteSsisPackageActivityTypePropertiesProjectParameters
名字 | 描述 | 價值 |
---|
ExecuteSsisPackageActivityTypePropertiesPropertyOverrides
名字 | 描述 | 價值 |
---|
ExecuteWranglingDataflowActivity
名字 | 描述 | 價值 |
---|---|---|
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'ExecuteWranglingDataflow' (必要) |
typeProperties | 執行 power query 活動屬性。 | ExecutePowerQueryActivityTypeProperties (必要) |
表達
名字 | 描述 | 價值 |
---|---|---|
類型 | 表達式類型。 | 'Expression' (必要) |
價值 | 表達式值。 | 字串 (必要) |
ExpressionV2
名字 | 描述 | 價值 |
---|---|---|
操作 | 巢狀表達式的清單。 | ExpressionV2[] |
運營商 | 表達式運算子值類型:字串清單。 | string[] |
類型 | 系統支援的表達式類型。 類型:字串。 | 'Binary' 'Constant' 'Field' 'NAry' '一元' |
價值 | 常數/欄位類型的值:字串。 | 字串 |
FailActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'Fail' (必要) |
typeProperties | 失敗活動屬性。 | FailActivityTypeProperties (必要) |
FailActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
errorCode | 錯誤碼,分類失敗活動的錯誤類型。 它可以是運行時間評估為非空白/空白字串的動態內容。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
消息 | 失敗活動中浮出水面的錯誤訊息。 它可以是運行時間評估為非空白/空白字串的動態內容。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
FileServerReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileFilter | 指定篩選條件,以用來選取 folderPath 中的檔案子集,而不是所有檔案。 Type:string (或 expression with resultType string) 。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'FileServerReadSettings' (必要) |
wildcardFileName | FileServer 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | FileServer 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
FileServerWriteSettings
名字 | 描述 | 價值 |
---|---|---|
類型 | 寫入設定類型。 | 'FileServerWriteSettings' (必要) |
FileSystemSink
名字 | 描述 | 價值 |
---|---|---|
copyBehavior | 複製接收的複製行為類型。 | 任何 |
類型 | 複製接收類型。 | 'FileSystemSink' (必要) |
FileSystemSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製來源類型。 | 'FileSystemSource' (必要) |
FilterActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'Filter' (必要) |
typeProperties | 篩選活動屬性。 | FilterActivityTypeProperties (必要) |
FilterActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
條件 | 用於篩選輸入的條件。 | 表示式 (必要) |
專案 | 應套用篩選的輸入陣列。 | 表示式 (必要) |
ForEachActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'ForEach' (必要) |
typeProperties | ForEach 活動屬性。 | ForEachActivityTypeProperties (必要) |
ForEachActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
活動 | 要執行的活動清單。 | 活動[] (必要) |
batchCount | 用於控制平行執行的批次計數(當 isSequential 設定為 false 時)。 | int 約束: 最大值 = 50 |
isSequential | 循環應該以序列或平行方式執行 (最大值 50) | bool |
專案 | 要反覆運算的集合。 | 表示式 (必要) |
FormatReadSettings
名字 | 描述 | 價值 |
---|---|---|
類型 | 針對 binaryReadSettings 類型 設定為 'BinaryReadSettings',。 將 設為 'DelimitedTextReadSettings' 類型 DelimitedTextReadSettings。 針對 jsonReadSettings 類型 設定為 'JsonReadSettings',。 針對 ParquetReadSettings 類型設定為 'ParquetReadSettings',。 針對 xmlReadSettings 類型設定為 『XmlReadSettings』,。 | 'BinaryReadSettings' 'DelimitedTextReadSettings' 'JsonReadSettings' 'ParquetReadSettings' 'XmlReadSettings' (必要) |
FtpReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
disableChunking | 如果為 true,請停用每個檔案內的平行讀取。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'FtpReadSettings' (必要) |
useBinaryTransfer | 指定是否要使用 FTP 存放區的二進位傳輸模式。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
wildcardFileName | Ftp 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Ftp 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
GetMetadataActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'GetMetadata' (必要) |
typeProperties | GetMetadata 活動屬性。 | GetMetadataActivityTypeProperties (必要) |
GetMetadataActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
數據 | GetMetadata 活動數據集參考。 | DatasetReference (必要) |
fieldList | 要從數據集取得的元數據欄位。 | any[] |
formatSettings | GetMetadata 活動格式設定。 | FormatReadSettings |
storeSettings | GetMetadata 活動存放區設定。 | StoreReadSettings |
GoogleAdWordsSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'GoogleAdWordsSource' (必要) |
GoogleBigQuerySource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'GoogleBigQuerySource' (必要) |
GoogleBigQueryV2Source
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'GoogleBigQueryV2Source' (必要) |
GoogleCloudStorageReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
前綴 | Google Cloud Storage 物件名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'GoogleCloudStorageReadSettings' (必要) |
wildcardFileName | Google Cloud Storage 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Google Cloud Storage 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
GreenplumSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'GreenplumSource' (必要) |
HBaseSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'HBaseSource' (必要) |
HdfsReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
distcpSettings | 指定 Distcp 相關設定。 | DistcpSettings |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'HdfsReadSettings' (必要) |
wildcardFileName | HDFS 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | HDFS 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
HdfsSource
名字 | 描述 | 價值 |
---|---|---|
distcpSettings | 指定 Distcp 相關設定。 | DistcpSettings |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製來源類型。 | 'HdfsSource' (必要) |
HDInsightHiveActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'HDInsightHive' (必要) |
typeProperties | HDInsight Hive 活動屬性。 | HDInsightHiveActivityTypeProperties (必要) |
HDInsightHiveActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
參數 | 使用者指定的 HDInsightActivity 自變數。 | any[] |
定義 | 允許使用者指定Hive作業要求的定義。 | HDInsightHiveActivityTypePropertiesDefines |
getDebugInfo | 偵錯資訊選項。 | 'Always' 'Failure' 'None' |
queryTimeout | 查詢逾時值 (以分鐘為單位)。 當 HDInsight 叢集使用 ESP 時有效(企業安全性套件) | int |
scriptLinkedService | 編寫連結服務參考的腳本。 | LinkedServiceReference |
scriptPath | 腳本路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
storageLinkedServices | 記憶體連結服務參考。 | LinkedServiceReference[] |
變數 | hivevar 命名空間下的使用者指定自變數。 | HDInsightHiveActivityTypePropertiesVariables |
HDInsightHiveActivityTypePropertiesDefines
名字 | 描述 | 價值 |
---|
HDInsightHiveActivityTypePropertiesVariables
名字 | 描述 | 價值 |
---|
HDInsightMapReduceActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'HDInsightMapReduce' (必要) |
typeProperties | HDInsight MapReduce 活動屬性。 | HDInsightMapReduceActivityTypeProperties (必要) |
HDInsightMapReduceActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
參數 | 使用者指定的 HDInsightActivity 自變數。 | any[] |
className | 類別名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
定義 | 允許使用者指定 MapReduce 作業要求的定義。 | HDInsightMapReduceActivityTypePropertiesDefines |
getDebugInfo | 偵錯資訊選項。 | 'Always' 'Failure' 'None' |
jarFilePath | Jar 路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
jarLibs | Jar libs。 | any[] |
jarLinkedService | Jar 連結服務參考。 | LinkedServiceReference |
storageLinkedServices | 記憶體連結服務參考。 | LinkedServiceReference[] |
HDInsightMapReduceActivityTypePropertiesDefines
名字 | 描述 | 價值 |
---|
HDInsightPigActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'HDInsightPig' (必要) |
typeProperties | HDInsight Pig 活動屬性。 | HDInsightPigActivityTypeProperties (必要) |
HDInsightPigActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
參數 | 使用者指定的 HDInsightActivity 自變數。 類型:array(或 expression with resultType array 的 Expression)。 | 任何 |
定義 | 允許使用者指定 Pig 作業要求的定義。 | HDInsightPigActivityTypePropertiesDefines |
getDebugInfo | 偵錯資訊選項。 | 'Always' 'Failure' 'None' |
scriptLinkedService | 編寫連結服務參考的腳本。 | LinkedServiceReference |
scriptPath | 腳本路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
storageLinkedServices | 記憶體連結服務參考。 | LinkedServiceReference[] |
HDInsightPigActivityTypePropertiesDefines
名字 | 描述 | 價值 |
---|
HDInsightSparkActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'HDInsightSpark' (必要) |
typeProperties | HDInsight Spark 活動屬性。 | HDInsightSparkActivityTypeProperties (必要) |
HDInsightSparkActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
參數 | HDInsightSparkActivity 的使用者指定自變數。 | any[] |
className | 應用程式的 Java/Spark 主要類別。 | 字串 |
entryFilePath | 要執行之程式代碼/套件根資料夾的相對路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
getDebugInfo | 偵錯資訊選項。 | 'Always' 'Failure' 'None' |
proxyUser | 要模擬該作業的使用者。 Type:string (或 expression with resultType string) 。 | 任何 |
rootPath | 所有作業檔案之 'sparkJobLinkedService' 中的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
sparkConfig | Spark 組態屬性。 | HDInsightSparkActivityTypePropertiesSparkConfig |
sparkJobLinkedService | 用於上傳專案檔案和相依性的記憶體連結服務,以及用於接收記錄。 | LinkedServiceReference |
HDInsightSparkActivityTypePropertiesSparkConfig
名字 | 描述 | 價值 |
---|
HDInsightStreamingActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'HDInsightStreaming' (必要) |
typeProperties | HDInsight 串流活動屬性。 | HDInsightStreamingActivityTypeProperties (必要) |
HDInsightStreamingActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
參數 | 使用者指定的 HDInsightActivity 自變數。 | any[] |
combiner | 合併器可執行檔名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
commandEnvironment | 命令行環境值。 | any[] |
定義 | 允許使用者指定串流作業要求的定義。 | HDInsightStreamingActivityTypePropertiesDefines |
fileLinkedService | 檔案所在的連結服務參考。 | LinkedServiceReference |
filePaths | 串流作業檔案的路徑。 可以是目錄。 | any[] (必要) |
getDebugInfo | 偵錯資訊選項。 | 'Always' 'Failure' 'None' |
輸入 | 輸入 Blob 路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
映射 | Mapper 可執行檔名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
輸出 | 輸出 Blob 路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
還原劑 | 歸納器可執行檔名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
storageLinkedServices | 記憶體連結服務參考。 | LinkedServiceReference[] |
HDInsightStreamingActivityTypePropertiesDefines
名字 | 描述 | 價值 |
---|
HiveSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'HiveSource' (必要) |
HttpReadSettings
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
additionalHeaders | 要求中對 RESTful API 的其他 HTTP 標頭。 Type:string (或 expression with resultType string) 。 | 任何 |
requestBody | 如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 Type:string (或 expression with resultType string) 。 | 任何 |
requestMethod | 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 Type:string (或 expression with resultType string) 。 | 任何 |
requestTimeout | 指定 HTTP 用戶端從 HTTP 伺服器取得 HTTP 回應的逾時。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 讀取設定類型。 | 'HttpReadSettings' (必要) |
HttpSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
httpRequestTimeout | 指定 HTTP 用戶端從 HTTP 伺服器取得 HTTP 回應的逾時。 默認值相當於 System.Net.HttpWebRequest.Timeout。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'HttpSource' (必要) |
HubspotSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'HubspotSource' (必要) |
IcebergSink
名字 | 描述 | 價值 |
---|---|---|
formatSettings | Iceberg 格式設定。 | IcebergWriteSettings |
storeSettings | Iceberg 商店設定。 | StoreWriteSettings |
類型 | 複製接收類型。 | 冰山下水“(必要) |
IcebergWriteSettings
名字 | 描述 | 價值 |
---|---|---|
類型 | 寫入設定類型。 | 字串 (必要) |
IfConditionActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'IfCondition' (必要) |
typeProperties | IfCondition 活動屬性。 | IfConditionActivityTypeProperties (必要) |
IfConditionActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
表達 | 評估為布爾值的表達式。 這是用來判斷將執行的活動區塊(ifTrueActivities 或 ifFalseActivities)。 | 表示式 (必要) |
ifFalseActivities | 如果表達式評估為 false,要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 | 活動[] |
ifTrueActivities | 如果表達式評估為 true,要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 | 活動[] |
ImpalaSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'ImpalaSource' (必要) |
InformixSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | 開始複製之前要執行的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'InformixSink' (必要) |
InformixSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'InformixSource' (必要) |
IntegrationRuntimeReference
名字 | 描述 | 價值 |
---|---|---|
參數 | 整合運行時間的自變數。 | ParameterValueSpecification |
referenceName | 參考整合運行時間名稱。 | 字串 (必要) |
類型 | 整合運行時間的類型。 | 'IntegrationRuntimeReference' (必要) |
JiraSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'JiraSource' (必要) |
JsonReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
類型 | 讀取設定類型。 | 'JsonReadSettings' (必要) |
JsonReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
類型 | 讀取設定類型。 | 字串 (必要) |
JsonSink
名字 | 描述 | 價值 |
---|---|---|
formatSettings | Json 格式設定。 | JsonWriteSettings |
storeSettings | Json 存放區設定。 | StoreWriteSettings |
類型 | 複製接收類型。 | 'JsonSink' (必要) |
JsonSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | Json 格式設定。 | JsonReadSettings |
storeSettings | Json 存放區設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'JsonSource' (必要) |
JsonWriteSettings
名字 | 描述 | 價值 |
---|---|---|
filePattern | JSON 的檔案模式。 此設定會控制將處理 JSON 物件的集合方式。 默認值為 『setOfObjects』。 這是區分大小寫的。 | 任何 |
類型 | 寫入設定類型。 | 字串 (必要) |
LakeHouseReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'LakeHouseReadSettings' (必要) |
wildcardFileName | Microsoft Fabric LakeHouse Files 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Microsoft Fabric LakeHouse 檔案通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
LakeHouseTableSink
名字 | 描述 | 價值 |
---|---|---|
partitionNameList | 從接收數據行指定資料分割資料行名稱。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | 任何 |
partitionOption | 根據一或多個數據行,在資料夾結構中建立數據分割。 每個相異數據行值 (pair) 都會是新的分割區。 可能的值包括:「None」、“PartitionByKey” | 任何 |
tableActionOption | LakeHouse 數據表接收的數據表動作類型。 可能的值包括:「None」、“ Append” Overwrite” | 任何 |
類型 | 複製接收類型。 | 'LakeHouseTableSink' (必要) |
LakeHouseTableSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
timestampAsOf | 依時間戳查詢較舊的快照集。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'LakeHouseTableSource' (必要) |
versionAsOf | 依版本查詢較舊的快照集。 類型:integer (或 expression with resultType integer) 。 | 任何 |
LakeHouseWriteSettings
名字 | 描述 | 價值 |
---|---|---|
類型 | 寫入設定類型。 | 'LakeHouseWriteSettings' (必要) |
LinkedServiceReference
名字 | 描述 | 價值 |
---|---|---|
參數 | LinkedService 的自變數。 | ParameterValueSpecification |
referenceName | 參考 LinkedService 名稱。 | 字串 (必要) |
類型 | 連結服務參考類型。 | 'LinkedServiceReference' (必要) |
LogLocationSettings
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 記錄記憶體連結服務參考。 | LinkedServiceReference (必要) |
路徑 | 用來儲存活動執行詳細記錄的記憶體路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
LogSettings
名字 | 描述 | 價值 |
---|---|---|
copyActivityLogSettings | 指定複製活動記錄的設定。 | CopyActivityLogSettings |
enableCopyActivityLog | 指定是否啟用複製活動記錄。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
logLocationSettings | 客戶在啟用記錄時必須提供的記錄位置設定。 | LogLocationSettings (必要) |
LogStorageSettings
名字 | 描述 | 價值 |
---|---|---|
enableReliableLogging | 指定是否啟用可靠的記錄。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
linkedServiceName | 記錄記憶體連結服務參考。 | LinkedServiceReference (必要) |
logLevel | 取得或設定記錄層級、支援:資訊、警告。 Type:string (或 expression with resultType string) 。 | 任何 |
路徑 | 用來儲存活動執行詳細記錄的記憶體路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
LookupActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'Lookup' (必要) |
typeProperties | 查閱活動屬性。 | LookupActivityTypeProperties (必要) |
LookupActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
數據 | 查閱活動數據集參考。 | DatasetReference (必要) |
firstRowOnly | 是否要傳回第一個數據列或所有數據列。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
源 | 數據集特定的來源屬性,與複製活動來源相同。 | CopySource (必要) |
MagentoSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'MagentoSource' (必要) |
MariaDBSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'MariaDBSource' (必要) |
MarketoSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'MarketoSource' (必要) |
MetadataItem
名字 | 描述 | 價值 |
---|---|---|
名字 | 元數據專案索引鍵名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
價值 | 元數據專案值。 Type:string (或 expression with resultType string) 。 | 任何 |
Microsoft.DataFactory/factoryies/pipelines
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 約束: 最小長度 = 1 最大長度 = 1 模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必要) |
父母 | 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。 如需詳細資訊,請參閱 父資源外部的子資源。 |
類型資源的符號名稱:處理站 |
性能 | 管線的屬性。 | 管線(必要) |
MicrosoftAccessSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | 開始複製之前要執行的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'MicrosoftAccessSink' (必要) |
MicrosoftAccessSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'MicrosoftAccessSource' (必要) |
MongoDbAtlasSink
名字 | 描述 | 價值 |
---|---|---|
類型 | 複製接收類型。 | 'MongoDbAtlasSink' (必要) |
writeBehavior | 指定是否要覆寫具有相同索引鍵的檔(upsert),而不是擲回例外狀況(insert)。 預設值為 「insert」。 Type:string (或 expression with resultType string) 。 Type:string (或 expression with resultType string) 。 | 任何 |
MongoDbAtlasSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
batchSize | 指定要在 MongoDB Atlas 實例回應的每個批次中傳回的檔數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
cursorMethods | Mongodb 查詢的數據指標方法 | MongoDbCursorMethodsProperties | ||
濾波器 | 使用查詢運算子指定選取篩選。 若要傳回集合中的所有檔,請省略此參數或傳遞空白檔 ({})。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'MongoDbAtlasSource' (必要) |
MongoDbCursorMethodsProperties
名字 | 描述 | 價值 |
---|---|---|
限制 | 指定伺服器傳回的檔案數目上限。 limit() 類似於 SQL 資料庫中的 LIMIT 語句。 類型:integer (或 expression with resultType integer) 。 | 任何 |
專案 | 指定要在符合查詢篩選條件之檔中傳回的欄位。 若要傳回相符檔中的所有字段,請省略此參數。 Type:string (或 expression with resultType string) 。 | 任何 |
跳 | 指定略過的檔數目,以及 MongoDB 開始傳回結果的位置。 此方法在實作分頁結果方面可能很有用。 類型:integer (或 expression with resultType integer) 。 | 任何 |
排序 | 指定查詢傳回相符檔的順序。 Type:string (或 expression with resultType string) 。 Type:string (或 expression with resultType string) 。 | 任何 |
MongoDbSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 應該是 SQL-92 查詢運算式。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'MongoDbSource' (必要) |
MongoDbV2Sink
名字 | 描述 | 價值 |
---|---|---|
類型 | 複製接收類型。 | 'MongoDbV2Sink' (必要) |
writeBehavior | 指定是否要覆寫具有相同索引鍵的檔(upsert),而不是擲回例外狀況(insert)。 預設值為 「insert」。 Type:string (或 expression with resultType string) 。 Type:string (或 expression with resultType string) 。 | 任何 |
MongoDbV2Source
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
batchSize | 指定要在 MongoDB 實體回應的每個批次中傳回的檔案數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
cursorMethods | Mongodb 查詢的數據指標方法 | MongoDbCursorMethodsProperties | ||
濾波器 | 使用查詢運算子指定選取篩選。 若要傳回集合中的所有檔,請省略此參數或傳遞空白檔 ({})。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'MongoDbV2Source' (必要) |
MySqlSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'MySqlSource' (必要) |
NetezzaPartitionSettings
名字 | 描述 | 價值 |
---|---|---|
partitionColumnName | 整數類型中的數據行名稱,將用於繼續範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionUpperBound | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
NetezzaSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
partitionOption | 將用於 Netezza 平行讀取的數據分割機制。 可能的值包括:「None」、“DataSlice”、“DynamicRange”。 | 任何 | ||
partitionSettings | 將用於 Netezza 來源資料分割的設定。 | NetezzaPartitionSettings | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'NetezzaSource' (必要) |
NotebookParameter
名字 | 描述 | 價值 |
---|---|---|
類型 | Notebook 參數類型。 | 'bool' 'float' 'int' 'string' |
價值 | Notebook 參數值。 Type:string (或 expression with resultType string) 。 | 任何 |
ODataSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
httpRequestTimeout | 要取得 HTTP 回應的逾時 (TimeSpan)。 這是取得回應的逾時,而不是讀取響應數據的逾時。 默認值:00:05:00。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
查詢 | OData 查詢。 例如,“$top=1”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'ODataSource' (必要) |
OdbcSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | 開始複製之前要執行的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'OdbcSink' (必要) |
OdbcSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'OdbcSource' (必要) |
Office365Source
名字 | 描述 | 價值 |
---|---|---|
allowedGroups | 包含所有使用者的群組。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
dateFilterColumn | 要套用 <paramref name=“StartTime”/> 和 <paramref name=“EndTime”/>的數據行。 Type:string (或 expression with resultType string) 。 | 任何 |
endTime | 此數據集所要求範圍的結束時間。 Type:string (或 expression with resultType string) 。 | 任何 |
outputColumns | 要從 Office 365 數據表讀取的數據行。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 itemType:OutputColumn。 範例: [ { “name”: “Id” }, { “name”: “CreatedDateTime” } ] | 任何 |
startTime | 此數據集所要求範圍的開始時間。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'Office365Source' (必要) |
userScopeFilterUri | 用戶範圍 URI。 Type:string (或 expression with resultType string) 。 | 任何 |
OracleCloudStorageReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
前綴 | Oracle Cloud Storage 物件名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'OracleCloudStorageReadSettings' (必要) |
wildcardFileName | Oracle Cloud Storage 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Oracle Cloud Storage 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
OraclePartitionSettings
名字 | 描述 | 價值 |
---|---|---|
partitionColumnName | 整數類型中的數據行名稱,將用於繼續範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionNames | Oracle 數據表的實體分割區名稱。 | 任何 |
partitionUpperBound | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
OracleServiceCloudSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'OracleServiceCloudSource' (必要) |
OracleSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'OracleSink' (必要) |
OracleSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
oracleReaderQuery | Oracle 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Oracle 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 | 任何 | ||
partitionSettings | 將用於 Oracle 來源數據分割的設定。 | OraclePartitionSettings | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'OracleSource' (必要) |
OrcSink
名字 | 描述 | 價值 |
---|---|---|
formatSettings | ORC 格式設定。 | OrcWriteSettings |
storeSettings | ORC 存放區設定。 | StoreWriteSettings |
類型 | 複製接收類型。 | 'OrcSink' (必要) |
OrcSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
storeSettings | ORC 存放區設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'OrcSource' (必要) |
OrcWriteSettings
名字 | 描述 | 價值 |
---|---|---|
fileNamePrefix | <fileNamePrefix>_<fileIndex>指定檔名模式。從不含 partitionOptions 的非檔案存放區複製時,<fileExtension>。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
類型 | 寫入設定類型。 | 字串 (必要) |
ParameterDefinitionSpecification
名字 | 描述 | 價值 |
---|
ParameterSpecification
名字 | 描述 | 價值 |
---|---|---|
defaultValue | 參數的預設值。 | 任何 |
類型 | 參數類型。 | 'Array' 'Bool' 'Float' 'Int' 'Object' 'SecureString' 'String' (必要) |
ParameterValueSpecification
名字 | 描述 | 價值 |
---|
ParameterValueSpecification
名字 | 描述 | 價值 |
---|
ParameterValueSpecification
名字 | 描述 | 價值 |
---|
ParameterValueSpecification
名字 | 描述 | 價值 |
---|
ParameterValueSpecification
名字 | 描述 | 價值 |
---|
ParquetReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
類型 | 讀取設定類型。 | 'ParquetReadSettings' (必要) |
ParquetReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
類型 | 讀取設定類型。 | 字串 (必要) |
ParquetSink
名字 | 描述 | 價值 |
---|---|---|
formatSettings | Parquet 格式設定。 | ParquetWriteSettings |
storeSettings | Parquet 存放區設定。 | StoreWriteSettings |
類型 | 複製接收類型。 | 'ParquetSink' (必要) |
ParquetSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | Parquet 格式設定。 | ParquetReadSettings |
storeSettings | Parquet 存放區設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'ParquetSource' (必要) |
ParquetWriteSettings
名字 | 描述 | 價值 |
---|---|---|
fileNamePrefix | <fileNamePrefix>_<fileIndex>指定檔名模式。從不含 partitionOptions 的非檔案存放區複製時,<fileExtension>。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
類型 | 寫入設定類型。 | 字串 (必要) |
PaypalSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'PaypalSource' (必要) |
PhoenixSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'PhoenixSource' (必要) |
管道
名字 | 描述 | 價值 |
---|---|---|
活動 | 管線中的活動清單。 | 活動[] |
附註 | 可用於描述管線的標記清單。 | any[] |
併發 | 管線的並行執行數目上限。 | int 約束: 最小值 = 1 |
描述 | 管線的描述。 | 字串 |
資料夾 | 此管線位於的資料夾。 如果未指定,管線將會出現在根層級。 | PipelineFolder |
參數 | 管線的參數清單。 | ParameterDefinitionSpecification |
政策 | 管線原則。 | PipelinePolicy |
runDimensions | 管線發出的維度。 | PipelineRunDimensions |
變數 | 管線的變數清單。 | VariableDefinitionSpecification |
PipelineElapsedTimeMetricPolicy
名字 | 描述 | 價值 |
---|---|---|
期間 | TimeSpan 值,之後就會引發 Azure 監視計量。 | 任何 |
PipelineFolder
名字 | 描述 | 價值 |
---|---|---|
名字 | 此管線位於的資料夾名稱。 | 字串 |
PipelinePolicy
名字 | 描述 | 價值 |
---|---|---|
elapsedTimeMetric | Pipeline ElapsedTime 計量原則。 | PipelineElapsedTimeMetricPolicy |
PipelineReference
名字 | 描述 | 價值 |
---|---|---|
名字 | 參考名稱。 | 字串 |
referenceName | 參考管線名稱。 | 字串 (必要) |
類型 | 管線參考類型。 | 'PipelineReference' (必要) |
PipelineRunDimensions
名字 | 描述 | 價值 |
---|
PolybaseSettings
名字 | 描述 | 價值 |
---|---|---|
rejectSampleValue | 決定在 PolyBase 重新計算拒絕數據列百分比之前嘗試擷取的數據列數目。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
rejectType | 拒絕類型。 | 'percentage' 'value' |
rejectValue | 指定查詢失敗前可以拒絕的數據列值或百分比。 類型:number (或具有 resultType number 的運算式),最小值:0。 | 任何 |
useTypeDefault | 指定當 PolyBase 從文字檔擷取數據時,如何處理分隔文本檔中的遺漏值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
PostgreSqlSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'PostgreSqlSource' (必要) |
PostgreSqlV2Source
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'PostgreSqlV2Source' (必要) |
PowerQuerySink
名字 | 描述 | 價值 |
---|---|---|
數據 | 數據集參考。 | DatasetReference |
描述 | 轉換描述。 | 字串 |
flowlet | Flowlet 參考 | DataFlowReference |
linkedService | 鏈接的服務參考。 | LinkedServiceReference |
名字 | 轉換名稱。 | 字串 (必要) |
rejectedDataLinkedService | 拒絕的數據連結服務參考。 | LinkedServiceReference |
schemaLinkedService | 架構連結服務參考。 | LinkedServiceReference |
腳本 | 接收腳本。 | 字串 |
PowerQuerySinkMapping
名字 | 描述 | 價值 |
---|---|---|
dataflowSinks | 對應至 Power Query 混搭查詢的接收清單。 | PowerQuerySink[] |
queryName | Power Query 混搭文件中查詢的名稱。 | 字串 |
PrestoSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'PrestoSource' (必要) |
QuickBooksSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'QuickBooksSource' (必要) |
RedirectIncompatibleRowSettings
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 用來重新導向不相容數據列的 Azure 記憶體、記憶體 SAS 或 Azure Data Lake Store 連結服務的名稱。 如果指定 redirectIncompatibleRowSettings,則必須指定 。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
路徑 | 用來儲存重新導向不相容數據列數據的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
RedshiftUnloadSettings
名字 | 描述 | 價值 |
---|---|---|
bucketName | 暫存 Amazon S3 的貯體,用來儲存從 Amazon Redshift 來源卸除的數據。 貯體必須位於與 Amazon Redshift 來源相同的區域中。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
s3LinkedServiceName | 從 Amazon Redshift 來源複製時,將用於卸載作業的 Amazon S3 連結服務名稱。 | LinkedServiceReference (必要) |
RelationalSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'RelationalSource' (必要) |
ResponsysSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'ResponsysSource' (必要) |
RestSink
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalHeaders | 要求中對 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組(值應該是字串類型)。 | 任何 | ||
httpCompressionType | 使用最佳壓縮層級以壓縮格式傳送數據的 Http 壓縮類型,預設值為 None。 唯一支持的選項是 Gzip。 Type:string (或 expression with resultType string) 。 | 任何 | ||
httpRequestTimeout | 要取得 HTTP 回應的逾時 (TimeSpan)。 這是取得回應的逾時,而不是讀取響應數據的逾時。 默認值:00:01:40。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
requestInterval | 傳送下一個要求之前等待的時間,以毫秒為單位 | 任何 | ||
requestMethod | 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 POST。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製接收類型。 | 'RestSink' (必要) |
RestSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 類型:索引鍵值組(值應該是字串類型)。 | 任何 | ||
additionalHeaders | 要求中對 RESTful API 的其他 HTTP 標頭。 Type:string (或 expression with resultType string) 。 | 任何 | ||
httpRequestTimeout | 要取得 HTTP 回應的逾時 (TimeSpan)。 這是取得回應的逾時,而不是讀取響應數據的逾時。 默認值:00:01:40。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
paginationRules | 撰寫下一頁要求的分頁規則。 Type:string (或 expression with resultType string) 。 | 任何 | ||
requestBody | 如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 Type:string (或 expression with resultType string) 。 | 任何 | ||
requestInterval | 傳送下一個頁面要求之前等候的時間。 | 任何 | ||
requestMethod | 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'RestSource' (必要) |
SalesforceMarketingCloudSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SalesforceMarketingCloudSource' (必要) |
SalesforceServiceCloudSink
名字 | 描述 | 價值 |
---|---|---|
externalIdFieldName | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
ignoreNullValues | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 默認值為 false。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製接收類型。 | 'SalesforceServiceCloudSink' (必要) |
writeBehavior | 作業的寫入行為。 預設值為 Insert。 | 'Insert' 'Upsert' |
SalesforceServiceCloudSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
readBehavior | 作業的讀取行為。 預設值為 Query。 允許的值:Query/QueryAll。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'SalesforceServiceCloudSource' (必要) |
SalesforceServiceCloudV2Sink
名字 | 描述 | 價值 |
---|---|---|
externalIdFieldName | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
ignoreNullValues | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 默認值為 false。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製接收類型。 | 'SalesforceServiceCloudV2Sink' (必要) |
writeBehavior | 作業的寫入行為。 預設值為 Insert。 | 'Insert' 'Upsert' |
SalesforceServiceCloudV2Source
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
includeDeletedObjects | 此屬性可控制查詢結果是否包含 Deleted 物件。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
查詢 | 您只能使用具有限制的 Salesforce 物件查詢語言 (SOQL) 查詢。 如需 SOQL 限制,請參閱這篇文章:https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations。 如果未指定查詢,則會擷取數據集中 ObjectApiName/reportId 中所指定 Salesforce 物件的所有數據。 Type:string (或 expression with resultType string) 。 | 任何 |
SOQLQuery | 取代時,請改用 『query』 屬性。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'SalesforceServiceCloudV2Source' (必要) |
SalesforceSink
名字 | 描述 | 價值 |
---|---|---|
externalIdFieldName | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
ignoreNullValues | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 默認值為 false。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製接收類型。 | 'SalesforceSink' (必要) |
writeBehavior | 作業的寫入行為。 預設值為 Insert。 | 'Insert' 'Upsert' |
SalesforceSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
readBehavior | 作業的讀取行為。 預設值為 Query。 允許的值:Query/QueryAll。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'SalesforceSource' (必要) |
SalesforceV2Sink
名字 | 描述 | 價值 |
---|---|---|
externalIdFieldName | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
ignoreNullValues | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 默認值為 false。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製接收類型。 | 'SalesforceV2Sink' (必要) |
writeBehavior | 作業的寫入行為。 預設值為 Insert。 | 'Insert' 'Upsert' |
SalesforceV2Source
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
includeDeletedObjects | 此屬性可控制查詢結果是否包含 Deleted 物件。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
pageSize | 每個 HTTP 要求的頁面大小,太大的pageSize會導致逾時,預設為300,000。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
查詢 | 您只能使用具有限制的 Salesforce 物件查詢語言 (SOQL) 查詢。 如需 SOQL 限制,請參閱這篇文章:https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations。 如果未指定查詢,則會擷取數據集中 ObjectApiName/reportId 中所指定 Salesforce 物件的所有數據。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
SOQLQuery | 取代時,請改用 『query』 屬性。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'SalesforceV2Source' (必要) |
SapBwSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | MDX 查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SapBwSource' (必要) |
SapCloudForCustomerSink
名字 | 描述 | 價值 | ||
---|---|---|---|---|
httpRequestTimeout | 要取得 HTTP 回應的逾時 (TimeSpan)。 這是取得回應的逾時,而不是讀取響應數據的逾時。 默認值:00:05:00。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製接收類型。 | 'SapCloudForCustomerSink' (必要) | ||
writeBehavior | 作業的寫入行為。 預設值為 『Insert』。 | 'Insert' 'Update' |
SapCloudForCustomerSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
httpRequestTimeout | 要取得 HTTP 回應的逾時 (TimeSpan)。 這是取得回應的逾時,而不是讀取響應數據的逾時。 默認值:00:05:00。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
查詢 | SAP Cloud for Customer OData 查詢。 例如,“$top=1”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SapCloudForCustomerSource' (必要) |
SapEccSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
httpRequestTimeout | 要取得 HTTP 回應的逾時 (TimeSpan)。 這是取得回應的逾時,而不是讀取響應數據的逾時。 默認值:00:05:00。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
查詢 | SAP ECC OData 查詢。 例如,“$top=1”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SapEccSource' (必要) |
SapHanaPartitionSettings
名字 | 描述 | 價值 |
---|---|---|
partitionColumnName | 將用於繼續範圍分割的數據行名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
SapHanaSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
packetSize | 從 SAP HANA 讀取之數據的封包大小。 類型:integer(或 expression 含 resultType 整數的運算式)。 | 任何 | ||
partitionOption | 將用於 SAP HANA 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“SapHanaDynamicRange” | 任何 | ||
partitionSettings | 將用於 SAP HANA 來源分割的設定。 | SapHanaPartitionSettings | ||
查詢 | SAP HANA Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SapHanaSource' (必要) |
SapOdpSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
extractionMode | 擷取模式。 允許的值包括:完整、差異和復原。 預設值為 Full。 Type:string (或 expression with resultType string) 。 | 任何 | ||
投影 | 指定要從源數據選取的數據行。 類型:objects(projection) 的陣列(或具有 resultType 物件陣列的 Expression)。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
選擇 | 指定源數據中的選取條件。 類型:對象的陣列(selection) (或 expression with resultType 物件的陣列)。 | 任何 | ||
subscriberProcess | 管理差異進程的訂閱者進程。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'SapOdpSource' (必要) |
SapOpenHubSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
baseRequestId | 要求差異載入的標識碼。 設定之後,只會擷取 requestId 大於此屬性的值的數據。 預設值為 0。 類型:integer (或 expression with resultType integer 的運算式 )。 | 任何 | ||
customRfcReadTableFunctionModule | 指定將用來從 SAP 資料表讀取資料的自訂 RFC 函式模組。 Type:string (或 expression with resultType string) 。 | 任何 | ||
excludeLastRequest | 是否要排除最後一個要求的記錄。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sapDataColumnDelimiter | 將做為傳遞至 SAP RFC 的分隔符,以及分割所擷取的輸出數據的單一字元。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'SapOpenHubSource' (必要) |
SapTablePartitionSettings
名字 | 描述 | 價值 |
---|---|---|
maxPartitionsNumber | 數據表將會分割成的分割區最大值。 類型:integer(或 expression with resultType string)。 | 任何 |
partitionColumnName | 將用於繼續範圍分割的數據行名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionUpperBound | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
SapTableSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
batchSize | 指定從 SAP 數據表擷取數據時,一次擷取的數據列數目上限。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
customRfcReadTableFunctionModule | 指定將用來從 SAP 資料表讀取資料的自訂 RFC 函式模組。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於平行讀取SAP數據表的數據分割機制。 可能的值包括:“None”、“PartitionOnInt”、“PartitionOnCalendarYear”、“PartitionOnCalendarMonth”、“PartitionOnCalendarDate”、“PartitionOnTime”。 | 任何 | ||
partitionSettings | 將用於 SAP 資料表來源資料分割的設定。 | SapTablePartitionSettings | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
rfcTableFields | 要擷取之 SAP 數據表的欄位。 例如, column0, column1。 Type:string (或 expression with resultType string) 。 | 任何 | ||
rfcTableOptions | 篩選 SAP 資料表的選項。 例如,COLUMN0 EQ SOME VALUE。 Type:string (或 expression with resultType string) 。 | 任何 | ||
rowCount | 要擷取的數據列數目。 類型:integer(或 expression 含 resultType 整數的運算式)。 | 任何 | ||
rowSkips | 將略過的數據列數目。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
sapDataColumnDelimiter | 將做為傳遞至 SAP RFC 的分隔符,以及分割所擷取的輸出數據的單一字元。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'SapTableSource' (必要) |
ScriptActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'Script' (必要) |
typeProperties | 編寫活動屬性的腳本。 | ScriptActivityTypeProperties (必要) |
ScriptActivityParameter
名字 | 描述 | 價值 |
---|---|---|
方向 | 參數的方向。 | 'Input' 'InputOutput' 'Output' |
名字 | 參數的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
大小 | 輸出方向參數的大小。 | int |
類型 | 參數的類型。 | 'Boolean' 'DateTime' 'DateTimeOffset' 'Decimal' 'Double' 'Guid' 'Int16' 'Int32' 'Int64' 'Single' 'String' 'Timespan' |
價值 | 參數的值。 Type:string (或 expression with resultType string) 。 | 任何 |
ScriptActivityScriptBlock
名字 | 描述 | 價值 |
---|---|---|
參數 | 腳本參數的陣列。 類型:陣列。 | ScriptActivityParameter[] |
發簡訊 | 查詢文字。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
類型 | 查詢的類型。 如需有效選項,請參閱 ScriptType。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
ScriptActivityTypeProperties
名字 | 描述 | 價值 | ||
---|---|---|---|---|
logSettings | 腳本活動的記錄設定。 | ScriptActivityTypePropertiesLogSettings | ||
returnMultistatementResult | 啟用 以從多個 SQL 語句擷取結果集,以及 DML 語句所影響的數據列數目。 支持的連接器:SnowflakeV2。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
scriptBlockExecutionTimeout | ScriptBlock 執行逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
腳本 | 腳本區塊的陣列。 類型:陣列。 | ScriptActivityScriptBlock[] |
ScriptActivityTypePropertiesLogSettings
名字 | 描述 | 價值 |
---|---|---|
logDestination | 記錄的目的地。 類型:字串。 | 'ActivityOutput' 'ExternalStore' (必要) |
logLocationSettings | 客戶在啟用記錄時必須提供的記錄位置設定。 | LogLocationSettings |
SecretBase
名字 | 描述 | 價值 |
---|---|---|
類型 | 針對類型 AzureKeyVaultSecretReference,設定為 'AzureKeyVaultSecret'。 將 類型設定為 'SecureString',SecureString。 | 'AzureKeyVaultSecret' 'SecureString' (必要) |
SecureInputOutputPolicy
名字 | 描述 | 價值 |
---|---|---|
secureInput | 當設定為 true 時,來自活動的輸入會被視為安全,且不會記錄到監視。 | bool |
secureOutput | 設定為 true 時,活動輸出會視為安全,且不會記錄到監視。 | bool |
SecureString
名字 | 描述 | 價值 |
---|---|---|
類型 | 秘密的類型。 | 字串 (必要) |
價值 | 安全字串的值。 | 字串 (必要) |
SecureString
名字 | 描述 | 價值 |
---|---|---|
類型 | 秘密的類型。 | 'SecureString' (必要) |
價值 | 安全字串的值。 | 字串 (必要) |
ServiceNowSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'ServiceNowSource' (必要) |
ServiceNowV2Source
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
表達 | 篩選來源數據的表達式。 | ExpressionV2 | ||
pageSize | 結果的頁面大小。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'ServiceNowV2Source' (必要) |
SetVariableActivity
名字 | 描述 | 價值 |
---|---|---|
政策 | 活動原則。 | SecureInputOutputPolicy |
類型 | 活動類型。 | 'SetVariable' (必要) |
typeProperties | 設定變數活動屬性。 | SetVariableActivityTypeProperties (必要) |
SetVariableActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
setSystemVariable | 如果設定為 true,則會設定管線執行傳回值。 | bool |
價值 | 要設定的值。 可以是靜態值或Expression。 | 任何 |
variableName | 需要設定其值之變數的名稱。 | 字串 |
SftpReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
disableChunking | 如果為 true,請停用每個檔案內的平行讀取。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'SftpReadSettings' (必要) |
wildcardFileName | Sftp 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Sftp 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
SftpWriteSettings
名字 | 描述 | 價值 |
---|---|---|
operationTimeout | 指定將每個區塊寫入 SFTP 伺服器的逾時。 默認值:01:00:00(一小時)。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 寫入設定類型。 | 'SftpWriteSettings' (必要) |
useTempFileRename | 上傳至暫存盤並重新命名。 如果您的 SFTP 伺服器不支援重新命名作業,請停用此選項。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
SharePointOnlineListSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
httpRequestTimeout | 從 SharePoint Online 取得回應的等候時間。 默認值為 5 分鐘(00:05:00)。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
查詢 | OData 查詢,用來篩選 SharePoint Online 清單中的數據。 例如,“$top=1”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'SharePointOnlineListSource' (必要) |
ShopifySource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'ShopifySource' (必要) |
SkipErrorFile
名字 | 描述 | 價值 |
---|---|---|
dataInconsistency | 如果來源/接收檔案由其他並行寫入變更,請略過 。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileMissing | 如果在複製期間由其他用戶端刪除檔案,請略過。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
SnowflakeExportCopyCommand
名字 | 描述 | 價值 |
---|---|---|
additionalCopyOptions | 直接傳遞至雪花式複製命令的其他複製選項。 類型:索引鍵值組(值應該是字串類型)(或具有 resultType 物件的 Expression)。 範例:“additionalCopyOptions”: { “DATE_FORMAT”: “MM/DD/YYYY”, “TIME_FORMAT”: “'HH24:MI:SS.FF'“ } | SnowflakeExportCopyCommandAdditionalCopyOptions |
additionalFormatOptions | 直接傳遞至雪花式複製命令的其他格式選項。 類型:索引鍵值組(值應該是字串類型)(或具有 resultType 物件的 Expression)。 範例:“additionalFormatOptions”: { “OVERWRITE”: “TRUE”, “MAX_FILE_SIZE”: “'FALSE'” } | SnowflakeExportCopyCommandAdditionalFormatOptions |
storageIntegration | 要用於複製作業的雪花記憶體整合名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 匯出設定類型。 | 字串 (必要) |
SnowflakeExportCopyCommandAdditionalCopyOptions
名字 | 描述 | 價值 |
---|
SnowflakeExportCopyCommandAdditionalFormatOptions
名字 | 描述 | 價值 |
---|
SnowflakeImportCopyCommand
名字 | 描述 | 價值 |
---|---|---|
additionalCopyOptions | 直接傳遞至雪花式複製命令的其他複製選項。 類型:索引鍵值組(值應該是字串類型)(或具有 resultType 物件的 Expression)。 範例:“additionalCopyOptions”: { “DATE_FORMAT”: “MM/DD/YYYY”, “TIME_FORMAT”: “'HH24:MI:SS.FF'“ } | SnowflakeImportCopyCommandAdditionalCopyOptions |
additionalFormatOptions | 直接傳遞至雪花式複製命令的其他格式選項。 類型:索引鍵值組(值應該是字串類型)(或具有 resultType 物件的 Expression)。 範例:“additionalFormatOptions”: { “FORCE”: “TRUE”, “LOAD_UNCERTAIN_FILES”: “'FALSE'” } | SnowflakeImportCopyCommandAdditionalFormatOptions |
storageIntegration | 要用於複製作業的雪花記憶體整合名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 匯入設定類型。 | 字串 (必要) |
SnowflakeImportCopyCommandAdditionalCopyOptions
名字 | 描述 | 價值 |
---|
SnowflakeImportCopyCommandAdditionalFormatOptions
名字 | 描述 | 價值 |
---|
SnowflakeSink
名字 | 描述 | 價值 |
---|---|---|
importSettings | Snowflake 匯入設定。 | SnowflakeImportCopyCommand |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'SnowflakeSink' (必要) |
SnowflakeSource
名字 | 描述 | 價值 |
---|---|---|
exportSettings | Snowflake 匯出設定。 | SnowflakeExportCopyCommand (必要) |
查詢 | Snowflake Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'SnowflakeSource' (必要) |
SnowflakeV2Sink
名字 | 描述 | 價值 |
---|---|---|
importSettings | Snowflake 匯入設定。 | SnowflakeImportCopyCommand |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'SnowflakeV2Sink' (必要) |
SnowflakeV2Source
名字 | 描述 | 價值 |
---|---|---|
exportSettings | Snowflake 匯出設定。 | SnowflakeExportCopyCommand (必要) |
查詢 | Snowflake Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'SnowflakeV2Source' (必要) |
SparkConfigurationParametrizationReference
名字 | 描述 | 價值 |
---|---|---|
referenceName | 參考Spark組態名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
類型 | Spark 組態參考類型。 | 'SparkConfigurationReference' (必要) |
SparkSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SparkSource' (必要) |
SqlDWSink
名字 | 描述 | 價值 |
---|---|---|
allowCopyCommand | 指示使用複製命令將數據複製到 SQL 資料倉儲。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
allowPolyBase | 指出在適用的情況下,使用 PolyBase 將數據複製到 SQL 數據倉儲。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
copyCommandSettings | 當allowCopyCommand為 true 時,指定複製命令相關設定。 | DWCopyCommandSettings |
polyBaseSettings | 當allowPolyBase為 true 時,指定PolyBase相關設定。 | PolybaseSettings |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterUseTableLock | 是否要在大量複製期間使用數據表鎖定。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
tableOption | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'SqlDWSink' (必要) |
upsertSettings | SQL DW upsert 設定。 | SqlDWUpsertSettings |
writeBehavior | 將數據複製到 Azure SQL DW 時寫入行為。 類型:SqlDWriteBehaviorEnum (或 expression with resultType SqlDWriteBehaviorEnum) | 任何 |
SqlDWSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
isolationLevel | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionSettings | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sqlReaderQuery | SQL 數據倉儲讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
sqlReaderStoredProcedureName | SQL 數據倉儲來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 | ||
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 Type: object (或 Expression with resultType object), itemType: StoredProcedureParameter. | 任何 | ||
類型 | 複製來源類型。 | 'SqlDWSource' (必要) |
SqlDWUpsertSettings
名字 | 描述 | 價值 |
---|---|---|
interimSchemaName | 過渡數據表的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
鑰匙 | 唯一數據列識別的索引鍵數據行名稱。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
SqlMISink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterStoredProcedureName | SQL 寫入器預存程式名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterTableType | SQL 寫入器數據表類型。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterUseTableLock | 是否要在大量複製期間使用數據表鎖定。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
storedProcedureParameters | SQL 預存程式參數。 | 任何 |
storedProcedureTableTypeParameterName | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
tableOption | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'SqlMISink' (必要) |
upsertSettings | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior | 將數據複製到 Azure SQL MI 時的白色行為。 類型:string (或 expression with resultType string) | 任何 |
SqlMISource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
isolationLevel | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionSettings | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings | ||
produceAdditionalTypes | 要產生的其他類型。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sqlReaderQuery | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
sqlReaderStoredProcedureName | Azure SQL 受控實例來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 | ||
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 | ||
類型 | 複製來源類型。 | 'SqlMISource' (必要) |
SqlPartitionSettings
名字 | 描述 | 價值 |
---|---|---|
partitionColumnName | 整數或日期時間類型中的數據行名稱,將用於繼續數據分割。 如果未指定,則會自動偵測數據表的主鍵,並當做數據分割數據行使用。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound | 分割區範圍分割的數據分割數據行最小值。 這個值用來決定數據分割的步幅,而不是用於篩選數據表中的數據列。 數據表或查詢結果中的所有數據列都會進行分割和複製。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionUpperBound | 分割區範圍分割的數據分割數據行最大值。 這個值用來決定數據分割的步幅,而不是用於篩選數據表中的數據列。 數據表或查詢結果中的所有數據列都會進行分割和複製。 Type:string (或 expression with resultType string) 。 | 任何 |
SqlServerSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterStoredProcedureName | SQL 寫入器預存程式名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterTableType | SQL 寫入器數據表類型。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterUseTableLock | 是否要在大量複製期間使用數據表鎖定。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
storedProcedureParameters | SQL 預存程式參數。 | 任何 |
storedProcedureTableTypeParameterName | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
tableOption | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'SqlServerSink' (必要) |
upsertSettings | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior | 將數據複製到 sql Server 時寫入行為。 Type:string (或 expression with resultType string) 。 | 任何 |
SqlServerSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
isolationLevel | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionSettings | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings | ||
produceAdditionalTypes | 要產生的其他類型。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sqlReaderQuery | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
sqlReaderStoredProcedureName | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 | ||
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 | ||
類型 | 複製來源類型。 | 'SqlServerSource' (必要) |
SqlServerStoredProcedureActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'SqlServerStoredProcedure' (必要) |
typeProperties | SQL 預存程式活動屬性。 | SqlServerStoredProcedureActivityTypeProperties (必要) |
SqlServerStoredProcedureActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
storedProcedureName | 預存程式名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 |
SqlSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterStoredProcedureName | SQL 寫入器預存程式名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterTableType | SQL 寫入器數據表類型。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterUseTableLock | 是否要在大量複製期間使用數據表鎖定。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
storedProcedureParameters | SQL 預存程式參數。 | 任何 |
storedProcedureTableTypeParameterName | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
tableOption | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'SqlSink' (必要) |
upsertSettings | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior | 將數據複製到 sql 時寫入行為。 Type:string (或 expression with resultType string) 。 | 任何 |
SqlSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
isolationLevel | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionSettings | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sqlReaderQuery | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
sqlReaderStoredProcedureName | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 | ||
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 | ||
類型 | 複製來源類型。 | 'SqlSource' (必要) |
SqlUpsertSettings
名字 | 描述 | 價值 |
---|---|---|
interimSchemaName | 過渡數據表的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
鑰匙 | 唯一數據列識別的索引鍵數據行名稱。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
useTempDB | 指定是否要針對 upsert 過渡數據表使用暫存資料庫。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
SquareSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SquareSource' (必要) |
SsisAccessCredential
名字 | 描述 | 價值 |
---|---|---|
域 | Windows 驗證的網域。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
密碼 | Windows 驗證的密碼。 | SecretBase (必要) |
userName | 使用Name 進行 Windows 驗證。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisChildPackage
名字 | 描述 | 價值 |
---|---|---|
packageContent | 內嵌子封裝的內容。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
packageLastModifiedDate | 內嵌子封裝的上次修改日期。 | 字串 |
packageName | 內嵌子封裝的名稱。 | 字串 |
packagePath | 內嵌子封裝的路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisConnectionManager
名字 | 描述 | 價值 |
---|
SsisConnectionManager
名字 | 描述 | 價值 |
---|
SsisExecutionCredential
名字 | 描述 | 價值 |
---|---|---|
域 | Windows 驗證的網域。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
密碼 | Windows 驗證的密碼。 | SecureString (必要) |
userName | 使用Name 進行 Windows 驗證。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisExecutionParameter
名字 | 描述 | 價值 |
---|---|---|
價值 | SSIS 套件執行參數值。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisLogLocation
名字 | 描述 | 價值 |
---|---|---|
logPath | SSIS 套件執行記錄檔路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
類型 | SSIS 記錄位置的類型。 | 'File' (必要) |
typeProperties | SSIS 套件執行記錄檔位置屬性。 | SsisLogLocationTypeProperties (必要) |
SsisLogLocationTypeProperties
名字 | 描述 | 價值 | ||
---|---|---|---|---|
accessCredential | 封裝執行記錄存取認證。 | SsisAccessCredential | ||
logRefreshInterval | 指定要重新整理記錄的間隔。 默認間隔為 5 分鐘。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
SsisPackageLocation
名字 | 描述 | 價值 |
---|---|---|
packagePath | SSIS 套件路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | SSIS 套件位置的類型。 | 'File' 'InlinePackage' 'PackageStore' 'SSISDB' |
typeProperties | SSIS 套件位置屬性。 | SsisPackageLocationTypeProperties |
SsisPackageLocationTypeProperties
名字 | 描述 | 價值 |
---|---|---|
accessCredential | 套件存取認證。 | SsisAccessCredential |
childPackages | 內嵌子封裝清單。 | SsisChildPackage[] |
configurationAccessCredential | 組態檔存取認證。 | SsisAccessCredential |
configurationPath | 封裝執行的組態檔。 Type:string (或 expression with resultType string) 。 | 任何 |
packageContent | 內嵌套件內容。 Type:string (或 expression with resultType string) 。 | 任何 |
packageLastModifiedDate | 內嵌套件上次修改日期。 | 字串 |
packageName | 套件名稱。 | 字串 |
packagePassword | 封裝的密碼。 | SecretBase |
SsisPropertyOverride
名字 | 描述 | 價值 |
---|---|---|
isSensitive | SSIS 套件屬性覆寫值是否為敏感數據。 如果值為 true,則會在 SSISDB 中加密值 | bool |
價值 | SSIS 封裝屬性覆寫值。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
StagingSettings
名字 | 描述 | 價值 |
---|---|---|
enableCompression | 指定是否要在透過過渡暫存複製數據時使用壓縮。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
linkedServiceName | 暫存連結服務參考。 | LinkedServiceReference (必要) |
路徑 | 用來儲存過渡數據之記憶體的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
StoreReadSettings
名字 | 描述 | 價值 |
---|---|---|
disableMetricsCollection | 如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
maxConcurrentConnections | 源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
類型 | 針對 AmazonS3CompatibleReadSettings 類型設定為 'AmazonS3CompatibleReadSettings',。 針對 AmazonS3ReadSettings 類型設定為 'AmazonS3ReadSettings',。 針對 azureBlobFSReadSettings 類型設定為 'AzureBlobFSReadSettings',。 針對 azureBlobStorageReadSettings 類型 設定為 'AzureBlobStorageReadSettings',。 針對 azureDataLakeStoreReadSettings 類型 設定為 'AzureDataLakeStoreReadSettings',。 針對 AzureFileStorageReadSettings 類型設定為 'AzureFileStorageReadSettings',。 針對 fileServerReadSettings 類型 FileServerReadSettings設定為 'FileServerReadSettings'。 針對 ftpReadSettings 類型設定為 'FtpReadSettings',。 針對 GoogleCloudStorageReadSettings 類型設定為 'GoogleCloudStorageReadSettings',。 針對 hdfsReadSettings 類型 設定為 'HdfsReadSettings',。 針對 HTTPReadSettings 類型設定為 『HttpReadSettings』,。 將 類型設定為 'LakeHouseReadSettings',LakeHouseReadSettings。 針對 OracleCloudStorageReadSettings 類型設定為 'OracleCloudStorageReadSettings',。 針對 SftpReadSettings 類型 設定為 'SftpReadSettings',。 | 'AmazonS3CompatibleReadSettings' 'AmazonS3ReadSettings' 'AzureBlobFSReadSettings' 'AzureBlobStorageReadSettings' 'AzureDataLakeStoreReadSettings' 'AzureFileStorageReadSettings' 'FileServerReadSettings' 'FtpReadSettings' 'GoogleCloudStorageReadSettings' 'HdfsReadSettings' 'HttpReadSettings' 'LakeHouseReadSettings' 'OracleCloudStorageReadSettings' 'SftpReadSettings' (必要) |
StoreWriteSettings
名字 | 描述 | 價值 |
---|---|---|
copyBehavior | 複製接收的複製行為類型。 | 任何 |
disableMetricsCollection | 如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
maxConcurrentConnections | 源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
元數據 | 指定要新增至接收數據的自定義元數據。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | MetadataItem[] |
類型 | 針對 azureBlobFSWriteSettings 類型 設定為 'AzureBlobFSWriteSettings',。 針對 azureBlobStorageWriteSettings 類型 設定為 'AzureBlobStorageWriteSettings',。 針對 azureDataLakeStoreWriteSettings 類型 設定為 'AzureDataLakeStoreWriteSettings',。 將 類型設定為 'AzureFileStorageWriteSettings',AzureFileStorageWriteSettings。 針對 fileServerWriteSettings 類型 設定為 'FileServerWriteSettings',。 針對 lakeHouseWriteSettings 類型設定為 'LakeHouseWriteSettings',。 針對 sftpWriteSettings 類型 設定為 'SftpWriteSettings',。 | 'AzureBlobFSWriteSettings' 'AzureBlobStorageWriteSettings' 'AzureDataLakeStoreWriteSettings' 'AzureFileStorageWriteSettings' 'FileServerWriteSettings' 'LakeHouseWriteSettings' 'SftpWriteSettings' (必要) |
SwitchActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'Switch' (必要) |
typeProperties | 切換活動屬性。 | SwitchActivityTypeProperties (必要) |
SwitchActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
例 | 對應至 『on』 屬性值的案例清單。 這是選擇性屬性,如果未提供,活動將會執行 defaultActivities 中提供的活動。 | SwitchCase[] |
defaultActivities | 如果未滿足案例條件,要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 | 活動[] |
上 | 評估為字串或整數的表達式。 這會用來判斷將執行的活動區塊。 | 表示式 (必要) |
SwitchCase
名字 | 描述 | 價值 |
---|---|---|
活動 | 要針對符合案例條件執行的活動清單。 | 活動[] |
價值 | 符合 『on』 屬性表示式結果的預期值。 | 字串 |
SybaseSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SybaseSource' (必要) |
SynapseNotebookActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'SynapseNotebook' (必要) |
typeProperties | 執行 Synapse 筆記本活動屬性。 | SynapseNotebookActivityTypeProperties (必要) |
SynapseNotebookActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
conf | Spark 組態屬性,這會覆寫您提供的筆記本 'conf'。 | 任何 |
configurationType | Spark 組態的類型。 | 'Artifact' 'Customized' 'Default' |
driverSize | 要用於會話指定 Spark 集區中配置之驅動程式的核心和記憶體數目,用於覆寫您提供的筆記本的 'driverCores' 和 'driverMemory'。 Type:string (或 expression with resultType string) 。 | 任何 |
executorSize | 要用於會話指定 Spark 集區中配置之執行程式的核心和記憶體數目,用於覆寫您提供的筆記本的 'executorCores' 和 'executorMemory'。 Type:string (或 expression with resultType string) 。 | 任何 |
筆記本 | Synapse 筆記本參考。 | SynapseNotebookReference (必要) |
numExecutors | 要針對此工作階段啟動的執行程式數目,這會覆寫您提供的筆記本 'numExecutors'。 類型:integer (或 expression with resultType integer) 。 | 任何 |
參數 | 筆記本參數。 | SynapseNotebookActivityTypePropertiesParameters |
sparkConfig | Spark 組態屬性。 | SynapseNotebookActivityTypePropertiesSparkConfig |
sparkPool | 將用來執行筆記本的巨量數據集區名稱。 | BigDataPoolParametrizationReference |
targetSparkConfiguration | Spark 作業的Spark組態。 | SparkConfigurationParametrizationReference |
SynapseNotebookActivityTypePropertiesParameters
名字 | 描述 | 價值 |
---|
SynapseNotebookActivityTypePropertiesSparkConfig
名字 | 描述 | 價值 |
---|
SynapseNotebookReference
名字 | 描述 | 價值 |
---|---|---|
referenceName | 參考筆記本名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
類型 | Synapse Notebook 參考類型。 | 'NotebookReference' (必要) |
SynapseSparkJobActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
args | 使用者指定的 SynapseSparkJobDefinitionActivity 自變數。 | any[] |
className | 主要定義檔案中的完整標識碼或主要類別,其會覆寫您提供的spark作業定義的 『className』。 Type:string (或 expression with resultType string) 。 | 任何 |
conf | Spark 組態屬性,將會覆寫您提供的 Spark 作業定義的 'conf'。 | 任何 |
configurationType | Spark 組態的類型。 | 'Artifact' 'Customized' 'Default' |
driverSize | 要用於指定 Spark 集區中針對作業配置之驅動程式的核心和記憶體數目,將用於覆寫您提供的 Spark 作業定義的 'driverCores' 和 'driverMemory'。 Type:string (或 expression with resultType string) 。 | 任何 |
executorSize | 要用於指定 Spark 集區中針對作業配置之執行程式的核心和記憶體數目,將用於覆寫您提供的 Spark 作業定義的 'executorCores' 和 'executorMemory'。 Type:string (或 expression with resultType string) 。 | 任何 |
檔 | 用於作業的主要檔案,這會覆寫您提供的Spark作業定義的 『file』。 Type:string (或 expression with resultType string) 。 | 任何 |
檔 | (已被取代。請使用 pythonCodeReference 和 filesV2) 主要定義檔中用於參考的其他檔案,這會覆寫您提供的 Spark 作業定義的 'files'。 | any[] |
filesV2 | 用於主要定義檔案中參考的其他檔案,這會覆寫您提供的Spark作業定義的 'jars' 和 'files'。 | any[] |
numExecutors | 要針對此作業啟動的執行程式數目,這會覆寫您提供的Spark作業定義的 'numExecutors'。 類型:integer (或 expression with resultType integer) 。 | 任何 |
pythonCodeReference | 用於主要定義檔中參考的其他 Python 程式代碼檔案,這會覆寫您提供的 Spark 作業定義的 'pyFiles'。 | any[] |
scanFolder | 從主要定義檔案的根資料夾掃描子資料夾,這些檔案將會新增為參考檔案。 系統會掃描名為 『jars』、'pyFiles'、'files' 或 'archive' 的資料夾,而且資料夾名稱會區分大小寫。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
sparkConfig | Spark 組態屬性。 | SynapseSparkJobActivityTypePropertiesSparkConfig |
sparkJob | Synapse spark 作業參考。 | SynapseSparkJobReference (必要) |
targetBigDataPool | 巨量數據集區的名稱,將用來執行 Spark 批次作業,這會覆寫您提供的 Spark 作業定義的 'targetBigDataPool'。 | BigDataPoolParametrizationReference |
targetSparkConfiguration | Spark 作業的Spark組態。 | SparkConfigurationParametrizationReference |
SynapseSparkJobActivityTypePropertiesSparkConfig
名字 | 描述 | 價值 |
---|
SynapseSparkJobDefinitionActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'SparkJob' (必要) |
typeProperties | 執行Spark作業活動屬性。 | SynapseSparkJobActivityTypeProperties (必要) |
SynapseSparkJobReference
名字 | 描述 | 價值 |
---|---|---|
referenceName | 參考 Spark 作業名稱。 具有 resultType 字串的運算式。 | 任何 (必要) |
類型 | Synapse spark 作業參考類型。 | 'SparkJobDefinitionReference' (必要) |
TarGZipReadSettings
名字 | 描述 | 價值 |
---|---|---|
preserveCompressionFileNameAsFolder | 將壓縮檔名保留為資料夾路徑。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | [壓縮] 設定類型。 | 'TarGZipReadSettings' (必要) |
TarReadSettings
名字 | 描述 | 價值 |
---|---|---|
preserveCompressionFileNameAsFolder | 將壓縮檔名保留為資料夾路徑。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | [壓縮] 設定類型。 | 'TarReadSettings' (必要) |
TeradataPartitionSettings
名字 | 描述 | 價值 |
---|---|---|
partitionColumnName | 將用於繼續範圍或哈希分割的數據行名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionUpperBound | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
TeradataSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
partitionOption | 將用於平行讀取 teradata 的數據分割機制。 可能的值包括:「None」、“Hash” “DynamicRange” | 任何 | ||
partitionSettings | 將用於 teradata 來源資料分割的設定。 | TeradataPartitionSettings | ||
查詢 | Teradata 查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'TeradataSource' (必要) |
UntilActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'Until' (必要) |
typeProperties | 直到活動屬性為止。 | UntilActivityTypeProperties (必要) |
UntilActivityTypeProperties
名字 | 描述 | 價值 | ||
---|---|---|---|---|
活動 | 要執行的活動清單。 | 活動[] (必要) | ||
表達 | 評估為布爾值的表達式。 迴圈會繼續執行,直到此表達式評估為 true 為止 | 表示式 (必要) | ||
超時 | 指定要執行之活動的逾時。 如果沒有指定任何值,則會使用預設為 1 周的 TimeSpan.FromDays(7) 值。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
UserProperty
名字 | 描述 | 價值 |
---|---|---|
名字 | 用戶屬性名稱。 | 字串 (必要) |
價值 | 用戶屬性值。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
ValidationActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'Validation' (必要) |
typeProperties | 驗證活動屬性。 | ValidationActivityTypeProperties (必要) |
ValidationActivityTypeProperties
名字 | 描述 | 價值 | ||
---|---|---|---|---|
childItems | 如果數據集指向資料夾,可以使用。 如果設定為 true,資料夾必須至少有一個檔案。 如果設定為 false,資料夾必須是空的。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
數據 | 驗證活動數據集參考。 | DatasetReference (必要) | ||
minimumSize | 如果數據集指向檔案,可以使用。 檔案的大小必須大於或等於指定的值。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
睡 | 驗證嘗試之間的延遲以秒為單位。 如果未指定任何值,則會使用10秒做為預設值。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
超時 | 指定要執行之活動的逾時。 如果沒有指定任何值,則會使用預設為 1 周的 TimeSpan.FromDays(7) 值。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
VariableDefinitionSpecification
名字 | 描述 | 價值 |
---|
VariableSpecification
名字 | 描述 | 價值 |
---|---|---|
defaultValue | 變數的預設值。 | 任何 |
類型 | 變數類型。 | 'Array' 'Bool' 'String' (必要) |
VerticaSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'VerticaSource' (必要) |
WaitActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'Wait' (必要) |
typeProperties | 等候活動屬性。 | WaitActivityTypeProperties (必要) |
WaitActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
waitTimeInSeconds | 持續時間以秒為單位。 類型:integer (或 expression with resultType integer) 。 | 任何 (必要) |
WarehouseSink
名字 | 描述 | 價值 |
---|---|---|
allowCopyCommand | 指示使用複製命令將數據複製到 SQL 資料倉儲。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
copyCommandSettings | 當allowCopyCommand為 true 時,指定複製命令相關設定。 | DWCopyCommandSettings |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
tableOption | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'WarehouseSink' (必要) |
writeBehavior | 將數據複製到 azure Microsoft Fabric 數據倉儲時,寫入行為。 類型:DWWriteBehaviorEnum (或 expression with resultType DWWriteBehaviorEnum) | 任何 |
WarehouseSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
isolationLevel | 指定Microsoft網狀架構倉儲來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 | 任何 | ||
partitionSettings | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sqlReaderQuery | Microsoft網狀架構倉儲讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
sqlReaderStoredProcedureName | Microsoft網狀架構倉儲來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 | ||
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 Type: object (或 Expression with resultType object), itemType: StoredProcedureParameter. | 任何 | ||
類型 | 複製來源類型。 | 'WarehouseSource' (必要) |
WebActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'WebActivity' (必要) |
typeProperties | Web 活動屬性。 | WebActivityTypeProperties (必要) |
WebActivityAuthentication
名字 | 描述 | 價值 |
---|---|---|
憑據 | 包含驗證資訊的認證參考。 | CredentialReference |
密碼 | PFX 檔案的密碼或基本身份驗證/密碼用於 ServicePrincipal 時 | SecretBase |
pfx | 用於 ServicePrincipal 時,PFX 檔案或憑證的 Base64 編碼內容 | SecretBase |
資源 | 使用 MSI 驗證時,將會要求 Azure 驗證令牌的資源。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | Web 活動驗證 (Basic/ClientCertificate/MSI/ServicePrincipal) | 字串 |
username | 用於 ServicePrincipal 時,基本身份驗證或 ClientID 的 Web 活動驗證用戶名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
userTenant | 使用 ServicePrincipal Authentication 時,將會要求 Azure 驗證令牌的 TenantId。 Type:string (或 expression with resultType string) 。 | 任何 |
WebActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
認證 | 用於呼叫端點的驗證方法。 | WebActivityAuthentication |
身體 | 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 expression with resultType 字串串的表達式)。 | 任何 |
connectVia | 整合運行時間參考。 | IntegrationRuntimeReference |
數據 | 傳遞至 Web 端點的數據集清單。 | DatasetReference[] |
disableCertValidation | 設定為 true 時,將會停用憑證驗證。 | bool |
頭 | 表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 Type:string (或 expression with resultType string) 。 | WebActivityTypePropertiesHeaders |
httpRequestTimeout | HTTP 要求取得回應的逾時。 格式為 TimeSpan (hh:mm:ss)。 此值是取得回應的逾時,而不是活動逾時。 默認值為 00:01:00 (1 分鐘)。 範圍從 1 到 10 分鐘 | 任何 |
linkedServices | 傳遞至 Web 端點的連結服務清單。 | LinkedServiceReference[] |
方法 | 目標端點的 Rest API 方法。 | 'DELETE' 'GET' 'POST' 'PUT' (必要) |
turnOffAsync | 在 HTTP 202 回應的響應標頭中指定的位置停用叫用 HTTP GET 的選項。 如果設定為 true,它會停止在響應標頭中指定的 HTTP 位置上叫用 HTTP GET。 如果設定 false,則會繼續在 HTTP 回應標頭中指定的位置上叫用 HTTP GET 呼叫。 | bool |
url | Web 活動目標端點和路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
WebActivityTypePropertiesHeaders
名字 | 描述 | 價值 |
---|
WebHookActivity
名字 | 描述 | 價值 |
---|---|---|
政策 | 活動原則。 | SecureInputOutputPolicy |
類型 | 活動類型。 | 'WebHook' (必要) |
typeProperties | WebHook 活動屬性。 | WebHookActivityTypeProperties (必要) |
WebHookActivityTypeProperties
名字 | 描述 | 價值 | ||
---|---|---|---|---|
認證 | 用於呼叫端點的驗證方法。 | WebActivityAuthentication | ||
身體 | 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 expression with resultType 字串串的表達式)。 | 任何 | ||
頭 | 表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 Type:string (或 expression with resultType string) 。 | WebHookActivityTypePropertiesHeaders | ||
方法 | 目標端點的 Rest API 方法。 | 'POST' (必要) | ||
reportStatusOnCallBack | 當設定為 true 時,活動會取用回呼要求本文中的 statusCode、輸出和錯誤。 您可以在回呼要求中設定 statusCode >= 400,將活動標示為失敗。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
超時 | 應該在其中呼叫 Webhook 的逾時。 如果沒有指定任何值,則預設為10分鐘。 類型:字串。 模式:(\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 字串 |
url | WebHook 活動目標端點和路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
WebHookActivityTypePropertiesHeaders
名字 | 描述 | 價值 |
---|
WebSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
類型 | 複製來源類型。 | 'WebSource' (必要) |
XeroSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'XeroSource' (必要) |
XmlReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
detectDataType | 指出讀取 xml 檔案時,是否啟用類型偵測。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
namespacePrefixes | 啟用命名空間時,要覆寫數據行名稱中前置詞的命名空間 URI,如果命名空間 URI 未定義任何前置詞,則會使用 xml 數據檔中的 xml 元素/屬性名稱前置詞。 範例:“{”http://www.example.com/xml":“prefix”}“ Type: object (或 expression with resultType 物件)。 | 任何 |
namespaces | 指出讀取 xml 檔案時是否啟用命名空間。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'XmlReadSettings' (必要) |
validationMode | 指出讀取 xml 檔案時所使用的驗證方法。 允許的值:『none』、『xsd』或 『dtd』。 Type:string (或 expression with resultType string) 。 | 任何 |
XmlReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
detectDataType | 指出讀取 xml 檔案時,是否啟用類型偵測。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
namespacePrefixes | 啟用命名空間時,要覆寫數據行名稱中前置詞的命名空間 URI,如果命名空間 URI 未定義任何前置詞,則會使用 xml 數據檔中的 xml 元素/屬性名稱前置詞。 範例:“{”http://www.example.com/xml":“prefix”}“ Type: object (或 expression with resultType 物件)。 | 任何 |
namespaces | 指出讀取 xml 檔案時是否啟用命名空間。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 字串 (必要) |
validationMode | 指出讀取 xml 檔案時所使用的驗證方法。 允許的值:『none』、『xsd』或 『dtd』。 Type:string (或 expression with resultType string) 。 | 任何 |
XmlSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | Xml 格式設定。 | XmlReadSettings |
storeSettings | Xml 存放區設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'XmlSource' (必要) |
ZipDeflateReadSettings
名字 | 描述 | 價值 |
---|---|---|
preserveZipFileNameAsFolder | 將 zip 檔名保留為資料夾路徑。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | [壓縮] 設定類型。 | 'ZipDeflateReadSettings' (必要) |
ZohoSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'ZohoSource' (必要) |
快速入門範例
下列快速入門範例會部署此資源類型。
Bicep 檔案 | 描述 |
---|---|
建立 V2 Data Factory | 此範本會建立 V2 資料處理站,將資料從 Azure Blob 記憶體中的資料夾複製到記憶體中的另一個資料夾。 |
Azure Data Factory 可以 更多 - 按兩下即可嘗試 Azure Data Factory | 此範本會建立數據處理站管線,以將複製活動從 Azure Blob 複製到另一個 Azure Blob |
ARM 樣本資源定義
工廠/管線資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.DataFactory/factoryies/pipelines 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.DataFactory/factories/pipelines",
"apiVersion": "2018-06-01",
"name": "string",
"properties": {
"activities": [ {
"dependsOn": [
{
"activity": "string",
"dependencyConditions": [ "string" ]
}
],
"description": "string",
"name": "string",
"onInactiveMarkAs": "string",
"state": "string",
"userProperties": [
{
"name": "string",
"value": {}
}
],
"type": "string"
// For remaining properties, see Activity objects
} ],
"annotations": [ {} ],
"concurrency": "int",
"description": "string",
"folder": {
"name": "string"
},
"parameters": {
"{customized property}": {
"defaultValue": {},
"type": "string"
}
},
"policy": {
"elapsedTimeMetric": {
"duration": {}
}
},
"runDimensions": {
"{customized property}": {}
},
"variables": {
"{customized property}": {
"defaultValue": {},
"type": "string"
}
}
}
}
CompressionReadSettings 物件
設定 類型 屬性,以指定物件的類型。
針對 TarGZipReadSettings,請使用:
{
"preserveCompressionFileNameAsFolder": {},
"type": "TarGZipReadSettings"
}
針對 TarReadSettings,請使用:
{
"preserveCompressionFileNameAsFolder": {},
"type": "TarReadSettings"
}
針對 ZipDeflateReadSettings,請使用:
{
"preserveZipFileNameAsFolder": {},
"type": "ZipDeflateReadSettings"
}
StoreWriteSettings 物件
設定 類型 屬性,以指定物件的類型。
針對 AzureBlobFSWriteSettings,請使用:
{
"blockSizeInMB": {},
"type": "AzureBlobFSWriteSettings"
}
針對 AzureBlobStorageWriteSettings,請使用:
{
"blockSizeInMB": {},
"type": "AzureBlobStorageWriteSettings"
}
針對 AzureDataLakeStoreWriteSettings,請使用:
{
"expiryDateTime": {},
"type": "AzureDataLakeStoreWriteSettings"
}
針對 AzureFileStorageWriteSettings,請使用:
{
"type": "AzureFileStorageWriteSettings"
}
針對 FileServerWriteSettings,請使用:
{
"type": "FileServerWriteSettings"
}
針對 LakeHouseWriteSettings,請使用:
{
"type": "LakeHouseWriteSettings"
}
針對 SftpWriteSettings,請使用:
{
"operationTimeout": {},
"type": "SftpWriteSettings",
"useTempFileRename": {}
}
活動物件
設定 類型 屬性,以指定物件的類型。
針對 AppendVariable,請使用:
{
"type": "AppendVariable",
"typeProperties": {
"value": {},
"variableName": "string"
}
}
針對 AzureDataExplorerCommand,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "AzureDataExplorerCommand",
"typeProperties": {
"command": {},
"commandTimeout": {}
}
}
針對 AzureFunctionActivity,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "AzureFunctionActivity",
"typeProperties": {
"body": {},
"functionName": {},
"headers": {
"{customized property}": {}
},
"method": "string"
}
}
針對 AzureMLBatchExecution,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "AzureMLBatchExecution",
"typeProperties": {
"globalParameters": {
"{customized property}": {}
},
"webServiceInputs": {
"{customized property}": {
"filePath": {},
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
}
}
},
"webServiceOutputs": {
"{customized property}": {
"filePath": {},
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
}
}
}
}
}
針對 AzureMLExecutePipeline,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "AzureMLExecutePipeline",
"typeProperties": {
"continueOnStepFailure": {},
"dataPathAssignments": {},
"experimentName": {},
"mlParentRunId": {},
"mlPipelineEndpointId": {},
"mlPipelineId": {},
"mlPipelineParameters": {},
"version": {}
}
}
針對 AzureMLUpdateResource,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "AzureMLUpdateResource",
"typeProperties": {
"trainedModelFilePath": {},
"trainedModelLinkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"trainedModelName": {}
}
}
針對 ExecutePipeline,請使用:
{
"policy": {
"secureInput": "bool"
},
"type": "ExecutePipeline",
"typeProperties": {
"parameters": {
"{customized property}": {}
},
"pipeline": {
"name": "string",
"referenceName": "string",
"type": "string"
},
"waitOnCompletion": "bool"
}
}
若為 Fail,請使用:
{
"type": "Fail",
"typeProperties": {
"errorCode": {},
"message": {}
}
}
針對 Filter,請使用:
{
"type": "Filter",
"typeProperties": {
"condition": {
"type": "string",
"value": "string"
},
"items": {
"type": "string",
"value": "string"
}
}
}
針對 ForEach,請使用:
{
"type": "ForEach",
"typeProperties": {
"activities": [ {
"dependsOn": [
{
"activity": "string",
"dependencyConditions": [ "string" ]
}
],
"description": "string",
"name": "string",
"onInactiveMarkAs": "string",
"state": "string",
"userProperties": [
{
"name": "string",
"value": {}
}
],
"type": "string"
// For remaining properties, see Activity objects
} ],
"batchCount": "int",
"isSequential": "bool",
"items": {
"type": "string",
"value": "string"
}
}
}
針對 IfCondition,請使用:
{
"type": "IfCondition",
"typeProperties": {
"expression": {
"type": "string",
"value": "string"
},
"ifFalseActivities": [ {
"dependsOn": [
{
"activity": "string",
"dependencyConditions": [ "string" ]
}
],
"description": "string",
"name": "string",
"onInactiveMarkAs": "string",
"state": "string",
"userProperties": [
{
"name": "string",
"value": {}
}
],
"type": "string"
// For remaining properties, see Activity objects
} ],
"ifTrueActivities": [ {
"dependsOn": [
{
"activity": "string",
"dependencyConditions": [ "string" ]
}
],
"description": "string",
"name": "string",
"onInactiveMarkAs": "string",
"state": "string",
"userProperties": [
{
"name": "string",
"value": {}
}
],
"type": "string"
// For remaining properties, see Activity objects
} ]
}
}
針對 SetVariable,請使用:
{
"policy": {
"secureInput": "bool",
"secureOutput": "bool"
},
"type": "SetVariable",
"typeProperties": {
"setSystemVariable": "bool",
"value": {},
"variableName": "string"
}
}
針對 Switch,請使用:
{
"type": "Switch",
"typeProperties": {
"cases": [
{
"activities": [ {
"dependsOn": [
{
"activity": "string",
"dependencyConditions": [ "string" ]
}
],
"description": "string",
"name": "string",
"onInactiveMarkAs": "string",
"state": "string",
"userProperties": [
{
"name": "string",
"value": {}
}
],
"type": "string"
// For remaining properties, see Activity objects
} ],
"value": "string"
}
],
"defaultActivities": [ {
"dependsOn": [
{
"activity": "string",
"dependencyConditions": [ "string" ]
}
],
"description": "string",
"name": "string",
"onInactiveMarkAs": "string",
"state": "string",
"userProperties": [
{
"name": "string",
"value": {}
}
],
"type": "string"
// For remaining properties, see Activity objects
} ],
"on": {
"type": "string",
"value": "string"
}
}
}
針對 直到,請使用:
{
"type": "Until",
"typeProperties": {
"activities": [ {
"dependsOn": [
{
"activity": "string",
"dependencyConditions": [ "string" ]
}
],
"description": "string",
"name": "string",
"onInactiveMarkAs": "string",
"state": "string",
"userProperties": [
{
"name": "string",
"value": {}
}
],
"type": "string"
// For remaining properties, see Activity objects
} ],
"expression": {
"type": "string",
"value": "string"
},
"timeout": {}
}
}
針對 驗證,請使用:
{
"type": "Validation",
"typeProperties": {
"childItems": {},
"dataset": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"minimumSize": {},
"sleep": {},
"timeout": {}
}
}
針對 Wait,請使用:
{
"type": "Wait",
"typeProperties": {
"waitTimeInSeconds": {}
}
}
針對 WebHook,請使用:
{
"policy": {
"secureInput": "bool",
"secureOutput": "bool"
},
"type": "WebHook",
"typeProperties": {
"authentication": {
"credential": {
"referenceName": "string",
"type": "string"
},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"pfx": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"resource": {},
"type": "string",
"username": {},
"userTenant": {}
},
"body": {},
"headers": {
"{customized property}": {}
},
"method": "string",
"reportStatusOnCallBack": {},
"timeout": "string",
"url": {}
}
}
針對 複製,請使用:
{
"inputs": [
{
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
}
],
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"outputs": [
{
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
}
],
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "Copy",
"typeProperties": {
"dataIntegrationUnits": {},
"enableSkipIncompatibleRow": {},
"enableStaging": {},
"logSettings": {
"copyActivityLogSettings": {
"enableReliableLogging": {},
"logLevel": {}
},
"enableCopyActivityLog": {},
"logLocationSettings": {
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"path": {}
}
},
"logStorageSettings": {
"enableReliableLogging": {},
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"logLevel": {},
"path": {}
},
"parallelCopies": {},
"preserve": [ {} ],
"preserveRules": [ {} ],
"redirectIncompatibleRowSettings": {
"linkedServiceName": {},
"path": {}
},
"sink": {
"disableMetricsCollection": {},
"maxConcurrentConnections": {},
"sinkRetryCount": {},
"sinkRetryWait": {},
"writeBatchSize": {},
"writeBatchTimeout": {},
"type": "string"
// For remaining properties, see CopySink objects
},
"skipErrorFile": {
"dataInconsistency": {},
"fileMissing": {}
},
"source": {
"disableMetricsCollection": {},
"maxConcurrentConnections": {},
"sourceRetryCount": {},
"sourceRetryWait": {},
"type": "string"
// For remaining properties, see CopySource objects
},
"stagingSettings": {
"enableCompression": {},
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"path": {}
},
"translator": {},
"validateDataConsistency": {}
}
}
針對 自訂,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "Custom",
"typeProperties": {
"autoUserSpecification": {},
"command": {},
"extendedProperties": {
"{customized property}": {}
},
"folderPath": {},
"referenceObjects": {
"datasets": [
{
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
}
],
"linkedServices": [
{
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
}
]
},
"resourceLinkedService": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"retentionTimeInDays": {}
}
}
針對 DataLakeAnalyticsU-SQL,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "DataLakeAnalyticsU-SQL",
"typeProperties": {
"compilationMode": {},
"degreeOfParallelism": {},
"parameters": {
"{customized property}": {}
},
"priority": {},
"runtimeVersion": {},
"scriptLinkedService": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"scriptPath": {}
}
}
針對 DatabricksNotebook,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "DatabricksNotebook",
"typeProperties": {
"baseParameters": {
"{customized property}": {}
},
"libraries": [
{
"{customized property}": {}
}
],
"notebookPath": {}
}
}
針對 DatabricksSparkJar,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "DatabricksSparkJar",
"typeProperties": {
"libraries": [
{
"{customized property}": {}
}
],
"mainClassName": {},
"parameters": [ {} ]
}
}
針對 DatabricksSparkPython,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "DatabricksSparkPython",
"typeProperties": {
"libraries": [
{
"{customized property}": {}
}
],
"parameters": [ {} ],
"pythonFile": {}
}
}
針對 Delete,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "Delete",
"typeProperties": {
"dataset": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"enableLogging": {},
"logStorageSettings": {
"enableReliableLogging": {},
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"logLevel": {},
"path": {}
},
"maxConcurrentConnections": "int",
"recursive": {},
"storeSettings": {
"disableMetricsCollection": {},
"maxConcurrentConnections": {},
"type": "string"
// For remaining properties, see StoreReadSettings objects
}
}
}
針對 ExecuteDataFlow,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "ExecuteDataFlow",
"typeProperties": {
"compute": {
"computeType": {},
"coreCount": {}
},
"continuationSettings": {
"continuationTtlInMinutes": {},
"customizedCheckpointKey": {},
"idleCondition": {}
},
"continueOnError": {},
"dataFlow": {
"datasetParameters": {},
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"integrationRuntime": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"runConcurrently": {},
"sourceStagingConcurrency": {},
"staging": {
"folderPath": {},
"linkedService": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
}
},
"traceLevel": {}
}
}
針對 ExecuteSSISPackage,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "ExecuteSSISPackage",
"typeProperties": {
"connectVia": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"environmentPath": {},
"executionCredential": {
"domain": {},
"password": {
"type": "string",
"value": "string"
},
"userName": {}
},
"loggingLevel": {},
"logLocation": {
"logPath": {},
"type": "string",
"typeProperties": {
"accessCredential": {
"domain": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
},
"logRefreshInterval": {}
}
},
"packageConnectionManagers": {
"{customized property}": {
"{customized property}": {
"value": {}
}
}
},
"packageLocation": {
"packagePath": {},
"type": "string",
"typeProperties": {
"accessCredential": {
"domain": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
},
"childPackages": [
{
"packageContent": {},
"packageLastModifiedDate": "string",
"packageName": "string",
"packagePath": {}
}
],
"configurationAccessCredential": {
"domain": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
},
"configurationPath": {},
"packageContent": {},
"packageLastModifiedDate": "string",
"packageName": "string",
"packagePassword": {
"type": "string"
// For remaining properties, see SecretBase objects
}
}
},
"packageParameters": {
"{customized property}": {
"value": {}
}
},
"projectConnectionManagers": {
"{customized property}": {
"{customized property}": {
"value": {}
}
}
},
"projectParameters": {
"{customized property}": {
"value": {}
}
},
"propertyOverrides": {
"{customized property}": {
"isSensitive": "bool",
"value": {}
}
},
"runtime": {}
}
}
針對 ExecuteWranglingDataflow,請使用:
{
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "ExecuteWranglingDataflow",
"typeProperties": {
"compute": {
"computeType": {},
"coreCount": {}
},
"continuationSettings": {
"continuationTtlInMinutes": {},
"customizedCheckpointKey": {},
"idleCondition": {}
},
"continueOnError": {},
"dataFlow": {
"datasetParameters": {},
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"integrationRuntime": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"queries": [
{
"dataflowSinks": [
{
"dataset": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"description": "string",
"flowlet": {
"datasetParameters": {},
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"linkedService": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"name": "string",
"rejectedDataLinkedService": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"schemaLinkedService": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"script": "string"
}
],
"queryName": "string"
}
],
"runConcurrently": {},
"sinks": {
"{customized property}": {
"dataset": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"description": "string",
"flowlet": {
"datasetParameters": {},
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"linkedService": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"name": "string",
"rejectedDataLinkedService": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"schemaLinkedService": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"script": "string"
}
},
"sourceStagingConcurrency": {},
"staging": {
"folderPath": {},
"linkedService": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
}
},
"traceLevel": {}
}
}
針對 getMetadata
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "GetMetadata",
"typeProperties": {
"dataset": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"fieldList": [ {} ],
"formatSettings": {
"type": "string"
// For remaining properties, see FormatReadSettings objects
},
"storeSettings": {
"disableMetricsCollection": {},
"maxConcurrentConnections": {},
"type": "string"
// For remaining properties, see StoreReadSettings objects
}
}
}
針對 HDInsightHive,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "HDInsightHive",
"typeProperties": {
"arguments": [ {} ],
"defines": {
"{customized property}": {}
},
"getDebugInfo": "string",
"queryTimeout": "int",
"scriptLinkedService": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"scriptPath": {},
"storageLinkedServices": [
{
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
}
],
"variables": {
"{customized property}": {}
}
}
}
針對 HDInsightMapReduce,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "HDInsightMapReduce",
"typeProperties": {
"arguments": [ {} ],
"className": {},
"defines": {
"{customized property}": {}
},
"getDebugInfo": "string",
"jarFilePath": {},
"jarLibs": [ {} ],
"jarLinkedService": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"storageLinkedServices": [
{
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
}
]
}
}
針對 HDInsightPig,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "HDInsightPig",
"typeProperties": {
"arguments": {},
"defines": {
"{customized property}": {}
},
"getDebugInfo": "string",
"scriptLinkedService": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"scriptPath": {},
"storageLinkedServices": [
{
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
}
]
}
}
針對 hdInsightSpark
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "HDInsightSpark",
"typeProperties": {
"arguments": [ {} ],
"className": "string",
"entryFilePath": {},
"getDebugInfo": "string",
"proxyUser": {},
"rootPath": {},
"sparkConfig": {
"{customized property}": {}
},
"sparkJobLinkedService": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
}
}
}
針對 HDInsightStreaming,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "HDInsightStreaming",
"typeProperties": {
"arguments": [ {} ],
"combiner": {},
"commandEnvironment": [ {} ],
"defines": {
"{customized property}": {}
},
"fileLinkedService": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"filePaths": [ {} ],
"getDebugInfo": "string",
"input": {},
"mapper": {},
"output": {},
"reducer": {},
"storageLinkedServices": [
{
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
}
]
}
}
針對 查閱,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "Lookup",
"typeProperties": {
"dataset": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"firstRowOnly": {},
"source": {
"disableMetricsCollection": {},
"maxConcurrentConnections": {},
"sourceRetryCount": {},
"sourceRetryWait": {},
"type": "string"
// For remaining properties, see CopySource objects
}
}
}
針對 文稿,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "Script",
"typeProperties": {
"logSettings": {
"logDestination": "string",
"logLocationSettings": {
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"path": {}
}
},
"returnMultistatementResult": {},
"scriptBlockExecutionTimeout": {},
"scripts": [
{
"parameters": [
{
"direction": "string",
"name": {},
"size": "int",
"type": "string",
"value": {}
}
],
"text": {},
"type": {}
}
]
}
}
針對 SparkJob,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "SparkJob",
"typeProperties": {
"args": [ {} ],
"className": {},
"conf": {},
"configurationType": "string",
"driverSize": {},
"executorSize": {},
"file": {},
"files": [ {} ],
"filesV2": [ {} ],
"numExecutors": {},
"pythonCodeReference": [ {} ],
"scanFolder": {},
"sparkConfig": {
"{customized property}": {}
},
"sparkJob": {
"referenceName": {},
"type": "string"
},
"targetBigDataPool": {
"referenceName": {},
"type": "string"
},
"targetSparkConfiguration": {
"referenceName": {},
"type": "string"
}
}
}
針對 SqlServerStoredProcedure,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "SqlServerStoredProcedure",
"typeProperties": {
"storedProcedureName": {},
"storedProcedureParameters": {}
}
}
針對 SynapseNotebook,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "SynapseNotebook",
"typeProperties": {
"conf": {},
"configurationType": "string",
"driverSize": {},
"executorSize": {},
"notebook": {
"referenceName": {},
"type": "string"
},
"numExecutors": {},
"parameters": {
"{customized property}": {
"type": "string",
"value": {}
}
},
"sparkConfig": {
"{customized property}": {}
},
"sparkPool": {
"referenceName": {},
"type": "string"
},
"targetSparkConfiguration": {
"referenceName": {},
"type": "string"
}
}
}
針對 WebActivity,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "WebActivity",
"typeProperties": {
"authentication": {
"credential": {
"referenceName": "string",
"type": "string"
},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"pfx": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"resource": {},
"type": "string",
"username": {},
"userTenant": {}
},
"body": {},
"connectVia": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"datasets": [
{
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
}
],
"disableCertValidation": "bool",
"headers": {
"{customized property}": {}
},
"httpRequestTimeout": {},
"linkedServices": [
{
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
}
],
"method": "string",
"turnOffAsync": "bool",
"url": {}
}
}
CopySink 物件
設定 類型 屬性,以指定物件的類型。
針對 AvroSink,請使用:
{
"formatSettings": {
"fileNamePrefix": {},
"maxRowsPerFile": {},
"recordName": "string",
"recordNamespace": "string",
"type": "string"
},
"storeSettings": {
"copyBehavior": {},
"disableMetricsCollection": {},
"maxConcurrentConnections": {},
"metadata": [
{
"name": {},
"value": {}
}
],
"type": "string"
// For remaining properties, see StoreWriteSettings objects
},
"type": "AvroSink"
}
針對 azureBlobFSSink
{
"copyBehavior": {},
"metadata": [
{
"name": {},
"value": {}
}
],
"type": "AzureBlobFSSink"
}
針對 AzureDataExplorerSink,請使用:
{
"flushImmediately": {},
"ingestionMappingAsJson": {},
"ingestionMappingName": {},
"type": "AzureDataExplorerSink"
}
針對 AzureDataLakeStoreSink,請使用:
{
"copyBehavior": {},
"enableAdlsSingleFileParallel": {},
"type": "AzureDataLakeStoreSink"
}
針對 AzureDatabricksDeltaLakeSink,請使用:
{
"importSettings": {
"dateFormat": {},
"timestampFormat": {},
"type": "string"
},
"preCopyScript": {},
"type": "AzureDatabricksDeltaLakeSink"
}
針對 azureMySqlSink
{
"preCopyScript": {},
"type": "AzureMySqlSink"
}
針對 azurePostgreSqlSink
{
"preCopyScript": {},
"type": "AzurePostgreSqlSink"
}
針對 azureQueueSink
{
"type": "AzureQueueSink"
}
針對 AzureSearchIndexSink,請使用:
{
"type": "AzureSearchIndexSink",
"writeBehavior": "string"
}
針對 azureSqlSink
{
"preCopyScript": {},
"sqlWriterStoredProcedureName": {},
"sqlWriterTableType": {},
"sqlWriterUseTableLock": {},
"storedProcedureParameters": {},
"storedProcedureTableTypeParameterName": {},
"tableOption": {},
"type": "AzureSqlSink",
"upsertSettings": {
"interimSchemaName": {},
"keys": {},
"useTempDB": {}
},
"writeBehavior": {}
}
針對 AzureTableSink,請使用:
{
"azureTableDefaultPartitionKeyValue": {},
"azureTableInsertType": {},
"azureTablePartitionKeyName": {},
"azureTableRowKeyName": {},
"type": "AzureTableSink"
}
針對 BinarySink,請使用:
{
"storeSettings": {
"copyBehavior": {},
"disableMetricsCollection": {},
"maxConcurrentConnections": {},
"metadata": [
{
"name": {},
"value": {}
}
],
"type": "string"
// For remaining properties, see StoreWriteSettings objects
},
"type": "BinarySink"
}
針對 BlobSink,請使用:
{
"blobWriterAddHeader": {},
"blobWriterDateTimeFormat": {},
"blobWriterOverwriteFiles": {},
"copyBehavior": {},
"metadata": [
{
"name": {},
"value": {}
}
],
"type": "BlobSink"
}
針對 CommonDataServiceForAppsSink,請使用:
{
"alternateKeyName": {},
"ignoreNullValues": {},
"type": "CommonDataServiceForAppsSink",
"writeBehavior": "string"
}
針對 CosmosDbMongoDbApiSink,請使用:
{
"type": "CosmosDbMongoDbApiSink",
"writeBehavior": {}
}
針對 CosmosDbSqlApiSink,請使用:
{
"type": "CosmosDbSqlApiSink",
"writeBehavior": {}
}
針對 DelimitedTextSink,請使用:
{
"formatSettings": {
"fileExtension": {},
"fileNamePrefix": {},
"maxRowsPerFile": {},
"quoteAllText": {},
"type": "string"
},
"storeSettings": {
"copyBehavior": {},
"disableMetricsCollection": {},
"maxConcurrentConnections": {},
"metadata": [
{
"name": {},
"value": {}
}
],
"type": "string"
// For remaining properties, see StoreWriteSettings objects
},
"type": "DelimitedTextSink"
}
針對 DocumentDbCollectionSink,請使用:
{
"nestingSeparator": {},
"type": "DocumentDbCollectionSink",
"writeBehavior": {}
}
針對 DynamicsCrmSink,請使用:
{
"alternateKeyName": {},
"ignoreNullValues": {},
"type": "DynamicsCrmSink",
"writeBehavior": "string"
}
針對 DynamicsSink,請使用:
{
"alternateKeyName": {},
"ignoreNullValues": {},
"type": "DynamicsSink",
"writeBehavior": "string"
}
針對 fileSystemSink
{
"copyBehavior": {},
"type": "FileSystemSink"
}
針對 IcebergSink,請使用:
{
"formatSettings": {
"type": "string"
},
"storeSettings": {
"copyBehavior": {},
"disableMetricsCollection": {},
"maxConcurrentConnections": {},
"metadata": [
{
"name": {},
"value": {}
}
],
"type": "string"
// For remaining properties, see StoreWriteSettings objects
},
"type": "IcebergSink"
}
針對 InformixSink,請使用:
{
"preCopyScript": {},
"type": "InformixSink"
}
針對 jsonSink
{
"formatSettings": {
"filePattern": {},
"type": "string"
},
"storeSettings": {
"copyBehavior": {},
"disableMetricsCollection": {},
"maxConcurrentConnections": {},
"metadata": [
{
"name": {},
"value": {}
}
],
"type": "string"
// For remaining properties, see StoreWriteSettings objects
},
"type": "JsonSink"
}
針對 LakeHouseTableSink,請使用:
{
"partitionNameList": {},
"partitionOption": {},
"tableActionOption": {},
"type": "LakeHouseTableSink"
}
針對 MicrosoftAccessSink,請使用:
{
"preCopyScript": {},
"type": "MicrosoftAccessSink"
}
針對 MongoDbAtlasSink,請使用:
{
"type": "MongoDbAtlasSink",
"writeBehavior": {}
}
針對 MongoDbV2Sink,請使用:
{
"type": "MongoDbV2Sink",
"writeBehavior": {}
}
針對 OdbcSink,請使用:
{
"preCopyScript": {},
"type": "OdbcSink"
}
針對 OracleSink,請使用:
{
"preCopyScript": {},
"type": "OracleSink"
}
針對 OrcSink,請使用:
{
"formatSettings": {
"fileNamePrefix": {},
"maxRowsPerFile": {},
"type": "string"
},
"storeSettings": {
"copyBehavior": {},
"disableMetricsCollection": {},
"maxConcurrentConnections": {},
"metadata": [
{
"name": {},
"value": {}
}
],
"type": "string"
// For remaining properties, see StoreWriteSettings objects
},
"type": "OrcSink"
}
針對 ParquetSink,請使用:
{
"formatSettings": {
"fileNamePrefix": {},
"maxRowsPerFile": {},
"type": "string"
},
"storeSettings": {
"copyBehavior": {},
"disableMetricsCollection": {},
"maxConcurrentConnections": {},
"metadata": [
{
"name": {},
"value": {}
}
],
"type": "string"
// For remaining properties, see StoreWriteSettings objects
},
"type": "ParquetSink"
}
針對 RestSink,請使用:
{
"additionalHeaders": {},
"httpCompressionType": {},
"httpRequestTimeout": {},
"requestInterval": {},
"requestMethod": {},
"type": "RestSink"
}
針對 SalesforceServiceCloudSink,請使用:
{
"externalIdFieldName": {},
"ignoreNullValues": {},
"type": "SalesforceServiceCloudSink",
"writeBehavior": "string"
}
針對 SalesforceServiceCloudV2Sink,請使用:
{
"externalIdFieldName": {},
"ignoreNullValues": {},
"type": "SalesforceServiceCloudV2Sink",
"writeBehavior": "string"
}
針對 SalesforceSink,請使用:
{
"externalIdFieldName": {},
"ignoreNullValues": {},
"type": "SalesforceSink",
"writeBehavior": "string"
}
針對 SalesforceV2Sink,請使用:
{
"externalIdFieldName": {},
"ignoreNullValues": {},
"type": "SalesforceV2Sink",
"writeBehavior": "string"
}
針對 SapCloudForCustomerSink,請使用:
{
"httpRequestTimeout": {},
"type": "SapCloudForCustomerSink",
"writeBehavior": "string"
}
針對 SnowflakeSink,請使用:
{
"importSettings": {
"additionalCopyOptions": {
"{customized property}": {}
},
"additionalFormatOptions": {
"{customized property}": {}
},
"storageIntegration": {},
"type": "string"
},
"preCopyScript": {},
"type": "SnowflakeSink"
}
針對 SnowflakeV2Sink,請使用:
{
"importSettings": {
"additionalCopyOptions": {
"{customized property}": {}
},
"additionalFormatOptions": {
"{customized property}": {}
},
"storageIntegration": {},
"type": "string"
},
"preCopyScript": {},
"type": "SnowflakeV2Sink"
}
針對 sqlDWSink
{
"allowCopyCommand": {},
"allowPolyBase": {},
"copyCommandSettings": {
"additionalOptions": {
"{customized property}": "string"
},
"defaultValues": [
{
"columnName": {},
"defaultValue": {}
}
]
},
"polyBaseSettings": {
"rejectSampleValue": {},
"rejectType": "string",
"rejectValue": {},
"useTypeDefault": {}
},
"preCopyScript": {},
"sqlWriterUseTableLock": {},
"tableOption": {},
"type": "SqlDWSink",
"upsertSettings": {
"interimSchemaName": {},
"keys": {}
},
"writeBehavior": {}
}
針對 sqlMISink
{
"preCopyScript": {},
"sqlWriterStoredProcedureName": {},
"sqlWriterTableType": {},
"sqlWriterUseTableLock": {},
"storedProcedureParameters": {},
"storedProcedureTableTypeParameterName": {},
"tableOption": {},
"type": "SqlMISink",
"upsertSettings": {
"interimSchemaName": {},
"keys": {},
"useTempDB": {}
},
"writeBehavior": {}
}
針對 sqlServerSink
{
"preCopyScript": {},
"sqlWriterStoredProcedureName": {},
"sqlWriterTableType": {},
"sqlWriterUseTableLock": {},
"storedProcedureParameters": {},
"storedProcedureTableTypeParameterName": {},
"tableOption": {},
"type": "SqlServerSink",
"upsertSettings": {
"interimSchemaName": {},
"keys": {},
"useTempDB": {}
},
"writeBehavior": {}
}
針對 sqlSink
{
"preCopyScript": {},
"sqlWriterStoredProcedureName": {},
"sqlWriterTableType": {},
"sqlWriterUseTableLock": {},
"storedProcedureParameters": {},
"storedProcedureTableTypeParameterName": {},
"tableOption": {},
"type": "SqlSink",
"upsertSettings": {
"interimSchemaName": {},
"keys": {},
"useTempDB": {}
},
"writeBehavior": {}
}
針對 WarehouseSink,請使用:
{
"allowCopyCommand": {},
"copyCommandSettings": {
"additionalOptions": {
"{customized property}": "string"
},
"defaultValues": [
{
"columnName": {},
"defaultValue": {}
}
]
},
"preCopyScript": {},
"tableOption": {},
"type": "WarehouseSink",
"writeBehavior": {}
}
FormatReadSettings 物件
設定 類型 屬性,以指定物件的類型。
針對 BinaryReadSettings,請使用:
{
"compressionProperties": {
"type": "string"
// For remaining properties, see CompressionReadSettings objects
},
"type": "BinaryReadSettings"
}
針對 DelimitedTextReadSettings,請使用:
{
"compressionProperties": {
"type": "string"
// For remaining properties, see CompressionReadSettings objects
},
"skipLineCount": {},
"type": "DelimitedTextReadSettings"
}
針對 jsonReadSettings
{
"compressionProperties": {
"type": "string"
// For remaining properties, see CompressionReadSettings objects
},
"type": "JsonReadSettings"
}
針對 ParquetReadSettings,請使用:
{
"compressionProperties": {
"type": "string"
// For remaining properties, see CompressionReadSettings objects
},
"type": "ParquetReadSettings"
}
針對 XmlReadSettings,請使用:
{
"compressionProperties": {
"type": "string"
// For remaining properties, see CompressionReadSettings objects
},
"detectDataType": {},
"namespacePrefixes": {},
"namespaces": {},
"type": "XmlReadSettings",
"validationMode": {}
}
SecretBase 物件
設定 類型 屬性,以指定物件的類型。
針對 AzureKeyVaultSecret,請使用:
{
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "AzureKeyVaultSecret"
}
針對 SecureString,請使用:
{
"type": "SecureString",
"value": "string"
}
StoreReadSettings 物件
設定 類型 屬性,以指定物件的類型。
針對 AmazonS3CompatibleReadSettings,請使用:
{
"deleteFilesAfterCompletion": {},
"enablePartitionDiscovery": {},
"fileListPath": {},
"modifiedDatetimeEnd": {},
"modifiedDatetimeStart": {},
"partitionRootPath": {},
"prefix": {},
"recursive": {},
"type": "AmazonS3CompatibleReadSettings",
"wildcardFileName": {},
"wildcardFolderPath": {}
}
針對 AmazonS3ReadSettings,請使用:
{
"deleteFilesAfterCompletion": {},
"enablePartitionDiscovery": {},
"fileListPath": {},
"modifiedDatetimeEnd": {},
"modifiedDatetimeStart": {},
"partitionRootPath": {},
"prefix": {},
"recursive": {},
"type": "AmazonS3ReadSettings",
"wildcardFileName": {},
"wildcardFolderPath": {}
}
針對 AzureBlobFSReadSettings,請使用:
{
"deleteFilesAfterCompletion": {},
"enablePartitionDiscovery": {},
"fileListPath": {},
"modifiedDatetimeEnd": {},
"modifiedDatetimeStart": {},
"partitionRootPath": {},
"recursive": {},
"type": "AzureBlobFSReadSettings",
"wildcardFileName": {},
"wildcardFolderPath": {}
}
針對 AzureBlobStorageReadSettings,請使用:
{
"deleteFilesAfterCompletion": {},
"enablePartitionDiscovery": {},
"fileListPath": {},
"modifiedDatetimeEnd": {},
"modifiedDatetimeStart": {},
"partitionRootPath": {},
"prefix": {},
"recursive": {},
"type": "AzureBlobStorageReadSettings",
"wildcardFileName": {},
"wildcardFolderPath": {}
}
針對 AzureDataLakeStoreReadSettings,請使用:
{
"deleteFilesAfterCompletion": {},
"enablePartitionDiscovery": {},
"fileListPath": {},
"listAfter": {},
"listBefore": {},
"modifiedDatetimeEnd": {},
"modifiedDatetimeStart": {},
"partitionRootPath": {},
"recursive": {},
"type": "AzureDataLakeStoreReadSettings",
"wildcardFileName": {},
"wildcardFolderPath": {}
}
針對 AzureFileStorageReadSettings,請使用:
{
"deleteFilesAfterCompletion": {},
"enablePartitionDiscovery": {},
"fileListPath": {},
"modifiedDatetimeEnd": {},
"modifiedDatetimeStart": {},
"partitionRootPath": {},
"prefix": {},
"recursive": {},
"type": "AzureFileStorageReadSettings",
"wildcardFileName": {},
"wildcardFolderPath": {}
}
針對 FileServerReadSettings,請使用:
{
"deleteFilesAfterCompletion": {},
"enablePartitionDiscovery": {},
"fileFilter": {},
"fileListPath": {},
"modifiedDatetimeEnd": {},
"modifiedDatetimeStart": {},
"partitionRootPath": {},
"recursive": {},
"type": "FileServerReadSettings",
"wildcardFileName": {},
"wildcardFolderPath": {}
}
針對 FtpReadSettings,請使用:
{
"deleteFilesAfterCompletion": {},
"disableChunking": {},
"enablePartitionDiscovery": {},
"fileListPath": {},
"partitionRootPath": {},
"recursive": {},
"type": "FtpReadSettings",
"useBinaryTransfer": {},
"wildcardFileName": {},
"wildcardFolderPath": {}
}
針對 GoogleCloudStorageReadSettings,請使用:
{
"deleteFilesAfterCompletion": {},
"enablePartitionDiscovery": {},
"fileListPath": {},
"modifiedDatetimeEnd": {},
"modifiedDatetimeStart": {},
"partitionRootPath": {},
"prefix": {},
"recursive": {},
"type": "GoogleCloudStorageReadSettings",
"wildcardFileName": {},
"wildcardFolderPath": {}
}
針對 HdfsReadSettings,請使用:
{
"deleteFilesAfterCompletion": {},
"distcpSettings": {
"distcpOptions": {},
"resourceManagerEndpoint": {},
"tempScriptPath": {}
},
"enablePartitionDiscovery": {},
"fileListPath": {},
"modifiedDatetimeEnd": {},
"modifiedDatetimeStart": {},
"partitionRootPath": {},
"recursive": {},
"type": "HdfsReadSettings",
"wildcardFileName": {},
"wildcardFolderPath": {}
}
針對 HttpReadSettings,請使用:
{
"additionalColumns": {},
"additionalHeaders": {},
"requestBody": {},
"requestMethod": {},
"requestTimeout": {},
"type": "HttpReadSettings"
}
針對 LakeHouseReadSettings,請使用:
{
"deleteFilesAfterCompletion": {},
"enablePartitionDiscovery": {},
"fileListPath": {},
"modifiedDatetimeEnd": {},
"modifiedDatetimeStart": {},
"partitionRootPath": {},
"recursive": {},
"type": "LakeHouseReadSettings",
"wildcardFileName": {},
"wildcardFolderPath": {}
}
針對 OracleCloudStorageReadSettings,請使用:
{
"deleteFilesAfterCompletion": {},
"enablePartitionDiscovery": {},
"fileListPath": {},
"modifiedDatetimeEnd": {},
"modifiedDatetimeStart": {},
"partitionRootPath": {},
"prefix": {},
"recursive": {},
"type": "OracleCloudStorageReadSettings",
"wildcardFileName": {},
"wildcardFolderPath": {}
}
針對 SftpReadSettings,請使用:
{
"deleteFilesAfterCompletion": {},
"disableChunking": {},
"enablePartitionDiscovery": {},
"fileListPath": {},
"modifiedDatetimeEnd": {},
"modifiedDatetimeStart": {},
"partitionRootPath": {},
"recursive": {},
"type": "SftpReadSettings",
"wildcardFileName": {},
"wildcardFolderPath": {}
}
CopySource 物件
設定 類型 屬性,以指定物件的類型。
針對 AmazonMWSSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "AmazonMWSSource"
}
針對 AmazonRdsForOracleSource,請使用:
{
"additionalColumns": {},
"oracleReaderQuery": {},
"partitionOption": {},
"partitionSettings": {
"partitionColumnName": {},
"partitionLowerBound": {},
"partitionNames": {},
"partitionUpperBound": {}
},
"queryTimeout": {},
"type": "AmazonRdsForOracleSource"
}
針對 AmazonRdsForSqlServerSource,請使用:
{
"additionalColumns": {},
"isolationLevel": {},
"partitionOption": {},
"partitionSettings": {
"partitionColumnName": {},
"partitionLowerBound": {},
"partitionUpperBound": {}
},
"produceAdditionalTypes": {},
"queryTimeout": {},
"sqlReaderQuery": {},
"sqlReaderStoredProcedureName": {},
"storedProcedureParameters": {},
"type": "AmazonRdsForSqlServerSource"
}
針對 AmazonRedshiftSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"redshiftUnloadSettings": {
"bucketName": {},
"s3LinkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
}
},
"type": "AmazonRedshiftSource"
}
針對 AvroSource,請使用:
{
"additionalColumns": {},
"storeSettings": {
"disableMetricsCollection": {},
"maxConcurrentConnections": {},
"type": "string"
// For remaining properties, see StoreReadSettings objects
},
"type": "AvroSource"
}
針對 AzureBlobFSSource,請使用:
{
"recursive": {},
"skipHeaderLineCount": {},
"treatEmptyAsNull": {},
"type": "AzureBlobFSSource"
}
針對 AzureDataExplorerSource,請使用:
{
"additionalColumns": {},
"noTruncation": {},
"query": {},
"queryTimeout": {},
"type": "AzureDataExplorerSource"
}
針對 azureDataLakeStoreSource
{
"recursive": {},
"type": "AzureDataLakeStoreSource"
}
針對 AzureDatabricksDeltaLakeSource,請使用:
{
"exportSettings": {
"dateFormat": {},
"timestampFormat": {},
"type": "string"
},
"query": {},
"type": "AzureDatabricksDeltaLakeSource"
}
針對 azureMariaDBSource
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "AzureMariaDBSource"
}
針對 azureMySqlSource
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "AzureMySqlSource"
}
針對 azurePostgreSqlSource
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "AzurePostgreSqlSource"
}
針對 AzureSqlSource,請使用:
{
"additionalColumns": {},
"isolationLevel": {},
"partitionOption": {},
"partitionSettings": {
"partitionColumnName": {},
"partitionLowerBound": {},
"partitionUpperBound": {}
},
"produceAdditionalTypes": {},
"queryTimeout": {},
"sqlReaderQuery": {},
"sqlReaderStoredProcedureName": {},
"storedProcedureParameters": {},
"type": "AzureSqlSource"
}
針對 AzureTableSource,請使用:
{
"additionalColumns": {},
"azureTableSourceIgnoreTableNotFound": {},
"azureTableSourceQuery": {},
"queryTimeout": {},
"type": "AzureTableSource"
}
針對 BinarySource,請使用:
{
"formatSettings": {
"compressionProperties": {
"type": "string"
// For remaining properties, see CompressionReadSettings objects
},
"type": "string"
},
"storeSettings": {
"disableMetricsCollection": {},
"maxConcurrentConnections": {},
"type": "string"
// For remaining properties, see StoreReadSettings objects
},
"type": "BinarySource"
}
針對 BlobSource,請使用:
{
"recursive": {},
"skipHeaderLineCount": {},
"treatEmptyAsNull": {},
"type": "BlobSource"
}
針對 CassandraSource,請使用:
{
"additionalColumns": {},
"consistencyLevel": "string",
"query": {},
"queryTimeout": {},
"type": "CassandraSource"
}
針對 CommonDataServiceForAppsSource,請使用:
{
"additionalColumns": {},
"query": {},
"type": "CommonDataServiceForAppsSource"
}
針對 ConcurSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "ConcurSource"
}
針對 CosmosDbMongoDbApiSource,請使用:
{
"additionalColumns": {},
"batchSize": {},
"cursorMethods": {
"limit": {},
"project": {},
"skip": {},
"sort": {}
},
"filter": {},
"queryTimeout": {},
"type": "CosmosDbMongoDbApiSource"
}
針對 CosmosDbSqlApiSource,請使用:
{
"additionalColumns": {},
"detectDatetime": {},
"pageSize": {},
"preferredRegions": {},
"query": {},
"type": "CosmosDbSqlApiSource"
}
針對 CouchbaseSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "CouchbaseSource"
}
針對 Db2Source,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "Db2Source"
}
針對 DelimitedTextSource,請使用:
{
"additionalColumns": {},
"formatSettings": {
"compressionProperties": {
"type": "string"
// For remaining properties, see CompressionReadSettings objects
},
"skipLineCount": {},
"type": "string"
},
"storeSettings": {
"disableMetricsCollection": {},
"maxConcurrentConnections": {},
"type": "string"
// For remaining properties, see StoreReadSettings objects
},
"type": "DelimitedTextSource"
}
針對 DocumentDbCollectionSource,請使用:
{
"additionalColumns": {},
"nestingSeparator": {},
"query": {},
"queryTimeout": {},
"type": "DocumentDbCollectionSource"
}
針對 DrillSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "DrillSource"
}
若為 DynamicsAXSource,請使用:
{
"additionalColumns": {},
"httpRequestTimeout": {},
"query": {},
"queryTimeout": {},
"type": "DynamicsAXSource"
}
針對 DynamicsCrmSource,請使用:
{
"additionalColumns": {},
"query": {},
"type": "DynamicsCrmSource"
}
針對 DynamicsSource,請使用:
{
"additionalColumns": {},
"query": {},
"type": "DynamicsSource"
}
針對 EloquaSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "EloquaSource"
}
針對 ExcelSource,請使用:
{
"additionalColumns": {},
"storeSettings": {
"disableMetricsCollection": {},
"maxConcurrentConnections": {},
"type": "string"
// For remaining properties, see StoreReadSettings objects
},
"type": "ExcelSource"
}
針對 FileSystemSource,請使用:
{
"additionalColumns": {},
"recursive": {},
"type": "FileSystemSource"
}
針對 GoogleAdWordsSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "GoogleAdWordsSource"
}
針對 GoogleBigQuerySource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "GoogleBigQuerySource"
}
針對 GoogleBigQueryV2Source,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "GoogleBigQueryV2Source"
}
針對 GreenplumSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "GreenplumSource"
}
針對 HBaseSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "HBaseSource"
}
針對 HdfsSource,請使用:
{
"distcpSettings": {
"distcpOptions": {},
"resourceManagerEndpoint": {},
"tempScriptPath": {}
},
"recursive": {},
"type": "HdfsSource"
}
針對 HiveSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "HiveSource"
}
針對 HttpSource,請使用:
{
"httpRequestTimeout": {},
"type": "HttpSource"
}
針對 HubspotSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "HubspotSource"
}
針對 ImpalaSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "ImpalaSource"
}
針對 InformixSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "InformixSource"
}
針對 JiraSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "JiraSource"
}
針對 JsonSource,請使用:
{
"additionalColumns": {},
"formatSettings": {
"compressionProperties": {
"type": "string"
// For remaining properties, see CompressionReadSettings objects
},
"type": "string"
},
"storeSettings": {
"disableMetricsCollection": {},
"maxConcurrentConnections": {},
"type": "string"
// For remaining properties, see StoreReadSettings objects
},
"type": "JsonSource"
}
針對 LakeHouseTableSource,請使用:
{
"additionalColumns": {},
"timestampAsOf": {},
"type": "LakeHouseTableSource",
"versionAsOf": {}
}
針對 MagentoSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "MagentoSource"
}
針對 MariaDBSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "MariaDBSource"
}
針對 MarketoSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "MarketoSource"
}
針對 MicrosoftAccessSource,請使用:
{
"additionalColumns": {},
"query": {},
"type": "MicrosoftAccessSource"
}
針對 MongoDbAtlasSource,請使用:
{
"additionalColumns": {},
"batchSize": {},
"cursorMethods": {
"limit": {},
"project": {},
"skip": {},
"sort": {}
},
"filter": {},
"queryTimeout": {},
"type": "MongoDbAtlasSource"
}
針對 MongoDbSource,請使用:
{
"additionalColumns": {},
"query": {},
"type": "MongoDbSource"
}
針對 MongoDbV2Source,請使用:
{
"additionalColumns": {},
"batchSize": {},
"cursorMethods": {
"limit": {},
"project": {},
"skip": {},
"sort": {}
},
"filter": {},
"queryTimeout": {},
"type": "MongoDbV2Source"
}
針對 MySqlSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "MySqlSource"
}
針對 netezzaSource ,請使用:
{
"additionalColumns": {},
"partitionOption": {},
"partitionSettings": {
"partitionColumnName": {},
"partitionLowerBound": {},
"partitionUpperBound": {}
},
"query": {},
"queryTimeout": {},
"type": "NetezzaSource"
}
針對 ODataSource,請使用:
{
"additionalColumns": {},
"httpRequestTimeout": {},
"query": {},
"type": "ODataSource"
}
針對 OdbcSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "OdbcSource"
}
針對 Office365Source,請使用:
{
"allowedGroups": {},
"dateFilterColumn": {},
"endTime": {},
"outputColumns": {},
"startTime": {},
"type": "Office365Source",
"userScopeFilterUri": {}
}
針對 OracleServiceCloudSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "OracleServiceCloudSource"
}
針對 OracleSource,請使用:
{
"additionalColumns": {},
"oracleReaderQuery": {},
"partitionOption": {},
"partitionSettings": {
"partitionColumnName": {},
"partitionLowerBound": {},
"partitionNames": {},
"partitionUpperBound": {}
},
"queryTimeout": {},
"type": "OracleSource"
}
針對 OrcSource,請使用:
{
"additionalColumns": {},
"storeSettings": {
"disableMetricsCollection": {},
"maxConcurrentConnections": {},
"type": "string"
// For remaining properties, see StoreReadSettings objects
},
"type": "OrcSource"
}
針對 ParquetSource,請使用:
{
"additionalColumns": {},
"formatSettings": {
"compressionProperties": {
"type": "string"
// For remaining properties, see CompressionReadSettings objects
},
"type": "string"
},
"storeSettings": {
"disableMetricsCollection": {},
"maxConcurrentConnections": {},
"type": "string"
// For remaining properties, see StoreReadSettings objects
},
"type": "ParquetSource"
}
針對 PaypalSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "PaypalSource"
}
針對 PhoenixSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "PhoenixSource"
}
針對 PostgreSqlSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "PostgreSqlSource"
}
針對 PostgreSqlV2Source,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "PostgreSqlV2Source"
}
針對 PrestoSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "PrestoSource"
}
針對 QuickBooksSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "QuickBooksSource"
}
針對 RelationalSource,請使用:
{
"additionalColumns": {},
"query": {},
"type": "RelationalSource"
}
針對 ResponsysSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "ResponsysSource"
}
針對 RestSource,請使用:
{
"additionalColumns": {},
"additionalHeaders": {},
"httpRequestTimeout": {},
"paginationRules": {},
"requestBody": {},
"requestInterval": {},
"requestMethod": {},
"type": "RestSource"
}
針對 SalesforceMarketingCloudSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "SalesforceMarketingCloudSource"
}
針對 SalesforceServiceCloudSource,請使用:
{
"additionalColumns": {},
"query": {},
"readBehavior": {},
"type": "SalesforceServiceCloudSource"
}
針對 SalesforceServiceCloudV2Source,請使用:
{
"additionalColumns": {},
"includeDeletedObjects": {},
"query": {},
"SOQLQuery": {},
"type": "SalesforceServiceCloudV2Source"
}
針對 SalesforceSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"readBehavior": {},
"type": "SalesforceSource"
}
針對 SalesforceV2Source,請使用:
{
"additionalColumns": {},
"includeDeletedObjects": {},
"pageSize": {},
"query": {},
"queryTimeout": {},
"SOQLQuery": {},
"type": "SalesforceV2Source"
}
針對 sapBwSource
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "SapBwSource"
}
針對 SapCloudForCustomerSource,請使用:
{
"additionalColumns": {},
"httpRequestTimeout": {},
"query": {},
"queryTimeout": {},
"type": "SapCloudForCustomerSource"
}
針對 SapEccSource,請使用:
{
"additionalColumns": {},
"httpRequestTimeout": {},
"query": {},
"queryTimeout": {},
"type": "SapEccSource"
}
針對 SapHanaSource,請使用:
{
"additionalColumns": {},
"packetSize": {},
"partitionOption": {},
"partitionSettings": {
"partitionColumnName": {}
},
"query": {},
"queryTimeout": {},
"type": "SapHanaSource"
}
針對 sapOdpSource
{
"additionalColumns": {},
"extractionMode": {},
"projection": {},
"queryTimeout": {},
"selection": {},
"subscriberProcess": {},
"type": "SapOdpSource"
}
針對 sapOpenHubSource ,請使用:
{
"additionalColumns": {},
"baseRequestId": {},
"customRfcReadTableFunctionModule": {},
"excludeLastRequest": {},
"queryTimeout": {},
"sapDataColumnDelimiter": {},
"type": "SapOpenHubSource"
}
若為 SapTableSource,請使用:
{
"additionalColumns": {},
"batchSize": {},
"customRfcReadTableFunctionModule": {},
"partitionOption": {},
"partitionSettings": {
"maxPartitionsNumber": {},
"partitionColumnName": {},
"partitionLowerBound": {},
"partitionUpperBound": {}
},
"queryTimeout": {},
"rfcTableFields": {},
"rfcTableOptions": {},
"rowCount": {},
"rowSkips": {},
"sapDataColumnDelimiter": {},
"type": "SapTableSource"
}
針對 ServiceNowSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "ServiceNowSource"
}
針對 ServiceNowV2Source,請使用:
{
"additionalColumns": {},
"expression": {
"operands": [
...
],
"operators": [ "string" ],
"type": "string",
"value": "string"
},
"pageSize": {},
"queryTimeout": {},
"type": "ServiceNowV2Source"
}
針對 SharePointOnlineListSource,請使用:
{
"httpRequestTimeout": {},
"query": {},
"type": "SharePointOnlineListSource"
}
針對 ShopifySource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "ShopifySource"
}
針對 SnowflakeSource,請使用:
{
"exportSettings": {
"additionalCopyOptions": {
"{customized property}": {}
},
"additionalFormatOptions": {
"{customized property}": {}
},
"storageIntegration": {},
"type": "string"
},
"query": {},
"type": "SnowflakeSource"
}
針對 SnowflakeV2Source,請使用:
{
"exportSettings": {
"additionalCopyOptions": {
"{customized property}": {}
},
"additionalFormatOptions": {
"{customized property}": {}
},
"storageIntegration": {},
"type": "string"
},
"query": {},
"type": "SnowflakeV2Source"
}
針對 SparkSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "SparkSource"
}
針對 sqlDWSource ,請使用:
{
"additionalColumns": {},
"isolationLevel": {},
"partitionOption": {},
"partitionSettings": {
"partitionColumnName": {},
"partitionLowerBound": {},
"partitionUpperBound": {}
},
"queryTimeout": {},
"sqlReaderQuery": {},
"sqlReaderStoredProcedureName": {},
"storedProcedureParameters": {},
"type": "SqlDWSource"
}
針對 sqlMISource
{
"additionalColumns": {},
"isolationLevel": {},
"partitionOption": {},
"partitionSettings": {
"partitionColumnName": {},
"partitionLowerBound": {},
"partitionUpperBound": {}
},
"produceAdditionalTypes": {},
"queryTimeout": {},
"sqlReaderQuery": {},
"sqlReaderStoredProcedureName": {},
"storedProcedureParameters": {},
"type": "SqlMISource"
}
針對 sqlServerSource
{
"additionalColumns": {},
"isolationLevel": {},
"partitionOption": {},
"partitionSettings": {
"partitionColumnName": {},
"partitionLowerBound": {},
"partitionUpperBound": {}
},
"produceAdditionalTypes": {},
"queryTimeout": {},
"sqlReaderQuery": {},
"sqlReaderStoredProcedureName": {},
"storedProcedureParameters": {},
"type": "SqlServerSource"
}
針對 SqlSource,請使用:
{
"additionalColumns": {},
"isolationLevel": {},
"partitionOption": {},
"partitionSettings": {
"partitionColumnName": {},
"partitionLowerBound": {},
"partitionUpperBound": {}
},
"queryTimeout": {},
"sqlReaderQuery": {},
"sqlReaderStoredProcedureName": {},
"storedProcedureParameters": {},
"type": "SqlSource"
}
針對 SquareSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "SquareSource"
}
針對 SybaseSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "SybaseSource"
}
針對 TeradataSource,請使用:
{
"additionalColumns": {},
"partitionOption": {},
"partitionSettings": {
"partitionColumnName": {},
"partitionLowerBound": {},
"partitionUpperBound": {}
},
"query": {},
"queryTimeout": {},
"type": "TeradataSource"
}
針對 VerticaSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "VerticaSource"
}
針對 WarehouseSource,請使用:
{
"additionalColumns": {},
"isolationLevel": {},
"partitionOption": {},
"partitionSettings": {
"partitionColumnName": {},
"partitionLowerBound": {},
"partitionUpperBound": {}
},
"queryTimeout": {},
"sqlReaderQuery": {},
"sqlReaderStoredProcedureName": {},
"storedProcedureParameters": {},
"type": "WarehouseSource"
}
針對 XeroSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "XeroSource"
}
針對 ZohoSource,請使用:
{
"additionalColumns": {},
"query": {},
"queryTimeout": {},
"type": "ZohoSource"
}
針對 WebSource,請使用:
{
"additionalColumns": {},
"type": "WebSource"
}
針對 XmlSource,請使用:
{
"additionalColumns": {},
"formatSettings": {
"compressionProperties": {
"type": "string"
// For remaining properties, see CompressionReadSettings objects
},
"detectDataType": {},
"namespacePrefixes": {},
"namespaces": {},
"type": "string",
"validationMode": {}
},
"storeSettings": {
"disableMetricsCollection": {},
"maxConcurrentConnections": {},
"type": "string"
// For remaining properties, see StoreReadSettings objects
},
"type": "XmlSource"
}
屬性值
活動
名字 | 描述 | 價值 |
---|---|---|
dependsOn | 活動取決於條件。 | ActivityDependency[] |
描述 | 活動描述。 | 字串 |
名字 | 活動名稱。 | 字串 (必要) |
onInactiveMarkAs | 當狀態設定為 [非使用中] 時,活動的狀態結果。 這是選擇性屬性,如果未在活動處於非使用中狀態時提供,則狀態預設會是 [成功]。 | 'Failed' '略過' 'Succeeded' |
州 | 活動狀態。 這是選擇性屬性,如果未提供,則狀態預設為 [作用中]。 | 'Active' 'Inactive' |
類型 | 設定為類型為 'AppendVariable' AppendVariableActivity。 針對 [AzureDataExplorerCommand] 類型 設定為 'AzureDataExplorerCommand',。 針對 azureFunctionActivity 類型 設定為 'AzureFunctionActivity'。 針對類型 AzureMLBatchExecutionActivity,設定為 'AzureMLBatchExecution'。 針對 azureMLExecutePipelineActivity 類型 設定為 'AzureMLExecutePipeline',。 針對 azureMLUpdateResourceActivity 類型 設定為 'AzureMLUpdateResource',。 針對 ExecutePipelineActivity 類型 設定為 'ExecutePipeline'。 針對 FailActivity 類型 設定為 [失敗]。 針對 filterActivity 類型 設定為 『Filter』,。 針對 forEachActivity 類型設定為 『ForEach』 forEachActivity。 將 類型設定為 'IfCondition' IfConditionActivity。 針對 SetVariableActivity 類型 設定為 'SetVariable'。 針對 SwitchActivity 類型 設定為 'Switch',。 將 類型設定為 'Until' UntilActivity。 設定為 [驗證],ValidationActivity 類型。 針對 waitActivity 類型設定為 『Wait』 。 設定為 'WebHook' 類型 WebHookActivity。 針對 copyActivity 類型 設定為 'Copy'。 針對 customActivity 類型設定為 'Custom' 。 針對 DataLakeAnalyticsUsqlActivity 類型 設定為 'DataLakeAnalyticsU-SQL',。 針對 DatabricksNotebookActivity 類型 設定為 'DatabricksNotebook',。 針對 databricksSparkJarActivity 類型 設定為 'DatabricksSparkJar',。 針對 databricksSparkPythonActivity 類型 設定為 'DatabricksSparkPython',。 針對 deleteActivity 類型設定為 'Delete' DeleteActivity。 針對 ExecuteDataFlowActivity 類型 設定為 'ExecuteDataFlow',。 針對 ExecuteSsisPackageActivity 類型 設定為 'ExecuteSSISPackage',。 針對 executeWranglingDataflowActivity 類型設定為 'ExecuteWranglingDataflow',。 針對 getMetadataActivity 類型設定為 『GetMetadata』,。 針對 HDInsightHiveActivity 類型 設定為 'HDInsightHive',。 針對 HDInsightMapReduce 類型設定為 'HDInsightMapReduce',。 針對 HDInsightPigActivity 類型設定為 'HDInsightPig',。 針對 HDInsightSparkActivity 類型設定為 'HDInsightSpark',。 針對 HDInsightStreamingActivity 類型 設定為 'HDInsightStreaming',。 針對 lookupActivity 類型 設定為 'Lookup',。 設定為類型為 'Script' ScriptActivity。 針對類型 SynapseSparkJobDefinitionActivity設定為 'SparkJob'。 針對類型設定為 'SqlServerStoredProcedure',SqlServerStoredProcedureActivity。 針對 synapseNotebookActivity 類型 設定為 'SynapseNotebook',。 將 類型設定為 'WebActivity',WebActivity。 | 'AppendVariable' 'AzureDataExplorerCommand' 'AzureFunctionActivity' 'AzureMLBatchExecution' 'AzureMLExecutePipeline' 'AzureMLUpdateResource' 'Copy' 'Custom' 'DatabricksNotebook' 'DatabricksSparkJar' 'DatabricksSparkPython' 'DataLakeAnalyticsU-SQL' 'Delete' 'ExecuteDataFlow' 'ExecutePipeline' 'ExecuteSSISPackage' 'ExecuteWranglingDataflow' 'Fail' 'Filter' 'ForEach' 'GetMetadata' 'HDInsightHive' 'HDInsightMapReduce' 'HDInsightPig' 'HDInsightSpark' 'HDInsightStreaming' 'IfCondition' 'Lookup' 'Script' 'SetVariable' 'SparkJob' 'SqlServerStoredProcedure' 'Switch' 'SynapseNotebook' 'Until' 'Validation' 'Wait' 'WebActivity' 'WebHook' (必要) |
userProperties | 活動用戶屬性。 | UserProperty[] |
ActivityDependency
名字 | 描述 | 價值 |
---|---|---|
活動 | 活動名稱。 | 字串 (必要) |
dependencyConditions | 相依性 Match-Condition。 | 包含任何的字串數組: 'Completed' 'Failed' '略過' 'Succeeded' (必要) |
ActivityPolicy
名字 | 描述 | 價值 | ||
---|---|---|---|---|
重試 | 一般重試次數上限。 預設值為 0。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 | ||
retryIntervalInSeconds | 每個重試嘗試之間的間隔(以秒為單位)。 預設值為30秒。 | int 約束: 最小值 = 30 最大值 = 86400 |
||
secureInput | 當設定為 true 時,來自活動的輸入會被視為安全,且不會記錄到監視。 | bool | ||
secureOutput | 設定為 true 時,活動輸出會視為安全,且不會記錄到監視。 | bool | ||
超時 | 指定要執行之活動的逾時。 默認逾時為 7 天。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
AmazonMWSSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'AmazonMWSSource' (必要) |
AmazonRdsForOraclePartitionSettings
名字 | 描述 | 價值 |
---|---|---|
partitionColumnName | 整數類型中的數據行名稱,將用於繼續範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionNames | AmazonRdsForOracle 數據表之實體分割區的名稱。 | 任何 |
partitionUpperBound | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
AmazonRdsForOracleSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
oracleReaderQuery | AmazonRdsForOracle 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將平行讀取 AmazonRdsForOracle 的數據分割機制。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionSettings | 將用於 AmazonRdsForOracle 來源數據分割的設定。 | AmazonRdsForOraclePartitionSettings | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'AmazonRdsForOracleSource' (必要) |
AmazonRdsForSqlServerSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
isolationLevel | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 | 任何 | ||
partitionSettings | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings | ||
produceAdditionalTypes | 要產生的其他類型。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sqlReaderQuery | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
sqlReaderStoredProcedureName | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 | ||
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 | ||
類型 | 複製來源類型。 | 'AmazonRdsForSqlServerSource' (必要) |
AmazonRedshiftSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
redshiftUnloadSettings | 從 Amazon Redshift 複製並卸除時,臨時 Amazon S3 所需的 Amazon S3 設定。 如此一來,Amazon Redshift 來源的數據會先卸載到 S3,然後從過渡 S3 複製到目標接收中。 | RedshiftUnloadSettings | ||
類型 | 複製來源類型。 | 'AmazonRedshiftSource' (必要) |
AmazonS3CompatibleReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
前綴 | S3 Compatible 物件名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'AmazonS3CompatibleReadSettings' (必要) |
wildcardFileName | Amazon S3 相容通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Amazon S3 兼容的通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
AmazonS3ReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
前綴 | S3 物件名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'AmazonS3ReadSettings' (必要) |
wildcardFileName | AmazonS3 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | AmazonS3 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
AppendVariableActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'AppendVariable' (必要) |
typeProperties | 附加變數活動屬性。 | AppendVariableActivityTypeProperties (必要) |
AppendVariableActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
價值 | 要附加的值。 類型:可以是變數專案的靜態值比對類型,或是具有變數專案 resultType 比對類型的 Expression | 任何 |
variableName | 必須附加其值之變數的名稱。 | 字串 |
AvroSink
名字 | 描述 | 價值 |
---|---|---|
formatSettings | Avro 格式設定。 | AvroWriteSettings |
storeSettings | Avro 存放區設定。 | StoreWriteSettings |
類型 | 複製接收類型。 | 'AvroSink' (必要) |
AvroSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
storeSettings | Avro 存放區設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'AvroSource' (必要) |
AvroWriteSettings
名字 | 描述 | 價值 |
---|---|---|
fileNamePrefix | <fileNamePrefix>_<fileIndex>指定檔名模式。從不含 partitionOptions 的非檔案存放區複製時,<fileExtension>。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
recordName | 寫入結果中的最上層記錄名稱,這是AVRO規格中的必要專案。 | 字串 |
recordNamespace | 在寫入結果中記錄命名空間。 | 字串 |
類型 | 寫入設定類型。 | 字串 (必要) |
AzureBlobFSReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'AzureBlobFSReadSettings' (必要) |
wildcardFileName | Azure blobFS 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Azure blobFS 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureBlobFSSink
名字 | 描述 | 價值 |
---|---|---|
copyBehavior | 複製接收的複製行為類型。 Type:string (或 expression with resultType string) 。 | 任何 |
元數據 | 指定要新增至接收數據的自定義元數據。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | MetadataItem[] |
類型 | 複製接收類型。 | 'AzureBlobFSSink' (必要) |
AzureBlobFSSource
名字 | 描述 | 價值 |
---|---|---|
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
skipHeaderLineCount | 要略過每個 Blob 的標頭行數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
treatEmptyAsNull | 將空白視為 null。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製來源類型。 | 'AzureBlobFSSource' (必要) |
AzureBlobFSWriteSettings
名字 | 描述 | 價值 |
---|---|---|
blockSizeInMB | 指出將數據寫入 Blob 時的區塊大小(MB)。 類型:integer (或 expression with resultType integer) 。 | 任何 |
類型 | 寫入設定類型。 | 'AzureBlobFSWriteSettings' (必要) |
AzureBlobStorageReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
前綴 | Azure Blob 名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'AzureBlobStorageReadSettings' (必要) |
wildcardFileName | Azure Blob 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Azure Blob 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureBlobStorageWriteSettings
名字 | 描述 | 價值 |
---|---|---|
blockSizeInMB | 指出將數據寫入 Blob 時的區塊大小(MB)。 類型:integer (或 expression with resultType integer) 。 | 任何 |
類型 | 寫入設定類型。 | 'AzureBlobStorageWriteSettings' (必要) |
AzureDatabricksDeltaLakeExportCommand
名字 | 描述 | 價值 |
---|---|---|
dateFormat | 在 Azure Databricks Delta Lake Copy 中指定 csv 的日期格式。 Type:string (或 expression with resultType string) 。 | 任何 |
timestampFormat | 在 Azure Databricks Delta Lake Copy 中指定 csv 的時間戳格式。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 匯出設定類型。 | 字串 (必要) |
AzureDatabricksDeltaLakeImportCommand
名字 | 描述 | 價值 |
---|---|---|
dateFormat | 在 Azure Databricks Delta Lake Copy 中指定 csv 的日期格式。 Type:string (或 expression with resultType string) 。 | 任何 |
timestampFormat | 在 Azure Databricks Delta Lake Copy 中指定 csv 的時間戳格式。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 匯入設定類型。 | 字串 (必要) |
AzureDatabricksDeltaLakeSink
名字 | 描述 | 價值 |
---|---|---|
importSettings | Azure Databricks Delta Lake 匯入設定。 | AzureDatabricksDeltaLakeImportCommand |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'AzureDatabricksDeltaLakeSink' (必要) |
AzureDatabricksDeltaLakeSource
名字 | 描述 | 價值 |
---|---|---|
exportSettings | Azure Databricks Delta Lake 匯出設定。 | AzureDatabricksDeltaLakeExportCommand |
查詢 | Azure Databricks Delta Lake Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'AzureDatabricksDeltaLakeSource' (必要) |
AzureDataExplorerCommandActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'AzureDataExplorerCommand' (必要) |
typeProperties | Azure 資料總管命令活動屬性。 | AzureDataExplorerCommandActivityTypeProperties (必要) |
AzureDataExplorerCommandActivityTypeProperties
名字 | 描述 | 價值 | ||
---|---|---|---|---|
命令 | 控件命令,根據 Azure 數據總管命令語法。 Type:string (或 expression with resultType string) 。 | 任何 (必要) | ||
commandTimeout | 控制命令逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9]))..) | 任何 |
AzureDataExplorerSink
名字 | 描述 | 價值 |
---|---|---|
flushImmediately | 如果設定為 true,則會略過任何匯總。 默認值為 false。 類型:布爾值。 | 任何 |
ingestionMappingAsJson | JSON 格式提供的明確數據行對應描述。 類型:字串。 | 任何 |
ingestionMappingName | 在目標 Kusto 數據表上定義的預先建立 csv 對應名稱。 類型:字串。 | 任何 |
類型 | 複製接收類型。 | 'AzureDataExplorerSink' (必要) |
AzureDataExplorerSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
noTruncation | 布爾選項的名稱,控制截斷是否套用至超出特定數據列計數限制的結果集。 | 任何 | ||
查詢 | 資料庫查詢。 應該是 Kusto 查詢語言 (KQL) 查詢。 Type:string (或 expression with resultType string) 。 | 任何 (必要) | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])).. | 任何 |
類型 | 複製來源類型。 | 'AzureDataExplorerSource' (必要) |
AzureDataLakeStoreReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
listAfter | 根據檔案/資料夾名稱的語彙順序,列出值之後的檔案(獨佔)。 適用於數據集中的 folderPath 底下,以及篩選 folderPath 底下的檔案/子資料夾。 Type:string (或 expression with resultType string) 。 | 任何 |
listBefore | 根據檔案/資料夾名稱的語彙順序,列出值(含)之前的檔案。 適用於數據集中的 folderPath 底下,以及篩選 folderPath 底下的檔案/子資料夾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'AzureDataLakeStoreReadSettings' (必要) |
wildcardFileName | ADLS 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | ADLS 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureDataLakeStoreSink
名字 | 描述 | 價值 |
---|---|---|
copyBehavior | 複製接收的複製行為類型。 Type:string (或 expression with resultType string) 。 | 任何 |
enableAdlsSingleFileParallel | 單一檔案平行。 | 任何 |
類型 | 複製接收類型。 | 'AzureDataLakeStoreSink' (必要) |
AzureDataLakeStoreSource
名字 | 描述 | 價值 |
---|---|---|
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製來源類型。 | 'AzureDataLakeStoreSource' (必要) |
AzureDataLakeStoreWriteSettings
名字 | 描述 | 價值 |
---|---|---|
expiryDateTime | 指定寫入檔案的到期時間。 時間會以 “2018-12-01T05:00:00Z” 的格式套用至 UTC 時區。 預設值為 NULL。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 寫入設定類型。 | 'AzureDataLakeStoreWriteSettings' (必要) |
AzureFileStorageReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
前綴 | 從根路徑開始之 Azure 檔名的前置詞篩選。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'AzureFileStorageReadSettings' (必要) |
wildcardFileName | Azure 檔案記憶體通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Azure 檔案記憶體通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureFileStorageWriteSettings
名字 | 描述 | 價值 |
---|---|---|
類型 | 寫入設定類型。 | 'AzureFileStorageWriteSettings' (必要) |
AzureFunctionActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'AzureFunctionActivity' (必要) |
typeProperties | Azure Function 活動屬性。 | AzureFunctionActivityTypeProperties (必要) |
AzureFunctionActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
身體 | 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 expression with resultType 字串串的表達式)。 | 任何 |
functionName | Azure 函式活動將呼叫的函式名稱。 類型:string (或 expression with resultType string) | 任何 (必要) |
頭 | 表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 Type:string (或 expression with resultType string) 。 | AzureFunctionActivityTypePropertiesHeaders |
方法 | 目標端點的 Rest API 方法。 | 'DELETE' 'GET' 'HEAD' 'OPTIONS' 'POST' 'PUT' 'TRACE' (必要) |
AzureFunctionActivityTypePropertiesHeaders
名字 | 描述 | 價值 |
---|
AzureKeyVaultSecretReference
名字 | 描述 | 價值 |
---|---|---|
secretName | Azure Key Vault 中的秘密名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
secretVersion | Azure Key Vault 中的秘密版本。 預設值是最新版本的秘密。 Type:string (或 expression with resultType string) 。 | 任何 |
商店 | Azure Key Vault 鏈接服務參考。 | LinkedServiceReference (必要) |
類型 | 秘密的類型。 | 'AzureKeyVaultSecret' (必要) |
AzureMariaDBSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'AzureMariaDBSource' (必要) |
AzureMLBatchExecutionActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'AzureMLBatchExecution' (必要) |
typeProperties | Azure ML 批次執行活動屬性。 | AzureMLBatchExecutionActivityTypeProperties (必要) |
AzureMLBatchExecutionActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
globalParameters | 要傳遞至 Azure ML 批次執行服務端點的索引鍵、值組。 密鑰必須符合已發佈 Azure ML Web 服務中所定義的 Web 服務參數名稱。 值將會在 Azure ML 批次執行要求的 GlobalParameters 屬性中傳遞。 | AzureMLBatchExecutionActivityTypePropertiesGlobalParameters |
webServiceInputs | 索引鍵、值組,將 Azure ML 端點的 Web 服務輸入名稱對應至指定輸入 Blob 位置的 AzureMLWebServiceFile 物件。 這項資訊將會傳遞至 Azure ML 批次執行要求的 WebServiceInputs 屬性。 | AzureMLBatchExecutionActivityTypePropertiesWebServiceInputs |
webServiceOutputs | 索引鍵、值組,將 Azure ML 端點的 Web 服務輸出名稱對應至指定輸出 Blob 位置的 AzureMLWebServiceFile 物件。 這項資訊將會傳遞至 Azure ML 批次執行要求的 WebServiceOutputs 屬性。 | AzureMLBatchExecutionActivityTypePropertiesWebServiceOutputs |
AzureMLBatchExecutionActivityTypePropertiesGlobalParameters
名字 | 描述 | 價值 |
---|
AzureMLBatchExecutionActivityTypePropertiesWebServiceInputs
名字 | 描述 | 價值 |
---|
AzureMLBatchExecutionActivityTypePropertiesWebServiceOutputs
名字 | 描述 | 價值 |
---|
AzureMLExecutePipelineActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'AzureMLExecutePipeline' (必要) |
typeProperties | Azure ML 執行管線活動屬性。 | AzureMLExecutePipelineActivityTypeProperties (必要) |
AzureMLExecutePipelineActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
continueOnStepFailure | 如果步驟失敗,是否要繼續執行 PipelineRun 中的其他步驟。 此資訊將會在已發佈管線執行要求的continueOnStepFailure屬性中傳遞。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
dataPathAssignments | 用於變更數據路徑指派而不進行重新定型的字典。 值將會傳入已發佈管線執行要求的 dataPathAssignments 屬性。 Type:object (或 Expression with resultType 物件)。 | 任何 |
experimentName | 執行管線執行的執行歷程記錄實驗名稱。 此資訊將會傳遞在已發佈管線執行要求的 ExperimentName 屬性中。 Type:string (或 expression with resultType string) 。 | 任何 |
mlParentRunId | 父 Azure ML 服務管線執行標識碼。此資訊將會傳入已發佈管線執行要求的 ParentRunId 屬性。 Type:string (或 expression with resultType string) 。 | 任何 |
mlPipelineEndpointId | 已發佈之 Azure ML 管線端點的標識碼。 Type:string (或 expression with resultType string) 。 | 任何 |
mlPipelineId | 已發佈 Azure ML 管線的標識碼。 Type:string (或 expression with resultType string) 。 | 任何 |
mlPipelineParameters | 要傳遞至已發佈 Azure ML 管線端點的索引鍵、值組。 索引鍵必須符合已發佈管線中定義的管線參數名稱。 值將會在已發佈管線執行要求的ParameterAssignments屬性中傳遞。 類型:具有索引鍵值組的物件(或具有 resultType 物件的 Expression)。 | 任何 |
版本 | 已發佈的 Azure ML 管線端點版本。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureMLUpdateResourceActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'AzureMLUpdateResource' (必要) |
typeProperties | Azure ML 更新資源管理活動屬性。 | AzureMLUpdateResourceActivityTypeProperties (必要) |
AzureMLUpdateResourceActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
trainedModelFilePath | trainedModelLinkedService 中的相對檔案路徑,表示更新作業將上傳的 .ilearner 檔案。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
trainedModelLinkedServiceName | 保存更新作業所上傳之 .ilearner 檔案的 Azure 記憶體連結服務名稱。 | LinkedServiceReference (必要) |
trainedModelName | 要更新之 Web 服務實驗中定型模型模組的名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
AzureMLWebServiceFile
名字 | 描述 | 價值 |
---|---|---|
filePath | LinkedService 所指定之 Azure Blob 記憶體中的相對檔案路徑,包括容器名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
linkedServiceName | Azure 記憶體 LinkedService 的參考,其中 Azure ML WebService 輸入/輸出檔案。 | LinkedServiceReference (必要) |
AzureMySqlSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | 開始複製之前要執行的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'AzureMySqlSink' (必要) |
AzureMySqlSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'AzureMySqlSource' (必要) |
AzurePostgreSqlSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | 開始複製之前要執行的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'AzurePostgreSqlSink' (必要) |
AzurePostgreSqlSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'AzurePostgreSqlSource' (必要) |
AzureQueueSink
名字 | 描述 | 價值 |
---|---|---|
類型 | 複製接收類型。 | 'AzureQueueSink' (必要) |
AzureSearchIndexSink
名字 | 描述 | 價值 |
---|---|---|
類型 | 複製接收類型。 | 'AzureSearchIndexSink' (必要) |
writeBehavior | 將檔向上插入 Azure 搜尋服務索引時,指定寫入行為。 | 'Merge' 'Upload' |
AzureSqlSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterStoredProcedureName | SQL 寫入器預存程式名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterTableType | SQL 寫入器數據表類型。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterUseTableLock | 是否要在大量複製期間使用數據表鎖定。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
storedProcedureParameters | SQL 預存程式參數。 | 任何 |
storedProcedureTableTypeParameterName | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
tableOption | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'AzureSqlSink' (必要) |
upsertSettings | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior | 將數據複製到 Azure SQL 時,寫入行為。 類型:SqlWriteBehaviorEnum (或 expression with resultType SqlWriteBehaviorEnum) | 任何 |
AzureSqlSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
isolationLevel | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionSettings | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings | ||
produceAdditionalTypes | 要產生的其他類型。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sqlReaderQuery | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
sqlReaderStoredProcedureName | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 | ||
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 | ||
類型 | 複製來源類型。 | 'AzureSqlSource' (必要) |
AzureTableSink
名字 | 描述 | 價值 |
---|---|---|
azureTableDefaultPartitionKeyValue | Azure 數據表預設分割區索引鍵值。 Type:string (或 expression with resultType string) 。 | 任何 |
azureTableInsertType | Azure 資料表插入類型。 Type:string (或 expression with resultType string) 。 | 任何 |
azureTablePartitionKeyName | Azure 資料表分割區索引鍵名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
azureTableRowKeyName | Azure 數據表數據列索引鍵名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'AzureTableSink' (必要) |
AzureTableSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
azureTableSourceIgnoreTableNotFound | 找不到 Azure 資料表來源忽略數據表。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
azureTableSourceQuery | Azure 數據表來源查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'AzureTableSource' (必要) |
BigDataPoolParametrizationReference
名字 | 描述 | 價值 |
---|---|---|
referenceName | 參考巨量數據集區名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
類型 | 巨量數據集區參考類型。 | 'BigDataPoolReference' (必要) |
BinaryReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
類型 | 讀取設定類型。 | 'BinaryReadSettings' (必要) |
BinaryReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
類型 | 讀取設定類型。 | 字串 (必要) |
BinarySink
名字 | 描述 | 價值 |
---|---|---|
storeSettings | 二進位存放區設定。 | StoreWriteSettings |
類型 | 複製接收類型。 | 'BinarySink' (必要) |
BinarySource
名字 | 描述 | 價值 |
---|---|---|
formatSettings | 二進位格式設定。 | BinaryReadSettings |
storeSettings | 二進位存放區設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'BinarySource' (必要) |
BlobSink
名字 | 描述 | 價值 |
---|---|---|
blobWriterAddHeader | Blob 寫入器新增標頭。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
blobWriterDateTimeFormat | Blob 寫入器日期時間格式。 Type:string (或 expression with resultType string) 。 | 任何 |
blobWriterOverwriteFiles | Blob 寫入器會覆寫檔案。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
copyBehavior | 複製接收的複製行為類型。 | 任何 |
元數據 | 指定要新增至接收數據的自定義元數據。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | MetadataItem[] |
類型 | 複製接收類型。 | 'BlobSink' (必要) |
BlobSource
名字 | 描述 | 價值 |
---|---|---|
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
skipHeaderLineCount | 要略過每個 Blob 的標頭行數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
treatEmptyAsNull | 將空白視為 null。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製來源類型。 | 'BlobSource' (必要) |
CassandraSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
consistencyLevel | 一致性層級會指定在將數據傳回用戶端應用程式之前,必須回應讀取要求多少個 Cassandra 伺服器。 Cassandra 會檢查指定的 Cassandra 伺服器數目,以取得符合讀取要求的數據。 必須是 cassandraSourceReadConsistencyLevels 的其中一個。 預設值為 『ONE』。 不區分大小寫。 | 'ALL' 'EACH_QUORUM' 'LOCAL_ONE' 'LOCAL_QUORUM' 'LOCAL_SERIAL' 'ONE' 'QUORUM' 'SERIAL' 'THREE' 'TWO' |
||
查詢 | 資料庫查詢。 應該是 SQL-92 查詢表示式或 Cassandra 查詢語言 (CQL) 命令。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'CassandraSource' (必要) |
CommonDataServiceForAppsSink
名字 | 描述 | 價值 |
---|---|---|
alternateKeyName | 替代索引鍵的邏輯名稱,會在更新插入記錄時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
ignoreNullValues | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製接收類型。 | 'CommonDataServiceForAppsSink' (必要) |
writeBehavior | 作業的寫入行為。 | 'Upsert' (必要) |
CommonDataServiceForAppsSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | FetchXML 是專屬的查詢語言,用於 Microsoft Common Data Service for Apps(在線 & 內部部署)。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'CommonDataServiceForAppsSource' (必要) |
CompressionReadSettings
名字 | 描述 | 價值 |
---|---|---|
類型 | 針對 tarGZipReadSettings 類型 設定為 'TarGZipReadSettings',。 針對 tarReadSettings 類型設定為 『TarReadSettings』,。 針對 ZipDeflateReadSettings 類型設定為 'ZipDeflateReadSettings',。 | 'TarGZipReadSettings' 'TarReadSettings' 'ZipDeflateReadSettings' (必要) |
ConcurSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'ConcurSource' (必要) |
ContinuationSettingsReference
名字 | 描述 | 價值 |
---|---|---|
continuationTtlInMinutes | 接續 TTL 以分鐘為單位。 | 任何 |
customizedCheckpointKey | 自訂的檢查點索引鍵。 | 任何 |
idleCondition | 閑置條件。 | 任何 |
CopyActivity
名字 | 描述 | 價值 |
---|---|---|
輸入 | 活動的輸入清單。 | DatasetReference[] |
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
輸出 | 活動的輸出清單。 | DatasetReference[] |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'Copy' (必要) |
typeProperties | 複製活動屬性。 | CopyActivityTypeProperties (必要) |
CopyActivityLogSettings
名字 | 描述 | 價值 |
---|---|---|
enableReliableLogging | 指定是否啟用可靠的記錄。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
logLevel | 取得或設定記錄層級、支援:資訊、警告。 Type:string (或 expression with resultType string) 。 | 任何 |
CopyActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
dataIntegrationUnits | 可用來執行此數據行動的數據整合單位數目上限。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
enableSkipIncompatibleRow | 是否略過不相容的數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enableStaging | 指定是否要透過過渡暫存複製數據。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
logSettings | 啟用記錄時,客戶需要提供的記錄設定。 | LogSettings |
logStorageSettings | (已被取代。請使用 LogSettings) 啟用工作階段記錄時,客戶必須提供的記錄記憶體設定。 | LogStorageSettings |
parallelCopies | 在來源或接收上開啟的並行會話數目上限,以避免多載數據存放區。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
保存 | 保留規則。 | any[] |
preserveRules | 保留規則。 | any[] |
redirectIncompatibleRowSettings | 當 EnableSkipIncompatibleRow 為 true 時,重新導向不相容的數據列設定。 | RedirectIncompatibleRowSettings |
沉 | 複製活動接收。 | CopySink (必要) |
skipErrorFile | 指定數據一致性的容錯。 | SkipErrorFile |
源 | 複製活動來源。 | CopySource (必要) |
stagingSettings | 指定 EnableStaging 為 true 時的過渡暫存設定。 | StagingSettings |
在線翻譯 | 複製活動翻譯工具。 如果未指定,則會使用表格式翻譯工具。 | 任何 |
validateDataConsistency | 是否要啟用數據一致性驗證。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
CopySink
名字 | 描述 | 價值 | ||
---|---|---|---|---|
disableMetricsCollection | 如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
maxConcurrentConnections | 接收資料存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
sinkRetryCount | 接收重試計數。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
sinkRetryWait | 接收重試等候。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 針對 avroSink 類型設定為 'AvroSink',AvroSink。 針對 azureBlobFSSink 類型 設定為 'AzureBlobFSSink'。 針對 azureDataExplorerSink 類型設定為 'AzureDataExplorerSink',。 針對 AzureDataLakeStoreSink 類型設定為 『AzureDataLakeStoreSink』,。 針對 azureDatabricksDeltaLakeSink 類型設定為 'AzureDatabricksDeltaLakeSink'類型。 針對 azureMySqlSink 類型設定為 'AzureMySqlSink',AzureMySqlSink。 針對 azurePostgreSqlSink 類型設定為 'AzurePostgreSqlSink' ,。 針對 azureQueueSink 類型 設定為 'AzureQueueSink',。 針對 azureSearchIndexSink 類型設定為 'AzureSearchIndexSink' 。 針對 azureSqlSink 類型 設定為 'AzureSqlSink',。 針對 azureTableSink 類型設定為 'AzureTableSink' 。 針對 binarySink 類型設定為 'BinarySink' binarySink。 針對 blobSink 類型 設定為 'BlobSink',。 針對 CommonDataServiceForAppsSink類型 |
'AvroSink' 'AzureBlobFSSink' 'AzureDatabricksDeltaLakeSink' 'AzureDataExplorerSink' 'AzureDataLakeStoreSink' 'AzureMySqlSink' 'AzurePostgreSqlSink' 'AzureQueueSink' 'AzureSearchIndexSink' 'AzureSqlSink' 'AzureTableSink' 'BinarySink' 'BlobSink' 'CommonDataServiceForAppsSink' 'CosmosDbMongoDbApiSink' 'CosmosDbSqlApiSink' 'DelimitedTextSink' 'DocumentDbCollectionSink' 'DynamicsCrmSink' 'DynamicsSink' 'FileSystemSink' 'IcebergSink' 'InformixSink' 'JsonSink' 'LakeHouseTableSink' 'MicrosoftAccessSink' 'MongoDbAtlasSink' 'MongoDbV2Sink' 'OdbcSink' 'OracleSink' 'OrcSink' 'ParquetSink' 'RestSink' 'SalesforceServiceCloudSink' 'SalesforceServiceCloudV2Sink' 'SalesforceSink' 'SalesforceV2Sink' 'SapCloudForCustomerSink' “SnowflakeSink” 'SnowflakeV2Sink' 'SqlDWSink' 'SqlMISink' 'SqlServerSink' 'SqlSink' 'WarehouseSink' (必要) |
||
writeBatchSize | 寫入批次大小。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 | ||
writeBatchTimeout | 寫入批次逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
CopySource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
disableMetricsCollection | 如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
maxConcurrentConnections | 源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
sourceRetryCount | 來源重試計數。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
sourceRetryWait | 來源重試等候。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 針對 amazonMWSSource 類型設定為 'AmazonMWSSource',。 針對 AmazonRdsForOracleSource 類型設定為 'AmazonRdsForOracleSource',。 針對 amazonRdsForSqlServerSource類型 |
'AmazonMWSSource' 'AmazonRdsForOracleSource' 'AmazonRdsForSqlServerSource' 'AmazonRedshiftSource' 'AvroSource' 'AzureBlobFSSource' 'AzureDatabricksDeltaLakeSource' 'AzureDataExplorerSource' 'AzureDataLakeStoreSource' 'AzureMariaDBSource' 'AzureMySqlSource' 'AzurePostgreSqlSource' 'AzureSqlSource' 'AzureTableSource' 'BinarySource' 'BlobSource' 'CassandraSource' 'CommonDataServiceForAppsSource' 'ConcurSource' 'CosmosDbMongoDbApiSource' 'CosmosDbSqlApiSource' 'CouchbaseSource' 'Db2Source' 'DelimitedTextSource' 'DocumentDbCollectionSource' 'DrillSource' 'DynamicsAXSource' 'DynamicsCrmSource' 'DynamicsSource' 'EloquaSource' 'ExcelSource' 'FileSystemSource' 'GoogleAdWordsSource' 'GoogleBigQuerySource' 'GoogleBigQueryV2Source' 'GreenplumSource' 'HBaseSource' 'HdfsSource' 'HiveSource' 'HttpSource' 'HubspotSource' 'ImpalaSource' 'InformixSource' 'JiraSource' 'JsonSource' 'LakeHouseTableSource' 'MagentoSource' 'MariaDBSource' 'MarketoSource' 'MicrosoftAccessSource' 'MongoDbAtlasSource' 'MongoDbSource' 'MongoDbV2Source' 'MySqlSource' 'NetezzaSource' 'ODataSource' 'OdbcSource' 'Office365Source' 'OracleServiceCloudSource' 'OracleSource' 'OrcSource' 'ParquetSource' 'PaypalSource' 'PhoenixSource' 'PostgreSqlSource' 'PostgreSqlV2Source' 'PrestoSource' 'QuickBooksSource' 'RelationalSource' 'ResponsysSource' 'RestSource' 'SalesforceMarketingCloudSource' 'SalesforceServiceCloudSource' 'SalesforceServiceCloudV2Source' 'SalesforceSource' 'SalesforceV2Source' 'SapBwSource' 'SapCloudForCustomerSource' 'SapEccSource' 'SapHanaSource' 'SapOdpSource' 'SapOpenHubSource' 'SapTableSource' 'ServiceNowSource' 'ServiceNowV2Source' 'SharePointOnlineListSource' 'ShopifySource' 'SnowflakeSource' 'SnowflakeV2Source' 'SparkSource' 'SqlDWSource' 'SqlMISource' 'SqlServerSource' 'SqlSource' 'SquareSource' 'SybaseSource' 'TeradataSource' 'VerticaSource' 'WarehouseSource' 'WebSource' 'XeroSource' 'XmlSource' 'ZohoSource' (必要) |
CosmosDbMongoDbApiSink
名字 | 描述 | 價值 |
---|---|---|
類型 | 複製接收類型。 | 'CosmosDbMongoDbApiSink' (必要) |
writeBehavior | 指定是否要覆寫具有相同索引鍵的檔(upsert),而不是擲回例外狀況(insert)。 預設值為 「insert」。 Type:string (或 expression with resultType string) 。 Type:string (或 expression with resultType string) 。 | 任何 |
CosmosDbMongoDbApiSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
batchSize | 指定要在 MongoDB 實體回應的每個批次中傳回的檔案數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
cursorMethods | Mongodb 查詢的數據指標方法。 | MongoDbCursorMethodsProperties | ||
濾波器 | 使用查詢運算子指定選取篩選。 若要傳回集合中的所有檔,請省略此參數或傳遞空白檔 ({})。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'CosmosDbMongoDbApiSource' (必要) |
CosmosDbSqlApiSink
名字 | 描述 | 價值 |
---|---|---|
類型 | 複製接收類型。 | 'CosmosDbSqlApiSink' (必要) |
writeBehavior | 描述如何將數據寫入 Azure Cosmos DB。 Type:string (或 expression with resultType string) 。 允許的值:insert 和 upsert。 | 任何 |
CosmosDbSqlApiSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
detectDatetime | 是否將基本值偵測為 datetime 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
pageSize | 結果的頁面大小。 類型:integer (或 expression with resultType integer) 。 | 任何 |
preferredRegions | 慣用的區域。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
查詢 | SQL API 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'CosmosDbSqlApiSource' (必要) |
CouchbaseSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'CouchbaseSource' (必要) |
CredentialReference
名字 | 描述 | 價值 |
---|---|---|
referenceName | 參考認證名稱。 | 字串 (必要) |
類型 | 認證參考類型。 | 'CredentialReference' (必要) |
CustomActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'Custom' (必要) |
typeProperties | 自訂活動屬性。 | CustomActivityTypeProperties (必要) |
CustomActivityReferenceObject
名字 | 描述 | 價值 |
---|---|---|
數據 | 數據集參考。 | DatasetReference[] |
linkedServices | 鏈接的服務參考。 | LinkedServiceReference[] |
CustomActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
autoUserSpecification | 使用者的提高許可權層級和範圍,預設值為非系統管理員工作。 Type:string (或 expression with resultType double) 的表達式。 | 任何 |
命令 | 自定義活動類型的命令:string (或 expression with resultType string)。 | 任何 (必要) |
extendedProperties | 使用者定義的屬性包。 對可以使用的索引鍵或值沒有任何限制。 使用者指定的自定義活動完全負責取用和解譯定義的內容。 | CustomActivityTypePropertiesExtendedProperties |
folderPath | 資源文件的資料夾路徑 類型:string (或 expression with resultType string)。 | 任何 |
referenceObjects | 參考物件 | CustomActivityReferenceObject |
resourceLinkedService | 資源連結服務參考。 | LinkedServiceReference |
retentionTimeInDays | 針對自訂活動提交的檔案保留時間。 類型:double(或 expressionType double 的運算式)。 | 任何 |
CustomActivityTypePropertiesExtendedProperties
名字 | 描述 | 價值 |
---|
DatabricksNotebookActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'DatabricksNotebook' (必要) |
typeProperties | Databricks Notebook 活動屬性。 | DatabricksNotebookActivityTypeProperties (必要) |
DatabricksNotebookActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
baseParameters | 要用於此作業每個回合的基底參數。如果筆記本採用未指定的參數,則會使用筆記本中的預設值。 | DatabricksNotebookActivityTypePropertiesBaseParameters |
圖書館 | 要安裝在將執行作業之叢集上的連結庫清單。 | DatabricksNotebookActivityTypePropertiesLibrariesItem[] |
notebookPath | 要在 Databricks 工作區中執行的筆記本絕對路徑。 此路徑的開頭必須是斜線。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DatabricksNotebookActivityTypePropertiesBaseParameters
名字 | 描述 | 價值 |
---|
DatabricksNotebookActivityTypePropertiesLibrariesItem
名字 | 描述 | 價值 |
---|
DatabricksSparkJarActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'DatabricksSparkJar' (必要) |
typeProperties | Databricks SparkJar 活動屬性。 | DatabricksSparkJarActivityTypeProperties (必要) |
DatabricksSparkJarActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖書館 | 要安裝在將執行作業之叢集上的連結庫清單。 | DatabricksSparkJarActivityTypePropertiesLibrariesItem[] |
mainClassName | 類別的完整名稱,其中包含要執行的主要方法。 這個類別必須包含在提供做為連結庫的 JAR 中。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
參數 | 將傳遞至 main 方法的參數。 | any[] |
DatabricksSparkJarActivityTypePropertiesLibrariesItem
名字 | 描述 | 價值 |
---|
DatabricksSparkPythonActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'DatabricksSparkPython' (必要) |
typeProperties | Databricks SparkPython 活動屬性。 | DatabricksSparkPythonActivityTypeProperties (必要) |
DatabricksSparkPythonActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖書館 | 要安裝在將執行作業之叢集上的連結庫清單。 | DatabricksSparkPythonActivityTypePropertiesLibrariesItem[] |
參數 | 將傳遞至 Python 檔案的命令行參數。 | any[] |
pythonFile | 要執行的 Python 檔案 URI。 支援 DBFS 路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DatabricksSparkPythonActivityTypePropertiesLibrariesItem
名字 | 描述 | 價值 |
---|
DataFlowReference
名字 | 描述 | 價值 |
---|---|---|
datasetParameters | 從數據集參考數據流參數。 | 任何 |
參數 | 數據流參數 | ParameterValueSpecification |
referenceName | 參考數據流名稱。 | 字串 (必要) |
類型 | 數據流參考類型。 | 'DataFlowReference' (必要) |
DataFlowStagingInfo
名字 | 描述 | 價值 |
---|---|---|
folderPath | 暫存 Blob 的資料夾路徑。 類型:string (或 expression with resultType string) | 任何 |
linkedService | 暫存連結服務參考。 | LinkedServiceReference |
DataLakeAnalyticsUsqlActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'DataLakeAnalyticsU-SQL' (必要) |
typeProperties | Data Lake Analytics U-SQL 活動屬性。 | DataLakeAnalyticsUsqlActivityTypeProperties (必要) |
DataLakeAnalyticsUsqlActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
compilationMode | U-SQL 的編譯模式。 必須是下列其中一個值:Semantic、Full 和SingleBox。 Type:string (或 expression with resultType string) 。 | 任何 |
degreeOfParallelism | 用來執行作業的節點數目上限。 預設值為 1。 類型:integer(或 Expression 含 resultType 整數的運算式),最小值:1。 | 任何 |
參數 | U-SQL 作業要求的參數。 | DataLakeAnalyticsUsqlActivityTypePropertiesParameters |
優先權 | 決定應該先選取已排入佇列的所有作業,以執行。 數位越低,優先順序越高。 預設值為 1000。 類型:integer(或 Expression 含 resultType 整數的運算式),最小值:1。 | 任何 |
runtimeVersion | 要使用的U-SQL引擎運行時間版本。 Type:string (或 expression with resultType string) 。 | 任何 |
scriptLinkedService | 編寫連結服務參考的腳本。 | LinkedServiceReference (必要) |
scriptPath | 包含U-SQL 文稿之資料夾的區分大小寫路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DataLakeAnalyticsUsqlActivityTypePropertiesParameters
名字 | 描述 | 價值 |
---|
DatasetReference
名字 | 描述 | 價值 |
---|---|---|
參數 | 數據集的自變數。 | ParameterValueSpecification |
referenceName | 參考數據集名稱。 | 字串 (必要) |
類型 | 數據集參考類型。 | 'DatasetReference' (必要) |
Db2Source
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'Db2Source' (必要) |
DeleteActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'Delete' (必要) |
typeProperties | 刪除活動屬性。 | DeleteActivityTypeProperties (必要) |
DeleteActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
數據 | 刪除活動數據集參考。 | DatasetReference (必要) |
enableLogging | 是否要記錄刪除活動執行的詳細記錄。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
logStorageSettings | 當 enableLogging 為 true 時,客戶必須提供記錄記憶體設定。 | LogStorageSettings |
maxConcurrentConnections | 同時連接數據源的最大並行連線。 | int 約束: 最小值 = 1 |
遞歸的 | 如果為 true,則會以遞歸方式刪除目前資料夾路徑下的檔案或子資料夾。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
storeSettings | 刪除活動存放區設定。 | StoreReadSettings |
DelimitedTextReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
skipLineCount | 指出從輸入檔案讀取資料時要略過的非空白數據列數目。 類型:integer (或 expression with resultType integer) 。 | 任何 |
類型 | 讀取設定類型。 | 'DelimitedTextReadSettings' (必要) |
DelimitedTextReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
skipLineCount | 指出從輸入檔案讀取資料時要略過的非空白數據列數目。 類型:integer (或 expression with resultType integer) 。 | 任何 |
類型 | 讀取設定類型。 | 字串 (必要) |
DelimitedTextSink
名字 | 描述 | 價值 |
---|---|---|
formatSettings | DelimitedText 格式設定。 | DelimitedTextWriteSettings |
storeSettings | DelimitedText 存放區設定。 | StoreWriteSettings |
類型 | 複製接收類型。 | 'DelimitedTextSink' (必要) |
DelimitedTextSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | DelimitedText 格式設定。 | DelimitedTextReadSettings |
storeSettings | DelimitedText 存放區設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'DelimitedTextSource' (必要) |
DelimitedTextWriteSettings
名字 | 描述 | 價值 |
---|---|---|
fileExtension | 用來建立檔案的擴展名。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
fileNamePrefix | <fileNamePrefix>_<fileIndex>指定檔名模式。從不含 partitionOptions 的非檔案存放區複製時,<fileExtension>。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
quoteAllText | 指出字串值是否一律以引號括住。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 寫入設定類型。 | 字串 (必要) |
DistcpSettings
名字 | 描述 | 價值 |
---|---|---|
distcpOptions | 指定 Distcp 選項。 Type:string (或 expression with resultType string) 。 | 任何 |
resourceManagerEndpoint | 指定 Yarn ResourceManager 端點。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
tempScriptPath | 指定將用來儲存暫存 Distcp 命令腳本的現有資料夾路徑。 腳本檔案是由ADF產生,將在複製作業完成後移除。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DocumentDbCollectionSink
名字 | 描述 | 價值 |
---|---|---|
nestingSeparator | 巢狀屬性分隔符。 預設值為 。 (點)。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'DocumentDbCollectionSink' (必要) |
writeBehavior | 描述如何將數據寫入 Azure Cosmos DB。 Type:string (或 expression with resultType string) 。 允許的值:insert 和 upsert。 | 任何 |
DocumentDbCollectionSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
nestingSeparator | 巢狀屬性分隔符。 Type:string (或 expression with resultType string) 。 | 任何 | ||
查詢 | 文件查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'DocumentDbCollectionSource' (必要) |
DrillSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'DrillSource' (必要) |
DWCopyCommandDefaultValue
名字 | 描述 | 價值 |
---|---|---|
columnName | 數據行名稱。 Type: object (或 Expression with resultType string)。 | 任何 |
defaultValue | 數據行的預設值。 Type: object (或 Expression with resultType string)。 | 任何 |
DWCopyCommandSettings
名字 | 描述 | 價值 |
---|---|---|
additionalOptions | 直接在複製命令中傳遞至 SQL DW 的其他選項。 類型:索引鍵值組(值應該是字串類型)(或具有 resultType 物件的 Expression)。 範例:“additionalOptions”: { “MAXERRORS”: “1000”, “DATEFORMAT”: “'ymd'” } | DWCopyCommandSettingsAdditionalOptions |
defaultValues | 指定 SQL DW 中每個目標資料行的預設值。 屬性中的預設值會覆寫 DB 中設定的 DEFAULT 條件約束,而標識列不能有預設值。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | DWCopyCommandDefaultValue[] |
DWCopyCommandSettingsAdditionalOptions
名字 | 描述 | 價值 |
---|
DynamicsAXSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
httpRequestTimeout | 要取得 HTTP 回應的逾時 (TimeSpan)。 這是取得回應的逾時,而不是讀取響應數據的逾時。 默認值:00:05:00。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'DynamicsAXSource' (必要) |
DynamicsCrmSink
名字 | 描述 | 價值 |
---|---|---|
alternateKeyName | 替代索引鍵的邏輯名稱,會在更新插入記錄時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
ignoreNullValues | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製接收類型。 | 'DynamicsCrmSink' (必要) |
writeBehavior | 作業的寫入行為。 | 'Upsert' (必要) |
DynamicsCrmSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | FetchXML 是一種專屬的查詢語言,用於 Microsoft Dynamics CRM(在線 & 內部部署)。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'DynamicsCrmSource' (必要) |
DynamicsSink
名字 | 描述 | 價值 |
---|---|---|
alternateKeyName | 替代索引鍵的邏輯名稱,會在更新插入記錄時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
ignoreNullValues | 旗標,指出寫入作業期間是否忽略輸入數據集的 Null 值(索引鍵欄位除外)。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製接收類型。 | 'DynamicsSink' (必要) |
writeBehavior | 作業的寫入行為。 | 'Upsert' (必要) |
DynamicsSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | FetchXML 是一種專屬的查詢語言,用於 Microsoft Dynamics(在線 & 內部部署)。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'DynamicsSource' (必要) |
EloquaSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'EloquaSource' (必要) |
ExcelSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
storeSettings | Excel 市集設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'ExcelSource' (必要) |
ExecuteDataFlowActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'ExecuteDataFlow' (必要) |
typeProperties | 執行數據流活動屬性。 | ExecuteDataFlowActivityTypeProperties (必要) |
ExecuteDataFlowActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
計算 | 數據流活動的計算屬性。 | ExecuteDataFlowActivityTypePropertiesCompute |
continuationSettings | 執行數據流活動的接續設定。 | ContinuationSettingsReference |
continueOnError | 繼續執行用於數據流執行的錯誤設定。 如果接收失敗,可讓處理繼續。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
dataFlow | 數據流參考。 | DataFlowReference (必要) |
integrationRuntime | 整合運行時間參考。 | IntegrationRuntimeReference |
runConcurrently | 用於數據流執行的並行執行設定。 允許同時處理具有相同儲存順序的接收。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
sourceStagingConcurrency | 指定適用於接收之來源的平行暫存數目。 類型:integer(或 expression 含 resultType 整數的運算式) | 任何 |
分期 | 執行數據流活動的暫存資訊。 | DataFlowStagingInfo |
traceLevel | 用於數據流監視輸出的追蹤層級設定。 支援的值為:『粗略』、『fine』和 『none』。 類型:string (或 expression with resultType string) | 任何 |
ExecuteDataFlowActivityTypePropertiesCompute
名字 | 描述 | 價值 |
---|---|---|
computeType | 將執行數據流作業之叢集的計算類型。 可能的值包括:『General』、『MemoryOptimized』、『ComputeOptimized』。 類型:string (或 expression with resultType string) | 任何 |
coreCount | 將執行數據流作業之叢集的核心計數。 支援的值為:8、16、32、48、80、144 和 272。 類型:integer(或 expression 含 resultType 整數的運算式) | 任何 |
ExecutePipelineActivity
名字 | 描述 | 價值 |
---|---|---|
政策 | 執行管線活動原則。 | ExecutePipelineActivityPolicy |
類型 | 活動類型。 | 'ExecutePipeline' (必要) |
typeProperties | 執行管線活動屬性。 | ExecutePipelineActivityTypeProperties (必要) |
ExecutePipelineActivityPolicy
名字 | 描述 | 價值 |
---|---|---|
secureInput | 當設定為 true 時,來自活動的輸入會被視為安全,且不會記錄到監視。 | bool |
ExecutePipelineActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
參數 | 管線參數。 | ParameterValueSpecification |
管道 | 管線參考。 | PipelineReference (必要) |
waitOnCompletion | 定義活動執行是否會等候相依管線執行完成。 默認值為 false。 | bool |
ExecutePowerQueryActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
計算 | 數據流活動的計算屬性。 | ExecuteDataFlowActivityTypePropertiesCompute |
continuationSettings | 執行數據流活動的接續設定。 | ContinuationSettingsReference |
continueOnError | 繼續執行用於數據流執行的錯誤設定。 如果接收失敗,可讓處理繼續。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
dataFlow | 數據流參考。 | DataFlowReference (必要) |
integrationRuntime | 整合運行時間參考。 | IntegrationRuntimeReference |
查詢 | Power Query 混搭查詢對應至接收數據集的清單。 | PowerQuerySinkMapping[] |
runConcurrently | 用於數據流執行的並行執行設定。 允許同時處理具有相同儲存順序的接收。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
匯 | (已被取代。請使用查詢)。 對應至 queryName 的 Power Query 活動接收清單。 | ExecutePowerQueryActivityTypePropertiesSinks |
sourceStagingConcurrency | 指定適用於接收之來源的平行暫存數目。 類型:integer(或 expression 含 resultType 整數的運算式) | 任何 |
分期 | 執行數據流活動的暫存資訊。 | DataFlowStagingInfo |
traceLevel | 用於數據流監視輸出的追蹤層級設定。 支援的值為:『粗略』、『fine』和 『none』。 類型:string (或 expression with resultType string) | 任何 |
ExecutePowerQueryActivityTypePropertiesSinks
名字 | 描述 | 價值 |
---|
ExecuteSsisPackageActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'ExecuteSSISPackage' (必要) |
typeProperties | 執行 SSIS 套件活動屬性。 | ExecuteSsisPackageActivityTypeProperties (必要) |
ExecuteSsisPackageActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
connectVia | 整合運行時間參考。 | IntegrationRuntimeReference (必要) |
environmentPath | 執行 SSIS 封裝的環境路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
executionCredential | 封裝執行認證。 | SsisExecutionCredential |
loggingLevel | SSIS 封裝執行的記錄層級。 Type:string (或 expression with resultType string) 。 | 任何 |
logLocation | SSIS 套件執行記錄檔位置。 | SsisLogLocation |
packageConnectionManagers | 要執行 SSIS 封裝的封裝層級連接管理員。 | ExecuteSsisPackageActivityTypePropertiesPackageConnectionManagers |
packageLocation | SSIS 套件位置。 | SsisPackageLocation (必要) |
packageParameters | 要執行 SSIS 封裝的封裝層級參數。 | ExecuteSsisPackageActivityTypePropertiesPackageParameters |
projectConnectionManagers | 要執行 SSIS 封裝的專案層級連接管理員。 | ExecuteSsisPackageActivityTypePropertiesProjectConnectionManagers |
projectParameters | 要執行 SSIS 封裝的專案層級參數。 | ExecuteSsisPackageActivityTypePropertiesProjectParameters |
propertyOverrides | 屬性會覆寫以執行 SSIS 封裝。 | ExecuteSsisPackageActivityTypePropertiesPropertyOverrides |
運行 | 指定要執行 SSIS 封裝的運行時間。 此值應該是 「x86」 或 「x64」。 Type:string (或 expression with resultType string) 。 | 任何 |
ExecuteSsisPackageActivityTypePropertiesPackageConnectionManagers
名字 | 描述 | 價值 |
---|
ExecuteSsisPackageActivityTypePropertiesPackageParameters
名字 | 描述 | 價值 |
---|
ExecuteSsisPackageActivityTypePropertiesProjectConnectionManagers
名字 | 描述 | 價值 |
---|
ExecuteSsisPackageActivityTypePropertiesProjectParameters
名字 | 描述 | 價值 |
---|
ExecuteSsisPackageActivityTypePropertiesPropertyOverrides
名字 | 描述 | 價值 |
---|
ExecuteWranglingDataflowActivity
名字 | 描述 | 價值 |
---|---|---|
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'ExecuteWranglingDataflow' (必要) |
typeProperties | 執行 power query 活動屬性。 | ExecutePowerQueryActivityTypeProperties (必要) |
表達
名字 | 描述 | 價值 |
---|---|---|
類型 | 表達式類型。 | 'Expression' (必要) |
價值 | 表達式值。 | 字串 (必要) |
ExpressionV2
名字 | 描述 | 價值 |
---|---|---|
操作 | 巢狀表達式的清單。 | ExpressionV2[] |
運營商 | 表達式運算子值類型:字串清單。 | string[] |
類型 | 系統支援的表達式類型。 類型:字串。 | 'Binary' 'Constant' 'Field' 'NAry' '一元' |
價值 | 常數/欄位類型的值:字串。 | 字串 |
FailActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'Fail' (必要) |
typeProperties | 失敗活動屬性。 | FailActivityTypeProperties (必要) |
FailActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
errorCode | 錯誤碼,分類失敗活動的錯誤類型。 它可以是運行時間評估為非空白/空白字串的動態內容。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
消息 | 失敗活動中浮出水面的錯誤訊息。 它可以是運行時間評估為非空白/空白字串的動態內容。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
FileServerReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileFilter | 指定篩選條件,以用來選取 folderPath 中的檔案子集,而不是所有檔案。 Type:string (或 expression with resultType string) 。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'FileServerReadSettings' (必要) |
wildcardFileName | FileServer 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | FileServer 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
FileServerWriteSettings
名字 | 描述 | 價值 |
---|---|---|
類型 | 寫入設定類型。 | 'FileServerWriteSettings' (必要) |
FileSystemSink
名字 | 描述 | 價值 |
---|---|---|
copyBehavior | 複製接收的複製行為類型。 | 任何 |
類型 | 複製接收類型。 | 'FileSystemSink' (必要) |
FileSystemSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製來源類型。 | 'FileSystemSource' (必要) |
FilterActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'Filter' (必要) |
typeProperties | 篩選活動屬性。 | FilterActivityTypeProperties (必要) |
FilterActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
條件 | 用於篩選輸入的條件。 | 表示式 (必要) |
專案 | 應套用篩選的輸入陣列。 | 表示式 (必要) |
ForEachActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'ForEach' (必要) |
typeProperties | ForEach 活動屬性。 | ForEachActivityTypeProperties (必要) |
ForEachActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
活動 | 要執行的活動清單。 | 活動[] (必要) |
batchCount | 用於控制平行執行的批次計數(當 isSequential 設定為 false 時)。 | int 約束: 最大值 = 50 |
isSequential | 循環應該以序列或平行方式執行 (最大值 50) | bool |
專案 | 要反覆運算的集合。 | 表示式 (必要) |
FormatReadSettings
名字 | 描述 | 價值 |
---|---|---|
類型 | 針對 binaryReadSettings 類型 設定為 'BinaryReadSettings',。 將 設為 'DelimitedTextReadSettings' 類型 DelimitedTextReadSettings。 針對 jsonReadSettings 類型 設定為 'JsonReadSettings',。 針對 ParquetReadSettings 類型設定為 'ParquetReadSettings',。 針對 xmlReadSettings 類型設定為 『XmlReadSettings』,。 | 'BinaryReadSettings' 'DelimitedTextReadSettings' 'JsonReadSettings' 'ParquetReadSettings' 'XmlReadSettings' (必要) |
FtpReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
disableChunking | 如果為 true,請停用每個檔案內的平行讀取。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'FtpReadSettings' (必要) |
useBinaryTransfer | 指定是否要使用 FTP 存放區的二進位傳輸模式。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
wildcardFileName | Ftp 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Ftp 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
GetMetadataActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'GetMetadata' (必要) |
typeProperties | GetMetadata 活動屬性。 | GetMetadataActivityTypeProperties (必要) |
GetMetadataActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
數據 | GetMetadata 活動數據集參考。 | DatasetReference (必要) |
fieldList | 要從數據集取得的元數據欄位。 | any[] |
formatSettings | GetMetadata 活動格式設定。 | FormatReadSettings |
storeSettings | GetMetadata 活動存放區設定。 | StoreReadSettings |
GoogleAdWordsSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'GoogleAdWordsSource' (必要) |
GoogleBigQuerySource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'GoogleBigQuerySource' (必要) |
GoogleBigQueryV2Source
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'GoogleBigQueryV2Source' (必要) |
GoogleCloudStorageReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
前綴 | Google Cloud Storage 物件名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'GoogleCloudStorageReadSettings' (必要) |
wildcardFileName | Google Cloud Storage 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Google Cloud Storage 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
GreenplumSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'GreenplumSource' (必要) |
HBaseSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'HBaseSource' (必要) |
HdfsReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
distcpSettings | 指定 Distcp 相關設定。 | DistcpSettings |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'HdfsReadSettings' (必要) |
wildcardFileName | HDFS 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | HDFS 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
HdfsSource
名字 | 描述 | 價值 |
---|---|---|
distcpSettings | 指定 Distcp 相關設定。 | DistcpSettings |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製來源類型。 | 'HdfsSource' (必要) |
HDInsightHiveActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'HDInsightHive' (必要) |
typeProperties | HDInsight Hive 活動屬性。 | HDInsightHiveActivityTypeProperties (必要) |
HDInsightHiveActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
參數 | 使用者指定的 HDInsightActivity 自變數。 | any[] |
定義 | 允許使用者指定Hive作業要求的定義。 | HDInsightHiveActivityTypePropertiesDefines |
getDebugInfo | 偵錯資訊選項。 | 'Always' 'Failure' 'None' |
queryTimeout | 查詢逾時值 (以分鐘為單位)。 當 HDInsight 叢集使用 ESP 時有效(企業安全性套件) | int |
scriptLinkedService | 編寫連結服務參考的腳本。 | LinkedServiceReference |
scriptPath | 腳本路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
storageLinkedServices | 記憶體連結服務參考。 | LinkedServiceReference[] |
變數 | hivevar 命名空間下的使用者指定自變數。 | HDInsightHiveActivityTypePropertiesVariables |
HDInsightHiveActivityTypePropertiesDefines
名字 | 描述 | 價值 |
---|
HDInsightHiveActivityTypePropertiesVariables
名字 | 描述 | 價值 |
---|
HDInsightMapReduceActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'HDInsightMapReduce' (必要) |
typeProperties | HDInsight MapReduce 活動屬性。 | HDInsightMapReduceActivityTypeProperties (必要) |
HDInsightMapReduceActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
參數 | 使用者指定的 HDInsightActivity 自變數。 | any[] |
className | 類別名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
定義 | 允許使用者指定 MapReduce 作業要求的定義。 | HDInsightMapReduceActivityTypePropertiesDefines |
getDebugInfo | 偵錯資訊選項。 | 'Always' 'Failure' 'None' |
jarFilePath | Jar 路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
jarLibs | Jar libs。 | any[] |
jarLinkedService | Jar 連結服務參考。 | LinkedServiceReference |
storageLinkedServices | 記憶體連結服務參考。 | LinkedServiceReference[] |
HDInsightMapReduceActivityTypePropertiesDefines
名字 | 描述 | 價值 |
---|
HDInsightPigActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'HDInsightPig' (必要) |
typeProperties | HDInsight Pig 活動屬性。 | HDInsightPigActivityTypeProperties (必要) |
HDInsightPigActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
參數 | 使用者指定的 HDInsightActivity 自變數。 類型:array(或 expression with resultType array 的 Expression)。 | 任何 |
定義 | 允許使用者指定 Pig 作業要求的定義。 | HDInsightPigActivityTypePropertiesDefines |
getDebugInfo | 偵錯資訊選項。 | 'Always' 'Failure' 'None' |
scriptLinkedService | 編寫連結服務參考的腳本。 | LinkedServiceReference |
scriptPath | 腳本路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
storageLinkedServices | 記憶體連結服務參考。 | LinkedServiceReference[] |
HDInsightPigActivityTypePropertiesDefines
名字 | 描述 | 價值 |
---|
HDInsightSparkActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'HDInsightSpark' (必要) |
typeProperties | HDInsight Spark 活動屬性。 | HDInsightSparkActivityTypeProperties (必要) |
HDInsightSparkActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
參數 | HDInsightSparkActivity 的使用者指定自變數。 | any[] |
className | 應用程式的 Java/Spark 主要類別。 | 字串 |
entryFilePath | 要執行之程式代碼/套件根資料夾的相對路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
getDebugInfo | 偵錯資訊選項。 | 'Always' 'Failure' 'None' |
proxyUser | 要模擬該作業的使用者。 Type:string (或 expression with resultType string) 。 | 任何 |
rootPath | 所有作業檔案之 'sparkJobLinkedService' 中的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
sparkConfig | Spark 組態屬性。 | HDInsightSparkActivityTypePropertiesSparkConfig |
sparkJobLinkedService | 用於上傳專案檔案和相依性的記憶體連結服務,以及用於接收記錄。 | LinkedServiceReference |
HDInsightSparkActivityTypePropertiesSparkConfig
名字 | 描述 | 價值 |
---|
HDInsightStreamingActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'HDInsightStreaming' (必要) |
typeProperties | HDInsight 串流活動屬性。 | HDInsightStreamingActivityTypeProperties (必要) |
HDInsightStreamingActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
參數 | 使用者指定的 HDInsightActivity 自變數。 | any[] |
combiner | 合併器可執行檔名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
commandEnvironment | 命令行環境值。 | any[] |
定義 | 允許使用者指定串流作業要求的定義。 | HDInsightStreamingActivityTypePropertiesDefines |
fileLinkedService | 檔案所在的連結服務參考。 | LinkedServiceReference |
filePaths | 串流作業檔案的路徑。 可以是目錄。 | any[] (必要) |
getDebugInfo | 偵錯資訊選項。 | 'Always' 'Failure' 'None' |
輸入 | 輸入 Blob 路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
映射 | Mapper 可執行檔名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
輸出 | 輸出 Blob 路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
還原劑 | 歸納器可執行檔名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
storageLinkedServices | 記憶體連結服務參考。 | LinkedServiceReference[] |
HDInsightStreamingActivityTypePropertiesDefines
名字 | 描述 | 價值 |
---|
HiveSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'HiveSource' (必要) |
HttpReadSettings
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
additionalHeaders | 要求中對 RESTful API 的其他 HTTP 標頭。 Type:string (或 expression with resultType string) 。 | 任何 |
requestBody | 如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 Type:string (或 expression with resultType string) 。 | 任何 |
requestMethod | 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 Type:string (或 expression with resultType string) 。 | 任何 |
requestTimeout | 指定 HTTP 用戶端從 HTTP 伺服器取得 HTTP 回應的逾時。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 讀取設定類型。 | 'HttpReadSettings' (必要) |
HttpSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
httpRequestTimeout | 指定 HTTP 用戶端從 HTTP 伺服器取得 HTTP 回應的逾時。 默認值相當於 System.Net.HttpWebRequest.Timeout。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'HttpSource' (必要) |
HubspotSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'HubspotSource' (必要) |
IcebergSink
名字 | 描述 | 價值 |
---|---|---|
formatSettings | Iceberg 格式設定。 | IcebergWriteSettings |
storeSettings | Iceberg 商店設定。 | StoreWriteSettings |
類型 | 複製接收類型。 | 冰山下水“(必要) |
IcebergWriteSettings
名字 | 描述 | 價值 |
---|---|---|
類型 | 寫入設定類型。 | 字串 (必要) |
IfConditionActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'IfCondition' (必要) |
typeProperties | IfCondition 活動屬性。 | IfConditionActivityTypeProperties (必要) |
IfConditionActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
表達 | 評估為布爾值的表達式。 這是用來判斷將執行的活動區塊(ifTrueActivities 或 ifFalseActivities)。 | 表示式 (必要) |
ifFalseActivities | 如果表達式評估為 false,要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 | 活動[] |
ifTrueActivities | 如果表達式評估為 true,要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 | 活動[] |
ImpalaSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'ImpalaSource' (必要) |
InformixSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | 開始複製之前要執行的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'InformixSink' (必要) |
InformixSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'InformixSource' (必要) |
IntegrationRuntimeReference
名字 | 描述 | 價值 |
---|---|---|
參數 | 整合運行時間的自變數。 | ParameterValueSpecification |
referenceName | 參考整合運行時間名稱。 | 字串 (必要) |
類型 | 整合運行時間的類型。 | 'IntegrationRuntimeReference' (必要) |
JiraSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'JiraSource' (必要) |
JsonReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
類型 | 讀取設定類型。 | 'JsonReadSettings' (必要) |
JsonReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
類型 | 讀取設定類型。 | 字串 (必要) |
JsonSink
名字 | 描述 | 價值 |
---|---|---|
formatSettings | Json 格式設定。 | JsonWriteSettings |
storeSettings | Json 存放區設定。 | StoreWriteSettings |
類型 | 複製接收類型。 | 'JsonSink' (必要) |
JsonSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | Json 格式設定。 | JsonReadSettings |
storeSettings | Json 存放區設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'JsonSource' (必要) |
JsonWriteSettings
名字 | 描述 | 價值 |
---|---|---|
filePattern | JSON 的檔案模式。 此設定會控制將處理 JSON 物件的集合方式。 默認值為 『setOfObjects』。 這是區分大小寫的。 | 任何 |
類型 | 寫入設定類型。 | 字串 (必要) |
LakeHouseReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'LakeHouseReadSettings' (必要) |
wildcardFileName | Microsoft Fabric LakeHouse Files 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Microsoft Fabric LakeHouse 檔案通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
LakeHouseTableSink
名字 | 描述 | 價值 |
---|---|---|
partitionNameList | 從接收數據行指定資料分割資料行名稱。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | 任何 |
partitionOption | 根據一或多個數據行,在資料夾結構中建立數據分割。 每個相異數據行值 (pair) 都會是新的分割區。 可能的值包括:「None」、“PartitionByKey” | 任何 |
tableActionOption | LakeHouse 數據表接收的數據表動作類型。 可能的值包括:「None」、“ Append” Overwrite” | 任何 |
類型 | 複製接收類型。 | 'LakeHouseTableSink' (必要) |
LakeHouseTableSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
timestampAsOf | 依時間戳查詢較舊的快照集。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'LakeHouseTableSource' (必要) |
versionAsOf | 依版本查詢較舊的快照集。 類型:integer (或 expression with resultType integer) 。 | 任何 |
LakeHouseWriteSettings
名字 | 描述 | 價值 |
---|---|---|
類型 | 寫入設定類型。 | 'LakeHouseWriteSettings' (必要) |
LinkedServiceReference
名字 | 描述 | 價值 |
---|---|---|
參數 | LinkedService 的自變數。 | ParameterValueSpecification |
referenceName | 參考 LinkedService 名稱。 | 字串 (必要) |
類型 | 連結服務參考類型。 | 'LinkedServiceReference' (必要) |
LogLocationSettings
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 記錄記憶體連結服務參考。 | LinkedServiceReference (必要) |
路徑 | 用來儲存活動執行詳細記錄的記憶體路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
LogSettings
名字 | 描述 | 價值 |
---|---|---|
copyActivityLogSettings | 指定複製活動記錄的設定。 | CopyActivityLogSettings |
enableCopyActivityLog | 指定是否啟用複製活動記錄。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
logLocationSettings | 客戶在啟用記錄時必須提供的記錄位置設定。 | LogLocationSettings (必要) |
LogStorageSettings
名字 | 描述 | 價值 |
---|---|---|
enableReliableLogging | 指定是否啟用可靠的記錄。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
linkedServiceName | 記錄記憶體連結服務參考。 | LinkedServiceReference (必要) |
logLevel | 取得或設定記錄層級、支援:資訊、警告。 Type:string (或 expression with resultType string) 。 | 任何 |
路徑 | 用來儲存活動執行詳細記錄的記憶體路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
LookupActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'Lookup' (必要) |
typeProperties | 查閱活動屬性。 | LookupActivityTypeProperties (必要) |
LookupActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
數據 | 查閱活動數據集參考。 | DatasetReference (必要) |
firstRowOnly | 是否要傳回第一個數據列或所有數據列。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
源 | 數據集特定的來源屬性,與複製活動來源相同。 | CopySource (必要) |
MagentoSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'MagentoSource' (必要) |
MariaDBSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'MariaDBSource' (必要) |
MarketoSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'MarketoSource' (必要) |
MetadataItem
名字 | 描述 | 價值 |
---|---|---|
名字 | 元數據專案索引鍵名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
價值 | 元數據專案值。 Type:string (或 expression with resultType string) 。 | 任何 |
Microsoft.DataFactory/factoryies/pipelines
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2018-06-01' |
名字 | 資源名稱 | 字串 約束: 最小長度 = 1 最大長度 = 1 模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必要) |
性能 | 管線的屬性。 | 管線(必要) |
類型 | 資源類型 | 'Microsoft.DataFactory/factories/pipelines' |
MicrosoftAccessSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | 開始複製之前要執行的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'MicrosoftAccessSink' (必要) |
MicrosoftAccessSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'MicrosoftAccessSource' (必要) |
MongoDbAtlasSink
名字 | 描述 | 價值 |
---|---|---|
類型 | 複製接收類型。 | 'MongoDbAtlasSink' (必要) |
writeBehavior | 指定是否要覆寫具有相同索引鍵的檔(upsert),而不是擲回例外狀況(insert)。 預設值為 「insert」。 Type:string (或 expression with resultType string) 。 Type:string (或 expression with resultType string) 。 | 任何 |
MongoDbAtlasSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
batchSize | 指定要在 MongoDB Atlas 實例回應的每個批次中傳回的檔數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
cursorMethods | Mongodb 查詢的數據指標方法 | MongoDbCursorMethodsProperties | ||
濾波器 | 使用查詢運算子指定選取篩選。 若要傳回集合中的所有檔,請省略此參數或傳遞空白檔 ({})。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'MongoDbAtlasSource' (必要) |
MongoDbCursorMethodsProperties
名字 | 描述 | 價值 |
---|---|---|
限制 | 指定伺服器傳回的檔案數目上限。 limit() 類似於 SQL 資料庫中的 LIMIT 語句。 類型:integer (或 expression with resultType integer) 。 | 任何 |
專案 | 指定要在符合查詢篩選條件之檔中傳回的欄位。 若要傳回相符檔中的所有字段,請省略此參數。 Type:string (或 expression with resultType string) 。 | 任何 |
跳 | 指定略過的檔數目,以及 MongoDB 開始傳回結果的位置。 此方法在實作分頁結果方面可能很有用。 類型:integer (或 expression with resultType integer) 。 | 任何 |
排序 | 指定查詢傳回相符檔的順序。 Type:string (或 expression with resultType string) 。 Type:string (或 expression with resultType string) 。 | 任何 |
MongoDbSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 應該是 SQL-92 查詢運算式。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'MongoDbSource' (必要) |
MongoDbV2Sink
名字 | 描述 | 價值 |
---|---|---|
類型 | 複製接收類型。 | 'MongoDbV2Sink' (必要) |
writeBehavior | 指定是否要覆寫具有相同索引鍵的檔(upsert),而不是擲回例外狀況(insert)。 預設值為 「insert」。 Type:string (或 expression with resultType string) 。 Type:string (或 expression with resultType string) 。 | 任何 |
MongoDbV2Source
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
batchSize | 指定要在 MongoDB 實體回應的每個批次中傳回的檔案數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
cursorMethods | Mongodb 查詢的數據指標方法 | MongoDbCursorMethodsProperties | ||
濾波器 | 使用查詢運算子指定選取篩選。 若要傳回集合中的所有檔,請省略此參數或傳遞空白檔 ({})。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'MongoDbV2Source' (必要) |
MySqlSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'MySqlSource' (必要) |
NetezzaPartitionSettings
名字 | 描述 | 價值 |
---|---|---|
partitionColumnName | 整數類型中的數據行名稱,將用於繼續範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionUpperBound | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
NetezzaSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
partitionOption | 將用於 Netezza 平行讀取的數據分割機制。 可能的值包括:「None」、“DataSlice”、“DynamicRange”。 | 任何 | ||
partitionSettings | 將用於 Netezza 來源資料分割的設定。 | NetezzaPartitionSettings | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'NetezzaSource' (必要) |
NotebookParameter
名字 | 描述 | 價值 |
---|---|---|
類型 | Notebook 參數類型。 | 'bool' 'float' 'int' 'string' |
價值 | Notebook 參數值。 Type:string (或 expression with resultType string) 。 | 任何 |
ODataSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
httpRequestTimeout | 要取得 HTTP 回應的逾時 (TimeSpan)。 這是取得回應的逾時,而不是讀取響應數據的逾時。 默認值:00:05:00。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
查詢 | OData 查詢。 例如,“$top=1”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'ODataSource' (必要) |
OdbcSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | 開始複製之前要執行的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'OdbcSink' (必要) |
OdbcSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'OdbcSource' (必要) |
Office365Source
名字 | 描述 | 價值 |
---|---|---|
allowedGroups | 包含所有使用者的群組。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
dateFilterColumn | 要套用 <paramref name=“StartTime”/> 和 <paramref name=“EndTime”/>的數據行。 Type:string (或 expression with resultType string) 。 | 任何 |
endTime | 此數據集所要求範圍的結束時間。 Type:string (或 expression with resultType string) 。 | 任何 |
outputColumns | 要從 Office 365 數據表讀取的數據行。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 itemType:OutputColumn。 範例: [ { “name”: “Id” }, { “name”: “CreatedDateTime” } ] | 任何 |
startTime | 此數據集所要求範圍的開始時間。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'Office365Source' (必要) |
userScopeFilterUri | 用戶範圍 URI。 Type:string (或 expression with resultType string) 。 | 任何 |
OracleCloudStorageReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
前綴 | Oracle Cloud Storage 物件名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'OracleCloudStorageReadSettings' (必要) |
wildcardFileName | Oracle Cloud Storage 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Oracle Cloud Storage 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
OraclePartitionSettings
名字 | 描述 | 價值 |
---|---|---|
partitionColumnName | 整數類型中的數據行名稱,將用於繼續範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionNames | Oracle 數據表的實體分割區名稱。 | 任何 |
partitionUpperBound | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
OracleServiceCloudSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'OracleServiceCloudSource' (必要) |
OracleSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'OracleSink' (必要) |
OracleSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
oracleReaderQuery | Oracle 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Oracle 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 | 任何 | ||
partitionSettings | 將用於 Oracle 來源數據分割的設定。 | OraclePartitionSettings | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'OracleSource' (必要) |
OrcSink
名字 | 描述 | 價值 |
---|---|---|
formatSettings | ORC 格式設定。 | OrcWriteSettings |
storeSettings | ORC 存放區設定。 | StoreWriteSettings |
類型 | 複製接收類型。 | 'OrcSink' (必要) |
OrcSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
storeSettings | ORC 存放區設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'OrcSource' (必要) |
OrcWriteSettings
名字 | 描述 | 價值 |
---|---|---|
fileNamePrefix | <fileNamePrefix>_<fileIndex>指定檔名模式。從不含 partitionOptions 的非檔案存放區複製時,<fileExtension>。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
類型 | 寫入設定類型。 | 字串 (必要) |
ParameterDefinitionSpecification
名字 | 描述 | 價值 |
---|
ParameterSpecification
名字 | 描述 | 價值 |
---|---|---|
defaultValue | 參數的預設值。 | 任何 |
類型 | 參數類型。 | 'Array' 'Bool' 'Float' 'Int' 'Object' 'SecureString' 'String' (必要) |
ParameterValueSpecification
名字 | 描述 | 價值 |
---|
ParameterValueSpecification
名字 | 描述 | 價值 |
---|
ParameterValueSpecification
名字 | 描述 | 價值 |
---|
ParameterValueSpecification
名字 | 描述 | 價值 |
---|
ParameterValueSpecification
名字 | 描述 | 價值 |
---|
ParquetReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
類型 | 讀取設定類型。 | 'ParquetReadSettings' (必要) |
ParquetReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
類型 | 讀取設定類型。 | 字串 (必要) |
ParquetSink
名字 | 描述 | 價值 |
---|---|---|
formatSettings | Parquet 格式設定。 | ParquetWriteSettings |
storeSettings | Parquet 存放區設定。 | StoreWriteSettings |
類型 | 複製接收類型。 | 'ParquetSink' (必要) |
ParquetSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | Parquet 格式設定。 | ParquetReadSettings |
storeSettings | Parquet 存放區設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'ParquetSource' (必要) |
ParquetWriteSettings
名字 | 描述 | 價值 |
---|---|---|
fileNamePrefix | <fileNamePrefix>_<fileIndex>指定檔名模式。從不含 partitionOptions 的非檔案存放區複製時,<fileExtension>。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
類型 | 寫入設定類型。 | 字串 (必要) |
PaypalSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'PaypalSource' (必要) |
PhoenixSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'PhoenixSource' (必要) |
管道
名字 | 描述 | 價值 |
---|---|---|
活動 | 管線中的活動清單。 | 活動[] |
附註 | 可用於描述管線的標記清單。 | any[] |
併發 | 管線的並行執行數目上限。 | int 約束: 最小值 = 1 |
描述 | 管線的描述。 | 字串 |
資料夾 | 此管線位於的資料夾。 如果未指定,管線將會出現在根層級。 | PipelineFolder |
參數 | 管線的參數清單。 | ParameterDefinitionSpecification |
政策 | 管線原則。 | PipelinePolicy |
runDimensions | 管線發出的維度。 | PipelineRunDimensions |
變數 | 管線的變數清單。 | VariableDefinitionSpecification |
PipelineElapsedTimeMetricPolicy
名字 | 描述 | 價值 |
---|---|---|
期間 | TimeSpan 值,之後就會引發 Azure 監視計量。 | 任何 |
PipelineFolder
名字 | 描述 | 價值 |
---|---|---|
名字 | 此管線位於的資料夾名稱。 | 字串 |
PipelinePolicy
名字 | 描述 | 價值 |
---|---|---|
elapsedTimeMetric | Pipeline ElapsedTime 計量原則。 | PipelineElapsedTimeMetricPolicy |
PipelineReference
名字 | 描述 | 價值 |
---|---|---|
名字 | 參考名稱。 | 字串 |
referenceName | 參考管線名稱。 | 字串 (必要) |
類型 | 管線參考類型。 | 'PipelineReference' (必要) |
PipelineRunDimensions
名字 | 描述 | 價值 |
---|
PolybaseSettings
名字 | 描述 | 價值 |
---|---|---|
rejectSampleValue | 決定在 PolyBase 重新計算拒絕數據列百分比之前嘗試擷取的數據列數目。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
rejectType | 拒絕類型。 | 'percentage' 'value' |
rejectValue | 指定查詢失敗前可以拒絕的數據列值或百分比。 類型:number (或具有 resultType number 的運算式),最小值:0。 | 任何 |
useTypeDefault | 指定當 PolyBase 從文字檔擷取數據時,如何處理分隔文本檔中的遺漏值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
PostgreSqlSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'PostgreSqlSource' (必要) |
PostgreSqlV2Source
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'PostgreSqlV2Source' (必要) |
PowerQuerySink
名字 | 描述 | 價值 |
---|---|---|
數據 | 數據集參考。 | DatasetReference |
描述 | 轉換描述。 | 字串 |
flowlet | Flowlet 參考 | DataFlowReference |
linkedService | 鏈接的服務參考。 | LinkedServiceReference |
名字 | 轉換名稱。 | 字串 (必要) |
rejectedDataLinkedService | 拒絕的數據連結服務參考。 | LinkedServiceReference |
schemaLinkedService | 架構連結服務參考。 | LinkedServiceReference |
腳本 | 接收腳本。 | 字串 |
PowerQuerySinkMapping
名字 | 描述 | 價值 |
---|---|---|
dataflowSinks | 對應至 Power Query 混搭查詢的接收清單。 | PowerQuerySink[] |
queryName | Power Query 混搭文件中查詢的名稱。 | 字串 |
PrestoSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'PrestoSource' (必要) |
QuickBooksSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'QuickBooksSource' (必要) |
RedirectIncompatibleRowSettings
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 用來重新導向不相容數據列的 Azure 記憶體、記憶體 SAS 或 Azure Data Lake Store 連結服務的名稱。 如果指定 redirectIncompatibleRowSettings,則必須指定 。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
路徑 | 用來儲存重新導向不相容數據列數據的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
RedshiftUnloadSettings
名字 | 描述 | 價值 |
---|---|---|
bucketName | 暫存 Amazon S3 的貯體,用來儲存從 Amazon Redshift 來源卸除的數據。 貯體必須位於與 Amazon Redshift 來源相同的區域中。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
s3LinkedServiceName | 從 Amazon Redshift 來源複製時,將用於卸載作業的 Amazon S3 連結服務名稱。 | LinkedServiceReference (必要) |
RelationalSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'RelationalSource' (必要) |
ResponsysSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'ResponsysSource' (必要) |
RestSink
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalHeaders | 要求中對 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組(值應該是字串類型)。 | 任何 | ||
httpCompressionType | 使用最佳壓縮層級以壓縮格式傳送數據的 Http 壓縮類型,預設值為 None。 唯一支持的選項是 Gzip。 Type:string (或 expression with resultType string) 。 | 任何 | ||
httpRequestTimeout | 要取得 HTTP 回應的逾時 (TimeSpan)。 這是取得回應的逾時,而不是讀取響應數據的逾時。 默認值:00:01:40。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
requestInterval | 傳送下一個要求之前等待的時間,以毫秒為單位 | 任何 | ||
requestMethod | 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 POST。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製接收類型。 | 'RestSink' (必要) |
RestSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 類型:索引鍵值組(值應該是字串類型)。 | 任何 | ||
additionalHeaders | 要求中對 RESTful API 的其他 HTTP 標頭。 Type:string (或 expression with resultType string) 。 | 任何 | ||
httpRequestTimeout | 要取得 HTTP 回應的逾時 (TimeSpan)。 這是取得回應的逾時,而不是讀取響應數據的逾時。 默認值:00:01:40。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
paginationRules | 撰寫下一頁要求的分頁規則。 Type:string (或 expression with resultType string) 。 | 任何 | ||
requestBody | 如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 Type:string (或 expression with resultType string) 。 | 任何 | ||
requestInterval | 傳送下一個頁面要求之前等候的時間。 | 任何 | ||
requestMethod | 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'RestSource' (必要) |
SalesforceMarketingCloudSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SalesforceMarketingCloudSource' (必要) |
SalesforceServiceCloudSink
名字 | 描述 | 價值 |
---|---|---|
externalIdFieldName | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
ignoreNullValues | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 默認值為 false。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製接收類型。 | 'SalesforceServiceCloudSink' (必要) |
writeBehavior | 作業的寫入行為。 預設值為 Insert。 | 'Insert' 'Upsert' |
SalesforceServiceCloudSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
readBehavior | 作業的讀取行為。 預設值為 Query。 允許的值:Query/QueryAll。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'SalesforceServiceCloudSource' (必要) |
SalesforceServiceCloudV2Sink
名字 | 描述 | 價值 |
---|---|---|
externalIdFieldName | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
ignoreNullValues | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 默認值為 false。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製接收類型。 | 'SalesforceServiceCloudV2Sink' (必要) |
writeBehavior | 作業的寫入行為。 預設值為 Insert。 | 'Insert' 'Upsert' |
SalesforceServiceCloudV2Source
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
includeDeletedObjects | 此屬性可控制查詢結果是否包含 Deleted 物件。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
查詢 | 您只能使用具有限制的 Salesforce 物件查詢語言 (SOQL) 查詢。 如需 SOQL 限制,請參閱這篇文章:https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations。 如果未指定查詢,則會擷取數據集中 ObjectApiName/reportId 中所指定 Salesforce 物件的所有數據。 Type:string (或 expression with resultType string) 。 | 任何 |
SOQLQuery | 取代時,請改用 『query』 屬性。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'SalesforceServiceCloudV2Source' (必要) |
SalesforceSink
名字 | 描述 | 價值 |
---|---|---|
externalIdFieldName | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
ignoreNullValues | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 默認值為 false。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製接收類型。 | 'SalesforceSink' (必要) |
writeBehavior | 作業的寫入行為。 預設值為 Insert。 | 'Insert' 'Upsert' |
SalesforceSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
readBehavior | 作業的讀取行為。 預設值為 Query。 允許的值:Query/QueryAll。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'SalesforceSource' (必要) |
SalesforceV2Sink
名字 | 描述 | 價值 |
---|---|---|
externalIdFieldName | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
ignoreNullValues | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 默認值為 false。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製接收類型。 | 'SalesforceV2Sink' (必要) |
writeBehavior | 作業的寫入行為。 預設值為 Insert。 | 'Insert' 'Upsert' |
SalesforceV2Source
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
includeDeletedObjects | 此屬性可控制查詢結果是否包含 Deleted 物件。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
pageSize | 每個 HTTP 要求的頁面大小,太大的pageSize會導致逾時,預設為300,000。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
查詢 | 您只能使用具有限制的 Salesforce 物件查詢語言 (SOQL) 查詢。 如需 SOQL 限制,請參閱這篇文章:https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations。 如果未指定查詢,則會擷取數據集中 ObjectApiName/reportId 中所指定 Salesforce 物件的所有數據。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
SOQLQuery | 取代時,請改用 『query』 屬性。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'SalesforceV2Source' (必要) |
SapBwSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | MDX 查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SapBwSource' (必要) |
SapCloudForCustomerSink
名字 | 描述 | 價值 | ||
---|---|---|---|---|
httpRequestTimeout | 要取得 HTTP 回應的逾時 (TimeSpan)。 這是取得回應的逾時,而不是讀取響應數據的逾時。 默認值:00:05:00。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製接收類型。 | 'SapCloudForCustomerSink' (必要) | ||
writeBehavior | 作業的寫入行為。 預設值為 『Insert』。 | 'Insert' 'Update' |
SapCloudForCustomerSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
httpRequestTimeout | 要取得 HTTP 回應的逾時 (TimeSpan)。 這是取得回應的逾時,而不是讀取響應數據的逾時。 默認值:00:05:00。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
查詢 | SAP Cloud for Customer OData 查詢。 例如,“$top=1”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SapCloudForCustomerSource' (必要) |
SapEccSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
httpRequestTimeout | 要取得 HTTP 回應的逾時 (TimeSpan)。 這是取得回應的逾時,而不是讀取響應數據的逾時。 默認值:00:05:00。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
查詢 | SAP ECC OData 查詢。 例如,“$top=1”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SapEccSource' (必要) |
SapHanaPartitionSettings
名字 | 描述 | 價值 |
---|---|---|
partitionColumnName | 將用於繼續範圍分割的數據行名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
SapHanaSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
packetSize | 從 SAP HANA 讀取之數據的封包大小。 類型:integer(或 expression 含 resultType 整數的運算式)。 | 任何 | ||
partitionOption | 將用於 SAP HANA 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“SapHanaDynamicRange” | 任何 | ||
partitionSettings | 將用於 SAP HANA 來源分割的設定。 | SapHanaPartitionSettings | ||
查詢 | SAP HANA Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SapHanaSource' (必要) |
SapOdpSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
extractionMode | 擷取模式。 允許的值包括:完整、差異和復原。 預設值為 Full。 Type:string (或 expression with resultType string) 。 | 任何 | ||
投影 | 指定要從源數據選取的數據行。 類型:objects(projection) 的陣列(或具有 resultType 物件陣列的 Expression)。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
選擇 | 指定源數據中的選取條件。 類型:對象的陣列(selection) (或 expression with resultType 物件的陣列)。 | 任何 | ||
subscriberProcess | 管理差異進程的訂閱者進程。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'SapOdpSource' (必要) |
SapOpenHubSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
baseRequestId | 要求差異載入的標識碼。 設定之後,只會擷取 requestId 大於此屬性的值的數據。 預設值為 0。 類型:integer (或 expression with resultType integer 的運算式 )。 | 任何 | ||
customRfcReadTableFunctionModule | 指定將用來從 SAP 資料表讀取資料的自訂 RFC 函式模組。 Type:string (或 expression with resultType string) 。 | 任何 | ||
excludeLastRequest | 是否要排除最後一個要求的記錄。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sapDataColumnDelimiter | 將做為傳遞至 SAP RFC 的分隔符,以及分割所擷取的輸出數據的單一字元。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'SapOpenHubSource' (必要) |
SapTablePartitionSettings
名字 | 描述 | 價值 |
---|---|---|
maxPartitionsNumber | 數據表將會分割成的分割區最大值。 類型:integer(或 expression with resultType string)。 | 任何 |
partitionColumnName | 將用於繼續範圍分割的數據行名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionUpperBound | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
SapTableSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
batchSize | 指定從 SAP 數據表擷取數據時,一次擷取的數據列數目上限。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
customRfcReadTableFunctionModule | 指定將用來從 SAP 資料表讀取資料的自訂 RFC 函式模組。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於平行讀取SAP數據表的數據分割機制。 可能的值包括:“None”、“PartitionOnInt”、“PartitionOnCalendarYear”、“PartitionOnCalendarMonth”、“PartitionOnCalendarDate”、“PartitionOnTime”。 | 任何 | ||
partitionSettings | 將用於 SAP 資料表來源資料分割的設定。 | SapTablePartitionSettings | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
rfcTableFields | 要擷取之 SAP 數據表的欄位。 例如, column0, column1。 Type:string (或 expression with resultType string) 。 | 任何 | ||
rfcTableOptions | 篩選 SAP 資料表的選項。 例如,COLUMN0 EQ SOME VALUE。 Type:string (或 expression with resultType string) 。 | 任何 | ||
rowCount | 要擷取的數據列數目。 類型:integer(或 expression 含 resultType 整數的運算式)。 | 任何 | ||
rowSkips | 將略過的數據列數目。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
sapDataColumnDelimiter | 將做為傳遞至 SAP RFC 的分隔符,以及分割所擷取的輸出數據的單一字元。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'SapTableSource' (必要) |
ScriptActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'Script' (必要) |
typeProperties | 編寫活動屬性的腳本。 | ScriptActivityTypeProperties (必要) |
ScriptActivityParameter
名字 | 描述 | 價值 |
---|---|---|
方向 | 參數的方向。 | 'Input' 'InputOutput' 'Output' |
名字 | 參數的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
大小 | 輸出方向參數的大小。 | int |
類型 | 參數的類型。 | 'Boolean' 'DateTime' 'DateTimeOffset' 'Decimal' 'Double' 'Guid' 'Int16' 'Int32' 'Int64' 'Single' 'String' 'Timespan' |
價值 | 參數的值。 Type:string (或 expression with resultType string) 。 | 任何 |
ScriptActivityScriptBlock
名字 | 描述 | 價值 |
---|---|---|
參數 | 腳本參數的陣列。 類型:陣列。 | ScriptActivityParameter[] |
發簡訊 | 查詢文字。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
類型 | 查詢的類型。 如需有效選項,請參閱 ScriptType。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
ScriptActivityTypeProperties
名字 | 描述 | 價值 | ||
---|---|---|---|---|
logSettings | 腳本活動的記錄設定。 | ScriptActivityTypePropertiesLogSettings | ||
returnMultistatementResult | 啟用 以從多個 SQL 語句擷取結果集,以及 DML 語句所影響的數據列數目。 支持的連接器:SnowflakeV2。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
scriptBlockExecutionTimeout | ScriptBlock 執行逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
腳本 | 腳本區塊的陣列。 類型:陣列。 | ScriptActivityScriptBlock[] |
ScriptActivityTypePropertiesLogSettings
名字 | 描述 | 價值 |
---|---|---|
logDestination | 記錄的目的地。 類型:字串。 | 'ActivityOutput' 'ExternalStore' (必要) |
logLocationSettings | 客戶在啟用記錄時必須提供的記錄位置設定。 | LogLocationSettings |
SecretBase
名字 | 描述 | 價值 |
---|---|---|
類型 | 針對類型 AzureKeyVaultSecretReference,設定為 'AzureKeyVaultSecret'。 將 類型設定為 'SecureString',SecureString。 | 'AzureKeyVaultSecret' 'SecureString' (必要) |
SecureInputOutputPolicy
名字 | 描述 | 價值 |
---|---|---|
secureInput | 當設定為 true 時,來自活動的輸入會被視為安全,且不會記錄到監視。 | bool |
secureOutput | 設定為 true 時,活動輸出會視為安全,且不會記錄到監視。 | bool |
SecureString
名字 | 描述 | 價值 |
---|---|---|
類型 | 秘密的類型。 | 字串 (必要) |
價值 | 安全字串的值。 | 字串 (必要) |
SecureString
名字 | 描述 | 價值 |
---|---|---|
類型 | 秘密的類型。 | 'SecureString' (必要) |
價值 | 安全字串的值。 | 字串 (必要) |
ServiceNowSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'ServiceNowSource' (必要) |
ServiceNowV2Source
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
表達 | 篩選來源數據的表達式。 | ExpressionV2 | ||
pageSize | 結果的頁面大小。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'ServiceNowV2Source' (必要) |
SetVariableActivity
名字 | 描述 | 價值 |
---|---|---|
政策 | 活動原則。 | SecureInputOutputPolicy |
類型 | 活動類型。 | 'SetVariable' (必要) |
typeProperties | 設定變數活動屬性。 | SetVariableActivityTypeProperties (必要) |
SetVariableActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
setSystemVariable | 如果設定為 true,則會設定管線執行傳回值。 | bool |
價值 | 要設定的值。 可以是靜態值或Expression。 | 任何 |
variableName | 需要設定其值之變數的名稱。 | 字串 |
SftpReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
disableChunking | 如果為 true,請停用每個檔案內的平行讀取。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'SftpReadSettings' (必要) |
wildcardFileName | Sftp 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Sftp 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
SftpWriteSettings
名字 | 描述 | 價值 |
---|---|---|
operationTimeout | 指定將每個區塊寫入 SFTP 伺服器的逾時。 默認值:01:00:00(一小時)。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 寫入設定類型。 | 'SftpWriteSettings' (必要) |
useTempFileRename | 上傳至暫存盤並重新命名。 如果您的 SFTP 伺服器不支援重新命名作業,請停用此選項。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
SharePointOnlineListSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
httpRequestTimeout | 從 SharePoint Online 取得回應的等候時間。 默認值為 5 分鐘(00:05:00)。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
查詢 | OData 查詢,用來篩選 SharePoint Online 清單中的數據。 例如,“$top=1”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'SharePointOnlineListSource' (必要) |
ShopifySource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'ShopifySource' (必要) |
SkipErrorFile
名字 | 描述 | 價值 |
---|---|---|
dataInconsistency | 如果來源/接收檔案由其他並行寫入變更,請略過 。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileMissing | 如果在複製期間由其他用戶端刪除檔案,請略過。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
SnowflakeExportCopyCommand
名字 | 描述 | 價值 |
---|---|---|
additionalCopyOptions | 直接傳遞至雪花式複製命令的其他複製選項。 類型:索引鍵值組(值應該是字串類型)(或具有 resultType 物件的 Expression)。 範例:“additionalCopyOptions”: { “DATE_FORMAT”: “MM/DD/YYYY”, “TIME_FORMAT”: “'HH24:MI:SS.FF'“ } | SnowflakeExportCopyCommandAdditionalCopyOptions |
additionalFormatOptions | 直接傳遞至雪花式複製命令的其他格式選項。 類型:索引鍵值組(值應該是字串類型)(或具有 resultType 物件的 Expression)。 範例:“additionalFormatOptions”: { “OVERWRITE”: “TRUE”, “MAX_FILE_SIZE”: “'FALSE'” } | SnowflakeExportCopyCommandAdditionalFormatOptions |
storageIntegration | 要用於複製作業的雪花記憶體整合名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 匯出設定類型。 | 字串 (必要) |
SnowflakeExportCopyCommandAdditionalCopyOptions
名字 | 描述 | 價值 |
---|
SnowflakeExportCopyCommandAdditionalFormatOptions
名字 | 描述 | 價值 |
---|
SnowflakeImportCopyCommand
名字 | 描述 | 價值 |
---|---|---|
additionalCopyOptions | 直接傳遞至雪花式複製命令的其他複製選項。 類型:索引鍵值組(值應該是字串類型)(或具有 resultType 物件的 Expression)。 範例:“additionalCopyOptions”: { “DATE_FORMAT”: “MM/DD/YYYY”, “TIME_FORMAT”: “'HH24:MI:SS.FF'“ } | SnowflakeImportCopyCommandAdditionalCopyOptions |
additionalFormatOptions | 直接傳遞至雪花式複製命令的其他格式選項。 類型:索引鍵值組(值應該是字串類型)(或具有 resultType 物件的 Expression)。 範例:“additionalFormatOptions”: { “FORCE”: “TRUE”, “LOAD_UNCERTAIN_FILES”: “'FALSE'” } | SnowflakeImportCopyCommandAdditionalFormatOptions |
storageIntegration | 要用於複製作業的雪花記憶體整合名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 匯入設定類型。 | 字串 (必要) |
SnowflakeImportCopyCommandAdditionalCopyOptions
名字 | 描述 | 價值 |
---|
SnowflakeImportCopyCommandAdditionalFormatOptions
名字 | 描述 | 價值 |
---|
SnowflakeSink
名字 | 描述 | 價值 |
---|---|---|
importSettings | Snowflake 匯入設定。 | SnowflakeImportCopyCommand |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'SnowflakeSink' (必要) |
SnowflakeSource
名字 | 描述 | 價值 |
---|---|---|
exportSettings | Snowflake 匯出設定。 | SnowflakeExportCopyCommand (必要) |
查詢 | Snowflake Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'SnowflakeSource' (必要) |
SnowflakeV2Sink
名字 | 描述 | 價值 |
---|---|---|
importSettings | Snowflake 匯入設定。 | SnowflakeImportCopyCommand |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'SnowflakeV2Sink' (必要) |
SnowflakeV2Source
名字 | 描述 | 價值 |
---|---|---|
exportSettings | Snowflake 匯出設定。 | SnowflakeExportCopyCommand (必要) |
查詢 | Snowflake Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'SnowflakeV2Source' (必要) |
SparkConfigurationParametrizationReference
名字 | 描述 | 價值 |
---|---|---|
referenceName | 參考Spark組態名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
類型 | Spark 組態參考類型。 | 'SparkConfigurationReference' (必要) |
SparkSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SparkSource' (必要) |
SqlDWSink
名字 | 描述 | 價值 |
---|---|---|
allowCopyCommand | 指示使用複製命令將數據複製到 SQL 資料倉儲。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
allowPolyBase | 指出在適用的情況下,使用 PolyBase 將數據複製到 SQL 數據倉儲。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
copyCommandSettings | 當allowCopyCommand為 true 時,指定複製命令相關設定。 | DWCopyCommandSettings |
polyBaseSettings | 當allowPolyBase為 true 時,指定PolyBase相關設定。 | PolybaseSettings |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterUseTableLock | 是否要在大量複製期間使用數據表鎖定。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
tableOption | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'SqlDWSink' (必要) |
upsertSettings | SQL DW upsert 設定。 | SqlDWUpsertSettings |
writeBehavior | 將數據複製到 Azure SQL DW 時寫入行為。 類型:SqlDWriteBehaviorEnum (或 expression with resultType SqlDWriteBehaviorEnum) | 任何 |
SqlDWSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
isolationLevel | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionSettings | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sqlReaderQuery | SQL 數據倉儲讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
sqlReaderStoredProcedureName | SQL 數據倉儲來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 | ||
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 Type: object (或 Expression with resultType object), itemType: StoredProcedureParameter. | 任何 | ||
類型 | 複製來源類型。 | 'SqlDWSource' (必要) |
SqlDWUpsertSettings
名字 | 描述 | 價值 |
---|---|---|
interimSchemaName | 過渡數據表的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
鑰匙 | 唯一數據列識別的索引鍵數據行名稱。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
SqlMISink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterStoredProcedureName | SQL 寫入器預存程式名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterTableType | SQL 寫入器數據表類型。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterUseTableLock | 是否要在大量複製期間使用數據表鎖定。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
storedProcedureParameters | SQL 預存程式參數。 | 任何 |
storedProcedureTableTypeParameterName | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
tableOption | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'SqlMISink' (必要) |
upsertSettings | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior | 將數據複製到 Azure SQL MI 時的白色行為。 類型:string (或 expression with resultType string) | 任何 |
SqlMISource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
isolationLevel | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionSettings | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings | ||
produceAdditionalTypes | 要產生的其他類型。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sqlReaderQuery | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
sqlReaderStoredProcedureName | Azure SQL 受控實例來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 | ||
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 | ||
類型 | 複製來源類型。 | 'SqlMISource' (必要) |
SqlPartitionSettings
名字 | 描述 | 價值 |
---|---|---|
partitionColumnName | 整數或日期時間類型中的數據行名稱,將用於繼續數據分割。 如果未指定,則會自動偵測數據表的主鍵,並當做數據分割數據行使用。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound | 分割區範圍分割的數據分割數據行最小值。 這個值用來決定數據分割的步幅,而不是用於篩選數據表中的數據列。 數據表或查詢結果中的所有數據列都會進行分割和複製。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionUpperBound | 分割區範圍分割的數據分割數據行最大值。 這個值用來決定數據分割的步幅,而不是用於篩選數據表中的數據列。 數據表或查詢結果中的所有數據列都會進行分割和複製。 Type:string (或 expression with resultType string) 。 | 任何 |
SqlServerSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterStoredProcedureName | SQL 寫入器預存程式名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterTableType | SQL 寫入器數據表類型。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterUseTableLock | 是否要在大量複製期間使用數據表鎖定。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
storedProcedureParameters | SQL 預存程式參數。 | 任何 |
storedProcedureTableTypeParameterName | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
tableOption | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'SqlServerSink' (必要) |
upsertSettings | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior | 將數據複製到 sql Server 時寫入行為。 Type:string (或 expression with resultType string) 。 | 任何 |
SqlServerSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
isolationLevel | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionSettings | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings | ||
produceAdditionalTypes | 要產生的其他類型。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sqlReaderQuery | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
sqlReaderStoredProcedureName | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 | ||
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 | ||
類型 | 複製來源類型。 | 'SqlServerSource' (必要) |
SqlServerStoredProcedureActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'SqlServerStoredProcedure' (必要) |
typeProperties | SQL 預存程式活動屬性。 | SqlServerStoredProcedureActivityTypeProperties (必要) |
SqlServerStoredProcedureActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
storedProcedureName | 預存程式名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 |
SqlSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterStoredProcedureName | SQL 寫入器預存程式名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterTableType | SQL 寫入器數據表類型。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterUseTableLock | 是否要在大量複製期間使用數據表鎖定。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
storedProcedureParameters | SQL 預存程式參數。 | 任何 |
storedProcedureTableTypeParameterName | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
tableOption | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'SqlSink' (必要) |
upsertSettings | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior | 將數據複製到 sql 時寫入行為。 Type:string (或 expression with resultType string) 。 | 任何 |
SqlSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
isolationLevel | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionSettings | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sqlReaderQuery | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
sqlReaderStoredProcedureName | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 | ||
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 | ||
類型 | 複製來源類型。 | 'SqlSource' (必要) |
SqlUpsertSettings
名字 | 描述 | 價值 |
---|---|---|
interimSchemaName | 過渡數據表的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
鑰匙 | 唯一數據列識別的索引鍵數據行名稱。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
useTempDB | 指定是否要針對 upsert 過渡數據表使用暫存資料庫。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
SquareSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SquareSource' (必要) |
SsisAccessCredential
名字 | 描述 | 價值 |
---|---|---|
域 | Windows 驗證的網域。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
密碼 | Windows 驗證的密碼。 | SecretBase (必要) |
userName | 使用Name 進行 Windows 驗證。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisChildPackage
名字 | 描述 | 價值 |
---|---|---|
packageContent | 內嵌子封裝的內容。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
packageLastModifiedDate | 內嵌子封裝的上次修改日期。 | 字串 |
packageName | 內嵌子封裝的名稱。 | 字串 |
packagePath | 內嵌子封裝的路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisConnectionManager
名字 | 描述 | 價值 |
---|
SsisConnectionManager
名字 | 描述 | 價值 |
---|
SsisExecutionCredential
名字 | 描述 | 價值 |
---|---|---|
域 | Windows 驗證的網域。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
密碼 | Windows 驗證的密碼。 | SecureString (必要) |
userName | 使用Name 進行 Windows 驗證。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisExecutionParameter
名字 | 描述 | 價值 |
---|---|---|
價值 | SSIS 套件執行參數值。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisLogLocation
名字 | 描述 | 價值 |
---|---|---|
logPath | SSIS 套件執行記錄檔路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
類型 | SSIS 記錄位置的類型。 | 'File' (必要) |
typeProperties | SSIS 套件執行記錄檔位置屬性。 | SsisLogLocationTypeProperties (必要) |
SsisLogLocationTypeProperties
名字 | 描述 | 價值 | ||
---|---|---|---|---|
accessCredential | 封裝執行記錄存取認證。 | SsisAccessCredential | ||
logRefreshInterval | 指定要重新整理記錄的間隔。 默認間隔為 5 分鐘。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
SsisPackageLocation
名字 | 描述 | 價值 |
---|---|---|
packagePath | SSIS 套件路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | SSIS 套件位置的類型。 | 'File' 'InlinePackage' 'PackageStore' 'SSISDB' |
typeProperties | SSIS 套件位置屬性。 | SsisPackageLocationTypeProperties |
SsisPackageLocationTypeProperties
名字 | 描述 | 價值 |
---|---|---|
accessCredential | 套件存取認證。 | SsisAccessCredential |
childPackages | 內嵌子封裝清單。 | SsisChildPackage[] |
configurationAccessCredential | 組態檔存取認證。 | SsisAccessCredential |
configurationPath | 封裝執行的組態檔。 Type:string (或 expression with resultType string) 。 | 任何 |
packageContent | 內嵌套件內容。 Type:string (或 expression with resultType string) 。 | 任何 |
packageLastModifiedDate | 內嵌套件上次修改日期。 | 字串 |
packageName | 套件名稱。 | 字串 |
packagePassword | 封裝的密碼。 | SecretBase |
SsisPropertyOverride
名字 | 描述 | 價值 |
---|---|---|
isSensitive | SSIS 套件屬性覆寫值是否為敏感數據。 如果值為 true,則會在 SSISDB 中加密值 | bool |
價值 | SSIS 封裝屬性覆寫值。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
StagingSettings
名字 | 描述 | 價值 |
---|---|---|
enableCompression | 指定是否要在透過過渡暫存複製數據時使用壓縮。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
linkedServiceName | 暫存連結服務參考。 | LinkedServiceReference (必要) |
路徑 | 用來儲存過渡數據之記憶體的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
StoreReadSettings
名字 | 描述 | 價值 |
---|---|---|
disableMetricsCollection | 如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
maxConcurrentConnections | 源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
類型 | 針對 AmazonS3CompatibleReadSettings 類型設定為 'AmazonS3CompatibleReadSettings',。 針對 AmazonS3ReadSettings 類型設定為 'AmazonS3ReadSettings',。 針對 azureBlobFSReadSettings 類型設定為 'AzureBlobFSReadSettings',。 針對 azureBlobStorageReadSettings 類型 設定為 'AzureBlobStorageReadSettings',。 針對 azureDataLakeStoreReadSettings 類型 設定為 'AzureDataLakeStoreReadSettings',。 針對 AzureFileStorageReadSettings 類型設定為 'AzureFileStorageReadSettings',。 針對 fileServerReadSettings 類型 FileServerReadSettings設定為 'FileServerReadSettings'。 針對 ftpReadSettings 類型設定為 'FtpReadSettings',。 針對 GoogleCloudStorageReadSettings 類型設定為 'GoogleCloudStorageReadSettings',。 針對 hdfsReadSettings 類型 設定為 'HdfsReadSettings',。 針對 HTTPReadSettings 類型設定為 『HttpReadSettings』,。 將 類型設定為 'LakeHouseReadSettings',LakeHouseReadSettings。 針對 OracleCloudStorageReadSettings 類型設定為 'OracleCloudStorageReadSettings',。 針對 SftpReadSettings 類型 設定為 'SftpReadSettings',。 | 'AmazonS3CompatibleReadSettings' 'AmazonS3ReadSettings' 'AzureBlobFSReadSettings' 'AzureBlobStorageReadSettings' 'AzureDataLakeStoreReadSettings' 'AzureFileStorageReadSettings' 'FileServerReadSettings' 'FtpReadSettings' 'GoogleCloudStorageReadSettings' 'HdfsReadSettings' 'HttpReadSettings' 'LakeHouseReadSettings' 'OracleCloudStorageReadSettings' 'SftpReadSettings' (必要) |
StoreWriteSettings
名字 | 描述 | 價值 |
---|---|---|
copyBehavior | 複製接收的複製行為類型。 | 任何 |
disableMetricsCollection | 如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
maxConcurrentConnections | 源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
元數據 | 指定要新增至接收數據的自定義元數據。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | MetadataItem[] |
類型 | 針對 azureBlobFSWriteSettings 類型 設定為 'AzureBlobFSWriteSettings',。 針對 azureBlobStorageWriteSettings 類型 設定為 'AzureBlobStorageWriteSettings',。 針對 azureDataLakeStoreWriteSettings 類型 設定為 'AzureDataLakeStoreWriteSettings',。 將 類型設定為 'AzureFileStorageWriteSettings',AzureFileStorageWriteSettings。 針對 fileServerWriteSettings 類型 設定為 'FileServerWriteSettings',。 針對 lakeHouseWriteSettings 類型設定為 'LakeHouseWriteSettings',。 針對 sftpWriteSettings 類型 設定為 'SftpWriteSettings',。 | 'AzureBlobFSWriteSettings' 'AzureBlobStorageWriteSettings' 'AzureDataLakeStoreWriteSettings' 'AzureFileStorageWriteSettings' 'FileServerWriteSettings' 'LakeHouseWriteSettings' 'SftpWriteSettings' (必要) |
SwitchActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'Switch' (必要) |
typeProperties | 切換活動屬性。 | SwitchActivityTypeProperties (必要) |
SwitchActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
例 | 對應至 『on』 屬性值的案例清單。 這是選擇性屬性,如果未提供,活動將會執行 defaultActivities 中提供的活動。 | SwitchCase[] |
defaultActivities | 如果未滿足案例條件,要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 | 活動[] |
上 | 評估為字串或整數的表達式。 這會用來判斷將執行的活動區塊。 | 表示式 (必要) |
SwitchCase
名字 | 描述 | 價值 |
---|---|---|
活動 | 要針對符合案例條件執行的活動清單。 | 活動[] |
價值 | 符合 『on』 屬性表示式結果的預期值。 | 字串 |
SybaseSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SybaseSource' (必要) |
SynapseNotebookActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'SynapseNotebook' (必要) |
typeProperties | 執行 Synapse 筆記本活動屬性。 | SynapseNotebookActivityTypeProperties (必要) |
SynapseNotebookActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
conf | Spark 組態屬性,這會覆寫您提供的筆記本 'conf'。 | 任何 |
configurationType | Spark 組態的類型。 | 'Artifact' 'Customized' 'Default' |
driverSize | 要用於會話指定 Spark 集區中配置之驅動程式的核心和記憶體數目,用於覆寫您提供的筆記本的 'driverCores' 和 'driverMemory'。 Type:string (或 expression with resultType string) 。 | 任何 |
executorSize | 要用於會話指定 Spark 集區中配置之執行程式的核心和記憶體數目,用於覆寫您提供的筆記本的 'executorCores' 和 'executorMemory'。 Type:string (或 expression with resultType string) 。 | 任何 |
筆記本 | Synapse 筆記本參考。 | SynapseNotebookReference (必要) |
numExecutors | 要針對此工作階段啟動的執行程式數目,這會覆寫您提供的筆記本 'numExecutors'。 類型:integer (或 expression with resultType integer) 。 | 任何 |
參數 | 筆記本參數。 | SynapseNotebookActivityTypePropertiesParameters |
sparkConfig | Spark 組態屬性。 | SynapseNotebookActivityTypePropertiesSparkConfig |
sparkPool | 將用來執行筆記本的巨量數據集區名稱。 | BigDataPoolParametrizationReference |
targetSparkConfiguration | Spark 作業的Spark組態。 | SparkConfigurationParametrizationReference |
SynapseNotebookActivityTypePropertiesParameters
名字 | 描述 | 價值 |
---|
SynapseNotebookActivityTypePropertiesSparkConfig
名字 | 描述 | 價值 |
---|
SynapseNotebookReference
名字 | 描述 | 價值 |
---|---|---|
referenceName | 參考筆記本名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
類型 | Synapse Notebook 參考類型。 | 'NotebookReference' (必要) |
SynapseSparkJobActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
args | 使用者指定的 SynapseSparkJobDefinitionActivity 自變數。 | any[] |
className | 主要定義檔案中的完整標識碼或主要類別,其會覆寫您提供的spark作業定義的 『className』。 Type:string (或 expression with resultType string) 。 | 任何 |
conf | Spark 組態屬性,將會覆寫您提供的 Spark 作業定義的 'conf'。 | 任何 |
configurationType | Spark 組態的類型。 | 'Artifact' 'Customized' 'Default' |
driverSize | 要用於指定 Spark 集區中針對作業配置之驅動程式的核心和記憶體數目,將用於覆寫您提供的 Spark 作業定義的 'driverCores' 和 'driverMemory'。 Type:string (或 expression with resultType string) 。 | 任何 |
executorSize | 要用於指定 Spark 集區中針對作業配置之執行程式的核心和記憶體數目,將用於覆寫您提供的 Spark 作業定義的 'executorCores' 和 'executorMemory'。 Type:string (或 expression with resultType string) 。 | 任何 |
檔 | 用於作業的主要檔案,這會覆寫您提供的Spark作業定義的 『file』。 Type:string (或 expression with resultType string) 。 | 任何 |
檔 | (已被取代。請使用 pythonCodeReference 和 filesV2) 主要定義檔中用於參考的其他檔案,這會覆寫您提供的 Spark 作業定義的 'files'。 | any[] |
filesV2 | 用於主要定義檔案中參考的其他檔案,這會覆寫您提供的Spark作業定義的 'jars' 和 'files'。 | any[] |
numExecutors | 要針對此作業啟動的執行程式數目,這會覆寫您提供的Spark作業定義的 'numExecutors'。 類型:integer (或 expression with resultType integer) 。 | 任何 |
pythonCodeReference | 用於主要定義檔中參考的其他 Python 程式代碼檔案,這會覆寫您提供的 Spark 作業定義的 'pyFiles'。 | any[] |
scanFolder | 從主要定義檔案的根資料夾掃描子資料夾,這些檔案將會新增為參考檔案。 系統會掃描名為 『jars』、'pyFiles'、'files' 或 'archive' 的資料夾,而且資料夾名稱會區分大小寫。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
sparkConfig | Spark 組態屬性。 | SynapseSparkJobActivityTypePropertiesSparkConfig |
sparkJob | Synapse spark 作業參考。 | SynapseSparkJobReference (必要) |
targetBigDataPool | 巨量數據集區的名稱,將用來執行 Spark 批次作業,這會覆寫您提供的 Spark 作業定義的 'targetBigDataPool'。 | BigDataPoolParametrizationReference |
targetSparkConfiguration | Spark 作業的Spark組態。 | SparkConfigurationParametrizationReference |
SynapseSparkJobActivityTypePropertiesSparkConfig
名字 | 描述 | 價值 |
---|
SynapseSparkJobDefinitionActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'SparkJob' (必要) |
typeProperties | 執行Spark作業活動屬性。 | SynapseSparkJobActivityTypeProperties (必要) |
SynapseSparkJobReference
名字 | 描述 | 價值 |
---|---|---|
referenceName | 參考 Spark 作業名稱。 具有 resultType 字串的運算式。 | 任何 (必要) |
類型 | Synapse spark 作業參考類型。 | 'SparkJobDefinitionReference' (必要) |
TarGZipReadSettings
名字 | 描述 | 價值 |
---|---|---|
preserveCompressionFileNameAsFolder | 將壓縮檔名保留為資料夾路徑。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | [壓縮] 設定類型。 | 'TarGZipReadSettings' (必要) |
TarReadSettings
名字 | 描述 | 價值 |
---|---|---|
preserveCompressionFileNameAsFolder | 將壓縮檔名保留為資料夾路徑。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | [壓縮] 設定類型。 | 'TarReadSettings' (必要) |
TeradataPartitionSettings
名字 | 描述 | 價值 |
---|---|---|
partitionColumnName | 將用於繼續範圍或哈希分割的數據行名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionUpperBound | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
TeradataSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
partitionOption | 將用於平行讀取 teradata 的數據分割機制。 可能的值包括:「None」、“Hash” “DynamicRange” | 任何 | ||
partitionSettings | 將用於 teradata 來源資料分割的設定。 | TeradataPartitionSettings | ||
查詢 | Teradata 查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'TeradataSource' (必要) |
UntilActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'Until' (必要) |
typeProperties | 直到活動屬性為止。 | UntilActivityTypeProperties (必要) |
UntilActivityTypeProperties
名字 | 描述 | 價值 | ||
---|---|---|---|---|
活動 | 要執行的活動清單。 | 活動[] (必要) | ||
表達 | 評估為布爾值的表達式。 迴圈會繼續執行,直到此表達式評估為 true 為止 | 表示式 (必要) | ||
超時 | 指定要執行之活動的逾時。 如果沒有指定任何值,則會使用預設為 1 周的 TimeSpan.FromDays(7) 值。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
UserProperty
名字 | 描述 | 價值 |
---|---|---|
名字 | 用戶屬性名稱。 | 字串 (必要) |
價值 | 用戶屬性值。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
ValidationActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'Validation' (必要) |
typeProperties | 驗證活動屬性。 | ValidationActivityTypeProperties (必要) |
ValidationActivityTypeProperties
名字 | 描述 | 價值 | ||
---|---|---|---|---|
childItems | 如果數據集指向資料夾,可以使用。 如果設定為 true,資料夾必須至少有一個檔案。 如果設定為 false,資料夾必須是空的。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
數據 | 驗證活動數據集參考。 | DatasetReference (必要) | ||
minimumSize | 如果數據集指向檔案,可以使用。 檔案的大小必須大於或等於指定的值。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
睡 | 驗證嘗試之間的延遲以秒為單位。 如果未指定任何值,則會使用10秒做為預設值。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
超時 | 指定要執行之活動的逾時。 如果沒有指定任何值,則會使用預設為 1 周的 TimeSpan.FromDays(7) 值。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
VariableDefinitionSpecification
名字 | 描述 | 價值 |
---|
VariableSpecification
名字 | 描述 | 價值 |
---|---|---|
defaultValue | 變數的預設值。 | 任何 |
類型 | 變數類型。 | 'Array' 'Bool' 'String' (必要) |
VerticaSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'VerticaSource' (必要) |
WaitActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'Wait' (必要) |
typeProperties | 等候活動屬性。 | WaitActivityTypeProperties (必要) |
WaitActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
waitTimeInSeconds | 持續時間以秒為單位。 類型:integer (或 expression with resultType integer) 。 | 任何 (必要) |
WarehouseSink
名字 | 描述 | 價值 |
---|---|---|
allowCopyCommand | 指示使用複製命令將數據複製到 SQL 資料倉儲。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
copyCommandSettings | 當allowCopyCommand為 true 時,指定複製命令相關設定。 | DWCopyCommandSettings |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
tableOption | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'WarehouseSink' (必要) |
writeBehavior | 將數據複製到 azure Microsoft Fabric 數據倉儲時,寫入行為。 類型:DWWriteBehaviorEnum (或 expression with resultType DWWriteBehaviorEnum) | 任何 |
WarehouseSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
isolationLevel | 指定Microsoft網狀架構倉儲來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 | 任何 | ||
partitionSettings | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sqlReaderQuery | Microsoft網狀架構倉儲讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
sqlReaderStoredProcedureName | Microsoft網狀架構倉儲來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 | ||
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 Type: object (或 Expression with resultType object), itemType: StoredProcedureParameter. | 任何 | ||
類型 | 複製來源類型。 | 'WarehouseSource' (必要) |
WebActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'WebActivity' (必要) |
typeProperties | Web 活動屬性。 | WebActivityTypeProperties (必要) |
WebActivityAuthentication
名字 | 描述 | 價值 |
---|---|---|
憑據 | 包含驗證資訊的認證參考。 | CredentialReference |
密碼 | PFX 檔案的密碼或基本身份驗證/密碼用於 ServicePrincipal 時 | SecretBase |
pfx | 用於 ServicePrincipal 時,PFX 檔案或憑證的 Base64 編碼內容 | SecretBase |
資源 | 使用 MSI 驗證時,將會要求 Azure 驗證令牌的資源。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | Web 活動驗證 (Basic/ClientCertificate/MSI/ServicePrincipal) | 字串 |
username | 用於 ServicePrincipal 時,基本身份驗證或 ClientID 的 Web 活動驗證用戶名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
userTenant | 使用 ServicePrincipal Authentication 時,將會要求 Azure 驗證令牌的 TenantId。 Type:string (或 expression with resultType string) 。 | 任何 |
WebActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
認證 | 用於呼叫端點的驗證方法。 | WebActivityAuthentication |
身體 | 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 expression with resultType 字串串的表達式)。 | 任何 |
connectVia | 整合運行時間參考。 | IntegrationRuntimeReference |
數據 | 傳遞至 Web 端點的數據集清單。 | DatasetReference[] |
disableCertValidation | 設定為 true 時,將會停用憑證驗證。 | bool |
頭 | 表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 Type:string (或 expression with resultType string) 。 | WebActivityTypePropertiesHeaders |
httpRequestTimeout | HTTP 要求取得回應的逾時。 格式為 TimeSpan (hh:mm:ss)。 此值是取得回應的逾時,而不是活動逾時。 默認值為 00:01:00 (1 分鐘)。 範圍從 1 到 10 分鐘 | 任何 |
linkedServices | 傳遞至 Web 端點的連結服務清單。 | LinkedServiceReference[] |
方法 | 目標端點的 Rest API 方法。 | 'DELETE' 'GET' 'POST' 'PUT' (必要) |
turnOffAsync | 在 HTTP 202 回應的響應標頭中指定的位置停用叫用 HTTP GET 的選項。 如果設定為 true,它會停止在響應標頭中指定的 HTTP 位置上叫用 HTTP GET。 如果設定 false,則會繼續在 HTTP 回應標頭中指定的位置上叫用 HTTP GET 呼叫。 | bool |
url | Web 活動目標端點和路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
WebActivityTypePropertiesHeaders
名字 | 描述 | 價值 |
---|
WebHookActivity
名字 | 描述 | 價值 |
---|---|---|
政策 | 活動原則。 | SecureInputOutputPolicy |
類型 | 活動類型。 | 'WebHook' (必要) |
typeProperties | WebHook 活動屬性。 | WebHookActivityTypeProperties (必要) |
WebHookActivityTypeProperties
名字 | 描述 | 價值 | ||
---|---|---|---|---|
認證 | 用於呼叫端點的驗證方法。 | WebActivityAuthentication | ||
身體 | 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 expression with resultType 字串串的表達式)。 | 任何 | ||
頭 | 表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 Type:string (或 expression with resultType string) 。 | WebHookActivityTypePropertiesHeaders | ||
方法 | 目標端點的 Rest API 方法。 | 'POST' (必要) | ||
reportStatusOnCallBack | 當設定為 true 時,活動會取用回呼要求本文中的 statusCode、輸出和錯誤。 您可以在回呼要求中設定 statusCode >= 400,將活動標示為失敗。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
超時 | 應該在其中呼叫 Webhook 的逾時。 如果沒有指定任何值,則預設為10分鐘。 類型:字串。 模式:(\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 字串 |
url | WebHook 活動目標端點和路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
WebHookActivityTypePropertiesHeaders
名字 | 描述 | 價值 |
---|
WebSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
類型 | 複製來源類型。 | 'WebSource' (必要) |
XeroSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'XeroSource' (必要) |
XmlReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
detectDataType | 指出讀取 xml 檔案時,是否啟用類型偵測。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
namespacePrefixes | 啟用命名空間時,要覆寫數據行名稱中前置詞的命名空間 URI,如果命名空間 URI 未定義任何前置詞,則會使用 xml 數據檔中的 xml 元素/屬性名稱前置詞。 範例:“{”http://www.example.com/xml":“prefix”}“ Type: object (或 expression with resultType 物件)。 | 任何 |
namespaces | 指出讀取 xml 檔案時是否啟用命名空間。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'XmlReadSettings' (必要) |
validationMode | 指出讀取 xml 檔案時所使用的驗證方法。 允許的值:『none』、『xsd』或 『dtd』。 Type:string (或 expression with resultType string) 。 | 任何 |
XmlReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
detectDataType | 指出讀取 xml 檔案時,是否啟用類型偵測。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
namespacePrefixes | 啟用命名空間時,要覆寫數據行名稱中前置詞的命名空間 URI,如果命名空間 URI 未定義任何前置詞,則會使用 xml 數據檔中的 xml 元素/屬性名稱前置詞。 範例:“{”http://www.example.com/xml":“prefix”}“ Type: object (或 expression with resultType 物件)。 | 任何 |
namespaces | 指出讀取 xml 檔案時是否啟用命名空間。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 字串 (必要) |
validationMode | 指出讀取 xml 檔案時所使用的驗證方法。 允許的值:『none』、『xsd』或 『dtd』。 Type:string (或 expression with resultType string) 。 | 任何 |
XmlSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | Xml 格式設定。 | XmlReadSettings |
storeSettings | Xml 存放區設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'XmlSource' (必要) |
ZipDeflateReadSettings
名字 | 描述 | 價值 |
---|---|---|
preserveZipFileNameAsFolder | 將 zip 檔名保留為資料夾路徑。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | [壓縮] 設定類型。 | 'ZipDeflateReadSettings' (必要) |
ZohoSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'ZohoSource' (必要) |
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
建立 V2 Data Factory |
此範本會建立 V2 資料處理站,將資料從 Azure Blob 記憶體中的資料夾複製到記憶體中的另一個資料夾。 |
Azure Data Factory 可以 更多 - 按兩下即可嘗試 Azure Data Factory |
此範本會建立數據處理站管線,以將複製活動從 Azure Blob 複製到另一個 Azure Blob |
Terraform (AzAPI 提供者) 資源定義
工廠/管線資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.DataFactory/factories/pipelines 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DataFactory/factories/pipelines@2018-06-01"
name = "string"
body = jsonencode({
properties = {
activities = [
{
dependsOn = [
{
activity = "string"
dependencyConditions = [
"string"
]
}
]
description = "string"
name = "string"
onInactiveMarkAs = "string"
state = "string"
userProperties = [
{
name = "string"
value = ?
}
]
type = "string"
// For remaining properties, see Activity objects
}
]
annotations = [
?
]
concurrency = int
description = "string"
folder = {
name = "string"
}
parameters = {
{customized property} = {
defaultValue = ?
type = "string"
}
}
policy = {
elapsedTimeMetric = {
duration = ?
}
}
runDimensions = {
{customized property} = ?
}
variables = {
{customized property} = {
defaultValue = ?
type = "string"
}
}
}
})
}
CompressionReadSettings 物件
設定 類型 屬性,以指定物件的類型。
針對 TarGZipReadSettings,請使用:
{
preserveCompressionFileNameAsFolder = ?
type = "TarGZipReadSettings"
}
針對 TarReadSettings,請使用:
{
preserveCompressionFileNameAsFolder = ?
type = "TarReadSettings"
}
針對 ZipDeflateReadSettings,請使用:
{
preserveZipFileNameAsFolder = ?
type = "ZipDeflateReadSettings"
}
StoreWriteSettings 物件
設定 類型 屬性,以指定物件的類型。
針對 AzureBlobFSWriteSettings,請使用:
{
blockSizeInMB = ?
type = "AzureBlobFSWriteSettings"
}
針對 AzureBlobStorageWriteSettings,請使用:
{
blockSizeInMB = ?
type = "AzureBlobStorageWriteSettings"
}
針對 AzureDataLakeStoreWriteSettings,請使用:
{
expiryDateTime = ?
type = "AzureDataLakeStoreWriteSettings"
}
針對 AzureFileStorageWriteSettings,請使用:
{
type = "AzureFileStorageWriteSettings"
}
針對 FileServerWriteSettings,請使用:
{
type = "FileServerWriteSettings"
}
針對 LakeHouseWriteSettings,請使用:
{
type = "LakeHouseWriteSettings"
}
針對 SftpWriteSettings,請使用:
{
operationTimeout = ?
type = "SftpWriteSettings"
useTempFileRename = ?
}
活動物件
設定 類型 屬性,以指定物件的類型。
針對 AppendVariable,請使用:
{
type = "AppendVariable"
typeProperties = {
value = ?
variableName = "string"
}
}
針對 AzureDataExplorerCommand,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "AzureDataExplorerCommand"
typeProperties = {
command = ?
commandTimeout = ?
}
}
針對 AzureFunctionActivity,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "AzureFunctionActivity"
typeProperties = {
body = ?
functionName = ?
headers = {
{customized property} = ?
}
method = "string"
}
}
針對 AzureMLBatchExecution,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "AzureMLBatchExecution"
typeProperties = {
globalParameters = {
{customized property} = ?
}
webServiceInputs = {
{customized property} = {
filePath = ?
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
}
}
webServiceOutputs = {
{customized property} = {
filePath = ?
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
}
}
}
}
針對 AzureMLExecutePipeline,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "AzureMLExecutePipeline"
typeProperties = {
continueOnStepFailure = ?
dataPathAssignments = ?
experimentName = ?
mlParentRunId = ?
mlPipelineEndpointId = ?
mlPipelineId = ?
mlPipelineParameters = ?
version = ?
}
}
針對 AzureMLUpdateResource,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "AzureMLUpdateResource"
typeProperties = {
trainedModelFilePath = ?
trainedModelLinkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
trainedModelName = ?
}
}
針對 ExecutePipeline,請使用:
{
policy = {
secureInput = bool
}
type = "ExecutePipeline"
typeProperties = {
parameters = {
{customized property} = ?
}
pipeline = {
name = "string"
referenceName = "string"
type = "string"
}
waitOnCompletion = bool
}
}
若為 Fail,請使用:
{
type = "Fail"
typeProperties = {
errorCode = ?
message = ?
}
}
針對 Filter,請使用:
{
type = "Filter"
typeProperties = {
condition = {
type = "string"
value = "string"
}
items = {
type = "string"
value = "string"
}
}
}
針對 ForEach,請使用:
{
type = "ForEach"
typeProperties = {
activities = [
{
dependsOn = [
{
activity = "string"
dependencyConditions = [
"string"
]
}
]
description = "string"
name = "string"
onInactiveMarkAs = "string"
state = "string"
userProperties = [
{
name = "string"
value = ?
}
]
type = "string"
// For remaining properties, see Activity objects
}
]
batchCount = int
isSequential = bool
items = {
type = "string"
value = "string"
}
}
}
針對 IfCondition,請使用:
{
type = "IfCondition"
typeProperties = {
expression = {
type = "string"
value = "string"
}
ifFalseActivities = [
{
dependsOn = [
{
activity = "string"
dependencyConditions = [
"string"
]
}
]
description = "string"
name = "string"
onInactiveMarkAs = "string"
state = "string"
userProperties = [
{
name = "string"
value = ?
}
]
type = "string"
// For remaining properties, see Activity objects
}
]
ifTrueActivities = [
{
dependsOn = [
{
activity = "string"
dependencyConditions = [
"string"
]
}
]
description = "string"
name = "string"
onInactiveMarkAs = "string"
state = "string"
userProperties = [
{
name = "string"
value = ?
}
]
type = "string"
// For remaining properties, see Activity objects
}
]
}
}
針對 SetVariable,請使用:
{
policy = {
secureInput = bool
secureOutput = bool
}
type = "SetVariable"
typeProperties = {
setSystemVariable = bool
value = ?
variableName = "string"
}
}
針對 Switch,請使用:
{
type = "Switch"
typeProperties = {
cases = [
{
activities = [
{
dependsOn = [
{
activity = "string"
dependencyConditions = [
"string"
]
}
]
description = "string"
name = "string"
onInactiveMarkAs = "string"
state = "string"
userProperties = [
{
name = "string"
value = ?
}
]
type = "string"
// For remaining properties, see Activity objects
}
]
value = "string"
}
]
defaultActivities = [
{
dependsOn = [
{
activity = "string"
dependencyConditions = [
"string"
]
}
]
description = "string"
name = "string"
onInactiveMarkAs = "string"
state = "string"
userProperties = [
{
name = "string"
value = ?
}
]
type = "string"
// For remaining properties, see Activity objects
}
]
on = {
type = "string"
value = "string"
}
}
}
針對 直到,請使用:
{
type = "Until"
typeProperties = {
activities = [
{
dependsOn = [
{
activity = "string"
dependencyConditions = [
"string"
]
}
]
description = "string"
name = "string"
onInactiveMarkAs = "string"
state = "string"
userProperties = [
{
name = "string"
value = ?
}
]
type = "string"
// For remaining properties, see Activity objects
}
]
expression = {
type = "string"
value = "string"
}
timeout = ?
}
}
針對 驗證,請使用:
{
type = "Validation"
typeProperties = {
childItems = ?
dataset = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
minimumSize = ?
sleep = ?
timeout = ?
}
}
針對 Wait,請使用:
{
type = "Wait"
typeProperties = {
waitTimeInSeconds = ?
}
}
針對 WebHook,請使用:
{
policy = {
secureInput = bool
secureOutput = bool
}
type = "WebHook"
typeProperties = {
authentication = {
credential = {
referenceName = "string"
type = "string"
}
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
pfx = {
type = "string"
// For remaining properties, see SecretBase objects
}
resource = ?
type = "string"
username = ?
userTenant = ?
}
body = ?
headers = {
{customized property} = ?
}
method = "string"
reportStatusOnCallBack = ?
timeout = "string"
url = ?
}
}
針對 複製,請使用:
{
inputs = [
{
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
]
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
outputs = [
{
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
]
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "Copy"
typeProperties = {
dataIntegrationUnits = ?
enableSkipIncompatibleRow = ?
enableStaging = ?
logSettings = {
copyActivityLogSettings = {
enableReliableLogging = ?
logLevel = ?
}
enableCopyActivityLog = ?
logLocationSettings = {
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
path = ?
}
}
logStorageSettings = {
enableReliableLogging = ?
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
logLevel = ?
path = ?
}
parallelCopies = ?
preserve = [
?
]
preserveRules = [
?
]
redirectIncompatibleRowSettings = {
linkedServiceName = ?
path = ?
}
sink = {
disableMetricsCollection = ?
maxConcurrentConnections = ?
sinkRetryCount = ?
sinkRetryWait = ?
writeBatchSize = ?
writeBatchTimeout = ?
type = "string"
// For remaining properties, see CopySink objects
}
skipErrorFile = {
dataInconsistency = ?
fileMissing = ?
}
source = {
disableMetricsCollection = ?
maxConcurrentConnections = ?
sourceRetryCount = ?
sourceRetryWait = ?
type = "string"
// For remaining properties, see CopySource objects
}
stagingSettings = {
enableCompression = ?
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
path = ?
}
translator = ?
validateDataConsistency = ?
}
}
針對 自訂,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "Custom"
typeProperties = {
autoUserSpecification = ?
command = ?
extendedProperties = {
{customized property} = ?
}
folderPath = ?
referenceObjects = {
datasets = [
{
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
]
linkedServices = [
{
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
]
}
resourceLinkedService = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
retentionTimeInDays = ?
}
}
針對 DataLakeAnalyticsU-SQL,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "DataLakeAnalyticsU-SQL"
typeProperties = {
compilationMode = ?
degreeOfParallelism = ?
parameters = {
{customized property} = ?
}
priority = ?
runtimeVersion = ?
scriptLinkedService = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
scriptPath = ?
}
}
針對 DatabricksNotebook,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "DatabricksNotebook"
typeProperties = {
baseParameters = {
{customized property} = ?
}
libraries = [
{
{customized property} = ?
}
]
notebookPath = ?
}
}
針對 DatabricksSparkJar,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "DatabricksSparkJar"
typeProperties = {
libraries = [
{
{customized property} = ?
}
]
mainClassName = ?
parameters = [
?
]
}
}
針對 DatabricksSparkPython,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "DatabricksSparkPython"
typeProperties = {
libraries = [
{
{customized property} = ?
}
]
parameters = [
?
]
pythonFile = ?
}
}
針對 Delete,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "Delete"
typeProperties = {
dataset = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
enableLogging = ?
logStorageSettings = {
enableReliableLogging = ?
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
logLevel = ?
path = ?
}
maxConcurrentConnections = int
recursive = ?
storeSettings = {
disableMetricsCollection = ?
maxConcurrentConnections = ?
type = "string"
// For remaining properties, see StoreReadSettings objects
}
}
}
針對 ExecuteDataFlow,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "ExecuteDataFlow"
typeProperties = {
compute = {
computeType = ?
coreCount = ?
}
continuationSettings = {
continuationTtlInMinutes = ?
customizedCheckpointKey = ?
idleCondition = ?
}
continueOnError = ?
dataFlow = {
datasetParameters = ?
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
integrationRuntime = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
runConcurrently = ?
sourceStagingConcurrency = ?
staging = {
folderPath = ?
linkedService = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
}
traceLevel = ?
}
}
針對 ExecuteSSISPackage,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "ExecuteSSISPackage"
typeProperties = {
connectVia = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
environmentPath = ?
executionCredential = {
domain = ?
password = {
type = "string"
value = "string"
}
userName = ?
}
loggingLevel = ?
logLocation = {
logPath = ?
type = "string"
typeProperties = {
accessCredential = {
domain = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
userName = ?
}
logRefreshInterval = ?
}
}
packageConnectionManagers = {
{customized property} = {
{customized property} = {
value = ?
}
}
}
packageLocation = {
packagePath = ?
type = "string"
typeProperties = {
accessCredential = {
domain = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
userName = ?
}
childPackages = [
{
packageContent = ?
packageLastModifiedDate = "string"
packageName = "string"
packagePath = ?
}
]
configurationAccessCredential = {
domain = ?
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
userName = ?
}
configurationPath = ?
packageContent = ?
packageLastModifiedDate = "string"
packageName = "string"
packagePassword = {
type = "string"
// For remaining properties, see SecretBase objects
}
}
}
packageParameters = {
{customized property} = {
value = ?
}
}
projectConnectionManagers = {
{customized property} = {
{customized property} = {
value = ?
}
}
}
projectParameters = {
{customized property} = {
value = ?
}
}
propertyOverrides = {
{customized property} = {
isSensitive = bool
value = ?
}
}
runtime = ?
}
}
針對 ExecuteWranglingDataflow,請使用:
{
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "ExecuteWranglingDataflow"
typeProperties = {
compute = {
computeType = ?
coreCount = ?
}
continuationSettings = {
continuationTtlInMinutes = ?
customizedCheckpointKey = ?
idleCondition = ?
}
continueOnError = ?
dataFlow = {
datasetParameters = ?
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
integrationRuntime = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
queries = [
{
dataflowSinks = [
{
dataset = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
description = "string"
flowlet = {
datasetParameters = ?
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
linkedService = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
name = "string"
rejectedDataLinkedService = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
schemaLinkedService = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
script = "string"
}
]
queryName = "string"
}
]
runConcurrently = ?
sinks = {
{customized property} = {
dataset = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
description = "string"
flowlet = {
datasetParameters = ?
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
linkedService = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
name = "string"
rejectedDataLinkedService = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
schemaLinkedService = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
script = "string"
}
}
sourceStagingConcurrency = ?
staging = {
folderPath = ?
linkedService = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
}
traceLevel = ?
}
}
針對 getMetadata
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "GetMetadata"
typeProperties = {
dataset = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
fieldList = [
?
]
formatSettings = {
type = "string"
// For remaining properties, see FormatReadSettings objects
}
storeSettings = {
disableMetricsCollection = ?
maxConcurrentConnections = ?
type = "string"
// For remaining properties, see StoreReadSettings objects
}
}
}
針對 HDInsightHive,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "HDInsightHive"
typeProperties = {
arguments = [
?
]
defines = {
{customized property} = ?
}
getDebugInfo = "string"
queryTimeout = int
scriptLinkedService = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
scriptPath = ?
storageLinkedServices = [
{
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
]
variables = {
{customized property} = ?
}
}
}
針對 HDInsightMapReduce,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "HDInsightMapReduce"
typeProperties = {
arguments = [
?
]
className = ?
defines = {
{customized property} = ?
}
getDebugInfo = "string"
jarFilePath = ?
jarLibs = [
?
]
jarLinkedService = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
storageLinkedServices = [
{
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
]
}
}
針對 HDInsightPig,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "HDInsightPig"
typeProperties = {
arguments = ?
defines = {
{customized property} = ?
}
getDebugInfo = "string"
scriptLinkedService = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
scriptPath = ?
storageLinkedServices = [
{
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
]
}
}
針對 hdInsightSpark
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "HDInsightSpark"
typeProperties = {
arguments = [
?
]
className = "string"
entryFilePath = ?
getDebugInfo = "string"
proxyUser = ?
rootPath = ?
sparkConfig = {
{customized property} = ?
}
sparkJobLinkedService = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
}
}
針對 HDInsightStreaming,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "HDInsightStreaming"
typeProperties = {
arguments = [
?
]
combiner = ?
commandEnvironment = [
?
]
defines = {
{customized property} = ?
}
fileLinkedService = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
filePaths = [
?
]
getDebugInfo = "string"
input = ?
mapper = ?
output = ?
reducer = ?
storageLinkedServices = [
{
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
]
}
}
針對 查閱,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "Lookup"
typeProperties = {
dataset = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
firstRowOnly = ?
source = {
disableMetricsCollection = ?
maxConcurrentConnections = ?
sourceRetryCount = ?
sourceRetryWait = ?
type = "string"
// For remaining properties, see CopySource objects
}
}
}
針對 文稿,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "Script"
typeProperties = {
logSettings = {
logDestination = "string"
logLocationSettings = {
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
path = ?
}
}
returnMultistatementResult = ?
scriptBlockExecutionTimeout = ?
scripts = [
{
parameters = [
{
direction = "string"
name = ?
size = int
type = "string"
value = ?
}
]
text = ?
type = ?
}
]
}
}
針對 SparkJob,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "SparkJob"
typeProperties = {
args = [
?
]
className = ?
conf = ?
configurationType = "string"
driverSize = ?
executorSize = ?
file = ?
files = [
?
]
filesV2 = [
?
]
numExecutors = ?
pythonCodeReference = [
?
]
scanFolder = ?
sparkConfig = {
{customized property} = ?
}
sparkJob = {
referenceName = ?
type = "string"
}
targetBigDataPool = {
referenceName = ?
type = "string"
}
targetSparkConfiguration = {
referenceName = ?
type = "string"
}
}
}
針對 SqlServerStoredProcedure,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "SqlServerStoredProcedure"
typeProperties = {
storedProcedureName = ?
storedProcedureParameters = ?
}
}
針對 SynapseNotebook,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "SynapseNotebook"
typeProperties = {
conf = ?
configurationType = "string"
driverSize = ?
executorSize = ?
notebook = {
referenceName = ?
type = "string"
}
numExecutors = ?
parameters = {
{customized property} = {
type = "string"
value = ?
}
}
sparkConfig = {
{customized property} = ?
}
sparkPool = {
referenceName = ?
type = "string"
}
targetSparkConfiguration = {
referenceName = ?
type = "string"
}
}
}
針對 WebActivity,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "WebActivity"
typeProperties = {
authentication = {
credential = {
referenceName = "string"
type = "string"
}
password = {
type = "string"
// For remaining properties, see SecretBase objects
}
pfx = {
type = "string"
// For remaining properties, see SecretBase objects
}
resource = ?
type = "string"
username = ?
userTenant = ?
}
body = ?
connectVia = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
datasets = [
{
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
]
disableCertValidation = bool
headers = {
{customized property} = ?
}
httpRequestTimeout = ?
linkedServices = [
{
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
]
method = "string"
turnOffAsync = bool
url = ?
}
}
CopySink 物件
設定 類型 屬性,以指定物件的類型。
針對 AvroSink,請使用:
{
formatSettings = {
fileNamePrefix = ?
maxRowsPerFile = ?
recordName = "string"
recordNamespace = "string"
type = "string"
}
storeSettings = {
copyBehavior = ?
disableMetricsCollection = ?
maxConcurrentConnections = ?
metadata = [
{
name = ?
value = ?
}
]
type = "string"
// For remaining properties, see StoreWriteSettings objects
}
type = "AvroSink"
}
針對 azureBlobFSSink
{
copyBehavior = ?
metadata = [
{
name = ?
value = ?
}
]
type = "AzureBlobFSSink"
}
針對 AzureDataExplorerSink,請使用:
{
flushImmediately = ?
ingestionMappingAsJson = ?
ingestionMappingName = ?
type = "AzureDataExplorerSink"
}
針對 AzureDataLakeStoreSink,請使用:
{
copyBehavior = ?
enableAdlsSingleFileParallel = ?
type = "AzureDataLakeStoreSink"
}
針對 AzureDatabricksDeltaLakeSink,請使用:
{
importSettings = {
dateFormat = ?
timestampFormat = ?
type = "string"
}
preCopyScript = ?
type = "AzureDatabricksDeltaLakeSink"
}
針對 azureMySqlSink
{
preCopyScript = ?
type = "AzureMySqlSink"
}
針對 azurePostgreSqlSink
{
preCopyScript = ?
type = "AzurePostgreSqlSink"
}
針對 azureQueueSink
{
type = "AzureQueueSink"
}
針對 AzureSearchIndexSink,請使用:
{
type = "AzureSearchIndexSink"
writeBehavior = "string"
}
針對 azureSqlSink
{
preCopyScript = ?
sqlWriterStoredProcedureName = ?
sqlWriterTableType = ?
sqlWriterUseTableLock = ?
storedProcedureParameters = ?
storedProcedureTableTypeParameterName = ?
tableOption = ?
type = "AzureSqlSink"
upsertSettings = {
interimSchemaName = ?
keys = ?
useTempDB = ?
}
writeBehavior = ?
}
針對 AzureTableSink,請使用:
{
azureTableDefaultPartitionKeyValue = ?
azureTableInsertType = ?
azureTablePartitionKeyName = ?
azureTableRowKeyName = ?
type = "AzureTableSink"
}
針對 BinarySink,請使用:
{
storeSettings = {
copyBehavior = ?
disableMetricsCollection = ?
maxConcurrentConnections = ?
metadata = [
{
name = ?
value = ?
}
]
type = "string"
// For remaining properties, see StoreWriteSettings objects
}
type = "BinarySink"
}
針對 BlobSink,請使用:
{
blobWriterAddHeader = ?
blobWriterDateTimeFormat = ?
blobWriterOverwriteFiles = ?
copyBehavior = ?
metadata = [
{
name = ?
value = ?
}
]
type = "BlobSink"
}
針對 CommonDataServiceForAppsSink,請使用:
{
alternateKeyName = ?
ignoreNullValues = ?
type = "CommonDataServiceForAppsSink"
writeBehavior = "string"
}
針對 CosmosDbMongoDbApiSink,請使用:
{
type = "CosmosDbMongoDbApiSink"
writeBehavior = ?
}
針對 CosmosDbSqlApiSink,請使用:
{
type = "CosmosDbSqlApiSink"
writeBehavior = ?
}
針對 DelimitedTextSink,請使用:
{
formatSettings = {
fileExtension = ?
fileNamePrefix = ?
maxRowsPerFile = ?
quoteAllText = ?
type = "string"
}
storeSettings = {
copyBehavior = ?
disableMetricsCollection = ?
maxConcurrentConnections = ?
metadata = [
{
name = ?
value = ?
}
]
type = "string"
// For remaining properties, see StoreWriteSettings objects
}
type = "DelimitedTextSink"
}
針對 DocumentDbCollectionSink,請使用:
{
nestingSeparator = ?
type = "DocumentDbCollectionSink"
writeBehavior = ?
}
針對 DynamicsCrmSink,請使用:
{
alternateKeyName = ?
ignoreNullValues = ?
type = "DynamicsCrmSink"
writeBehavior = "string"
}
針對 DynamicsSink,請使用:
{
alternateKeyName = ?
ignoreNullValues = ?
type = "DynamicsSink"
writeBehavior = "string"
}
針對 fileSystemSink
{
copyBehavior = ?
type = "FileSystemSink"
}
針對 IcebergSink,請使用:
{
formatSettings = {
type = "string"
}
storeSettings = {
copyBehavior = ?
disableMetricsCollection = ?
maxConcurrentConnections = ?
metadata = [
{
name = ?
value = ?
}
]
type = "string"
// For remaining properties, see StoreWriteSettings objects
}
type = "IcebergSink"
}
針對 InformixSink,請使用:
{
preCopyScript = ?
type = "InformixSink"
}
針對 jsonSink
{
formatSettings = {
filePattern = ?
type = "string"
}
storeSettings = {
copyBehavior = ?
disableMetricsCollection = ?
maxConcurrentConnections = ?
metadata = [
{
name = ?
value = ?
}
]
type = "string"
// For remaining properties, see StoreWriteSettings objects
}
type = "JsonSink"
}
針對 LakeHouseTableSink,請使用:
{
partitionNameList = ?
partitionOption = ?
tableActionOption = ?
type = "LakeHouseTableSink"
}
針對 MicrosoftAccessSink,請使用:
{
preCopyScript = ?
type = "MicrosoftAccessSink"
}
針對 MongoDbAtlasSink,請使用:
{
type = "MongoDbAtlasSink"
writeBehavior = ?
}
針對 MongoDbV2Sink,請使用:
{
type = "MongoDbV2Sink"
writeBehavior = ?
}
針對 OdbcSink,請使用:
{
preCopyScript = ?
type = "OdbcSink"
}
針對 OracleSink,請使用:
{
preCopyScript = ?
type = "OracleSink"
}
針對 OrcSink,請使用:
{
formatSettings = {
fileNamePrefix = ?
maxRowsPerFile = ?
type = "string"
}
storeSettings = {
copyBehavior = ?
disableMetricsCollection = ?
maxConcurrentConnections = ?
metadata = [
{
name = ?
value = ?
}
]
type = "string"
// For remaining properties, see StoreWriteSettings objects
}
type = "OrcSink"
}
針對 ParquetSink,請使用:
{
formatSettings = {
fileNamePrefix = ?
maxRowsPerFile = ?
type = "string"
}
storeSettings = {
copyBehavior = ?
disableMetricsCollection = ?
maxConcurrentConnections = ?
metadata = [
{
name = ?
value = ?
}
]
type = "string"
// For remaining properties, see StoreWriteSettings objects
}
type = "ParquetSink"
}
針對 RestSink,請使用:
{
additionalHeaders = ?
httpCompressionType = ?
httpRequestTimeout = ?
requestInterval = ?
requestMethod = ?
type = "RestSink"
}
針對 SalesforceServiceCloudSink,請使用:
{
externalIdFieldName = ?
ignoreNullValues = ?
type = "SalesforceServiceCloudSink"
writeBehavior = "string"
}
針對 SalesforceServiceCloudV2Sink,請使用:
{
externalIdFieldName = ?
ignoreNullValues = ?
type = "SalesforceServiceCloudV2Sink"
writeBehavior = "string"
}
針對 SalesforceSink,請使用:
{
externalIdFieldName = ?
ignoreNullValues = ?
type = "SalesforceSink"
writeBehavior = "string"
}
針對 SalesforceV2Sink,請使用:
{
externalIdFieldName = ?
ignoreNullValues = ?
type = "SalesforceV2Sink"
writeBehavior = "string"
}
針對 SapCloudForCustomerSink,請使用:
{
httpRequestTimeout = ?
type = "SapCloudForCustomerSink"
writeBehavior = "string"
}
針對 SnowflakeSink,請使用:
{
importSettings = {
additionalCopyOptions = {
{customized property} = ?
}
additionalFormatOptions = {
{customized property} = ?
}
storageIntegration = ?
type = "string"
}
preCopyScript = ?
type = "SnowflakeSink"
}
針對 SnowflakeV2Sink,請使用:
{
importSettings = {
additionalCopyOptions = {
{customized property} = ?
}
additionalFormatOptions = {
{customized property} = ?
}
storageIntegration = ?
type = "string"
}
preCopyScript = ?
type = "SnowflakeV2Sink"
}
針對 sqlDWSink
{
allowCopyCommand = ?
allowPolyBase = ?
copyCommandSettings = {
additionalOptions = {
{customized property} = "string"
}
defaultValues = [
{
columnName = ?
defaultValue = ?
}
]
}
polyBaseSettings = {
rejectSampleValue = ?
rejectType = "string"
rejectValue = ?
useTypeDefault = ?
}
preCopyScript = ?
sqlWriterUseTableLock = ?
tableOption = ?
type = "SqlDWSink"
upsertSettings = {
interimSchemaName = ?
keys = ?
}
writeBehavior = ?
}
針對 sqlMISink
{
preCopyScript = ?
sqlWriterStoredProcedureName = ?
sqlWriterTableType = ?
sqlWriterUseTableLock = ?
storedProcedureParameters = ?
storedProcedureTableTypeParameterName = ?
tableOption = ?
type = "SqlMISink"
upsertSettings = {
interimSchemaName = ?
keys = ?
useTempDB = ?
}
writeBehavior = ?
}
針對 sqlServerSink
{
preCopyScript = ?
sqlWriterStoredProcedureName = ?
sqlWriterTableType = ?
sqlWriterUseTableLock = ?
storedProcedureParameters = ?
storedProcedureTableTypeParameterName = ?
tableOption = ?
type = "SqlServerSink"
upsertSettings = {
interimSchemaName = ?
keys = ?
useTempDB = ?
}
writeBehavior = ?
}
針對 sqlSink
{
preCopyScript = ?
sqlWriterStoredProcedureName = ?
sqlWriterTableType = ?
sqlWriterUseTableLock = ?
storedProcedureParameters = ?
storedProcedureTableTypeParameterName = ?
tableOption = ?
type = "SqlSink"
upsertSettings = {
interimSchemaName = ?
keys = ?
useTempDB = ?
}
writeBehavior = ?
}
針對 WarehouseSink,請使用:
{
allowCopyCommand = ?
copyCommandSettings = {
additionalOptions = {
{customized property} = "string"
}
defaultValues = [
{
columnName = ?
defaultValue = ?
}
]
}
preCopyScript = ?
tableOption = ?
type = "WarehouseSink"
writeBehavior = ?
}
FormatReadSettings 物件
設定 類型 屬性,以指定物件的類型。
針對 BinaryReadSettings,請使用:
{
compressionProperties = {
type = "string"
// For remaining properties, see CompressionReadSettings objects
}
type = "BinaryReadSettings"
}
針對 DelimitedTextReadSettings,請使用:
{
compressionProperties = {
type = "string"
// For remaining properties, see CompressionReadSettings objects
}
skipLineCount = ?
type = "DelimitedTextReadSettings"
}
針對 jsonReadSettings
{
compressionProperties = {
type = "string"
// For remaining properties, see CompressionReadSettings objects
}
type = "JsonReadSettings"
}
針對 ParquetReadSettings,請使用:
{
compressionProperties = {
type = "string"
// For remaining properties, see CompressionReadSettings objects
}
type = "ParquetReadSettings"
}
針對 XmlReadSettings,請使用:
{
compressionProperties = {
type = "string"
// For remaining properties, see CompressionReadSettings objects
}
detectDataType = ?
namespacePrefixes = ?
namespaces = ?
type = "XmlReadSettings"
validationMode = ?
}
SecretBase 物件
設定 類型 屬性,以指定物件的類型。
針對 AzureKeyVaultSecret,請使用:
{
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "AzureKeyVaultSecret"
}
針對 SecureString,請使用:
{
type = "SecureString"
value = "string"
}
StoreReadSettings 物件
設定 類型 屬性,以指定物件的類型。
針對 AmazonS3CompatibleReadSettings,請使用:
{
deleteFilesAfterCompletion = ?
enablePartitionDiscovery = ?
fileListPath = ?
modifiedDatetimeEnd = ?
modifiedDatetimeStart = ?
partitionRootPath = ?
prefix = ?
recursive = ?
type = "AmazonS3CompatibleReadSettings"
wildcardFileName = ?
wildcardFolderPath = ?
}
針對 AmazonS3ReadSettings,請使用:
{
deleteFilesAfterCompletion = ?
enablePartitionDiscovery = ?
fileListPath = ?
modifiedDatetimeEnd = ?
modifiedDatetimeStart = ?
partitionRootPath = ?
prefix = ?
recursive = ?
type = "AmazonS3ReadSettings"
wildcardFileName = ?
wildcardFolderPath = ?
}
針對 AzureBlobFSReadSettings,請使用:
{
deleteFilesAfterCompletion = ?
enablePartitionDiscovery = ?
fileListPath = ?
modifiedDatetimeEnd = ?
modifiedDatetimeStart = ?
partitionRootPath = ?
recursive = ?
type = "AzureBlobFSReadSettings"
wildcardFileName = ?
wildcardFolderPath = ?
}
針對 AzureBlobStorageReadSettings,請使用:
{
deleteFilesAfterCompletion = ?
enablePartitionDiscovery = ?
fileListPath = ?
modifiedDatetimeEnd = ?
modifiedDatetimeStart = ?
partitionRootPath = ?
prefix = ?
recursive = ?
type = "AzureBlobStorageReadSettings"
wildcardFileName = ?
wildcardFolderPath = ?
}
針對 AzureDataLakeStoreReadSettings,請使用:
{
deleteFilesAfterCompletion = ?
enablePartitionDiscovery = ?
fileListPath = ?
listAfter = ?
listBefore = ?
modifiedDatetimeEnd = ?
modifiedDatetimeStart = ?
partitionRootPath = ?
recursive = ?
type = "AzureDataLakeStoreReadSettings"
wildcardFileName = ?
wildcardFolderPath = ?
}
針對 AzureFileStorageReadSettings,請使用:
{
deleteFilesAfterCompletion = ?
enablePartitionDiscovery = ?
fileListPath = ?
modifiedDatetimeEnd = ?
modifiedDatetimeStart = ?
partitionRootPath = ?
prefix = ?
recursive = ?
type = "AzureFileStorageReadSettings"
wildcardFileName = ?
wildcardFolderPath = ?
}
針對 FileServerReadSettings,請使用:
{
deleteFilesAfterCompletion = ?
enablePartitionDiscovery = ?
fileFilter = ?
fileListPath = ?
modifiedDatetimeEnd = ?
modifiedDatetimeStart = ?
partitionRootPath = ?
recursive = ?
type = "FileServerReadSettings"
wildcardFileName = ?
wildcardFolderPath = ?
}
針對 FtpReadSettings,請使用:
{
deleteFilesAfterCompletion = ?
disableChunking = ?
enablePartitionDiscovery = ?
fileListPath = ?
partitionRootPath = ?
recursive = ?
type = "FtpReadSettings"
useBinaryTransfer = ?
wildcardFileName = ?
wildcardFolderPath = ?
}
針對 GoogleCloudStorageReadSettings,請使用:
{
deleteFilesAfterCompletion = ?
enablePartitionDiscovery = ?
fileListPath = ?
modifiedDatetimeEnd = ?
modifiedDatetimeStart = ?
partitionRootPath = ?
prefix = ?
recursive = ?
type = "GoogleCloudStorageReadSettings"
wildcardFileName = ?
wildcardFolderPath = ?
}
針對 HdfsReadSettings,請使用:
{
deleteFilesAfterCompletion = ?
distcpSettings = {
distcpOptions = ?
resourceManagerEndpoint = ?
tempScriptPath = ?
}
enablePartitionDiscovery = ?
fileListPath = ?
modifiedDatetimeEnd = ?
modifiedDatetimeStart = ?
partitionRootPath = ?
recursive = ?
type = "HdfsReadSettings"
wildcardFileName = ?
wildcardFolderPath = ?
}
針對 HttpReadSettings,請使用:
{
additionalColumns = ?
additionalHeaders = ?
requestBody = ?
requestMethod = ?
requestTimeout = ?
type = "HttpReadSettings"
}
針對 LakeHouseReadSettings,請使用:
{
deleteFilesAfterCompletion = ?
enablePartitionDiscovery = ?
fileListPath = ?
modifiedDatetimeEnd = ?
modifiedDatetimeStart = ?
partitionRootPath = ?
recursive = ?
type = "LakeHouseReadSettings"
wildcardFileName = ?
wildcardFolderPath = ?
}
針對 OracleCloudStorageReadSettings,請使用:
{
deleteFilesAfterCompletion = ?
enablePartitionDiscovery = ?
fileListPath = ?
modifiedDatetimeEnd = ?
modifiedDatetimeStart = ?
partitionRootPath = ?
prefix = ?
recursive = ?
type = "OracleCloudStorageReadSettings"
wildcardFileName = ?
wildcardFolderPath = ?
}
針對 SftpReadSettings,請使用:
{
deleteFilesAfterCompletion = ?
disableChunking = ?
enablePartitionDiscovery = ?
fileListPath = ?
modifiedDatetimeEnd = ?
modifiedDatetimeStart = ?
partitionRootPath = ?
recursive = ?
type = "SftpReadSettings"
wildcardFileName = ?
wildcardFolderPath = ?
}
CopySource 物件
設定 類型 屬性,以指定物件的類型。
針對 AmazonMWSSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "AmazonMWSSource"
}
針對 AmazonRdsForOracleSource,請使用:
{
additionalColumns = ?
oracleReaderQuery = ?
partitionOption = ?
partitionSettings = {
partitionColumnName = ?
partitionLowerBound = ?
partitionNames = ?
partitionUpperBound = ?
}
queryTimeout = ?
type = "AmazonRdsForOracleSource"
}
針對 AmazonRdsForSqlServerSource,請使用:
{
additionalColumns = ?
isolationLevel = ?
partitionOption = ?
partitionSettings = {
partitionColumnName = ?
partitionLowerBound = ?
partitionUpperBound = ?
}
produceAdditionalTypes = ?
queryTimeout = ?
sqlReaderQuery = ?
sqlReaderStoredProcedureName = ?
storedProcedureParameters = ?
type = "AmazonRdsForSqlServerSource"
}
針對 AmazonRedshiftSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
redshiftUnloadSettings = {
bucketName = ?
s3LinkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
}
type = "AmazonRedshiftSource"
}
針對 AvroSource,請使用:
{
additionalColumns = ?
storeSettings = {
disableMetricsCollection = ?
maxConcurrentConnections = ?
type = "string"
// For remaining properties, see StoreReadSettings objects
}
type = "AvroSource"
}
針對 AzureBlobFSSource,請使用:
{
recursive = ?
skipHeaderLineCount = ?
treatEmptyAsNull = ?
type = "AzureBlobFSSource"
}
針對 AzureDataExplorerSource,請使用:
{
additionalColumns = ?
noTruncation = ?
query = ?
queryTimeout = ?
type = "AzureDataExplorerSource"
}
針對 azureDataLakeStoreSource
{
recursive = ?
type = "AzureDataLakeStoreSource"
}
針對 AzureDatabricksDeltaLakeSource,請使用:
{
exportSettings = {
dateFormat = ?
timestampFormat = ?
type = "string"
}
query = ?
type = "AzureDatabricksDeltaLakeSource"
}
針對 azureMariaDBSource
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "AzureMariaDBSource"
}
針對 azureMySqlSource
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "AzureMySqlSource"
}
針對 azurePostgreSqlSource
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "AzurePostgreSqlSource"
}
針對 AzureSqlSource,請使用:
{
additionalColumns = ?
isolationLevel = ?
partitionOption = ?
partitionSettings = {
partitionColumnName = ?
partitionLowerBound = ?
partitionUpperBound = ?
}
produceAdditionalTypes = ?
queryTimeout = ?
sqlReaderQuery = ?
sqlReaderStoredProcedureName = ?
storedProcedureParameters = ?
type = "AzureSqlSource"
}
針對 AzureTableSource,請使用:
{
additionalColumns = ?
azureTableSourceIgnoreTableNotFound = ?
azureTableSourceQuery = ?
queryTimeout = ?
type = "AzureTableSource"
}
針對 BinarySource,請使用:
{
formatSettings = {
compressionProperties = {
type = "string"
// For remaining properties, see CompressionReadSettings objects
}
type = "string"
}
storeSettings = {
disableMetricsCollection = ?
maxConcurrentConnections = ?
type = "string"
// For remaining properties, see StoreReadSettings objects
}
type = "BinarySource"
}
針對 BlobSource,請使用:
{
recursive = ?
skipHeaderLineCount = ?
treatEmptyAsNull = ?
type = "BlobSource"
}
針對 CassandraSource,請使用:
{
additionalColumns = ?
consistencyLevel = "string"
query = ?
queryTimeout = ?
type = "CassandraSource"
}
針對 CommonDataServiceForAppsSource,請使用:
{
additionalColumns = ?
query = ?
type = "CommonDataServiceForAppsSource"
}
針對 ConcurSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "ConcurSource"
}
針對 CosmosDbMongoDbApiSource,請使用:
{
additionalColumns = ?
batchSize = ?
cursorMethods = {
limit = ?
project = ?
skip = ?
sort = ?
}
filter = ?
queryTimeout = ?
type = "CosmosDbMongoDbApiSource"
}
針對 CosmosDbSqlApiSource,請使用:
{
additionalColumns = ?
detectDatetime = ?
pageSize = ?
preferredRegions = ?
query = ?
type = "CosmosDbSqlApiSource"
}
針對 CouchbaseSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "CouchbaseSource"
}
針對 Db2Source,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "Db2Source"
}
針對 DelimitedTextSource,請使用:
{
additionalColumns = ?
formatSettings = {
compressionProperties = {
type = "string"
// For remaining properties, see CompressionReadSettings objects
}
skipLineCount = ?
type = "string"
}
storeSettings = {
disableMetricsCollection = ?
maxConcurrentConnections = ?
type = "string"
// For remaining properties, see StoreReadSettings objects
}
type = "DelimitedTextSource"
}
針對 DocumentDbCollectionSource,請使用:
{
additionalColumns = ?
nestingSeparator = ?
query = ?
queryTimeout = ?
type = "DocumentDbCollectionSource"
}
針對 DrillSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "DrillSource"
}
若為 DynamicsAXSource,請使用:
{
additionalColumns = ?
httpRequestTimeout = ?
query = ?
queryTimeout = ?
type = "DynamicsAXSource"
}
針對 DynamicsCrmSource,請使用:
{
additionalColumns = ?
query = ?
type = "DynamicsCrmSource"
}
針對 DynamicsSource,請使用:
{
additionalColumns = ?
query = ?
type = "DynamicsSource"
}
針對 EloquaSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "EloquaSource"
}
針對 ExcelSource,請使用:
{
additionalColumns = ?
storeSettings = {
disableMetricsCollection = ?
maxConcurrentConnections = ?
type = "string"
// For remaining properties, see StoreReadSettings objects
}
type = "ExcelSource"
}
針對 FileSystemSource,請使用:
{
additionalColumns = ?
recursive = ?
type = "FileSystemSource"
}
針對 GoogleAdWordsSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "GoogleAdWordsSource"
}
針對 GoogleBigQuerySource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "GoogleBigQuerySource"
}
針對 GoogleBigQueryV2Source,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "GoogleBigQueryV2Source"
}
針對 GreenplumSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "GreenplumSource"
}
針對 HBaseSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "HBaseSource"
}
針對 HdfsSource,請使用:
{
distcpSettings = {
distcpOptions = ?
resourceManagerEndpoint = ?
tempScriptPath = ?
}
recursive = ?
type = "HdfsSource"
}
針對 HiveSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "HiveSource"
}
針對 HttpSource,請使用:
{
httpRequestTimeout = ?
type = "HttpSource"
}
針對 HubspotSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "HubspotSource"
}
針對 ImpalaSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "ImpalaSource"
}
針對 InformixSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "InformixSource"
}
針對 JiraSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "JiraSource"
}
針對 JsonSource,請使用:
{
additionalColumns = ?
formatSettings = {
compressionProperties = {
type = "string"
// For remaining properties, see CompressionReadSettings objects
}
type = "string"
}
storeSettings = {
disableMetricsCollection = ?
maxConcurrentConnections = ?
type = "string"
// For remaining properties, see StoreReadSettings objects
}
type = "JsonSource"
}
針對 LakeHouseTableSource,請使用:
{
additionalColumns = ?
timestampAsOf = ?
type = "LakeHouseTableSource"
versionAsOf = ?
}
針對 MagentoSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "MagentoSource"
}
針對 MariaDBSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "MariaDBSource"
}
針對 MarketoSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "MarketoSource"
}
針對 MicrosoftAccessSource,請使用:
{
additionalColumns = ?
query = ?
type = "MicrosoftAccessSource"
}
針對 MongoDbAtlasSource,請使用:
{
additionalColumns = ?
batchSize = ?
cursorMethods = {
limit = ?
project = ?
skip = ?
sort = ?
}
filter = ?
queryTimeout = ?
type = "MongoDbAtlasSource"
}
針對 MongoDbSource,請使用:
{
additionalColumns = ?
query = ?
type = "MongoDbSource"
}
針對 MongoDbV2Source,請使用:
{
additionalColumns = ?
batchSize = ?
cursorMethods = {
limit = ?
project = ?
skip = ?
sort = ?
}
filter = ?
queryTimeout = ?
type = "MongoDbV2Source"
}
針對 MySqlSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "MySqlSource"
}
針對 netezzaSource ,請使用:
{
additionalColumns = ?
partitionOption = ?
partitionSettings = {
partitionColumnName = ?
partitionLowerBound = ?
partitionUpperBound = ?
}
query = ?
queryTimeout = ?
type = "NetezzaSource"
}
針對 ODataSource,請使用:
{
additionalColumns = ?
httpRequestTimeout = ?
query = ?
type = "ODataSource"
}
針對 OdbcSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "OdbcSource"
}
針對 Office365Source,請使用:
{
allowedGroups = ?
dateFilterColumn = ?
endTime = ?
outputColumns = ?
startTime = ?
type = "Office365Source"
userScopeFilterUri = ?
}
針對 OracleServiceCloudSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "OracleServiceCloudSource"
}
針對 OracleSource,請使用:
{
additionalColumns = ?
oracleReaderQuery = ?
partitionOption = ?
partitionSettings = {
partitionColumnName = ?
partitionLowerBound = ?
partitionNames = ?
partitionUpperBound = ?
}
queryTimeout = ?
type = "OracleSource"
}
針對 OrcSource,請使用:
{
additionalColumns = ?
storeSettings = {
disableMetricsCollection = ?
maxConcurrentConnections = ?
type = "string"
// For remaining properties, see StoreReadSettings objects
}
type = "OrcSource"
}
針對 ParquetSource,請使用:
{
additionalColumns = ?
formatSettings = {
compressionProperties = {
type = "string"
// For remaining properties, see CompressionReadSettings objects
}
type = "string"
}
storeSettings = {
disableMetricsCollection = ?
maxConcurrentConnections = ?
type = "string"
// For remaining properties, see StoreReadSettings objects
}
type = "ParquetSource"
}
針對 PaypalSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "PaypalSource"
}
針對 PhoenixSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "PhoenixSource"
}
針對 PostgreSqlSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "PostgreSqlSource"
}
針對 PostgreSqlV2Source,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "PostgreSqlV2Source"
}
針對 PrestoSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "PrestoSource"
}
針對 QuickBooksSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "QuickBooksSource"
}
針對 RelationalSource,請使用:
{
additionalColumns = ?
query = ?
type = "RelationalSource"
}
針對 ResponsysSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "ResponsysSource"
}
針對 RestSource,請使用:
{
additionalColumns = ?
additionalHeaders = ?
httpRequestTimeout = ?
paginationRules = ?
requestBody = ?
requestInterval = ?
requestMethod = ?
type = "RestSource"
}
針對 SalesforceMarketingCloudSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "SalesforceMarketingCloudSource"
}
針對 SalesforceServiceCloudSource,請使用:
{
additionalColumns = ?
query = ?
readBehavior = ?
type = "SalesforceServiceCloudSource"
}
針對 SalesforceServiceCloudV2Source,請使用:
{
additionalColumns = ?
includeDeletedObjects = ?
query = ?
SOQLQuery = ?
type = "SalesforceServiceCloudV2Source"
}
針對 SalesforceSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
readBehavior = ?
type = "SalesforceSource"
}
針對 SalesforceV2Source,請使用:
{
additionalColumns = ?
includeDeletedObjects = ?
pageSize = ?
query = ?
queryTimeout = ?
SOQLQuery = ?
type = "SalesforceV2Source"
}
針對 sapBwSource
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "SapBwSource"
}
針對 SapCloudForCustomerSource,請使用:
{
additionalColumns = ?
httpRequestTimeout = ?
query = ?
queryTimeout = ?
type = "SapCloudForCustomerSource"
}
針對 SapEccSource,請使用:
{
additionalColumns = ?
httpRequestTimeout = ?
query = ?
queryTimeout = ?
type = "SapEccSource"
}
針對 SapHanaSource,請使用:
{
additionalColumns = ?
packetSize = ?
partitionOption = ?
partitionSettings = {
partitionColumnName = ?
}
query = ?
queryTimeout = ?
type = "SapHanaSource"
}
針對 sapOdpSource
{
additionalColumns = ?
extractionMode = ?
projection = ?
queryTimeout = ?
selection = ?
subscriberProcess = ?
type = "SapOdpSource"
}
針對 sapOpenHubSource ,請使用:
{
additionalColumns = ?
baseRequestId = ?
customRfcReadTableFunctionModule = ?
excludeLastRequest = ?
queryTimeout = ?
sapDataColumnDelimiter = ?
type = "SapOpenHubSource"
}
若為 SapTableSource,請使用:
{
additionalColumns = ?
batchSize = ?
customRfcReadTableFunctionModule = ?
partitionOption = ?
partitionSettings = {
maxPartitionsNumber = ?
partitionColumnName = ?
partitionLowerBound = ?
partitionUpperBound = ?
}
queryTimeout = ?
rfcTableFields = ?
rfcTableOptions = ?
rowCount = ?
rowSkips = ?
sapDataColumnDelimiter = ?
type = "SapTableSource"
}
針對 ServiceNowSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "ServiceNowSource"
}
針對 ServiceNowV2Source,請使用:
{
additionalColumns = ?
expression = {
operands = [
...
]
operators = [
"string"
]
type = "string"
value = "string"
}
pageSize = ?
queryTimeout = ?
type = "ServiceNowV2Source"
}
針對 SharePointOnlineListSource,請使用:
{
httpRequestTimeout = ?
query = ?
type = "SharePointOnlineListSource"
}
針對 ShopifySource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "ShopifySource"
}
針對 SnowflakeSource,請使用:
{
exportSettings = {
additionalCopyOptions = {
{customized property} = ?
}
additionalFormatOptions = {
{customized property} = ?
}
storageIntegration = ?
type = "string"
}
query = ?
type = "SnowflakeSource"
}
針對 SnowflakeV2Source,請使用:
{
exportSettings = {
additionalCopyOptions = {
{customized property} = ?
}
additionalFormatOptions = {
{customized property} = ?
}
storageIntegration = ?
type = "string"
}
query = ?
type = "SnowflakeV2Source"
}
針對 SparkSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "SparkSource"
}
針對 sqlDWSource ,請使用:
{
additionalColumns = ?
isolationLevel = ?
partitionOption = ?
partitionSettings = {
partitionColumnName = ?
partitionLowerBound = ?
partitionUpperBound = ?
}
queryTimeout = ?
sqlReaderQuery = ?
sqlReaderStoredProcedureName = ?
storedProcedureParameters = ?
type = "SqlDWSource"
}
針對 sqlMISource
{
additionalColumns = ?
isolationLevel = ?
partitionOption = ?
partitionSettings = {
partitionColumnName = ?
partitionLowerBound = ?
partitionUpperBound = ?
}
produceAdditionalTypes = ?
queryTimeout = ?
sqlReaderQuery = ?
sqlReaderStoredProcedureName = ?
storedProcedureParameters = ?
type = "SqlMISource"
}
針對 sqlServerSource
{
additionalColumns = ?
isolationLevel = ?
partitionOption = ?
partitionSettings = {
partitionColumnName = ?
partitionLowerBound = ?
partitionUpperBound = ?
}
produceAdditionalTypes = ?
queryTimeout = ?
sqlReaderQuery = ?
sqlReaderStoredProcedureName = ?
storedProcedureParameters = ?
type = "SqlServerSource"
}
針對 SqlSource,請使用:
{
additionalColumns = ?
isolationLevel = ?
partitionOption = ?
partitionSettings = {
partitionColumnName = ?
partitionLowerBound = ?
partitionUpperBound = ?
}
queryTimeout = ?
sqlReaderQuery = ?
sqlReaderStoredProcedureName = ?
storedProcedureParameters = ?
type = "SqlSource"
}
針對 SquareSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "SquareSource"
}
針對 SybaseSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "SybaseSource"
}
針對 TeradataSource,請使用:
{
additionalColumns = ?
partitionOption = ?
partitionSettings = {
partitionColumnName = ?
partitionLowerBound = ?
partitionUpperBound = ?
}
query = ?
queryTimeout = ?
type = "TeradataSource"
}
針對 VerticaSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "VerticaSource"
}
針對 WarehouseSource,請使用:
{
additionalColumns = ?
isolationLevel = ?
partitionOption = ?
partitionSettings = {
partitionColumnName = ?
partitionLowerBound = ?
partitionUpperBound = ?
}
queryTimeout = ?
sqlReaderQuery = ?
sqlReaderStoredProcedureName = ?
storedProcedureParameters = ?
type = "WarehouseSource"
}
針對 XeroSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "XeroSource"
}
針對 ZohoSource,請使用:
{
additionalColumns = ?
query = ?
queryTimeout = ?
type = "ZohoSource"
}
針對 WebSource,請使用:
{
additionalColumns = ?
type = "WebSource"
}
針對 XmlSource,請使用:
{
additionalColumns = ?
formatSettings = {
compressionProperties = {
type = "string"
// For remaining properties, see CompressionReadSettings objects
}
detectDataType = ?
namespacePrefixes = ?
namespaces = ?
type = "string"
validationMode = ?
}
storeSettings = {
disableMetricsCollection = ?
maxConcurrentConnections = ?
type = "string"
// For remaining properties, see StoreReadSettings objects
}
type = "XmlSource"
}
屬性值
活動
名字 | 描述 | 價值 |
---|---|---|
dependsOn | 活動取決於條件。 | ActivityDependency[] |
描述 | 活動描述。 | 字串 |
名字 | 活動名稱。 | 字串 (必要) |
onInactiveMarkAs | 當狀態設定為 [非使用中] 時,活動的狀態結果。 這是選擇性屬性,如果未在活動處於非使用中狀態時提供,則狀態預設會是 [成功]。 | 'Failed' '略過' 'Succeeded' |
州 | 活動狀態。 這是選擇性屬性,如果未提供,則狀態預設為 [作用中]。 | 'Active' 'Inactive' |
類型 | 設定為類型為 'AppendVariable' AppendVariableActivity。 針對 [AzureDataExplorerCommand] 類型 設定為 'AzureDataExplorerCommand',。 針對 azureFunctionActivity 類型 設定為 'AzureFunctionActivity'。 針對類型 AzureMLBatchExecutionActivity,設定為 'AzureMLBatchExecution'。 針對 azureMLExecutePipelineActivity 類型 設定為 'AzureMLExecutePipeline',。 針對 azureMLUpdateResourceActivity 類型 設定為 'AzureMLUpdateResource',。 針對 ExecutePipelineActivity 類型 設定為 'ExecutePipeline'。 針對 FailActivity 類型 設定為 [失敗]。 針對 filterActivity 類型 設定為 『Filter』,。 針對 forEachActivity 類型設定為 『ForEach』 forEachActivity。 將 類型設定為 'IfCondition' IfConditionActivity。 針對 SetVariableActivity 類型 設定為 'SetVariable'。 針對 SwitchActivity 類型 設定為 'Switch',。 將 類型設定為 'Until' UntilActivity。 設定為 [驗證],ValidationActivity 類型。 針對 waitActivity 類型設定為 『Wait』 。 設定為 'WebHook' 類型 WebHookActivity。 針對 copyActivity 類型 設定為 'Copy'。 針對 customActivity 類型設定為 'Custom' 。 針對 DataLakeAnalyticsUsqlActivity 類型 設定為 'DataLakeAnalyticsU-SQL',。 針對 DatabricksNotebookActivity 類型 設定為 'DatabricksNotebook',。 針對 databricksSparkJarActivity 類型 設定為 'DatabricksSparkJar',。 針對 databricksSparkPythonActivity 類型 設定為 'DatabricksSparkPython',。 針對 deleteActivity 類型設定為 'Delete' DeleteActivity。 針對 ExecuteDataFlowActivity 類型 設定為 'ExecuteDataFlow',。 針對 ExecuteSsisPackageActivity 類型 設定為 'ExecuteSSISPackage',。 針對 executeWranglingDataflowActivity 類型設定為 'ExecuteWranglingDataflow',。 針對 getMetadataActivity 類型設定為 『GetMetadata』,。 針對 HDInsightHiveActivity 類型 設定為 'HDInsightHive',。 針對 HDInsightMapReduce 類型設定為 'HDInsightMapReduce',。 針對 HDInsightPigActivity 類型設定為 'HDInsightPig',。 針對 HDInsightSparkActivity 類型設定為 'HDInsightSpark',。 針對 HDInsightStreamingActivity 類型 設定為 'HDInsightStreaming',。 針對 lookupActivity 類型 設定為 'Lookup',。 設定為類型為 'Script' ScriptActivity。 針對類型 SynapseSparkJobDefinitionActivity設定為 'SparkJob'。 針對類型設定為 'SqlServerStoredProcedure',SqlServerStoredProcedureActivity。 針對 synapseNotebookActivity 類型 設定為 'SynapseNotebook',。 將 類型設定為 'WebActivity',WebActivity。 | 'AppendVariable' 'AzureDataExplorerCommand' 'AzureFunctionActivity' 'AzureMLBatchExecution' 'AzureMLExecutePipeline' 'AzureMLUpdateResource' 'Copy' 'Custom' 'DatabricksNotebook' 'DatabricksSparkJar' 'DatabricksSparkPython' 'DataLakeAnalyticsU-SQL' 'Delete' 'ExecuteDataFlow' 'ExecutePipeline' 'ExecuteSSISPackage' 'ExecuteWranglingDataflow' 'Fail' 'Filter' 'ForEach' 'GetMetadata' 'HDInsightHive' 'HDInsightMapReduce' 'HDInsightPig' 'HDInsightSpark' 'HDInsightStreaming' 'IfCondition' 'Lookup' 'Script' 'SetVariable' 'SparkJob' 'SqlServerStoredProcedure' 'Switch' 'SynapseNotebook' 'Until' 'Validation' 'Wait' 'WebActivity' 'WebHook' (必要) |
userProperties | 活動用戶屬性。 | UserProperty[] |
ActivityDependency
名字 | 描述 | 價值 |
---|---|---|
活動 | 活動名稱。 | 字串 (必要) |
dependencyConditions | 相依性 Match-Condition。 | 包含任何的字串數組: 'Completed' 'Failed' '略過' 'Succeeded' (必要) |
ActivityPolicy
名字 | 描述 | 價值 | ||
---|---|---|---|---|
重試 | 一般重試次數上限。 預設值為 0。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 | ||
retryIntervalInSeconds | 每個重試嘗試之間的間隔(以秒為單位)。 預設值為30秒。 | int 約束: 最小值 = 30 最大值 = 86400 |
||
secureInput | 當設定為 true 時,來自活動的輸入會被視為安全,且不會記錄到監視。 | bool | ||
secureOutput | 設定為 true 時,活動輸出會視為安全,且不會記錄到監視。 | bool | ||
超時 | 指定要執行之活動的逾時。 默認逾時為 7 天。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
AmazonMWSSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'AmazonMWSSource' (必要) |
AmazonRdsForOraclePartitionSettings
名字 | 描述 | 價值 |
---|---|---|
partitionColumnName | 整數類型中的數據行名稱,將用於繼續範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionNames | AmazonRdsForOracle 數據表之實體分割區的名稱。 | 任何 |
partitionUpperBound | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
AmazonRdsForOracleSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
oracleReaderQuery | AmazonRdsForOracle 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將平行讀取 AmazonRdsForOracle 的數據分割機制。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionSettings | 將用於 AmazonRdsForOracle 來源數據分割的設定。 | AmazonRdsForOraclePartitionSettings | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'AmazonRdsForOracleSource' (必要) |
AmazonRdsForSqlServerSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
isolationLevel | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 | 任何 | ||
partitionSettings | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings | ||
produceAdditionalTypes | 要產生的其他類型。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sqlReaderQuery | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
sqlReaderStoredProcedureName | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 | ||
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 | ||
類型 | 複製來源類型。 | 'AmazonRdsForSqlServerSource' (必要) |
AmazonRedshiftSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
redshiftUnloadSettings | 從 Amazon Redshift 複製並卸除時,臨時 Amazon S3 所需的 Amazon S3 設定。 如此一來,Amazon Redshift 來源的數據會先卸載到 S3,然後從過渡 S3 複製到目標接收中。 | RedshiftUnloadSettings | ||
類型 | 複製來源類型。 | 'AmazonRedshiftSource' (必要) |
AmazonS3CompatibleReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
前綴 | S3 Compatible 物件名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'AmazonS3CompatibleReadSettings' (必要) |
wildcardFileName | Amazon S3 相容通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Amazon S3 兼容的通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
AmazonS3ReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
前綴 | S3 物件名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'AmazonS3ReadSettings' (必要) |
wildcardFileName | AmazonS3 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | AmazonS3 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
AppendVariableActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'AppendVariable' (必要) |
typeProperties | 附加變數活動屬性。 | AppendVariableActivityTypeProperties (必要) |
AppendVariableActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
價值 | 要附加的值。 類型:可以是變數專案的靜態值比對類型,或是具有變數專案 resultType 比對類型的 Expression | 任何 |
variableName | 必須附加其值之變數的名稱。 | 字串 |
AvroSink
名字 | 描述 | 價值 |
---|---|---|
formatSettings | Avro 格式設定。 | AvroWriteSettings |
storeSettings | Avro 存放區設定。 | StoreWriteSettings |
類型 | 複製接收類型。 | 'AvroSink' (必要) |
AvroSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
storeSettings | Avro 存放區設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'AvroSource' (必要) |
AvroWriteSettings
名字 | 描述 | 價值 |
---|---|---|
fileNamePrefix | <fileNamePrefix>_<fileIndex>指定檔名模式。從不含 partitionOptions 的非檔案存放區複製時,<fileExtension>。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
recordName | 寫入結果中的最上層記錄名稱,這是AVRO規格中的必要專案。 | 字串 |
recordNamespace | 在寫入結果中記錄命名空間。 | 字串 |
類型 | 寫入設定類型。 | 字串 (必要) |
AzureBlobFSReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'AzureBlobFSReadSettings' (必要) |
wildcardFileName | Azure blobFS 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Azure blobFS 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureBlobFSSink
名字 | 描述 | 價值 |
---|---|---|
copyBehavior | 複製接收的複製行為類型。 Type:string (或 expression with resultType string) 。 | 任何 |
元數據 | 指定要新增至接收數據的自定義元數據。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | MetadataItem[] |
類型 | 複製接收類型。 | 'AzureBlobFSSink' (必要) |
AzureBlobFSSource
名字 | 描述 | 價值 |
---|---|---|
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
skipHeaderLineCount | 要略過每個 Blob 的標頭行數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
treatEmptyAsNull | 將空白視為 null。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製來源類型。 | 'AzureBlobFSSource' (必要) |
AzureBlobFSWriteSettings
名字 | 描述 | 價值 |
---|---|---|
blockSizeInMB | 指出將數據寫入 Blob 時的區塊大小(MB)。 類型:integer (或 expression with resultType integer) 。 | 任何 |
類型 | 寫入設定類型。 | 'AzureBlobFSWriteSettings' (必要) |
AzureBlobStorageReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
前綴 | Azure Blob 名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'AzureBlobStorageReadSettings' (必要) |
wildcardFileName | Azure Blob 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Azure Blob 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureBlobStorageWriteSettings
名字 | 描述 | 價值 |
---|---|---|
blockSizeInMB | 指出將數據寫入 Blob 時的區塊大小(MB)。 類型:integer (或 expression with resultType integer) 。 | 任何 |
類型 | 寫入設定類型。 | 'AzureBlobStorageWriteSettings' (必要) |
AzureDatabricksDeltaLakeExportCommand
名字 | 描述 | 價值 |
---|---|---|
dateFormat | 在 Azure Databricks Delta Lake Copy 中指定 csv 的日期格式。 Type:string (或 expression with resultType string) 。 | 任何 |
timestampFormat | 在 Azure Databricks Delta Lake Copy 中指定 csv 的時間戳格式。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 匯出設定類型。 | 字串 (必要) |
AzureDatabricksDeltaLakeImportCommand
名字 | 描述 | 價值 |
---|---|---|
dateFormat | 在 Azure Databricks Delta Lake Copy 中指定 csv 的日期格式。 Type:string (或 expression with resultType string) 。 | 任何 |
timestampFormat | 在 Azure Databricks Delta Lake Copy 中指定 csv 的時間戳格式。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 匯入設定類型。 | 字串 (必要) |
AzureDatabricksDeltaLakeSink
名字 | 描述 | 價值 |
---|---|---|
importSettings | Azure Databricks Delta Lake 匯入設定。 | AzureDatabricksDeltaLakeImportCommand |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'AzureDatabricksDeltaLakeSink' (必要) |
AzureDatabricksDeltaLakeSource
名字 | 描述 | 價值 |
---|---|---|
exportSettings | Azure Databricks Delta Lake 匯出設定。 | AzureDatabricksDeltaLakeExportCommand |
查詢 | Azure Databricks Delta Lake Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'AzureDatabricksDeltaLakeSource' (必要) |
AzureDataExplorerCommandActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'AzureDataExplorerCommand' (必要) |
typeProperties | Azure 資料總管命令活動屬性。 | AzureDataExplorerCommandActivityTypeProperties (必要) |
AzureDataExplorerCommandActivityTypeProperties
名字 | 描述 | 價值 | ||
---|---|---|---|---|
命令 | 控件命令,根據 Azure 數據總管命令語法。 Type:string (或 expression with resultType string) 。 | 任何 (必要) | ||
commandTimeout | 控制命令逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9]))..) | 任何 |
AzureDataExplorerSink
名字 | 描述 | 價值 |
---|---|---|
flushImmediately | 如果設定為 true,則會略過任何匯總。 默認值為 false。 類型:布爾值。 | 任何 |
ingestionMappingAsJson | JSON 格式提供的明確數據行對應描述。 類型:字串。 | 任何 |
ingestionMappingName | 在目標 Kusto 數據表上定義的預先建立 csv 對應名稱。 類型:字串。 | 任何 |
類型 | 複製接收類型。 | 'AzureDataExplorerSink' (必要) |
AzureDataExplorerSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
noTruncation | 布爾選項的名稱,控制截斷是否套用至超出特定數據列計數限制的結果集。 | 任何 | ||
查詢 | 資料庫查詢。 應該是 Kusto 查詢語言 (KQL) 查詢。 Type:string (或 expression with resultType string) 。 | 任何 (必要) | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])).. | 任何 |
類型 | 複製來源類型。 | 'AzureDataExplorerSource' (必要) |
AzureDataLakeStoreReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
listAfter | 根據檔案/資料夾名稱的語彙順序,列出值之後的檔案(獨佔)。 適用於數據集中的 folderPath 底下,以及篩選 folderPath 底下的檔案/子資料夾。 Type:string (或 expression with resultType string) 。 | 任何 |
listBefore | 根據檔案/資料夾名稱的語彙順序,列出值(含)之前的檔案。 適用於數據集中的 folderPath 底下,以及篩選 folderPath 底下的檔案/子資料夾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'AzureDataLakeStoreReadSettings' (必要) |
wildcardFileName | ADLS 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | ADLS 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureDataLakeStoreSink
名字 | 描述 | 價值 |
---|---|---|
copyBehavior | 複製接收的複製行為類型。 Type:string (或 expression with resultType string) 。 | 任何 |
enableAdlsSingleFileParallel | 單一檔案平行。 | 任何 |
類型 | 複製接收類型。 | 'AzureDataLakeStoreSink' (必要) |
AzureDataLakeStoreSource
名字 | 描述 | 價值 |
---|---|---|
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製來源類型。 | 'AzureDataLakeStoreSource' (必要) |
AzureDataLakeStoreWriteSettings
名字 | 描述 | 價值 |
---|---|---|
expiryDateTime | 指定寫入檔案的到期時間。 時間會以 “2018-12-01T05:00:00Z” 的格式套用至 UTC 時區。 預設值為 NULL。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 寫入設定類型。 | 'AzureDataLakeStoreWriteSettings' (必要) |
AzureFileStorageReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
前綴 | 從根路徑開始之 Azure 檔名的前置詞篩選。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'AzureFileStorageReadSettings' (必要) |
wildcardFileName | Azure 檔案記憶體通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Azure 檔案記憶體通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureFileStorageWriteSettings
名字 | 描述 | 價值 |
---|---|---|
類型 | 寫入設定類型。 | 'AzureFileStorageWriteSettings' (必要) |
AzureFunctionActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'AzureFunctionActivity' (必要) |
typeProperties | Azure Function 活動屬性。 | AzureFunctionActivityTypeProperties (必要) |
AzureFunctionActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
身體 | 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 expression with resultType 字串串的表達式)。 | 任何 |
functionName | Azure 函式活動將呼叫的函式名稱。 類型:string (或 expression with resultType string) | 任何 (必要) |
頭 | 表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 Type:string (或 expression with resultType string) 。 | AzureFunctionActivityTypePropertiesHeaders |
方法 | 目標端點的 Rest API 方法。 | 'DELETE' 'GET' 'HEAD' 'OPTIONS' 'POST' 'PUT' 'TRACE' (必要) |
AzureFunctionActivityTypePropertiesHeaders
名字 | 描述 | 價值 |
---|
AzureKeyVaultSecretReference
名字 | 描述 | 價值 |
---|---|---|
secretName | Azure Key Vault 中的秘密名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
secretVersion | Azure Key Vault 中的秘密版本。 預設值是最新版本的秘密。 Type:string (或 expression with resultType string) 。 | 任何 |
商店 | Azure Key Vault 鏈接服務參考。 | LinkedServiceReference (必要) |
類型 | 秘密的類型。 | 'AzureKeyVaultSecret' (必要) |
AzureMariaDBSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'AzureMariaDBSource' (必要) |
AzureMLBatchExecutionActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'AzureMLBatchExecution' (必要) |
typeProperties | Azure ML 批次執行活動屬性。 | AzureMLBatchExecutionActivityTypeProperties (必要) |
AzureMLBatchExecutionActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
globalParameters | 要傳遞至 Azure ML 批次執行服務端點的索引鍵、值組。 密鑰必須符合已發佈 Azure ML Web 服務中所定義的 Web 服務參數名稱。 值將會在 Azure ML 批次執行要求的 GlobalParameters 屬性中傳遞。 | AzureMLBatchExecutionActivityTypePropertiesGlobalParameters |
webServiceInputs | 索引鍵、值組,將 Azure ML 端點的 Web 服務輸入名稱對應至指定輸入 Blob 位置的 AzureMLWebServiceFile 物件。 這項資訊將會傳遞至 Azure ML 批次執行要求的 WebServiceInputs 屬性。 | AzureMLBatchExecutionActivityTypePropertiesWebServiceInputs |
webServiceOutputs | 索引鍵、值組,將 Azure ML 端點的 Web 服務輸出名稱對應至指定輸出 Blob 位置的 AzureMLWebServiceFile 物件。 這項資訊將會傳遞至 Azure ML 批次執行要求的 WebServiceOutputs 屬性。 | AzureMLBatchExecutionActivityTypePropertiesWebServiceOutputs |
AzureMLBatchExecutionActivityTypePropertiesGlobalParameters
名字 | 描述 | 價值 |
---|
AzureMLBatchExecutionActivityTypePropertiesWebServiceInputs
名字 | 描述 | 價值 |
---|
AzureMLBatchExecutionActivityTypePropertiesWebServiceOutputs
名字 | 描述 | 價值 |
---|
AzureMLExecutePipelineActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'AzureMLExecutePipeline' (必要) |
typeProperties | Azure ML 執行管線活動屬性。 | AzureMLExecutePipelineActivityTypeProperties (必要) |
AzureMLExecutePipelineActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
continueOnStepFailure | 如果步驟失敗,是否要繼續執行 PipelineRun 中的其他步驟。 此資訊將會在已發佈管線執行要求的continueOnStepFailure屬性中傳遞。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
dataPathAssignments | 用於變更數據路徑指派而不進行重新定型的字典。 值將會傳入已發佈管線執行要求的 dataPathAssignments 屬性。 Type:object (或 Expression with resultType 物件)。 | 任何 |
experimentName | 執行管線執行的執行歷程記錄實驗名稱。 此資訊將會傳遞在已發佈管線執行要求的 ExperimentName 屬性中。 Type:string (或 expression with resultType string) 。 | 任何 |
mlParentRunId | 父 Azure ML 服務管線執行標識碼。此資訊將會傳入已發佈管線執行要求的 ParentRunId 屬性。 Type:string (或 expression with resultType string) 。 | 任何 |
mlPipelineEndpointId | 已發佈之 Azure ML 管線端點的標識碼。 Type:string (或 expression with resultType string) 。 | 任何 |
mlPipelineId | 已發佈 Azure ML 管線的標識碼。 Type:string (或 expression with resultType string) 。 | 任何 |
mlPipelineParameters | 要傳遞至已發佈 Azure ML 管線端點的索引鍵、值組。 索引鍵必須符合已發佈管線中定義的管線參數名稱。 值將會在已發佈管線執行要求的ParameterAssignments屬性中傳遞。 類型:具有索引鍵值組的物件(或具有 resultType 物件的 Expression)。 | 任何 |
版本 | 已發佈的 Azure ML 管線端點版本。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureMLUpdateResourceActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'AzureMLUpdateResource' (必要) |
typeProperties | Azure ML 更新資源管理活動屬性。 | AzureMLUpdateResourceActivityTypeProperties (必要) |
AzureMLUpdateResourceActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
trainedModelFilePath | trainedModelLinkedService 中的相對檔案路徑,表示更新作業將上傳的 .ilearner 檔案。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
trainedModelLinkedServiceName | 保存更新作業所上傳之 .ilearner 檔案的 Azure 記憶體連結服務名稱。 | LinkedServiceReference (必要) |
trainedModelName | 要更新之 Web 服務實驗中定型模型模組的名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
AzureMLWebServiceFile
名字 | 描述 | 價值 |
---|---|---|
filePath | LinkedService 所指定之 Azure Blob 記憶體中的相對檔案路徑,包括容器名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
linkedServiceName | Azure 記憶體 LinkedService 的參考,其中 Azure ML WebService 輸入/輸出檔案。 | LinkedServiceReference (必要) |
AzureMySqlSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | 開始複製之前要執行的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'AzureMySqlSink' (必要) |
AzureMySqlSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'AzureMySqlSource' (必要) |
AzurePostgreSqlSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | 開始複製之前要執行的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'AzurePostgreSqlSink' (必要) |
AzurePostgreSqlSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'AzurePostgreSqlSource' (必要) |
AzureQueueSink
名字 | 描述 | 價值 |
---|---|---|
類型 | 複製接收類型。 | 'AzureQueueSink' (必要) |
AzureSearchIndexSink
名字 | 描述 | 價值 |
---|---|---|
類型 | 複製接收類型。 | 'AzureSearchIndexSink' (必要) |
writeBehavior | 將檔向上插入 Azure 搜尋服務索引時,指定寫入行為。 | 'Merge' 'Upload' |
AzureSqlSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterStoredProcedureName | SQL 寫入器預存程式名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterTableType | SQL 寫入器數據表類型。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterUseTableLock | 是否要在大量複製期間使用數據表鎖定。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
storedProcedureParameters | SQL 預存程式參數。 | 任何 |
storedProcedureTableTypeParameterName | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
tableOption | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'AzureSqlSink' (必要) |
upsertSettings | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior | 將數據複製到 Azure SQL 時,寫入行為。 類型:SqlWriteBehaviorEnum (或 expression with resultType SqlWriteBehaviorEnum) | 任何 |
AzureSqlSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
isolationLevel | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionSettings | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings | ||
produceAdditionalTypes | 要產生的其他類型。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sqlReaderQuery | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
sqlReaderStoredProcedureName | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 | ||
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 | ||
類型 | 複製來源類型。 | 'AzureSqlSource' (必要) |
AzureTableSink
名字 | 描述 | 價值 |
---|---|---|
azureTableDefaultPartitionKeyValue | Azure 數據表預設分割區索引鍵值。 Type:string (或 expression with resultType string) 。 | 任何 |
azureTableInsertType | Azure 資料表插入類型。 Type:string (或 expression with resultType string) 。 | 任何 |
azureTablePartitionKeyName | Azure 資料表分割區索引鍵名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
azureTableRowKeyName | Azure 數據表數據列索引鍵名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'AzureTableSink' (必要) |
AzureTableSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
azureTableSourceIgnoreTableNotFound | 找不到 Azure 資料表來源忽略數據表。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
azureTableSourceQuery | Azure 數據表來源查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'AzureTableSource' (必要) |
BigDataPoolParametrizationReference
名字 | 描述 | 價值 |
---|---|---|
referenceName | 參考巨量數據集區名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
類型 | 巨量數據集區參考類型。 | 'BigDataPoolReference' (必要) |
BinaryReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
類型 | 讀取設定類型。 | 'BinaryReadSettings' (必要) |
BinaryReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
類型 | 讀取設定類型。 | 字串 (必要) |
BinarySink
名字 | 描述 | 價值 |
---|---|---|
storeSettings | 二進位存放區設定。 | StoreWriteSettings |
類型 | 複製接收類型。 | 'BinarySink' (必要) |
BinarySource
名字 | 描述 | 價值 |
---|---|---|
formatSettings | 二進位格式設定。 | BinaryReadSettings |
storeSettings | 二進位存放區設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'BinarySource' (必要) |
BlobSink
名字 | 描述 | 價值 |
---|---|---|
blobWriterAddHeader | Blob 寫入器新增標頭。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
blobWriterDateTimeFormat | Blob 寫入器日期時間格式。 Type:string (或 expression with resultType string) 。 | 任何 |
blobWriterOverwriteFiles | Blob 寫入器會覆寫檔案。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
copyBehavior | 複製接收的複製行為類型。 | 任何 |
元數據 | 指定要新增至接收數據的自定義元數據。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | MetadataItem[] |
類型 | 複製接收類型。 | 'BlobSink' (必要) |
BlobSource
名字 | 描述 | 價值 |
---|---|---|
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
skipHeaderLineCount | 要略過每個 Blob 的標頭行數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
treatEmptyAsNull | 將空白視為 null。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製來源類型。 | 'BlobSource' (必要) |
CassandraSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
consistencyLevel | 一致性層級會指定在將數據傳回用戶端應用程式之前,必須回應讀取要求多少個 Cassandra 伺服器。 Cassandra 會檢查指定的 Cassandra 伺服器數目,以取得符合讀取要求的數據。 必須是 cassandraSourceReadConsistencyLevels 的其中一個。 預設值為 『ONE』。 不區分大小寫。 | 'ALL' 'EACH_QUORUM' 'LOCAL_ONE' 'LOCAL_QUORUM' 'LOCAL_SERIAL' 'ONE' 'QUORUM' 'SERIAL' 'THREE' 'TWO' |
||
查詢 | 資料庫查詢。 應該是 SQL-92 查詢表示式或 Cassandra 查詢語言 (CQL) 命令。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'CassandraSource' (必要) |
CommonDataServiceForAppsSink
名字 | 描述 | 價值 |
---|---|---|
alternateKeyName | 替代索引鍵的邏輯名稱,會在更新插入記錄時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
ignoreNullValues | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製接收類型。 | 'CommonDataServiceForAppsSink' (必要) |
writeBehavior | 作業的寫入行為。 | 'Upsert' (必要) |
CommonDataServiceForAppsSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | FetchXML 是專屬的查詢語言,用於 Microsoft Common Data Service for Apps(在線 & 內部部署)。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'CommonDataServiceForAppsSource' (必要) |
CompressionReadSettings
名字 | 描述 | 價值 |
---|---|---|
類型 | 針對 tarGZipReadSettings 類型 設定為 'TarGZipReadSettings',。 針對 tarReadSettings 類型設定為 『TarReadSettings』,。 針對 ZipDeflateReadSettings 類型設定為 'ZipDeflateReadSettings',。 | 'TarGZipReadSettings' 'TarReadSettings' 'ZipDeflateReadSettings' (必要) |
ConcurSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'ConcurSource' (必要) |
ContinuationSettingsReference
名字 | 描述 | 價值 |
---|---|---|
continuationTtlInMinutes | 接續 TTL 以分鐘為單位。 | 任何 |
customizedCheckpointKey | 自訂的檢查點索引鍵。 | 任何 |
idleCondition | 閑置條件。 | 任何 |
CopyActivity
名字 | 描述 | 價值 |
---|---|---|
輸入 | 活動的輸入清單。 | DatasetReference[] |
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
輸出 | 活動的輸出清單。 | DatasetReference[] |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'Copy' (必要) |
typeProperties | 複製活動屬性。 | CopyActivityTypeProperties (必要) |
CopyActivityLogSettings
名字 | 描述 | 價值 |
---|---|---|
enableReliableLogging | 指定是否啟用可靠的記錄。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
logLevel | 取得或設定記錄層級、支援:資訊、警告。 Type:string (或 expression with resultType string) 。 | 任何 |
CopyActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
dataIntegrationUnits | 可用來執行此數據行動的數據整合單位數目上限。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
enableSkipIncompatibleRow | 是否略過不相容的數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enableStaging | 指定是否要透過過渡暫存複製數據。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
logSettings | 啟用記錄時,客戶需要提供的記錄設定。 | LogSettings |
logStorageSettings | (已被取代。請使用 LogSettings) 啟用工作階段記錄時,客戶必須提供的記錄記憶體設定。 | LogStorageSettings |
parallelCopies | 在來源或接收上開啟的並行會話數目上限,以避免多載數據存放區。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
保存 | 保留規則。 | any[] |
preserveRules | 保留規則。 | any[] |
redirectIncompatibleRowSettings | 當 EnableSkipIncompatibleRow 為 true 時,重新導向不相容的數據列設定。 | RedirectIncompatibleRowSettings |
沉 | 複製活動接收。 | CopySink (必要) |
skipErrorFile | 指定數據一致性的容錯。 | SkipErrorFile |
源 | 複製活動來源。 | CopySource (必要) |
stagingSettings | 指定 EnableStaging 為 true 時的過渡暫存設定。 | StagingSettings |
在線翻譯 | 複製活動翻譯工具。 如果未指定,則會使用表格式翻譯工具。 | 任何 |
validateDataConsistency | 是否要啟用數據一致性驗證。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
CopySink
名字 | 描述 | 價值 | ||
---|---|---|---|---|
disableMetricsCollection | 如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
maxConcurrentConnections | 接收資料存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
sinkRetryCount | 接收重試計數。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
sinkRetryWait | 接收重試等候。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 針對 avroSink 類型設定為 'AvroSink',AvroSink。 針對 azureBlobFSSink 類型 設定為 'AzureBlobFSSink'。 針對 azureDataExplorerSink 類型設定為 'AzureDataExplorerSink',。 針對 AzureDataLakeStoreSink 類型設定為 『AzureDataLakeStoreSink』,。 針對 azureDatabricksDeltaLakeSink 類型設定為 'AzureDatabricksDeltaLakeSink'類型。 針對 azureMySqlSink 類型設定為 'AzureMySqlSink',AzureMySqlSink。 針對 azurePostgreSqlSink 類型設定為 'AzurePostgreSqlSink' ,。 針對 azureQueueSink 類型 設定為 'AzureQueueSink',。 針對 azureSearchIndexSink 類型設定為 'AzureSearchIndexSink' 。 針對 azureSqlSink 類型 設定為 'AzureSqlSink',。 針對 azureTableSink 類型設定為 'AzureTableSink' 。 針對 binarySink 類型設定為 'BinarySink' binarySink。 針對 blobSink 類型 設定為 'BlobSink',。 針對 CommonDataServiceForAppsSink類型 |
'AvroSink' 'AzureBlobFSSink' 'AzureDatabricksDeltaLakeSink' 'AzureDataExplorerSink' 'AzureDataLakeStoreSink' 'AzureMySqlSink' 'AzurePostgreSqlSink' 'AzureQueueSink' 'AzureSearchIndexSink' 'AzureSqlSink' 'AzureTableSink' 'BinarySink' 'BlobSink' 'CommonDataServiceForAppsSink' 'CosmosDbMongoDbApiSink' 'CosmosDbSqlApiSink' 'DelimitedTextSink' 'DocumentDbCollectionSink' 'DynamicsCrmSink' 'DynamicsSink' 'FileSystemSink' 'IcebergSink' 'InformixSink' 'JsonSink' 'LakeHouseTableSink' 'MicrosoftAccessSink' 'MongoDbAtlasSink' 'MongoDbV2Sink' 'OdbcSink' 'OracleSink' 'OrcSink' 'ParquetSink' 'RestSink' 'SalesforceServiceCloudSink' 'SalesforceServiceCloudV2Sink' 'SalesforceSink' 'SalesforceV2Sink' 'SapCloudForCustomerSink' “SnowflakeSink” 'SnowflakeV2Sink' 'SqlDWSink' 'SqlMISink' 'SqlServerSink' 'SqlSink' 'WarehouseSink' (必要) |
||
writeBatchSize | 寫入批次大小。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 | ||
writeBatchTimeout | 寫入批次逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
CopySource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
disableMetricsCollection | 如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
maxConcurrentConnections | 源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
sourceRetryCount | 來源重試計數。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
sourceRetryWait | 來源重試等候。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 針對 amazonMWSSource 類型設定為 'AmazonMWSSource',。 針對 AmazonRdsForOracleSource 類型設定為 'AmazonRdsForOracleSource',。 針對 amazonRdsForSqlServerSource類型 |
'AmazonMWSSource' 'AmazonRdsForOracleSource' 'AmazonRdsForSqlServerSource' 'AmazonRedshiftSource' 'AvroSource' 'AzureBlobFSSource' 'AzureDatabricksDeltaLakeSource' 'AzureDataExplorerSource' 'AzureDataLakeStoreSource' 'AzureMariaDBSource' 'AzureMySqlSource' 'AzurePostgreSqlSource' 'AzureSqlSource' 'AzureTableSource' 'BinarySource' 'BlobSource' 'CassandraSource' 'CommonDataServiceForAppsSource' 'ConcurSource' 'CosmosDbMongoDbApiSource' 'CosmosDbSqlApiSource' 'CouchbaseSource' 'Db2Source' 'DelimitedTextSource' 'DocumentDbCollectionSource' 'DrillSource' 'DynamicsAXSource' 'DynamicsCrmSource' 'DynamicsSource' 'EloquaSource' 'ExcelSource' 'FileSystemSource' 'GoogleAdWordsSource' 'GoogleBigQuerySource' 'GoogleBigQueryV2Source' 'GreenplumSource' 'HBaseSource' 'HdfsSource' 'HiveSource' 'HttpSource' 'HubspotSource' 'ImpalaSource' 'InformixSource' 'JiraSource' 'JsonSource' 'LakeHouseTableSource' 'MagentoSource' 'MariaDBSource' 'MarketoSource' 'MicrosoftAccessSource' 'MongoDbAtlasSource' 'MongoDbSource' 'MongoDbV2Source' 'MySqlSource' 'NetezzaSource' 'ODataSource' 'OdbcSource' 'Office365Source' 'OracleServiceCloudSource' 'OracleSource' 'OrcSource' 'ParquetSource' 'PaypalSource' 'PhoenixSource' 'PostgreSqlSource' 'PostgreSqlV2Source' 'PrestoSource' 'QuickBooksSource' 'RelationalSource' 'ResponsysSource' 'RestSource' 'SalesforceMarketingCloudSource' 'SalesforceServiceCloudSource' 'SalesforceServiceCloudV2Source' 'SalesforceSource' 'SalesforceV2Source' 'SapBwSource' 'SapCloudForCustomerSource' 'SapEccSource' 'SapHanaSource' 'SapOdpSource' 'SapOpenHubSource' 'SapTableSource' 'ServiceNowSource' 'ServiceNowV2Source' 'SharePointOnlineListSource' 'ShopifySource' 'SnowflakeSource' 'SnowflakeV2Source' 'SparkSource' 'SqlDWSource' 'SqlMISource' 'SqlServerSource' 'SqlSource' 'SquareSource' 'SybaseSource' 'TeradataSource' 'VerticaSource' 'WarehouseSource' 'WebSource' 'XeroSource' 'XmlSource' 'ZohoSource' (必要) |
CosmosDbMongoDbApiSink
名字 | 描述 | 價值 |
---|---|---|
類型 | 複製接收類型。 | 'CosmosDbMongoDbApiSink' (必要) |
writeBehavior | 指定是否要覆寫具有相同索引鍵的檔(upsert),而不是擲回例外狀況(insert)。 預設值為 「insert」。 Type:string (或 expression with resultType string) 。 Type:string (或 expression with resultType string) 。 | 任何 |
CosmosDbMongoDbApiSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
batchSize | 指定要在 MongoDB 實體回應的每個批次中傳回的檔案數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
cursorMethods | Mongodb 查詢的數據指標方法。 | MongoDbCursorMethodsProperties | ||
濾波器 | 使用查詢運算子指定選取篩選。 若要傳回集合中的所有檔,請省略此參數或傳遞空白檔 ({})。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'CosmosDbMongoDbApiSource' (必要) |
CosmosDbSqlApiSink
名字 | 描述 | 價值 |
---|---|---|
類型 | 複製接收類型。 | 'CosmosDbSqlApiSink' (必要) |
writeBehavior | 描述如何將數據寫入 Azure Cosmos DB。 Type:string (或 expression with resultType string) 。 允許的值:insert 和 upsert。 | 任何 |
CosmosDbSqlApiSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
detectDatetime | 是否將基本值偵測為 datetime 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
pageSize | 結果的頁面大小。 類型:integer (或 expression with resultType integer) 。 | 任何 |
preferredRegions | 慣用的區域。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
查詢 | SQL API 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'CosmosDbSqlApiSource' (必要) |
CouchbaseSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'CouchbaseSource' (必要) |
CredentialReference
名字 | 描述 | 價值 |
---|---|---|
referenceName | 參考認證名稱。 | 字串 (必要) |
類型 | 認證參考類型。 | 'CredentialReference' (必要) |
CustomActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'Custom' (必要) |
typeProperties | 自訂活動屬性。 | CustomActivityTypeProperties (必要) |
CustomActivityReferenceObject
名字 | 描述 | 價值 |
---|---|---|
數據 | 數據集參考。 | DatasetReference[] |
linkedServices | 鏈接的服務參考。 | LinkedServiceReference[] |
CustomActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
autoUserSpecification | 使用者的提高許可權層級和範圍,預設值為非系統管理員工作。 Type:string (或 expression with resultType double) 的表達式。 | 任何 |
命令 | 自定義活動類型的命令:string (或 expression with resultType string)。 | 任何 (必要) |
extendedProperties | 使用者定義的屬性包。 對可以使用的索引鍵或值沒有任何限制。 使用者指定的自定義活動完全負責取用和解譯定義的內容。 | CustomActivityTypePropertiesExtendedProperties |
folderPath | 資源文件的資料夾路徑 類型:string (或 expression with resultType string)。 | 任何 |
referenceObjects | 參考物件 | CustomActivityReferenceObject |
resourceLinkedService | 資源連結服務參考。 | LinkedServiceReference |
retentionTimeInDays | 針對自訂活動提交的檔案保留時間。 類型:double(或 expressionType double 的運算式)。 | 任何 |
CustomActivityTypePropertiesExtendedProperties
名字 | 描述 | 價值 |
---|
DatabricksNotebookActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'DatabricksNotebook' (必要) |
typeProperties | Databricks Notebook 活動屬性。 | DatabricksNotebookActivityTypeProperties (必要) |
DatabricksNotebookActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
baseParameters | 要用於此作業每個回合的基底參數。如果筆記本採用未指定的參數,則會使用筆記本中的預設值。 | DatabricksNotebookActivityTypePropertiesBaseParameters |
圖書館 | 要安裝在將執行作業之叢集上的連結庫清單。 | DatabricksNotebookActivityTypePropertiesLibrariesItem[] |
notebookPath | 要在 Databricks 工作區中執行的筆記本絕對路徑。 此路徑的開頭必須是斜線。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DatabricksNotebookActivityTypePropertiesBaseParameters
名字 | 描述 | 價值 |
---|
DatabricksNotebookActivityTypePropertiesLibrariesItem
名字 | 描述 | 價值 |
---|
DatabricksSparkJarActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'DatabricksSparkJar' (必要) |
typeProperties | Databricks SparkJar 活動屬性。 | DatabricksSparkJarActivityTypeProperties (必要) |
DatabricksSparkJarActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖書館 | 要安裝在將執行作業之叢集上的連結庫清單。 | DatabricksSparkJarActivityTypePropertiesLibrariesItem[] |
mainClassName | 類別的完整名稱,其中包含要執行的主要方法。 這個類別必須包含在提供做為連結庫的 JAR 中。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
參數 | 將傳遞至 main 方法的參數。 | any[] |
DatabricksSparkJarActivityTypePropertiesLibrariesItem
名字 | 描述 | 價值 |
---|
DatabricksSparkPythonActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'DatabricksSparkPython' (必要) |
typeProperties | Databricks SparkPython 活動屬性。 | DatabricksSparkPythonActivityTypeProperties (必要) |
DatabricksSparkPythonActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖書館 | 要安裝在將執行作業之叢集上的連結庫清單。 | DatabricksSparkPythonActivityTypePropertiesLibrariesItem[] |
參數 | 將傳遞至 Python 檔案的命令行參數。 | any[] |
pythonFile | 要執行的 Python 檔案 URI。 支援 DBFS 路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DatabricksSparkPythonActivityTypePropertiesLibrariesItem
名字 | 描述 | 價值 |
---|
DataFlowReference
名字 | 描述 | 價值 |
---|---|---|
datasetParameters | 從數據集參考數據流參數。 | 任何 |
參數 | 數據流參數 | ParameterValueSpecification |
referenceName | 參考數據流名稱。 | 字串 (必要) |
類型 | 數據流參考類型。 | 'DataFlowReference' (必要) |
DataFlowStagingInfo
名字 | 描述 | 價值 |
---|---|---|
folderPath | 暫存 Blob 的資料夾路徑。 類型:string (或 expression with resultType string) | 任何 |
linkedService | 暫存連結服務參考。 | LinkedServiceReference |
DataLakeAnalyticsUsqlActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'DataLakeAnalyticsU-SQL' (必要) |
typeProperties | Data Lake Analytics U-SQL 活動屬性。 | DataLakeAnalyticsUsqlActivityTypeProperties (必要) |
DataLakeAnalyticsUsqlActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
compilationMode | U-SQL 的編譯模式。 必須是下列其中一個值:Semantic、Full 和SingleBox。 Type:string (或 expression with resultType string) 。 | 任何 |
degreeOfParallelism | 用來執行作業的節點數目上限。 預設值為 1。 類型:integer(或 Expression 含 resultType 整數的運算式),最小值:1。 | 任何 |
參數 | U-SQL 作業要求的參數。 | DataLakeAnalyticsUsqlActivityTypePropertiesParameters |
優先權 | 決定應該先選取已排入佇列的所有作業,以執行。 數位越低,優先順序越高。 預設值為 1000。 類型:integer(或 Expression 含 resultType 整數的運算式),最小值:1。 | 任何 |
runtimeVersion | 要使用的U-SQL引擎運行時間版本。 Type:string (或 expression with resultType string) 。 | 任何 |
scriptLinkedService | 編寫連結服務參考的腳本。 | LinkedServiceReference (必要) |
scriptPath | 包含U-SQL 文稿之資料夾的區分大小寫路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DataLakeAnalyticsUsqlActivityTypePropertiesParameters
名字 | 描述 | 價值 |
---|
DatasetReference
名字 | 描述 | 價值 |
---|---|---|
參數 | 數據集的自變數。 | ParameterValueSpecification |
referenceName | 參考數據集名稱。 | 字串 (必要) |
類型 | 數據集參考類型。 | 'DatasetReference' (必要) |
Db2Source
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'Db2Source' (必要) |
DeleteActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'Delete' (必要) |
typeProperties | 刪除活動屬性。 | DeleteActivityTypeProperties (必要) |
DeleteActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
數據 | 刪除活動數據集參考。 | DatasetReference (必要) |
enableLogging | 是否要記錄刪除活動執行的詳細記錄。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
logStorageSettings | 當 enableLogging 為 true 時,客戶必須提供記錄記憶體設定。 | LogStorageSettings |
maxConcurrentConnections | 同時連接數據源的最大並行連線。 | int 約束: 最小值 = 1 |
遞歸的 | 如果為 true,則會以遞歸方式刪除目前資料夾路徑下的檔案或子資料夾。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
storeSettings | 刪除活動存放區設定。 | StoreReadSettings |
DelimitedTextReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
skipLineCount | 指出從輸入檔案讀取資料時要略過的非空白數據列數目。 類型:integer (或 expression with resultType integer) 。 | 任何 |
類型 | 讀取設定類型。 | 'DelimitedTextReadSettings' (必要) |
DelimitedTextReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
skipLineCount | 指出從輸入檔案讀取資料時要略過的非空白數據列數目。 類型:integer (或 expression with resultType integer) 。 | 任何 |
類型 | 讀取設定類型。 | 字串 (必要) |
DelimitedTextSink
名字 | 描述 | 價值 |
---|---|---|
formatSettings | DelimitedText 格式設定。 | DelimitedTextWriteSettings |
storeSettings | DelimitedText 存放區設定。 | StoreWriteSettings |
類型 | 複製接收類型。 | 'DelimitedTextSink' (必要) |
DelimitedTextSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | DelimitedText 格式設定。 | DelimitedTextReadSettings |
storeSettings | DelimitedText 存放區設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'DelimitedTextSource' (必要) |
DelimitedTextWriteSettings
名字 | 描述 | 價值 |
---|---|---|
fileExtension | 用來建立檔案的擴展名。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
fileNamePrefix | <fileNamePrefix>_<fileIndex>指定檔名模式。從不含 partitionOptions 的非檔案存放區複製時,<fileExtension>。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
quoteAllText | 指出字串值是否一律以引號括住。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 寫入設定類型。 | 字串 (必要) |
DistcpSettings
名字 | 描述 | 價值 |
---|---|---|
distcpOptions | 指定 Distcp 選項。 Type:string (或 expression with resultType string) 。 | 任何 |
resourceManagerEndpoint | 指定 Yarn ResourceManager 端點。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
tempScriptPath | 指定將用來儲存暫存 Distcp 命令腳本的現有資料夾路徑。 腳本檔案是由ADF產生,將在複製作業完成後移除。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DocumentDbCollectionSink
名字 | 描述 | 價值 |
---|---|---|
nestingSeparator | 巢狀屬性分隔符。 預設值為 。 (點)。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'DocumentDbCollectionSink' (必要) |
writeBehavior | 描述如何將數據寫入 Azure Cosmos DB。 Type:string (或 expression with resultType string) 。 允許的值:insert 和 upsert。 | 任何 |
DocumentDbCollectionSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
nestingSeparator | 巢狀屬性分隔符。 Type:string (或 expression with resultType string) 。 | 任何 | ||
查詢 | 文件查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'DocumentDbCollectionSource' (必要) |
DrillSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'DrillSource' (必要) |
DWCopyCommandDefaultValue
名字 | 描述 | 價值 |
---|---|---|
columnName | 數據行名稱。 Type: object (或 Expression with resultType string)。 | 任何 |
defaultValue | 數據行的預設值。 Type: object (或 Expression with resultType string)。 | 任何 |
DWCopyCommandSettings
名字 | 描述 | 價值 |
---|---|---|
additionalOptions | 直接在複製命令中傳遞至 SQL DW 的其他選項。 類型:索引鍵值組(值應該是字串類型)(或具有 resultType 物件的 Expression)。 範例:“additionalOptions”: { “MAXERRORS”: “1000”, “DATEFORMAT”: “'ymd'” } | DWCopyCommandSettingsAdditionalOptions |
defaultValues | 指定 SQL DW 中每個目標資料行的預設值。 屬性中的預設值會覆寫 DB 中設定的 DEFAULT 條件約束,而標識列不能有預設值。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | DWCopyCommandDefaultValue[] |
DWCopyCommandSettingsAdditionalOptions
名字 | 描述 | 價值 |
---|
DynamicsAXSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
httpRequestTimeout | 要取得 HTTP 回應的逾時 (TimeSpan)。 這是取得回應的逾時,而不是讀取響應數據的逾時。 默認值:00:05:00。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'DynamicsAXSource' (必要) |
DynamicsCrmSink
名字 | 描述 | 價值 |
---|---|---|
alternateKeyName | 替代索引鍵的邏輯名稱,會在更新插入記錄時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
ignoreNullValues | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製接收類型。 | 'DynamicsCrmSink' (必要) |
writeBehavior | 作業的寫入行為。 | 'Upsert' (必要) |
DynamicsCrmSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | FetchXML 是一種專屬的查詢語言,用於 Microsoft Dynamics CRM(在線 & 內部部署)。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'DynamicsCrmSource' (必要) |
DynamicsSink
名字 | 描述 | 價值 |
---|---|---|
alternateKeyName | 替代索引鍵的邏輯名稱,會在更新插入記錄時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
ignoreNullValues | 旗標,指出寫入作業期間是否忽略輸入數據集的 Null 值(索引鍵欄位除外)。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製接收類型。 | 'DynamicsSink' (必要) |
writeBehavior | 作業的寫入行為。 | 'Upsert' (必要) |
DynamicsSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | FetchXML 是一種專屬的查詢語言,用於 Microsoft Dynamics(在線 & 內部部署)。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'DynamicsSource' (必要) |
EloquaSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'EloquaSource' (必要) |
ExcelSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
storeSettings | Excel 市集設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'ExcelSource' (必要) |
ExecuteDataFlowActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'ExecuteDataFlow' (必要) |
typeProperties | 執行數據流活動屬性。 | ExecuteDataFlowActivityTypeProperties (必要) |
ExecuteDataFlowActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
計算 | 數據流活動的計算屬性。 | ExecuteDataFlowActivityTypePropertiesCompute |
continuationSettings | 執行數據流活動的接續設定。 | ContinuationSettingsReference |
continueOnError | 繼續執行用於數據流執行的錯誤設定。 如果接收失敗,可讓處理繼續。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
dataFlow | 數據流參考。 | DataFlowReference (必要) |
integrationRuntime | 整合運行時間參考。 | IntegrationRuntimeReference |
runConcurrently | 用於數據流執行的並行執行設定。 允許同時處理具有相同儲存順序的接收。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
sourceStagingConcurrency | 指定適用於接收之來源的平行暫存數目。 類型:integer(或 expression 含 resultType 整數的運算式) | 任何 |
分期 | 執行數據流活動的暫存資訊。 | DataFlowStagingInfo |
traceLevel | 用於數據流監視輸出的追蹤層級設定。 支援的值為:『粗略』、『fine』和 『none』。 類型:string (或 expression with resultType string) | 任何 |
ExecuteDataFlowActivityTypePropertiesCompute
名字 | 描述 | 價值 |
---|---|---|
computeType | 將執行數據流作業之叢集的計算類型。 可能的值包括:『General』、『MemoryOptimized』、『ComputeOptimized』。 類型:string (或 expression with resultType string) | 任何 |
coreCount | 將執行數據流作業之叢集的核心計數。 支援的值為:8、16、32、48、80、144 和 272。 類型:integer(或 expression 含 resultType 整數的運算式) | 任何 |
ExecutePipelineActivity
名字 | 描述 | 價值 |
---|---|---|
政策 | 執行管線活動原則。 | ExecutePipelineActivityPolicy |
類型 | 活動類型。 | 'ExecutePipeline' (必要) |
typeProperties | 執行管線活動屬性。 | ExecutePipelineActivityTypeProperties (必要) |
ExecutePipelineActivityPolicy
名字 | 描述 | 價值 |
---|---|---|
secureInput | 當設定為 true 時,來自活動的輸入會被視為安全,且不會記錄到監視。 | bool |
ExecutePipelineActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
參數 | 管線參數。 | ParameterValueSpecification |
管道 | 管線參考。 | PipelineReference (必要) |
waitOnCompletion | 定義活動執行是否會等候相依管線執行完成。 默認值為 false。 | bool |
ExecutePowerQueryActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
計算 | 數據流活動的計算屬性。 | ExecuteDataFlowActivityTypePropertiesCompute |
continuationSettings | 執行數據流活動的接續設定。 | ContinuationSettingsReference |
continueOnError | 繼續執行用於數據流執行的錯誤設定。 如果接收失敗,可讓處理繼續。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
dataFlow | 數據流參考。 | DataFlowReference (必要) |
integrationRuntime | 整合運行時間參考。 | IntegrationRuntimeReference |
查詢 | Power Query 混搭查詢對應至接收數據集的清單。 | PowerQuerySinkMapping[] |
runConcurrently | 用於數據流執行的並行執行設定。 允許同時處理具有相同儲存順序的接收。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
匯 | (已被取代。請使用查詢)。 對應至 queryName 的 Power Query 活動接收清單。 | ExecutePowerQueryActivityTypePropertiesSinks |
sourceStagingConcurrency | 指定適用於接收之來源的平行暫存數目。 類型:integer(或 expression 含 resultType 整數的運算式) | 任何 |
分期 | 執行數據流活動的暫存資訊。 | DataFlowStagingInfo |
traceLevel | 用於數據流監視輸出的追蹤層級設定。 支援的值為:『粗略』、『fine』和 『none』。 類型:string (或 expression with resultType string) | 任何 |
ExecutePowerQueryActivityTypePropertiesSinks
名字 | 描述 | 價值 |
---|
ExecuteSsisPackageActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'ExecuteSSISPackage' (必要) |
typeProperties | 執行 SSIS 套件活動屬性。 | ExecuteSsisPackageActivityTypeProperties (必要) |
ExecuteSsisPackageActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
connectVia | 整合運行時間參考。 | IntegrationRuntimeReference (必要) |
environmentPath | 執行 SSIS 封裝的環境路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
executionCredential | 封裝執行認證。 | SsisExecutionCredential |
loggingLevel | SSIS 封裝執行的記錄層級。 Type:string (或 expression with resultType string) 。 | 任何 |
logLocation | SSIS 套件執行記錄檔位置。 | SsisLogLocation |
packageConnectionManagers | 要執行 SSIS 封裝的封裝層級連接管理員。 | ExecuteSsisPackageActivityTypePropertiesPackageConnectionManagers |
packageLocation | SSIS 套件位置。 | SsisPackageLocation (必要) |
packageParameters | 要執行 SSIS 封裝的封裝層級參數。 | ExecuteSsisPackageActivityTypePropertiesPackageParameters |
projectConnectionManagers | 要執行 SSIS 封裝的專案層級連接管理員。 | ExecuteSsisPackageActivityTypePropertiesProjectConnectionManagers |
projectParameters | 要執行 SSIS 封裝的專案層級參數。 | ExecuteSsisPackageActivityTypePropertiesProjectParameters |
propertyOverrides | 屬性會覆寫以執行 SSIS 封裝。 | ExecuteSsisPackageActivityTypePropertiesPropertyOverrides |
運行 | 指定要執行 SSIS 封裝的運行時間。 此值應該是 「x86」 或 「x64」。 Type:string (或 expression with resultType string) 。 | 任何 |
ExecuteSsisPackageActivityTypePropertiesPackageConnectionManagers
名字 | 描述 | 價值 |
---|
ExecuteSsisPackageActivityTypePropertiesPackageParameters
名字 | 描述 | 價值 |
---|
ExecuteSsisPackageActivityTypePropertiesProjectConnectionManagers
名字 | 描述 | 價值 |
---|
ExecuteSsisPackageActivityTypePropertiesProjectParameters
名字 | 描述 | 價值 |
---|
ExecuteSsisPackageActivityTypePropertiesPropertyOverrides
名字 | 描述 | 價值 |
---|
ExecuteWranglingDataflowActivity
名字 | 描述 | 價值 |
---|---|---|
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'ExecuteWranglingDataflow' (必要) |
typeProperties | 執行 power query 活動屬性。 | ExecutePowerQueryActivityTypeProperties (必要) |
表達
名字 | 描述 | 價值 |
---|---|---|
類型 | 表達式類型。 | 'Expression' (必要) |
價值 | 表達式值。 | 字串 (必要) |
ExpressionV2
名字 | 描述 | 價值 |
---|---|---|
操作 | 巢狀表達式的清單。 | ExpressionV2[] |
運營商 | 表達式運算子值類型:字串清單。 | string[] |
類型 | 系統支援的表達式類型。 類型:字串。 | 'Binary' 'Constant' 'Field' 'NAry' '一元' |
價值 | 常數/欄位類型的值:字串。 | 字串 |
FailActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'Fail' (必要) |
typeProperties | 失敗活動屬性。 | FailActivityTypeProperties (必要) |
FailActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
errorCode | 錯誤碼,分類失敗活動的錯誤類型。 它可以是運行時間評估為非空白/空白字串的動態內容。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
消息 | 失敗活動中浮出水面的錯誤訊息。 它可以是運行時間評估為非空白/空白字串的動態內容。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
FileServerReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileFilter | 指定篩選條件,以用來選取 folderPath 中的檔案子集,而不是所有檔案。 Type:string (或 expression with resultType string) 。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'FileServerReadSettings' (必要) |
wildcardFileName | FileServer 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | FileServer 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
FileServerWriteSettings
名字 | 描述 | 價值 |
---|---|---|
類型 | 寫入設定類型。 | 'FileServerWriteSettings' (必要) |
FileSystemSink
名字 | 描述 | 價值 |
---|---|---|
copyBehavior | 複製接收的複製行為類型。 | 任何 |
類型 | 複製接收類型。 | 'FileSystemSink' (必要) |
FileSystemSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製來源類型。 | 'FileSystemSource' (必要) |
FilterActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'Filter' (必要) |
typeProperties | 篩選活動屬性。 | FilterActivityTypeProperties (必要) |
FilterActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
條件 | 用於篩選輸入的條件。 | 表示式 (必要) |
專案 | 應套用篩選的輸入陣列。 | 表示式 (必要) |
ForEachActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'ForEach' (必要) |
typeProperties | ForEach 活動屬性。 | ForEachActivityTypeProperties (必要) |
ForEachActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
活動 | 要執行的活動清單。 | 活動[] (必要) |
batchCount | 用於控制平行執行的批次計數(當 isSequential 設定為 false 時)。 | int 約束: 最大值 = 50 |
isSequential | 循環應該以序列或平行方式執行 (最大值 50) | bool |
專案 | 要反覆運算的集合。 | 表示式 (必要) |
FormatReadSettings
名字 | 描述 | 價值 |
---|---|---|
類型 | 針對 binaryReadSettings 類型 設定為 'BinaryReadSettings',。 將 設為 'DelimitedTextReadSettings' 類型 DelimitedTextReadSettings。 針對 jsonReadSettings 類型 設定為 'JsonReadSettings',。 針對 ParquetReadSettings 類型設定為 'ParquetReadSettings',。 針對 xmlReadSettings 類型設定為 『XmlReadSettings』,。 | 'BinaryReadSettings' 'DelimitedTextReadSettings' 'JsonReadSettings' 'ParquetReadSettings' 'XmlReadSettings' (必要) |
FtpReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
disableChunking | 如果為 true,請停用每個檔案內的平行讀取。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'FtpReadSettings' (必要) |
useBinaryTransfer | 指定是否要使用 FTP 存放區的二進位傳輸模式。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
wildcardFileName | Ftp 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Ftp 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
GetMetadataActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'GetMetadata' (必要) |
typeProperties | GetMetadata 活動屬性。 | GetMetadataActivityTypeProperties (必要) |
GetMetadataActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
數據 | GetMetadata 活動數據集參考。 | DatasetReference (必要) |
fieldList | 要從數據集取得的元數據欄位。 | any[] |
formatSettings | GetMetadata 活動格式設定。 | FormatReadSettings |
storeSettings | GetMetadata 活動存放區設定。 | StoreReadSettings |
GoogleAdWordsSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'GoogleAdWordsSource' (必要) |
GoogleBigQuerySource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'GoogleBigQuerySource' (必要) |
GoogleBigQueryV2Source
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'GoogleBigQueryV2Source' (必要) |
GoogleCloudStorageReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
前綴 | Google Cloud Storage 物件名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'GoogleCloudStorageReadSettings' (必要) |
wildcardFileName | Google Cloud Storage 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Google Cloud Storage 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
GreenplumSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'GreenplumSource' (必要) |
HBaseSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'HBaseSource' (必要) |
HdfsReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
distcpSettings | 指定 Distcp 相關設定。 | DistcpSettings |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'HdfsReadSettings' (必要) |
wildcardFileName | HDFS 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | HDFS 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
HdfsSource
名字 | 描述 | 價值 |
---|---|---|
distcpSettings | 指定 Distcp 相關設定。 | DistcpSettings |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製來源類型。 | 'HdfsSource' (必要) |
HDInsightHiveActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'HDInsightHive' (必要) |
typeProperties | HDInsight Hive 活動屬性。 | HDInsightHiveActivityTypeProperties (必要) |
HDInsightHiveActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
參數 | 使用者指定的 HDInsightActivity 自變數。 | any[] |
定義 | 允許使用者指定Hive作業要求的定義。 | HDInsightHiveActivityTypePropertiesDefines |
getDebugInfo | 偵錯資訊選項。 | 'Always' 'Failure' 'None' |
queryTimeout | 查詢逾時值 (以分鐘為單位)。 當 HDInsight 叢集使用 ESP 時有效(企業安全性套件) | int |
scriptLinkedService | 編寫連結服務參考的腳本。 | LinkedServiceReference |
scriptPath | 腳本路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
storageLinkedServices | 記憶體連結服務參考。 | LinkedServiceReference[] |
變數 | hivevar 命名空間下的使用者指定自變數。 | HDInsightHiveActivityTypePropertiesVariables |
HDInsightHiveActivityTypePropertiesDefines
名字 | 描述 | 價值 |
---|
HDInsightHiveActivityTypePropertiesVariables
名字 | 描述 | 價值 |
---|
HDInsightMapReduceActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'HDInsightMapReduce' (必要) |
typeProperties | HDInsight MapReduce 活動屬性。 | HDInsightMapReduceActivityTypeProperties (必要) |
HDInsightMapReduceActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
參數 | 使用者指定的 HDInsightActivity 自變數。 | any[] |
className | 類別名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
定義 | 允許使用者指定 MapReduce 作業要求的定義。 | HDInsightMapReduceActivityTypePropertiesDefines |
getDebugInfo | 偵錯資訊選項。 | 'Always' 'Failure' 'None' |
jarFilePath | Jar 路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
jarLibs | Jar libs。 | any[] |
jarLinkedService | Jar 連結服務參考。 | LinkedServiceReference |
storageLinkedServices | 記憶體連結服務參考。 | LinkedServiceReference[] |
HDInsightMapReduceActivityTypePropertiesDefines
名字 | 描述 | 價值 |
---|
HDInsightPigActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'HDInsightPig' (必要) |
typeProperties | HDInsight Pig 活動屬性。 | HDInsightPigActivityTypeProperties (必要) |
HDInsightPigActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
參數 | 使用者指定的 HDInsightActivity 自變數。 類型:array(或 expression with resultType array 的 Expression)。 | 任何 |
定義 | 允許使用者指定 Pig 作業要求的定義。 | HDInsightPigActivityTypePropertiesDefines |
getDebugInfo | 偵錯資訊選項。 | 'Always' 'Failure' 'None' |
scriptLinkedService | 編寫連結服務參考的腳本。 | LinkedServiceReference |
scriptPath | 腳本路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
storageLinkedServices | 記憶體連結服務參考。 | LinkedServiceReference[] |
HDInsightPigActivityTypePropertiesDefines
名字 | 描述 | 價值 |
---|
HDInsightSparkActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'HDInsightSpark' (必要) |
typeProperties | HDInsight Spark 活動屬性。 | HDInsightSparkActivityTypeProperties (必要) |
HDInsightSparkActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
參數 | HDInsightSparkActivity 的使用者指定自變數。 | any[] |
className | 應用程式的 Java/Spark 主要類別。 | 字串 |
entryFilePath | 要執行之程式代碼/套件根資料夾的相對路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
getDebugInfo | 偵錯資訊選項。 | 'Always' 'Failure' 'None' |
proxyUser | 要模擬該作業的使用者。 Type:string (或 expression with resultType string) 。 | 任何 |
rootPath | 所有作業檔案之 'sparkJobLinkedService' 中的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
sparkConfig | Spark 組態屬性。 | HDInsightSparkActivityTypePropertiesSparkConfig |
sparkJobLinkedService | 用於上傳專案檔案和相依性的記憶體連結服務,以及用於接收記錄。 | LinkedServiceReference |
HDInsightSparkActivityTypePropertiesSparkConfig
名字 | 描述 | 價值 |
---|
HDInsightStreamingActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'HDInsightStreaming' (必要) |
typeProperties | HDInsight 串流活動屬性。 | HDInsightStreamingActivityTypeProperties (必要) |
HDInsightStreamingActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
參數 | 使用者指定的 HDInsightActivity 自變數。 | any[] |
combiner | 合併器可執行檔名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
commandEnvironment | 命令行環境值。 | any[] |
定義 | 允許使用者指定串流作業要求的定義。 | HDInsightStreamingActivityTypePropertiesDefines |
fileLinkedService | 檔案所在的連結服務參考。 | LinkedServiceReference |
filePaths | 串流作業檔案的路徑。 可以是目錄。 | any[] (必要) |
getDebugInfo | 偵錯資訊選項。 | 'Always' 'Failure' 'None' |
輸入 | 輸入 Blob 路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
映射 | Mapper 可執行檔名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
輸出 | 輸出 Blob 路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
還原劑 | 歸納器可執行檔名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
storageLinkedServices | 記憶體連結服務參考。 | LinkedServiceReference[] |
HDInsightStreamingActivityTypePropertiesDefines
名字 | 描述 | 價值 |
---|
HiveSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'HiveSource' (必要) |
HttpReadSettings
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
additionalHeaders | 要求中對 RESTful API 的其他 HTTP 標頭。 Type:string (或 expression with resultType string) 。 | 任何 |
requestBody | 如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 Type:string (或 expression with resultType string) 。 | 任何 |
requestMethod | 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 Type:string (或 expression with resultType string) 。 | 任何 |
requestTimeout | 指定 HTTP 用戶端從 HTTP 伺服器取得 HTTP 回應的逾時。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 讀取設定類型。 | 'HttpReadSettings' (必要) |
HttpSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
httpRequestTimeout | 指定 HTTP 用戶端從 HTTP 伺服器取得 HTTP 回應的逾時。 默認值相當於 System.Net.HttpWebRequest.Timeout。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'HttpSource' (必要) |
HubspotSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'HubspotSource' (必要) |
IcebergSink
名字 | 描述 | 價值 |
---|---|---|
formatSettings | Iceberg 格式設定。 | IcebergWriteSettings |
storeSettings | Iceberg 商店設定。 | StoreWriteSettings |
類型 | 複製接收類型。 | 冰山下水“(必要) |
IcebergWriteSettings
名字 | 描述 | 價值 |
---|---|---|
類型 | 寫入設定類型。 | 字串 (必要) |
IfConditionActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'IfCondition' (必要) |
typeProperties | IfCondition 活動屬性。 | IfConditionActivityTypeProperties (必要) |
IfConditionActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
表達 | 評估為布爾值的表達式。 這是用來判斷將執行的活動區塊(ifTrueActivities 或 ifFalseActivities)。 | 表示式 (必要) |
ifFalseActivities | 如果表達式評估為 false,要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 | 活動[] |
ifTrueActivities | 如果表達式評估為 true,要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 | 活動[] |
ImpalaSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'ImpalaSource' (必要) |
InformixSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | 開始複製之前要執行的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'InformixSink' (必要) |
InformixSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'InformixSource' (必要) |
IntegrationRuntimeReference
名字 | 描述 | 價值 |
---|---|---|
參數 | 整合運行時間的自變數。 | ParameterValueSpecification |
referenceName | 參考整合運行時間名稱。 | 字串 (必要) |
類型 | 整合運行時間的類型。 | 'IntegrationRuntimeReference' (必要) |
JiraSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'JiraSource' (必要) |
JsonReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
類型 | 讀取設定類型。 | 'JsonReadSettings' (必要) |
JsonReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
類型 | 讀取設定類型。 | 字串 (必要) |
JsonSink
名字 | 描述 | 價值 |
---|---|---|
formatSettings | Json 格式設定。 | JsonWriteSettings |
storeSettings | Json 存放區設定。 | StoreWriteSettings |
類型 | 複製接收類型。 | 'JsonSink' (必要) |
JsonSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | Json 格式設定。 | JsonReadSettings |
storeSettings | Json 存放區設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'JsonSource' (必要) |
JsonWriteSettings
名字 | 描述 | 價值 |
---|---|---|
filePattern | JSON 的檔案模式。 此設定會控制將處理 JSON 物件的集合方式。 默認值為 『setOfObjects』。 這是區分大小寫的。 | 任何 |
類型 | 寫入設定類型。 | 字串 (必要) |
LakeHouseReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'LakeHouseReadSettings' (必要) |
wildcardFileName | Microsoft Fabric LakeHouse Files 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Microsoft Fabric LakeHouse 檔案通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
LakeHouseTableSink
名字 | 描述 | 價值 |
---|---|---|
partitionNameList | 從接收數據行指定資料分割資料行名稱。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | 任何 |
partitionOption | 根據一或多個數據行,在資料夾結構中建立數據分割。 每個相異數據行值 (pair) 都會是新的分割區。 可能的值包括:「None」、“PartitionByKey” | 任何 |
tableActionOption | LakeHouse 數據表接收的數據表動作類型。 可能的值包括:「None」、“ Append” Overwrite” | 任何 |
類型 | 複製接收類型。 | 'LakeHouseTableSink' (必要) |
LakeHouseTableSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
timestampAsOf | 依時間戳查詢較舊的快照集。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'LakeHouseTableSource' (必要) |
versionAsOf | 依版本查詢較舊的快照集。 類型:integer (或 expression with resultType integer) 。 | 任何 |
LakeHouseWriteSettings
名字 | 描述 | 價值 |
---|---|---|
類型 | 寫入設定類型。 | 'LakeHouseWriteSettings' (必要) |
LinkedServiceReference
名字 | 描述 | 價值 |
---|---|---|
參數 | LinkedService 的自變數。 | ParameterValueSpecification |
referenceName | 參考 LinkedService 名稱。 | 字串 (必要) |
類型 | 連結服務參考類型。 | 'LinkedServiceReference' (必要) |
LogLocationSettings
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 記錄記憶體連結服務參考。 | LinkedServiceReference (必要) |
路徑 | 用來儲存活動執行詳細記錄的記憶體路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
LogSettings
名字 | 描述 | 價值 |
---|---|---|
copyActivityLogSettings | 指定複製活動記錄的設定。 | CopyActivityLogSettings |
enableCopyActivityLog | 指定是否啟用複製活動記錄。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
logLocationSettings | 客戶在啟用記錄時必須提供的記錄位置設定。 | LogLocationSettings (必要) |
LogStorageSettings
名字 | 描述 | 價值 |
---|---|---|
enableReliableLogging | 指定是否啟用可靠的記錄。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
linkedServiceName | 記錄記憶體連結服務參考。 | LinkedServiceReference (必要) |
logLevel | 取得或設定記錄層級、支援:資訊、警告。 Type:string (或 expression with resultType string) 。 | 任何 |
路徑 | 用來儲存活動執行詳細記錄的記憶體路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
LookupActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'Lookup' (必要) |
typeProperties | 查閱活動屬性。 | LookupActivityTypeProperties (必要) |
LookupActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
數據 | 查閱活動數據集參考。 | DatasetReference (必要) |
firstRowOnly | 是否要傳回第一個數據列或所有數據列。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
源 | 數據集特定的來源屬性,與複製活動來源相同。 | CopySource (必要) |
MagentoSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'MagentoSource' (必要) |
MariaDBSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'MariaDBSource' (必要) |
MarketoSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'MarketoSource' (必要) |
MetadataItem
名字 | 描述 | 價值 |
---|---|---|
名字 | 元數據專案索引鍵名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
價值 | 元數據專案值。 Type:string (或 expression with resultType string) 。 | 任何 |
Microsoft.DataFactory/factoryies/pipelines
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 約束: 最小長度 = 1 最大長度 = 1 模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必要) |
parent_id | 此資源為父系之資源的標識碼。 | 類型的資源標識碼:處理站 |
性能 | 管線的屬性。 | 管線(必要) |
類型 | 資源類型 | “Microsoft.DataFactory/factories/pipelines@2018-06-01” |
MicrosoftAccessSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | 開始複製之前要執行的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'MicrosoftAccessSink' (必要) |
MicrosoftAccessSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'MicrosoftAccessSource' (必要) |
MongoDbAtlasSink
名字 | 描述 | 價值 |
---|---|---|
類型 | 複製接收類型。 | 'MongoDbAtlasSink' (必要) |
writeBehavior | 指定是否要覆寫具有相同索引鍵的檔(upsert),而不是擲回例外狀況(insert)。 預設值為 「insert」。 Type:string (或 expression with resultType string) 。 Type:string (或 expression with resultType string) 。 | 任何 |
MongoDbAtlasSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
batchSize | 指定要在 MongoDB Atlas 實例回應的每個批次中傳回的檔數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
cursorMethods | Mongodb 查詢的數據指標方法 | MongoDbCursorMethodsProperties | ||
濾波器 | 使用查詢運算子指定選取篩選。 若要傳回集合中的所有檔,請省略此參數或傳遞空白檔 ({})。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'MongoDbAtlasSource' (必要) |
MongoDbCursorMethodsProperties
名字 | 描述 | 價值 |
---|---|---|
限制 | 指定伺服器傳回的檔案數目上限。 limit() 類似於 SQL 資料庫中的 LIMIT 語句。 類型:integer (或 expression with resultType integer) 。 | 任何 |
專案 | 指定要在符合查詢篩選條件之檔中傳回的欄位。 若要傳回相符檔中的所有字段,請省略此參數。 Type:string (或 expression with resultType string) 。 | 任何 |
跳 | 指定略過的檔數目,以及 MongoDB 開始傳回結果的位置。 此方法在實作分頁結果方面可能很有用。 類型:integer (或 expression with resultType integer) 。 | 任何 |
排序 | 指定查詢傳回相符檔的順序。 Type:string (或 expression with resultType string) 。 Type:string (或 expression with resultType string) 。 | 任何 |
MongoDbSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 應該是 SQL-92 查詢運算式。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'MongoDbSource' (必要) |
MongoDbV2Sink
名字 | 描述 | 價值 |
---|---|---|
類型 | 複製接收類型。 | 'MongoDbV2Sink' (必要) |
writeBehavior | 指定是否要覆寫具有相同索引鍵的檔(upsert),而不是擲回例外狀況(insert)。 預設值為 「insert」。 Type:string (或 expression with resultType string) 。 Type:string (或 expression with resultType string) 。 | 任何 |
MongoDbV2Source
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
batchSize | 指定要在 MongoDB 實體回應的每個批次中傳回的檔案數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
cursorMethods | Mongodb 查詢的數據指標方法 | MongoDbCursorMethodsProperties | ||
濾波器 | 使用查詢運算子指定選取篩選。 若要傳回集合中的所有檔,請省略此參數或傳遞空白檔 ({})。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'MongoDbV2Source' (必要) |
MySqlSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'MySqlSource' (必要) |
NetezzaPartitionSettings
名字 | 描述 | 價值 |
---|---|---|
partitionColumnName | 整數類型中的數據行名稱,將用於繼續範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionUpperBound | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
NetezzaSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
partitionOption | 將用於 Netezza 平行讀取的數據分割機制。 可能的值包括:「None」、“DataSlice”、“DynamicRange”。 | 任何 | ||
partitionSettings | 將用於 Netezza 來源資料分割的設定。 | NetezzaPartitionSettings | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'NetezzaSource' (必要) |
NotebookParameter
名字 | 描述 | 價值 |
---|---|---|
類型 | Notebook 參數類型。 | 'bool' 'float' 'int' 'string' |
價值 | Notebook 參數值。 Type:string (或 expression with resultType string) 。 | 任何 |
ODataSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
httpRequestTimeout | 要取得 HTTP 回應的逾時 (TimeSpan)。 這是取得回應的逾時,而不是讀取響應數據的逾時。 默認值:00:05:00。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
查詢 | OData 查詢。 例如,“$top=1”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'ODataSource' (必要) |
OdbcSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | 開始複製之前要執行的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'OdbcSink' (必要) |
OdbcSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'OdbcSource' (必要) |
Office365Source
名字 | 描述 | 價值 |
---|---|---|
allowedGroups | 包含所有使用者的群組。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
dateFilterColumn | 要套用 <paramref name=“StartTime”/> 和 <paramref name=“EndTime”/>的數據行。 Type:string (或 expression with resultType string) 。 | 任何 |
endTime | 此數據集所要求範圍的結束時間。 Type:string (或 expression with resultType string) 。 | 任何 |
outputColumns | 要從 Office 365 數據表讀取的數據行。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 itemType:OutputColumn。 範例: [ { “name”: “Id” }, { “name”: “CreatedDateTime” } ] | 任何 |
startTime | 此數據集所要求範圍的開始時間。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'Office365Source' (必要) |
userScopeFilterUri | 用戶範圍 URI。 Type:string (或 expression with resultType string) 。 | 任何 |
OracleCloudStorageReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
前綴 | Oracle Cloud Storage 物件名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'OracleCloudStorageReadSettings' (必要) |
wildcardFileName | Oracle Cloud Storage 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Oracle Cloud Storage 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
OraclePartitionSettings
名字 | 描述 | 價值 |
---|---|---|
partitionColumnName | 整數類型中的數據行名稱,將用於繼續範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionNames | Oracle 數據表的實體分割區名稱。 | 任何 |
partitionUpperBound | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
OracleServiceCloudSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'OracleServiceCloudSource' (必要) |
OracleSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'OracleSink' (必要) |
OracleSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
oracleReaderQuery | Oracle 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Oracle 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 | 任何 | ||
partitionSettings | 將用於 Oracle 來源數據分割的設定。 | OraclePartitionSettings | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'OracleSource' (必要) |
OrcSink
名字 | 描述 | 價值 |
---|---|---|
formatSettings | ORC 格式設定。 | OrcWriteSettings |
storeSettings | ORC 存放區設定。 | StoreWriteSettings |
類型 | 複製接收類型。 | 'OrcSink' (必要) |
OrcSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
storeSettings | ORC 存放區設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'OrcSource' (必要) |
OrcWriteSettings
名字 | 描述 | 價值 |
---|---|---|
fileNamePrefix | <fileNamePrefix>_<fileIndex>指定檔名模式。從不含 partitionOptions 的非檔案存放區複製時,<fileExtension>。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
類型 | 寫入設定類型。 | 字串 (必要) |
ParameterDefinitionSpecification
名字 | 描述 | 價值 |
---|
ParameterSpecification
名字 | 描述 | 價值 |
---|---|---|
defaultValue | 參數的預設值。 | 任何 |
類型 | 參數類型。 | 'Array' 'Bool' 'Float' 'Int' 'Object' 'SecureString' 'String' (必要) |
ParameterValueSpecification
名字 | 描述 | 價值 |
---|
ParameterValueSpecification
名字 | 描述 | 價值 |
---|
ParameterValueSpecification
名字 | 描述 | 價值 |
---|
ParameterValueSpecification
名字 | 描述 | 價值 |
---|
ParameterValueSpecification
名字 | 描述 | 價值 |
---|
ParquetReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
類型 | 讀取設定類型。 | 'ParquetReadSettings' (必要) |
ParquetReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
類型 | 讀取設定類型。 | 字串 (必要) |
ParquetSink
名字 | 描述 | 價值 |
---|---|---|
formatSettings | Parquet 格式設定。 | ParquetWriteSettings |
storeSettings | Parquet 存放區設定。 | StoreWriteSettings |
類型 | 複製接收類型。 | 'ParquetSink' (必要) |
ParquetSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | Parquet 格式設定。 | ParquetReadSettings |
storeSettings | Parquet 存放區設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'ParquetSource' (必要) |
ParquetWriteSettings
名字 | 描述 | 價值 |
---|---|---|
fileNamePrefix | <fileNamePrefix>_<fileIndex>指定檔名模式。從不含 partitionOptions 的非檔案存放區複製時,<fileExtension>。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
類型 | 寫入設定類型。 | 字串 (必要) |
PaypalSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'PaypalSource' (必要) |
PhoenixSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'PhoenixSource' (必要) |
管道
名字 | 描述 | 價值 |
---|---|---|
活動 | 管線中的活動清單。 | 活動[] |
附註 | 可用於描述管線的標記清單。 | any[] |
併發 | 管線的並行執行數目上限。 | int 約束: 最小值 = 1 |
描述 | 管線的描述。 | 字串 |
資料夾 | 此管線位於的資料夾。 如果未指定,管線將會出現在根層級。 | PipelineFolder |
參數 | 管線的參數清單。 | ParameterDefinitionSpecification |
政策 | 管線原則。 | PipelinePolicy |
runDimensions | 管線發出的維度。 | PipelineRunDimensions |
變數 | 管線的變數清單。 | VariableDefinitionSpecification |
PipelineElapsedTimeMetricPolicy
名字 | 描述 | 價值 |
---|---|---|
期間 | TimeSpan 值,之後就會引發 Azure 監視計量。 | 任何 |
PipelineFolder
名字 | 描述 | 價值 |
---|---|---|
名字 | 此管線位於的資料夾名稱。 | 字串 |
PipelinePolicy
名字 | 描述 | 價值 |
---|---|---|
elapsedTimeMetric | Pipeline ElapsedTime 計量原則。 | PipelineElapsedTimeMetricPolicy |
PipelineReference
名字 | 描述 | 價值 |
---|---|---|
名字 | 參考名稱。 | 字串 |
referenceName | 參考管線名稱。 | 字串 (必要) |
類型 | 管線參考類型。 | 'PipelineReference' (必要) |
PipelineRunDimensions
名字 | 描述 | 價值 |
---|
PolybaseSettings
名字 | 描述 | 價值 |
---|---|---|
rejectSampleValue | 決定在 PolyBase 重新計算拒絕數據列百分比之前嘗試擷取的數據列數目。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
rejectType | 拒絕類型。 | 'percentage' 'value' |
rejectValue | 指定查詢失敗前可以拒絕的數據列值或百分比。 類型:number (或具有 resultType number 的運算式),最小值:0。 | 任何 |
useTypeDefault | 指定當 PolyBase 從文字檔擷取數據時,如何處理分隔文本檔中的遺漏值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
PostgreSqlSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'PostgreSqlSource' (必要) |
PostgreSqlV2Source
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'PostgreSqlV2Source' (必要) |
PowerQuerySink
名字 | 描述 | 價值 |
---|---|---|
數據 | 數據集參考。 | DatasetReference |
描述 | 轉換描述。 | 字串 |
flowlet | Flowlet 參考 | DataFlowReference |
linkedService | 鏈接的服務參考。 | LinkedServiceReference |
名字 | 轉換名稱。 | 字串 (必要) |
rejectedDataLinkedService | 拒絕的數據連結服務參考。 | LinkedServiceReference |
schemaLinkedService | 架構連結服務參考。 | LinkedServiceReference |
腳本 | 接收腳本。 | 字串 |
PowerQuerySinkMapping
名字 | 描述 | 價值 |
---|---|---|
dataflowSinks | 對應至 Power Query 混搭查詢的接收清單。 | PowerQuerySink[] |
queryName | Power Query 混搭文件中查詢的名稱。 | 字串 |
PrestoSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'PrestoSource' (必要) |
QuickBooksSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'QuickBooksSource' (必要) |
RedirectIncompatibleRowSettings
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 用來重新導向不相容數據列的 Azure 記憶體、記憶體 SAS 或 Azure Data Lake Store 連結服務的名稱。 如果指定 redirectIncompatibleRowSettings,則必須指定 。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
路徑 | 用來儲存重新導向不相容數據列數據的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
RedshiftUnloadSettings
名字 | 描述 | 價值 |
---|---|---|
bucketName | 暫存 Amazon S3 的貯體,用來儲存從 Amazon Redshift 來源卸除的數據。 貯體必須位於與 Amazon Redshift 來源相同的區域中。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
s3LinkedServiceName | 從 Amazon Redshift 來源複製時,將用於卸載作業的 Amazon S3 連結服務名稱。 | LinkedServiceReference (必要) |
RelationalSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'RelationalSource' (必要) |
ResponsysSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'ResponsysSource' (必要) |
RestSink
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalHeaders | 要求中對 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組(值應該是字串類型)。 | 任何 | ||
httpCompressionType | 使用最佳壓縮層級以壓縮格式傳送數據的 Http 壓縮類型,預設值為 None。 唯一支持的選項是 Gzip。 Type:string (或 expression with resultType string) 。 | 任何 | ||
httpRequestTimeout | 要取得 HTTP 回應的逾時 (TimeSpan)。 這是取得回應的逾時,而不是讀取響應數據的逾時。 默認值:00:01:40。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
requestInterval | 傳送下一個要求之前等待的時間,以毫秒為單位 | 任何 | ||
requestMethod | 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 POST。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製接收類型。 | 'RestSink' (必要) |
RestSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 類型:索引鍵值組(值應該是字串類型)。 | 任何 | ||
additionalHeaders | 要求中對 RESTful API 的其他 HTTP 標頭。 Type:string (或 expression with resultType string) 。 | 任何 | ||
httpRequestTimeout | 要取得 HTTP 回應的逾時 (TimeSpan)。 這是取得回應的逾時,而不是讀取響應數據的逾時。 默認值:00:01:40。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
paginationRules | 撰寫下一頁要求的分頁規則。 Type:string (或 expression with resultType string) 。 | 任何 | ||
requestBody | 如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 Type:string (或 expression with resultType string) 。 | 任何 | ||
requestInterval | 傳送下一個頁面要求之前等候的時間。 | 任何 | ||
requestMethod | 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'RestSource' (必要) |
SalesforceMarketingCloudSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SalesforceMarketingCloudSource' (必要) |
SalesforceServiceCloudSink
名字 | 描述 | 價值 |
---|---|---|
externalIdFieldName | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
ignoreNullValues | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 默認值為 false。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製接收類型。 | 'SalesforceServiceCloudSink' (必要) |
writeBehavior | 作業的寫入行為。 預設值為 Insert。 | 'Insert' 'Upsert' |
SalesforceServiceCloudSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
readBehavior | 作業的讀取行為。 預設值為 Query。 允許的值:Query/QueryAll。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'SalesforceServiceCloudSource' (必要) |
SalesforceServiceCloudV2Sink
名字 | 描述 | 價值 |
---|---|---|
externalIdFieldName | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
ignoreNullValues | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 默認值為 false。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製接收類型。 | 'SalesforceServiceCloudV2Sink' (必要) |
writeBehavior | 作業的寫入行為。 預設值為 Insert。 | 'Insert' 'Upsert' |
SalesforceServiceCloudV2Source
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
includeDeletedObjects | 此屬性可控制查詢結果是否包含 Deleted 物件。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
查詢 | 您只能使用具有限制的 Salesforce 物件查詢語言 (SOQL) 查詢。 如需 SOQL 限制,請參閱這篇文章:https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations。 如果未指定查詢,則會擷取數據集中 ObjectApiName/reportId 中所指定 Salesforce 物件的所有數據。 Type:string (或 expression with resultType string) 。 | 任何 |
SOQLQuery | 取代時,請改用 『query』 屬性。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'SalesforceServiceCloudV2Source' (必要) |
SalesforceSink
名字 | 描述 | 價值 |
---|---|---|
externalIdFieldName | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
ignoreNullValues | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 默認值為 false。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製接收類型。 | 'SalesforceSink' (必要) |
writeBehavior | 作業的寫入行為。 預設值為 Insert。 | 'Insert' 'Upsert' |
SalesforceSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
readBehavior | 作業的讀取行為。 預設值為 Query。 允許的值:Query/QueryAll。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'SalesforceSource' (必要) |
SalesforceV2Sink
名字 | 描述 | 價值 |
---|---|---|
externalIdFieldName | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
ignoreNullValues | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 默認值為 false。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 複製接收類型。 | 'SalesforceV2Sink' (必要) |
writeBehavior | 作業的寫入行為。 預設值為 Insert。 | 'Insert' 'Upsert' |
SalesforceV2Source
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
includeDeletedObjects | 此屬性可控制查詢結果是否包含 Deleted 物件。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
pageSize | 每個 HTTP 要求的頁面大小,太大的pageSize會導致逾時,預設為300,000。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
查詢 | 您只能使用具有限制的 Salesforce 物件查詢語言 (SOQL) 查詢。 如需 SOQL 限制,請參閱這篇文章:https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations。 如果未指定查詢,則會擷取數據集中 ObjectApiName/reportId 中所指定 Salesforce 物件的所有數據。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
SOQLQuery | 取代時,請改用 『query』 屬性。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'SalesforceV2Source' (必要) |
SapBwSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | MDX 查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SapBwSource' (必要) |
SapCloudForCustomerSink
名字 | 描述 | 價值 | ||
---|---|---|---|---|
httpRequestTimeout | 要取得 HTTP 回應的逾時 (TimeSpan)。 這是取得回應的逾時,而不是讀取響應數據的逾時。 默認值:00:05:00。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製接收類型。 | 'SapCloudForCustomerSink' (必要) | ||
writeBehavior | 作業的寫入行為。 預設值為 『Insert』。 | 'Insert' 'Update' |
SapCloudForCustomerSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
httpRequestTimeout | 要取得 HTTP 回應的逾時 (TimeSpan)。 這是取得回應的逾時,而不是讀取響應數據的逾時。 默認值:00:05:00。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
查詢 | SAP Cloud for Customer OData 查詢。 例如,“$top=1”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SapCloudForCustomerSource' (必要) |
SapEccSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
httpRequestTimeout | 要取得 HTTP 回應的逾時 (TimeSpan)。 這是取得回應的逾時,而不是讀取響應數據的逾時。 默認值:00:05:00。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
查詢 | SAP ECC OData 查詢。 例如,“$top=1”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SapEccSource' (必要) |
SapHanaPartitionSettings
名字 | 描述 | 價值 |
---|---|---|
partitionColumnName | 將用於繼續範圍分割的數據行名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
SapHanaSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
packetSize | 從 SAP HANA 讀取之數據的封包大小。 類型:integer(或 expression 含 resultType 整數的運算式)。 | 任何 | ||
partitionOption | 將用於 SAP HANA 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“SapHanaDynamicRange” | 任何 | ||
partitionSettings | 將用於 SAP HANA 來源分割的設定。 | SapHanaPartitionSettings | ||
查詢 | SAP HANA Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SapHanaSource' (必要) |
SapOdpSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
extractionMode | 擷取模式。 允許的值包括:完整、差異和復原。 預設值為 Full。 Type:string (或 expression with resultType string) 。 | 任何 | ||
投影 | 指定要從源數據選取的數據行。 類型:objects(projection) 的陣列(或具有 resultType 物件陣列的 Expression)。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
選擇 | 指定源數據中的選取條件。 類型:對象的陣列(selection) (或 expression with resultType 物件的陣列)。 | 任何 | ||
subscriberProcess | 管理差異進程的訂閱者進程。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'SapOdpSource' (必要) |
SapOpenHubSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
baseRequestId | 要求差異載入的標識碼。 設定之後,只會擷取 requestId 大於此屬性的值的數據。 預設值為 0。 類型:integer (或 expression with resultType integer 的運算式 )。 | 任何 | ||
customRfcReadTableFunctionModule | 指定將用來從 SAP 資料表讀取資料的自訂 RFC 函式模組。 Type:string (或 expression with resultType string) 。 | 任何 | ||
excludeLastRequest | 是否要排除最後一個要求的記錄。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sapDataColumnDelimiter | 將做為傳遞至 SAP RFC 的分隔符,以及分割所擷取的輸出數據的單一字元。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'SapOpenHubSource' (必要) |
SapTablePartitionSettings
名字 | 描述 | 價值 |
---|---|---|
maxPartitionsNumber | 數據表將會分割成的分割區最大值。 類型:integer(或 expression with resultType string)。 | 任何 |
partitionColumnName | 將用於繼續範圍分割的數據行名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionUpperBound | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
SapTableSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
batchSize | 指定從 SAP 數據表擷取數據時,一次擷取的數據列數目上限。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
customRfcReadTableFunctionModule | 指定將用來從 SAP 資料表讀取資料的自訂 RFC 函式模組。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於平行讀取SAP數據表的數據分割機制。 可能的值包括:“None”、“PartitionOnInt”、“PartitionOnCalendarYear”、“PartitionOnCalendarMonth”、“PartitionOnCalendarDate”、“PartitionOnTime”。 | 任何 | ||
partitionSettings | 將用於 SAP 資料表來源資料分割的設定。 | SapTablePartitionSettings | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
rfcTableFields | 要擷取之 SAP 數據表的欄位。 例如, column0, column1。 Type:string (或 expression with resultType string) 。 | 任何 | ||
rfcTableOptions | 篩選 SAP 資料表的選項。 例如,COLUMN0 EQ SOME VALUE。 Type:string (或 expression with resultType string) 。 | 任何 | ||
rowCount | 要擷取的數據列數目。 類型:integer(或 expression 含 resultType 整數的運算式)。 | 任何 | ||
rowSkips | 將略過的數據列數目。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
sapDataColumnDelimiter | 將做為傳遞至 SAP RFC 的分隔符,以及分割所擷取的輸出數據的單一字元。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'SapTableSource' (必要) |
ScriptActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'Script' (必要) |
typeProperties | 編寫活動屬性的腳本。 | ScriptActivityTypeProperties (必要) |
ScriptActivityParameter
名字 | 描述 | 價值 |
---|---|---|
方向 | 參數的方向。 | 'Input' 'InputOutput' 'Output' |
名字 | 參數的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
大小 | 輸出方向參數的大小。 | int |
類型 | 參數的類型。 | 'Boolean' 'DateTime' 'DateTimeOffset' 'Decimal' 'Double' 'Guid' 'Int16' 'Int32' 'Int64' 'Single' 'String' 'Timespan' |
價值 | 參數的值。 Type:string (或 expression with resultType string) 。 | 任何 |
ScriptActivityScriptBlock
名字 | 描述 | 價值 |
---|---|---|
參數 | 腳本參數的陣列。 類型:陣列。 | ScriptActivityParameter[] |
發簡訊 | 查詢文字。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
類型 | 查詢的類型。 如需有效選項,請參閱 ScriptType。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
ScriptActivityTypeProperties
名字 | 描述 | 價值 | ||
---|---|---|---|---|
logSettings | 腳本活動的記錄設定。 | ScriptActivityTypePropertiesLogSettings | ||
returnMultistatementResult | 啟用 以從多個 SQL 語句擷取結果集,以及 DML 語句所影響的數據列數目。 支持的連接器:SnowflakeV2。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
scriptBlockExecutionTimeout | ScriptBlock 執行逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
腳本 | 腳本區塊的陣列。 類型:陣列。 | ScriptActivityScriptBlock[] |
ScriptActivityTypePropertiesLogSettings
名字 | 描述 | 價值 |
---|---|---|
logDestination | 記錄的目的地。 類型:字串。 | 'ActivityOutput' 'ExternalStore' (必要) |
logLocationSettings | 客戶在啟用記錄時必須提供的記錄位置設定。 | LogLocationSettings |
SecretBase
名字 | 描述 | 價值 |
---|---|---|
類型 | 針對類型 AzureKeyVaultSecretReference,設定為 'AzureKeyVaultSecret'。 將 類型設定為 'SecureString',SecureString。 | 'AzureKeyVaultSecret' 'SecureString' (必要) |
SecureInputOutputPolicy
名字 | 描述 | 價值 |
---|---|---|
secureInput | 當設定為 true 時,來自活動的輸入會被視為安全,且不會記錄到監視。 | bool |
secureOutput | 設定為 true 時,活動輸出會視為安全,且不會記錄到監視。 | bool |
SecureString
名字 | 描述 | 價值 |
---|---|---|
類型 | 秘密的類型。 | 字串 (必要) |
價值 | 安全字串的值。 | 字串 (必要) |
SecureString
名字 | 描述 | 價值 |
---|---|---|
類型 | 秘密的類型。 | 'SecureString' (必要) |
價值 | 安全字串的值。 | 字串 (必要) |
ServiceNowSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'ServiceNowSource' (必要) |
ServiceNowV2Source
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
表達 | 篩選來源數據的表達式。 | ExpressionV2 | ||
pageSize | 結果的頁面大小。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'ServiceNowV2Source' (必要) |
SetVariableActivity
名字 | 描述 | 價值 |
---|---|---|
政策 | 活動原則。 | SecureInputOutputPolicy |
類型 | 活動類型。 | 'SetVariable' (必要) |
typeProperties | 設定變數活動屬性。 | SetVariableActivityTypeProperties (必要) |
SetVariableActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
setSystemVariable | 如果設定為 true,則會設定管線執行傳回值。 | bool |
價值 | 要設定的值。 可以是靜態值或Expression。 | 任何 |
variableName | 需要設定其值之變數的名稱。 | 字串 |
SftpReadSettings
名字 | 描述 | 價值 |
---|---|---|
deleteFilesAfterCompletion | 指出複製完成之後是否需要刪除來源檔案。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
disableChunking | 如果為 true,請停用每個檔案內的平行讀取。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileListPath | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeEnd | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
modifiedDatetimeStart | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionRootPath | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞歸的 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'SftpReadSettings' (必要) |
wildcardFileName | Sftp 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath | Sftp 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
SftpWriteSettings
名字 | 描述 | 價值 |
---|---|---|
operationTimeout | 指定將每個區塊寫入 SFTP 伺服器的逾時。 默認值:01:00:00(一小時)。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 寫入設定類型。 | 'SftpWriteSettings' (必要) |
useTempFileRename | 上傳至暫存盤並重新命名。 如果您的 SFTP 伺服器不支援重新命名作業,請停用此選項。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
SharePointOnlineListSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
httpRequestTimeout | 從 SharePoint Online 取得回應的等候時間。 默認值為 5 分鐘(00:05:00)。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
查詢 | OData 查詢,用來篩選 SharePoint Online 清單中的數據。 例如,“$top=1”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
類型 | 複製來源類型。 | 'SharePointOnlineListSource' (必要) |
ShopifySource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'ShopifySource' (必要) |
SkipErrorFile
名字 | 描述 | 價值 |
---|---|---|
dataInconsistency | 如果來源/接收檔案由其他並行寫入變更,請略過 。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
fileMissing | 如果在複製期間由其他用戶端刪除檔案,請略過。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
SnowflakeExportCopyCommand
名字 | 描述 | 價值 |
---|---|---|
additionalCopyOptions | 直接傳遞至雪花式複製命令的其他複製選項。 類型:索引鍵值組(值應該是字串類型)(或具有 resultType 物件的 Expression)。 範例:“additionalCopyOptions”: { “DATE_FORMAT”: “MM/DD/YYYY”, “TIME_FORMAT”: “'HH24:MI:SS.FF'“ } | SnowflakeExportCopyCommandAdditionalCopyOptions |
additionalFormatOptions | 直接傳遞至雪花式複製命令的其他格式選項。 類型:索引鍵值組(值應該是字串類型)(或具有 resultType 物件的 Expression)。 範例:“additionalFormatOptions”: { “OVERWRITE”: “TRUE”, “MAX_FILE_SIZE”: “'FALSE'” } | SnowflakeExportCopyCommandAdditionalFormatOptions |
storageIntegration | 要用於複製作業的雪花記憶體整合名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 匯出設定類型。 | 字串 (必要) |
SnowflakeExportCopyCommandAdditionalCopyOptions
名字 | 描述 | 價值 |
---|
SnowflakeExportCopyCommandAdditionalFormatOptions
名字 | 描述 | 價值 |
---|
SnowflakeImportCopyCommand
名字 | 描述 | 價值 |
---|---|---|
additionalCopyOptions | 直接傳遞至雪花式複製命令的其他複製選項。 類型:索引鍵值組(值應該是字串類型)(或具有 resultType 物件的 Expression)。 範例:“additionalCopyOptions”: { “DATE_FORMAT”: “MM/DD/YYYY”, “TIME_FORMAT”: “'HH24:MI:SS.FF'“ } | SnowflakeImportCopyCommandAdditionalCopyOptions |
additionalFormatOptions | 直接傳遞至雪花式複製命令的其他格式選項。 類型:索引鍵值組(值應該是字串類型)(或具有 resultType 物件的 Expression)。 範例:“additionalFormatOptions”: { “FORCE”: “TRUE”, “LOAD_UNCERTAIN_FILES”: “'FALSE'” } | SnowflakeImportCopyCommandAdditionalFormatOptions |
storageIntegration | 要用於複製作業的雪花記憶體整合名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 匯入設定類型。 | 字串 (必要) |
SnowflakeImportCopyCommandAdditionalCopyOptions
名字 | 描述 | 價值 |
---|
SnowflakeImportCopyCommandAdditionalFormatOptions
名字 | 描述 | 價值 |
---|
SnowflakeSink
名字 | 描述 | 價值 |
---|---|---|
importSettings | Snowflake 匯入設定。 | SnowflakeImportCopyCommand |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'SnowflakeSink' (必要) |
SnowflakeSource
名字 | 描述 | 價值 |
---|---|---|
exportSettings | Snowflake 匯出設定。 | SnowflakeExportCopyCommand (必要) |
查詢 | Snowflake Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'SnowflakeSource' (必要) |
SnowflakeV2Sink
名字 | 描述 | 價值 |
---|---|---|
importSettings | Snowflake 匯入設定。 | SnowflakeImportCopyCommand |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'SnowflakeV2Sink' (必要) |
SnowflakeV2Source
名字 | 描述 | 價值 |
---|---|---|
exportSettings | Snowflake 匯出設定。 | SnowflakeExportCopyCommand (必要) |
查詢 | Snowflake Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製來源類型。 | 'SnowflakeV2Source' (必要) |
SparkConfigurationParametrizationReference
名字 | 描述 | 價值 |
---|---|---|
referenceName | 參考Spark組態名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
類型 | Spark 組態參考類型。 | 'SparkConfigurationReference' (必要) |
SparkSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SparkSource' (必要) |
SqlDWSink
名字 | 描述 | 價值 |
---|---|---|
allowCopyCommand | 指示使用複製命令將數據複製到 SQL 資料倉儲。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
allowPolyBase | 指出在適用的情況下,使用 PolyBase 將數據複製到 SQL 數據倉儲。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
copyCommandSettings | 當allowCopyCommand為 true 時,指定複製命令相關設定。 | DWCopyCommandSettings |
polyBaseSettings | 當allowPolyBase為 true 時,指定PolyBase相關設定。 | PolybaseSettings |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterUseTableLock | 是否要在大量複製期間使用數據表鎖定。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
tableOption | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'SqlDWSink' (必要) |
upsertSettings | SQL DW upsert 設定。 | SqlDWUpsertSettings |
writeBehavior | 將數據複製到 Azure SQL DW 時寫入行為。 類型:SqlDWriteBehaviorEnum (或 expression with resultType SqlDWriteBehaviorEnum) | 任何 |
SqlDWSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
isolationLevel | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionSettings | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sqlReaderQuery | SQL 數據倉儲讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
sqlReaderStoredProcedureName | SQL 數據倉儲來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 | ||
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 Type: object (或 Expression with resultType object), itemType: StoredProcedureParameter. | 任何 | ||
類型 | 複製來源類型。 | 'SqlDWSource' (必要) |
SqlDWUpsertSettings
名字 | 描述 | 價值 |
---|---|---|
interimSchemaName | 過渡數據表的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
鑰匙 | 唯一數據列識別的索引鍵數據行名稱。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
SqlMISink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterStoredProcedureName | SQL 寫入器預存程式名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterTableType | SQL 寫入器數據表類型。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterUseTableLock | 是否要在大量複製期間使用數據表鎖定。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
storedProcedureParameters | SQL 預存程式參數。 | 任何 |
storedProcedureTableTypeParameterName | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
tableOption | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'SqlMISink' (必要) |
upsertSettings | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior | 將數據複製到 Azure SQL MI 時的白色行為。 類型:string (或 expression with resultType string) | 任何 |
SqlMISource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
isolationLevel | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionSettings | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings | ||
produceAdditionalTypes | 要產生的其他類型。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sqlReaderQuery | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
sqlReaderStoredProcedureName | Azure SQL 受控實例來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 | ||
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 | ||
類型 | 複製來源類型。 | 'SqlMISource' (必要) |
SqlPartitionSettings
名字 | 描述 | 價值 |
---|---|---|
partitionColumnName | 整數或日期時間類型中的數據行名稱,將用於繼續數據分割。 如果未指定,則會自動偵測數據表的主鍵,並當做數據分割數據行使用。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound | 分割區範圍分割的數據分割數據行最小值。 這個值用來決定數據分割的步幅,而不是用於篩選數據表中的數據列。 數據表或查詢結果中的所有數據列都會進行分割和複製。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionUpperBound | 分割區範圍分割的數據分割數據行最大值。 這個值用來決定數據分割的步幅,而不是用於篩選數據表中的數據列。 數據表或查詢結果中的所有數據列都會進行分割和複製。 Type:string (或 expression with resultType string) 。 | 任何 |
SqlServerSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterStoredProcedureName | SQL 寫入器預存程式名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterTableType | SQL 寫入器數據表類型。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterUseTableLock | 是否要在大量複製期間使用數據表鎖定。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
storedProcedureParameters | SQL 預存程式參數。 | 任何 |
storedProcedureTableTypeParameterName | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
tableOption | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'SqlServerSink' (必要) |
upsertSettings | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior | 將數據複製到 sql Server 時寫入行為。 Type:string (或 expression with resultType string) 。 | 任何 |
SqlServerSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
isolationLevel | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionSettings | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings | ||
produceAdditionalTypes | 要產生的其他類型。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sqlReaderQuery | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
sqlReaderStoredProcedureName | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 | ||
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 | ||
類型 | 複製來源類型。 | 'SqlServerSource' (必要) |
SqlServerStoredProcedureActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'SqlServerStoredProcedure' (必要) |
typeProperties | SQL 預存程式活動屬性。 | SqlServerStoredProcedureActivityTypeProperties (必要) |
SqlServerStoredProcedureActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
storedProcedureName | 預存程式名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 |
SqlSink
名字 | 描述 | 價值 |
---|---|---|
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterStoredProcedureName | SQL 寫入器預存程式名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterTableType | SQL 寫入器數據表類型。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterUseTableLock | 是否要在大量複製期間使用數據表鎖定。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
storedProcedureParameters | SQL 預存程式參數。 | 任何 |
storedProcedureTableTypeParameterName | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
tableOption | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'SqlSink' (必要) |
upsertSettings | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior | 將數據複製到 sql 時寫入行為。 Type:string (或 expression with resultType string) 。 | 任何 |
SqlSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
isolationLevel | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionSettings | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sqlReaderQuery | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
sqlReaderStoredProcedureName | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 | ||
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 | ||
類型 | 複製來源類型。 | 'SqlSource' (必要) |
SqlUpsertSettings
名字 | 描述 | 價值 |
---|---|---|
interimSchemaName | 過渡數據表的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
鑰匙 | 唯一數據列識別的索引鍵數據行名稱。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
useTempDB | 指定是否要針對 upsert 過渡數據表使用暫存資料庫。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
SquareSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SquareSource' (必要) |
SsisAccessCredential
名字 | 描述 | 價值 |
---|---|---|
域 | Windows 驗證的網域。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
密碼 | Windows 驗證的密碼。 | SecretBase (必要) |
userName | 使用Name 進行 Windows 驗證。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisChildPackage
名字 | 描述 | 價值 |
---|---|---|
packageContent | 內嵌子封裝的內容。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
packageLastModifiedDate | 內嵌子封裝的上次修改日期。 | 字串 |
packageName | 內嵌子封裝的名稱。 | 字串 |
packagePath | 內嵌子封裝的路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisConnectionManager
名字 | 描述 | 價值 |
---|
SsisConnectionManager
名字 | 描述 | 價值 |
---|
SsisExecutionCredential
名字 | 描述 | 價值 |
---|---|---|
域 | Windows 驗證的網域。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
密碼 | Windows 驗證的密碼。 | SecureString (必要) |
userName | 使用Name 進行 Windows 驗證。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisExecutionParameter
名字 | 描述 | 價值 |
---|---|---|
價值 | SSIS 套件執行參數值。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisLogLocation
名字 | 描述 | 價值 |
---|---|---|
logPath | SSIS 套件執行記錄檔路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
類型 | SSIS 記錄位置的類型。 | 'File' (必要) |
typeProperties | SSIS 套件執行記錄檔位置屬性。 | SsisLogLocationTypeProperties (必要) |
SsisLogLocationTypeProperties
名字 | 描述 | 價值 | ||
---|---|---|---|---|
accessCredential | 封裝執行記錄存取認證。 | SsisAccessCredential | ||
logRefreshInterval | 指定要重新整理記錄的間隔。 默認間隔為 5 分鐘。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
SsisPackageLocation
名字 | 描述 | 價值 |
---|---|---|
packagePath | SSIS 套件路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | SSIS 套件位置的類型。 | 'File' 'InlinePackage' 'PackageStore' 'SSISDB' |
typeProperties | SSIS 套件位置屬性。 | SsisPackageLocationTypeProperties |
SsisPackageLocationTypeProperties
名字 | 描述 | 價值 |
---|---|---|
accessCredential | 套件存取認證。 | SsisAccessCredential |
childPackages | 內嵌子封裝清單。 | SsisChildPackage[] |
configurationAccessCredential | 組態檔存取認證。 | SsisAccessCredential |
configurationPath | 封裝執行的組態檔。 Type:string (或 expression with resultType string) 。 | 任何 |
packageContent | 內嵌套件內容。 Type:string (或 expression with resultType string) 。 | 任何 |
packageLastModifiedDate | 內嵌套件上次修改日期。 | 字串 |
packageName | 套件名稱。 | 字串 |
packagePassword | 封裝的密碼。 | SecretBase |
SsisPropertyOverride
名字 | 描述 | 價值 |
---|---|---|
isSensitive | SSIS 套件屬性覆寫值是否為敏感數據。 如果值為 true,則會在 SSISDB 中加密值 | bool |
價值 | SSIS 封裝屬性覆寫值。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
StagingSettings
名字 | 描述 | 價值 |
---|---|---|
enableCompression | 指定是否要在透過過渡暫存複製數據時使用壓縮。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
linkedServiceName | 暫存連結服務參考。 | LinkedServiceReference (必要) |
路徑 | 用來儲存過渡數據之記憶體的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
StoreReadSettings
名字 | 描述 | 價值 |
---|---|---|
disableMetricsCollection | 如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
maxConcurrentConnections | 源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
類型 | 針對 AmazonS3CompatibleReadSettings 類型設定為 'AmazonS3CompatibleReadSettings',。 針對 AmazonS3ReadSettings 類型設定為 'AmazonS3ReadSettings',。 針對 azureBlobFSReadSettings 類型設定為 'AzureBlobFSReadSettings',。 針對 azureBlobStorageReadSettings 類型 設定為 'AzureBlobStorageReadSettings',。 針對 azureDataLakeStoreReadSettings 類型 設定為 'AzureDataLakeStoreReadSettings',。 針對 AzureFileStorageReadSettings 類型設定為 'AzureFileStorageReadSettings',。 針對 fileServerReadSettings 類型 FileServerReadSettings設定為 'FileServerReadSettings'。 針對 ftpReadSettings 類型設定為 'FtpReadSettings',。 針對 GoogleCloudStorageReadSettings 類型設定為 'GoogleCloudStorageReadSettings',。 針對 hdfsReadSettings 類型 設定為 'HdfsReadSettings',。 針對 HTTPReadSettings 類型設定為 『HttpReadSettings』,。 將 類型設定為 'LakeHouseReadSettings',LakeHouseReadSettings。 針對 OracleCloudStorageReadSettings 類型設定為 'OracleCloudStorageReadSettings',。 針對 SftpReadSettings 類型 設定為 'SftpReadSettings',。 | 'AmazonS3CompatibleReadSettings' 'AmazonS3ReadSettings' 'AzureBlobFSReadSettings' 'AzureBlobStorageReadSettings' 'AzureDataLakeStoreReadSettings' 'AzureFileStorageReadSettings' 'FileServerReadSettings' 'FtpReadSettings' 'GoogleCloudStorageReadSettings' 'HdfsReadSettings' 'HttpReadSettings' 'LakeHouseReadSettings' 'OracleCloudStorageReadSettings' 'SftpReadSettings' (必要) |
StoreWriteSettings
名字 | 描述 | 價值 |
---|---|---|
copyBehavior | 複製接收的複製行為類型。 | 任何 |
disableMetricsCollection | 如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
maxConcurrentConnections | 源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
元數據 | 指定要新增至接收數據的自定義元數據。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | MetadataItem[] |
類型 | 針對 azureBlobFSWriteSettings 類型 設定為 'AzureBlobFSWriteSettings',。 針對 azureBlobStorageWriteSettings 類型 設定為 'AzureBlobStorageWriteSettings',。 針對 azureDataLakeStoreWriteSettings 類型 設定為 'AzureDataLakeStoreWriteSettings',。 將 類型設定為 'AzureFileStorageWriteSettings',AzureFileStorageWriteSettings。 針對 fileServerWriteSettings 類型 設定為 'FileServerWriteSettings',。 針對 lakeHouseWriteSettings 類型設定為 'LakeHouseWriteSettings',。 針對 sftpWriteSettings 類型 設定為 'SftpWriteSettings',。 | 'AzureBlobFSWriteSettings' 'AzureBlobStorageWriteSettings' 'AzureDataLakeStoreWriteSettings' 'AzureFileStorageWriteSettings' 'FileServerWriteSettings' 'LakeHouseWriteSettings' 'SftpWriteSettings' (必要) |
SwitchActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'Switch' (必要) |
typeProperties | 切換活動屬性。 | SwitchActivityTypeProperties (必要) |
SwitchActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
例 | 對應至 『on』 屬性值的案例清單。 這是選擇性屬性,如果未提供,活動將會執行 defaultActivities 中提供的活動。 | SwitchCase[] |
defaultActivities | 如果未滿足案例條件,要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 | 活動[] |
上 | 評估為字串或整數的表達式。 這會用來判斷將執行的活動區塊。 | 表示式 (必要) |
SwitchCase
名字 | 描述 | 價值 |
---|---|---|
活動 | 要針對符合案例條件執行的活動清單。 | 活動[] |
價值 | 符合 『on』 屬性表示式結果的預期值。 | 字串 |
SybaseSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'SybaseSource' (必要) |
SynapseNotebookActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'SynapseNotebook' (必要) |
typeProperties | 執行 Synapse 筆記本活動屬性。 | SynapseNotebookActivityTypeProperties (必要) |
SynapseNotebookActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
conf | Spark 組態屬性,這會覆寫您提供的筆記本 'conf'。 | 任何 |
configurationType | Spark 組態的類型。 | 'Artifact' 'Customized' 'Default' |
driverSize | 要用於會話指定 Spark 集區中配置之驅動程式的核心和記憶體數目,用於覆寫您提供的筆記本的 'driverCores' 和 'driverMemory'。 Type:string (或 expression with resultType string) 。 | 任何 |
executorSize | 要用於會話指定 Spark 集區中配置之執行程式的核心和記憶體數目,用於覆寫您提供的筆記本的 'executorCores' 和 'executorMemory'。 Type:string (或 expression with resultType string) 。 | 任何 |
筆記本 | Synapse 筆記本參考。 | SynapseNotebookReference (必要) |
numExecutors | 要針對此工作階段啟動的執行程式數目,這會覆寫您提供的筆記本 'numExecutors'。 類型:integer (或 expression with resultType integer) 。 | 任何 |
參數 | 筆記本參數。 | SynapseNotebookActivityTypePropertiesParameters |
sparkConfig | Spark 組態屬性。 | SynapseNotebookActivityTypePropertiesSparkConfig |
sparkPool | 將用來執行筆記本的巨量數據集區名稱。 | BigDataPoolParametrizationReference |
targetSparkConfiguration | Spark 作業的Spark組態。 | SparkConfigurationParametrizationReference |
SynapseNotebookActivityTypePropertiesParameters
名字 | 描述 | 價值 |
---|
SynapseNotebookActivityTypePropertiesSparkConfig
名字 | 描述 | 價值 |
---|
SynapseNotebookReference
名字 | 描述 | 價值 |
---|---|---|
referenceName | 參考筆記本名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
類型 | Synapse Notebook 參考類型。 | 'NotebookReference' (必要) |
SynapseSparkJobActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
args | 使用者指定的 SynapseSparkJobDefinitionActivity 自變數。 | any[] |
className | 主要定義檔案中的完整標識碼或主要類別,其會覆寫您提供的spark作業定義的 『className』。 Type:string (或 expression with resultType string) 。 | 任何 |
conf | Spark 組態屬性,將會覆寫您提供的 Spark 作業定義的 'conf'。 | 任何 |
configurationType | Spark 組態的類型。 | 'Artifact' 'Customized' 'Default' |
driverSize | 要用於指定 Spark 集區中針對作業配置之驅動程式的核心和記憶體數目,將用於覆寫您提供的 Spark 作業定義的 'driverCores' 和 'driverMemory'。 Type:string (或 expression with resultType string) 。 | 任何 |
executorSize | 要用於指定 Spark 集區中針對作業配置之執行程式的核心和記憶體數目,將用於覆寫您提供的 Spark 作業定義的 'executorCores' 和 'executorMemory'。 Type:string (或 expression with resultType string) 。 | 任何 |
檔 | 用於作業的主要檔案,這會覆寫您提供的Spark作業定義的 『file』。 Type:string (或 expression with resultType string) 。 | 任何 |
檔 | (已被取代。請使用 pythonCodeReference 和 filesV2) 主要定義檔中用於參考的其他檔案,這會覆寫您提供的 Spark 作業定義的 'files'。 | any[] |
filesV2 | 用於主要定義檔案中參考的其他檔案,這會覆寫您提供的Spark作業定義的 'jars' 和 'files'。 | any[] |
numExecutors | 要針對此作業啟動的執行程式數目,這會覆寫您提供的Spark作業定義的 'numExecutors'。 類型:integer (或 expression with resultType integer) 。 | 任何 |
pythonCodeReference | 用於主要定義檔中參考的其他 Python 程式代碼檔案,這會覆寫您提供的 Spark 作業定義的 'pyFiles'。 | any[] |
scanFolder | 從主要定義檔案的根資料夾掃描子資料夾,這些檔案將會新增為參考檔案。 系統會掃描名為 『jars』、'pyFiles'、'files' 或 'archive' 的資料夾,而且資料夾名稱會區分大小寫。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
sparkConfig | Spark 組態屬性。 | SynapseSparkJobActivityTypePropertiesSparkConfig |
sparkJob | Synapse spark 作業參考。 | SynapseSparkJobReference (必要) |
targetBigDataPool | 巨量數據集區的名稱,將用來執行 Spark 批次作業,這會覆寫您提供的 Spark 作業定義的 'targetBigDataPool'。 | BigDataPoolParametrizationReference |
targetSparkConfiguration | Spark 作業的Spark組態。 | SparkConfigurationParametrizationReference |
SynapseSparkJobActivityTypePropertiesSparkConfig
名字 | 描述 | 價值 |
---|
SynapseSparkJobDefinitionActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'SparkJob' (必要) |
typeProperties | 執行Spark作業活動屬性。 | SynapseSparkJobActivityTypeProperties (必要) |
SynapseSparkJobReference
名字 | 描述 | 價值 |
---|---|---|
referenceName | 參考 Spark 作業名稱。 具有 resultType 字串的運算式。 | 任何 (必要) |
類型 | Synapse spark 作業參考類型。 | 'SparkJobDefinitionReference' (必要) |
TarGZipReadSettings
名字 | 描述 | 價值 |
---|---|---|
preserveCompressionFileNameAsFolder | 將壓縮檔名保留為資料夾路徑。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | [壓縮] 設定類型。 | 'TarGZipReadSettings' (必要) |
TarReadSettings
名字 | 描述 | 價值 |
---|---|---|
preserveCompressionFileNameAsFolder | 將壓縮檔名保留為資料夾路徑。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | [壓縮] 設定類型。 | 'TarReadSettings' (必要) |
TeradataPartitionSettings
名字 | 描述 | 價值 |
---|---|---|
partitionColumnName | 將用於繼續範圍或哈希分割的數據行名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionUpperBound | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
TeradataSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
partitionOption | 將用於平行讀取 teradata 的數據分割機制。 可能的值包括:「None」、“Hash” “DynamicRange” | 任何 | ||
partitionSettings | 將用於 teradata 來源資料分割的設定。 | TeradataPartitionSettings | ||
查詢 | Teradata 查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'TeradataSource' (必要) |
UntilActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'Until' (必要) |
typeProperties | 直到活動屬性為止。 | UntilActivityTypeProperties (必要) |
UntilActivityTypeProperties
名字 | 描述 | 價值 | ||
---|---|---|---|---|
活動 | 要執行的活動清單。 | 活動[] (必要) | ||
表達 | 評估為布爾值的表達式。 迴圈會繼續執行,直到此表達式評估為 true 為止 | 表示式 (必要) | ||
超時 | 指定要執行之活動的逾時。 如果沒有指定任何值,則會使用預設為 1 周的 TimeSpan.FromDays(7) 值。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
UserProperty
名字 | 描述 | 價值 |
---|---|---|
名字 | 用戶屬性名稱。 | 字串 (必要) |
價值 | 用戶屬性值。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
ValidationActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'Validation' (必要) |
typeProperties | 驗證活動屬性。 | ValidationActivityTypeProperties (必要) |
ValidationActivityTypeProperties
名字 | 描述 | 價值 | ||
---|---|---|---|---|
childItems | 如果數據集指向資料夾,可以使用。 如果設定為 true,資料夾必須至少有一個檔案。 如果設定為 false,資料夾必須是空的。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
數據 | 驗證活動數據集參考。 | DatasetReference (必要) | ||
minimumSize | 如果數據集指向檔案,可以使用。 檔案的大小必須大於或等於指定的值。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
睡 | 驗證嘗試之間的延遲以秒為單位。 如果未指定任何值,則會使用10秒做為預設值。 類型:integer (或 expression with resultType integer) 。 | 任何 | ||
超時 | 指定要執行之活動的逾時。 如果沒有指定任何值,則會使用預設為 1 周的 TimeSpan.FromDays(7) 值。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
VariableDefinitionSpecification
名字 | 描述 | 價值 |
---|
VariableSpecification
名字 | 描述 | 價值 |
---|---|---|
defaultValue | 變數的預設值。 | 任何 |
類型 | 變數類型。 | 'Array' 'Bool' 'String' (必要) |
VerticaSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'VerticaSource' (必要) |
WaitActivity
名字 | 描述 | 價值 |
---|---|---|
類型 | 活動類型。 | 'Wait' (必要) |
typeProperties | 等候活動屬性。 | WaitActivityTypeProperties (必要) |
WaitActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
waitTimeInSeconds | 持續時間以秒為單位。 類型:integer (或 expression with resultType integer) 。 | 任何 (必要) |
WarehouseSink
名字 | 描述 | 價值 |
---|---|---|
allowCopyCommand | 指示使用複製命令將數據複製到 SQL 資料倉儲。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
copyCommandSettings | 當allowCopyCommand為 true 時,指定複製命令相關設定。 | DWCopyCommandSettings |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
tableOption | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 複製接收類型。 | 'WarehouseSink' (必要) |
writeBehavior | 將數據複製到 azure Microsoft Fabric 數據倉儲時,寫入行為。 類型:DWWriteBehaviorEnum (或 expression with resultType DWWriteBehaviorEnum) | 任何 |
WarehouseSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
isolationLevel | 指定Microsoft網狀架構倉儲來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 | ||
partitionOption | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 | 任何 | ||
partitionSettings | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
sqlReaderQuery | Microsoft網狀架構倉儲讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
sqlReaderStoredProcedureName | Microsoft網狀架構倉儲來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 | ||
storedProcedureParameters | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 Type: object (或 Expression with resultType object), itemType: StoredProcedureParameter. | 任何 | ||
類型 | 複製來源類型。 | 'WarehouseSource' (必要) |
WebActivity
名字 | 描述 | 價值 |
---|---|---|
linkedServiceName | 鏈接的服務參考。 | LinkedServiceReference |
政策 | 活動原則。 | ActivityPolicy |
類型 | 活動類型。 | 'WebActivity' (必要) |
typeProperties | Web 活動屬性。 | WebActivityTypeProperties (必要) |
WebActivityAuthentication
名字 | 描述 | 價值 |
---|---|---|
憑據 | 包含驗證資訊的認證參考。 | CredentialReference |
密碼 | PFX 檔案的密碼或基本身份驗證/密碼用於 ServicePrincipal 時 | SecretBase |
pfx | 用於 ServicePrincipal 時,PFX 檔案或憑證的 Base64 編碼內容 | SecretBase |
資源 | 使用 MSI 驗證時,將會要求 Azure 驗證令牌的資源。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | Web 活動驗證 (Basic/ClientCertificate/MSI/ServicePrincipal) | 字串 |
username | 用於 ServicePrincipal 時,基本身份驗證或 ClientID 的 Web 活動驗證用戶名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
userTenant | 使用 ServicePrincipal Authentication 時,將會要求 Azure 驗證令牌的 TenantId。 Type:string (或 expression with resultType string) 。 | 任何 |
WebActivityTypeProperties
名字 | 描述 | 價值 |
---|---|---|
認證 | 用於呼叫端點的驗證方法。 | WebActivityAuthentication |
身體 | 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 expression with resultType 字串串的表達式)。 | 任何 |
connectVia | 整合運行時間參考。 | IntegrationRuntimeReference |
數據 | 傳遞至 Web 端點的數據集清單。 | DatasetReference[] |
disableCertValidation | 設定為 true 時,將會停用憑證驗證。 | bool |
頭 | 表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 Type:string (或 expression with resultType string) 。 | WebActivityTypePropertiesHeaders |
httpRequestTimeout | HTTP 要求取得回應的逾時。 格式為 TimeSpan (hh:mm:ss)。 此值是取得回應的逾時,而不是活動逾時。 默認值為 00:01:00 (1 分鐘)。 範圍從 1 到 10 分鐘 | 任何 |
linkedServices | 傳遞至 Web 端點的連結服務清單。 | LinkedServiceReference[] |
方法 | 目標端點的 Rest API 方法。 | 'DELETE' 'GET' 'POST' 'PUT' (必要) |
turnOffAsync | 在 HTTP 202 回應的響應標頭中指定的位置停用叫用 HTTP GET 的選項。 如果設定為 true,它會停止在響應標頭中指定的 HTTP 位置上叫用 HTTP GET。 如果設定 false,則會繼續在 HTTP 回應標頭中指定的位置上叫用 HTTP GET 呼叫。 | bool |
url | Web 活動目標端點和路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
WebActivityTypePropertiesHeaders
名字 | 描述 | 價值 |
---|
WebHookActivity
名字 | 描述 | 價值 |
---|---|---|
政策 | 活動原則。 | SecureInputOutputPolicy |
類型 | 活動類型。 | 'WebHook' (必要) |
typeProperties | WebHook 活動屬性。 | WebHookActivityTypeProperties (必要) |
WebHookActivityTypeProperties
名字 | 描述 | 價值 | ||
---|---|---|---|---|
認證 | 用於呼叫端點的驗證方法。 | WebActivityAuthentication | ||
身體 | 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 expression with resultType 字串串的表達式)。 | 任何 | ||
頭 | 表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 Type:string (或 expression with resultType string) 。 | WebHookActivityTypePropertiesHeaders | ||
方法 | 目標端點的 Rest API 方法。 | 'POST' (必要) | ||
reportStatusOnCallBack | 當設定為 true 時,活動會取用回呼要求本文中的 statusCode、輸出和錯誤。 您可以在回呼要求中設定 statusCode >= 400,將活動標示為失敗。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 | ||
超時 | 應該在其中呼叫 Webhook 的逾時。 如果沒有指定任何值,則預設為10分鐘。 類型:字串。 模式:(\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 字串 |
url | WebHook 活動目標端點和路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
WebHookActivityTypePropertiesHeaders
名字 | 描述 | 價值 |
---|
WebSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
類型 | 複製來源類型。 | 'WebSource' (必要) |
XeroSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'XeroSource' (必要) |
XmlReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
detectDataType | 指出讀取 xml 檔案時,是否啟用類型偵測。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
namespacePrefixes | 啟用命名空間時,要覆寫數據行名稱中前置詞的命名空間 URI,如果命名空間 URI 未定義任何前置詞,則會使用 xml 數據檔中的 xml 元素/屬性名稱前置詞。 範例:“{”http://www.example.com/xml":“prefix”}“ Type: object (或 expression with resultType 物件)。 | 任何 |
namespaces | 指出讀取 xml 檔案時是否啟用命名空間。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 'XmlReadSettings' (必要) |
validationMode | 指出讀取 xml 檔案時所使用的驗證方法。 允許的值:『none』、『xsd』或 『dtd』。 Type:string (或 expression with resultType string) 。 | 任何 |
XmlReadSettings
名字 | 描述 | 價值 |
---|---|---|
compressionProperties | 壓縮設定。 | CompressionReadSettings |
detectDataType | 指出讀取 xml 檔案時,是否啟用類型偵測。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
namespacePrefixes | 啟用命名空間時,要覆寫數據行名稱中前置詞的命名空間 URI,如果命名空間 URI 未定義任何前置詞,則會使用 xml 數據檔中的 xml 元素/屬性名稱前置詞。 範例:“{”http://www.example.com/xml":“prefix”}“ Type: object (或 expression with resultType 物件)。 | 任何 |
namespaces | 指出讀取 xml 檔案時是否啟用命名空間。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 讀取設定類型。 | 字串 (必要) |
validationMode | 指出讀取 xml 檔案時所使用的驗證方法。 允許的值:『none』、『xsd』或 『dtd』。 Type:string (或 expression with resultType string) 。 | 任何 |
XmlSource
名字 | 描述 | 價值 |
---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | Xml 格式設定。 | XmlReadSettings |
storeSettings | Xml 存放區設定。 | StoreReadSettings |
類型 | 複製來源類型。 | 'XmlSource' (必要) |
ZipDeflateReadSettings
名字 | 描述 | 價值 |
---|---|---|
preserveZipFileNameAsFolder | 將 zip 檔名保留為資料夾路徑。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | [壓縮] 設定類型。 | 'ZipDeflateReadSettings' (必要) |
ZohoSource
名字 | 描述 | 價值 | ||
---|---|---|---|---|
additionalColumns | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 | ||
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 | ||
queryTimeout | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60 | ([0-5][0-9])):(60 | ([0-5][0-9])). | 任何 |
類型 | 複製來源類型。 | 'ZohoSource' (必要) |