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(...)
}
]
type: 'string'
// For remaining properties, see Activity objects
}
]
annotations: [
any(...)
]
concurrency: int
description: 'string'
folder: {
name: 'string'
}
parameters: {
{customized property}: {
defaultValue: any(...)
type: 'string'
}
}
policy: {
elapsedTimeMetric: {
duration: any(...)
}
}
runDimensions: {
{customized property}: any(...)
}
variables: {
{customized property}: {
defaultValue: any(...)
type: 'string'
}
}
}
}
CopySink 物件
設定 類型 屬性,以指定物件的類型。
針對 AvroSink,請使用:
{
formatSettings: {
fileNamePrefix: any(...)
maxRowsPerFile: any(...)
recordName: 'string'
recordNamespace: 'string'
type: 'string'
}
storeSettings: {
copyBehavior: any(...)
disableMetricsCollection: any(...)
maxConcurrentConnections: any(...)
metadata: [
{
name: any(...)
value: any(...)
}
]
type: 'string'
// For remaining properties, see StoreWriteSettings objects
}
type: 'AvroSink'
}
針對 AzureBlobFSSink,請使用:
{
copyBehavior: any(...)
metadata: [
{
name: any(...)
value: any(...)
}
]
type: 'AzureBlobFSSink'
}
針對 AzureDataExplorerSink,請使用:
{
flushImmediately: any(...)
ingestionMappingAsJson: any(...)
ingestionMappingName: any(...)
type: 'AzureDataExplorerSink'
}
針對 AzureDataLakeStoreSink,請使用:
{
copyBehavior: any(...)
enableAdlsSingleFileParallel: any(...)
type: 'AzureDataLakeStoreSink'
}
針對 AzureDatabricksDeltaLakeSink,請使用:
{
importSettings: {
dateFormat: any(...)
timestampFormat: any(...)
type: 'string'
}
preCopyScript: any(...)
type: 'AzureDatabricksDeltaLakeSink'
}
針對 AzureMySqlSink,請使用:
{
preCopyScript: any(...)
type: 'AzureMySqlSink'
}
針對 AzurePostgreSqlSink,請使用:
{
preCopyScript: any(...)
type: 'AzurePostgreSqlSink'
upsertSettings: {
keys: any(...)
}
writeMethod: 'string'
}
針對 AzureQueueSink,請使用:
{
type: 'AzureQueueSink'
}
針對 AzureSearchIndexSink,請使用:
{
type: 'AzureSearchIndexSink'
writeBehavior: 'string'
}
針對 AzureSqlSink,請使用:
{
preCopyScript: any(...)
sqlWriterStoredProcedureName: any(...)
sqlWriterTableType: any(...)
sqlWriterUseTableLock: any(...)
storedProcedureParameters: any(...)
storedProcedureTableTypeParameterName: any(...)
tableOption: any(...)
type: 'AzureSqlSink'
upsertSettings: {
interimSchemaName: any(...)
keys: any(...)
useTempDB: any(...)
}
writeBehavior: any(...)
}
針對 AzureTableSink,請使用:
{
azureTableDefaultPartitionKeyValue: any(...)
azureTableInsertType: any(...)
azureTablePartitionKeyName: any(...)
azureTableRowKeyName: any(...)
type: 'AzureTableSink'
}
針對 BinarySink,請使用:
{
storeSettings: {
copyBehavior: any(...)
disableMetricsCollection: any(...)
maxConcurrentConnections: any(...)
metadata: [
{
name: any(...)
value: any(...)
}
]
type: 'string'
// For remaining properties, see StoreWriteSettings objects
}
type: 'BinarySink'
}
針對 BlobSink,請使用:
{
blobWriterAddHeader: any(...)
blobWriterDateTimeFormat: any(...)
blobWriterOverwriteFiles: any(...)
copyBehavior: any(...)
metadata: [
{
name: any(...)
value: any(...)
}
]
type: 'BlobSink'
}
針對 CommonDataServiceForAppsSink,請使用:
{
alternateKeyName: any(...)
bypassBusinessLogicExecution: any(...)
bypassPowerAutomateFlows: any(...)
ignoreNullValues: any(...)
type: 'CommonDataServiceForAppsSink'
writeBehavior: 'string'
}
針對 CosmosDbMongoDbApiSink,請使用:
{
type: 'CosmosDbMongoDbApiSink'
writeBehavior: any(...)
}
針對 CosmosDbSqlApiSink,請使用:
{
type: 'CosmosDbSqlApiSink'
writeBehavior: any(...)
}
針對 DelimitedTextSink,請使用:
{
formatSettings: {
fileExtension: any(...)
fileNamePrefix: any(...)
maxRowsPerFile: any(...)
quoteAllText: any(...)
type: 'string'
}
storeSettings: {
copyBehavior: any(...)
disableMetricsCollection: any(...)
maxConcurrentConnections: any(...)
metadata: [
{
name: any(...)
value: any(...)
}
]
type: 'string'
// For remaining properties, see StoreWriteSettings objects
}
type: 'DelimitedTextSink'
}
針對 DocumentDbCollectionSink,請使用:
{
nestingSeparator: any(...)
type: 'DocumentDbCollectionSink'
writeBehavior: any(...)
}
針對 DynamicsCrmSink,請使用:
{
alternateKeyName: any(...)
bypassBusinessLogicExecution: any(...)
bypassPowerAutomateFlows: any(...)
ignoreNullValues: any(...)
type: 'DynamicsCrmSink'
writeBehavior: 'string'
}
針對 DynamicsSink,請使用:
{
alternateKeyName: any(...)
bypassBusinessLogicExecution: any(...)
bypassPowerAutomateFlows: any(...)
ignoreNullValues: any(...)
type: 'DynamicsSink'
writeBehavior: 'string'
}
針對 FileSystemSink,請使用:
{
copyBehavior: any(...)
type: 'FileSystemSink'
}
針對 IcebergSink,請使用:
{
formatSettings: {
type: 'string'
}
storeSettings: {
copyBehavior: any(...)
disableMetricsCollection: any(...)
maxConcurrentConnections: any(...)
metadata: [
{
name: any(...)
value: any(...)
}
]
type: 'string'
// For remaining properties, see StoreWriteSettings objects
}
type: 'IcebergSink'
}
針對 InformixSink,請使用:
{
preCopyScript: any(...)
type: 'InformixSink'
}
針對 JsonSink,請使用:
{
formatSettings: {
filePattern: any(...)
type: 'string'
}
storeSettings: {
copyBehavior: any(...)
disableMetricsCollection: any(...)
maxConcurrentConnections: any(...)
metadata: [
{
name: any(...)
value: any(...)
}
]
type: 'string'
// For remaining properties, see StoreWriteSettings objects
}
type: 'JsonSink'
}
針對 LakeHouseTableSink,請使用:
{
partitionNameList: any(...)
partitionOption: any(...)
tableActionOption: any(...)
type: 'LakeHouseTableSink'
}
針對 MicrosoftAccessSink,請使用:
{
preCopyScript: any(...)
type: 'MicrosoftAccessSink'
}
針對 MongoDbAtlasSink,請使用:
{
type: 'MongoDbAtlasSink'
writeBehavior: any(...)
}
針對 MongoDbV2Sink,請使用:
{
type: 'MongoDbV2Sink'
writeBehavior: any(...)
}
針對 OdbcSink,請使用:
{
preCopyScript: any(...)
type: 'OdbcSink'
}
針對 OracleSink,請使用:
{
preCopyScript: any(...)
type: 'OracleSink'
}
針對 OrcSink,請使用:
{
formatSettings: {
fileNamePrefix: any(...)
maxRowsPerFile: any(...)
type: 'string'
}
storeSettings: {
copyBehavior: any(...)
disableMetricsCollection: any(...)
maxConcurrentConnections: any(...)
metadata: [
{
name: any(...)
value: any(...)
}
]
type: 'string'
// For remaining properties, see StoreWriteSettings objects
}
type: 'OrcSink'
}
針對 ParquetSink,請使用:
{
formatSettings: {
fileNamePrefix: any(...)
maxRowsPerFile: any(...)
type: 'string'
}
storeSettings: {
copyBehavior: any(...)
disableMetricsCollection: any(...)
maxConcurrentConnections: any(...)
metadata: [
{
name: any(...)
value: any(...)
}
]
type: 'string'
// For remaining properties, see StoreWriteSettings objects
}
type: 'ParquetSink'
}
針對 RestSink,請使用:
{
additionalHeaders: any(...)
httpCompressionType: any(...)
httpRequestTimeout: any(...)
requestInterval: any(...)
requestMethod: any(...)
type: 'RestSink'
}
針對 SalesforceServiceCloudSink,請使用:
{
externalIdFieldName: any(...)
ignoreNullValues: any(...)
type: 'SalesforceServiceCloudSink'
writeBehavior: 'string'
}
針對 SalesforceServiceCloudV2Sink,請使用:
{
externalIdFieldName: any(...)
ignoreNullValues: any(...)
type: 'SalesforceServiceCloudV2Sink'
writeBehavior: 'string'
}
針對 SalesforceSink,請使用:
{
externalIdFieldName: any(...)
ignoreNullValues: any(...)
type: 'SalesforceSink'
writeBehavior: 'string'
}
針對 SalesforceV2Sink,請使用:
{
externalIdFieldName: any(...)
ignoreNullValues: any(...)
type: 'SalesforceV2Sink'
writeBehavior: 'string'
}
針對 SapCloudForCustomerSink,請使用:
{
httpRequestTimeout: any(...)
type: 'SapCloudForCustomerSink'
writeBehavior: 'string'
}
針對 SnowflakeSink,請使用:
{
importSettings: {
additionalCopyOptions: {
{customized property}: any(...)
}
additionalFormatOptions: {
{customized property}: any(...)
}
storageIntegration: any(...)
type: 'string'
}
preCopyScript: any(...)
type: 'SnowflakeSink'
}
針對 SnowflakeV2Sink,請使用:
{
importSettings: {
additionalCopyOptions: {
{customized property}: any(...)
}
additionalFormatOptions: {
{customized property}: any(...)
}
storageIntegration: any(...)
type: 'string'
}
preCopyScript: any(...)
type: 'SnowflakeV2Sink'
}
針對 SqlDWSink,請使用:
{
allowCopyCommand: any(...)
allowPolyBase: any(...)
copyCommandSettings: {
additionalOptions: {
{customized property}: 'string'
}
defaultValues: [
{
columnName: any(...)
defaultValue: any(...)
}
]
}
polyBaseSettings: {
rejectSampleValue: any(...)
rejectType: 'string'
rejectValue: any(...)
useTypeDefault: any(...)
}
preCopyScript: any(...)
sqlWriterUseTableLock: any(...)
tableOption: any(...)
type: 'SqlDWSink'
upsertSettings: {
interimSchemaName: any(...)
keys: any(...)
}
writeBehavior: any(...)
}
針對 SqlMISink,請使用:
{
preCopyScript: any(...)
sqlWriterStoredProcedureName: any(...)
sqlWriterTableType: any(...)
sqlWriterUseTableLock: any(...)
storedProcedureParameters: any(...)
storedProcedureTableTypeParameterName: any(...)
tableOption: any(...)
type: 'SqlMISink'
upsertSettings: {
interimSchemaName: any(...)
keys: any(...)
useTempDB: any(...)
}
writeBehavior: any(...)
}
針對 SqlServerSink,請使用:
{
preCopyScript: any(...)
sqlWriterStoredProcedureName: any(...)
sqlWriterTableType: any(...)
sqlWriterUseTableLock: any(...)
storedProcedureParameters: any(...)
storedProcedureTableTypeParameterName: any(...)
tableOption: any(...)
type: 'SqlServerSink'
upsertSettings: {
interimSchemaName: any(...)
keys: any(...)
useTempDB: any(...)
}
writeBehavior: any(...)
}
針對 SqlSink,請使用:
{
preCopyScript: any(...)
sqlWriterStoredProcedureName: any(...)
sqlWriterTableType: any(...)
sqlWriterUseTableLock: any(...)
storedProcedureParameters: any(...)
storedProcedureTableTypeParameterName: any(...)
tableOption: any(...)
type: 'SqlSink'
upsertSettings: {
interimSchemaName: any(...)
keys: any(...)
useTempDB: any(...)
}
writeBehavior: any(...)
}
針對 TeradataSink,請使用:
{
importSettings: {
additionalFormatOptions: any(...)
type: 'string'
}
type: 'TeradataSink'
}
針對 WarehouseSink,請使用:
{
allowCopyCommand: any(...)
copyCommandSettings: {
additionalOptions: {
{customized property}: 'string'
}
defaultValues: [
{
columnName: any(...)
defaultValue: any(...)
}
]
}
preCopyScript: any(...)
tableOption: any(...)
type: 'WarehouseSink'
writeBehavior: any(...)
}
活動物件
設定 類型 屬性,以指定物件的類型。
針對 AppendVariable,請使用:
{
type: 'AppendVariable'
typeProperties: {
value: any(...)
variableName: 'string'
}
}
針對 AzureDataExplorerCommand,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'AzureDataExplorerCommand'
typeProperties: {
command: any(...)
commandTimeout: any(...)
}
}
針對 AzureFunctionActivity,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'AzureFunctionActivity'
typeProperties: {
body: any(...)
functionName: any(...)
headers: {
{customized property}: any(...)
}
method: 'string'
}
}
針對 AzureMLBatchExecution,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'AzureMLBatchExecution'
typeProperties: {
globalParameters: {
{customized property}: any(...)
}
webServiceInputs: {
{customized property}: {
filePath: any(...)
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
}
}
webServiceOutputs: {
{customized property}: {
filePath: any(...)
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
}
}
}
}
針對 AzureMLExecutePipeline,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'AzureMLExecutePipeline'
typeProperties: {
continueOnStepFailure: any(...)
dataPathAssignments: any(...)
experimentName: any(...)
mlParentRunId: any(...)
mlPipelineEndpointId: any(...)
mlPipelineId: any(...)
mlPipelineParameters: any(...)
version: any(...)
}
}
針對 AzureMLUpdateResource,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'AzureMLUpdateResource'
typeProperties: {
trainedModelFilePath: any(...)
trainedModelLinkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
trainedModelName: any(...)
}
}
針對 ExecutePipeline,請使用:
{
policy: {
secureInput: bool
}
type: 'ExecutePipeline'
typeProperties: {
parameters: {
{customized property}: any(...)
}
pipeline: {
name: 'string'
referenceName: 'string'
type: 'string'
}
waitOnCompletion: bool
}
}
針對 [失敗],請使用:
{
type: 'Fail'
typeProperties: {
errorCode: any(...)
message: any(...)
}
}
針對 [篩選],請使用:
{
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(...)
}
]
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(...)
}
]
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(...)
}
]
type: 'string'
// For remaining properties, see Activity objects
}
]
}
}
針對 SetVariable,請使用:
{
policy: {
secureInput: bool
secureOutput: bool
}
type: 'SetVariable'
typeProperties: {
setSystemVariable: bool
value: any(...)
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(...)
}
]
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(...)
}
]
type: 'string'
// For remaining properties, see Activity objects
}
]
on: {
type: 'string'
value: 'string'
}
}
}
針對 Until,請使用:
{
type: 'Until'
typeProperties: {
activities: [
{
dependsOn: [
{
activity: 'string'
dependencyConditions: [
'string'
]
}
]
description: 'string'
name: 'string'
onInactiveMarkAs: 'string'
state: 'string'
userProperties: [
{
name: 'string'
value: any(...)
}
]
type: 'string'
// For remaining properties, see Activity objects
}
]
expression: {
type: 'string'
value: 'string'
}
timeout: any(...)
}
}
針對 驗證,請使用:
{
type: 'Validation'
typeProperties: {
childItems: any(...)
dataset: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
minimumSize: any(...)
sleep: any(...)
timeout: any(...)
}
}
針對 [等候],請使用:
{
type: 'Wait'
typeProperties: {
waitTimeInSeconds: any(...)
}
}
針對 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(...)
type: 'string'
username: any(...)
userTenant: any(...)
}
body: any(...)
headers: {
{customized property}: any(...)
}
method: 'string'
reportStatusOnCallBack: any(...)
timeout: 'string'
url: any(...)
}
}
針對 [複製],請使用:
{
inputs: [
{
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
]
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
outputs: [
{
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
]
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'Copy'
typeProperties: {
dataIntegrationUnits: any(...)
enableSkipIncompatibleRow: any(...)
enableStaging: any(...)
logSettings: {
copyActivityLogSettings: {
enableReliableLogging: any(...)
logLevel: any(...)
}
enableCopyActivityLog: any(...)
logLocationSettings: {
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
path: any(...)
}
}
logStorageSettings: {
enableReliableLogging: any(...)
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
logLevel: any(...)
path: any(...)
}
parallelCopies: any(...)
preserve: [
any(...)
]
preserveRules: [
any(...)
]
redirectIncompatibleRowSettings: {
linkedServiceName: any(...)
path: any(...)
}
sink: {
disableMetricsCollection: any(...)
maxConcurrentConnections: any(...)
sinkRetryCount: any(...)
sinkRetryWait: any(...)
writeBatchSize: any(...)
writeBatchTimeout: any(...)
type: 'string'
// For remaining properties, see CopySink objects
}
skipErrorFile: {
dataInconsistency: any(...)
fileMissing: any(...)
}
source: {
disableMetricsCollection: any(...)
maxConcurrentConnections: any(...)
sourceRetryCount: any(...)
sourceRetryWait: any(...)
type: 'string'
// For remaining properties, see CopySource objects
}
stagingSettings: {
enableCompression: any(...)
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
path: any(...)
}
translator: any(...)
validateDataConsistency: any(...)
}
}
針對 [自定義],請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'Custom'
typeProperties: {
autoUserSpecification: any(...)
command: any(...)
extendedProperties: {
{customized property}: any(...)
}
folderPath: any(...)
referenceObjects: {
datasets: [
{
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
]
linkedServices: [
{
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
]
}
resourceLinkedService: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
retentionTimeInDays: any(...)
}
}
針對 DataLakeAnalyticsU-SQL,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'DataLakeAnalyticsU-SQL'
typeProperties: {
compilationMode: any(...)
degreeOfParallelism: any(...)
parameters: {
{customized property}: any(...)
}
priority: any(...)
runtimeVersion: any(...)
scriptLinkedService: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
scriptPath: any(...)
}
}
對於 DatabricksJob,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'DatabricksJob'
typeProperties: {
jobId: any(...)
jobParameters: {
{customized property}: any(...)
}
}
}
針對 DatabricksNotebook,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'DatabricksNotebook'
typeProperties: {
baseParameters: {
{customized property}: any(...)
}
libraries: [
{
{customized property}: any(...)
}
]
notebookPath: any(...)
}
}
針對 DatabricksSparkJar,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'DatabricksSparkJar'
typeProperties: {
libraries: [
{
{customized property}: any(...)
}
]
mainClassName: any(...)
parameters: [
any(...)
]
}
}
針對 DatabricksSparkPython,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'DatabricksSparkPython'
typeProperties: {
libraries: [
{
{customized property}: any(...)
}
]
parameters: [
any(...)
]
pythonFile: any(...)
}
}
針對 [刪除],請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'Delete'
typeProperties: {
dataset: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
enableLogging: any(...)
logStorageSettings: {
enableReliableLogging: any(...)
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
logLevel: any(...)
path: any(...)
}
maxConcurrentConnections: int
recursive: any(...)
storeSettings: {
disableMetricsCollection: any(...)
maxConcurrentConnections: any(...)
type: 'string'
// For remaining properties, see StoreReadSettings objects
}
}
}
針對 ExecuteDataFlow,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'ExecuteDataFlow'
typeProperties: {
compute: {
computeType: any(...)
coreCount: any(...)
}
continuationSettings: {
continuationTtlInMinutes: any(...)
customizedCheckpointKey: any(...)
idleCondition: any(...)
}
continueOnError: any(...)
dataFlow: {
datasetParameters: any(...)
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
integrationRuntime: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
runConcurrently: any(...)
sourceStagingConcurrency: any(...)
staging: {
folderPath: any(...)
linkedService: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
}
traceLevel: any(...)
}
}
針對 ExecuteSSISPackage,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'ExecuteSSISPackage'
typeProperties: {
connectVia: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
environmentPath: any(...)
executionCredential: {
domain: any(...)
password: {
type: 'string'
value: 'string'
}
userName: any(...)
}
loggingLevel: any(...)
logLocation: {
logPath: any(...)
type: 'string'
typeProperties: {
accessCredential: {
domain: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any(...)
}
logRefreshInterval: any(...)
}
}
packageConnectionManagers: {
{customized property}: {
{customized property}: {
value: any(...)
}
}
}
packageLocation: {
packagePath: any(...)
type: 'string'
typeProperties: {
accessCredential: {
domain: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any(...)
}
childPackages: [
{
packageContent: any(...)
packageLastModifiedDate: 'string'
packageName: 'string'
packagePath: any(...)
}
]
configurationAccessCredential: {
domain: any(...)
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any(...)
}
configurationPath: any(...)
packageContent: any(...)
packageLastModifiedDate: 'string'
packageName: 'string'
packagePassword: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
}
packageParameters: {
{customized property}: {
value: any(...)
}
}
projectConnectionManagers: {
{customized property}: {
{customized property}: {
value: any(...)
}
}
}
projectParameters: {
{customized property}: {
value: any(...)
}
}
propertyOverrides: {
{customized property}: {
isSensitive: bool
value: any(...)
}
}
runtime: any(...)
}
}
針對 ExecuteWranglingDataflow,請使用:
{
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'ExecuteWranglingDataflow'
typeProperties: {
compute: {
computeType: any(...)
coreCount: any(...)
}
continuationSettings: {
continuationTtlInMinutes: any(...)
customizedCheckpointKey: any(...)
idleCondition: any(...)
}
continueOnError: any(...)
dataFlow: {
datasetParameters: any(...)
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
integrationRuntime: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
queries: [
{
dataflowSinks: [
{
dataset: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
description: 'string'
flowlet: {
datasetParameters: any(...)
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
linkedService: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
name: 'string'
rejectedDataLinkedService: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
schemaLinkedService: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
script: 'string'
}
]
queryName: 'string'
}
]
runConcurrently: any(...)
sinks: {
{customized property}: {
dataset: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
description: 'string'
flowlet: {
datasetParameters: any(...)
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
linkedService: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
name: 'string'
rejectedDataLinkedService: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
schemaLinkedService: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
script: 'string'
}
}
sourceStagingConcurrency: any(...)
staging: {
folderPath: any(...)
linkedService: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
}
traceLevel: any(...)
}
}
針對 GetMetadata,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'GetMetadata'
typeProperties: {
dataset: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
fieldList: [
any(...)
]
formatSettings: {
type: 'string'
// For remaining properties, see FormatReadSettings objects
}
storeSettings: {
disableMetricsCollection: any(...)
maxConcurrentConnections: any(...)
type: 'string'
// For remaining properties, see StoreReadSettings objects
}
}
}
針對 HDInsightHive,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'HDInsightHive'
typeProperties: {
arguments: [
any(...)
]
defines: {
{customized property}: any(...)
}
getDebugInfo: 'string'
queryTimeout: int
scriptLinkedService: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
scriptPath: any(...)
storageLinkedServices: [
{
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
]
variables: {
{customized property}: any(...)
}
}
}
針對 HDInsightMapReduce,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'HDInsightMapReduce'
typeProperties: {
arguments: [
any(...)
]
className: any(...)
defines: {
{customized property}: any(...)
}
getDebugInfo: 'string'
jarFilePath: any(...)
jarLibs: [
any(...)
]
jarLinkedService: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
storageLinkedServices: [
{
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
]
}
}
針對 HDInsightPig,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'HDInsightPig'
typeProperties: {
arguments: any(...)
defines: {
{customized property}: any(...)
}
getDebugInfo: 'string'
scriptLinkedService: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
scriptPath: any(...)
storageLinkedServices: [
{
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
]
}
}
針對 HDInsightSpark,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'HDInsightSpark'
typeProperties: {
arguments: [
any(...)
]
className: 'string'
entryFilePath: any(...)
getDebugInfo: 'string'
proxyUser: any(...)
rootPath: any(...)
sparkConfig: {
{customized property}: any(...)
}
sparkJobLinkedService: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
}
}
針對 HDInsightStreaming,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'HDInsightStreaming'
typeProperties: {
arguments: [
any(...)
]
combiner: any(...)
commandEnvironment: [
any(...)
]
defines: {
{customized property}: any(...)
}
fileLinkedService: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
filePaths: [
any(...)
]
getDebugInfo: 'string'
input: any(...)
mapper: any(...)
output: any(...)
reducer: any(...)
storageLinkedServices: [
{
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
]
}
}
針對 查閱,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'Lookup'
typeProperties: {
dataset: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
firstRowOnly: any(...)
source: {
disableMetricsCollection: any(...)
maxConcurrentConnections: any(...)
sourceRetryCount: any(...)
sourceRetryWait: any(...)
type: 'string'
// For remaining properties, see CopySource objects
}
}
}
針對 腳本,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'Script'
typeProperties: {
logSettings: {
logDestination: 'string'
logLocationSettings: {
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
path: any(...)
}
}
returnMultistatementResult: any(...)
scriptBlockExecutionTimeout: any(...)
scripts: [
{
parameters: [
{
direction: 'string'
name: any(...)
size: int
type: 'string'
value: any(...)
}
]
text: any(...)
type: any(...)
}
]
}
}
針對 SparkJob,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'SparkJob'
typeProperties: {
args: [
any(...)
]
className: any(...)
conf: any(...)
configurationType: 'string'
driverSize: any(...)
executorSize: any(...)
file: any(...)
files: [
any(...)
]
filesV2: [
any(...)
]
numExecutors: any(...)
pythonCodeReference: [
any(...)
]
scanFolder: any(...)
sparkConfig: {
{customized property}: any(...)
}
sparkJob: {
referenceName: any(...)
type: 'string'
}
targetBigDataPool: {
referenceName: any(...)
type: 'string'
}
targetSparkConfiguration: {
referenceName: any(...)
type: 'string'
}
}
}
針對 SqlServerStoredProcedure,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'SqlServerStoredProcedure'
typeProperties: {
storedProcedureName: any(...)
storedProcedureParameters: any(...)
}
}
針對 SynapseNotebook,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
type: 'SynapseNotebook'
typeProperties: {
conf: any(...)
configurationType: 'string'
driverSize: any(...)
executorSize: any(...)
notebook: {
referenceName: any(...)
type: 'string'
}
numExecutors: any(...)
parameters: {
{customized property}: {
type: 'string'
value: any(...)
}
}
sparkConfig: {
{customized property}: any(...)
}
sparkPool: {
referenceName: any(...)
type: 'string'
}
targetSparkConfiguration: {
referenceName: any(...)
type: 'string'
}
}
}
針對 WebActivity,請使用:
{
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
policy: {
retry: any(...)
retryIntervalInSeconds: int
secureInput: bool
secureOutput: bool
timeout: any(...)
}
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(...)
type: 'string'
username: any(...)
userTenant: any(...)
}
body: any(...)
connectVia: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
datasets: [
{
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
]
disableCertValidation: bool
headers: {
{customized property}: any(...)
}
httpRequestTimeout: any(...)
linkedServices: [
{
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
]
method: 'string'
turnOffAsync: bool
url: any(...)
}
}
SecretBase 物件
設定 類型 屬性,以指定物件的類型。
針對 AzureKeyVaultSecret,請使用:
{
secretName: any(...)
secretVersion: any(...)
store: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
type: 'AzureKeyVaultSecret'
}
針對 SecureString,請使用:
{
type: 'SecureString'
value: 'string'
}
CompressionReadSettings 物件
設定 類型 屬性,以指定物件的類型。
針對 TarGZipReadSettings,請使用:
{
preserveCompressionFileNameAsFolder: any(...)
type: 'TarGZipReadSettings'
}
針對 TarReadSettings,請使用:
{
preserveCompressionFileNameAsFolder: any(...)
type: 'TarReadSettings'
}
針對 ZipDeflateReadSettings,請使用:
{
preserveZipFileNameAsFolder: any(...)
type: 'ZipDeflateReadSettings'
}
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(...)
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(...)
namespacePrefixes: any(...)
namespaces: any(...)
type: 'XmlReadSettings'
validationMode: any(...)
}
CopySource 物件
設定 類型 屬性,以指定物件的類型。
針對 AmazonMWSSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'AmazonMWSSource'
}
針對 AmazonRdsForOracleSource,請使用:
{
additionalColumns: any(...)
oracleReaderQuery: any(...)
partitionOption: any(...)
partitionSettings: {
partitionColumnName: any(...)
partitionLowerBound: any(...)
partitionNames: any(...)
partitionUpperBound: any(...)
}
queryTimeout: any(...)
type: 'AmazonRdsForOracleSource'
}
針對 AmazonRdsForSqlServerSource,請使用:
{
additionalColumns: any(...)
isolationLevel: any(...)
partitionOption: any(...)
partitionSettings: {
partitionColumnName: any(...)
partitionLowerBound: any(...)
partitionUpperBound: any(...)
}
produceAdditionalTypes: any(...)
queryTimeout: any(...)
sqlReaderQuery: any(...)
sqlReaderStoredProcedureName: any(...)
storedProcedureParameters: any(...)
type: 'AmazonRdsForSqlServerSource'
}
針對 AmazonRedshiftSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
redshiftUnloadSettings: {
bucketName: any(...)
s3LinkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
}
type: 'AmazonRedshiftSource'
}
針對 AvroSource,請使用:
{
additionalColumns: any(...)
storeSettings: {
disableMetricsCollection: any(...)
maxConcurrentConnections: any(...)
type: 'string'
// For remaining properties, see StoreReadSettings objects
}
type: 'AvroSource'
}
針對 AzureBlobFSSource,請使用:
{
recursive: any(...)
skipHeaderLineCount: any(...)
treatEmptyAsNull: any(...)
type: 'AzureBlobFSSource'
}
針對 AzureDataExplorerSource,請使用:
{
additionalColumns: any(...)
noTruncation: any(...)
query: any(...)
queryTimeout: any(...)
type: 'AzureDataExplorerSource'
}
針對 AzureDataLakeStoreSource,請使用:
{
recursive: any(...)
type: 'AzureDataLakeStoreSource'
}
針對 AzureDatabricksDeltaLakeSource,請使用:
{
exportSettings: {
dateFormat: any(...)
timestampFormat: any(...)
type: 'string'
}
query: any(...)
type: 'AzureDatabricksDeltaLakeSource'
}
針對 AzureMariaDBSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'AzureMariaDBSource'
}
針對 AzureMySqlSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'AzureMySqlSource'
}
針對 AzurePostgreSqlSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'AzurePostgreSqlSource'
}
針對 AzureSqlSource,請使用:
{
additionalColumns: any(...)
isolationLevel: any(...)
partitionOption: any(...)
partitionSettings: {
partitionColumnName: any(...)
partitionLowerBound: any(...)
partitionUpperBound: any(...)
}
produceAdditionalTypes: any(...)
queryTimeout: any(...)
sqlReaderQuery: any(...)
sqlReaderStoredProcedureName: any(...)
storedProcedureParameters: any(...)
type: 'AzureSqlSource'
}
針對 AzureTableSource,請使用:
{
additionalColumns: any(...)
azureTableSourceIgnoreTableNotFound: any(...)
azureTableSourceQuery: any(...)
queryTimeout: any(...)
type: 'AzureTableSource'
}
針對 BinarySource,請使用:
{
formatSettings: {
compressionProperties: {
type: 'string'
// For remaining properties, see CompressionReadSettings objects
}
type: 'string'
}
storeSettings: {
disableMetricsCollection: any(...)
maxConcurrentConnections: any(...)
type: 'string'
// For remaining properties, see StoreReadSettings objects
}
type: 'BinarySource'
}
針對 BlobSource,請使用:
{
recursive: any(...)
skipHeaderLineCount: any(...)
treatEmptyAsNull: any(...)
type: 'BlobSource'
}
針對 CassandraSource,請使用:
{
additionalColumns: any(...)
consistencyLevel: 'string'
query: any(...)
queryTimeout: any(...)
type: 'CassandraSource'
}
針對 CommonDataServiceForAppsSource,請使用:
{
additionalColumns: any(...)
query: any(...)
type: 'CommonDataServiceForAppsSource'
}
針對 ConcurSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'ConcurSource'
}
針對 CosmosDbMongoDbApiSource,請使用:
{
additionalColumns: any(...)
batchSize: any(...)
cursorMethods: {
limit: any(...)
project: any(...)
skip: any(...)
sort: any(...)
}
filter: any(...)
queryTimeout: any(...)
type: 'CosmosDbMongoDbApiSource'
}
針對 CosmosDbSqlApiSource,請使用:
{
additionalColumns: any(...)
detectDatetime: any(...)
pageSize: any(...)
preferredRegions: any(...)
query: any(...)
type: 'CosmosDbSqlApiSource'
}
針對 CouchbaseSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'CouchbaseSource'
}
針對 Db2Source,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'Db2Source'
}
針對 DelimitedTextSource,請使用:
{
additionalColumns: any(...)
formatSettings: {
compressionProperties: {
type: 'string'
// For remaining properties, see CompressionReadSettings objects
}
skipLineCount: any(...)
type: 'string'
}
storeSettings: {
disableMetricsCollection: any(...)
maxConcurrentConnections: any(...)
type: 'string'
// For remaining properties, see StoreReadSettings objects
}
type: 'DelimitedTextSource'
}
針對 DocumentDbCollectionSource,請使用:
{
additionalColumns: any(...)
nestingSeparator: any(...)
query: any(...)
queryTimeout: any(...)
type: 'DocumentDbCollectionSource'
}
針對 DrillSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'DrillSource'
}
針對 DynamicsAXSource,請使用:
{
additionalColumns: any(...)
httpRequestTimeout: any(...)
query: any(...)
queryTimeout: any(...)
type: 'DynamicsAXSource'
}
針對 DynamicsCrmSource,請使用:
{
additionalColumns: any(...)
query: any(...)
type: 'DynamicsCrmSource'
}
針對 DynamicsSource,請使用:
{
additionalColumns: any(...)
query: any(...)
type: 'DynamicsSource'
}
針對 EloquaSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'EloquaSource'
}
針對 ExcelSource,請使用:
{
additionalColumns: any(...)
storeSettings: {
disableMetricsCollection: any(...)
maxConcurrentConnections: any(...)
type: 'string'
// For remaining properties, see StoreReadSettings objects
}
type: 'ExcelSource'
}
針對 FileSystemSource,請使用:
{
additionalColumns: any(...)
recursive: any(...)
type: 'FileSystemSource'
}
針對 GoogleAdWordsSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'GoogleAdWordsSource'
}
針對 GoogleBigQuerySource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'GoogleBigQuerySource'
}
針對 GoogleBigQueryV2Source,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'GoogleBigQueryV2Source'
}
針對 GreenplumSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'GreenplumSource'
}
針對 HBaseSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'HBaseSource'
}
針對 HdfsSource,請使用:
{
distcpSettings: {
distcpOptions: any(...)
resourceManagerEndpoint: any(...)
tempScriptPath: any(...)
}
recursive: any(...)
type: 'HdfsSource'
}
針對 HiveSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'HiveSource'
}
針對 HttpSource,請使用:
{
httpRequestTimeout: any(...)
type: 'HttpSource'
}
針對 HubspotSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'HubspotSource'
}
針對 ImpalaSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'ImpalaSource'
}
針對 InformixSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'InformixSource'
}
針對 JiraSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'JiraSource'
}
針對 JsonSource,請使用:
{
additionalColumns: any(...)
formatSettings: {
compressionProperties: {
type: 'string'
// For remaining properties, see CompressionReadSettings objects
}
type: 'string'
}
storeSettings: {
disableMetricsCollection: any(...)
maxConcurrentConnections: any(...)
type: 'string'
// For remaining properties, see StoreReadSettings objects
}
type: 'JsonSource'
}
針對 LakeHouseTableSource,請使用:
{
additionalColumns: any(...)
timestampAsOf: any(...)
type: 'LakeHouseTableSource'
versionAsOf: any(...)
}
針對 MagentoSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'MagentoSource'
}
針對 MariaDBSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'MariaDBSource'
}
針對 MarketoSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'MarketoSource'
}
針對 MicrosoftAccessSource,請使用:
{
additionalColumns: any(...)
query: any(...)
type: 'MicrosoftAccessSource'
}
針對 MongoDbAtlasSource,請使用:
{
additionalColumns: any(...)
batchSize: any(...)
cursorMethods: {
limit: any(...)
project: any(...)
skip: any(...)
sort: any(...)
}
filter: any(...)
queryTimeout: any(...)
type: 'MongoDbAtlasSource'
}
針對 MongoDbSource,請使用:
{
additionalColumns: any(...)
query: any(...)
type: 'MongoDbSource'
}
針對 MongoDbV2Source,請使用:
{
additionalColumns: any(...)
batchSize: any(...)
cursorMethods: {
limit: any(...)
project: any(...)
skip: any(...)
sort: any(...)
}
filter: any(...)
queryTimeout: any(...)
type: 'MongoDbV2Source'
}
針對 MySqlSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'MySqlSource'
}
針對 NetezzaSource,請使用:
{
additionalColumns: any(...)
partitionOption: any(...)
partitionSettings: {
partitionColumnName: any(...)
partitionLowerBound: any(...)
partitionUpperBound: any(...)
}
query: any(...)
queryTimeout: any(...)
type: 'NetezzaSource'
}
針對 ODataSource,請使用:
{
additionalColumns: any(...)
httpRequestTimeout: any(...)
query: any(...)
type: 'ODataSource'
}
針對 OdbcSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'OdbcSource'
}
針對 Office365Source,請使用:
{
allowedGroups: any(...)
dateFilterColumn: any(...)
endTime: any(...)
outputColumns: any(...)
startTime: any(...)
type: 'Office365Source'
userScopeFilterUri: any(...)
}
針對 OracleServiceCloudSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'OracleServiceCloudSource'
}
針對 OracleSource,請使用:
{
additionalColumns: any(...)
oracleReaderQuery: any(...)
partitionOption: any(...)
partitionSettings: {
partitionColumnName: any(...)
partitionLowerBound: any(...)
partitionNames: any(...)
partitionUpperBound: any(...)
}
queryTimeout: any(...)
type: 'OracleSource'
}
針對 OrcSource,請使用:
{
additionalColumns: any(...)
storeSettings: {
disableMetricsCollection: any(...)
maxConcurrentConnections: any(...)
type: 'string'
// For remaining properties, see StoreReadSettings objects
}
type: 'OrcSource'
}
針對 ParquetSource,請使用:
{
additionalColumns: any(...)
formatSettings: {
compressionProperties: {
type: 'string'
// For remaining properties, see CompressionReadSettings objects
}
type: 'string'
}
storeSettings: {
disableMetricsCollection: any(...)
maxConcurrentConnections: any(...)
type: 'string'
// For remaining properties, see StoreReadSettings objects
}
type: 'ParquetSource'
}
針對 PaypalSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'PaypalSource'
}
針對 PhoenixSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'PhoenixSource'
}
針對 PostgreSqlSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'PostgreSqlSource'
}
針對 PostgreSqlV2Source,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'PostgreSqlV2Source'
}
針對 PrestoSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'PrestoSource'
}
針對 QuickBooksSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'QuickBooksSource'
}
針對 RelationalSource,請使用:
{
additionalColumns: any(...)
query: any(...)
type: 'RelationalSource'
}
針對 ResponsysSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'ResponsysSource'
}
針對 RestSource,請使用:
{
additionalColumns: any(...)
additionalHeaders: any(...)
httpRequestTimeout: any(...)
paginationRules: any(...)
requestBody: any(...)
requestInterval: any(...)
requestMethod: any(...)
type: 'RestSource'
}
針對 SalesforceMarketingCloudSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'SalesforceMarketingCloudSource'
}
針對 SalesforceServiceCloudSource,請使用:
{
additionalColumns: any(...)
query: any(...)
readBehavior: any(...)
type: 'SalesforceServiceCloudSource'
}
針對 SalesforceServiceCloudV2Source,請使用:
{
additionalColumns: any(...)
includeDeletedObjects: any(...)
query: any(...)
SOQLQuery: any(...)
type: 'SalesforceServiceCloudV2Source'
}
針對 SalesforceSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
readBehavior: any(...)
type: 'SalesforceSource'
}
針對 SalesforceV2Source,請使用:
{
additionalColumns: any(...)
includeDeletedObjects: any(...)
pageSize: any(...)
query: any(...)
queryTimeout: any(...)
SOQLQuery: any(...)
type: 'SalesforceV2Source'
}
針對 SapBwSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'SapBwSource'
}
針對 SapCloudForCustomerSource,請使用:
{
additionalColumns: any(...)
httpRequestTimeout: any(...)
query: any(...)
queryTimeout: any(...)
type: 'SapCloudForCustomerSource'
}
針對 SapEccSource,請使用:
{
additionalColumns: any(...)
httpRequestTimeout: any(...)
query: any(...)
queryTimeout: any(...)
type: 'SapEccSource'
}
針對 SapHanaSource,請使用:
{
additionalColumns: any(...)
packetSize: any(...)
partitionOption: any(...)
partitionSettings: {
partitionColumnName: any(...)
}
query: any(...)
queryTimeout: any(...)
type: 'SapHanaSource'
}
針對 SapOdpSource,請使用:
{
additionalColumns: any(...)
extractionMode: any(...)
projection: any(...)
queryTimeout: any(...)
selection: any(...)
subscriberProcess: any(...)
type: 'SapOdpSource'
}
針對 SapOpenHubSource,請使用:
{
additionalColumns: any(...)
baseRequestId: any(...)
customRfcReadTableFunctionModule: any(...)
excludeLastRequest: any(...)
queryTimeout: any(...)
sapDataColumnDelimiter: any(...)
type: 'SapOpenHubSource'
}
針對 SapTableSource,請使用:
{
additionalColumns: any(...)
batchSize: any(...)
customRfcReadTableFunctionModule: any(...)
partitionOption: any(...)
partitionSettings: {
maxPartitionsNumber: any(...)
partitionColumnName: any(...)
partitionLowerBound: any(...)
partitionUpperBound: any(...)
}
queryTimeout: any(...)
rfcTableFields: any(...)
rfcTableOptions: any(...)
rowCount: any(...)
rowSkips: any(...)
sapDataColumnDelimiter: any(...)
type: 'SapTableSource'
}
針對 ServiceNowSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'ServiceNowSource'
}
針對 ServiceNowV2Source,請使用:
{
additionalColumns: any(...)
expression: {
operands: [
...
]
operators: [
'string'
]
type: 'string'
value: any(...)
}
pageSize: any(...)
queryTimeout: any(...)
type: 'ServiceNowV2Source'
}
針對 SharePointOnlineListSource,請使用:
{
httpRequestTimeout: any(...)
query: any(...)
type: 'SharePointOnlineListSource'
}
針對 ShopifySource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'ShopifySource'
}
針對 SnowflakeSource,請使用:
{
exportSettings: {
additionalCopyOptions: {
{customized property}: any(...)
}
additionalFormatOptions: {
{customized property}: any(...)
}
storageIntegration: any(...)
type: 'string'
}
query: any(...)
type: 'SnowflakeSource'
}
針對 SnowflakeV2Source,請使用:
{
exportSettings: {
additionalCopyOptions: {
{customized property}: any(...)
}
additionalFormatOptions: {
{customized property}: any(...)
}
storageIntegration: any(...)
type: 'string'
}
query: any(...)
type: 'SnowflakeV2Source'
}
針對 SparkSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'SparkSource'
}
針對 SqlDWSource,請使用:
{
additionalColumns: any(...)
isolationLevel: any(...)
partitionOption: any(...)
partitionSettings: {
partitionColumnName: any(...)
partitionLowerBound: any(...)
partitionUpperBound: any(...)
}
queryTimeout: any(...)
sqlReaderQuery: any(...)
sqlReaderStoredProcedureName: any(...)
storedProcedureParameters: any(...)
type: 'SqlDWSource'
}
針對 SqlMISource,請使用:
{
additionalColumns: any(...)
isolationLevel: any(...)
partitionOption: any(...)
partitionSettings: {
partitionColumnName: any(...)
partitionLowerBound: any(...)
partitionUpperBound: any(...)
}
produceAdditionalTypes: any(...)
queryTimeout: any(...)
sqlReaderQuery: any(...)
sqlReaderStoredProcedureName: any(...)
storedProcedureParameters: any(...)
type: 'SqlMISource'
}
針對 SqlServerSource,請使用:
{
additionalColumns: any(...)
isolationLevel: any(...)
partitionOption: any(...)
partitionSettings: {
partitionColumnName: any(...)
partitionLowerBound: any(...)
partitionUpperBound: any(...)
}
produceAdditionalTypes: any(...)
queryTimeout: any(...)
sqlReaderQuery: any(...)
sqlReaderStoredProcedureName: any(...)
storedProcedureParameters: any(...)
type: 'SqlServerSource'
}
針對 SqlSource,請使用:
{
additionalColumns: any(...)
isolationLevel: any(...)
partitionOption: any(...)
partitionSettings: {
partitionColumnName: any(...)
partitionLowerBound: any(...)
partitionUpperBound: any(...)
}
queryTimeout: any(...)
sqlReaderQuery: any(...)
sqlReaderStoredProcedureName: any(...)
storedProcedureParameters: any(...)
type: 'SqlSource'
}
針對 SquareSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'SquareSource'
}
針對 SybaseSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'SybaseSource'
}
針對 TeradataSource,請使用:
{
additionalColumns: any(...)
partitionOption: any(...)
partitionSettings: {
partitionColumnName: any(...)
partitionLowerBound: any(...)
partitionUpperBound: any(...)
}
query: any(...)
queryTimeout: any(...)
type: 'TeradataSource'
}
針對 VerticaSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'VerticaSource'
}
針對 WarehouseSource,請使用:
{
additionalColumns: any(...)
isolationLevel: any(...)
partitionOption: any(...)
partitionSettings: {
partitionColumnName: any(...)
partitionLowerBound: any(...)
partitionUpperBound: any(...)
}
queryTimeout: any(...)
sqlReaderQuery: any(...)
sqlReaderStoredProcedureName: any(...)
storedProcedureParameters: any(...)
type: 'WarehouseSource'
}
針對 XeroSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'XeroSource'
}
針對 ZohoSource,請使用:
{
additionalColumns: any(...)
query: any(...)
queryTimeout: any(...)
type: 'ZohoSource'
}
針對 WebSource,請使用:
{
additionalColumns: any(...)
type: 'WebSource'
}
針對 XmlSource,請使用:
{
additionalColumns: any(...)
formatSettings: {
compressionProperties: {
type: 'string'
// For remaining properties, see CompressionReadSettings objects
}
detectDataType: any(...)
namespacePrefixes: any(...)
namespaces: any(...)
type: 'string'
validationMode: any(...)
}
storeSettings: {
disableMetricsCollection: any(...)
maxConcurrentConnections: any(...)
type: 'string'
// For remaining properties, see StoreReadSettings objects
}
type: 'XmlSource'
}
StoreReadSettings 物件
設定 類型 屬性,以指定物件的類型。
針對 AmazonS3CompatibleReadSettings,請使用:
{
deleteFilesAfterCompletion: any(...)
enablePartitionDiscovery: any(...)
fileListPath: any(...)
modifiedDatetimeEnd: any(...)
modifiedDatetimeStart: any(...)
partitionRootPath: any(...)
prefix: any(...)
recursive: any(...)
type: 'AmazonS3CompatibleReadSettings'
wildcardFileName: any(...)
wildcardFolderPath: any(...)
}
針對 AmazonS3ReadSettings,請使用:
{
deleteFilesAfterCompletion: any(...)
enablePartitionDiscovery: any(...)
fileListPath: any(...)
modifiedDatetimeEnd: any(...)
modifiedDatetimeStart: any(...)
partitionRootPath: any(...)
prefix: any(...)
recursive: any(...)
type: 'AmazonS3ReadSettings'
wildcardFileName: any(...)
wildcardFolderPath: any(...)
}
針對 AzureBlobFSReadSettings,請使用:
{
deleteFilesAfterCompletion: any(...)
enablePartitionDiscovery: any(...)
fileListPath: any(...)
modifiedDatetimeEnd: any(...)
modifiedDatetimeStart: any(...)
partitionRootPath: any(...)
recursive: any(...)
type: 'AzureBlobFSReadSettings'
wildcardFileName: any(...)
wildcardFolderPath: any(...)
}
針對 AzureBlobStorageReadSettings,請使用:
{
deleteFilesAfterCompletion: any(...)
enablePartitionDiscovery: any(...)
fileListPath: any(...)
modifiedDatetimeEnd: any(...)
modifiedDatetimeStart: any(...)
partitionRootPath: any(...)
prefix: any(...)
recursive: any(...)
type: 'AzureBlobStorageReadSettings'
wildcardFileName: any(...)
wildcardFolderPath: any(...)
}
針對 AzureDataLakeStoreReadSettings,請使用:
{
deleteFilesAfterCompletion: any(...)
enablePartitionDiscovery: any(...)
fileListPath: any(...)
listAfter: any(...)
listBefore: any(...)
modifiedDatetimeEnd: any(...)
modifiedDatetimeStart: any(...)
partitionRootPath: any(...)
recursive: any(...)
type: 'AzureDataLakeStoreReadSettings'
wildcardFileName: any(...)
wildcardFolderPath: any(...)
}
針對 AzureFileStorageReadSettings,請使用:
{
deleteFilesAfterCompletion: any(...)
enablePartitionDiscovery: any(...)
fileListPath: any(...)
modifiedDatetimeEnd: any(...)
modifiedDatetimeStart: any(...)
partitionRootPath: any(...)
prefix: any(...)
recursive: any(...)
type: 'AzureFileStorageReadSettings'
wildcardFileName: any(...)
wildcardFolderPath: any(...)
}
針對 FileServerReadSettings,請使用:
{
deleteFilesAfterCompletion: any(...)
enablePartitionDiscovery: any(...)
fileFilter: any(...)
fileListPath: any(...)
modifiedDatetimeEnd: any(...)
modifiedDatetimeStart: any(...)
partitionRootPath: any(...)
recursive: any(...)
type: 'FileServerReadSettings'
wildcardFileName: any(...)
wildcardFolderPath: any(...)
}
針對 FtpReadSettings,請使用:
{
deleteFilesAfterCompletion: any(...)
disableChunking: any(...)
enablePartitionDiscovery: any(...)
fileListPath: any(...)
partitionRootPath: any(...)
recursive: any(...)
type: 'FtpReadSettings'
useBinaryTransfer: any(...)
wildcardFileName: any(...)
wildcardFolderPath: any(...)
}
針對 GoogleCloudStorageReadSettings,請使用:
{
deleteFilesAfterCompletion: any(...)
enablePartitionDiscovery: any(...)
fileListPath: any(...)
modifiedDatetimeEnd: any(...)
modifiedDatetimeStart: any(...)
partitionRootPath: any(...)
prefix: any(...)
recursive: any(...)
type: 'GoogleCloudStorageReadSettings'
wildcardFileName: any(...)
wildcardFolderPath: any(...)
}
針對 HdfsReadSettings,請使用:
{
deleteFilesAfterCompletion: any(...)
distcpSettings: {
distcpOptions: any(...)
resourceManagerEndpoint: any(...)
tempScriptPath: any(...)
}
enablePartitionDiscovery: any(...)
fileListPath: any(...)
modifiedDatetimeEnd: any(...)
modifiedDatetimeStart: any(...)
partitionRootPath: any(...)
recursive: any(...)
type: 'HdfsReadSettings'
wildcardFileName: any(...)
wildcardFolderPath: any(...)
}
針對 HttpReadSettings,請使用:
{
additionalColumns: any(...)
additionalHeaders: any(...)
requestBody: any(...)
requestMethod: any(...)
requestTimeout: any(...)
type: 'HttpReadSettings'
}
針對 LakeHouseReadSettings,請使用:
{
deleteFilesAfterCompletion: any(...)
enablePartitionDiscovery: any(...)
fileListPath: any(...)
modifiedDatetimeEnd: any(...)
modifiedDatetimeStart: any(...)
partitionRootPath: any(...)
recursive: any(...)
type: 'LakeHouseReadSettings'
wildcardFileName: any(...)
wildcardFolderPath: any(...)
}
針對 OracleCloudStorageReadSettings,請使用:
{
deleteFilesAfterCompletion: any(...)
enablePartitionDiscovery: any(...)
fileListPath: any(...)
modifiedDatetimeEnd: any(...)
modifiedDatetimeStart: any(...)
partitionRootPath: any(...)
prefix: any(...)
recursive: any(...)
type: 'OracleCloudStorageReadSettings'
wildcardFileName: any(...)
wildcardFolderPath: any(...)
}
針對 SftpReadSettings,請使用:
{
deleteFilesAfterCompletion: any(...)
disableChunking: any(...)
enablePartitionDiscovery: any(...)
fileListPath: any(...)
modifiedDatetimeEnd: any(...)
modifiedDatetimeStart: any(...)
partitionRootPath: any(...)
recursive: any(...)
type: 'SftpReadSettings'
wildcardFileName: any(...)
wildcardFolderPath: any(...)
}
StoreWriteSettings 物件
設定 類型 屬性,以指定物件的類型。
針對 AzureBlobFSWriteSettings,請使用:
{
blockSizeInMB: any(...)
type: 'AzureBlobFSWriteSettings'
}
針對 AzureBlobStorageWriteSettings,請使用:
{
blockSizeInMB: any(...)
type: 'AzureBlobStorageWriteSettings'
}
針對 AzureDataLakeStoreWriteSettings,請使用:
{
expiryDateTime: any(...)
type: 'AzureDataLakeStoreWriteSettings'
}
針對 AzureFileStorageWriteSettings,請使用:
{
type: 'AzureFileStorageWriteSettings'
}
針對 FileServerWriteSettings,請使用:
{
type: 'FileServerWriteSettings'
}
針對 LakeHouseWriteSettings,請使用:
{
type: 'LakeHouseWriteSettings'
}
針對 SftpWriteSettings,請使用:
{
operationTimeout: any(...)
type: 'SftpWriteSettings'
useTempFileRename: any(...)
}
屬性值
Microsoft.DataFactory/factoryies/pipelines
名稱 | 說明 | 價值觀 |
---|---|---|
名稱 | 資源名稱 | 字串 約束: 最小長度 = 1 最大長度 = 260 模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必要) |
父代 | 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。 如需詳細資訊,請參閱 父資源外部的子資源。 |
類型資源的符號名稱:處理站 |
屬性 | 管線的屬性。 | 管線 (必要) |
活動
ActivityDependency
名稱 | 說明 | 價值觀 |
---|---|---|
活動 | 活動名稱。 | 字串 (必要) |
dependencyConditions | 相依性 Match-Condition。 | 包含任何的字串數組: “已完成” “失敗” '略過' 'Succeeded' (必要) |
活動策略
名稱 | 說明 | 價值觀 |
---|---|---|
retry | 一般重試次數上限。 預設值為 0。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
retryIntervalInSeconds | 每個重試嘗試之間的間隔(以秒為單位)。 預設值為30秒。 | int 約束: 最小值 = 30 最大值 = 86400 |
安全輸入 | 當設定為 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])). | 任何 |
亞馬遜MWS來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'AmazonMWSSource' (必要) |
AmazonRdsForOraclePartitionSettings
名稱 | 說明 | 價值觀 |
---|---|---|
分區欄位名稱 | 整數類型中的數據行名稱,將用於繼續範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound 分區下限 | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
分區名稱 | AmazonRdsForOracle 數據表之實體分割區的名稱。 | 任何 |
分區上限 | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
AmazonRdsForOracleSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
oracleReaderQuery | AmazonRdsForOracle 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將平行讀取 AmazonRdsForOracle 的數據分割機制。 Type:string (或 expression with resultType string) 。 | 任何 |
分割設定 | 將用於 AmazonRdsForOracle 來源數據分割的設定。 | AmazonRdsForOraclePartitionSettings |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'AmazonRdsForOracleSource' (必要) |
AmazonRdsForSqlServerSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
隔離級別 | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 | 任何 |
分割設定 | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings |
produceAdditionalTypes | 要產生的其他類型。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
sqlReader查詢 | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
SQL讀取器儲存過程名稱 | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 |
型別 | 複製來源類型。 | 'AmazonRdsForSqlServerSource' (必要) |
亞馬遜紅shift源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
redshiftUnload設置 | 從 Amazon Redshift 複製並卸除時,臨時 Amazon S3 所需的 Amazon S3 設定。 如此一來,Amazon Redshift 來源的數據會先卸載到 S3,然後從過渡 S3 複製到目標接收中。 | RedshiftUnload設置 |
型別 | 複製來源類型。 | 'AmazonRedshiftSource' (必要) |
AmazonS3CompatibleReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
deleteFilesAfterCompletion 后 | 指出複製完成之後是否需要刪除來源檔案。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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' (必要) |
類型屬性 | 附加變數活動屬性。 | AppendVariableActivityTypeProperties (必要) |
AppendVariableActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
價值 | 要附加的值。 類型:可以是變數專案的靜態值比對類型,或是具有變數專案 resultType 比對類型的 Expression | 任何 |
variableName 變數名稱 | 必須附加其值之變數的名稱。 | 字串 |
阿夫羅辛克
名稱 | 說明 | 價值觀 |
---|---|---|
formatSettings | Avro 格式設定。 | AvroWrite設置 |
商店設置 | Avro 存放區設定。 | StoreWriteSettings |
型別 | 複製接收類型。 | 'AvroSink' (必要) |
阿夫羅來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
商店設置 | Avro 存放區設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'AvroSource' (必要) |
AvroWrite設置
名稱 | 說明 | 價值觀 |
---|---|---|
檔名前綴 | 指定檔名模式 <fileNamePrefix>_<fileIndex>。<從不含 partitionOptions 的非檔案式存放區複製時,fileExtension> 。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
記錄名稱 | 寫入結果中的最上層記錄名稱,這是AVRO規格中的必要專案。 | 字串 |
recordNamespace 的 | 在寫入結果中記錄命名空間。 | 字串 |
型別 | 寫入設定類型。 | 字串 (必要) |
AzureBlobFSReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
deleteFilesAfterCompletion 后 | 指出複製完成之後是否需要刪除來源檔案。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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
名稱 | 說明 | 價值觀 |
---|---|---|
複製行為 | 複製接收的複製行為類型。 Type:string (或 expression with resultType string) 。 | 任何 |
中繼資料 | 指定要新增至接收數據的自定義元數據。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | 元數據項[] |
型別 | 複製接收類型。 | 'AzureBlobFSSink' (必要) |
AzureBlobFSSource
名稱 | 說明 | 價值觀 |
---|---|---|
遞迴 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值是「true」。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
skipHeaderLineCount | 要略過每個 Blob 的標頭行數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
treatEmptyAsNull | 將空白視為 null。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製來源類型。 | 'AzureBlobFSSource' (必要) |
AzureBlobFSWriteSettings
名稱 | 說明 | 價值觀 |
---|---|---|
blockSizeInMB(區塊大小以MB為單位) | 指出將數據寫入 Blob 時的區塊大小(MB)。 類型:integer (或 expression with resultType integer) 。 | 任何 |
型別 | 寫入設定類型。 | 'AzureBlobFSWriteSettings' (必要) |
AzureBlobStorageReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
deleteFilesAfterCompletion 后 | 指出複製完成之後是否需要刪除來源檔案。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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(區塊大小以MB為單位) | 指出將數據寫入 Blob 時的區塊大小(MB)。 類型:integer (或 expression with resultType integer) 。 | 任何 |
型別 | 寫入設定類型。 | 'AzureBlobStorageWriteSettings' (必要) |
AzureDatabricksDeltaLakeExportCommand
名稱 | 說明 | 價值觀 |
---|---|---|
日期格式 | 在 Azure Databricks Delta Lake Copy 中指定 csv 的日期格式。 Type:string (或 expression with resultType string) 。 | 任何 |
時間戳格式 | 在 Azure Databricks Delta Lake Copy 中指定 csv 的時間戳格式。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 匯出設定類型。 | 字串 (必要) |
AzureDatabricksDeltaLakeImportCommand
名稱 | 說明 | 價值觀 |
---|---|---|
日期格式 | 在 Azure Databricks Delta Lake Copy 中指定 csv 的日期格式。 Type:string (或 expression with resultType string) 。 | 任何 |
時間戳格式 | 在 Azure Databricks Delta Lake Copy 中指定 csv 的時間戳格式。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 匯入設定類型。 | 字串 (必要) |
AzureDatabricksDeltaLakeSink
名稱 | 說明 | 價值觀 |
---|---|---|
匯入設定 | Azure Databricks Delta Lake 匯入設定。 | AzureDatabricksDeltaLakeImportCommand |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'AzureDatabricksDeltaLakeSink' (必要) |
AzureDatabricksDeltaLakeSource
名稱 | 說明 | 價值觀 |
---|---|---|
匯出設定 | Azure Databricks Delta Lake 匯出設定。 | AzureDatabricksDeltaLakeExportCommand |
查詢 | Azure Databricks Delta Lake Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'AzureDatabricksDeltaLakeSource' (必要) |
AzureDataExplorerCommandActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'AzureDataExplorerCommand' (必要) |
類型屬性 | 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
名稱 | 說明 | 價值觀 |
---|---|---|
flush立即 | 如果設定為 true,則會略過任何匯總。 預設值為 false。 類型:布爾值。 | 任何 |
ingestionMappingAsJson | JSON 格式提供的明確數據行對應描述。 類型:字串。 | 任何 |
Ingestions 映射名稱 | 在目標 Kusto 數據表上定義的預先建立 csv 對應名稱。 類型:字串。 | 任何 |
型別 | 複製接收類型。 | 'AzureDataExplorerSink' (必要) |
AzureDataExplorerSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
noTruncation | 布爾選項的名稱,控制截斷是否套用至超出特定數據列計數限制的結果集。 | 任何 |
查詢 | 資料庫查詢。 應該是 Kusto 查詢語言 (KQL) 查詢。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
查詢超時 | 查詢逾時。 類型: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 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
listAfter | 根據檔案/資料夾名稱的語彙順序,列出值之後的檔案(獨佔)。 適用於數據集中的 folderPath 底下,以及篩選 folderPath 底下的檔案/子資料夾。 Type:string (或 expression with resultType string) 。 | 任何 |
listBefore | 根據檔案/資料夾名稱的語彙順序,列出值(含)之前的檔案。 適用於數據集中的 folderPath 底下,以及篩選 folderPath 底下的檔案/子資料夾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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
名稱 | 說明 | 價值觀 |
---|---|---|
複製行為 | 複製接收的複製行為類型。 Type:string (或 expression with resultType string) 。 | 任何 |
啟用 AdlsSingleFileParallel | 單一檔案平行。 | 任何 |
型別 | 複製接收類型。 | '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 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'AzureFunctionActivity' (必要) |
類型屬性 | Azure Function 活動屬性。 | AzureFunctionActivityTypeProperties (必要) |
AzureFunctionActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
身體 | 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 expression with resultType 字串串的表達式)。 | 任何 |
函數名稱 | Azure 函式活動將呼叫的函式名稱。 類型:string (或 expression with resultType string) | 任何 (必要) |
標題 | 表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 Type:string (或 expression with resultType string) 。 | AzureFunctionActivityTypePropertiesHeaders |
方法 | 目標端點的 Rest API 方法。 | '刪除' '獲取' “頭” '選項' 'POST' '放' 'TRACE' (必要) |
AzureFunctionActivityTypePropertiesHeaders
名稱 | 說明 | 價值觀 |
---|
AzureKeyVaultSecretReference
名稱 | 說明 | 價值觀 |
---|---|---|
秘密名稱 | Azure 金鑰保存庫 中的秘密名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
secretVersion | Azure Key Vault 中的秘密版本。 預設值是最新版本的秘密。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存 | Azure Key Vault 鏈接服務參考。 | LinkedServiceReference (必要) |
型別 | 秘密的類型。 | 'AzureKeyVaultSecret' (必要) |
AzureMariaDBSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'AzureMariaDBSource' (必要) |
AzureMLBatchExecutionActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'AzureMLBatchExecution' (必要) |
類型屬性 | 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 |
webService輸出 | 索引鍵、值組,將 Azure ML 端點的 Web 服務輸出名稱對應至指定輸出 Blob 位置的 AzureMLWebServiceFile 物件。 這項資訊將會傳遞至 Azure ML 批次執行要求的 WebServiceOutputs 屬性。 | AzureMLBatchExecutionActivityTypePropertiesWebServiceOutputs |
AzureMLBatchExecutionActivityTypePropertiesGlobalParameters
名稱 | 說明 | 價值觀 |
---|
AzureMLBatchExecutionActivityTypePropertiesWebServiceInputs
名稱 | 說明 | 價值觀 |
---|
AzureMLBatchExecutionActivityTypePropertiesWebServiceOutputs
名稱 | 說明 | 價值觀 |
---|
AzureMLExecutePipelineActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'AzureMLExecutePipeline' (必要) |
類型屬性 | Azure ML 執行管線活動屬性。 | AzureMLExecutePipelineActivityTypeProperties (必要) |
AzureMLExecutePipelineActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
continueOnStepFailure | 如果步驟失敗,是否要繼續執行 PipelineRun 中的其他步驟。 此資訊將會在已發佈管線執行要求的continueOnStepFailure屬性中傳遞。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
dataPathAssignments | 用於變更數據路徑指派而不進行重新定型的字典。 值將會傳入已發佈管線執行要求的 dataPathAssignments 屬性。 Type:object (或 Expression with resultType 物件)。 | 任何 |
實驗名稱 | 執行管線執行的執行歷程記錄實驗名稱。 此資訊將會傳遞在已發佈管線執行要求的 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
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'AzureMLUpdateResource' (必要) |
類型屬性 | 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
名稱 | 說明 | 價值觀 |
---|---|---|
檔案路徑 | LinkedService 所指定之 Azure Blob 記憶體中的相對檔案路徑,包括容器名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
連結服務名稱 | Azure 記憶體 LinkedService 的參考,其中 Azure ML WebService 輸入/輸出檔案。 | LinkedServiceReference (必要) |
AzureMySqlSink
名稱 | 說明 | 價值觀 |
---|---|---|
preCopyScript | 開始複製之前要執行的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'AzureMySqlSink' (必要) |
AzureMySqlSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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' (必要) |
upsert設置 | 適用於 PostgreSQL 的 Azure 資料庫 upsert 選項設定 | AzurePostgreSqlSinkUpsertSettings |
writeMethod | 作業的寫入行為。 預設值為大量插入。 | 'BulkInsert' '複製命令' “Upsert” |
AzurePostgreSqlSinkUpsertSettings
名稱 | 說明 | 價值觀 |
---|---|---|
鑰匙 | 唯一數據列識別的索引鍵數據行名稱。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
AzurePostgreSqlSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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 搜尋服務索引時,指定寫入行為。 | “合併” '上傳' |
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 布爾值的表達式)。 | 任何 |
儲存程序參數 | SQL 預存程式參數。 | 任何 |
storedProcedureTableType參數名稱 | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
表格選項 | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'AzureSqlSink' (必要) |
upsert設置 | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior 的 | 將數據複製到 Azure SQL 時,寫入行為。 類型:SqlWriteBehaviorEnum (或 expression with resultType SqlWriteBehaviorEnum) | 任何 |
AzureSqlSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
隔離級別 | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 |
分割設定 | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings |
produceAdditionalTypes | 要產生的其他類型。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
sqlReader查詢 | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
SQL讀取器儲存過程名稱 | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
azureTableSourceIgnoreTableNotFound | 找不到 Azure 資料表來源忽略數據表。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
azureTableSourceQuery | Azure 數據表來源查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
型別 | 讀取設定類型。 | 'BinaryReadSettings' (必要) |
BinaryReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
型別 | 讀取設定類型。 | 字串 (必要) |
二進位接收器
名稱 | 說明 | 價值觀 |
---|---|---|
商店設置 | 二進位存放區設定。 | StoreWriteSettings |
型別 | 複製接收類型。 | 'BinarySink' (必要) |
二進位源
名稱 | 說明 | 價值觀 |
---|---|---|
formatSettings | 二進位格式設定。 | BinaryReadSettings |
商店設置 | 二進位存放區設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'BinarySource' (必要) |
BlobSink (水滴接收器)
名稱 | 說明 | 價值觀 |
---|---|---|
blobWriterAddHeader | Blob 寫入器新增標頭。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
blobWriterDateTimeFormat | Blob 寫入器日期時間格式。 Type:string (或 expression with resultType string) 。 | 任何 |
blobWriter覆蓋檔 | Blob 寫入器會覆寫檔案。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
複製行為 | 複製接收的複製行為類型。 | 任何 |
中繼資料 | 指定要新增至接收數據的自定義元數據。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | 元數據項[] |
型別 | 複製接收類型。 | 'BlobSink' (必要) |
BlobSource (Blob源)
名稱 | 說明 | 價值觀 |
---|---|---|
遞迴 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值是「true」。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
skipHeaderLineCount | 要略過每個 Blob 的標頭行數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
treatEmptyAsNull | 將空白視為 null。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製來源類型。 | 'BlobSource' (必要) |
CassandraSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
一致性層級 | 一致性層級會指定在將數據傳回用戶端應用程式之前,必須回應讀取要求多少個 Cassandra 伺服器。 Cassandra 會檢查指定的 Cassandra 伺服器數目,以取得符合讀取要求的數據。 必須是 cassandraSourceReadConsistencyLevels 的其中一個。 預設值為 『ONE』。 不區分大小寫。 | '全部' “EACH_QUORUM” “LOCAL_ONE” “LOCAL_QUORUM” “LOCAL_SERIAL” “一” “法定人數” 'SERIAL' 系列 “三” '二' |
查詢 | 資料庫查詢。 應該是 SQL-92 查詢表示式或 Cassandra 查詢語言 (CQL) 命令。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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) 。 | 任何 |
bypassBusinessLogicExecution | 控制 Dataverse 自定義商業規則的略過。 Type:string (或 expression with resultType string) 。 Type:string (或 expression with resultType string) 。 | 任何 |
略過Power Automate流程 | 控制Power Automate 流程的略過。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
忽略空值 | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製接收類型。 | 'CommonDataServiceForAppsSink' (必要) |
writeBehavior 的 | 作業的寫入行為。 | 'Upsert' (必要) |
CommonDataServiceForAppsSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'ConcurSource' (必要) |
ContinuationSettingsReference
名稱 | 說明 | 價值觀 |
---|---|---|
continuationTtlInMinutes | 接續 TTL 以分鐘為單位。 | 任何 |
自訂檢查點金鑰 | 自訂的檢查點索引鍵。 | 任何 |
idle條件 | 閑置條件。 | 任何 |
複製活動
名稱 | 說明 | 價值觀 |
---|---|---|
輸入 | 活動的輸入清單。 | 資料集引用[] |
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
輸出 | 活動的輸出清單。 | 資料集引用[] |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'Copy' (必要) |
類型屬性 | 複製活動屬性。 | CopyActivityTypeProperties (必要) |
CopyActivityLogSettings
名稱 | 說明 | 價值觀 |
---|---|---|
enableReliableLogging | 指定是否啟用可靠的記錄。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
logLevel | 取得或設定記錄層級、支援:資訊、警告。 Type:string (或 expression with resultType string) 。 | 任何 |
CopyActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
資料整合單位 | 可用來執行此數據行動的數據整合單位數目上限。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
啟用跳過不相容行 | 是否略過不相容的數據列。 預設值為 False。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enableStaging | 指定是否要透過過渡暫存複製數據。 預設值為 False。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
日誌設置 | 啟用記錄時,客戶需要提供的記錄設定。 | 日誌設置 |
logStorageSettings | (已被取代。請使用 LogSettings) 啟用工作階段記錄時,客戶必須提供的記錄記憶體設定。 | LogStorageSettings |
平行副本 | 在來源或接收上開啟的並行會話數目上限,以避免多載數據存放區。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
保存 | 保留規則。 | 任何[] |
保留規則 | 保留規則。 | 任何[] |
重新導向不相容的列設定 | 當 EnableSkipIncompatibleRow 為 true 時,重新導向不相容的數據列設定。 | RedirectIncompatibleRowSettings |
接收 | 複製活動接收。 | CopySink (必要) |
skipError檔 | 指定數據一致性的容錯。 | SkipErrorFile 檔 |
來源 | 複製活動來源。 | CopySource (必要) |
暫存設定 | 指定 EnableStaging 為 true 時的過渡暫存設定。 | StagingSettings |
在線翻譯 | 複製活動翻譯工具。 如果未指定,則會使用表格式翻譯工具。 | 任何 |
validateDataConsistency | 是否要啟用數據一致性驗證。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
CopySink (複製接收器)
名稱 | 說明 | 價值觀 |
---|---|---|
停用指標收集 | 如果為 true,請停用數據存放區計量集合。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
最大並發連接數 | 接收資料存放區的最大並行連接計數。 類型: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'。 針對 AzureBlobFSSink 類型,設定為 『AzureBlobFSSink』。 針對 AzureDataExplorerSink 類型,設定為 『AzureDataExplorerSink』。 針對 AzureDataLakeStoreSink 類型,設定為 『AzureDataLakeStoreSink』。 針對 AzureDatabricksDeltaLakeSink 類型,設定為 『AzureDatabricksDeltaLakeSink』。 針對 AzureMySqlSink 類型,設定為 『AzureMySqlSink』。 針對 AzurePostgreSqlSink 類型,設定為 『AzurePostgreSqlSink』。 針對 AzureQueueSink 類型,設定為 『AzureQueueSink』。 針對 AzureSearchIndexSink 類型,設定為 『AzureSearchIndexSink』。 針對 AzureSqlSink 類型,設定為 『 AzureSqlSink』。 針對 AzureTableSink 類型,設定為 『 AzureTableSink』。 設定為 BinarySink 類型的 『BinarySink』。 針對 BlobSink 類型設定為 『 BlobSink』。 針對 CommonDataServiceForAppsSink 類型,設定為 'CommonDataServiceForAppsSink'。 針對 CosmosDbMongoDbApiSink 類型,設定為 'CosmosDbMongoDbApiSink'。 針對 CosmosDbSqlApiSink 類型,設定為 'CosmosDbSqlApiSink'。 針對 DelimitedTextSink 類型,設定為 'DelimitedTextSink'。 針對 DocumentDbCollectionSink 類型,設定為 'DocumentDbCollectionSink'。 針對 DynamicsCrmSink 類型,設定為 'DynamicsCrmSink'。 設定為 DynamicsSink 類型的 『DynamicsSink』。 針對 FileSystemSink 類型,設定為 ' FileSystemSink'。 設定為 「IcebergSink」 類型。 設定為 InformixSink 類型的 『InformixSink』。 針對 JsonSink 類型,設定為 『 JsonSink』。 針對 LakeHouseTableSink 類型,設定為 'LakeHouseTableSink'。 針對 MicrosoftAccessSink 類型,設定為 'MicrosoftAccessSink'。 針對 MongoDbAtlasSink 類型,設定為 'MongoDbAtlasSink'。 針對 MongoDbV2Sink 類型,設定為 'MongoDbV2Sink'。 針對 OdbcSink 類型,設定為 『 OdbcSink』。 針對 OracleSink 類型設定為 『 OracleSink』。 針對 OrcSink 類型,設定為 ' OrcSink'。 設定為 ParquetSink 類型的 『ParquetSink』。 設定為 RestSink 類型的 『RestSink』。 針對 SalesforceServiceCloudSink 類型,設定為 'SalesforceServiceCloudSink'。 針對 SalesforceServiceCloudV2Sink 類型,設定為 'SalesforceServiceCloudV2Sink'。 設定為 SalesforceSink 類型的 'SalesforceSink'。 針對 SalesforceV2Sink 類型,設定為 'SalesforceV2Sink'。 針對 SapCloudForCustomerSink 類型,設定為 'SapCloudForCustomerSink'。 針對 SnowflakeSink 類型,設定為 'SnowflakeSink'。 針對 SnowflakeV2Sink 類型,設定為 'SnowflakeV2Sink'。 針對 SqlDWSink 類型,設定為 'SqlDWSink'。 針對 SqlMISink 類型,設定為 ' SqlMISink'。 針對 SqlServerSink 類型,設定為 'SqlServerSink'。 針對 SqlSink 類型,設定為 ' SqlSink'。 針對 TeradataSink 類型,設定為 'TeradataSink'。 針對 WarehouseSink 類型,設定為 『 WarehouseSink』。 | '阿夫羅辛克' “AzureBlobFSSink” “AzureDatabricksDeltaLakeSink” “AzureDataExplorerSink” “AzureDataLakeStoreSink” 'AzureMySqlSink' 'AzurePostgreSqlSink' “AzureQueueSink” “AzureSearchIndexSink” “AzureSqlSink” “AzureTableSink” '二進位沉' “BlobSink” “CommonDataServiceForAppsSink” “CosmosDbMongoDbApiSink” 'CosmosDbSqlApiSink' “DelimitedTextSink” “DocumentDbCollectionSink” 'DynamicsCrmSink' 'DynamicsSink' (動態沉沒) “檔案系統接收器” '冰山沉沒' 'InformixSink' 'JsonSink' 'LakeHouseTableSink' “MicrosoftAccessSink” “MongoDbAtlasSink” “MongoDbV2Sink” “OdbcSink” '甲骨文沉' 'OrcSink' (獸人沉沒) 'ParquetSink' 'RestSink' “SalesforceServiceCloudSink” “SalesforceServiceCloudV2Sink” 'SalesforceSink' “SalesforceV2Sink” “SapCloudForCustomerSink” “SnowflakeSink” 'SnowflakeV2Sink' (雪花V2沉沒) “SqlDWSink” “SqlMISink” “SqlServerSink” 'SqlSink' “TeradataSink” 'WarehouseSink' (必要) |
批次寫入大小 (writeBatchSize) | 寫入批次大小。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
寫入批處理超時 | 寫入批次逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
複製源
名稱 | 說明 | 價值觀 |
---|---|---|
停用指標收集 | 如果為 true,請停用數據存放區計量集合。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
最大並發連接數 | 源數據存放區的最大並行連接計數。 類型: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 類型,設定為 'AmazonRdsForSqlServerSource'。 針對 AmazonRedshiftSource 類型,設定為 'AmazonRedshiftSource'。 針對 AvroSource 類型,設定為 ' AvroSource'。 針對 AzureBlobFSSource 類型,設定為 『AzureBlobFSSource』。 針對 AzureDataExplorerSource 類型,設定為 『AzureDataExplorerSource』。 針對 AzureDataLakeStoreSource 類型,設定為 『AzureDataLakeStoreSource』。 針對 AzureDatabricksDeltaLakeSource 類型,設定為 『AzureDatabricksDeltaLakeSource』。 針對 AzureMariaDBSource 類型,設定為 『AzureMariaDBSource』。 針對 AzureMySqlSource 類型,設定為 『 AzureMySqlSource』。 針對 AzurePostgreSqlSource 類型,設定為 'AzurePostgreSqlSource'。 針對 AzureSqlSource 類型,設定為 『 AzureSqlSource』。 針對 AzureTableSource 類型,設定為 『 AzureTableSource』。 設定為 BinarySource 類型的 『BinarySource』。 設定為 BlobSource 類型的 'BlobSource'。 針對 CassandraSource 類型,設定為 ' CassandraSource'。 針對 CommonDataServiceForAppsSource 類型,設定為 'CommonDataServiceForAppsSource'。 設定為 ConcurSource 類型的 『ConcurSource』。 針對 CosmosDbMongoDbApiSource 類型,設定為 'CosmosDbMongoDbApiSource'。 針對 CosmosDbSqlApiSource 類型,設定為 'CosmosDbSqlApiSource'。 設定為 CouchbaseSource 類型的 『CouchbaseSource』。 針對 Db2Source 類型,設定為 ' Db2Source'。 設定為 DelimitedTextSource 類型的 'DelimitedTextSource'。 針對 DocumentDbCollectionSource 類型,設定為 'DocumentDbCollectionSource'。 設定為 DrillSource 類型的 'DrillSource'。 設定為 DynamicsAXSource 類型的 'DynamicsAXSource'。 設定為 DynamicsCrmSource 類型的 'DynamicsCrmSource'。 設定為 DynamicsSource 類型的 'DynamicsSource'。 設定為 EloquaSource 類型的 『EloquaSource』。 設定為 ExcelSource 類型的 『ExcelSource』。 設定為 FileSystemSource 類型的 'FileSystemSource'。 針對 GoogleAdWordsSource類型,設定為 'GoogleAdWordsSource'。 針對 GoogleBigQuerySource類型,設定為 'GoogleBigQuerySource'。 針對 GoogleBigQueryV2Source類型,設定為 'GoogleBigQueryV2Source'。 針對 GreenplumSource 類型,設定為 『 GreenplumSource』。 設定為 HBaseSource 類型的 『HBaseSource』。 針對 HdfsSource 類型,設定為 『 HdfsSource』。 設定為 HiveSource類型的 『HiveSource』。 設定為 HttpSource 類型的 'HttpSource'。 設定為 HubspotSource 類型的 『HubspotSource』。 將 設定為 ImpalaSource 類型的 『ImpalaSource』。 將 設定為 InformixSource 類型的 'InformixSource'。 設定為類型 JiraSource 的 『JiraSource』。 針對 JsonSource 類型,設定為 『 JsonSource』。 設定為 LakeHouseTableSource 類型的 'LakeHouseTableSource'。 設定為 MagentoSource類型的 『MagentoSource』。 針對 MariaDBSource 類型,設定為 ' MariaDBSource'。 設定為 MarketoSource 類型的 『MarketoSource』。 針對 MicrosoftAccessSource 類型,設定為 'MicrosoftAccessSource'。 針對 MongoDbAtlasSource 類型,設定為 'MongoDbAtlasSource'。 針對 MongoDbSource 類型,設定為 ' MongoDbSource'。 針對 MongoDbV2Source 類型,設定為 'MongoDbV2Source'。 針對 MySqlSource 類型,設定為 ' MySqlSource'。 針對 NetezzaSource 類型,設定為 ' NetezzaSource'。 設定為 ODataSource 類型的 『ODataSource』。 針對 OdbcSource 類型,設定為 『 OdbcSource』。 針對 Office365Source 類型,設定為 『Office365Source』。 針對 OracleServiceCloudSource 類型,設定為 ' OracleServiceCloudSource'。 設定為 OracleSource 類型的 'OracleSource'。 設定為 OrcSource 類型的 『OrcSource』。 設定為 ParquetSource 類型的 『ParquetSource』。 設定為 PaypalSource 類型的 『PaypalSource』。 設定為 PhoenixSource 類型的 『PhoenixSource』。 針對 PostgreSqlSource 類型,設定為 ' PostgreSqlSource'。 針對 PostgreSqlV2Source 類型,設定為 'PostgreSqlV2Source'。 設定為 PrestoSource 類型的 『PrestoSource』。 針對 QuickBooksSource 類型,設定為 ' QuickBooksSource'。 設定為 RelationalSource 類型的 『RelationalSource』。 針對 ResponsysSource 類型,設定為 'ResponsysSource'。 設定為 RestSource 類型的 'RestSource'。 針對 SalesforceMarketingCloudSource 類型,設定為 'SalesforceMarketingCloudSource'。 針對 SalesforceServiceCloudSource 類型,設定為 'SalesforceServiceCloudSource'。 針對 SalesforceServiceCloudV2Source 類型,設定為 'SalesforceServiceCloudV2Source'。 將 設定為 SalesforceSource 類型的 'SalesforceSource'。 針對 SalesforceV2Source 類型,設定為 'SalesforceV2Source'。 針對 SapBwSource 類型,設定為 ' SapBwSource'。 針對 SapCloudForCustomerSource 類型,設定為 'SapCloudForCustomerSource'。 針對 SapEccSource 類型,設定為 ' SapEccSource'。 針對 SapHanaSource 類型,設定為 ' SapHanaSource'。 針對 SapOdpSource 類型,設定為 ' SapOdpSource'。 針對 SapOpenHubSource 類型,設定為 ' SapOpenHubSource'。 針對 SapTableSource 類型,設定為 ' SapTableSource'。 設定為 ServiceNowSource 類型的 'ServiceNowSource'。 針對 ServiceNowV2Source 類型,設定為 'ServiceNowV2Source'。 針對 SharePointOnlineListSource 類型,設定為 'SharePointOnlineListSource'。 設定為 類型 ShopifySource 的 'ShopifySource'。 針對 SnowflakeSource 類型,設定為 ' SnowflakeSource'。 針對 SnowflakeV2Source 類型,設定為 'SnowflakeV2Source'。 將 設定為 SparkSource 類型的 『SparkSource』。 針對 SqlDWSource 類型,設定為 ' SqlDWSource'。 針對 SqlMISource 類型,設定為 ' SqlMISource'。 針對 SqlServerSource 類型,設定為 ' SqlServerSource'。 設定為 SqlSource 類型的 'SqlSource'。 設定為 SquareSource 類型的 'SquareSource'。 設定為 SybaseSource 類型的 'SybaseSource'。 針對 TeradataSource 類型,設定為 ' TeradataSource'。 設定為 類型 VerticaSource 的 'VerticaSource'。 設定為 WarehouseSource 類型的 『WarehouseSource』。 設定為 XeroSource 類型的 『XeroSource』。 將 類型 ZohoSource 設定為 'ZohoSource'。 設定為 [WebSource] 類型為 'WebSource'。 設定為 XmlSource 類型的 『XmlSource』。 | 'AmazonMWSSource' “AmazonRdsForOracleSource” “AmazonRdsForSqlServerSource” “AmazonRedshiftSource” 'AvroSource' 'AzureBlobFSSource' “AzureDatabricksDeltaLakeSource” “AzureDataExplorerSource” “AzureDataLakeStoreSource” 'AzureMariaDBSource' “AzureMySqlSource” “AzurePostgreSqlSource” “AzureSqlSource” “AzureTableSource” '二進位源' “BlobSource” “CassandraSource” “CommonDataServiceForAppsSource” “ConcurSource” “CosmosDbMongoDbApiSource” “CosmosDbSqlApiSource” 'CouchbaseSource' “Db2Source” 'DelimitedTextSource' “DocumentDbCollectionSource” 'DrillSource' 'DynamicsAXSource' 'DynamicsCrmSource' “DynamicsSource” 'EloquaSource' “ExcelSource” 'FileSystemSource' 'GoogleAdWordsSource' “GoogleBigQuerySource” 'GoogleBigQueryV2Source' 'GreenplumSource' (英文) “HBaseSource” “Hdfs源” 'HiveSource' “HttpSource” 'HubspotSource' 'ImpalaSource' 'InformixSource' 'JiraSource' 'JsonSource' “LakeHouseTableSource” 'MagentoSource' 'MariaDBSource' 'MarketoSource' “MicrosoftAccessSource” “MongoDbAtlasSource” “MongoDbSource” “MongoDbV2Source” 'MySqlSource' 'NetezzaSource' “ODataSource” “OdbcSource” “Office365Source” “OracleServiceCloudSource” “OracleSource” “OrcSource” 'ParquetSource' '貝寶源' “鳳凰之源” 'PostgreSqlSource' 'PostgreSqlV2Source' 'PrestoSource' 'QuickBooksSource' '關係源' “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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
批次大小 | 指定要在 MongoDB 實體回應的每個批次中傳回的檔案數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:integer (或 expression with resultType integer) 。 | 任何 |
cursor方法 | Mongodb 查詢的數據指標方法。 | MongoDbCursorMethods屬性 |
篩選 | 使用查詢運算子指定選取篩選。 若要傳回集合中的所有檔,請省略此參數或傳遞空白檔 ({})。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
檢測日期時間 | 是否將基本值偵測為 datetime 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
頁面大小 | 結果的頁面大小。 類型:integer (或 expression with resultType integer) 。 | 任何 |
首選區域 | 慣用的區域。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
查詢 | SQL API 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'CosmosDbSqlApiSource' (必要) |
CouchbaseSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'CouchbaseSource' (必要) |
憑證引用
名稱 | 說明 | 價值觀 |
---|---|---|
referenceName (引用名稱) | 參考認證名稱。 | 字串 (必要) |
型別 | 認證參考類型。 | 'CredentialReference' (必要) |
CustomActivity (自定義活動)
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'Custom' (必要) |
類型屬性 | 自訂活動屬性。 | CustomActivityTypeProperties (必要) |
CustomActivityReferenceObject 物件
名稱 | 說明 | 價值觀 |
---|---|---|
數據集 | 數據集參考。 | 資料集引用[] |
linked服務 | 鏈接的服務參考。 | LinkedServiceReference[] |
CustomActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
autoUserSpecification | 使用者的提高許可權層級和範圍,預設值為非系統管理員工作。 Type:string (或 expression with resultType double) 的表達式。 | 任何 |
指令 | 自定義活動類型的命令:string (或 expression with resultType string)。 | 任何 (必要) |
extendedProperties | 使用者定義的屬性包。 對可以使用的索引鍵或值沒有任何限制。 使用者指定的自定義活動完全負責取用和解譯定義的內容。 | CustomActivityTypePropertiesExtendedProperties |
資料夾路徑 | 資源文件的資料夾路徑 類型:string (或 expression with resultType string)。 | 任何 |
reference物件 | 參考物件 | CustomActivityReferenceObject 物件 |
resourceLinkedService | 資源連結服務參考。 | LinkedServiceReference |
retentionTime(以天為單位) | 針對自訂活動提交的檔案保留時間。 類型:double(或 expressionType double 的運算式)。 | 任何 |
CustomActivityTypePropertiesExtendedProperties
名稱 | 說明 | 價值觀 |
---|
DatabricksJobActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'DatabricksJob' (必需) |
類型屬性 | Databricks 作業活動屬性。 | DatabricksJobActivityTypeProperties (必需) |
DatabricksJobActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
jobId | 要執行的 Databricks 作業的 ID。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
工作參數 | 用於此作業的每次運行的作業參數。 如果作業採用未指定的參數,則將使用作業中的預設值。 | DatabricksJobActivityTypePropertiesJobParameters |
DatabricksJobActivityTypePropertiesJobParameters
名稱 | 說明 | 價值觀 |
---|
DatabricksNotebookActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'DatabricksNotebook' (必要) |
類型屬性 | Databricks Notebook 活動屬性。 | DatabricksNotebookActivityTypeProperties (必要) |
DatabricksNotebookActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
baseParameters | 要用於此作業每個回合的基底參數。如果筆記本採用未指定的參數,則會使用筆記本中的預設值。 | DatabricksNotebookActivityTypePropertiesBaseParameters |
圖書館 | 要安裝在將執行作業之叢集上的連結庫清單。 | DatabricksNotebookActivityTypePropertiesLibrariesItem[] |
筆記本路徑 | 要在 Databricks 工作區中執行的筆記本絕對路徑。 此路徑必須以斜線開頭。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DatabricksNotebookActivityTypePropertiesBaseParameters
名稱 | 說明 | 價值觀 |
---|
DatabricksNotebookActivityTypePropertiesLibrariesItem
名稱 | 說明 | 價值觀 |
---|
DatabricksSparkJarActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'DatabricksSparkJar' (必要) |
類型屬性 | Databricks SparkJar 活動屬性。 | DatabricksSparkJarActivityTypeProperties (必要) |
DatabricksSparkJarActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
圖書館 | 要安裝在將執行作業之叢集上的連結庫清單。 | DatabricksSparkJarActivityTypePropertiesLibrariesItem[] |
mainClassName | 包含要執行的 main 方法之類別的完整名稱。 這個類別必須包含在提供做為程式庫的 JAR 中。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
參數 | 將傳遞至 main 方法的參數。 | 任何[] |
DatabricksSparkJarActivityTypePropertiesLibrariesItem
名稱 | 說明 | 價值觀 |
---|
DatabricksSparkPythonActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'DatabricksSparkPython' (必要) |
類型屬性 | Databricks SparkPython 活動屬性。 | DatabricksSparkPythonActivityTypeProperties (必要) |
DatabricksSparkPythonActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
圖書館 | 要安裝在將執行作業之叢集上的連結庫清單。 | DatabricksSparkPythonActivityTypePropertiesLibrariesItem[] |
參數 | 將傳遞至 Python 檔案的命令行參數。 | 任何[] |
python檔 | 要執行之 Python 檔案的 URI。 支援 DBFS 路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DatabricksSparkPythonActivityTypePropertiesLibrariesItem
名稱 | 說明 | 價值觀 |
---|
數據流參考
名稱 | 說明 | 價值觀 |
---|---|---|
datasetParameters 數據集參數 | 從數據集參考數據流參數。 | 任何 |
參數 | 資料流程參數 | ParameterValueSpecification 參數值規範 |
referenceName (引用名稱) | 參考數據流名稱。 | 字串 (必要) |
型別 | 數據流參考類型。 | 'DataFlowReference' (必要) |
DataFlowStagingInfo
名稱 | 說明 | 價值觀 |
---|---|---|
資料夾路徑 | 暫存 Blob 的資料夾路徑。 類型:string (或 expression with resultType string) | 任何 |
連結服務 | 暫存連結服務參考。 | LinkedServiceReference |
DataLakeAnalyticsUsqlActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'DataLakeAnalyticsU-SQL' (必要) |
類型屬性 | Data Lake Analytics U-SQL 活動屬性。 | DataLakeAnalyticsUsqlActivityTypeProperties (必要) |
DataLakeAnalyticsUsqlActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
編譯模式 | U-SQL 的編譯模式。 必須是下列其中一個值:Semantic、Full 和SingleBox。 Type:string (或 expression with resultType string) 。 | 任何 |
DegreeOfParallelism | 用來執行作業的節點數目上限。 預設值為 1。 類型:integer(或 Expression 含 resultType 整數的運算式),最小值:1。 | 任何 |
參數 | U-SQL 作業要求的參數。 | DataLakeAnalyticsUsqlActivityTypeProperties參數 |
優先權 | 決定應該先選取已排入佇列的所有作業,以執行。 數位越低,優先順序越高。 預設值為 1000。 類型:integer(或 Expression 含 resultType 整數的運算式),最小值:1。 | 任何 |
runtimeVersion (運行時版本) | 要使用的U-SQL引擎運行時間版本。 Type:string (或 expression with resultType string) 。 | 任何 |
scriptLinked服務 | 編寫連結服務參考的腳本。 | LinkedServiceReference (必要) |
腳本路徑 | 包含U-SQL 文稿之資料夾的區分大小寫路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DataLakeAnalyticsUsqlActivityTypeProperties參數
名稱 | 說明 | 價值觀 |
---|
數據集引用
名稱 | 說明 | 價值觀 |
---|---|---|
參數 | 數據集的自變數。 | ParameterValueSpecification 參數值規範 |
referenceName (引用名稱) | 參考數據集名稱。 | 字串 (必要) |
型別 | 數據集參考類型。 | 'DatasetReference' (必要) |
Db2Source 資料庫
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'Db2Source' (必要) |
刪除活動
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'Delete' (必要) |
類型屬性 | 刪除活動屬性。 | DeleteActivityTypeProperties (必要) |
DeleteActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
資料集 | 刪除活動數據集參考。 | DatasetReference (必要) |
enableLogging | 是否要記錄刪除活動執行的詳細記錄。 預設值為 False。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
logStorageSettings | 當 enableLogging 為 true 時,客戶必須提供記錄記憶體設定。 | LogStorageSettings |
最大並發連接數 | 同時連接數據源的最大並行連線。 | int 約束: 最小值 = 1 |
遞迴 | 如果為 true,則會以遞歸方式刪除目前資料夾路徑下的檔案或子資料夾。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
商店設置 | 刪除活動存放區設定。 | StoreReadSettings |
DelimitedTextReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
skipLineCount | 指出從輸入檔案讀取資料時要略過的非空白數據列數目。 類型:integer (或 expression with resultType integer) 。 | 任何 |
型別 | 讀取設定類型。 | 'DelimitedTextReadSettings' (必要) |
DelimitedTextReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
skipLineCount | 指出從輸入檔案讀取資料時要略過的非空白數據列數目。 類型:integer (或 expression with resultType integer) 。 | 任何 |
型別 | 讀取設定類型。 | 字串 (必要) |
DelimitedTextSink
名稱 | 說明 | 價值觀 |
---|---|---|
formatSettings | DelimitedText 格式設定。 | DelimitedTextWrite設置 |
商店設置 | DelimitedText 存放區設定。 | StoreWriteSettings |
型別 | 複製接收類型。 | 'DelimitedTextSink' (必要) |
DelimitedTextSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | DelimitedText 格式設定。 | DelimitedTextReadSettings |
商店設置 | DelimitedText 存放區設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'DelimitedTextSource' (必要) |
DelimitedTextWrite設置
名稱 | 說明 | 價值觀 |
---|---|---|
fileExtension 檔擴展名 | 用來建立檔案的擴展名。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
檔名前綴 | 指定檔名模式 <fileNamePrefix>_<fileIndex>。<從不含 partitionOptions 的非檔案式存放區複製時,fileExtension> 。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
quoteAllText | 指出字串值是否一律以引號括住。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 寫入設定類型。 | 字串 (必要) |
Distcp設置
名稱 | 說明 | 價值觀 |
---|---|---|
distcp選項 | 指定 Distcp 選項。 Type:string (或 expression with resultType string) 。 | 任何 |
資源管理器端點 | 指定 Yarn ResourceManager 端點。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
tempScriptPath (臨時文稿路徑) | 指定將用來儲存暫存 Distcp 命令腳本的現有資料夾路徑。 腳本檔案是由ADF產生,將在複製作業完成後移除。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DocumentDbCollectionSink
名稱 | 說明 | 價值觀 |
---|---|---|
嵌套分隔符 | 巢狀屬性分隔符。 預設值為 。 (點)。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'DocumentDbCollectionSink' (必要) |
writeBehavior 的 | 描述如何將數據寫入 Azure Cosmos DB。 Type:string (或 expression with resultType string) 。 允許的值:insert 和 upsert。 | 任何 |
DocumentDbCollectionSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
嵌套分隔符 | 巢狀屬性分隔符。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢 | 文件查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'DocumentDbCollectionSource' (必要) |
鑽取源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'DrillSource' (必要) |
DWCopyCommand預設值
名稱 | 說明 | 價值觀 |
---|---|---|
欄位名稱 | 數據行名稱。 Type: object (或 Expression with resultType string)。 | 任何 |
預設值 | 數據行的預設值。 Type: object (或 Expression with resultType string)。 | 任何 |
DWCopyCommandSettings
名稱 | 說明 | 價值觀 |
---|---|---|
其他選項 | 直接在複製命令中傳遞至 SQL DW 的其他選項。 類型:索引鍵值組(值應該是字串類型)(或具有 resultType 物件的 Expression)。 範例:“additionalOptions”: { “MAXERRORS”: “1000”, “DATEFORMAT”: “'ymd'” } | DWCopyCommandSettingsAdditionalOptions |
預設值 | 指定 SQL DW 中每個目標資料行的預設值。 屬性中的預設值會覆寫 DB 中設定的 DEFAULT 條件約束,而標識列不能有預設值。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | DWCopyCommandDefaultValue[] |
DWCopyCommandSettingsAdditionalOptions
名稱 | 說明 | 價值觀 |
---|
DynamicsAXSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'DynamicsAXSource' (必要) |
DynamicsCrmSink (動力學Crm接收器)
名稱 | 說明 | 價值觀 |
---|---|---|
alternateKeyName (備用鍵名稱) | 替代索引鍵的邏輯名稱,會在更新插入記錄時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
bypassBusinessLogicExecution | 控制 Dataverse 自定義商業規則的略過。 Type:string (或 expression with resultType string) 。 Type:string (或 expression with resultType string) 。 | 任何 |
略過Power Automate流程 | 控制Power Automate 流程的略過。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
忽略空值 | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製接收類型。 | 'DynamicsCrmSink' (必要) |
writeBehavior 的 | 作業的寫入行為。 | 'Upsert' (必要) |
DynamicsCrmSource (動態Crm源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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) 。 | 任何 |
bypassBusinessLogicExecution | 控制 Dataverse 自定義商業規則的略過。 Type:string (或 expression with resultType string) 。 Type:string (或 expression with resultType string) 。 | 任何 |
略過Power Automate流程 | 控制Power Automate 流程的略過。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
忽略空值 | 旗標,指出寫入作業期間是否忽略輸入數據集的 Null 值(索引鍵欄位除外)。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製接收類型。 | 'DynamicsSink' (必要) |
writeBehavior 的 | 作業的寫入行為。 | 'Upsert' (必要) |
DynamicsSource (動態源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | FetchXML 是一種專屬的查詢語言,用於 Microsoft Dynamics(在線和內部部署)。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'DynamicsSource' (必要) |
EloquaSource 源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'EloquaSource' (必要) |
Excel源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
商店設置 | Excel 市集設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'ExcelSource' (必要) |
ExecuteDataFlowActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'ExecuteDataFlow' (必要) |
類型屬性 | 執行數據流活動屬性。 | ExecuteDataFlowActivityTypeProperties (必要) |
ExecuteDataFlowActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
計算 | 數據流活動的計算屬性。 | ExecuteDataFlowActivityTypePropertiesCompute |
continuationSettings | 執行數據流活動的接續設定。 | ContinuationSettingsReference |
continueOnError | 繼續執行用於數據流執行的錯誤設定。 如果接收失敗,可讓處理繼續。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
數據流 | 數據流參考。 | DataFlowReference (必要) |
integrationRuntime | 整合運行時間參考。 | IntegrationRuntimeReference |
run併發 | 用於數據流執行的並行執行設定。 允許同時處理具有相同儲存順序的接收。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
sourceStagingConcurrency | 指定適用於接收之來源的平行暫存數目。 類型:integer(或 expression 含 resultType 整數的運算式) | 任何 |
暫存 | 執行數據流活動的暫存資訊。 | DataFlowStagingInfo |
跟蹤級別 | 用於數據流監視輸出的追蹤層級設定。 支援的值為:『粗略』、『fine』和 『none』。 類型:string (或 expression with resultType string) | 任何 |
ExecuteDataFlowActivityTypePropertiesCompute
名稱 | 說明 | 價值觀 |
---|---|---|
computeType | 將執行數據流作業之叢集的計算類型。 可能的值包括:『General』、『MemoryOptimized』、『ComputeOptimized』。 類型:string (或 expression with resultType string) | 任何 |
核心計數 | 將執行數據流作業之叢集的核心計數。 支援的值為:8、16、32、48、80、144 和 272。 類型:integer(或 expression 含 resultType 整數的運算式) | 任何 |
ExecutePipelineActivity
名稱 | 說明 | 價值觀 |
---|---|---|
原則 | 執行管線活動原則。 | ExecutePipelineActivityPolicy |
型別 | 活動類型。 | 'ExecutePipeline' (必要) |
類型屬性 | 執行管線活動屬性。 | ExecutePipelineActivityTypeProperties (必要) |
ExecutePipelineActivityPolicy
名稱 | 說明 | 價值觀 |
---|---|---|
安全輸入 | 當設定為 true 時,來自活動的輸入會被視為安全,且不會記錄到監視。 | 布爾 (bool) |
ExecutePipelineActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
參數 | 管線參數。 | ParameterValueSpecification 參數值規範 |
準銷售案源 | 管線參考。 | PipelineReference (必要) |
waitOnCompletion | 定義活動執行是否會等候相依管線執行完成。 預設值為 false。 | 布爾 (bool) |
ExecutePowerQueryActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
計算 | 數據流活動的計算屬性。 | ExecuteDataFlowActivityTypePropertiesCompute |
continuationSettings | 執行數據流活動的接續設定。 | ContinuationSettingsReference |
continueOnError | 繼續執行用於數據流執行的錯誤設定。 如果接收失敗,可讓處理繼續。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
數據流 | 數據流參考。 | DataFlowReference (必要) |
integrationRuntime | 整合運行時間參考。 | IntegrationRuntimeReference |
查詢 | Power Query 混搭查詢對應至接收數據集的清單。 | PowerQuerySinkMapping[] |
run併發 | 用於數據流執行的並行執行設定。 允許同時處理具有相同儲存順序的接收。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
匯 | (已被取代。請使用查詢)。 對應至 queryName 的 Power Query 活動接收清單。 | ExecutePowerQueryActivityTypeProperties接收器 |
sourceStagingConcurrency | 指定適用於接收之來源的平行暫存數目。 類型:integer(或 expression 含 resultType 整數的運算式) | 任何 |
暫存 | 執行數據流活動的暫存資訊。 | DataFlowStagingInfo |
跟蹤級別 | 用於數據流監視輸出的追蹤層級設定。 支援的值為:『粗略』、『fine』和 『none』。 類型:string (或 expression with resultType string) | 任何 |
ExecutePowerQueryActivityTypeProperties接收器
名稱 | 說明 | 價值觀 |
---|
ExecuteSsisPackageActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'ExecuteSSISPackage' (必要) |
類型屬性 | 執行 SSIS 套件活動屬性。 | ExecuteSsisPackageActivityTypeProperties (必要) |
ExecuteSsisPackageActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
連接方式 | 整合運行時間參考。 | IntegrationRuntimeReference (必要) |
環境路徑 | 執行 SSIS 封裝的環境路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
executionCredential 的 | 封裝執行認證。 | SsisExecutionCredential |
日誌記錄級別 | 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
名稱 | 說明 | 價值觀 |
---|---|---|
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'ExecuteWranglingDataflow' (必要) |
類型屬性 | 執行 power query 活動屬性。 | ExecutePowerQueryActivityTypeProperties (必要) |
表現
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 表達式類型。 | 'Expression' (必要) |
價值 | 表達式值。 | 字串 (必要) |
表達式 V2
名稱 | 說明 | 價值觀 |
---|---|---|
運算元 | 巢狀表達式的清單。 | 表達式V2 |
運營商 | 表達式運算子值類型:字串清單。 | 字串[] |
型別 | 系統支援的表達式類型。 類型:字串。 | '二進位' “恆定” '欄位' “不” '一元' |
價值 | 常量/欄位類型的值:object。 | 任何 |
FailActivity 函數
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'Fail' (必要) |
類型屬性 | 失敗活動屬性。 | FailActivityTypeProperties (必要) |
FailActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
錯誤代碼 | 錯誤碼,分類失敗活動的錯誤類型。 它可以是運行時間評估為非空白/空白字串的動態內容。 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) 。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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 的
名稱 | 說明 | 價值觀 |
---|---|---|
複製行為 | 複製接收的複製行為類型。 | 任何 |
型別 | 複製接收類型。 | 'FileSystemSink' (必要) |
FileSystemSource 檔源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
遞迴 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值是「true」。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製來源類型。 | 'FileSystemSource' (必要) |
FilterActivity (篩選活動)
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'Filter' (必要) |
類型屬性 | 篩選活動屬性。 | FilterActivityTypeProperties (必要) |
FilterActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
條件 | 用於篩選輸入的條件。 | 運算式 (必要) |
項目 | 應套用篩選的輸入陣列。 | 運算式 (必要) |
ForEachActivity
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'ForEach' (必要) |
類型屬性 | ForEach 活動屬性。 | ForEachActivityTypeProperties (必要) |
ForEachActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
活動 | 要執行的活動清單。 | Activity[] (必要) |
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 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞迴 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值是「true」。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 讀取設定類型。 | 'FtpReadSettings' (必要) |
使用二進位傳輸 | 指定是否要使用 FTP 存放區的二進位傳輸模式。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
wildcardFileName (通配符檔名) | Ftp 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath 通配符資料夾路徑 | Ftp 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
GetMetadataActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'GetMetadata' (必要) |
類型屬性 | GetMetadata 活動屬性。 | GetMetadataActivityTypeProperties (必要) |
GetMetadataActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
資料集 | GetMetadata 活動數據集參考。 | DatasetReference (必要) |
欄位清單 | 要從數據集取得的元數據欄位。 | 任何[] |
formatSettings | GetMetadata 活動格式設定。 | FormatReadSettings |
商店設置 | GetMetadata 活動存放區設定。 | StoreReadSettings |
GoogleAdWords來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'GoogleAdWordsSource' (必要) |
GoogleBigQuery源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'GoogleBigQuerySource' (必要) |
GoogleBigQueryV2源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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) 。 | 任何 |
Greenplum來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'GreenplumSource' (必要) |
HBase源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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 布爾值的表達式)。 | 任何 |
distcp設置 | 指定 Distcp 相關設定。 | Distcp設置 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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 (英语)
名稱 | 說明 | 價值觀 |
---|---|---|
distcp設置 | 指定 Distcp 相關設定。 | Distcp設置 |
遞迴 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值是「true」。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製來源類型。 | 'HdfsSource' (必要) |
HDInsightHiveActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'HDInsightHive' (必要) |
類型屬性 | HDInsight Hive 活動屬性。 | HDInsightHiveActivityTypeProperties (必要) |
HDInsightHiveActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
引數 | 使用者指定的 HDInsightActivity 自變數。 | 任何[] |
定義 | 允許使用者指定Hive作業要求的定義。 | HDInsightHiveActivityTypeProperties定義 |
getDebugInfo | 偵錯資訊選項。 | “總是” “失敗” “無” |
查詢超時 | 查詢逾時值 (以分鐘為單位)。 當 HDInsight 叢集使用 ESP 時有效(企業安全性套件) | 整數 (int) |
scriptLinked服務 | 編寫連結服務參考的腳本。 | LinkedServiceReference |
腳本路徑 | 腳本路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
storageLinked服務 | 記憶體連結服務參考。 | LinkedServiceReference[] |
變數 | hivevar 命名空間下的使用者指定自變數。 | HDInsightHiveActivityTypeProperties變數 |
HDInsightHiveActivityTypeProperties定義
名稱 | 說明 | 價值觀 |
---|
HDInsightHiveActivityTypeProperties變數
名稱 | 說明 | 價值觀 |
---|
HDInsightMapReduceActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'HDInsightMapReduce' (必要) |
類型屬性 | HDInsight MapReduce 活動屬性。 | HDInsightMapReduceActivityTypeProperties (必要) |
HDInsightMapReduceActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
引數 | 使用者指定的 HDInsightActivity 自變數。 | 任何[] |
類別名稱 | 類別名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
定義 | 允許使用者指定 MapReduce 作業要求的定義。 | HDInsightMapReduceActivityTypeProperties定義 |
getDebugInfo | 偵錯資訊選項。 | “總是” “失敗” “無” |
jarFilePath 檔 | Jar 路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
jarLibs | Jar libs。 | 任何[] |
jarLinked服務 | Jar 連結服務參考。 | LinkedServiceReference |
storageLinked服務 | 記憶體連結服務參考。 | LinkedServiceReference[] |
HDInsightMapReduceActivityTypeProperties定義
名稱 | 說明 | 價值觀 |
---|
HDInsightPigActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'HDInsightPig' (必要) |
類型屬性 | HDInsight Pig 活動屬性。 | HDInsightPigActivityTypeProperties (必要) |
HDInsightPigActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
引數 | 使用者指定的 HDInsightActivity 自變數。 類型:array(或 expression with resultType array 的 Expression)。 | 任何 |
定義 | 允許使用者指定 Pig 作業要求的定義。 | HDInsightPigActivityTypeProperties定義 |
getDebugInfo | 偵錯資訊選項。 | “總是” “失敗” “無” |
scriptLinked服務 | 編寫連結服務參考的腳本。 | LinkedServiceReference |
腳本路徑 | 腳本路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
storageLinked服務 | 記憶體連結服務參考。 | LinkedServiceReference[] |
HDInsightPigActivityTypeProperties定義
名稱 | 說明 | 價值觀 |
---|
HDInsightSparkActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'HDInsightSpark' (必要) |
類型屬性 | HDInsight Spark 活動屬性。 | HDInsightSparkActivityTypeProperties (必要) |
HDInsightSparkActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
引數 | HDInsightSparkActivity 的使用者指定自變數。 | 任何[] |
類別名稱 | 應用程式的 Java/Spark 主要類別。 | 字串 |
entryFilePath 文件路徑 | 要執行之程式代碼/套件根資料夾的相對路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
getDebugInfo | 偵錯資訊選項。 | “總是” “失敗” “無” |
代理使用者 | 要模擬該作業的使用者。 Type:string (或 expression with resultType string) 。 | 任何 |
根路徑 | 所有作業檔案之 'sparkJobLinkedService' 中的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
sparkConfig 函數 | Spark 組態屬性。 | HDInsightSparkActivityTypePropertiesSparkConfig |
sparkJobLinkedService | 用於上傳專案檔案和相依性的記憶體連結服務,以及用於接收記錄。 | LinkedServiceReference |
HDInsightSparkActivityTypePropertiesSparkConfig
名稱 | 說明 | 價值觀 |
---|
HDInsightStreamingActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'HDInsightStreaming' (必要) |
類型屬性 | HDInsight 串流活動屬性。 | HDInsightStreamingActivityTypeProperties (必要) |
HDInsightStreamingActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
引數 | 使用者指定的 HDInsightActivity 自變數。 | 任何[] |
結合子 | 合併器可執行檔名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
commandEnvironment | 命令行環境值。 | 任何[] |
定義 | 允許使用者指定串流作業要求的定義。 | HDInsightStreamingActivityTypeProperties定義 |
fileLinked服務 | 檔案所在的連結服務參考。 | LinkedServiceReference |
檔路徑 | 串流作業檔案的路徑。 可以是目錄。 | any[] (必要) |
getDebugInfo | 偵錯資訊選項。 | “總是” “失敗” “無” |
輸入 | 輸入 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) 。 | 任何 (必要) |
storageLinked服務 | 記憶體連結服務參考。 | LinkedServiceReference[] |
HDInsightStreamingActivityTypeProperties定義
名稱 | 說明 | 價值觀 |
---|
HiveSource (英文)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'HiveSource' (必要) |
HttpReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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) 。 | 任何 |
請求方法 | 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 Type:string (或 expression with resultType string) 。 | 任何 |
請求超時 | 指定 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' (必要) |
Hubspot源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'HubspotSource' (必要) |
冰山沉沒
名稱 | 說明 | 價值觀 |
---|---|---|
formatSettings | Iceberg 格式設定。 | IcebergWriteSettings |
商店設置 | Iceberg 商店設定。 | StoreWriteSettings |
型別 | 複製接收類型。 | 冰山下水“(必要) |
IcebergWriteSettings
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 寫入設定類型。 | 字串 (必要) |
IfConditionActivity
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'IfCondition' (必要) |
類型屬性 | IfCondition 活動屬性。 | IfConditionActivityTypeProperties (必要) |
IfConditionActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
運算式 | 評估為布爾值的表達式。 這是用來判斷將執行的活動區塊(ifTrueActivities 或 ifFalseActivities)。 | 運算式 (必要) |
ifFalse活動 | 如果表達式評估為 false,要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 | 活動 |
ifTrue活動 | 如果表達式評估為 true,要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 | 活動 |
ImpalaSource (英帕拉源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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' (必要) |
Informix源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'JiraSource' (必要) |
JsonReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
型別 | 讀取設定類型。 | 'JsonReadSettings' (必要) |
JsonReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
型別 | 讀取設定類型。 | 字串 (必要) |
JsonSink
名稱 | 說明 | 價值觀 |
---|---|---|
formatSettings | Json 格式設定。 | JsonWrite設置 |
商店設置 | Json 存放區設定。 | StoreWriteSettings |
型別 | 複製接收類型。 | 'JsonSink' (必要) |
JsonSource (英文)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | Json 格式設定。 | JsonReadSettings |
商店設置 | Json 存放區設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'JsonSource' (必要) |
JsonWrite設置
名稱 | 說明 | 價值觀 |
---|---|---|
檔模式 | JSON 的檔案模式。 此設定會控制將處理 JSON 物件的集合方式。 默認值為 『setOfObjects』。 這是區分大小寫的。 | 任何 |
型別 | 寫入設定類型。 | 字串 (必要) |
LakeHouseRead設置
名稱 | 說明 | 價值觀 |
---|---|---|
deleteFilesAfterCompletion 后 | 指出複製完成之後是否需要刪除來源檔案。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞迴 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值是「true」。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 讀取設定類型。 | 'LakeHouseReadSettings' (必要) |
wildcardFileName (通配符檔名) | Microsoft Fabric Lakehouse 檔案通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath 通配符資料夾路徑 | Microsoft Fabric Lakehouse 檔案通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
LakeHouseTableSink 餐廳
名稱 | 說明 | 價值觀 |
---|---|---|
分區名稱清單 (partitionNameList) | 從接收數據行指定資料分割資料行名稱。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | 任何 |
分割選項 | 根據一或多個數據行,在資料夾結構中建立數據分割。 每個相異數據行值 (pair) 都會是新的分割區。 可能的值包括:「None」、“PartitionByKey” | 任何 |
tableActionOption | Lakehouse 數據表接收的數據表動作類型。 可能的值包括:「None」、“ Append” Overwrite” | 任何 |
型別 | 複製接收類型。 | 'LakeHouseTableSink' (必要) |
LakeHouseTableSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
時間戳AsOf | 依時間戳查詢較舊的快照集。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'LakeHouseTableSource' (必要) |
versionAsOf 版本 | 依版本查詢較舊的快照集。 類型:integer (或 expression with resultType integer) 。 | 任何 |
LakeHouseWrite設置
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 寫入設定類型。 | 'LakeHouseWriteSettings' (必要) |
LinkedServiceReference
名稱 | 說明 | 價值觀 |
---|---|---|
參數 | LinkedService 的自變數。 | ParameterValueSpecification 參數值規範 |
referenceName (引用名稱) | 參考 LinkedService 名稱。 | 字串 (必要) |
型別 | 連結服務參考類型。 | 'LinkedServiceReference' (必要) |
LogLocationSettings
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 記錄記憶體連結服務參考。 | LinkedServiceReference (必要) |
路徑 | 用來儲存活動執行詳細記錄的記憶體路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
日誌設置
名稱 | 說明 | 價值觀 |
---|---|---|
copyActivityLogSettings | 指定複製活動記錄的設定。 | CopyActivityLogSettings |
enableCopyActivityLog | 指定是否啟用複製活動記錄。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
logLocationSettings | 客戶在啟用記錄時必須提供的記錄位置設定。 | LogLocationSettings (必要) |
LogStorageSettings
名稱 | 說明 | 價值觀 |
---|---|---|
enableReliableLogging | 指定是否啟用可靠的記錄。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
連結服務名稱 | 記錄記憶體連結服務參考。 | LinkedServiceReference (必要) |
logLevel | 取得或設定記錄層級、支援:資訊、警告。 Type:string (或 expression with resultType string) 。 | 任何 |
路徑 | 用來儲存活動執行詳細記錄的記憶體路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
LookupActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'Lookup' (必要) |
類型屬性 | 查閱活動屬性。 | LookupActivityTypeProperties (必要) |
LookupActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
資料集 | 查閱活動數據集參考。 | DatasetReference (必要) |
firstRowOnly | 是否要傳回第一個數據列或所有數據列。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
來源 | 數據集特定的來源屬性,與複製活動來源相同。 | CopySource (必要) |
MagentoSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'MagentoSource' (必要) |
MariaDBSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'MariaDBSource' (必要) |
MarketoSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'MarketoSource' (必要) |
元數據項
名稱 | 說明 | 價值觀 |
---|---|---|
名稱 | 元數據專案索引鍵名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
價值 | 元數據專案值。 Type:string (或 expression with resultType string) 。 | 任何 |
MicrosoftAccessSink
名稱 | 說明 | 價值觀 |
---|---|---|
preCopyScript | 開始複製之前要執行的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'MicrosoftAccessSink' (必要) |
MicrosoftAccessSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
批次大小 | 指定要在 MongoDB Atlas 實例回應的每個批次中傳回的檔數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:integer (或 expression with resultType integer) 。 | 任何 |
cursor方法 | Mongodb 查詢的數據指標方法 | MongoDbCursorMethods屬性 |
篩選 | 使用查詢運算子指定選取篩選。 若要傳回集合中的所有檔,請省略此參數或傳遞空白檔 ({})。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'MongoDbAtlasSource' (必要) |
MongoDbCursorMethods屬性
名稱 | 說明 | 價值觀 |
---|---|---|
限制 | 指定伺服器傳回的檔案數目上限。 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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
批次大小 | 指定要在 MongoDB 實體回應的每個批次中傳回的檔案數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:integer (或 expression with resultType integer) 。 | 任何 |
cursor方法 | Mongodb 查詢的數據指標方法 | MongoDbCursorMethods屬性 |
篩選 | 使用查詢運算子指定選取篩選。 若要傳回集合中的所有檔,請省略此參數或傳遞空白檔 ({})。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'MongoDbV2Source' (必要) |
MySqlSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'MySqlSource' (必要) |
NetezzaPartitionSettings
名稱 | 說明 | 價值觀 |
---|---|---|
分區欄位名稱 | 整數類型中的數據行名稱,將用於繼續範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound 分區下限 | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
分區上限 | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
Netezza源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
分割選項 | 將用於 Netezza 平行讀取的數據分割機制。 可能的值包括:「None」、“DataSlice”、“DynamicRange”。 | 任何 |
分割設定 | 將用於 Netezza 來源資料分割的設定。 | NetezzaPartitionSettings |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'NetezzaSource' (必要) |
NotebookParameter
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | Notebook 參數類型。 | '布爾' 漂浮 'int' 字串 |
價值 | Notebook 參數值。 Type:string (或 expression with resultType string) 。 | 任何 |
ODataSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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 (英语)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'OdbcSource' (必要) |
Office365來源
名稱 | 說明 | 價值觀 |
---|---|---|
allowed組 | 包含所有使用者的群組。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
日期篩選欄 | 要套用 <paramref name=“StartTime”/> 和 <paramref name=“EndTime”/>的數據行。 Type:string (或 expression with resultType string) 。 | 任何 |
結束時間 | 此數據集所要求範圍的結束時間。 Type:string (或 expression with resultType string) 。 | 任何 |
outputColumns | 要從 Office 365 數據表讀取的數據行。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 itemType:OutputColumn。 範例: [ { “name”: “Id” }, { “name”: “CreatedDateTime” } ] | 任何 |
開始時間 | 此數據集所要求範圍的開始時間。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'Office365Source' (必要) |
userScopeFilterUri (用戶範圍過濾器URI) | 用戶範圍 URI。 Type:string (或 expression with resultType string) 。 | 任何 |
OracleCloudStorageReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
deleteFilesAfterCompletion 后 | 指出複製完成之後是否需要刪除來源檔案。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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
名稱 | 說明 | 價值觀 |
---|---|---|
分區欄位名稱 | 整數類型中的數據行名稱,將用於繼續範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound 分區下限 | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
分區名稱 | Oracle 數據表的實體分割區名稱。 | 任何 |
分區上限 | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
OracleServiceCloudSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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' (必要) |
Oracle 原始程式碼
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
oracleReaderQuery | Oracle 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Oracle 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 | 任何 |
分割設定 | 將用於 Oracle 來源數據分割的設定。 | OraclePartitionSettings |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'OracleSource' (必要) |
OrcSink 系列
名稱 | 說明 | 價值觀 |
---|---|---|
formatSettings | ORC 格式設定。 | OrcWriteSettings (Orc寫入設置) |
商店設置 | ORC 存放區設定。 | StoreWriteSettings |
型別 | 複製接收類型。 | 'OrcSink' (必要) |
OrcSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
商店設置 | ORC 存放區設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'OrcSource' (必要) |
OrcWriteSettings (Orc寫入設置)
名稱 | 說明 | 價值觀 |
---|---|---|
檔名前綴 | 指定檔名模式 <fileNamePrefix>_<fileIndex>。<從不含 partitionOptions 的非檔案式存放區複製時,fileExtension> 。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
型別 | 寫入設定類型。 | 字串 (必要) |
ParameterDefinitionSpecification
名稱 | 說明 | 價值觀 |
---|
參數規範
名稱 | 說明 | 價值觀 |
---|---|---|
預設值 | 參數的預設值。 | 任何 |
型別 | 參數類型。 | '陣列' '布爾' '浮動' 'int' '物件' “安全字串” 'String' (必要) |
ParameterValueSpecification 參數值規範
名稱 | 說明 | 價值觀 |
---|
ParameterValueSpecification 參數值規範
名稱 | 說明 | 價值觀 |
---|
ParameterValueSpecification 參數值規範
名稱 | 說明 | 價值觀 |
---|
ParameterValueSpecification 參數值規範
名稱 | 說明 | 價值觀 |
---|
ParameterValueSpecification 參數值規範
名稱 | 說明 | 價值觀 |
---|
ParquetReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
型別 | 讀取設定類型。 | 'ParquetReadSettings' (必要) |
ParquetReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
型別 | 讀取設定類型。 | 字串 (必要) |
ParquetSink (鑲木地板水槽)
名稱 | 說明 | 價值觀 |
---|---|---|
formatSettings | Parquet 格式設定。 | ParquetWrite設置 |
商店設置 | Parquet 存放區設定。 | StoreWriteSettings |
型別 | 複製接收類型。 | 'ParquetSink' (必要) |
ParquetSource (鑲框源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | Parquet 格式設定。 | ParquetReadSettings |
商店設置 | Parquet 存放區設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'ParquetSource' (必要) |
ParquetWrite設置
名稱 | 說明 | 價值觀 |
---|---|---|
檔名前綴 | 指定檔名模式 <fileNamePrefix>_<fileIndex>。<從不含 partitionOptions 的非檔案式存放區複製時,fileExtension> 。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
型別 | 寫入設定類型。 | 字串 (必要) |
貝寶來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'PaypalSource' (必要) |
PhoenixSource (鳳凰源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'PhoenixSource' (必要) |
管線
名稱 | 說明 | 價值觀 |
---|---|---|
活動 | 管線中的活動清單。 | 活動 |
附註 | 可用於描述管線的標記清單。 | 任何[] |
並行 | 管線的並行執行數目上限。 | int 約束: 最小值 = 1 |
說明 | 管線的描述。 | 字串 |
檔案夾 | 此管線位於的資料夾。 如果未指定,管線將會出現在根層級。 | PipelineFolder (管道資料夾) |
參數 | 管線的參數清單。 | ParameterDefinitionSpecification |
原則 | 管線原則。 | 管道策略 |
runDimensions 的 | 管線發出的維度。 | PipelineRunDimensions 的 |
變數 | 管線的變數清單。 | VariableDefinitionSpecification |
PipelineElapsedTimeMetricPolicy
名稱 | 說明 | 價值觀 |
---|---|---|
持續時間 | TimeSpan 值,之後就會引發 Azure 監視計量。 | 任何 |
PipelineFolder (管道資料夾)
名稱 | 說明 | 價值觀 |
---|---|---|
名稱 | 此管線位於的資料夾名稱。 | 字串 |
管道策略
名稱 | 說明 | 價值觀 |
---|---|---|
elapsedTimeMetric | Pipeline ElapsedTime 計量原則。 | PipelineElapsedTimeMetricPolicy |
管道引用
名稱 | 說明 | 價值觀 |
---|---|---|
名稱 | 參考名稱。 | 字串 |
referenceName (引用名稱) | 參考管線名稱。 | 字串 (必要) |
型別 | 管線參考類型。 | 'PipelineReference' (必要) |
PipelineRunDimensions 的
名稱 | 說明 | 價值觀 |
---|
Polybase設置
名稱 | 說明 | 價值觀 |
---|---|---|
rejectSampleValue | 決定在 PolyBase 重新計算拒絕數據列百分比之前嘗試擷取的數據列數目。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
拒絕類型 | 拒絕類型。 | '百分比' 價值 |
拒絕值 | 指定查詢失敗前可以拒絕的數據列值或百分比。 類型:number (或具有 resultType number 的運算式),最小值:0。 | 任何 |
useType預設 | 指定當 PolyBase 從文字檔擷取數據時,如何處理分隔文本檔中的遺漏值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
PostgreSqlSource 源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'PostgreSqlSource' (必要) |
PostgreSqlV2源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'PostgreSqlV2Source' (必要) |
PowerQuerySink
名稱 | 說明 | 價值觀 |
---|---|---|
資料集 | 數據集參考。 | 數據集引用 |
說明 | 轉換描述。 | 字串 |
flowlet (流式) | Flowlet 參考 | 數據流參考 |
連結服務 | 鏈接的服務參考。 | LinkedServiceReference |
名稱 | 轉換名稱。 | 字串 (必要) |
rejectedDataLinkedService 服務 | 拒絕的數據連結服務參考。 | LinkedServiceReference |
schemaLinkedService | 架構連結服務參考。 | LinkedServiceReference |
指令 | 接收腳本。 | 字串 |
PowerQuerySinkMapping
名稱 | 說明 | 價值觀 |
---|---|---|
數據流接收器 | 對應至 Power Query 混搭查詢的接收清單。 | PowerQuerySink (PowerQuerySink) |
查詢名稱 | Power Query 混搭文件中查詢的名稱。 | 字串 |
PrestoSource 來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'PrestoSource' (必要) |
QuickBooksSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'QuickBooksSource' (必要) |
RedirectIncompatibleRowSettings
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 用來重新導向不相容數據列的 Azure 記憶體、記憶體 SAS 或 Azure Data Lake Store 連結服務的名稱。 如果指定 redirectIncompatibleRowSettings,則必須指定 。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
路徑 | 用來儲存重新導向不相容數據列數據的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
RedshiftUnload設置
名稱 | 說明 | 價值觀 |
---|---|---|
bucketName (儲存桶名稱) | 暫存 Amazon S3 的貯體,用來儲存從 Amazon Redshift 來源卸除的數據。 貯體必須位於與 Amazon Redshift 來源相同的區域中。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
s3LinkedServiceName | 從 Amazon Redshift 來源複製時,將用於卸載作業的 Amazon S3 連結服務名稱。 | LinkedServiceReference (必要) |
關係源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'RelationalSource' (必要) |
ResponsysSource (英语)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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 標頭。 類型:索引鍵值組(值應該是字串類型)。 | 任何 |
HTTP壓縮類型 | 使用最佳壓縮層級以壓縮格式傳送數據的 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])). | 任何 |
請求間隔 | 傳送下一個要求之前等待的時間,以毫秒為單位 | 任何 |
請求方法 | 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 POST。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'RestSink' (必要) |
RestSource (靜態源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 類型:索引鍵值組(值應該是字串類型)。 | 任何 |
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])). | 任何 |
pagination規則 | 用來撰寫下一個頁面要求的分頁規則。 Type:string (或 expression with resultType string) 。 | 任何 |
requestBody(請求體) | 如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 Type:string (或 expression with resultType string) 。 | 任何 |
請求間隔 | 傳送下一個頁面要求之前等候的時間。 | 任何 |
請求方法 | 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'RestSource' (必要) |
SalesforceMarketingCloudSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'SalesforceMarketingCloudSource' (必要) |
SalesforceServiceCloudSink 服務
名稱 | 說明 | 價值觀 |
---|---|---|
externalIdFieldName(外部 ID 字段名称) | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
忽略空值 | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製接收類型。 | 'SalesforceServiceCloudSink' (必要) |
writeBehavior 的 | 作業的寫入行為。 預設值為 Insert。 | '插入' “Upsert” |
SalesforceServiceCloudSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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(外部 ID 字段名称) | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
忽略空值 | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製接收類型。 | 'SalesforceServiceCloudV2Sink' (必要) |
writeBehavior 的 | 作業的寫入行為。 預設值為 Insert。 | '插入' “Upsert” |
SalesforceServiceCloudV2源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
包含已刪除的物件 | 此屬性可控制查詢結果是否包含 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(外部 ID 字段名称) | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
忽略空值 | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製接收類型。 | 'SalesforceSink' (必要) |
writeBehavior 的 | 作業的寫入行為。 預設值為 Insert。 | '插入' “Upsert” |
SalesforceSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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(外部 ID 字段名称) | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
忽略空值 | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製接收類型。 | 'SalesforceV2Sink' (必要) |
writeBehavior 的 | 作業的寫入行為。 預設值為 Insert。 | '插入' “Upsert” |
SalesforceV2源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
包含已刪除的物件 | 此屬性可控制查詢結果是否包含 Deleted 物件。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
頁面大小 | 每個 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) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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 源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | MDX 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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』。 | '插入' “更新” |
SapCloudForCustomerSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'SapCloudForCustomerSource' (必要) |
SapEccSource (源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'SapEccSource' (必要) |
SapHana分區設置
名稱 | 說明 | 價值觀 |
---|---|---|
分區欄位名稱 | 將用於繼續範圍分割的數據行名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
SapHana來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
封包大小 | 從 SAP HANA 讀取之數據的封包大小。 類型:integer(或 expression 含 resultType 整數的運算式)。 | 任何 |
分割選項 | 將用於 SAP HANA 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“SapHanaDynamicRange” | 任何 |
分割設定 | 將用於 SAP HANA 來源分割的設定。 | SapHana分區設置 |
查詢 | SAP HANA Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'SapHanaSource' (必要) |
SapOdp源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
提取模式 | 擷取模式。 允許的值包括:完整、差異和復原。 預設值為 Full。 Type:string (或 expression with resultType string) 。 | 任何 |
投影 | 指定要從源數據選取的數據行。 類型:objects(projection) 的陣列(或具有 resultType 物件陣列的 Expression)。 | 任何 |
查詢超時 | 查詢逾時。 類型: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' (必要) |
SapOpenHub原始程式碼
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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 布爾值的表達式)。 | 任何 |
查詢超時 | 查詢逾時。 類型: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)。 | 任何 |
分區欄位名稱 | 將用於繼續範圍分割的數據行名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound 分區下限 | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
分區上限 | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
SapTableSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
批次大小 | 指定從 SAP 數據表擷取數據時,一次擷取的數據列數目上限。 類型:integer (或 expression with resultType integer) 。 | 任何 |
customRfcReadTableFunctionModule | 指定將用來從 SAP 資料表讀取資料的自訂 RFC 函式模組。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於平行讀取SAP數據表的數據分割機制。 可能的值包括:“None”、“PartitionOnInt”、“PartitionOnCalendarYear”、“PartitionOnCalendarMonth”、“PartitionOnCalendarDate”、“PartitionOnTime”。 | 任何 |
分割設定 | 將用於 SAP 資料表來源資料分割的設定。 | SapTablePartitionSettings |
查詢超時 | 查詢逾時。 類型: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) 。 | 任何 |
行計數 | 要擷取的資料列數。 類型:integer(或 expression 含 resultType 整數的運算式)。 | 任何 |
rowSkips | 將略過的數據列數目。 類型:integer (或 expression with resultType integer) 。 | 任何 |
sapDataColumnDelimiter | 將做為傳遞至 SAP RFC 的分隔符,以及分割所擷取的輸出數據的單一字元。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'SapTableSource' (必要) |
ScriptActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'Script' (必要) |
類型屬性 | 編寫活動屬性的腳本。 | ScriptActivityTypeProperties (必要) |
ScriptActivityParameter
名稱 | 說明 | 價值觀 |
---|---|---|
方向 | 參數的方向。 | '輸入' 'InputOutput' (輸入輸出) '輸出' |
名稱 | 參數的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
尺寸 | 輸出方向參數的大小。 | 整數 (int) |
型別 | 參數的類型。 | '布爾值' '日期時間' 'DateTimeOffset' '十進位' “雙倍” “圭德” 'Int16' 'Int32' 'Int64' '單身' '字串' '時間跨度' |
價值 | 參數的值。 Type:string (或 expression with resultType string) 。 | 任何 |
ScriptActivityScriptBlock
名稱 | 說明 | 價值觀 |
---|---|---|
參數 | 腳本參數的陣列。 類型:陣列。 | ScriptActivityParameter[] |
收發簡訊 | 查詢文字。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
型別 | 查詢的類型。 如需有效選項,請參閱 ScriptType。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
ScriptActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
日誌設置 | 腳本活動的記錄設定。 | 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 |
秘密基地
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 針對 AzureKeyVaultSecretReference 類型,設定為 『AzureKeyVaultSecret』。 設定為 SecureString 類型的 'SecureString'。 | “AzureKeyVaultSecret” 'SecureString' (必要) |
SecureInputOutputPolicy 安全輸入輸出策略
名稱 | 說明 | 價值觀 |
---|---|---|
安全輸入 | 當設定為 true 時,來自活動的輸入會被視為安全,且不會記錄到監視。 | 布爾 (bool) |
secureOutput 安全輸出 | 設定為 true 時,活動輸出會視為安全,且不會記錄到監視。 | 布爾 (bool) |
SecureString(安全字串)
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 秘密的類型。 | 字串 (必要) |
價值 | 安全字串的值。 | 字串 (必要) |
SecureString(安全字串)
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 秘密的類型。 | 'SecureString' (必要) |
價值 | 安全字串的值。 | 字串 (必要) |
ServiceNowSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'ServiceNowSource' (必要) |
ServiceNowV2源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
運算式 | 篩選來源數據的表達式。 | 表達式 V2 |
頁面大小 | 結果的頁面大小。 類型:integer (或 expression with resultType integer) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'ServiceNowV2Source' (必要) |
SetVariableActivity
名稱 | 說明 | 價值觀 |
---|---|---|
原則 | 活動原則。 | SecureInputOutputPolicy 安全輸入輸出策略 |
型別 | 活動類型。 | 'SetVariable' (必要) |
類型屬性 | 設定變數活動屬性。 | SetVariableActivityTypeProperties (必要) |
SetVariableActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
setSystemVariable 設置 | 如果設定為 true,則會設定管線執行傳回值。 | 布爾 (bool) |
價值 | 要設定的值。 可以是靜態值或Expression。 | 任何 |
variableName 變數名稱 | 需要設定其值之變數的名稱。 | 字串 |
SftpRead設置
名稱 | 說明 | 價值觀 |
---|---|---|
deleteFilesAfterCompletion 后 | 指出複製完成之後是否需要刪除來源檔案。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
disableChunking | 如果為 true,請停用每個檔案內的平行讀取。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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) 。 | 任何 |
SftpWrite設置
名稱 | 說明 | 價值觀 |
---|---|---|
operationTimeout作超時 | 指定將每個區塊寫入 SFTP 伺服器的逾時。 默認值:01:00:00(一小時)。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 寫入設定類型。 | 'SftpWriteSettings' (必要) |
useTempFile重命名 | 上傳至暫存盤並重新命名。 如果您的 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' (必要) |
Shopify來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'ShopifySource' (必要) |
SkipErrorFile 檔
名稱 | 說明 | 價值觀 |
---|---|---|
data不一致 | 如果來源/接收檔案由其他並行寫入變更,請略過 。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔缺失 | 如果在複製期間由其他用戶端刪除檔案,請略過。 預設值是「true」。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
SnowflakeExportCopyCommand
名稱 | 說明 | 價值觀 |
---|---|---|
附加複製選項 | 直接傳遞至雪花式複製命令的其他複製選項。 類型:索引鍵值組(值應該是字串類型)(或具有 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 |
存儲集成 | 要用於複製作業的雪花記憶體整合名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 匯出設定類型。 | 字串 (必要) |
SnowflakeExportCopyCommandAdditionalCopyOptions
名稱 | 說明 | 價值觀 |
---|
SnowflakeExportCopyCommandAdditionalFormatOptions
名稱 | 說明 | 價值觀 |
---|
SnowflakeImportCopyCommand
名稱 | 說明 | 價值觀 |
---|---|---|
附加複製選項 | 直接傳遞至雪花式複製命令的其他複製選項。 類型:索引鍵值組(值應該是字串類型)(或具有 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 |
存儲集成 | 要用於複製作業的雪花記憶體整合名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 匯入設定類型。 | 字串 (必要) |
SnowflakeImportCopyCommandAdditionalCopyOptions
名稱 | 說明 | 價值觀 |
---|
SnowflakeImportCopyCommandAdditionalFormatOptions
名稱 | 說明 | 價值觀 |
---|
SnowflakeSink (雪花沉沒)
名稱 | 說明 | 價值觀 |
---|---|---|
匯入設定 | Snowflake 匯入設定。 | SnowflakeImportCopyCommand |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'SnowflakeSink' (必要) |
SnowflakeSource (雪花源)
名稱 | 說明 | 價值觀 |
---|---|---|
匯出設定 | Snowflake 匯出設定。 | SnowflakeExportCopyCommand (必要) |
查詢 | Snowflake Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'SnowflakeSource' (必要) |
雪花V2Sink
名稱 | 說明 | 價值觀 |
---|---|---|
匯入設定 | Snowflake 匯入設定。 | SnowflakeImportCopyCommand |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'SnowflakeV2Sink' (必要) |
SnowflakeV2源
名稱 | 說明 | 價值觀 |
---|---|---|
匯出設定 | Snowflake 匯出設定。 | SnowflakeExportCopyCommand (必要) |
查詢 | Snowflake Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'SnowflakeV2Source' (必要) |
SparkConfigurationParametrizationReference
名稱 | 說明 | 價值觀 |
---|---|---|
referenceName (引用名稱) | 參考Spark組態名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
型別 | Spark 組態參考類型。 | 'SparkConfigurationReference' (必要) |
SparkSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'SparkSource' (必要) |
SqlDWSink
名稱 | 說明 | 價值觀 |
---|---|---|
允許複製命令 | 指示使用複製命令將數據複製到 SQL 資料倉儲。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
allowPolyBase | 指出在適用的情況下,使用 PolyBase 將數據複製到 SQL 數據倉儲。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
複製命令設定 | 當allowCopyCommand為 true 時,指定複製命令相關設定。 | DWCopyCommandSettings |
polyBase設置 | 當allowPolyBase為 true 時,指定PolyBase相關設定。 | Polybase設置 |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterUseTableLock | 是否要在大量複製期間使用數據表鎖定。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
表格選項 | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'SqlDWSink' (必要) |
upsert設置 | SQL DW upsert 設定。 | SqlDWUpsertSettings |
writeBehavior 的 | 將數據複製到 Azure SQL DW 時寫入行為。 類型:SqlDWriteBehaviorEnum (或 expression with resultType SqlDWriteBehaviorEnum) | 任何 |
SqlDWSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
隔離級別 | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 |
分割設定 | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
sqlReader查詢 | SQL 數據倉儲讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
SQL讀取器儲存過程名稱 | SQL 數據倉儲來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{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 布爾值的表達式)。 | 任何 |
儲存程序參數 | SQL 預存程式參數。 | 任何 |
storedProcedureTableType參數名稱 | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
表格選項 | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'SqlMISink' (必要) |
upsert設置 | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior 的 | 將數據複製到 Azure SQL MI 時的白色行為。 類型:string (或 expression with resultType string) | 任何 |
SqlMISource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
隔離級別 | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 |
分割設定 | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings |
produceAdditionalTypes | 要產生的其他類型。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
sqlReader查詢 | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
SQL讀取器儲存過程名稱 | Azure SQL 受控實例來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 |
型別 | 複製來源類型。 | 'SqlMISource' (必要) |
SqlPartitionSettings
名稱 | 說明 | 價值觀 |
---|---|---|
分區欄位名稱 | 整數或日期時間類型中的數據行名稱,將用於繼續數據分割。 如果未指定,則會自動偵測數據表的主鍵,並當做數據分割數據行使用。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound 分區下限 | 用於分割範圍的分割列的最小值。 這個值用來決定數據分割的步幅,而不是用於篩選數據表中的數據列。 數據表或查詢結果中的所有數據列都會進行分割和複製。 Type:string (或 expression with resultType string) 。 | 任何 |
分區上限 | 分區範圍分割的分區列最大值。 這個值用來決定數據分割的步幅,而不是用於篩選數據表中的數據列。 數據表或查詢結果中的所有數據列都會進行分割和複製。 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 布爾值的表達式)。 | 任何 |
儲存程序參數 | SQL 預存程式參數。 | 任何 |
storedProcedureTableType參數名稱 | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
表格選項 | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'SqlServerSink' (必要) |
upsert設置 | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior 的 | 將數據複製到 sql Server 時寫入行為。 Type:string (或 expression with resultType string) 。 | 任何 |
SqlServer源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
隔離級別 | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 |
分割設定 | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings |
produceAdditionalTypes | 要產生的其他類型。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
sqlReader查詢 | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
SQL讀取器儲存過程名稱 | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 |
型別 | 複製來源類型。 | 'SqlServerSource' (必要) |
SqlServerStoredProcedureActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'SqlServerStoredProcedure' (必要) |
類型屬性 | SQL 預存程式活動屬性。 | SqlServerStoredProcedureActivityTypeProperties (必要) |
SqlServerStoredProcedureActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
storedProcedureName (存儲過程名稱) | 預存程式名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{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 布爾值的表達式)。 | 任何 |
儲存程序參數 | SQL 預存程式參數。 | 任何 |
storedProcedureTableType參數名稱 | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
表格選項 | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'SqlSink' (必要) |
upsert設置 | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior 的 | 將數據複製到 sql 時寫入行為。 Type:string (或 expression with resultType string) 。 | 任何 |
SqlSource (英文)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
隔離級別 | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 |
分割設定 | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
sqlReader查詢 | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
SQL讀取器儲存過程名稱 | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 |
型別 | 複製來源類型。 | 'SqlSource' (必要) |
SqlUpsertSettings
名稱 | 說明 | 價值觀 |
---|---|---|
interimSchemaName (臨時架構名稱) | 過渡數據表的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
鑰匙 | 唯一數據列識別的索引鍵數據行名稱。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
使用TempDB | 指定是否要針對 upsert 過渡數據表使用暫存資料庫。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
SquareSource (方形源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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 (必要) |
使用者名稱 | 使用Name 進行 Windows 驗證。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisChildPackage
名稱 | 說明 | 價值觀 |
---|---|---|
packageContent | 內嵌子封裝的內容。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
packageLastModifiedDate (包上次修改日期) | 內嵌子封裝的上次修改日期。 | 字串 |
packageName (包名稱) | 內嵌子封裝的名稱。 | 字串 |
包路徑 | 內嵌子封裝的路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisConnectionManager
名稱 | 說明 | 價值觀 |
---|
SsisConnectionManager
名稱 | 說明 | 價值觀 |
---|
SsisExecutionCredential
名稱 | 說明 | 價值觀 |
---|---|---|
網域 | Windows 驗證的網域。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
密碼 | Windows 驗證的密碼。 | SecureString (必要) |
使用者名稱 | 使用Name 進行 Windows 驗證。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisExecutionParameter
名稱 | 說明 | 價值觀 |
---|---|---|
價值 | SSIS 套件執行參數值。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisLogLocation
名稱 | 說明 | 價值觀 |
---|---|---|
日誌路徑 | SSIS 套件執行記錄檔路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
型別 | SSIS 記錄位置的類型。 | 'File' (必要) |
類型屬性 | SSIS 套件執行記錄檔位置屬性。 | SsisLogLocationTypeProperties (必要) |
SsisLogLocationType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
accessCredential 的 | 封裝執行記錄存取認證。 | SsisAccessCredential |
logRefreshInterval | 指定要重新整理記錄的間隔。 默認間隔為 5 分鐘。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
SsisPackageLocation
名稱 | 說明 | 價值觀 |
---|---|---|
包路徑 | SSIS 套件路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | SSIS 套件位置的類型。 | “檔” 'InlinePackage' 'PackageStore' 'SSISDB' |
類型屬性 | 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 (包名稱) | 套件名稱。 | 字串 |
包密碼 | 封裝的密碼。 | 秘密基地 |
SsisPropertyOverride
名稱 | 說明 | 價值觀 |
---|---|---|
isSensitive 感測器 | SSIS 套件屬性覆寫值是否為敏感數據。 如果值為 true,則會在 SSISDB 中加密值 | 布爾 (bool) |
價值 | SSIS 封裝屬性覆寫值。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
StagingSettings
名稱 | 說明 | 價值觀 |
---|---|---|
啟用壓縮 | 指定是否要在透過過渡暫存複製數據時使用壓縮。 預設值為 False。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
連結服務名稱 | 暫存連結服務參考。 | LinkedServiceReference (必要) |
路徑 | 用來儲存過渡數據之記憶體的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
StoreReadSettings
StoreWriteSettings
名稱 | 說明 | 價值觀 |
---|---|---|
複製行為 | 複製接收的複製行為類型。 | 任何 |
停用指標收集 | 如果為 true,請停用數據存放區計量集合。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
最大並發連接數 | 源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
中繼資料 | 指定要新增至接收數據的自定義元數據。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | 元數據項[] |
型別 | 針對 AzureBlobFSWriteSettings 類型,設定為 『AzureBlobFSWriteSettings』。 針對 AzureBlobStorageWriteSettings 類型,設定為 『AzureBlobStorageWriteSettings』。 針對 AzureDataLakeStoreWriteSettings 類型,設定為 『AzureDataLakeStoreWriteSettings』。 針對 AzureFileStorageWriteSettings 類型,設定為 『AzureFileStorageWriteSettings』。 針對 FileServerWriteSettings 類型,設定為 'FileServerWriteSettings'。 設定為 LakeHouseWriteSettings 類型的 'LakeHouseWriteSettings'。 針對 SftpWriteSettings 類型,設定為 'SftpWriteSettings'。 | “AzureBlobFSWriteSettings” “AzureBlobStorageWriteSettings” “AzureDataLakeStoreWriteSettings” “AzureFileStorageWriteSettings” 'FileServerWriteSettings' 'LakeHouseWriteSettings' 'SftpWriteSettings' (必要) |
SwitchActivity (開關活動)
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'Switch' (必要) |
類型屬性 | 切換活動屬性。 | SwitchActivityTypeProperties (必要) |
SwitchActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
例 | 對應至 『on』 屬性值的案例清單。 這是選擇性屬性,如果未提供,活動將會執行 defaultActivities 中提供的活動。 | SwitchCase [] |
defaultActivities | 如果未滿足案例條件,要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 | 活動 |
開 | 評估為字串或整數的表達式。 這會用來判斷將執行的活動區塊。 | 運算式 (必要) |
開關箱
名稱 | 說明 | 價值觀 |
---|---|---|
活動 | 要針對符合案例條件執行的活動清單。 | 活動 |
價值 | 符合 『on』 屬性表示式結果的預期值。 | 字串 |
SybaseSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'SybaseSource' (必要) |
SynapseNotebookActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'SynapseNotebook' (必要) |
類型屬性 | 執行 Synapse 筆記本活動屬性。 | SynapseNotebookActivityTypeProperties (必要) |
SynapseNotebookActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
會議 | Spark 組態屬性,這會覆寫您提供的筆記本 'conf'。 | 任何 |
configurationType | Spark 組態的類型。 | “神器” “定制” 預設 |
驅動程式大小 | 要用於會話指定 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) 。 | 任何 |
參數 | 筆記本參數。 | SynapseNotebookActivityTypeProperties參數 |
sparkConfig 函數 | Spark 組態屬性。 | SynapseNotebookActivityTypePropertiesSparkConfig |
sparkPool (火花池) | 將用來執行筆記本的巨量數據集區名稱。 | BigDataPoolParametrizationReference (大數據池參數化參考) |
targetSparkConfiguration | Spark 作業的Spark組態。 | SparkConfigurationParametrizationReference |
SynapseNotebookActivityTypeProperties參數
名稱 | 說明 | 價值觀 |
---|
SynapseNotebookActivityTypePropertiesSparkConfig
名稱 | 說明 | 價值觀 |
---|
SynapseNotebookReference
名稱 | 說明 | 價值觀 |
---|---|---|
referenceName (引用名稱) | 參考筆記本名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
型別 | Synapse Notebook 參考類型。 | 'NotebookReference' (必要) |
SynapseSparkJobActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
參數 | 使用者指定的 SynapseSparkJobDefinitionActivity 自變數。 | 任何[] |
類別名稱 | 主要定義檔案中的完整標識碼或主要類別,其會覆寫您提供的spark作業定義的 『className』。 Type:string (或 expression with resultType string) 。 | 任何 |
會議 | Spark 組態屬性,將會覆寫您提供的 Spark 作業定義的 'conf'。 | 任何 |
configurationType | Spark 組態的類型。 | “神器” “定制” 預設 |
驅動程式大小 | 要用於指定 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'。 | 任何[] |
檔 V2 | 用於主要定義檔案中參考的其他檔案,這會覆寫您提供的Spark作業定義的 'jars' 和 'files'。 | 任何[] |
numExecutors | 要針對此作業啟動的執行程式數目,這會覆寫您提供的Spark作業定義的 'numExecutors'。 類型:integer (或 expression with resultType integer) 。 | 任何 |
pythonCode參考 | 用於主要定義檔中參考的其他 Python 程式代碼檔案,這會覆寫您提供的 Spark 作業定義的 'pyFiles'。 | 任何[] |
scanFolder 資料夾 | 從主要定義檔案的根資料夾掃描子資料夾,這些檔案將會新增為參考檔案。 系統會掃描名為 『jars』、'pyFiles'、'files' 或 'archive' 的資料夾,而且資料夾名稱會區分大小寫。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
sparkConfig 函數 | Spark 組態屬性。 | SynapseSparkJobActivityTypePropertiesSparkConfig |
sparkJob | Synapse spark 作業參考。 | SynapseSparkJobReference (必要) |
目標BigDataPool | 巨量數據集區的名稱,將用來執行 Spark 批次作業,這會覆寫您提供的 Spark 作業定義的 'targetBigDataPool'。 | BigDataPoolParametrizationReference (大數據池參數化參考) |
targetSparkConfiguration | Spark 作業的Spark組態。 | SparkConfigurationParametrizationReference |
SynapseSparkJobActivityTypePropertiesSparkConfig
名稱 | 說明 | 價值觀 |
---|
SynapseSparkJobDefinitionActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'SparkJob' (必要) |
類型屬性 | 執行Spark作業活動屬性。 | SynapseSparkJobActivityTypeProperties (必要) |
SynapseSparkJobReference
名稱 | 說明 | 價值觀 |
---|---|---|
referenceName (引用名稱) | 參考 Spark 作業名稱。 具有 resultType 字串的運算式。 | 任何 (必要) |
型別 | Synapse spark 作業參考類型。 | 'SparkJobDefinitionReference' (必要) |
TarGZipReadSettings (塔格茲普讀取設置)
名稱 | 說明 | 價值觀 |
---|---|---|
preserveCompressionFileNameAsFolder | 將壓縮檔名保留為資料夾路徑。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | [壓縮] 設定類型。 | 'TarGZipReadSettings' (必要) |
TarReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
preserveCompressionFileNameAsFolder | 將壓縮檔名保留為資料夾路徑。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | [壓縮] 設定類型。 | 'TarReadSettings' (必要) |
TeradataImportCommand
名稱 | 說明 | 價值觀 |
---|---|---|
additionalFormatOptions | Teradata 複製命令的其他格式選項。 格式選項僅適用於從 CSV 來源直接複製。 類型:索引鍵值組(值應該是字串類型)(或具有 resultType 物件的 Expression)。 範例:“additionalFormatOptions”: { “timeFormat”: “HHhMImSSs” } | 任何 |
型別 | 匯入設定類型。 | 字串 (必要) |
TeradataPartitionSettings
名稱 | 說明 | 價值觀 |
---|---|---|
分區欄位名稱 | 將用於繼續範圍或哈希分割的數據行名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound 分區下限 | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
分區上限 | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
TeradataSink
名稱 | 說明 | 價值觀 |
---|---|---|
匯入設定 | Teradata 匯入設定。 | TeradataImportCommand |
型別 | 複製接收類型。 | 'TeradataSink' (必要) |
TeradataSource 源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
分割選項 | 將用於平行讀取 teradata 的數據分割機制。 可能的值包括:「None」、“Hash” “DynamicRange” | 任何 |
分割設定 | 將用於 teradata 來源資料分割的設定。 | TeradataPartitionSettings |
查詢 | Teradata 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'TeradataSource' (必要) |
直到活動
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'Until' (必要) |
類型屬性 | 直到活動屬性為止。 | UntilActivityTypeProperties (必要) |
UntilActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
活動 | 要執行的活動清單。 | Activity[] (必要) |
運算式 | 評估為布爾值的表達式。 迴圈會繼續執行,直到此表達式評估為 true 為止 | 運算式 (必要) |
超時 | 指定要執行之活動的逾時。 如果沒有指定任何值,則會使用預設為 1 周的 TimeSpan.FromDays(7) 值。 類型: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) 。 | 任何 (必要) |
驗證活動
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'Validation' (必要) |
類型屬性 | 驗證活動屬性。 | ValidationActivityTypeProperties (必要) |
ValidationActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
childItems | 如果數據集指向資料夾,可以使用。 如果設定為 true,資料夾必須至少有一個檔案。 如果設定為 false,資料夾必須是空的。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
資料集 | 驗證活動數據集參考。 | DatasetReference (必要) |
最小大小 | 如果數據集指向檔案,可以使用。 檔案的大小必須大於或等於指定的值。 類型: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
名稱 | 說明 | 價值觀 |
---|
變數規格
名稱 | 說明 | 價值觀 |
---|---|---|
預設值 | 變數的預設值。 | 任何 |
型別 | 變數類型。 | '陣列' '布爾' 'String' (必要) |
Vertica來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'VerticaSource' (必要) |
WaitActivity
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'Wait' (必要) |
類型屬性 | 等候活動屬性。 | WaitActivityTypeProperties (必要) |
WaitActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
waitTimeInSeconds | 持續時間以秒為單位。 類型:integer (或 expression with resultType integer) 。 | 任何 (必要) |
倉庫接收器
名稱 | 說明 | 價值觀 |
---|---|---|
允許複製命令 | 指示使用複製命令將數據複製到 SQL 資料倉儲。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
複製命令設定 | 當allowCopyCommand為 true 時,指定複製命令相關設定。 | DWCopyCommandSettings |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
表格選項 | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'WarehouseSink' (必要) |
writeBehavior 的 | 將數據複製到 azure Microsoft Fabric 數據倉儲時,寫入行為。 類型:DWWriteBehaviorEnum (或 expression with resultType DWWriteBehaviorEnum) | 任何 |
倉庫源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
隔離級別 | 指定Microsoft網狀架構倉儲來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 | 任何 |
分割設定 | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
sqlReader查詢 | Microsoft網狀架構倉儲讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
SQL讀取器儲存過程名稱 | Microsoft網狀架構倉儲來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 Type: object (或 Expression with resultType object), itemType: StoredProcedureParameter. | 任何 |
型別 | 複製來源類型。 | 'WarehouseSource' (必要) |
WebActivity 網站活動
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'WebActivity' (必要) |
類型屬性 | Web 活動屬性。 | WebActivityTypeProperties (必要) |
WebActivityAuthentication 認證
名稱 | 說明 | 價值觀 |
---|---|---|
認證 | 包含驗證資訊的認證參考。 | 憑證引用 |
密碼 | PFX 檔案的密碼或基本身份驗證/密碼用於 ServicePrincipal 時 | 秘密基地 |
PFX | 用於 ServicePrincipal 時,PFX 檔案或憑證的 Base64 編碼內容 | 秘密基地 |
資源 | 使用 MSI 驗證時,將會要求 Azure 驗證令牌的資源。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | Web 活動驗證 (Basic/ClientCertificate/MSI/ServicePrincipal) | 字串 |
使用者名稱 | 用於 ServicePrincipal 時,基本身份驗證或 ClientID 的 Web 活動驗證用戶名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
使用者租戶 | 使用 ServicePrincipal Authentication 時,將會要求 Azure 驗證令牌的 TenantId。 Type:string (或 expression with resultType string) 。 | 任何 |
WebActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
認證 | 用於呼叫端點的驗證方法。 | WebActivityAuthentication 認證 |
身體 | 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 expression with resultType 字串串的表達式)。 | 任何 |
連接方式 | 整合運行時間參考。 | IntegrationRuntimeReference |
數據集 | 傳遞至 Web 端點的數據集清單。 | 資料集引用[] |
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 分鐘 | 任何 |
linked服務 | 傳遞至 Web 端點的連結服務清單。 | LinkedServiceReference[] |
方法 | 目標端點的 Rest API 方法。 | '刪除' '獲取' '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
名稱 | 說明 | 價值觀 |
---|
WebHook 活動
名稱 | 說明 | 價值觀 |
---|---|---|
原則 | 活動原則。 | SecureInputOutputPolicy 安全輸入輸出策略 |
型別 | 活動類型。 | 'WebHook' (必要) |
類型屬性 | WebHook 活動屬性。 | WebHookActivityTypeProperties (必要) |
WebHookActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
認證 | 用於呼叫端點的驗證方法。 | 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 源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
型別 | 複製來源類型。 | 'WebSource' (必要) |
XeroSource (英语)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'XeroSource' (必要) |
XmlReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
detectDataType 檢測數據類型 | 指出讀取 xml 檔案時,是否啟用類型偵測。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
namespace前綴 | 啟用命名空間時,要覆寫數據行名稱中前置詞的命名空間 URI,如果命名空間 URI 未定義任何前置詞,則會使用 xml 數據檔中的 xml 元素/屬性名稱前置詞。 範例:“{”http://www.example.com/xml":“prefix”}“ Type: object (或 Expression with resultType 物件)。 | 任何 |
命名空間 | 指出讀取 xml 檔案時是否啟用命名空間。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 讀取設定類型。 | 'XmlReadSettings' (必要) |
validationMode | 指出讀取 xml 檔案時所使用的驗證方法。 允許的值:『none』、『xsd』或 『dtd』。 Type:string (或 expression with resultType string) 。 | 任何 |
XmlReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
detectDataType 檢測數據類型 | 指出讀取 xml 檔案時,是否啟用類型偵測。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
namespace前綴 | 啟用命名空間時,要覆寫數據行名稱中前置詞的命名空間 URI,如果命名空間 URI 未定義任何前置詞,則會使用 xml 數據檔中的 xml 元素/屬性名稱前置詞。 範例:“{”http://www.example.com/xml":“prefix”}“ Type: object (或 Expression with resultType 物件)。 | 任何 |
命名空間 | 指出讀取 xml 檔案時是否啟用命名空間。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 讀取設定類型。 | 字串 (必要) |
validationMode | 指出讀取 xml 檔案時所使用的驗證方法。 允許的值:『none』、『xsd』或 『dtd』。 Type:string (或 expression with resultType string) 。 | 任何 |
XmlSource (簡體中文)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | Xml 格式設定。 | XmlReadSettings |
商店設置 | Xml 存放區設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'XmlSource' (必要) |
ZipDeflateReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
preserveZipFileNameAsFolder | 將 zip 檔名保留為資料夾路徑。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | [壓縮] 設定類型。 | 'ZipDeflateReadSettings' (必要) |
ZohoSource 的
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'ZohoSource' (必要) |
使用範例
Azure 快速入門範例
下列 Azure 快速入門範本 包含用於部署此資源類型的 Bicep 範例。
Bicep 檔案 | 說明 |
---|---|
建立 V2 數據處理站 | 此範本會建立 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"
}
}
}
}
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",
"upsertSettings": {
"keys": {}
},
"writeMethod": "string"
}
針對 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": {},
"bypassBusinessLogicExecution": {},
"bypassPowerAutomateFlows": {},
"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": {},
"bypassBusinessLogicExecution": {},
"bypassPowerAutomateFlows": {},
"ignoreNullValues": {},
"type": "DynamicsCrmSink",
"writeBehavior": "string"
}
針對 DynamicsSink,請使用:
{
"alternateKeyName": {},
"bypassBusinessLogicExecution": {},
"bypassPowerAutomateFlows": {},
"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": {}
}
針對 TeradataSink,請使用:
{
"importSettings": {
"additionalFormatOptions": {},
"type": "string"
},
"type": "TeradataSink"
}
針對 WarehouseSink,請使用:
{
"allowCopyCommand": {},
"copyCommandSettings": {
"additionalOptions": {
"{customized property}": "string"
},
"defaultValues": [
{
"columnName": {},
"defaultValue": {}
}
]
},
"preCopyScript": {},
"tableOption": {},
"type": "WarehouseSink",
"writeBehavior": {}
}
活動物件
設定 類型 屬性,以指定物件的類型。
針對 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"
}
}
針對 [失敗],請使用:
{
"type": "Fail",
"typeProperties": {
"errorCode": {},
"message": {}
}
}
針對 [篩選],請使用:
{
"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"
}
}
}
針對 Until,請使用:
{
"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": {}
}
}
針對 [等候],請使用:
{
"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": {}
}
}
對於 DatabricksJob,請使用:
{
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"policy": {
"retry": {},
"retryIntervalInSeconds": "int",
"secureInput": "bool",
"secureOutput": "bool",
"timeout": {}
},
"type": "DatabricksJob",
"typeProperties": {
"jobId": {},
"jobParameters": {
"{customized property}": {}
}
}
}
針對 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": {}
}
}
針對 [刪除],請使用:
{
"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": {}
}
}
SecretBase 物件
設定 類型 屬性,以指定物件的類型。
針對 AzureKeyVaultSecret,請使用:
{
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"type": "AzureKeyVaultSecret"
}
針對 SecureString,請使用:
{
"type": "SecureString",
"value": "string"
}
CompressionReadSettings 物件
設定 類型 屬性,以指定物件的類型。
針對 TarGZipReadSettings,請使用:
{
"preserveCompressionFileNameAsFolder": {},
"type": "TarGZipReadSettings"
}
針對 TarReadSettings,請使用:
{
"preserveCompressionFileNameAsFolder": {},
"type": "TarReadSettings"
}
針對 ZipDeflateReadSettings,請使用:
{
"preserveZipFileNameAsFolder": {},
"type": "ZipDeflateReadSettings"
}
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": {}
}
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": {}
},
"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"
}
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": {}
}
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": {}
}
屬性值
Microsoft.DataFactory/factoryies/pipelines
名稱 | 說明 | 價值觀 |
---|---|---|
apiVersion | API 版本 | '2018-06-01' |
名稱 | 資源名稱 | 字串 約束: 最小長度 = 1 最大長度 = 260 模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必要) |
屬性 | 管線的屬性。 | 管線 (必要) |
型別 | 資源類型 | “Microsoft.DataFactory/工廠/管道” |
活動
ActivityDependency
名稱 | 說明 | 價值觀 |
---|---|---|
活動 | 活動名稱。 | 字串 (必要) |
dependencyConditions | 相依性 Match-Condition。 | 包含任何的字串數組: “已完成” “失敗” '略過' 'Succeeded' (必要) |
活動策略
名稱 | 說明 | 價值觀 |
---|---|---|
retry | 一般重試次數上限。 預設值為 0。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
retryIntervalInSeconds | 每個重試嘗試之間的間隔(以秒為單位)。 預設值為30秒。 | int 約束: 最小值 = 30 最大值 = 86400 |
安全輸入 | 當設定為 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])). | 任何 |
亞馬遜MWS來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'AmazonMWSSource' (必要) |
AmazonRdsForOraclePartitionSettings
名稱 | 說明 | 價值觀 |
---|---|---|
分區欄位名稱 | 整數類型中的數據行名稱,將用於繼續範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound 分區下限 | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
分區名稱 | AmazonRdsForOracle 數據表之實體分割區的名稱。 | 任何 |
分區上限 | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
AmazonRdsForOracleSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
oracleReaderQuery | AmazonRdsForOracle 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將平行讀取 AmazonRdsForOracle 的數據分割機制。 Type:string (或 expression with resultType string) 。 | 任何 |
分割設定 | 將用於 AmazonRdsForOracle 來源數據分割的設定。 | AmazonRdsForOraclePartitionSettings |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'AmazonRdsForOracleSource' (必要) |
AmazonRdsForSqlServerSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
隔離級別 | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 | 任何 |
分割設定 | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings |
produceAdditionalTypes | 要產生的其他類型。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
sqlReader查詢 | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
SQL讀取器儲存過程名稱 | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 |
型別 | 複製來源類型。 | 'AmazonRdsForSqlServerSource' (必要) |
亞馬遜紅shift源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
redshiftUnload設置 | 從 Amazon Redshift 複製並卸除時,臨時 Amazon S3 所需的 Amazon S3 設定。 如此一來,Amazon Redshift 來源的數據會先卸載到 S3,然後從過渡 S3 複製到目標接收中。 | RedshiftUnload設置 |
型別 | 複製來源類型。 | 'AmazonRedshiftSource' (必要) |
AmazonS3CompatibleReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
deleteFilesAfterCompletion 后 | 指出複製完成之後是否需要刪除來源檔案。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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' (必要) |
類型屬性 | 附加變數活動屬性。 | AppendVariableActivityTypeProperties (必要) |
AppendVariableActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
價值 | 要附加的值。 類型:可以是變數專案的靜態值比對類型,或是具有變數專案 resultType 比對類型的 Expression | 任何 |
variableName 變數名稱 | 必須附加其值之變數的名稱。 | 字串 |
阿夫羅辛克
名稱 | 說明 | 價值觀 |
---|---|---|
formatSettings | Avro 格式設定。 | AvroWrite設置 |
商店設置 | Avro 存放區設定。 | StoreWriteSettings |
型別 | 複製接收類型。 | 'AvroSink' (必要) |
阿夫羅來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
商店設置 | Avro 存放區設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'AvroSource' (必要) |
AvroWrite設置
名稱 | 說明 | 價值觀 |
---|---|---|
檔名前綴 | 指定檔名模式 <fileNamePrefix>_<fileIndex>。<從不含 partitionOptions 的非檔案式存放區複製時,fileExtension> 。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
記錄名稱 | 寫入結果中的最上層記錄名稱,這是AVRO規格中的必要專案。 | 字串 |
recordNamespace 的 | 在寫入結果中記錄命名空間。 | 字串 |
型別 | 寫入設定類型。 | 字串 (必要) |
AzureBlobFSReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
deleteFilesAfterCompletion 后 | 指出複製完成之後是否需要刪除來源檔案。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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
名稱 | 說明 | 價值觀 |
---|---|---|
複製行為 | 複製接收的複製行為類型。 Type:string (或 expression with resultType string) 。 | 任何 |
中繼資料 | 指定要新增至接收數據的自定義元數據。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | 元數據項[] |
型別 | 複製接收類型。 | 'AzureBlobFSSink' (必要) |
AzureBlobFSSource
名稱 | 說明 | 價值觀 |
---|---|---|
遞迴 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值是「true」。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
skipHeaderLineCount | 要略過每個 Blob 的標頭行數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
treatEmptyAsNull | 將空白視為 null。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製來源類型。 | 'AzureBlobFSSource' (必要) |
AzureBlobFSWriteSettings
名稱 | 說明 | 價值觀 |
---|---|---|
blockSizeInMB(區塊大小以MB為單位) | 指出將數據寫入 Blob 時的區塊大小(MB)。 類型:integer (或 expression with resultType integer) 。 | 任何 |
型別 | 寫入設定類型。 | 'AzureBlobFSWriteSettings' (必要) |
AzureBlobStorageReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
deleteFilesAfterCompletion 后 | 指出複製完成之後是否需要刪除來源檔案。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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(區塊大小以MB為單位) | 指出將數據寫入 Blob 時的區塊大小(MB)。 類型:integer (或 expression with resultType integer) 。 | 任何 |
型別 | 寫入設定類型。 | 'AzureBlobStorageWriteSettings' (必要) |
AzureDatabricksDeltaLakeExportCommand
名稱 | 說明 | 價值觀 |
---|---|---|
日期格式 | 在 Azure Databricks Delta Lake Copy 中指定 csv 的日期格式。 Type:string (或 expression with resultType string) 。 | 任何 |
時間戳格式 | 在 Azure Databricks Delta Lake Copy 中指定 csv 的時間戳格式。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 匯出設定類型。 | 字串 (必要) |
AzureDatabricksDeltaLakeImportCommand
名稱 | 說明 | 價值觀 |
---|---|---|
日期格式 | 在 Azure Databricks Delta Lake Copy 中指定 csv 的日期格式。 Type:string (或 expression with resultType string) 。 | 任何 |
時間戳格式 | 在 Azure Databricks Delta Lake Copy 中指定 csv 的時間戳格式。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 匯入設定類型。 | 字串 (必要) |
AzureDatabricksDeltaLakeSink
名稱 | 說明 | 價值觀 |
---|---|---|
匯入設定 | Azure Databricks Delta Lake 匯入設定。 | AzureDatabricksDeltaLakeImportCommand |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'AzureDatabricksDeltaLakeSink' (必要) |
AzureDatabricksDeltaLakeSource
名稱 | 說明 | 價值觀 |
---|---|---|
匯出設定 | Azure Databricks Delta Lake 匯出設定。 | AzureDatabricksDeltaLakeExportCommand |
查詢 | Azure Databricks Delta Lake Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'AzureDatabricksDeltaLakeSource' (必要) |
AzureDataExplorerCommandActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'AzureDataExplorerCommand' (必要) |
類型屬性 | 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
名稱 | 說明 | 價值觀 |
---|---|---|
flush立即 | 如果設定為 true,則會略過任何匯總。 預設值為 false。 類型:布爾值。 | 任何 |
ingestionMappingAsJson | JSON 格式提供的明確數據行對應描述。 類型:字串。 | 任何 |
Ingestions 映射名稱 | 在目標 Kusto 數據表上定義的預先建立 csv 對應名稱。 類型:字串。 | 任何 |
型別 | 複製接收類型。 | 'AzureDataExplorerSink' (必要) |
AzureDataExplorerSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
noTruncation | 布爾選項的名稱,控制截斷是否套用至超出特定數據列計數限制的結果集。 | 任何 |
查詢 | 資料庫查詢。 應該是 Kusto 查詢語言 (KQL) 查詢。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
查詢超時 | 查詢逾時。 類型: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 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
listAfter | 根據檔案/資料夾名稱的語彙順序,列出值之後的檔案(獨佔)。 適用於數據集中的 folderPath 底下,以及篩選 folderPath 底下的檔案/子資料夾。 Type:string (或 expression with resultType string) 。 | 任何 |
listBefore | 根據檔案/資料夾名稱的語彙順序,列出值(含)之前的檔案。 適用於數據集中的 folderPath 底下,以及篩選 folderPath 底下的檔案/子資料夾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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
名稱 | 說明 | 價值觀 |
---|---|---|
複製行為 | 複製接收的複製行為類型。 Type:string (或 expression with resultType string) 。 | 任何 |
啟用 AdlsSingleFileParallel | 單一檔案平行。 | 任何 |
型別 | 複製接收類型。 | '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 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'AzureFunctionActivity' (必要) |
類型屬性 | Azure Function 活動屬性。 | AzureFunctionActivityTypeProperties (必要) |
AzureFunctionActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
身體 | 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 expression with resultType 字串串的表達式)。 | 任何 |
函數名稱 | Azure 函式活動將呼叫的函式名稱。 類型:string (或 expression with resultType string) | 任何 (必要) |
標題 | 表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 Type:string (或 expression with resultType string) 。 | AzureFunctionActivityTypePropertiesHeaders |
方法 | 目標端點的 Rest API 方法。 | '刪除' '獲取' “頭” '選項' 'POST' '放' 'TRACE' (必要) |
AzureFunctionActivityTypePropertiesHeaders
名稱 | 說明 | 價值觀 |
---|
AzureKeyVaultSecretReference
名稱 | 說明 | 價值觀 |
---|---|---|
秘密名稱 | Azure 金鑰保存庫 中的秘密名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
secretVersion | Azure Key Vault 中的秘密版本。 預設值是最新版本的秘密。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存 | Azure Key Vault 鏈接服務參考。 | LinkedServiceReference (必要) |
型別 | 秘密的類型。 | 'AzureKeyVaultSecret' (必要) |
AzureMariaDBSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'AzureMariaDBSource' (必要) |
AzureMLBatchExecutionActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'AzureMLBatchExecution' (必要) |
類型屬性 | 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 |
webService輸出 | 索引鍵、值組,將 Azure ML 端點的 Web 服務輸出名稱對應至指定輸出 Blob 位置的 AzureMLWebServiceFile 物件。 這項資訊將會傳遞至 Azure ML 批次執行要求的 WebServiceOutputs 屬性。 | AzureMLBatchExecutionActivityTypePropertiesWebServiceOutputs |
AzureMLBatchExecutionActivityTypePropertiesGlobalParameters
名稱 | 說明 | 價值觀 |
---|
AzureMLBatchExecutionActivityTypePropertiesWebServiceInputs
名稱 | 說明 | 價值觀 |
---|
AzureMLBatchExecutionActivityTypePropertiesWebServiceOutputs
名稱 | 說明 | 價值觀 |
---|
AzureMLExecutePipelineActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'AzureMLExecutePipeline' (必要) |
類型屬性 | Azure ML 執行管線活動屬性。 | AzureMLExecutePipelineActivityTypeProperties (必要) |
AzureMLExecutePipelineActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
continueOnStepFailure | 如果步驟失敗,是否要繼續執行 PipelineRun 中的其他步驟。 此資訊將會在已發佈管線執行要求的continueOnStepFailure屬性中傳遞。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
dataPathAssignments | 用於變更數據路徑指派而不進行重新定型的字典。 值將會傳入已發佈管線執行要求的 dataPathAssignments 屬性。 Type:object (或 Expression with resultType 物件)。 | 任何 |
實驗名稱 | 執行管線執行的執行歷程記錄實驗名稱。 此資訊將會傳遞在已發佈管線執行要求的 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
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'AzureMLUpdateResource' (必要) |
類型屬性 | 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
名稱 | 說明 | 價值觀 |
---|---|---|
檔案路徑 | LinkedService 所指定之 Azure Blob 記憶體中的相對檔案路徑,包括容器名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
連結服務名稱 | Azure 記憶體 LinkedService 的參考,其中 Azure ML WebService 輸入/輸出檔案。 | LinkedServiceReference (必要) |
AzureMySqlSink
名稱 | 說明 | 價值觀 |
---|---|---|
preCopyScript | 開始複製之前要執行的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'AzureMySqlSink' (必要) |
AzureMySqlSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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' (必要) |
upsert設置 | 適用於 PostgreSQL 的 Azure 資料庫 upsert 選項設定 | AzurePostgreSqlSinkUpsertSettings |
writeMethod | 作業的寫入行為。 預設值為大量插入。 | 'BulkInsert' '複製命令' “Upsert” |
AzurePostgreSqlSinkUpsertSettings
名稱 | 說明 | 價值觀 |
---|---|---|
鑰匙 | 唯一數據列識別的索引鍵數據行名稱。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
AzurePostgreSqlSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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 搜尋服務索引時,指定寫入行為。 | “合併” '上傳' |
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 布爾值的表達式)。 | 任何 |
儲存程序參數 | SQL 預存程式參數。 | 任何 |
storedProcedureTableType參數名稱 | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
表格選項 | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'AzureSqlSink' (必要) |
upsert設置 | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior 的 | 將數據複製到 Azure SQL 時,寫入行為。 類型:SqlWriteBehaviorEnum (或 expression with resultType SqlWriteBehaviorEnum) | 任何 |
AzureSqlSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
隔離級別 | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 |
分割設定 | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings |
produceAdditionalTypes | 要產生的其他類型。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
sqlReader查詢 | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
SQL讀取器儲存過程名稱 | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
azureTableSourceIgnoreTableNotFound | 找不到 Azure 資料表來源忽略數據表。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
azureTableSourceQuery | Azure 數據表來源查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
型別 | 讀取設定類型。 | 'BinaryReadSettings' (必要) |
BinaryReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
型別 | 讀取設定類型。 | 字串 (必要) |
二進位接收器
名稱 | 說明 | 價值觀 |
---|---|---|
商店設置 | 二進位存放區設定。 | StoreWriteSettings |
型別 | 複製接收類型。 | 'BinarySink' (必要) |
二進位源
名稱 | 說明 | 價值觀 |
---|---|---|
formatSettings | 二進位格式設定。 | BinaryReadSettings |
商店設置 | 二進位存放區設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'BinarySource' (必要) |
BlobSink (水滴接收器)
名稱 | 說明 | 價值觀 |
---|---|---|
blobWriterAddHeader | Blob 寫入器新增標頭。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
blobWriterDateTimeFormat | Blob 寫入器日期時間格式。 Type:string (或 expression with resultType string) 。 | 任何 |
blobWriter覆蓋檔 | Blob 寫入器會覆寫檔案。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
複製行為 | 複製接收的複製行為類型。 | 任何 |
中繼資料 | 指定要新增至接收數據的自定義元數據。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | 元數據項[] |
型別 | 複製接收類型。 | 'BlobSink' (必要) |
BlobSource (Blob源)
名稱 | 說明 | 價值觀 |
---|---|---|
遞迴 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值是「true」。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
skipHeaderLineCount | 要略過每個 Blob 的標頭行數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
treatEmptyAsNull | 將空白視為 null。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製來源類型。 | 'BlobSource' (必要) |
CassandraSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
一致性層級 | 一致性層級會指定在將數據傳回用戶端應用程式之前,必須回應讀取要求多少個 Cassandra 伺服器。 Cassandra 會檢查指定的 Cassandra 伺服器數目,以取得符合讀取要求的數據。 必須是 cassandraSourceReadConsistencyLevels 的其中一個。 預設值為 『ONE』。 不區分大小寫。 | '全部' “EACH_QUORUM” “LOCAL_ONE” “LOCAL_QUORUM” “LOCAL_SERIAL” “一” “法定人數” 'SERIAL' 系列 “三” '二' |
查詢 | 資料庫查詢。 應該是 SQL-92 查詢表示式或 Cassandra 查詢語言 (CQL) 命令。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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) 。 | 任何 |
bypassBusinessLogicExecution | 控制 Dataverse 自定義商業規則的略過。 Type:string (或 expression with resultType string) 。 Type:string (或 expression with resultType string) 。 | 任何 |
略過Power Automate流程 | 控制Power Automate 流程的略過。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
忽略空值 | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製接收類型。 | 'CommonDataServiceForAppsSink' (必要) |
writeBehavior 的 | 作業的寫入行為。 | 'Upsert' (必要) |
CommonDataServiceForAppsSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'ConcurSource' (必要) |
ContinuationSettingsReference
名稱 | 說明 | 價值觀 |
---|---|---|
continuationTtlInMinutes | 接續 TTL 以分鐘為單位。 | 任何 |
自訂檢查點金鑰 | 自訂的檢查點索引鍵。 | 任何 |
idle條件 | 閑置條件。 | 任何 |
複製活動
名稱 | 說明 | 價值觀 |
---|---|---|
輸入 | 活動的輸入清單。 | 資料集引用[] |
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
輸出 | 活動的輸出清單。 | 資料集引用[] |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'Copy' (必要) |
類型屬性 | 複製活動屬性。 | CopyActivityTypeProperties (必要) |
CopyActivityLogSettings
名稱 | 說明 | 價值觀 |
---|---|---|
enableReliableLogging | 指定是否啟用可靠的記錄。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
logLevel | 取得或設定記錄層級、支援:資訊、警告。 Type:string (或 expression with resultType string) 。 | 任何 |
CopyActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
資料整合單位 | 可用來執行此數據行動的數據整合單位數目上限。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
啟用跳過不相容行 | 是否略過不相容的數據列。 預設值為 False。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enableStaging | 指定是否要透過過渡暫存複製數據。 預設值為 False。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
日誌設置 | 啟用記錄時,客戶需要提供的記錄設定。 | 日誌設置 |
logStorageSettings | (已被取代。請使用 LogSettings) 啟用工作階段記錄時,客戶必須提供的記錄記憶體設定。 | LogStorageSettings |
平行副本 | 在來源或接收上開啟的並行會話數目上限,以避免多載數據存放區。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
保存 | 保留規則。 | 任何[] |
保留規則 | 保留規則。 | 任何[] |
重新導向不相容的列設定 | 當 EnableSkipIncompatibleRow 為 true 時,重新導向不相容的數據列設定。 | RedirectIncompatibleRowSettings |
接收 | 複製活動接收。 | CopySink (必要) |
skipError檔 | 指定數據一致性的容錯。 | SkipErrorFile 檔 |
來源 | 複製活動來源。 | CopySource (必要) |
暫存設定 | 指定 EnableStaging 為 true 時的過渡暫存設定。 | StagingSettings |
在線翻譯 | 複製活動翻譯工具。 如果未指定,則會使用表格式翻譯工具。 | 任何 |
validateDataConsistency | 是否要啟用數據一致性驗證。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
CopySink (複製接收器)
名稱 | 說明 | 價值觀 |
---|---|---|
停用指標收集 | 如果為 true,請停用數據存放區計量集合。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
最大並發連接數 | 接收資料存放區的最大並行連接計數。 類型: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'。 針對 AzureBlobFSSink 類型,設定為 『AzureBlobFSSink』。 針對 AzureDataExplorerSink 類型,設定為 『AzureDataExplorerSink』。 針對 AzureDataLakeStoreSink 類型,設定為 『AzureDataLakeStoreSink』。 針對 AzureDatabricksDeltaLakeSink 類型,設定為 『AzureDatabricksDeltaLakeSink』。 針對 AzureMySqlSink 類型,設定為 『AzureMySqlSink』。 針對 AzurePostgreSqlSink 類型,設定為 『AzurePostgreSqlSink』。 針對 AzureQueueSink 類型,設定為 『AzureQueueSink』。 針對 AzureSearchIndexSink 類型,設定為 『AzureSearchIndexSink』。 針對 AzureSqlSink 類型,設定為 『 AzureSqlSink』。 針對 AzureTableSink 類型,設定為 『 AzureTableSink』。 設定為 BinarySink 類型的 『BinarySink』。 針對 BlobSink 類型設定為 『 BlobSink』。 針對 CommonDataServiceForAppsSink 類型,設定為 'CommonDataServiceForAppsSink'。 針對 CosmosDbMongoDbApiSink 類型,設定為 'CosmosDbMongoDbApiSink'。 針對 CosmosDbSqlApiSink 類型,設定為 'CosmosDbSqlApiSink'。 針對 DelimitedTextSink 類型,設定為 'DelimitedTextSink'。 針對 DocumentDbCollectionSink 類型,設定為 'DocumentDbCollectionSink'。 針對 DynamicsCrmSink 類型,設定為 'DynamicsCrmSink'。 設定為 DynamicsSink 類型的 『DynamicsSink』。 針對 FileSystemSink 類型,設定為 ' FileSystemSink'。 設定為 「IcebergSink」 類型。 設定為 InformixSink 類型的 『InformixSink』。 針對 JsonSink 類型,設定為 『 JsonSink』。 針對 LakeHouseTableSink 類型,設定為 'LakeHouseTableSink'。 針對 MicrosoftAccessSink 類型,設定為 'MicrosoftAccessSink'。 針對 MongoDbAtlasSink 類型,設定為 'MongoDbAtlasSink'。 針對 MongoDbV2Sink 類型,設定為 'MongoDbV2Sink'。 針對 OdbcSink 類型,設定為 『 OdbcSink』。 針對 OracleSink 類型設定為 『 OracleSink』。 針對 OrcSink 類型,設定為 ' OrcSink'。 設定為 ParquetSink 類型的 『ParquetSink』。 設定為 RestSink 類型的 『RestSink』。 針對 SalesforceServiceCloudSink 類型,設定為 'SalesforceServiceCloudSink'。 針對 SalesforceServiceCloudV2Sink 類型,設定為 'SalesforceServiceCloudV2Sink'。 設定為 SalesforceSink 類型的 'SalesforceSink'。 針對 SalesforceV2Sink 類型,設定為 'SalesforceV2Sink'。 針對 SapCloudForCustomerSink 類型,設定為 'SapCloudForCustomerSink'。 針對 SnowflakeSink 類型,設定為 'SnowflakeSink'。 針對 SnowflakeV2Sink 類型,設定為 'SnowflakeV2Sink'。 針對 SqlDWSink 類型,設定為 'SqlDWSink'。 針對 SqlMISink 類型,設定為 ' SqlMISink'。 針對 SqlServerSink 類型,設定為 'SqlServerSink'。 針對 SqlSink 類型,設定為 ' SqlSink'。 針對 TeradataSink 類型,設定為 'TeradataSink'。 針對 WarehouseSink 類型,設定為 『 WarehouseSink』。 | '阿夫羅辛克' “AzureBlobFSSink” “AzureDatabricksDeltaLakeSink” “AzureDataExplorerSink” “AzureDataLakeStoreSink” 'AzureMySqlSink' 'AzurePostgreSqlSink' “AzureQueueSink” “AzureSearchIndexSink” “AzureSqlSink” “AzureTableSink” '二進位沉' “BlobSink” “CommonDataServiceForAppsSink” “CosmosDbMongoDbApiSink” 'CosmosDbSqlApiSink' “DelimitedTextSink” “DocumentDbCollectionSink” 'DynamicsCrmSink' 'DynamicsSink' (動態沉沒) “檔案系統接收器” '冰山沉沒' 'InformixSink' 'JsonSink' 'LakeHouseTableSink' “MicrosoftAccessSink” “MongoDbAtlasSink” “MongoDbV2Sink” “OdbcSink” '甲骨文沉' 'OrcSink' (獸人沉沒) 'ParquetSink' 'RestSink' “SalesforceServiceCloudSink” “SalesforceServiceCloudV2Sink” 'SalesforceSink' “SalesforceV2Sink” “SapCloudForCustomerSink” “SnowflakeSink” 'SnowflakeV2Sink' (雪花V2沉沒) “SqlDWSink” “SqlMISink” “SqlServerSink” 'SqlSink' “TeradataSink” 'WarehouseSink' (必要) |
批次寫入大小 (writeBatchSize) | 寫入批次大小。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
寫入批處理超時 | 寫入批次逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
複製源
名稱 | 說明 | 價值觀 |
---|---|---|
停用指標收集 | 如果為 true,請停用數據存放區計量集合。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
最大並發連接數 | 源數據存放區的最大並行連接計數。 類型: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 類型,設定為 'AmazonRdsForSqlServerSource'。 針對 AmazonRedshiftSource 類型,設定為 'AmazonRedshiftSource'。 針對 AvroSource 類型,設定為 ' AvroSource'。 針對 AzureBlobFSSource 類型,設定為 『AzureBlobFSSource』。 針對 AzureDataExplorerSource 類型,設定為 『AzureDataExplorerSource』。 針對 AzureDataLakeStoreSource 類型,設定為 『AzureDataLakeStoreSource』。 針對 AzureDatabricksDeltaLakeSource 類型,設定為 『AzureDatabricksDeltaLakeSource』。 針對 AzureMariaDBSource 類型,設定為 『AzureMariaDBSource』。 針對 AzureMySqlSource 類型,設定為 『 AzureMySqlSource』。 針對 AzurePostgreSqlSource 類型,設定為 'AzurePostgreSqlSource'。 針對 AzureSqlSource 類型,設定為 『 AzureSqlSource』。 針對 AzureTableSource 類型,設定為 『 AzureTableSource』。 設定為 BinarySource 類型的 『BinarySource』。 設定為 BlobSource 類型的 'BlobSource'。 針對 CassandraSource 類型,設定為 ' CassandraSource'。 針對 CommonDataServiceForAppsSource 類型,設定為 'CommonDataServiceForAppsSource'。 設定為 ConcurSource 類型的 『ConcurSource』。 針對 CosmosDbMongoDbApiSource 類型,設定為 'CosmosDbMongoDbApiSource'。 針對 CosmosDbSqlApiSource 類型,設定為 'CosmosDbSqlApiSource'。 設定為 CouchbaseSource 類型的 『CouchbaseSource』。 針對 Db2Source 類型,設定為 ' Db2Source'。 設定為 DelimitedTextSource 類型的 'DelimitedTextSource'。 針對 DocumentDbCollectionSource 類型,設定為 'DocumentDbCollectionSource'。 設定為 DrillSource 類型的 'DrillSource'。 設定為 DynamicsAXSource 類型的 'DynamicsAXSource'。 設定為 DynamicsCrmSource 類型的 'DynamicsCrmSource'。 設定為 DynamicsSource 類型的 'DynamicsSource'。 設定為 EloquaSource 類型的 『EloquaSource』。 設定為 ExcelSource 類型的 『ExcelSource』。 設定為 FileSystemSource 類型的 'FileSystemSource'。 針對 GoogleAdWordsSource類型,設定為 'GoogleAdWordsSource'。 針對 GoogleBigQuerySource類型,設定為 'GoogleBigQuerySource'。 針對 GoogleBigQueryV2Source類型,設定為 'GoogleBigQueryV2Source'。 針對 GreenplumSource 類型,設定為 『 GreenplumSource』。 設定為 HBaseSource 類型的 『HBaseSource』。 針對 HdfsSource 類型,設定為 『 HdfsSource』。 設定為 HiveSource類型的 『HiveSource』。 設定為 HttpSource 類型的 'HttpSource'。 設定為 HubspotSource 類型的 『HubspotSource』。 將 設定為 ImpalaSource 類型的 『ImpalaSource』。 將 設定為 InformixSource 類型的 'InformixSource'。 設定為類型 JiraSource 的 『JiraSource』。 針對 JsonSource 類型,設定為 『 JsonSource』。 設定為 LakeHouseTableSource 類型的 'LakeHouseTableSource'。 設定為 MagentoSource類型的 『MagentoSource』。 針對 MariaDBSource 類型,設定為 ' MariaDBSource'。 設定為 MarketoSource 類型的 『MarketoSource』。 針對 MicrosoftAccessSource 類型,設定為 'MicrosoftAccessSource'。 針對 MongoDbAtlasSource 類型,設定為 'MongoDbAtlasSource'。 針對 MongoDbSource 類型,設定為 ' MongoDbSource'。 針對 MongoDbV2Source 類型,設定為 'MongoDbV2Source'。 針對 MySqlSource 類型,設定為 ' MySqlSource'。 針對 NetezzaSource 類型,設定為 ' NetezzaSource'。 設定為 ODataSource 類型的 『ODataSource』。 針對 OdbcSource 類型,設定為 『 OdbcSource』。 針對 Office365Source 類型,設定為 『Office365Source』。 針對 OracleServiceCloudSource 類型,設定為 ' OracleServiceCloudSource'。 設定為 OracleSource 類型的 'OracleSource'。 設定為 OrcSource 類型的 『OrcSource』。 設定為 ParquetSource 類型的 『ParquetSource』。 設定為 PaypalSource 類型的 『PaypalSource』。 設定為 PhoenixSource 類型的 『PhoenixSource』。 針對 PostgreSqlSource 類型,設定為 ' PostgreSqlSource'。 針對 PostgreSqlV2Source 類型,設定為 'PostgreSqlV2Source'。 設定為 PrestoSource 類型的 『PrestoSource』。 針對 QuickBooksSource 類型,設定為 ' QuickBooksSource'。 設定為 RelationalSource 類型的 『RelationalSource』。 針對 ResponsysSource 類型,設定為 'ResponsysSource'。 設定為 RestSource 類型的 'RestSource'。 針對 SalesforceMarketingCloudSource 類型,設定為 'SalesforceMarketingCloudSource'。 針對 SalesforceServiceCloudSource 類型,設定為 'SalesforceServiceCloudSource'。 針對 SalesforceServiceCloudV2Source 類型,設定為 'SalesforceServiceCloudV2Source'。 將 設定為 SalesforceSource 類型的 'SalesforceSource'。 針對 SalesforceV2Source 類型,設定為 'SalesforceV2Source'。 針對 SapBwSource 類型,設定為 ' SapBwSource'。 針對 SapCloudForCustomerSource 類型,設定為 'SapCloudForCustomerSource'。 針對 SapEccSource 類型,設定為 ' SapEccSource'。 針對 SapHanaSource 類型,設定為 ' SapHanaSource'。 針對 SapOdpSource 類型,設定為 ' SapOdpSource'。 針對 SapOpenHubSource 類型,設定為 ' SapOpenHubSource'。 針對 SapTableSource 類型,設定為 ' SapTableSource'。 設定為 ServiceNowSource 類型的 'ServiceNowSource'。 針對 ServiceNowV2Source 類型,設定為 'ServiceNowV2Source'。 針對 SharePointOnlineListSource 類型,設定為 'SharePointOnlineListSource'。 設定為 類型 ShopifySource 的 'ShopifySource'。 針對 SnowflakeSource 類型,設定為 ' SnowflakeSource'。 針對 SnowflakeV2Source 類型,設定為 'SnowflakeV2Source'。 將 設定為 SparkSource 類型的 『SparkSource』。 針對 SqlDWSource 類型,設定為 ' SqlDWSource'。 針對 SqlMISource 類型,設定為 ' SqlMISource'。 針對 SqlServerSource 類型,設定為 ' SqlServerSource'。 設定為 SqlSource 類型的 'SqlSource'。 設定為 SquareSource 類型的 'SquareSource'。 設定為 SybaseSource 類型的 'SybaseSource'。 針對 TeradataSource 類型,設定為 ' TeradataSource'。 設定為 類型 VerticaSource 的 'VerticaSource'。 設定為 WarehouseSource 類型的 『WarehouseSource』。 設定為 XeroSource 類型的 『XeroSource』。 將 類型 ZohoSource 設定為 'ZohoSource'。 設定為 [WebSource] 類型為 'WebSource'。 設定為 XmlSource 類型的 『XmlSource』。 | 'AmazonMWSSource' “AmazonRdsForOracleSource” “AmazonRdsForSqlServerSource” “AmazonRedshiftSource” 'AvroSource' 'AzureBlobFSSource' “AzureDatabricksDeltaLakeSource” “AzureDataExplorerSource” “AzureDataLakeStoreSource” 'AzureMariaDBSource' “AzureMySqlSource” “AzurePostgreSqlSource” “AzureSqlSource” “AzureTableSource” '二進位源' “BlobSource” “CassandraSource” “CommonDataServiceForAppsSource” “ConcurSource” “CosmosDbMongoDbApiSource” “CosmosDbSqlApiSource” 'CouchbaseSource' “Db2Source” 'DelimitedTextSource' “DocumentDbCollectionSource” 'DrillSource' 'DynamicsAXSource' 'DynamicsCrmSource' “DynamicsSource” 'EloquaSource' “ExcelSource” 'FileSystemSource' 'GoogleAdWordsSource' “GoogleBigQuerySource” 'GoogleBigQueryV2Source' 'GreenplumSource' (英文) “HBaseSource” “Hdfs源” 'HiveSource' “HttpSource” 'HubspotSource' 'ImpalaSource' 'InformixSource' 'JiraSource' 'JsonSource' “LakeHouseTableSource” 'MagentoSource' 'MariaDBSource' 'MarketoSource' “MicrosoftAccessSource” “MongoDbAtlasSource” “MongoDbSource” “MongoDbV2Source” 'MySqlSource' 'NetezzaSource' “ODataSource” “OdbcSource” “Office365Source” “OracleServiceCloudSource” “OracleSource” “OrcSource” 'ParquetSource' '貝寶源' “鳳凰之源” 'PostgreSqlSource' 'PostgreSqlV2Source' 'PrestoSource' 'QuickBooksSource' '關係源' “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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
批次大小 | 指定要在 MongoDB 實體回應的每個批次中傳回的檔案數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:integer (或 expression with resultType integer) 。 | 任何 |
cursor方法 | Mongodb 查詢的數據指標方法。 | MongoDbCursorMethods屬性 |
篩選 | 使用查詢運算子指定選取篩選。 若要傳回集合中的所有檔,請省略此參數或傳遞空白檔 ({})。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
檢測日期時間 | 是否將基本值偵測為 datetime 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
頁面大小 | 結果的頁面大小。 類型:integer (或 expression with resultType integer) 。 | 任何 |
首選區域 | 慣用的區域。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
查詢 | SQL API 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'CosmosDbSqlApiSource' (必要) |
CouchbaseSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'CouchbaseSource' (必要) |
憑證引用
名稱 | 說明 | 價值觀 |
---|---|---|
referenceName (引用名稱) | 參考認證名稱。 | 字串 (必要) |
型別 | 認證參考類型。 | 'CredentialReference' (必要) |
CustomActivity (自定義活動)
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'Custom' (必要) |
類型屬性 | 自訂活動屬性。 | CustomActivityTypeProperties (必要) |
CustomActivityReferenceObject 物件
名稱 | 說明 | 價值觀 |
---|---|---|
數據集 | 數據集參考。 | 資料集引用[] |
linked服務 | 鏈接的服務參考。 | LinkedServiceReference[] |
CustomActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
autoUserSpecification | 使用者的提高許可權層級和範圍,預設值為非系統管理員工作。 Type:string (或 expression with resultType double) 的表達式。 | 任何 |
指令 | 自定義活動類型的命令:string (或 expression with resultType string)。 | 任何 (必要) |
extendedProperties | 使用者定義的屬性包。 對可以使用的索引鍵或值沒有任何限制。 使用者指定的自定義活動完全負責取用和解譯定義的內容。 | CustomActivityTypePropertiesExtendedProperties |
資料夾路徑 | 資源文件的資料夾路徑 類型:string (或 expression with resultType string)。 | 任何 |
reference物件 | 參考物件 | CustomActivityReferenceObject 物件 |
resourceLinkedService | 資源連結服務參考。 | LinkedServiceReference |
retentionTime(以天為單位) | 針對自訂活動提交的檔案保留時間。 類型:double(或 expressionType double 的運算式)。 | 任何 |
CustomActivityTypePropertiesExtendedProperties
名稱 | 說明 | 價值觀 |
---|
DatabricksJobActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'DatabricksJob' (必需) |
類型屬性 | Databricks 作業活動屬性。 | DatabricksJobActivityTypeProperties (必需) |
DatabricksJobActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
jobId | 要執行的 Databricks 作業的 ID。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
工作參數 | 用於此作業的每次運行的作業參數。 如果作業採用未指定的參數,則將使用作業中的預設值。 | DatabricksJobActivityTypePropertiesJobParameters |
DatabricksJobActivityTypePropertiesJobParameters
名稱 | 說明 | 價值觀 |
---|
DatabricksNotebookActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'DatabricksNotebook' (必要) |
類型屬性 | Databricks Notebook 活動屬性。 | DatabricksNotebookActivityTypeProperties (必要) |
DatabricksNotebookActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
baseParameters | 要用於此作業每個回合的基底參數。如果筆記本採用未指定的參數,則會使用筆記本中的預設值。 | DatabricksNotebookActivityTypePropertiesBaseParameters |
圖書館 | 要安裝在將執行作業之叢集上的連結庫清單。 | DatabricksNotebookActivityTypePropertiesLibrariesItem[] |
筆記本路徑 | 要在 Databricks 工作區中執行的筆記本絕對路徑。 此路徑必須以斜線開頭。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DatabricksNotebookActivityTypePropertiesBaseParameters
名稱 | 說明 | 價值觀 |
---|
DatabricksNotebookActivityTypePropertiesLibrariesItem
名稱 | 說明 | 價值觀 |
---|
DatabricksSparkJarActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'DatabricksSparkJar' (必要) |
類型屬性 | Databricks SparkJar 活動屬性。 | DatabricksSparkJarActivityTypeProperties (必要) |
DatabricksSparkJarActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
圖書館 | 要安裝在將執行作業之叢集上的連結庫清單。 | DatabricksSparkJarActivityTypePropertiesLibrariesItem[] |
mainClassName | 包含要執行的 main 方法之類別的完整名稱。 這個類別必須包含在提供做為程式庫的 JAR 中。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
參數 | 將傳遞至 main 方法的參數。 | 任何[] |
DatabricksSparkJarActivityTypePropertiesLibrariesItem
名稱 | 說明 | 價值觀 |
---|
DatabricksSparkPythonActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'DatabricksSparkPython' (必要) |
類型屬性 | Databricks SparkPython 活動屬性。 | DatabricksSparkPythonActivityTypeProperties (必要) |
DatabricksSparkPythonActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
圖書館 | 要安裝在將執行作業之叢集上的連結庫清單。 | DatabricksSparkPythonActivityTypePropertiesLibrariesItem[] |
參數 | 將傳遞至 Python 檔案的命令行參數。 | 任何[] |
python檔 | 要執行之 Python 檔案的 URI。 支援 DBFS 路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DatabricksSparkPythonActivityTypePropertiesLibrariesItem
名稱 | 說明 | 價值觀 |
---|
數據流參考
名稱 | 說明 | 價值觀 |
---|---|---|
datasetParameters 數據集參數 | 從數據集參考數據流參數。 | 任何 |
參數 | 資料流程參數 | ParameterValueSpecification 參數值規範 |
referenceName (引用名稱) | 參考數據流名稱。 | 字串 (必要) |
型別 | 數據流參考類型。 | 'DataFlowReference' (必要) |
DataFlowStagingInfo
名稱 | 說明 | 價值觀 |
---|---|---|
資料夾路徑 | 暫存 Blob 的資料夾路徑。 類型:string (或 expression with resultType string) | 任何 |
連結服務 | 暫存連結服務參考。 | LinkedServiceReference |
DataLakeAnalyticsUsqlActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'DataLakeAnalyticsU-SQL' (必要) |
類型屬性 | Data Lake Analytics U-SQL 活動屬性。 | DataLakeAnalyticsUsqlActivityTypeProperties (必要) |
DataLakeAnalyticsUsqlActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
編譯模式 | U-SQL 的編譯模式。 必須是下列其中一個值:Semantic、Full 和SingleBox。 Type:string (或 expression with resultType string) 。 | 任何 |
DegreeOfParallelism | 用來執行作業的節點數目上限。 預設值為 1。 類型:integer(或 Expression 含 resultType 整數的運算式),最小值:1。 | 任何 |
參數 | U-SQL 作業要求的參數。 | DataLakeAnalyticsUsqlActivityTypeProperties參數 |
優先權 | 決定應該先選取已排入佇列的所有作業,以執行。 數位越低,優先順序越高。 預設值為 1000。 類型:integer(或 Expression 含 resultType 整數的運算式),最小值:1。 | 任何 |
runtimeVersion (運行時版本) | 要使用的U-SQL引擎運行時間版本。 Type:string (或 expression with resultType string) 。 | 任何 |
scriptLinked服務 | 編寫連結服務參考的腳本。 | LinkedServiceReference (必要) |
腳本路徑 | 包含U-SQL 文稿之資料夾的區分大小寫路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DataLakeAnalyticsUsqlActivityTypeProperties參數
名稱 | 說明 | 價值觀 |
---|
數據集引用
名稱 | 說明 | 價值觀 |
---|---|---|
參數 | 數據集的自變數。 | ParameterValueSpecification 參數值規範 |
referenceName (引用名稱) | 參考數據集名稱。 | 字串 (必要) |
型別 | 數據集參考類型。 | 'DatasetReference' (必要) |
Db2Source 資料庫
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'Db2Source' (必要) |
刪除活動
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'Delete' (必要) |
類型屬性 | 刪除活動屬性。 | DeleteActivityTypeProperties (必要) |
DeleteActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
資料集 | 刪除活動數據集參考。 | DatasetReference (必要) |
enableLogging | 是否要記錄刪除活動執行的詳細記錄。 預設值為 False。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
logStorageSettings | 當 enableLogging 為 true 時,客戶必須提供記錄記憶體設定。 | LogStorageSettings |
最大並發連接數 | 同時連接數據源的最大並行連線。 | int 約束: 最小值 = 1 |
遞迴 | 如果為 true,則會以遞歸方式刪除目前資料夾路徑下的檔案或子資料夾。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
商店設置 | 刪除活動存放區設定。 | StoreReadSettings |
DelimitedTextReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
skipLineCount | 指出從輸入檔案讀取資料時要略過的非空白數據列數目。 類型:integer (或 expression with resultType integer) 。 | 任何 |
型別 | 讀取設定類型。 | 'DelimitedTextReadSettings' (必要) |
DelimitedTextReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
skipLineCount | 指出從輸入檔案讀取資料時要略過的非空白數據列數目。 類型:integer (或 expression with resultType integer) 。 | 任何 |
型別 | 讀取設定類型。 | 字串 (必要) |
DelimitedTextSink
名稱 | 說明 | 價值觀 |
---|---|---|
formatSettings | DelimitedText 格式設定。 | DelimitedTextWrite設置 |
商店設置 | DelimitedText 存放區設定。 | StoreWriteSettings |
型別 | 複製接收類型。 | 'DelimitedTextSink' (必要) |
DelimitedTextSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | DelimitedText 格式設定。 | DelimitedTextReadSettings |
商店設置 | DelimitedText 存放區設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'DelimitedTextSource' (必要) |
DelimitedTextWrite設置
名稱 | 說明 | 價值觀 |
---|---|---|
fileExtension 檔擴展名 | 用來建立檔案的擴展名。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
檔名前綴 | 指定檔名模式 <fileNamePrefix>_<fileIndex>。<從不含 partitionOptions 的非檔案式存放區複製時,fileExtension> 。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
quoteAllText | 指出字串值是否一律以引號括住。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 寫入設定類型。 | 字串 (必要) |
Distcp設置
名稱 | 說明 | 價值觀 |
---|---|---|
distcp選項 | 指定 Distcp 選項。 Type:string (或 expression with resultType string) 。 | 任何 |
資源管理器端點 | 指定 Yarn ResourceManager 端點。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
tempScriptPath (臨時文稿路徑) | 指定將用來儲存暫存 Distcp 命令腳本的現有資料夾路徑。 腳本檔案是由ADF產生,將在複製作業完成後移除。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DocumentDbCollectionSink
名稱 | 說明 | 價值觀 |
---|---|---|
嵌套分隔符 | 巢狀屬性分隔符。 預設值為 。 (點)。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'DocumentDbCollectionSink' (必要) |
writeBehavior 的 | 描述如何將數據寫入 Azure Cosmos DB。 Type:string (或 expression with resultType string) 。 允許的值:insert 和 upsert。 | 任何 |
DocumentDbCollectionSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
嵌套分隔符 | 巢狀屬性分隔符。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢 | 文件查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'DocumentDbCollectionSource' (必要) |
鑽取源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'DrillSource' (必要) |
DWCopyCommand預設值
名稱 | 說明 | 價值觀 |
---|---|---|
欄位名稱 | 數據行名稱。 Type: object (或 Expression with resultType string)。 | 任何 |
預設值 | 數據行的預設值。 Type: object (或 Expression with resultType string)。 | 任何 |
DWCopyCommandSettings
名稱 | 說明 | 價值觀 |
---|---|---|
其他選項 | 直接在複製命令中傳遞至 SQL DW 的其他選項。 類型:索引鍵值組(值應該是字串類型)(或具有 resultType 物件的 Expression)。 範例:“additionalOptions”: { “MAXERRORS”: “1000”, “DATEFORMAT”: “'ymd'” } | DWCopyCommandSettingsAdditionalOptions |
預設值 | 指定 SQL DW 中每個目標資料行的預設值。 屬性中的預設值會覆寫 DB 中設定的 DEFAULT 條件約束,而標識列不能有預設值。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | DWCopyCommandDefaultValue[] |
DWCopyCommandSettingsAdditionalOptions
名稱 | 說明 | 價值觀 |
---|
DynamicsAXSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'DynamicsAXSource' (必要) |
DynamicsCrmSink (動力學Crm接收器)
名稱 | 說明 | 價值觀 |
---|---|---|
alternateKeyName (備用鍵名稱) | 替代索引鍵的邏輯名稱,會在更新插入記錄時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
bypassBusinessLogicExecution | 控制 Dataverse 自定義商業規則的略過。 Type:string (或 expression with resultType string) 。 Type:string (或 expression with resultType string) 。 | 任何 |
略過Power Automate流程 | 控制Power Automate 流程的略過。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
忽略空值 | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製接收類型。 | 'DynamicsCrmSink' (必要) |
writeBehavior 的 | 作業的寫入行為。 | 'Upsert' (必要) |
DynamicsCrmSource (動態Crm源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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) 。 | 任何 |
bypassBusinessLogicExecution | 控制 Dataverse 自定義商業規則的略過。 Type:string (或 expression with resultType string) 。 Type:string (或 expression with resultType string) 。 | 任何 |
略過Power Automate流程 | 控制Power Automate 流程的略過。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
忽略空值 | 旗標,指出寫入作業期間是否忽略輸入數據集的 Null 值(索引鍵欄位除外)。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製接收類型。 | 'DynamicsSink' (必要) |
writeBehavior 的 | 作業的寫入行為。 | 'Upsert' (必要) |
DynamicsSource (動態源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | FetchXML 是一種專屬的查詢語言,用於 Microsoft Dynamics(在線和內部部署)。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'DynamicsSource' (必要) |
EloquaSource 源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'EloquaSource' (必要) |
Excel源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
商店設置 | Excel 市集設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'ExcelSource' (必要) |
ExecuteDataFlowActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'ExecuteDataFlow' (必要) |
類型屬性 | 執行數據流活動屬性。 | ExecuteDataFlowActivityTypeProperties (必要) |
ExecuteDataFlowActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
計算 | 數據流活動的計算屬性。 | ExecuteDataFlowActivityTypePropertiesCompute |
continuationSettings | 執行數據流活動的接續設定。 | ContinuationSettingsReference |
continueOnError | 繼續執行用於數據流執行的錯誤設定。 如果接收失敗,可讓處理繼續。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
數據流 | 數據流參考。 | DataFlowReference (必要) |
integrationRuntime | 整合運行時間參考。 | IntegrationRuntimeReference |
run併發 | 用於數據流執行的並行執行設定。 允許同時處理具有相同儲存順序的接收。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
sourceStagingConcurrency | 指定適用於接收之來源的平行暫存數目。 類型:integer(或 expression 含 resultType 整數的運算式) | 任何 |
暫存 | 執行數據流活動的暫存資訊。 | DataFlowStagingInfo |
跟蹤級別 | 用於數據流監視輸出的追蹤層級設定。 支援的值為:『粗略』、『fine』和 『none』。 類型:string (或 expression with resultType string) | 任何 |
ExecuteDataFlowActivityTypePropertiesCompute
名稱 | 說明 | 價值觀 |
---|---|---|
computeType | 將執行數據流作業之叢集的計算類型。 可能的值包括:『General』、『MemoryOptimized』、『ComputeOptimized』。 類型:string (或 expression with resultType string) | 任何 |
核心計數 | 將執行數據流作業之叢集的核心計數。 支援的值為:8、16、32、48、80、144 和 272。 類型:integer(或 expression 含 resultType 整數的運算式) | 任何 |
ExecutePipelineActivity
名稱 | 說明 | 價值觀 |
---|---|---|
原則 | 執行管線活動原則。 | ExecutePipelineActivityPolicy |
型別 | 活動類型。 | 'ExecutePipeline' (必要) |
類型屬性 | 執行管線活動屬性。 | ExecutePipelineActivityTypeProperties (必要) |
ExecutePipelineActivityPolicy
名稱 | 說明 | 價值觀 |
---|---|---|
安全輸入 | 當設定為 true 時,來自活動的輸入會被視為安全,且不會記錄到監視。 | 布爾 (bool) |
ExecutePipelineActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
參數 | 管線參數。 | ParameterValueSpecification 參數值規範 |
準銷售案源 | 管線參考。 | PipelineReference (必要) |
waitOnCompletion | 定義活動執行是否會等候相依管線執行完成。 預設值為 false。 | 布爾 (bool) |
ExecutePowerQueryActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
計算 | 數據流活動的計算屬性。 | ExecuteDataFlowActivityTypePropertiesCompute |
continuationSettings | 執行數據流活動的接續設定。 | ContinuationSettingsReference |
continueOnError | 繼續執行用於數據流執行的錯誤設定。 如果接收失敗,可讓處理繼續。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
數據流 | 數據流參考。 | DataFlowReference (必要) |
integrationRuntime | 整合運行時間參考。 | IntegrationRuntimeReference |
查詢 | Power Query 混搭查詢對應至接收數據集的清單。 | PowerQuerySinkMapping[] |
run併發 | 用於數據流執行的並行執行設定。 允許同時處理具有相同儲存順序的接收。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
匯 | (已被取代。請使用查詢)。 對應至 queryName 的 Power Query 活動接收清單。 | ExecutePowerQueryActivityTypeProperties接收器 |
sourceStagingConcurrency | 指定適用於接收之來源的平行暫存數目。 類型:integer(或 expression 含 resultType 整數的運算式) | 任何 |
暫存 | 執行數據流活動的暫存資訊。 | DataFlowStagingInfo |
跟蹤級別 | 用於數據流監視輸出的追蹤層級設定。 支援的值為:『粗略』、『fine』和 『none』。 類型:string (或 expression with resultType string) | 任何 |
ExecutePowerQueryActivityTypeProperties接收器
名稱 | 說明 | 價值觀 |
---|
ExecuteSsisPackageActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'ExecuteSSISPackage' (必要) |
類型屬性 | 執行 SSIS 套件活動屬性。 | ExecuteSsisPackageActivityTypeProperties (必要) |
ExecuteSsisPackageActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
連接方式 | 整合運行時間參考。 | IntegrationRuntimeReference (必要) |
環境路徑 | 執行 SSIS 封裝的環境路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
executionCredential 的 | 封裝執行認證。 | SsisExecutionCredential |
日誌記錄級別 | 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
名稱 | 說明 | 價值觀 |
---|---|---|
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'ExecuteWranglingDataflow' (必要) |
類型屬性 | 執行 power query 活動屬性。 | ExecutePowerQueryActivityTypeProperties (必要) |
表現
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 表達式類型。 | 'Expression' (必要) |
價值 | 表達式值。 | 字串 (必要) |
表達式 V2
名稱 | 說明 | 價值觀 |
---|---|---|
運算元 | 巢狀表達式的清單。 | 表達式V2 |
運營商 | 表達式運算子值類型:字串清單。 | 字串[] |
型別 | 系統支援的表達式類型。 類型:字串。 | '二進位' “恆定” '欄位' “不” '一元' |
價值 | 常量/欄位類型的值:object。 | 任何 |
FailActivity 函數
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'Fail' (必要) |
類型屬性 | 失敗活動屬性。 | FailActivityTypeProperties (必要) |
FailActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
錯誤代碼 | 錯誤碼,分類失敗活動的錯誤類型。 它可以是運行時間評估為非空白/空白字串的動態內容。 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) 。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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 的
名稱 | 說明 | 價值觀 |
---|---|---|
複製行為 | 複製接收的複製行為類型。 | 任何 |
型別 | 複製接收類型。 | 'FileSystemSink' (必要) |
FileSystemSource 檔源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
遞迴 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值是「true」。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製來源類型。 | 'FileSystemSource' (必要) |
FilterActivity (篩選活動)
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'Filter' (必要) |
類型屬性 | 篩選活動屬性。 | FilterActivityTypeProperties (必要) |
FilterActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
條件 | 用於篩選輸入的條件。 | 運算式 (必要) |
項目 | 應套用篩選的輸入陣列。 | 運算式 (必要) |
ForEachActivity
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'ForEach' (必要) |
類型屬性 | ForEach 活動屬性。 | ForEachActivityTypeProperties (必要) |
ForEachActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
活動 | 要執行的活動清單。 | Activity[] (必要) |
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 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞迴 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值是「true」。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 讀取設定類型。 | 'FtpReadSettings' (必要) |
使用二進位傳輸 | 指定是否要使用 FTP 存放區的二進位傳輸模式。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
wildcardFileName (通配符檔名) | Ftp 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath 通配符資料夾路徑 | Ftp 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
GetMetadataActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'GetMetadata' (必要) |
類型屬性 | GetMetadata 活動屬性。 | GetMetadataActivityTypeProperties (必要) |
GetMetadataActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
資料集 | GetMetadata 活動數據集參考。 | DatasetReference (必要) |
欄位清單 | 要從數據集取得的元數據欄位。 | 任何[] |
formatSettings | GetMetadata 活動格式設定。 | FormatReadSettings |
商店設置 | GetMetadata 活動存放區設定。 | StoreReadSettings |
GoogleAdWords來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'GoogleAdWordsSource' (必要) |
GoogleBigQuery源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'GoogleBigQuerySource' (必要) |
GoogleBigQueryV2源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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) 。 | 任何 |
Greenplum來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'GreenplumSource' (必要) |
HBase源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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 布爾值的表達式)。 | 任何 |
distcp設置 | 指定 Distcp 相關設定。 | Distcp設置 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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 (英语)
名稱 | 說明 | 價值觀 |
---|---|---|
distcp設置 | 指定 Distcp 相關設定。 | Distcp設置 |
遞迴 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值是「true」。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製來源類型。 | 'HdfsSource' (必要) |
HDInsightHiveActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'HDInsightHive' (必要) |
類型屬性 | HDInsight Hive 活動屬性。 | HDInsightHiveActivityTypeProperties (必要) |
HDInsightHiveActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
引數 | 使用者指定的 HDInsightActivity 自變數。 | 任何[] |
定義 | 允許使用者指定Hive作業要求的定義。 | HDInsightHiveActivityTypeProperties定義 |
getDebugInfo | 偵錯資訊選項。 | “總是” “失敗” “無” |
查詢超時 | 查詢逾時值 (以分鐘為單位)。 當 HDInsight 叢集使用 ESP 時有效(企業安全性套件) | 整數 (int) |
scriptLinked服務 | 編寫連結服務參考的腳本。 | LinkedServiceReference |
腳本路徑 | 腳本路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
storageLinked服務 | 記憶體連結服務參考。 | LinkedServiceReference[] |
變數 | hivevar 命名空間下的使用者指定自變數。 | HDInsightHiveActivityTypeProperties變數 |
HDInsightHiveActivityTypeProperties定義
名稱 | 說明 | 價值觀 |
---|
HDInsightHiveActivityTypeProperties變數
名稱 | 說明 | 價值觀 |
---|
HDInsightMapReduceActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'HDInsightMapReduce' (必要) |
類型屬性 | HDInsight MapReduce 活動屬性。 | HDInsightMapReduceActivityTypeProperties (必要) |
HDInsightMapReduceActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
引數 | 使用者指定的 HDInsightActivity 自變數。 | 任何[] |
類別名稱 | 類別名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
定義 | 允許使用者指定 MapReduce 作業要求的定義。 | HDInsightMapReduceActivityTypeProperties定義 |
getDebugInfo | 偵錯資訊選項。 | “總是” “失敗” “無” |
jarFilePath 檔 | Jar 路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
jarLibs | Jar libs。 | 任何[] |
jarLinked服務 | Jar 連結服務參考。 | LinkedServiceReference |
storageLinked服務 | 記憶體連結服務參考。 | LinkedServiceReference[] |
HDInsightMapReduceActivityTypeProperties定義
名稱 | 說明 | 價值觀 |
---|
HDInsightPigActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'HDInsightPig' (必要) |
類型屬性 | HDInsight Pig 活動屬性。 | HDInsightPigActivityTypeProperties (必要) |
HDInsightPigActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
引數 | 使用者指定的 HDInsightActivity 自變數。 類型:array(或 expression with resultType array 的 Expression)。 | 任何 |
定義 | 允許使用者指定 Pig 作業要求的定義。 | HDInsightPigActivityTypeProperties定義 |
getDebugInfo | 偵錯資訊選項。 | “總是” “失敗” “無” |
scriptLinked服務 | 編寫連結服務參考的腳本。 | LinkedServiceReference |
腳本路徑 | 腳本路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
storageLinked服務 | 記憶體連結服務參考。 | LinkedServiceReference[] |
HDInsightPigActivityTypeProperties定義
名稱 | 說明 | 價值觀 |
---|
HDInsightSparkActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'HDInsightSpark' (必要) |
類型屬性 | HDInsight Spark 活動屬性。 | HDInsightSparkActivityTypeProperties (必要) |
HDInsightSparkActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
引數 | HDInsightSparkActivity 的使用者指定自變數。 | 任何[] |
類別名稱 | 應用程式的 Java/Spark 主要類別。 | 字串 |
entryFilePath 文件路徑 | 要執行之程式代碼/套件根資料夾的相對路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
getDebugInfo | 偵錯資訊選項。 | “總是” “失敗” “無” |
代理使用者 | 要模擬該作業的使用者。 Type:string (或 expression with resultType string) 。 | 任何 |
根路徑 | 所有作業檔案之 'sparkJobLinkedService' 中的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
sparkConfig 函數 | Spark 組態屬性。 | HDInsightSparkActivityTypePropertiesSparkConfig |
sparkJobLinkedService | 用於上傳專案檔案和相依性的記憶體連結服務,以及用於接收記錄。 | LinkedServiceReference |
HDInsightSparkActivityTypePropertiesSparkConfig
名稱 | 說明 | 價值觀 |
---|
HDInsightStreamingActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'HDInsightStreaming' (必要) |
類型屬性 | HDInsight 串流活動屬性。 | HDInsightStreamingActivityTypeProperties (必要) |
HDInsightStreamingActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
引數 | 使用者指定的 HDInsightActivity 自變數。 | 任何[] |
結合子 | 合併器可執行檔名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
commandEnvironment | 命令行環境值。 | 任何[] |
定義 | 允許使用者指定串流作業要求的定義。 | HDInsightStreamingActivityTypeProperties定義 |
fileLinked服務 | 檔案所在的連結服務參考。 | LinkedServiceReference |
檔路徑 | 串流作業檔案的路徑。 可以是目錄。 | any[] (必要) |
getDebugInfo | 偵錯資訊選項。 | “總是” “失敗” “無” |
輸入 | 輸入 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) 。 | 任何 (必要) |
storageLinked服務 | 記憶體連結服務參考。 | LinkedServiceReference[] |
HDInsightStreamingActivityTypeProperties定義
名稱 | 說明 | 價值觀 |
---|
HiveSource (英文)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'HiveSource' (必要) |
HttpReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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) 。 | 任何 |
請求方法 | 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 Type:string (或 expression with resultType string) 。 | 任何 |
請求超時 | 指定 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' (必要) |
Hubspot源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'HubspotSource' (必要) |
冰山沉沒
名稱 | 說明 | 價值觀 |
---|---|---|
formatSettings | Iceberg 格式設定。 | IcebergWriteSettings |
商店設置 | Iceberg 商店設定。 | StoreWriteSettings |
型別 | 複製接收類型。 | 冰山下水“(必要) |
IcebergWriteSettings
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 寫入設定類型。 | 字串 (必要) |
IfConditionActivity
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'IfCondition' (必要) |
類型屬性 | IfCondition 活動屬性。 | IfConditionActivityTypeProperties (必要) |
IfConditionActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
運算式 | 評估為布爾值的表達式。 這是用來判斷將執行的活動區塊(ifTrueActivities 或 ifFalseActivities)。 | 運算式 (必要) |
ifFalse活動 | 如果表達式評估為 false,要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 | 活動 |
ifTrue活動 | 如果表達式評估為 true,要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 | 活動 |
ImpalaSource (英帕拉源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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' (必要) |
Informix源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'JiraSource' (必要) |
JsonReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
型別 | 讀取設定類型。 | 'JsonReadSettings' (必要) |
JsonReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
型別 | 讀取設定類型。 | 字串 (必要) |
JsonSink
名稱 | 說明 | 價值觀 |
---|---|---|
formatSettings | Json 格式設定。 | JsonWrite設置 |
商店設置 | Json 存放區設定。 | StoreWriteSettings |
型別 | 複製接收類型。 | 'JsonSink' (必要) |
JsonSource (英文)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | Json 格式設定。 | JsonReadSettings |
商店設置 | Json 存放區設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'JsonSource' (必要) |
JsonWrite設置
名稱 | 說明 | 價值觀 |
---|---|---|
檔模式 | JSON 的檔案模式。 此設定會控制將處理 JSON 物件的集合方式。 默認值為 『setOfObjects』。 這是區分大小寫的。 | 任何 |
型別 | 寫入設定類型。 | 字串 (必要) |
LakeHouseRead設置
名稱 | 說明 | 價值觀 |
---|---|---|
deleteFilesAfterCompletion 后 | 指出複製完成之後是否需要刪除來源檔案。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞迴 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值是「true」。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 讀取設定類型。 | 'LakeHouseReadSettings' (必要) |
wildcardFileName (通配符檔名) | Microsoft Fabric Lakehouse 檔案通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath 通配符資料夾路徑 | Microsoft Fabric Lakehouse 檔案通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
LakeHouseTableSink 餐廳
名稱 | 說明 | 價值觀 |
---|---|---|
分區名稱清單 (partitionNameList) | 從接收數據行指定資料分割資料行名稱。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | 任何 |
分割選項 | 根據一或多個數據行,在資料夾結構中建立數據分割。 每個相異數據行值 (pair) 都會是新的分割區。 可能的值包括:「None」、“PartitionByKey” | 任何 |
tableActionOption | Lakehouse 數據表接收的數據表動作類型。 可能的值包括:「None」、“ Append” Overwrite” | 任何 |
型別 | 複製接收類型。 | 'LakeHouseTableSink' (必要) |
LakeHouseTableSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
時間戳AsOf | 依時間戳查詢較舊的快照集。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'LakeHouseTableSource' (必要) |
versionAsOf 版本 | 依版本查詢較舊的快照集。 類型:integer (或 expression with resultType integer) 。 | 任何 |
LakeHouseWrite設置
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 寫入設定類型。 | 'LakeHouseWriteSettings' (必要) |
LinkedServiceReference
名稱 | 說明 | 價值觀 |
---|---|---|
參數 | LinkedService 的自變數。 | ParameterValueSpecification 參數值規範 |
referenceName (引用名稱) | 參考 LinkedService 名稱。 | 字串 (必要) |
型別 | 連結服務參考類型。 | 'LinkedServiceReference' (必要) |
LogLocationSettings
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 記錄記憶體連結服務參考。 | LinkedServiceReference (必要) |
路徑 | 用來儲存活動執行詳細記錄的記憶體路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
日誌設置
名稱 | 說明 | 價值觀 |
---|---|---|
copyActivityLogSettings | 指定複製活動記錄的設定。 | CopyActivityLogSettings |
enableCopyActivityLog | 指定是否啟用複製活動記錄。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
logLocationSettings | 客戶在啟用記錄時必須提供的記錄位置設定。 | LogLocationSettings (必要) |
LogStorageSettings
名稱 | 說明 | 價值觀 |
---|---|---|
enableReliableLogging | 指定是否啟用可靠的記錄。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
連結服務名稱 | 記錄記憶體連結服務參考。 | LinkedServiceReference (必要) |
logLevel | 取得或設定記錄層級、支援:資訊、警告。 Type:string (或 expression with resultType string) 。 | 任何 |
路徑 | 用來儲存活動執行詳細記錄的記憶體路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
LookupActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'Lookup' (必要) |
類型屬性 | 查閱活動屬性。 | LookupActivityTypeProperties (必要) |
LookupActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
資料集 | 查閱活動數據集參考。 | DatasetReference (必要) |
firstRowOnly | 是否要傳回第一個數據列或所有數據列。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
來源 | 數據集特定的來源屬性,與複製活動來源相同。 | CopySource (必要) |
MagentoSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'MagentoSource' (必要) |
MariaDBSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'MariaDBSource' (必要) |
MarketoSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'MarketoSource' (必要) |
元數據項
名稱 | 說明 | 價值觀 |
---|---|---|
名稱 | 元數據專案索引鍵名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
價值 | 元數據專案值。 Type:string (或 expression with resultType string) 。 | 任何 |
MicrosoftAccessSink
名稱 | 說明 | 價值觀 |
---|---|---|
preCopyScript | 開始複製之前要執行的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'MicrosoftAccessSink' (必要) |
MicrosoftAccessSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
批次大小 | 指定要在 MongoDB Atlas 實例回應的每個批次中傳回的檔數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:integer (或 expression with resultType integer) 。 | 任何 |
cursor方法 | Mongodb 查詢的數據指標方法 | MongoDbCursorMethods屬性 |
篩選 | 使用查詢運算子指定選取篩選。 若要傳回集合中的所有檔,請省略此參數或傳遞空白檔 ({})。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'MongoDbAtlasSource' (必要) |
MongoDbCursorMethods屬性
名稱 | 說明 | 價值觀 |
---|---|---|
限制 | 指定伺服器傳回的檔案數目上限。 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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
批次大小 | 指定要在 MongoDB 實體回應的每個批次中傳回的檔案數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:integer (或 expression with resultType integer) 。 | 任何 |
cursor方法 | Mongodb 查詢的數據指標方法 | MongoDbCursorMethods屬性 |
篩選 | 使用查詢運算子指定選取篩選。 若要傳回集合中的所有檔,請省略此參數或傳遞空白檔 ({})。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'MongoDbV2Source' (必要) |
MySqlSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'MySqlSource' (必要) |
NetezzaPartitionSettings
名稱 | 說明 | 價值觀 |
---|---|---|
分區欄位名稱 | 整數類型中的數據行名稱,將用於繼續範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound 分區下限 | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
分區上限 | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
Netezza源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
分割選項 | 將用於 Netezza 平行讀取的數據分割機制。 可能的值包括:「None」、“DataSlice”、“DynamicRange”。 | 任何 |
分割設定 | 將用於 Netezza 來源資料分割的設定。 | NetezzaPartitionSettings |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'NetezzaSource' (必要) |
NotebookParameter
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | Notebook 參數類型。 | '布爾' 漂浮 'int' 字串 |
價值 | Notebook 參數值。 Type:string (或 expression with resultType string) 。 | 任何 |
ODataSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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 (英语)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'OdbcSource' (必要) |
Office365來源
名稱 | 說明 | 價值觀 |
---|---|---|
allowed組 | 包含所有使用者的群組。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
日期篩選欄 | 要套用 <paramref name=“StartTime”/> 和 <paramref name=“EndTime”/>的數據行。 Type:string (或 expression with resultType string) 。 | 任何 |
結束時間 | 此數據集所要求範圍的結束時間。 Type:string (或 expression with resultType string) 。 | 任何 |
outputColumns | 要從 Office 365 數據表讀取的數據行。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 itemType:OutputColumn。 範例: [ { “name”: “Id” }, { “name”: “CreatedDateTime” } ] | 任何 |
開始時間 | 此數據集所要求範圍的開始時間。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'Office365Source' (必要) |
userScopeFilterUri (用戶範圍過濾器URI) | 用戶範圍 URI。 Type:string (或 expression with resultType string) 。 | 任何 |
OracleCloudStorageReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
deleteFilesAfterCompletion 后 | 指出複製完成之後是否需要刪除來源檔案。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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
名稱 | 說明 | 價值觀 |
---|---|---|
分區欄位名稱 | 整數類型中的數據行名稱,將用於繼續範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound 分區下限 | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
分區名稱 | Oracle 數據表的實體分割區名稱。 | 任何 |
分區上限 | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
OracleServiceCloudSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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' (必要) |
Oracle 原始程式碼
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
oracleReaderQuery | Oracle 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Oracle 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 | 任何 |
分割設定 | 將用於 Oracle 來源數據分割的設定。 | OraclePartitionSettings |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'OracleSource' (必要) |
OrcSink 系列
名稱 | 說明 | 價值觀 |
---|---|---|
formatSettings | ORC 格式設定。 | OrcWriteSettings (Orc寫入設置) |
商店設置 | ORC 存放區設定。 | StoreWriteSettings |
型別 | 複製接收類型。 | 'OrcSink' (必要) |
OrcSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
商店設置 | ORC 存放區設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'OrcSource' (必要) |
OrcWriteSettings (Orc寫入設置)
名稱 | 說明 | 價值觀 |
---|---|---|
檔名前綴 | 指定檔名模式 <fileNamePrefix>_<fileIndex>。<從不含 partitionOptions 的非檔案式存放區複製時,fileExtension> 。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
型別 | 寫入設定類型。 | 字串 (必要) |
ParameterDefinitionSpecification
名稱 | 說明 | 價值觀 |
---|
參數規範
名稱 | 說明 | 價值觀 |
---|---|---|
預設值 | 參數的預設值。 | 任何 |
型別 | 參數類型。 | '陣列' '布爾' '浮動' 'int' '物件' “安全字串” 'String' (必要) |
ParameterValueSpecification 參數值規範
名稱 | 說明 | 價值觀 |
---|
ParameterValueSpecification 參數值規範
名稱 | 說明 | 價值觀 |
---|
ParameterValueSpecification 參數值規範
名稱 | 說明 | 價值觀 |
---|
ParameterValueSpecification 參數值規範
名稱 | 說明 | 價值觀 |
---|
ParameterValueSpecification 參數值規範
名稱 | 說明 | 價值觀 |
---|
ParquetReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
型別 | 讀取設定類型。 | 'ParquetReadSettings' (必要) |
ParquetReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
型別 | 讀取設定類型。 | 字串 (必要) |
ParquetSink (鑲木地板水槽)
名稱 | 說明 | 價值觀 |
---|---|---|
formatSettings | Parquet 格式設定。 | ParquetWrite設置 |
商店設置 | Parquet 存放區設定。 | StoreWriteSettings |
型別 | 複製接收類型。 | 'ParquetSink' (必要) |
ParquetSource (鑲框源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | Parquet 格式設定。 | ParquetReadSettings |
商店設置 | Parquet 存放區設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'ParquetSource' (必要) |
ParquetWrite設置
名稱 | 說明 | 價值觀 |
---|---|---|
檔名前綴 | 指定檔名模式 <fileNamePrefix>_<fileIndex>。<從不含 partitionOptions 的非檔案式存放區複製時,fileExtension> 。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
型別 | 寫入設定類型。 | 字串 (必要) |
貝寶來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'PaypalSource' (必要) |
PhoenixSource (鳳凰源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'PhoenixSource' (必要) |
管線
名稱 | 說明 | 價值觀 |
---|---|---|
活動 | 管線中的活動清單。 | 活動 |
附註 | 可用於描述管線的標記清單。 | 任何[] |
並行 | 管線的並行執行數目上限。 | int 約束: 最小值 = 1 |
說明 | 管線的描述。 | 字串 |
檔案夾 | 此管線位於的資料夾。 如果未指定,管線將會出現在根層級。 | PipelineFolder (管道資料夾) |
參數 | 管線的參數清單。 | ParameterDefinitionSpecification |
原則 | 管線原則。 | 管道策略 |
runDimensions 的 | 管線發出的維度。 | PipelineRunDimensions 的 |
變數 | 管線的變數清單。 | VariableDefinitionSpecification |
PipelineElapsedTimeMetricPolicy
名稱 | 說明 | 價值觀 |
---|---|---|
持續時間 | TimeSpan 值,之後就會引發 Azure 監視計量。 | 任何 |
PipelineFolder (管道資料夾)
名稱 | 說明 | 價值觀 |
---|---|---|
名稱 | 此管線位於的資料夾名稱。 | 字串 |
管道策略
名稱 | 說明 | 價值觀 |
---|---|---|
elapsedTimeMetric | Pipeline ElapsedTime 計量原則。 | PipelineElapsedTimeMetricPolicy |
管道引用
名稱 | 說明 | 價值觀 |
---|---|---|
名稱 | 參考名稱。 | 字串 |
referenceName (引用名稱) | 參考管線名稱。 | 字串 (必要) |
型別 | 管線參考類型。 | 'PipelineReference' (必要) |
PipelineRunDimensions 的
名稱 | 說明 | 價值觀 |
---|
Polybase設置
名稱 | 說明 | 價值觀 |
---|---|---|
rejectSampleValue | 決定在 PolyBase 重新計算拒絕數據列百分比之前嘗試擷取的數據列數目。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
拒絕類型 | 拒絕類型。 | '百分比' 價值 |
拒絕值 | 指定查詢失敗前可以拒絕的數據列值或百分比。 類型:number (或具有 resultType number 的運算式),最小值:0。 | 任何 |
useType預設 | 指定當 PolyBase 從文字檔擷取數據時,如何處理分隔文本檔中的遺漏值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
PostgreSqlSource 源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'PostgreSqlSource' (必要) |
PostgreSqlV2源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'PostgreSqlV2Source' (必要) |
PowerQuerySink
名稱 | 說明 | 價值觀 |
---|---|---|
資料集 | 數據集參考。 | 數據集引用 |
說明 | 轉換描述。 | 字串 |
flowlet (流式) | Flowlet 參考 | 數據流參考 |
連結服務 | 鏈接的服務參考。 | LinkedServiceReference |
名稱 | 轉換名稱。 | 字串 (必要) |
rejectedDataLinkedService 服務 | 拒絕的數據連結服務參考。 | LinkedServiceReference |
schemaLinkedService | 架構連結服務參考。 | LinkedServiceReference |
指令 | 接收腳本。 | 字串 |
PowerQuerySinkMapping
名稱 | 說明 | 價值觀 |
---|---|---|
數據流接收器 | 對應至 Power Query 混搭查詢的接收清單。 | PowerQuerySink (PowerQuerySink) |
查詢名稱 | Power Query 混搭文件中查詢的名稱。 | 字串 |
PrestoSource 來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'PrestoSource' (必要) |
QuickBooksSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'QuickBooksSource' (必要) |
RedirectIncompatibleRowSettings
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 用來重新導向不相容數據列的 Azure 記憶體、記憶體 SAS 或 Azure Data Lake Store 連結服務的名稱。 如果指定 redirectIncompatibleRowSettings,則必須指定 。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
路徑 | 用來儲存重新導向不相容數據列數據的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
RedshiftUnload設置
名稱 | 說明 | 價值觀 |
---|---|---|
bucketName (儲存桶名稱) | 暫存 Amazon S3 的貯體,用來儲存從 Amazon Redshift 來源卸除的數據。 貯體必須位於與 Amazon Redshift 來源相同的區域中。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
s3LinkedServiceName | 從 Amazon Redshift 來源複製時,將用於卸載作業的 Amazon S3 連結服務名稱。 | LinkedServiceReference (必要) |
關係源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'RelationalSource' (必要) |
ResponsysSource (英语)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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 標頭。 類型:索引鍵值組(值應該是字串類型)。 | 任何 |
HTTP壓縮類型 | 使用最佳壓縮層級以壓縮格式傳送數據的 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])). | 任何 |
請求間隔 | 傳送下一個要求之前等待的時間,以毫秒為單位 | 任何 |
請求方法 | 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 POST。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'RestSink' (必要) |
RestSource (靜態源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 類型:索引鍵值組(值應該是字串類型)。 | 任何 |
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])). | 任何 |
pagination規則 | 用來撰寫下一個頁面要求的分頁規則。 Type:string (或 expression with resultType string) 。 | 任何 |
requestBody(請求體) | 如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 Type:string (或 expression with resultType string) 。 | 任何 |
請求間隔 | 傳送下一個頁面要求之前等候的時間。 | 任何 |
請求方法 | 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'RestSource' (必要) |
SalesforceMarketingCloudSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'SalesforceMarketingCloudSource' (必要) |
SalesforceServiceCloudSink 服務
名稱 | 說明 | 價值觀 |
---|---|---|
externalIdFieldName(外部 ID 字段名称) | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
忽略空值 | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製接收類型。 | 'SalesforceServiceCloudSink' (必要) |
writeBehavior 的 | 作業的寫入行為。 預設值為 Insert。 | '插入' “Upsert” |
SalesforceServiceCloudSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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(外部 ID 字段名称) | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
忽略空值 | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製接收類型。 | 'SalesforceServiceCloudV2Sink' (必要) |
writeBehavior 的 | 作業的寫入行為。 預設值為 Insert。 | '插入' “Upsert” |
SalesforceServiceCloudV2源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
包含已刪除的物件 | 此屬性可控制查詢結果是否包含 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(外部 ID 字段名称) | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
忽略空值 | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製接收類型。 | 'SalesforceSink' (必要) |
writeBehavior 的 | 作業的寫入行為。 預設值為 Insert。 | '插入' “Upsert” |
SalesforceSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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(外部 ID 字段名称) | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
忽略空值 | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製接收類型。 | 'SalesforceV2Sink' (必要) |
writeBehavior 的 | 作業的寫入行為。 預設值為 Insert。 | '插入' “Upsert” |
SalesforceV2源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
包含已刪除的物件 | 此屬性可控制查詢結果是否包含 Deleted 物件。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
頁面大小 | 每個 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) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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 源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | MDX 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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』。 | '插入' “更新” |
SapCloudForCustomerSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'SapCloudForCustomerSource' (必要) |
SapEccSource (源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'SapEccSource' (必要) |
SapHana分區設置
名稱 | 說明 | 價值觀 |
---|---|---|
分區欄位名稱 | 將用於繼續範圍分割的數據行名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
SapHana來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
封包大小 | 從 SAP HANA 讀取之數據的封包大小。 類型:integer(或 expression 含 resultType 整數的運算式)。 | 任何 |
分割選項 | 將用於 SAP HANA 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“SapHanaDynamicRange” | 任何 |
分割設定 | 將用於 SAP HANA 來源分割的設定。 | SapHana分區設置 |
查詢 | SAP HANA Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'SapHanaSource' (必要) |
SapOdp源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
提取模式 | 擷取模式。 允許的值包括:完整、差異和復原。 預設值為 Full。 Type:string (或 expression with resultType string) 。 | 任何 |
投影 | 指定要從源數據選取的數據行。 類型:objects(projection) 的陣列(或具有 resultType 物件陣列的 Expression)。 | 任何 |
查詢超時 | 查詢逾時。 類型: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' (必要) |
SapOpenHub原始程式碼
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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 布爾值的表達式)。 | 任何 |
查詢超時 | 查詢逾時。 類型: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)。 | 任何 |
分區欄位名稱 | 將用於繼續範圍分割的數據行名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound 分區下限 | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
分區上限 | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
SapTableSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
批次大小 | 指定從 SAP 數據表擷取數據時,一次擷取的數據列數目上限。 類型:integer (或 expression with resultType integer) 。 | 任何 |
customRfcReadTableFunctionModule | 指定將用來從 SAP 資料表讀取資料的自訂 RFC 函式模組。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於平行讀取SAP數據表的數據分割機制。 可能的值包括:“None”、“PartitionOnInt”、“PartitionOnCalendarYear”、“PartitionOnCalendarMonth”、“PartitionOnCalendarDate”、“PartitionOnTime”。 | 任何 |
分割設定 | 將用於 SAP 資料表來源資料分割的設定。 | SapTablePartitionSettings |
查詢超時 | 查詢逾時。 類型: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) 。 | 任何 |
行計數 | 要擷取的資料列數。 類型:integer(或 expression 含 resultType 整數的運算式)。 | 任何 |
rowSkips | 將略過的數據列數目。 類型:integer (或 expression with resultType integer) 。 | 任何 |
sapDataColumnDelimiter | 將做為傳遞至 SAP RFC 的分隔符,以及分割所擷取的輸出數據的單一字元。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'SapTableSource' (必要) |
ScriptActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'Script' (必要) |
類型屬性 | 編寫活動屬性的腳本。 | ScriptActivityTypeProperties (必要) |
ScriptActivityParameter
名稱 | 說明 | 價值觀 |
---|---|---|
方向 | 參數的方向。 | '輸入' 'InputOutput' (輸入輸出) '輸出' |
名稱 | 參數的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
尺寸 | 輸出方向參數的大小。 | 整數 (int) |
型別 | 參數的類型。 | '布爾值' '日期時間' 'DateTimeOffset' '十進位' “雙倍” “圭德” 'Int16' 'Int32' 'Int64' '單身' '字串' '時間跨度' |
價值 | 參數的值。 Type:string (或 expression with resultType string) 。 | 任何 |
ScriptActivityScriptBlock
名稱 | 說明 | 價值觀 |
---|---|---|
參數 | 腳本參數的陣列。 類型:陣列。 | ScriptActivityParameter[] |
收發簡訊 | 查詢文字。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
型別 | 查詢的類型。 如需有效選項,請參閱 ScriptType。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
ScriptActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
日誌設置 | 腳本活動的記錄設定。 | 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 |
秘密基地
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 針對 AzureKeyVaultSecretReference 類型,設定為 『AzureKeyVaultSecret』。 設定為 SecureString 類型的 'SecureString'。 | “AzureKeyVaultSecret” 'SecureString' (必要) |
SecureInputOutputPolicy 安全輸入輸出策略
名稱 | 說明 | 價值觀 |
---|---|---|
安全輸入 | 當設定為 true 時,來自活動的輸入會被視為安全,且不會記錄到監視。 | 布爾 (bool) |
secureOutput 安全輸出 | 設定為 true 時,活動輸出會視為安全,且不會記錄到監視。 | 布爾 (bool) |
SecureString(安全字串)
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 秘密的類型。 | 字串 (必要) |
價值 | 安全字串的值。 | 字串 (必要) |
SecureString(安全字串)
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 秘密的類型。 | 'SecureString' (必要) |
價值 | 安全字串的值。 | 字串 (必要) |
ServiceNowSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'ServiceNowSource' (必要) |
ServiceNowV2源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
運算式 | 篩選來源數據的表達式。 | 表達式 V2 |
頁面大小 | 結果的頁面大小。 類型:integer (或 expression with resultType integer) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'ServiceNowV2Source' (必要) |
SetVariableActivity
名稱 | 說明 | 價值觀 |
---|---|---|
原則 | 活動原則。 | SecureInputOutputPolicy 安全輸入輸出策略 |
型別 | 活動類型。 | 'SetVariable' (必要) |
類型屬性 | 設定變數活動屬性。 | SetVariableActivityTypeProperties (必要) |
SetVariableActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
setSystemVariable 設置 | 如果設定為 true,則會設定管線執行傳回值。 | 布爾 (bool) |
價值 | 要設定的值。 可以是靜態值或Expression。 | 任何 |
variableName 變數名稱 | 需要設定其值之變數的名稱。 | 字串 |
SftpRead設置
名稱 | 說明 | 價值觀 |
---|---|---|
deleteFilesAfterCompletion 后 | 指出複製完成之後是否需要刪除來源檔案。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
disableChunking | 如果為 true,請停用每個檔案內的平行讀取。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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) 。 | 任何 |
SftpWrite設置
名稱 | 說明 | 價值觀 |
---|---|---|
operationTimeout作超時 | 指定將每個區塊寫入 SFTP 伺服器的逾時。 默認值:01:00:00(一小時)。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 寫入設定類型。 | 'SftpWriteSettings' (必要) |
useTempFile重命名 | 上傳至暫存盤並重新命名。 如果您的 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' (必要) |
Shopify來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'ShopifySource' (必要) |
SkipErrorFile 檔
名稱 | 說明 | 價值觀 |
---|---|---|
data不一致 | 如果來源/接收檔案由其他並行寫入變更,請略過 。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔缺失 | 如果在複製期間由其他用戶端刪除檔案,請略過。 預設值是「true」。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
SnowflakeExportCopyCommand
名稱 | 說明 | 價值觀 |
---|---|---|
附加複製選項 | 直接傳遞至雪花式複製命令的其他複製選項。 類型:索引鍵值組(值應該是字串類型)(或具有 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 |
存儲集成 | 要用於複製作業的雪花記憶體整合名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 匯出設定類型。 | 字串 (必要) |
SnowflakeExportCopyCommandAdditionalCopyOptions
名稱 | 說明 | 價值觀 |
---|
SnowflakeExportCopyCommandAdditionalFormatOptions
名稱 | 說明 | 價值觀 |
---|
SnowflakeImportCopyCommand
名稱 | 說明 | 價值觀 |
---|---|---|
附加複製選項 | 直接傳遞至雪花式複製命令的其他複製選項。 類型:索引鍵值組(值應該是字串類型)(或具有 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 |
存儲集成 | 要用於複製作業的雪花記憶體整合名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 匯入設定類型。 | 字串 (必要) |
SnowflakeImportCopyCommandAdditionalCopyOptions
名稱 | 說明 | 價值觀 |
---|
SnowflakeImportCopyCommandAdditionalFormatOptions
名稱 | 說明 | 價值觀 |
---|
SnowflakeSink (雪花沉沒)
名稱 | 說明 | 價值觀 |
---|---|---|
匯入設定 | Snowflake 匯入設定。 | SnowflakeImportCopyCommand |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'SnowflakeSink' (必要) |
SnowflakeSource (雪花源)
名稱 | 說明 | 價值觀 |
---|---|---|
匯出設定 | Snowflake 匯出設定。 | SnowflakeExportCopyCommand (必要) |
查詢 | Snowflake Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'SnowflakeSource' (必要) |
雪花V2Sink
名稱 | 說明 | 價值觀 |
---|---|---|
匯入設定 | Snowflake 匯入設定。 | SnowflakeImportCopyCommand |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'SnowflakeV2Sink' (必要) |
SnowflakeV2源
名稱 | 說明 | 價值觀 |
---|---|---|
匯出設定 | Snowflake 匯出設定。 | SnowflakeExportCopyCommand (必要) |
查詢 | Snowflake Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'SnowflakeV2Source' (必要) |
SparkConfigurationParametrizationReference
名稱 | 說明 | 價值觀 |
---|---|---|
referenceName (引用名稱) | 參考Spark組態名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
型別 | Spark 組態參考類型。 | 'SparkConfigurationReference' (必要) |
SparkSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'SparkSource' (必要) |
SqlDWSink
名稱 | 說明 | 價值觀 |
---|---|---|
允許複製命令 | 指示使用複製命令將數據複製到 SQL 資料倉儲。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
allowPolyBase | 指出在適用的情況下,使用 PolyBase 將數據複製到 SQL 數據倉儲。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
複製命令設定 | 當allowCopyCommand為 true 時,指定複製命令相關設定。 | DWCopyCommandSettings |
polyBase設置 | 當allowPolyBase為 true 時,指定PolyBase相關設定。 | Polybase設置 |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterUseTableLock | 是否要在大量複製期間使用數據表鎖定。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
表格選項 | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'SqlDWSink' (必要) |
upsert設置 | SQL DW upsert 設定。 | SqlDWUpsertSettings |
writeBehavior 的 | 將數據複製到 Azure SQL DW 時寫入行為。 類型:SqlDWriteBehaviorEnum (或 expression with resultType SqlDWriteBehaviorEnum) | 任何 |
SqlDWSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
隔離級別 | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 |
分割設定 | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
sqlReader查詢 | SQL 數據倉儲讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
SQL讀取器儲存過程名稱 | SQL 數據倉儲來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{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 布爾值的表達式)。 | 任何 |
儲存程序參數 | SQL 預存程式參數。 | 任何 |
storedProcedureTableType參數名稱 | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
表格選項 | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'SqlMISink' (必要) |
upsert設置 | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior 的 | 將數據複製到 Azure SQL MI 時的白色行為。 類型:string (或 expression with resultType string) | 任何 |
SqlMISource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
隔離級別 | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 |
分割設定 | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings |
produceAdditionalTypes | 要產生的其他類型。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
sqlReader查詢 | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
SQL讀取器儲存過程名稱 | Azure SQL 受控實例來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 |
型別 | 複製來源類型。 | 'SqlMISource' (必要) |
SqlPartitionSettings
名稱 | 說明 | 價值觀 |
---|---|---|
分區欄位名稱 | 整數或日期時間類型中的數據行名稱,將用於繼續數據分割。 如果未指定,則會自動偵測數據表的主鍵,並當做數據分割數據行使用。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound 分區下限 | 用於分割範圍的分割列的最小值。 這個值用來決定數據分割的步幅,而不是用於篩選數據表中的數據列。 數據表或查詢結果中的所有數據列都會進行分割和複製。 Type:string (或 expression with resultType string) 。 | 任何 |
分區上限 | 分區範圍分割的分區列最大值。 這個值用來決定數據分割的步幅,而不是用於篩選數據表中的數據列。 數據表或查詢結果中的所有數據列都會進行分割和複製。 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 布爾值的表達式)。 | 任何 |
儲存程序參數 | SQL 預存程式參數。 | 任何 |
storedProcedureTableType參數名稱 | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
表格選項 | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'SqlServerSink' (必要) |
upsert設置 | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior 的 | 將數據複製到 sql Server 時寫入行為。 Type:string (或 expression with resultType string) 。 | 任何 |
SqlServer源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
隔離級別 | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 |
分割設定 | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings |
produceAdditionalTypes | 要產生的其他類型。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
sqlReader查詢 | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
SQL讀取器儲存過程名稱 | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 |
型別 | 複製來源類型。 | 'SqlServerSource' (必要) |
SqlServerStoredProcedureActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'SqlServerStoredProcedure' (必要) |
類型屬性 | SQL 預存程式活動屬性。 | SqlServerStoredProcedureActivityTypeProperties (必要) |
SqlServerStoredProcedureActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
storedProcedureName (存儲過程名稱) | 預存程式名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{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 布爾值的表達式)。 | 任何 |
儲存程序參數 | SQL 預存程式參數。 | 任何 |
storedProcedureTableType參數名稱 | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
表格選項 | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'SqlSink' (必要) |
upsert設置 | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior 的 | 將數據複製到 sql 時寫入行為。 Type:string (或 expression with resultType string) 。 | 任何 |
SqlSource (英文)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
隔離級別 | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 |
分割設定 | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
sqlReader查詢 | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
SQL讀取器儲存過程名稱 | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 |
型別 | 複製來源類型。 | 'SqlSource' (必要) |
SqlUpsertSettings
名稱 | 說明 | 價值觀 |
---|---|---|
interimSchemaName (臨時架構名稱) | 過渡數據表的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
鑰匙 | 唯一數據列識別的索引鍵數據行名稱。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
使用TempDB | 指定是否要針對 upsert 過渡數據表使用暫存資料庫。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
SquareSource (方形源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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 (必要) |
使用者名稱 | 使用Name 進行 Windows 驗證。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisChildPackage
名稱 | 說明 | 價值觀 |
---|---|---|
packageContent | 內嵌子封裝的內容。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
packageLastModifiedDate (包上次修改日期) | 內嵌子封裝的上次修改日期。 | 字串 |
packageName (包名稱) | 內嵌子封裝的名稱。 | 字串 |
包路徑 | 內嵌子封裝的路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisConnectionManager
名稱 | 說明 | 價值觀 |
---|
SsisConnectionManager
名稱 | 說明 | 價值觀 |
---|
SsisExecutionCredential
名稱 | 說明 | 價值觀 |
---|---|---|
網域 | Windows 驗證的網域。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
密碼 | Windows 驗證的密碼。 | SecureString (必要) |
使用者名稱 | 使用Name 進行 Windows 驗證。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisExecutionParameter
名稱 | 說明 | 價值觀 |
---|---|---|
價值 | SSIS 套件執行參數值。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisLogLocation
名稱 | 說明 | 價值觀 |
---|---|---|
日誌路徑 | SSIS 套件執行記錄檔路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
型別 | SSIS 記錄位置的類型。 | 'File' (必要) |
類型屬性 | SSIS 套件執行記錄檔位置屬性。 | SsisLogLocationTypeProperties (必要) |
SsisLogLocationType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
accessCredential 的 | 封裝執行記錄存取認證。 | SsisAccessCredential |
logRefreshInterval | 指定要重新整理記錄的間隔。 默認間隔為 5 分鐘。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
SsisPackageLocation
名稱 | 說明 | 價值觀 |
---|---|---|
包路徑 | SSIS 套件路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | SSIS 套件位置的類型。 | “檔” 'InlinePackage' 'PackageStore' 'SSISDB' |
類型屬性 | 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 (包名稱) | 套件名稱。 | 字串 |
包密碼 | 封裝的密碼。 | 秘密基地 |
SsisPropertyOverride
名稱 | 說明 | 價值觀 |
---|---|---|
isSensitive 感測器 | SSIS 套件屬性覆寫值是否為敏感數據。 如果值為 true,則會在 SSISDB 中加密值 | 布爾 (bool) |
價值 | SSIS 封裝屬性覆寫值。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
StagingSettings
名稱 | 說明 | 價值觀 |
---|---|---|
啟用壓縮 | 指定是否要在透過過渡暫存複製數據時使用壓縮。 預設值為 False。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
連結服務名稱 | 暫存連結服務參考。 | LinkedServiceReference (必要) |
路徑 | 用來儲存過渡數據之記憶體的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
StoreReadSettings
StoreWriteSettings
名稱 | 說明 | 價值觀 |
---|---|---|
複製行為 | 複製接收的複製行為類型。 | 任何 |
停用指標收集 | 如果為 true,請停用數據存放區計量集合。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
最大並發連接數 | 源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
中繼資料 | 指定要新增至接收數據的自定義元數據。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | 元數據項[] |
型別 | 針對 AzureBlobFSWriteSettings 類型,設定為 『AzureBlobFSWriteSettings』。 針對 AzureBlobStorageWriteSettings 類型,設定為 『AzureBlobStorageWriteSettings』。 針對 AzureDataLakeStoreWriteSettings 類型,設定為 『AzureDataLakeStoreWriteSettings』。 針對 AzureFileStorageWriteSettings 類型,設定為 『AzureFileStorageWriteSettings』。 針對 FileServerWriteSettings 類型,設定為 'FileServerWriteSettings'。 設定為 LakeHouseWriteSettings 類型的 'LakeHouseWriteSettings'。 針對 SftpWriteSettings 類型,設定為 'SftpWriteSettings'。 | “AzureBlobFSWriteSettings” “AzureBlobStorageWriteSettings” “AzureDataLakeStoreWriteSettings” “AzureFileStorageWriteSettings” 'FileServerWriteSettings' 'LakeHouseWriteSettings' 'SftpWriteSettings' (必要) |
SwitchActivity (開關活動)
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'Switch' (必要) |
類型屬性 | 切換活動屬性。 | SwitchActivityTypeProperties (必要) |
SwitchActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
例 | 對應至 『on』 屬性值的案例清單。 這是選擇性屬性,如果未提供,活動將會執行 defaultActivities 中提供的活動。 | SwitchCase [] |
defaultActivities | 如果未滿足案例條件,要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 | 活動 |
開 | 評估為字串或整數的表達式。 這會用來判斷將執行的活動區塊。 | 運算式 (必要) |
開關箱
名稱 | 說明 | 價值觀 |
---|---|---|
活動 | 要針對符合案例條件執行的活動清單。 | 活動 |
價值 | 符合 『on』 屬性表示式結果的預期值。 | 字串 |
SybaseSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'SybaseSource' (必要) |
SynapseNotebookActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'SynapseNotebook' (必要) |
類型屬性 | 執行 Synapse 筆記本活動屬性。 | SynapseNotebookActivityTypeProperties (必要) |
SynapseNotebookActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
會議 | Spark 組態屬性,這會覆寫您提供的筆記本 'conf'。 | 任何 |
configurationType | Spark 組態的類型。 | “神器” “定制” 預設 |
驅動程式大小 | 要用於會話指定 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) 。 | 任何 |
參數 | 筆記本參數。 | SynapseNotebookActivityTypeProperties參數 |
sparkConfig 函數 | Spark 組態屬性。 | SynapseNotebookActivityTypePropertiesSparkConfig |
sparkPool (火花池) | 將用來執行筆記本的巨量數據集區名稱。 | BigDataPoolParametrizationReference (大數據池參數化參考) |
targetSparkConfiguration | Spark 作業的Spark組態。 | SparkConfigurationParametrizationReference |
SynapseNotebookActivityTypeProperties參數
名稱 | 說明 | 價值觀 |
---|
SynapseNotebookActivityTypePropertiesSparkConfig
名稱 | 說明 | 價值觀 |
---|
SynapseNotebookReference
名稱 | 說明 | 價值觀 |
---|---|---|
referenceName (引用名稱) | 參考筆記本名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
型別 | Synapse Notebook 參考類型。 | 'NotebookReference' (必要) |
SynapseSparkJobActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
參數 | 使用者指定的 SynapseSparkJobDefinitionActivity 自變數。 | 任何[] |
類別名稱 | 主要定義檔案中的完整標識碼或主要類別,其會覆寫您提供的spark作業定義的 『className』。 Type:string (或 expression with resultType string) 。 | 任何 |
會議 | Spark 組態屬性,將會覆寫您提供的 Spark 作業定義的 'conf'。 | 任何 |
configurationType | Spark 組態的類型。 | “神器” “定制” 預設 |
驅動程式大小 | 要用於指定 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'。 | 任何[] |
檔 V2 | 用於主要定義檔案中參考的其他檔案,這會覆寫您提供的Spark作業定義的 'jars' 和 'files'。 | 任何[] |
numExecutors | 要針對此作業啟動的執行程式數目,這會覆寫您提供的Spark作業定義的 'numExecutors'。 類型:integer (或 expression with resultType integer) 。 | 任何 |
pythonCode參考 | 用於主要定義檔中參考的其他 Python 程式代碼檔案,這會覆寫您提供的 Spark 作業定義的 'pyFiles'。 | 任何[] |
scanFolder 資料夾 | 從主要定義檔案的根資料夾掃描子資料夾,這些檔案將會新增為參考檔案。 系統會掃描名為 『jars』、'pyFiles'、'files' 或 'archive' 的資料夾,而且資料夾名稱會區分大小寫。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
sparkConfig 函數 | Spark 組態屬性。 | SynapseSparkJobActivityTypePropertiesSparkConfig |
sparkJob | Synapse spark 作業參考。 | SynapseSparkJobReference (必要) |
目標BigDataPool | 巨量數據集區的名稱,將用來執行 Spark 批次作業,這會覆寫您提供的 Spark 作業定義的 'targetBigDataPool'。 | BigDataPoolParametrizationReference (大數據池參數化參考) |
targetSparkConfiguration | Spark 作業的Spark組態。 | SparkConfigurationParametrizationReference |
SynapseSparkJobActivityTypePropertiesSparkConfig
名稱 | 說明 | 價值觀 |
---|
SynapseSparkJobDefinitionActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'SparkJob' (必要) |
類型屬性 | 執行Spark作業活動屬性。 | SynapseSparkJobActivityTypeProperties (必要) |
SynapseSparkJobReference
名稱 | 說明 | 價值觀 |
---|---|---|
referenceName (引用名稱) | 參考 Spark 作業名稱。 具有 resultType 字串的運算式。 | 任何 (必要) |
型別 | Synapse spark 作業參考類型。 | 'SparkJobDefinitionReference' (必要) |
TarGZipReadSettings (塔格茲普讀取設置)
名稱 | 說明 | 價值觀 |
---|---|---|
preserveCompressionFileNameAsFolder | 將壓縮檔名保留為資料夾路徑。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | [壓縮] 設定類型。 | 'TarGZipReadSettings' (必要) |
TarReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
preserveCompressionFileNameAsFolder | 將壓縮檔名保留為資料夾路徑。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | [壓縮] 設定類型。 | 'TarReadSettings' (必要) |
TeradataImportCommand
名稱 | 說明 | 價值觀 |
---|---|---|
additionalFormatOptions | Teradata 複製命令的其他格式選項。 格式選項僅適用於從 CSV 來源直接複製。 類型:索引鍵值組(值應該是字串類型)(或具有 resultType 物件的 Expression)。 範例:“additionalFormatOptions”: { “timeFormat”: “HHhMImSSs” } | 任何 |
型別 | 匯入設定類型。 | 字串 (必要) |
TeradataPartitionSettings
名稱 | 說明 | 價值觀 |
---|---|---|
分區欄位名稱 | 將用於繼續範圍或哈希分割的數據行名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound 分區下限 | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
分區上限 | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
TeradataSink
名稱 | 說明 | 價值觀 |
---|---|---|
匯入設定 | Teradata 匯入設定。 | TeradataImportCommand |
型別 | 複製接收類型。 | 'TeradataSink' (必要) |
TeradataSource 源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
分割選項 | 將用於平行讀取 teradata 的數據分割機制。 可能的值包括:「None」、“Hash” “DynamicRange” | 任何 |
分割設定 | 將用於 teradata 來源資料分割的設定。 | TeradataPartitionSettings |
查詢 | Teradata 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'TeradataSource' (必要) |
直到活動
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'Until' (必要) |
類型屬性 | 直到活動屬性為止。 | UntilActivityTypeProperties (必要) |
UntilActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
活動 | 要執行的活動清單。 | Activity[] (必要) |
運算式 | 評估為布爾值的表達式。 迴圈會繼續執行,直到此表達式評估為 true 為止 | 運算式 (必要) |
超時 | 指定要執行之活動的逾時。 如果沒有指定任何值,則會使用預設為 1 周的 TimeSpan.FromDays(7) 值。 類型: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) 。 | 任何 (必要) |
驗證活動
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'Validation' (必要) |
類型屬性 | 驗證活動屬性。 | ValidationActivityTypeProperties (必要) |
ValidationActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
childItems | 如果數據集指向資料夾,可以使用。 如果設定為 true,資料夾必須至少有一個檔案。 如果設定為 false,資料夾必須是空的。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
資料集 | 驗證活動數據集參考。 | DatasetReference (必要) |
最小大小 | 如果數據集指向檔案,可以使用。 檔案的大小必須大於或等於指定的值。 類型: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
名稱 | 說明 | 價值觀 |
---|
變數規格
名稱 | 說明 | 價值觀 |
---|---|---|
預設值 | 變數的預設值。 | 任何 |
型別 | 變數類型。 | '陣列' '布爾' 'String' (必要) |
Vertica來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'VerticaSource' (必要) |
WaitActivity
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'Wait' (必要) |
類型屬性 | 等候活動屬性。 | WaitActivityTypeProperties (必要) |
WaitActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
waitTimeInSeconds | 持續時間以秒為單位。 類型:integer (或 expression with resultType integer) 。 | 任何 (必要) |
倉庫接收器
名稱 | 說明 | 價值觀 |
---|---|---|
允許複製命令 | 指示使用複製命令將數據複製到 SQL 資料倉儲。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
複製命令設定 | 當allowCopyCommand為 true 時,指定複製命令相關設定。 | DWCopyCommandSettings |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
表格選項 | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'WarehouseSink' (必要) |
writeBehavior 的 | 將數據複製到 azure Microsoft Fabric 數據倉儲時,寫入行為。 類型:DWWriteBehaviorEnum (或 expression with resultType DWWriteBehaviorEnum) | 任何 |
倉庫源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
隔離級別 | 指定Microsoft網狀架構倉儲來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 | 任何 |
分割設定 | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
sqlReader查詢 | Microsoft網狀架構倉儲讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
SQL讀取器儲存過程名稱 | Microsoft網狀架構倉儲來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 Type: object (或 Expression with resultType object), itemType: StoredProcedureParameter. | 任何 |
型別 | 複製來源類型。 | 'WarehouseSource' (必要) |
WebActivity 網站活動
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'WebActivity' (必要) |
類型屬性 | Web 活動屬性。 | WebActivityTypeProperties (必要) |
WebActivityAuthentication 認證
名稱 | 說明 | 價值觀 |
---|---|---|
認證 | 包含驗證資訊的認證參考。 | 憑證引用 |
密碼 | PFX 檔案的密碼或基本身份驗證/密碼用於 ServicePrincipal 時 | 秘密基地 |
PFX | 用於 ServicePrincipal 時,PFX 檔案或憑證的 Base64 編碼內容 | 秘密基地 |
資源 | 使用 MSI 驗證時,將會要求 Azure 驗證令牌的資源。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | Web 活動驗證 (Basic/ClientCertificate/MSI/ServicePrincipal) | 字串 |
使用者名稱 | 用於 ServicePrincipal 時,基本身份驗證或 ClientID 的 Web 活動驗證用戶名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
使用者租戶 | 使用 ServicePrincipal Authentication 時,將會要求 Azure 驗證令牌的 TenantId。 Type:string (或 expression with resultType string) 。 | 任何 |
WebActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
認證 | 用於呼叫端點的驗證方法。 | WebActivityAuthentication 認證 |
身體 | 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 expression with resultType 字串串的表達式)。 | 任何 |
連接方式 | 整合運行時間參考。 | IntegrationRuntimeReference |
數據集 | 傳遞至 Web 端點的數據集清單。 | 資料集引用[] |
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 分鐘 | 任何 |
linked服務 | 傳遞至 Web 端點的連結服務清單。 | LinkedServiceReference[] |
方法 | 目標端點的 Rest API 方法。 | '刪除' '獲取' '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
名稱 | 說明 | 價值觀 |
---|
WebHook 活動
名稱 | 說明 | 價值觀 |
---|---|---|
原則 | 活動原則。 | SecureInputOutputPolicy 安全輸入輸出策略 |
型別 | 活動類型。 | 'WebHook' (必要) |
類型屬性 | WebHook 活動屬性。 | WebHookActivityTypeProperties (必要) |
WebHookActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
認證 | 用於呼叫端點的驗證方法。 | 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 源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
型別 | 複製來源類型。 | 'WebSource' (必要) |
XeroSource (英语)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'XeroSource' (必要) |
XmlReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
detectDataType 檢測數據類型 | 指出讀取 xml 檔案時,是否啟用類型偵測。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
namespace前綴 | 啟用命名空間時,要覆寫數據行名稱中前置詞的命名空間 URI,如果命名空間 URI 未定義任何前置詞,則會使用 xml 數據檔中的 xml 元素/屬性名稱前置詞。 範例:“{”http://www.example.com/xml":“prefix”}“ Type: object (或 Expression with resultType 物件)。 | 任何 |
命名空間 | 指出讀取 xml 檔案時是否啟用命名空間。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 讀取設定類型。 | 'XmlReadSettings' (必要) |
validationMode | 指出讀取 xml 檔案時所使用的驗證方法。 允許的值:『none』、『xsd』或 『dtd』。 Type:string (或 expression with resultType string) 。 | 任何 |
XmlReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
detectDataType 檢測數據類型 | 指出讀取 xml 檔案時,是否啟用類型偵測。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
namespace前綴 | 啟用命名空間時,要覆寫數據行名稱中前置詞的命名空間 URI,如果命名空間 URI 未定義任何前置詞,則會使用 xml 數據檔中的 xml 元素/屬性名稱前置詞。 範例:“{”http://www.example.com/xml":“prefix”}“ Type: object (或 Expression with resultType 物件)。 | 任何 |
命名空間 | 指出讀取 xml 檔案時是否啟用命名空間。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 讀取設定類型。 | 字串 (必要) |
validationMode | 指出讀取 xml 檔案時所使用的驗證方法。 允許的值:『none』、『xsd』或 『dtd』。 Type:string (或 expression with resultType string) 。 | 任何 |
XmlSource (簡體中文)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | Xml 格式設定。 | XmlReadSettings |
商店設置 | Xml 存放區設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'XmlSource' (必要) |
ZipDeflateReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
preserveZipFileNameAsFolder | 將 zip 檔名保留為資料夾路徑。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | [壓縮] 設定類型。 | 'ZipDeflateReadSettings' (必要) |
ZohoSource 的
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'ZohoSource' (必要) |
使用範例
Azure 快速入門範本
下列 Azure 快速入門範本 部署此資源類型。
範本 | 說明 |
---|---|
建立 V2 數據處理站 |
此範本會建立 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"
parent_id = "string"
body = {
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"
}
}
}
}
}
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"
upsertSettings = {
keys = ?
}
writeMethod = "string"
}
針對 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 = ?
bypassBusinessLogicExecution = ?
bypassPowerAutomateFlows = ?
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 = ?
bypassBusinessLogicExecution = ?
bypassPowerAutomateFlows = ?
ignoreNullValues = ?
type = "DynamicsCrmSink"
writeBehavior = "string"
}
針對 DynamicsSink,請使用:
{
alternateKeyName = ?
bypassBusinessLogicExecution = ?
bypassPowerAutomateFlows = ?
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 = ?
}
針對 TeradataSink,請使用:
{
importSettings = {
additionalFormatOptions = ?
type = "string"
}
type = "TeradataSink"
}
針對 WarehouseSink,請使用:
{
allowCopyCommand = ?
copyCommandSettings = {
additionalOptions = {
{customized property} = "string"
}
defaultValues = [
{
columnName = ?
defaultValue = ?
}
]
}
preCopyScript = ?
tableOption = ?
type = "WarehouseSink"
writeBehavior = ?
}
活動物件
設定 類型 屬性,以指定物件的類型。
針對 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
}
}
針對 [失敗],請使用:
{
type = "Fail"
typeProperties = {
errorCode = ?
message = ?
}
}
針對 [篩選],請使用:
{
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"
}
}
}
針對 Until,請使用:
{
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 = ?
}
}
針對 [等候],請使用:
{
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 = ?
}
}
對於 DatabricksJob,請使用:
{
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
policy = {
retry = ?
retryIntervalInSeconds = int
secureInput = bool
secureOutput = bool
timeout = ?
}
type = "DatabricksJob"
typeProperties = {
jobId = ?
jobParameters = {
{customized property} = ?
}
}
}
針對 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 = ?
}
}
針對 [刪除],請使用:
{
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 = ?
}
}
SecretBase 物件
設定 類型 屬性,以指定物件的類型。
針對 AzureKeyVaultSecret,請使用:
{
secretName = ?
secretVersion = ?
store = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
type = "AzureKeyVaultSecret"
}
針對 SecureString,請使用:
{
type = "SecureString"
value = "string"
}
CompressionReadSettings 物件
設定 類型 屬性,以指定物件的類型。
針對 TarGZipReadSettings,請使用:
{
preserveCompressionFileNameAsFolder = ?
type = "TarGZipReadSettings"
}
針對 TarReadSettings,請使用:
{
preserveCompressionFileNameAsFolder = ?
type = "TarReadSettings"
}
針對 ZipDeflateReadSettings,請使用:
{
preserveZipFileNameAsFolder = ?
type = "ZipDeflateReadSettings"
}
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 = ?
}
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 = ?
}
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"
}
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 = ?
}
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 = ?
}
屬性值
Microsoft.DataFactory/factoryies/pipelines
名稱 | 說明 | 價值觀 |
---|---|---|
名稱 | 資源名稱 | 字串 約束: 最小長度 = 1 最大長度 = 260 模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必要) |
父項識別碼 | 此資源為父系之資源的標識碼。 | 類型的資源標識碼:處理站 |
屬性 | 管線的屬性。 | 管線 (必要) |
型別 | 資源類型 | “Microsoft.DataFactory/factories/pipelines@2018-06-01” |
活動
ActivityDependency
名稱 | 說明 | 價值觀 |
---|---|---|
活動 | 活動名稱。 | 字串 (必要) |
dependencyConditions | 相依性 Match-Condition。 | 包含任何的字串數組: “已完成” “失敗” '略過' 'Succeeded' (必要) |
活動策略
名稱 | 說明 | 價值觀 |
---|---|---|
retry | 一般重試次數上限。 預設值為 0。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
retryIntervalInSeconds | 每個重試嘗試之間的間隔(以秒為單位)。 預設值為30秒。 | int 約束: 最小值 = 30 最大值 = 86400 |
安全輸入 | 當設定為 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])). | 任何 |
亞馬遜MWS來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'AmazonMWSSource' (必要) |
AmazonRdsForOraclePartitionSettings
名稱 | 說明 | 價值觀 |
---|---|---|
分區欄位名稱 | 整數類型中的數據行名稱,將用於繼續範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound 分區下限 | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
分區名稱 | AmazonRdsForOracle 數據表之實體分割區的名稱。 | 任何 |
分區上限 | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
AmazonRdsForOracleSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
oracleReaderQuery | AmazonRdsForOracle 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將平行讀取 AmazonRdsForOracle 的數據分割機制。 Type:string (或 expression with resultType string) 。 | 任何 |
分割設定 | 將用於 AmazonRdsForOracle 來源數據分割的設定。 | AmazonRdsForOraclePartitionSettings |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'AmazonRdsForOracleSource' (必要) |
AmazonRdsForSqlServerSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
隔離級別 | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 | 任何 |
分割設定 | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings |
produceAdditionalTypes | 要產生的其他類型。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
sqlReader查詢 | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
SQL讀取器儲存過程名稱 | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 |
型別 | 複製來源類型。 | 'AmazonRdsForSqlServerSource' (必要) |
亞馬遜紅shift源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
redshiftUnload設置 | 從 Amazon Redshift 複製並卸除時,臨時 Amazon S3 所需的 Amazon S3 設定。 如此一來,Amazon Redshift 來源的數據會先卸載到 S3,然後從過渡 S3 複製到目標接收中。 | RedshiftUnload設置 |
型別 | 複製來源類型。 | 'AmazonRedshiftSource' (必要) |
AmazonS3CompatibleReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
deleteFilesAfterCompletion 后 | 指出複製完成之後是否需要刪除來源檔案。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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' (必要) |
類型屬性 | 附加變數活動屬性。 | AppendVariableActivityTypeProperties (必要) |
AppendVariableActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
價值 | 要附加的值。 類型:可以是變數專案的靜態值比對類型,或是具有變數專案 resultType 比對類型的 Expression | 任何 |
variableName 變數名稱 | 必須附加其值之變數的名稱。 | 字串 |
阿夫羅辛克
名稱 | 說明 | 價值觀 |
---|---|---|
formatSettings | Avro 格式設定。 | AvroWrite設置 |
商店設置 | Avro 存放區設定。 | StoreWriteSettings |
型別 | 複製接收類型。 | 'AvroSink' (必要) |
阿夫羅來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
商店設置 | Avro 存放區設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'AvroSource' (必要) |
AvroWrite設置
名稱 | 說明 | 價值觀 |
---|---|---|
檔名前綴 | 指定檔名模式 <fileNamePrefix>_<fileIndex>。<從不含 partitionOptions 的非檔案式存放區複製時,fileExtension> 。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
記錄名稱 | 寫入結果中的最上層記錄名稱,這是AVRO規格中的必要專案。 | 字串 |
recordNamespace 的 | 在寫入結果中記錄命名空間。 | 字串 |
型別 | 寫入設定類型。 | 字串 (必要) |
AzureBlobFSReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
deleteFilesAfterCompletion 后 | 指出複製完成之後是否需要刪除來源檔案。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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
名稱 | 說明 | 價值觀 |
---|---|---|
複製行為 | 複製接收的複製行為類型。 Type:string (或 expression with resultType string) 。 | 任何 |
中繼資料 | 指定要新增至接收數據的自定義元數據。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | 元數據項[] |
型別 | 複製接收類型。 | 'AzureBlobFSSink' (必要) |
AzureBlobFSSource
名稱 | 說明 | 價值觀 |
---|---|---|
遞迴 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值是「true」。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
skipHeaderLineCount | 要略過每個 Blob 的標頭行數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
treatEmptyAsNull | 將空白視為 null。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製來源類型。 | 'AzureBlobFSSource' (必要) |
AzureBlobFSWriteSettings
名稱 | 說明 | 價值觀 |
---|---|---|
blockSizeInMB(區塊大小以MB為單位) | 指出將數據寫入 Blob 時的區塊大小(MB)。 類型:integer (或 expression with resultType integer) 。 | 任何 |
型別 | 寫入設定類型。 | 'AzureBlobFSWriteSettings' (必要) |
AzureBlobStorageReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
deleteFilesAfterCompletion 后 | 指出複製完成之後是否需要刪除來源檔案。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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(區塊大小以MB為單位) | 指出將數據寫入 Blob 時的區塊大小(MB)。 類型:integer (或 expression with resultType integer) 。 | 任何 |
型別 | 寫入設定類型。 | 'AzureBlobStorageWriteSettings' (必要) |
AzureDatabricksDeltaLakeExportCommand
名稱 | 說明 | 價值觀 |
---|---|---|
日期格式 | 在 Azure Databricks Delta Lake Copy 中指定 csv 的日期格式。 Type:string (或 expression with resultType string) 。 | 任何 |
時間戳格式 | 在 Azure Databricks Delta Lake Copy 中指定 csv 的時間戳格式。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 匯出設定類型。 | 字串 (必要) |
AzureDatabricksDeltaLakeImportCommand
名稱 | 說明 | 價值觀 |
---|---|---|
日期格式 | 在 Azure Databricks Delta Lake Copy 中指定 csv 的日期格式。 Type:string (或 expression with resultType string) 。 | 任何 |
時間戳格式 | 在 Azure Databricks Delta Lake Copy 中指定 csv 的時間戳格式。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 匯入設定類型。 | 字串 (必要) |
AzureDatabricksDeltaLakeSink
名稱 | 說明 | 價值觀 |
---|---|---|
匯入設定 | Azure Databricks Delta Lake 匯入設定。 | AzureDatabricksDeltaLakeImportCommand |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'AzureDatabricksDeltaLakeSink' (必要) |
AzureDatabricksDeltaLakeSource
名稱 | 說明 | 價值觀 |
---|---|---|
匯出設定 | Azure Databricks Delta Lake 匯出設定。 | AzureDatabricksDeltaLakeExportCommand |
查詢 | Azure Databricks Delta Lake Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'AzureDatabricksDeltaLakeSource' (必要) |
AzureDataExplorerCommandActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'AzureDataExplorerCommand' (必要) |
類型屬性 | 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
名稱 | 說明 | 價值觀 |
---|---|---|
flush立即 | 如果設定為 true,則會略過任何匯總。 預設值為 false。 類型:布爾值。 | 任何 |
ingestionMappingAsJson | JSON 格式提供的明確數據行對應描述。 類型:字串。 | 任何 |
Ingestions 映射名稱 | 在目標 Kusto 數據表上定義的預先建立 csv 對應名稱。 類型:字串。 | 任何 |
型別 | 複製接收類型。 | 'AzureDataExplorerSink' (必要) |
AzureDataExplorerSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
noTruncation | 布爾選項的名稱,控制截斷是否套用至超出特定數據列計數限制的結果集。 | 任何 |
查詢 | 資料庫查詢。 應該是 Kusto 查詢語言 (KQL) 查詢。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
查詢超時 | 查詢逾時。 類型: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 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
listAfter | 根據檔案/資料夾名稱的語彙順序,列出值之後的檔案(獨佔)。 適用於數據集中的 folderPath 底下,以及篩選 folderPath 底下的檔案/子資料夾。 Type:string (或 expression with resultType string) 。 | 任何 |
listBefore | 根據檔案/資料夾名稱的語彙順序,列出值(含)之前的檔案。 適用於數據集中的 folderPath 底下,以及篩選 folderPath 底下的檔案/子資料夾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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
名稱 | 說明 | 價值觀 |
---|---|---|
複製行為 | 複製接收的複製行為類型。 Type:string (或 expression with resultType string) 。 | 任何 |
啟用 AdlsSingleFileParallel | 單一檔案平行。 | 任何 |
型別 | 複製接收類型。 | '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 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'AzureFunctionActivity' (必要) |
類型屬性 | Azure Function 活動屬性。 | AzureFunctionActivityTypeProperties (必要) |
AzureFunctionActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
身體 | 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 expression with resultType 字串串的表達式)。 | 任何 |
函數名稱 | Azure 函式活動將呼叫的函式名稱。 類型:string (或 expression with resultType string) | 任何 (必要) |
標題 | 表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 Type:string (或 expression with resultType string) 。 | AzureFunctionActivityTypePropertiesHeaders |
方法 | 目標端點的 Rest API 方法。 | '刪除' '獲取' “頭” '選項' 'POST' '放' 'TRACE' (必要) |
AzureFunctionActivityTypePropertiesHeaders
名稱 | 說明 | 價值觀 |
---|
AzureKeyVaultSecretReference
名稱 | 說明 | 價值觀 |
---|---|---|
秘密名稱 | Azure 金鑰保存庫 中的秘密名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
secretVersion | Azure Key Vault 中的秘密版本。 預設值是最新版本的秘密。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存 | Azure Key Vault 鏈接服務參考。 | LinkedServiceReference (必要) |
型別 | 秘密的類型。 | 'AzureKeyVaultSecret' (必要) |
AzureMariaDBSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'AzureMariaDBSource' (必要) |
AzureMLBatchExecutionActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'AzureMLBatchExecution' (必要) |
類型屬性 | 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 |
webService輸出 | 索引鍵、值組,將 Azure ML 端點的 Web 服務輸出名稱對應至指定輸出 Blob 位置的 AzureMLWebServiceFile 物件。 這項資訊將會傳遞至 Azure ML 批次執行要求的 WebServiceOutputs 屬性。 | AzureMLBatchExecutionActivityTypePropertiesWebServiceOutputs |
AzureMLBatchExecutionActivityTypePropertiesGlobalParameters
名稱 | 說明 | 價值觀 |
---|
AzureMLBatchExecutionActivityTypePropertiesWebServiceInputs
名稱 | 說明 | 價值觀 |
---|
AzureMLBatchExecutionActivityTypePropertiesWebServiceOutputs
名稱 | 說明 | 價值觀 |
---|
AzureMLExecutePipelineActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'AzureMLExecutePipeline' (必要) |
類型屬性 | Azure ML 執行管線活動屬性。 | AzureMLExecutePipelineActivityTypeProperties (必要) |
AzureMLExecutePipelineActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
continueOnStepFailure | 如果步驟失敗,是否要繼續執行 PipelineRun 中的其他步驟。 此資訊將會在已發佈管線執行要求的continueOnStepFailure屬性中傳遞。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
dataPathAssignments | 用於變更數據路徑指派而不進行重新定型的字典。 值將會傳入已發佈管線執行要求的 dataPathAssignments 屬性。 Type:object (或 Expression with resultType 物件)。 | 任何 |
實驗名稱 | 執行管線執行的執行歷程記錄實驗名稱。 此資訊將會傳遞在已發佈管線執行要求的 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
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'AzureMLUpdateResource' (必要) |
類型屬性 | 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
名稱 | 說明 | 價值觀 |
---|---|---|
檔案路徑 | LinkedService 所指定之 Azure Blob 記憶體中的相對檔案路徑,包括容器名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
連結服務名稱 | Azure 記憶體 LinkedService 的參考,其中 Azure ML WebService 輸入/輸出檔案。 | LinkedServiceReference (必要) |
AzureMySqlSink
名稱 | 說明 | 價值觀 |
---|---|---|
preCopyScript | 開始複製之前要執行的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'AzureMySqlSink' (必要) |
AzureMySqlSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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' (必要) |
upsert設置 | 適用於 PostgreSQL 的 Azure 資料庫 upsert 選項設定 | AzurePostgreSqlSinkUpsertSettings |
writeMethod | 作業的寫入行為。 預設值為大量插入。 | 'BulkInsert' '複製命令' “Upsert” |
AzurePostgreSqlSinkUpsertSettings
名稱 | 說明 | 價值觀 |
---|---|---|
鑰匙 | 唯一數據列識別的索引鍵數據行名稱。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
AzurePostgreSqlSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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 搜尋服務索引時,指定寫入行為。 | “合併” '上傳' |
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 布爾值的表達式)。 | 任何 |
儲存程序參數 | SQL 預存程式參數。 | 任何 |
storedProcedureTableType參數名稱 | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
表格選項 | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'AzureSqlSink' (必要) |
upsert設置 | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior 的 | 將數據複製到 Azure SQL 時,寫入行為。 類型:SqlWriteBehaviorEnum (或 expression with resultType SqlWriteBehaviorEnum) | 任何 |
AzureSqlSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
隔離級別 | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 |
分割設定 | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings |
produceAdditionalTypes | 要產生的其他類型。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
sqlReader查詢 | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
SQL讀取器儲存過程名稱 | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
azureTableSourceIgnoreTableNotFound | 找不到 Azure 資料表來源忽略數據表。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
azureTableSourceQuery | Azure 數據表來源查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
型別 | 讀取設定類型。 | 'BinaryReadSettings' (必要) |
BinaryReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
型別 | 讀取設定類型。 | 字串 (必要) |
二進位接收器
名稱 | 說明 | 價值觀 |
---|---|---|
商店設置 | 二進位存放區設定。 | StoreWriteSettings |
型別 | 複製接收類型。 | 'BinarySink' (必要) |
二進位源
名稱 | 說明 | 價值觀 |
---|---|---|
formatSettings | 二進位格式設定。 | BinaryReadSettings |
商店設置 | 二進位存放區設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'BinarySource' (必要) |
BlobSink (水滴接收器)
名稱 | 說明 | 價值觀 |
---|---|---|
blobWriterAddHeader | Blob 寫入器新增標頭。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
blobWriterDateTimeFormat | Blob 寫入器日期時間格式。 Type:string (或 expression with resultType string) 。 | 任何 |
blobWriter覆蓋檔 | Blob 寫入器會覆寫檔案。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
複製行為 | 複製接收的複製行為類型。 | 任何 |
中繼資料 | 指定要新增至接收數據的自定義元數據。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | 元數據項[] |
型別 | 複製接收類型。 | 'BlobSink' (必要) |
BlobSource (Blob源)
名稱 | 說明 | 價值觀 |
---|---|---|
遞迴 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值是「true」。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
skipHeaderLineCount | 要略過每個 Blob 的標頭行數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
treatEmptyAsNull | 將空白視為 null。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製來源類型。 | 'BlobSource' (必要) |
CassandraSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
一致性層級 | 一致性層級會指定在將數據傳回用戶端應用程式之前,必須回應讀取要求多少個 Cassandra 伺服器。 Cassandra 會檢查指定的 Cassandra 伺服器數目,以取得符合讀取要求的數據。 必須是 cassandraSourceReadConsistencyLevels 的其中一個。 預設值為 『ONE』。 不區分大小寫。 | '全部' “EACH_QUORUM” “LOCAL_ONE” “LOCAL_QUORUM” “LOCAL_SERIAL” “一” “法定人數” 'SERIAL' 系列 “三” '二' |
查詢 | 資料庫查詢。 應該是 SQL-92 查詢表示式或 Cassandra 查詢語言 (CQL) 命令。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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) 。 | 任何 |
bypassBusinessLogicExecution | 控制 Dataverse 自定義商業規則的略過。 Type:string (或 expression with resultType string) 。 Type:string (或 expression with resultType string) 。 | 任何 |
略過Power Automate流程 | 控制Power Automate 流程的略過。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
忽略空值 | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製接收類型。 | 'CommonDataServiceForAppsSink' (必要) |
writeBehavior 的 | 作業的寫入行為。 | 'Upsert' (必要) |
CommonDataServiceForAppsSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'ConcurSource' (必要) |
ContinuationSettingsReference
名稱 | 說明 | 價值觀 |
---|---|---|
continuationTtlInMinutes | 接續 TTL 以分鐘為單位。 | 任何 |
自訂檢查點金鑰 | 自訂的檢查點索引鍵。 | 任何 |
idle條件 | 閑置條件。 | 任何 |
複製活動
名稱 | 說明 | 價值觀 |
---|---|---|
輸入 | 活動的輸入清單。 | 資料集引用[] |
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
輸出 | 活動的輸出清單。 | 資料集引用[] |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'Copy' (必要) |
類型屬性 | 複製活動屬性。 | CopyActivityTypeProperties (必要) |
CopyActivityLogSettings
名稱 | 說明 | 價值觀 |
---|---|---|
enableReliableLogging | 指定是否啟用可靠的記錄。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
logLevel | 取得或設定記錄層級、支援:資訊、警告。 Type:string (或 expression with resultType string) 。 | 任何 |
CopyActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
資料整合單位 | 可用來執行此數據行動的數據整合單位數目上限。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
啟用跳過不相容行 | 是否略過不相容的數據列。 預設值為 False。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enableStaging | 指定是否要透過過渡暫存複製數據。 預設值為 False。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
日誌設置 | 啟用記錄時,客戶需要提供的記錄設定。 | 日誌設置 |
logStorageSettings | (已被取代。請使用 LogSettings) 啟用工作階段記錄時,客戶必須提供的記錄記憶體設定。 | LogStorageSettings |
平行副本 | 在來源或接收上開啟的並行會話數目上限,以避免多載數據存放區。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
保存 | 保留規則。 | 任何[] |
保留規則 | 保留規則。 | 任何[] |
重新導向不相容的列設定 | 當 EnableSkipIncompatibleRow 為 true 時,重新導向不相容的數據列設定。 | RedirectIncompatibleRowSettings |
接收 | 複製活動接收。 | CopySink (必要) |
skipError檔 | 指定數據一致性的容錯。 | SkipErrorFile 檔 |
來源 | 複製活動來源。 | CopySource (必要) |
暫存設定 | 指定 EnableStaging 為 true 時的過渡暫存設定。 | StagingSettings |
在線翻譯 | 複製活動翻譯工具。 如果未指定,則會使用表格式翻譯工具。 | 任何 |
validateDataConsistency | 是否要啟用數據一致性驗證。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
CopySink (複製接收器)
名稱 | 說明 | 價值觀 |
---|---|---|
停用指標收集 | 如果為 true,請停用數據存放區計量集合。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
最大並發連接數 | 接收資料存放區的最大並行連接計數。 類型: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'。 針對 AzureBlobFSSink 類型,設定為 『AzureBlobFSSink』。 針對 AzureDataExplorerSink 類型,設定為 『AzureDataExplorerSink』。 針對 AzureDataLakeStoreSink 類型,設定為 『AzureDataLakeStoreSink』。 針對 AzureDatabricksDeltaLakeSink 類型,設定為 『AzureDatabricksDeltaLakeSink』。 針對 AzureMySqlSink 類型,設定為 『AzureMySqlSink』。 針對 AzurePostgreSqlSink 類型,設定為 『AzurePostgreSqlSink』。 針對 AzureQueueSink 類型,設定為 『AzureQueueSink』。 針對 AzureSearchIndexSink 類型,設定為 『AzureSearchIndexSink』。 針對 AzureSqlSink 類型,設定為 『 AzureSqlSink』。 針對 AzureTableSink 類型,設定為 『 AzureTableSink』。 設定為 BinarySink 類型的 『BinarySink』。 針對 BlobSink 類型設定為 『 BlobSink』。 針對 CommonDataServiceForAppsSink 類型,設定為 'CommonDataServiceForAppsSink'。 針對 CosmosDbMongoDbApiSink 類型,設定為 'CosmosDbMongoDbApiSink'。 針對 CosmosDbSqlApiSink 類型,設定為 'CosmosDbSqlApiSink'。 針對 DelimitedTextSink 類型,設定為 'DelimitedTextSink'。 針對 DocumentDbCollectionSink 類型,設定為 'DocumentDbCollectionSink'。 針對 DynamicsCrmSink 類型,設定為 'DynamicsCrmSink'。 設定為 DynamicsSink 類型的 『DynamicsSink』。 針對 FileSystemSink 類型,設定為 ' FileSystemSink'。 設定為 「IcebergSink」 類型。 設定為 InformixSink 類型的 『InformixSink』。 針對 JsonSink 類型,設定為 『 JsonSink』。 針對 LakeHouseTableSink 類型,設定為 'LakeHouseTableSink'。 針對 MicrosoftAccessSink 類型,設定為 'MicrosoftAccessSink'。 針對 MongoDbAtlasSink 類型,設定為 'MongoDbAtlasSink'。 針對 MongoDbV2Sink 類型,設定為 'MongoDbV2Sink'。 針對 OdbcSink 類型,設定為 『 OdbcSink』。 針對 OracleSink 類型設定為 『 OracleSink』。 針對 OrcSink 類型,設定為 ' OrcSink'。 設定為 ParquetSink 類型的 『ParquetSink』。 設定為 RestSink 類型的 『RestSink』。 針對 SalesforceServiceCloudSink 類型,設定為 'SalesforceServiceCloudSink'。 針對 SalesforceServiceCloudV2Sink 類型,設定為 'SalesforceServiceCloudV2Sink'。 設定為 SalesforceSink 類型的 'SalesforceSink'。 針對 SalesforceV2Sink 類型,設定為 'SalesforceV2Sink'。 針對 SapCloudForCustomerSink 類型,設定為 'SapCloudForCustomerSink'。 針對 SnowflakeSink 類型,設定為 'SnowflakeSink'。 針對 SnowflakeV2Sink 類型,設定為 'SnowflakeV2Sink'。 針對 SqlDWSink 類型,設定為 'SqlDWSink'。 針對 SqlMISink 類型,設定為 ' SqlMISink'。 針對 SqlServerSink 類型,設定為 'SqlServerSink'。 針對 SqlSink 類型,設定為 ' SqlSink'。 針對 TeradataSink 類型,設定為 'TeradataSink'。 針對 WarehouseSink 類型,設定為 『 WarehouseSink』。 | '阿夫羅辛克' “AzureBlobFSSink” “AzureDatabricksDeltaLakeSink” “AzureDataExplorerSink” “AzureDataLakeStoreSink” 'AzureMySqlSink' 'AzurePostgreSqlSink' “AzureQueueSink” “AzureSearchIndexSink” “AzureSqlSink” “AzureTableSink” '二進位沉' “BlobSink” “CommonDataServiceForAppsSink” “CosmosDbMongoDbApiSink” 'CosmosDbSqlApiSink' “DelimitedTextSink” “DocumentDbCollectionSink” 'DynamicsCrmSink' 'DynamicsSink' (動態沉沒) “檔案系統接收器” '冰山沉沒' 'InformixSink' 'JsonSink' 'LakeHouseTableSink' “MicrosoftAccessSink” “MongoDbAtlasSink” “MongoDbV2Sink” “OdbcSink” '甲骨文沉' 'OrcSink' (獸人沉沒) 'ParquetSink' 'RestSink' “SalesforceServiceCloudSink” “SalesforceServiceCloudV2Sink” 'SalesforceSink' “SalesforceV2Sink” “SapCloudForCustomerSink” “SnowflakeSink” 'SnowflakeV2Sink' (雪花V2沉沒) “SqlDWSink” “SqlMISink” “SqlServerSink” 'SqlSink' “TeradataSink” 'WarehouseSink' (必要) |
批次寫入大小 (writeBatchSize) | 寫入批次大小。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
寫入批處理超時 | 寫入批次逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
複製源
名稱 | 說明 | 價值觀 |
---|---|---|
停用指標收集 | 如果為 true,請停用數據存放區計量集合。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
最大並發連接數 | 源數據存放區的最大並行連接計數。 類型: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 類型,設定為 'AmazonRdsForSqlServerSource'。 針對 AmazonRedshiftSource 類型,設定為 'AmazonRedshiftSource'。 針對 AvroSource 類型,設定為 ' AvroSource'。 針對 AzureBlobFSSource 類型,設定為 『AzureBlobFSSource』。 針對 AzureDataExplorerSource 類型,設定為 『AzureDataExplorerSource』。 針對 AzureDataLakeStoreSource 類型,設定為 『AzureDataLakeStoreSource』。 針對 AzureDatabricksDeltaLakeSource 類型,設定為 『AzureDatabricksDeltaLakeSource』。 針對 AzureMariaDBSource 類型,設定為 『AzureMariaDBSource』。 針對 AzureMySqlSource 類型,設定為 『 AzureMySqlSource』。 針對 AzurePostgreSqlSource 類型,設定為 'AzurePostgreSqlSource'。 針對 AzureSqlSource 類型,設定為 『 AzureSqlSource』。 針對 AzureTableSource 類型,設定為 『 AzureTableSource』。 設定為 BinarySource 類型的 『BinarySource』。 設定為 BlobSource 類型的 'BlobSource'。 針對 CassandraSource 類型,設定為 ' CassandraSource'。 針對 CommonDataServiceForAppsSource 類型,設定為 'CommonDataServiceForAppsSource'。 設定為 ConcurSource 類型的 『ConcurSource』。 針對 CosmosDbMongoDbApiSource 類型,設定為 'CosmosDbMongoDbApiSource'。 針對 CosmosDbSqlApiSource 類型,設定為 'CosmosDbSqlApiSource'。 設定為 CouchbaseSource 類型的 『CouchbaseSource』。 針對 Db2Source 類型,設定為 ' Db2Source'。 設定為 DelimitedTextSource 類型的 'DelimitedTextSource'。 針對 DocumentDbCollectionSource 類型,設定為 'DocumentDbCollectionSource'。 設定為 DrillSource 類型的 'DrillSource'。 設定為 DynamicsAXSource 類型的 'DynamicsAXSource'。 設定為 DynamicsCrmSource 類型的 'DynamicsCrmSource'。 設定為 DynamicsSource 類型的 'DynamicsSource'。 設定為 EloquaSource 類型的 『EloquaSource』。 設定為 ExcelSource 類型的 『ExcelSource』。 設定為 FileSystemSource 類型的 'FileSystemSource'。 針對 GoogleAdWordsSource類型,設定為 'GoogleAdWordsSource'。 針對 GoogleBigQuerySource類型,設定為 'GoogleBigQuerySource'。 針對 GoogleBigQueryV2Source類型,設定為 'GoogleBigQueryV2Source'。 針對 GreenplumSource 類型,設定為 『 GreenplumSource』。 設定為 HBaseSource 類型的 『HBaseSource』。 針對 HdfsSource 類型,設定為 『 HdfsSource』。 設定為 HiveSource類型的 『HiveSource』。 設定為 HttpSource 類型的 'HttpSource'。 設定為 HubspotSource 類型的 『HubspotSource』。 將 設定為 ImpalaSource 類型的 『ImpalaSource』。 將 設定為 InformixSource 類型的 'InformixSource'。 設定為類型 JiraSource 的 『JiraSource』。 針對 JsonSource 類型,設定為 『 JsonSource』。 設定為 LakeHouseTableSource 類型的 'LakeHouseTableSource'。 設定為 MagentoSource類型的 『MagentoSource』。 針對 MariaDBSource 類型,設定為 ' MariaDBSource'。 設定為 MarketoSource 類型的 『MarketoSource』。 針對 MicrosoftAccessSource 類型,設定為 'MicrosoftAccessSource'。 針對 MongoDbAtlasSource 類型,設定為 'MongoDbAtlasSource'。 針對 MongoDbSource 類型,設定為 ' MongoDbSource'。 針對 MongoDbV2Source 類型,設定為 'MongoDbV2Source'。 針對 MySqlSource 類型,設定為 ' MySqlSource'。 針對 NetezzaSource 類型,設定為 ' NetezzaSource'。 設定為 ODataSource 類型的 『ODataSource』。 針對 OdbcSource 類型,設定為 『 OdbcSource』。 針對 Office365Source 類型,設定為 『Office365Source』。 針對 OracleServiceCloudSource 類型,設定為 ' OracleServiceCloudSource'。 設定為 OracleSource 類型的 'OracleSource'。 設定為 OrcSource 類型的 『OrcSource』。 設定為 ParquetSource 類型的 『ParquetSource』。 設定為 PaypalSource 類型的 『PaypalSource』。 設定為 PhoenixSource 類型的 『PhoenixSource』。 針對 PostgreSqlSource 類型,設定為 ' PostgreSqlSource'。 針對 PostgreSqlV2Source 類型,設定為 'PostgreSqlV2Source'。 設定為 PrestoSource 類型的 『PrestoSource』。 針對 QuickBooksSource 類型,設定為 ' QuickBooksSource'。 設定為 RelationalSource 類型的 『RelationalSource』。 針對 ResponsysSource 類型,設定為 'ResponsysSource'。 設定為 RestSource 類型的 'RestSource'。 針對 SalesforceMarketingCloudSource 類型,設定為 'SalesforceMarketingCloudSource'。 針對 SalesforceServiceCloudSource 類型,設定為 'SalesforceServiceCloudSource'。 針對 SalesforceServiceCloudV2Source 類型,設定為 'SalesforceServiceCloudV2Source'。 將 設定為 SalesforceSource 類型的 'SalesforceSource'。 針對 SalesforceV2Source 類型,設定為 'SalesforceV2Source'。 針對 SapBwSource 類型,設定為 ' SapBwSource'。 針對 SapCloudForCustomerSource 類型,設定為 'SapCloudForCustomerSource'。 針對 SapEccSource 類型,設定為 ' SapEccSource'。 針對 SapHanaSource 類型,設定為 ' SapHanaSource'。 針對 SapOdpSource 類型,設定為 ' SapOdpSource'。 針對 SapOpenHubSource 類型,設定為 ' SapOpenHubSource'。 針對 SapTableSource 類型,設定為 ' SapTableSource'。 設定為 ServiceNowSource 類型的 'ServiceNowSource'。 針對 ServiceNowV2Source 類型,設定為 'ServiceNowV2Source'。 針對 SharePointOnlineListSource 類型,設定為 'SharePointOnlineListSource'。 設定為 類型 ShopifySource 的 'ShopifySource'。 針對 SnowflakeSource 類型,設定為 ' SnowflakeSource'。 針對 SnowflakeV2Source 類型,設定為 'SnowflakeV2Source'。 將 設定為 SparkSource 類型的 『SparkSource』。 針對 SqlDWSource 類型,設定為 ' SqlDWSource'。 針對 SqlMISource 類型,設定為 ' SqlMISource'。 針對 SqlServerSource 類型,設定為 ' SqlServerSource'。 設定為 SqlSource 類型的 'SqlSource'。 設定為 SquareSource 類型的 'SquareSource'。 設定為 SybaseSource 類型的 'SybaseSource'。 針對 TeradataSource 類型,設定為 ' TeradataSource'。 設定為 類型 VerticaSource 的 'VerticaSource'。 設定為 WarehouseSource 類型的 『WarehouseSource』。 設定為 XeroSource 類型的 『XeroSource』。 將 類型 ZohoSource 設定為 'ZohoSource'。 設定為 [WebSource] 類型為 'WebSource'。 設定為 XmlSource 類型的 『XmlSource』。 | 'AmazonMWSSource' “AmazonRdsForOracleSource” “AmazonRdsForSqlServerSource” “AmazonRedshiftSource” 'AvroSource' 'AzureBlobFSSource' “AzureDatabricksDeltaLakeSource” “AzureDataExplorerSource” “AzureDataLakeStoreSource” 'AzureMariaDBSource' “AzureMySqlSource” “AzurePostgreSqlSource” “AzureSqlSource” “AzureTableSource” '二進位源' “BlobSource” “CassandraSource” “CommonDataServiceForAppsSource” “ConcurSource” “CosmosDbMongoDbApiSource” “CosmosDbSqlApiSource” 'CouchbaseSource' “Db2Source” 'DelimitedTextSource' “DocumentDbCollectionSource” 'DrillSource' 'DynamicsAXSource' 'DynamicsCrmSource' “DynamicsSource” 'EloquaSource' “ExcelSource” 'FileSystemSource' 'GoogleAdWordsSource' “GoogleBigQuerySource” 'GoogleBigQueryV2Source' 'GreenplumSource' (英文) “HBaseSource” “Hdfs源” 'HiveSource' “HttpSource” 'HubspotSource' 'ImpalaSource' 'InformixSource' 'JiraSource' 'JsonSource' “LakeHouseTableSource” 'MagentoSource' 'MariaDBSource' 'MarketoSource' “MicrosoftAccessSource” “MongoDbAtlasSource” “MongoDbSource” “MongoDbV2Source” 'MySqlSource' 'NetezzaSource' “ODataSource” “OdbcSource” “Office365Source” “OracleServiceCloudSource” “OracleSource” “OrcSource” 'ParquetSource' '貝寶源' “鳳凰之源” 'PostgreSqlSource' 'PostgreSqlV2Source' 'PrestoSource' 'QuickBooksSource' '關係源' “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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
批次大小 | 指定要在 MongoDB 實體回應的每個批次中傳回的檔案數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:integer (或 expression with resultType integer) 。 | 任何 |
cursor方法 | Mongodb 查詢的數據指標方法。 | MongoDbCursorMethods屬性 |
篩選 | 使用查詢運算子指定選取篩選。 若要傳回集合中的所有檔,請省略此參數或傳遞空白檔 ({})。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
檢測日期時間 | 是否將基本值偵測為 datetime 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
頁面大小 | 結果的頁面大小。 類型:integer (或 expression with resultType integer) 。 | 任何 |
首選區域 | 慣用的區域。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
查詢 | SQL API 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'CosmosDbSqlApiSource' (必要) |
CouchbaseSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'CouchbaseSource' (必要) |
憑證引用
名稱 | 說明 | 價值觀 |
---|---|---|
referenceName (引用名稱) | 參考認證名稱。 | 字串 (必要) |
型別 | 認證參考類型。 | 'CredentialReference' (必要) |
CustomActivity (自定義活動)
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'Custom' (必要) |
類型屬性 | 自訂活動屬性。 | CustomActivityTypeProperties (必要) |
CustomActivityReferenceObject 物件
名稱 | 說明 | 價值觀 |
---|---|---|
數據集 | 數據集參考。 | 資料集引用[] |
linked服務 | 鏈接的服務參考。 | LinkedServiceReference[] |
CustomActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
autoUserSpecification | 使用者的提高許可權層級和範圍,預設值為非系統管理員工作。 Type:string (或 expression with resultType double) 的表達式。 | 任何 |
指令 | 自定義活動類型的命令:string (或 expression with resultType string)。 | 任何 (必要) |
extendedProperties | 使用者定義的屬性包。 對可以使用的索引鍵或值沒有任何限制。 使用者指定的自定義活動完全負責取用和解譯定義的內容。 | CustomActivityTypePropertiesExtendedProperties |
資料夾路徑 | 資源文件的資料夾路徑 類型:string (或 expression with resultType string)。 | 任何 |
reference物件 | 參考物件 | CustomActivityReferenceObject 物件 |
resourceLinkedService | 資源連結服務參考。 | LinkedServiceReference |
retentionTime(以天為單位) | 針對自訂活動提交的檔案保留時間。 類型:double(或 expressionType double 的運算式)。 | 任何 |
CustomActivityTypePropertiesExtendedProperties
名稱 | 說明 | 價值觀 |
---|
DatabricksJobActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'DatabricksJob' (必需) |
類型屬性 | Databricks 作業活動屬性。 | DatabricksJobActivityTypeProperties (必需) |
DatabricksJobActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
jobId | 要執行的 Databricks 作業的 ID。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
工作參數 | 用於此作業的每次運行的作業參數。 如果作業採用未指定的參數,則將使用作業中的預設值。 | DatabricksJobActivityTypePropertiesJobParameters |
DatabricksJobActivityTypePropertiesJobParameters
名稱 | 說明 | 價值觀 |
---|
DatabricksNotebookActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'DatabricksNotebook' (必要) |
類型屬性 | Databricks Notebook 活動屬性。 | DatabricksNotebookActivityTypeProperties (必要) |
DatabricksNotebookActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
baseParameters | 要用於此作業每個回合的基底參數。如果筆記本採用未指定的參數,則會使用筆記本中的預設值。 | DatabricksNotebookActivityTypePropertiesBaseParameters |
圖書館 | 要安裝在將執行作業之叢集上的連結庫清單。 | DatabricksNotebookActivityTypePropertiesLibrariesItem[] |
筆記本路徑 | 要在 Databricks 工作區中執行的筆記本絕對路徑。 此路徑必須以斜線開頭。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DatabricksNotebookActivityTypePropertiesBaseParameters
名稱 | 說明 | 價值觀 |
---|
DatabricksNotebookActivityTypePropertiesLibrariesItem
名稱 | 說明 | 價值觀 |
---|
DatabricksSparkJarActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'DatabricksSparkJar' (必要) |
類型屬性 | Databricks SparkJar 活動屬性。 | DatabricksSparkJarActivityTypeProperties (必要) |
DatabricksSparkJarActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
圖書館 | 要安裝在將執行作業之叢集上的連結庫清單。 | DatabricksSparkJarActivityTypePropertiesLibrariesItem[] |
mainClassName | 包含要執行的 main 方法之類別的完整名稱。 這個類別必須包含在提供做為程式庫的 JAR 中。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
參數 | 將傳遞至 main 方法的參數。 | 任何[] |
DatabricksSparkJarActivityTypePropertiesLibrariesItem
名稱 | 說明 | 價值觀 |
---|
DatabricksSparkPythonActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'DatabricksSparkPython' (必要) |
類型屬性 | Databricks SparkPython 活動屬性。 | DatabricksSparkPythonActivityTypeProperties (必要) |
DatabricksSparkPythonActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
圖書館 | 要安裝在將執行作業之叢集上的連結庫清單。 | DatabricksSparkPythonActivityTypePropertiesLibrariesItem[] |
參數 | 將傳遞至 Python 檔案的命令行參數。 | 任何[] |
python檔 | 要執行之 Python 檔案的 URI。 支援 DBFS 路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DatabricksSparkPythonActivityTypePropertiesLibrariesItem
名稱 | 說明 | 價值觀 |
---|
數據流參考
名稱 | 說明 | 價值觀 |
---|---|---|
datasetParameters 數據集參數 | 從數據集參考數據流參數。 | 任何 |
參數 | 資料流程參數 | ParameterValueSpecification 參數值規範 |
referenceName (引用名稱) | 參考數據流名稱。 | 字串 (必要) |
型別 | 數據流參考類型。 | 'DataFlowReference' (必要) |
DataFlowStagingInfo
名稱 | 說明 | 價值觀 |
---|---|---|
資料夾路徑 | 暫存 Blob 的資料夾路徑。 類型:string (或 expression with resultType string) | 任何 |
連結服務 | 暫存連結服務參考。 | LinkedServiceReference |
DataLakeAnalyticsUsqlActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'DataLakeAnalyticsU-SQL' (必要) |
類型屬性 | Data Lake Analytics U-SQL 活動屬性。 | DataLakeAnalyticsUsqlActivityTypeProperties (必要) |
DataLakeAnalyticsUsqlActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
編譯模式 | U-SQL 的編譯模式。 必須是下列其中一個值:Semantic、Full 和SingleBox。 Type:string (或 expression with resultType string) 。 | 任何 |
DegreeOfParallelism | 用來執行作業的節點數目上限。 預設值為 1。 類型:integer(或 Expression 含 resultType 整數的運算式),最小值:1。 | 任何 |
參數 | U-SQL 作業要求的參數。 | DataLakeAnalyticsUsqlActivityTypeProperties參數 |
優先權 | 決定應該先選取已排入佇列的所有作業,以執行。 數位越低,優先順序越高。 預設值為 1000。 類型:integer(或 Expression 含 resultType 整數的運算式),最小值:1。 | 任何 |
runtimeVersion (運行時版本) | 要使用的U-SQL引擎運行時間版本。 Type:string (或 expression with resultType string) 。 | 任何 |
scriptLinked服務 | 編寫連結服務參考的腳本。 | LinkedServiceReference (必要) |
腳本路徑 | 包含U-SQL 文稿之資料夾的區分大小寫路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DataLakeAnalyticsUsqlActivityTypeProperties參數
名稱 | 說明 | 價值觀 |
---|
數據集引用
名稱 | 說明 | 價值觀 |
---|---|---|
參數 | 數據集的自變數。 | ParameterValueSpecification 參數值規範 |
referenceName (引用名稱) | 參考數據集名稱。 | 字串 (必要) |
型別 | 數據集參考類型。 | 'DatasetReference' (必要) |
Db2Source 資料庫
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'Db2Source' (必要) |
刪除活動
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'Delete' (必要) |
類型屬性 | 刪除活動屬性。 | DeleteActivityTypeProperties (必要) |
DeleteActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
資料集 | 刪除活動數據集參考。 | DatasetReference (必要) |
enableLogging | 是否要記錄刪除活動執行的詳細記錄。 預設值為 False。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
logStorageSettings | 當 enableLogging 為 true 時,客戶必須提供記錄記憶體設定。 | LogStorageSettings |
最大並發連接數 | 同時連接數據源的最大並行連線。 | int 約束: 最小值 = 1 |
遞迴 | 如果為 true,則會以遞歸方式刪除目前資料夾路徑下的檔案或子資料夾。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
商店設置 | 刪除活動存放區設定。 | StoreReadSettings |
DelimitedTextReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
skipLineCount | 指出從輸入檔案讀取資料時要略過的非空白數據列數目。 類型:integer (或 expression with resultType integer) 。 | 任何 |
型別 | 讀取設定類型。 | 'DelimitedTextReadSettings' (必要) |
DelimitedTextReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
skipLineCount | 指出從輸入檔案讀取資料時要略過的非空白數據列數目。 類型:integer (或 expression with resultType integer) 。 | 任何 |
型別 | 讀取設定類型。 | 字串 (必要) |
DelimitedTextSink
名稱 | 說明 | 價值觀 |
---|---|---|
formatSettings | DelimitedText 格式設定。 | DelimitedTextWrite設置 |
商店設置 | DelimitedText 存放區設定。 | StoreWriteSettings |
型別 | 複製接收類型。 | 'DelimitedTextSink' (必要) |
DelimitedTextSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | DelimitedText 格式設定。 | DelimitedTextReadSettings |
商店設置 | DelimitedText 存放區設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'DelimitedTextSource' (必要) |
DelimitedTextWrite設置
名稱 | 說明 | 價值觀 |
---|---|---|
fileExtension 檔擴展名 | 用來建立檔案的擴展名。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
檔名前綴 | 指定檔名模式 <fileNamePrefix>_<fileIndex>。<從不含 partitionOptions 的非檔案式存放區複製時,fileExtension> 。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
quoteAllText | 指出字串值是否一律以引號括住。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 寫入設定類型。 | 字串 (必要) |
Distcp設置
名稱 | 說明 | 價值觀 |
---|---|---|
distcp選項 | 指定 Distcp 選項。 Type:string (或 expression with resultType string) 。 | 任何 |
資源管理器端點 | 指定 Yarn ResourceManager 端點。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
tempScriptPath (臨時文稿路徑) | 指定將用來儲存暫存 Distcp 命令腳本的現有資料夾路徑。 腳本檔案是由ADF產生,將在複製作業完成後移除。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DocumentDbCollectionSink
名稱 | 說明 | 價值觀 |
---|---|---|
嵌套分隔符 | 巢狀屬性分隔符。 預設值為 。 (點)。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'DocumentDbCollectionSink' (必要) |
writeBehavior 的 | 描述如何將數據寫入 Azure Cosmos DB。 Type:string (或 expression with resultType string) 。 允許的值:insert 和 upsert。 | 任何 |
DocumentDbCollectionSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
嵌套分隔符 | 巢狀屬性分隔符。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢 | 文件查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'DocumentDbCollectionSource' (必要) |
鑽取源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'DrillSource' (必要) |
DWCopyCommand預設值
名稱 | 說明 | 價值觀 |
---|---|---|
欄位名稱 | 數據行名稱。 Type: object (或 Expression with resultType string)。 | 任何 |
預設值 | 數據行的預設值。 Type: object (或 Expression with resultType string)。 | 任何 |
DWCopyCommandSettings
名稱 | 說明 | 價值觀 |
---|---|---|
其他選項 | 直接在複製命令中傳遞至 SQL DW 的其他選項。 類型:索引鍵值組(值應該是字串類型)(或具有 resultType 物件的 Expression)。 範例:“additionalOptions”: { “MAXERRORS”: “1000”, “DATEFORMAT”: “'ymd'” } | DWCopyCommandSettingsAdditionalOptions |
預設值 | 指定 SQL DW 中每個目標資料行的預設值。 屬性中的預設值會覆寫 DB 中設定的 DEFAULT 條件約束,而標識列不能有預設值。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | DWCopyCommandDefaultValue[] |
DWCopyCommandSettingsAdditionalOptions
名稱 | 說明 | 價值觀 |
---|
DynamicsAXSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'DynamicsAXSource' (必要) |
DynamicsCrmSink (動力學Crm接收器)
名稱 | 說明 | 價值觀 |
---|---|---|
alternateKeyName (備用鍵名稱) | 替代索引鍵的邏輯名稱,會在更新插入記錄時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
bypassBusinessLogicExecution | 控制 Dataverse 自定義商業規則的略過。 Type:string (或 expression with resultType string) 。 Type:string (或 expression with resultType string) 。 | 任何 |
略過Power Automate流程 | 控制Power Automate 流程的略過。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
忽略空值 | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製接收類型。 | 'DynamicsCrmSink' (必要) |
writeBehavior 的 | 作業的寫入行為。 | 'Upsert' (必要) |
DynamicsCrmSource (動態Crm源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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) 。 | 任何 |
bypassBusinessLogicExecution | 控制 Dataverse 自定義商業規則的略過。 Type:string (或 expression with resultType string) 。 Type:string (或 expression with resultType string) 。 | 任何 |
略過Power Automate流程 | 控制Power Automate 流程的略過。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
忽略空值 | 旗標,指出寫入作業期間是否忽略輸入數據集的 Null 值(索引鍵欄位除外)。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製接收類型。 | 'DynamicsSink' (必要) |
writeBehavior 的 | 作業的寫入行為。 | 'Upsert' (必要) |
DynamicsSource (動態源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | FetchXML 是一種專屬的查詢語言,用於 Microsoft Dynamics(在線和內部部署)。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'DynamicsSource' (必要) |
EloquaSource 源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'EloquaSource' (必要) |
Excel源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
商店設置 | Excel 市集設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'ExcelSource' (必要) |
ExecuteDataFlowActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'ExecuteDataFlow' (必要) |
類型屬性 | 執行數據流活動屬性。 | ExecuteDataFlowActivityTypeProperties (必要) |
ExecuteDataFlowActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
計算 | 數據流活動的計算屬性。 | ExecuteDataFlowActivityTypePropertiesCompute |
continuationSettings | 執行數據流活動的接續設定。 | ContinuationSettingsReference |
continueOnError | 繼續執行用於數據流執行的錯誤設定。 如果接收失敗,可讓處理繼續。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
數據流 | 數據流參考。 | DataFlowReference (必要) |
integrationRuntime | 整合運行時間參考。 | IntegrationRuntimeReference |
run併發 | 用於數據流執行的並行執行設定。 允許同時處理具有相同儲存順序的接收。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
sourceStagingConcurrency | 指定適用於接收之來源的平行暫存數目。 類型:integer(或 expression 含 resultType 整數的運算式) | 任何 |
暫存 | 執行數據流活動的暫存資訊。 | DataFlowStagingInfo |
跟蹤級別 | 用於數據流監視輸出的追蹤層級設定。 支援的值為:『粗略』、『fine』和 『none』。 類型:string (或 expression with resultType string) | 任何 |
ExecuteDataFlowActivityTypePropertiesCompute
名稱 | 說明 | 價值觀 |
---|---|---|
computeType | 將執行數據流作業之叢集的計算類型。 可能的值包括:『General』、『MemoryOptimized』、『ComputeOptimized』。 類型:string (或 expression with resultType string) | 任何 |
核心計數 | 將執行數據流作業之叢集的核心計數。 支援的值為:8、16、32、48、80、144 和 272。 類型:integer(或 expression 含 resultType 整數的運算式) | 任何 |
ExecutePipelineActivity
名稱 | 說明 | 價值觀 |
---|---|---|
原則 | 執行管線活動原則。 | ExecutePipelineActivityPolicy |
型別 | 活動類型。 | 'ExecutePipeline' (必要) |
類型屬性 | 執行管線活動屬性。 | ExecutePipelineActivityTypeProperties (必要) |
ExecutePipelineActivityPolicy
名稱 | 說明 | 價值觀 |
---|---|---|
安全輸入 | 當設定為 true 時,來自活動的輸入會被視為安全,且不會記錄到監視。 | 布爾 (bool) |
ExecutePipelineActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
參數 | 管線參數。 | ParameterValueSpecification 參數值規範 |
準銷售案源 | 管線參考。 | PipelineReference (必要) |
waitOnCompletion | 定義活動執行是否會等候相依管線執行完成。 預設值為 false。 | 布爾 (bool) |
ExecutePowerQueryActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
計算 | 數據流活動的計算屬性。 | ExecuteDataFlowActivityTypePropertiesCompute |
continuationSettings | 執行數據流活動的接續設定。 | ContinuationSettingsReference |
continueOnError | 繼續執行用於數據流執行的錯誤設定。 如果接收失敗,可讓處理繼續。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
數據流 | 數據流參考。 | DataFlowReference (必要) |
integrationRuntime | 整合運行時間參考。 | IntegrationRuntimeReference |
查詢 | Power Query 混搭查詢對應至接收數據集的清單。 | PowerQuerySinkMapping[] |
run併發 | 用於數據流執行的並行執行設定。 允許同時處理具有相同儲存順序的接收。 類型:布爾值(或含 resultType 布爾值的表達式) | 任何 |
匯 | (已被取代。請使用查詢)。 對應至 queryName 的 Power Query 活動接收清單。 | ExecutePowerQueryActivityTypeProperties接收器 |
sourceStagingConcurrency | 指定適用於接收之來源的平行暫存數目。 類型:integer(或 expression 含 resultType 整數的運算式) | 任何 |
暫存 | 執行數據流活動的暫存資訊。 | DataFlowStagingInfo |
跟蹤級別 | 用於數據流監視輸出的追蹤層級設定。 支援的值為:『粗略』、『fine』和 『none』。 類型:string (或 expression with resultType string) | 任何 |
ExecutePowerQueryActivityTypeProperties接收器
名稱 | 說明 | 價值觀 |
---|
ExecuteSsisPackageActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'ExecuteSSISPackage' (必要) |
類型屬性 | 執行 SSIS 套件活動屬性。 | ExecuteSsisPackageActivityTypeProperties (必要) |
ExecuteSsisPackageActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
連接方式 | 整合運行時間參考。 | IntegrationRuntimeReference (必要) |
環境路徑 | 執行 SSIS 封裝的環境路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
executionCredential 的 | 封裝執行認證。 | SsisExecutionCredential |
日誌記錄級別 | 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
名稱 | 說明 | 價值觀 |
---|---|---|
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'ExecuteWranglingDataflow' (必要) |
類型屬性 | 執行 power query 活動屬性。 | ExecutePowerQueryActivityTypeProperties (必要) |
表現
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 表達式類型。 | 'Expression' (必要) |
價值 | 表達式值。 | 字串 (必要) |
表達式 V2
名稱 | 說明 | 價值觀 |
---|---|---|
運算元 | 巢狀表達式的清單。 | 表達式V2 |
運營商 | 表達式運算子值類型:字串清單。 | 字串[] |
型別 | 系統支援的表達式類型。 類型:字串。 | '二進位' “恆定” '欄位' “不” '一元' |
價值 | 常量/欄位類型的值:object。 | 任何 |
FailActivity 函數
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'Fail' (必要) |
類型屬性 | 失敗活動屬性。 | FailActivityTypeProperties (必要) |
FailActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
錯誤代碼 | 錯誤碼,分類失敗活動的錯誤類型。 它可以是運行時間評估為非空白/空白字串的動態內容。 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) 。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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 的
名稱 | 說明 | 價值觀 |
---|---|---|
複製行為 | 複製接收的複製行為類型。 | 任何 |
型別 | 複製接收類型。 | 'FileSystemSink' (必要) |
FileSystemSource 檔源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
遞迴 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值是「true」。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製來源類型。 | 'FileSystemSource' (必要) |
FilterActivity (篩選活動)
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'Filter' (必要) |
類型屬性 | 篩選活動屬性。 | FilterActivityTypeProperties (必要) |
FilterActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
條件 | 用於篩選輸入的條件。 | 運算式 (必要) |
項目 | 應套用篩選的輸入陣列。 | 運算式 (必要) |
ForEachActivity
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'ForEach' (必要) |
類型屬性 | ForEach 活動屬性。 | ForEachActivityTypeProperties (必要) |
ForEachActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
活動 | 要執行的活動清單。 | Activity[] (必要) |
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 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞迴 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值是「true」。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 讀取設定類型。 | 'FtpReadSettings' (必要) |
使用二進位傳輸 | 指定是否要使用 FTP 存放區的二進位傳輸模式。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
wildcardFileName (通配符檔名) | Ftp 通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath 通配符資料夾路徑 | Ftp 通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
GetMetadataActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'GetMetadata' (必要) |
類型屬性 | GetMetadata 活動屬性。 | GetMetadataActivityTypeProperties (必要) |
GetMetadataActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
資料集 | GetMetadata 活動數據集參考。 | DatasetReference (必要) |
欄位清單 | 要從數據集取得的元數據欄位。 | 任何[] |
formatSettings | GetMetadata 活動格式設定。 | FormatReadSettings |
商店設置 | GetMetadata 活動存放區設定。 | StoreReadSettings |
GoogleAdWords來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'GoogleAdWordsSource' (必要) |
GoogleBigQuery源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'GoogleBigQuerySource' (必要) |
GoogleBigQueryV2源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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) 。 | 任何 |
Greenplum來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'GreenplumSource' (必要) |
HBase源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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 布爾值的表達式)。 | 任何 |
distcp設置 | 指定 Distcp 相關設定。 | Distcp設置 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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 (英语)
名稱 | 說明 | 價值觀 |
---|---|---|
distcp設置 | 指定 Distcp 相關設定。 | Distcp設置 |
遞迴 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值是「true」。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製來源類型。 | 'HdfsSource' (必要) |
HDInsightHiveActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'HDInsightHive' (必要) |
類型屬性 | HDInsight Hive 活動屬性。 | HDInsightHiveActivityTypeProperties (必要) |
HDInsightHiveActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
引數 | 使用者指定的 HDInsightActivity 自變數。 | 任何[] |
定義 | 允許使用者指定Hive作業要求的定義。 | HDInsightHiveActivityTypeProperties定義 |
getDebugInfo | 偵錯資訊選項。 | “總是” “失敗” “無” |
查詢超時 | 查詢逾時值 (以分鐘為單位)。 當 HDInsight 叢集使用 ESP 時有效(企業安全性套件) | 整數 (int) |
scriptLinked服務 | 編寫連結服務參考的腳本。 | LinkedServiceReference |
腳本路徑 | 腳本路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
storageLinked服務 | 記憶體連結服務參考。 | LinkedServiceReference[] |
變數 | hivevar 命名空間下的使用者指定自變數。 | HDInsightHiveActivityTypeProperties變數 |
HDInsightHiveActivityTypeProperties定義
名稱 | 說明 | 價值觀 |
---|
HDInsightHiveActivityTypeProperties變數
名稱 | 說明 | 價值觀 |
---|
HDInsightMapReduceActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'HDInsightMapReduce' (必要) |
類型屬性 | HDInsight MapReduce 活動屬性。 | HDInsightMapReduceActivityTypeProperties (必要) |
HDInsightMapReduceActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
引數 | 使用者指定的 HDInsightActivity 自變數。 | 任何[] |
類別名稱 | 類別名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
定義 | 允許使用者指定 MapReduce 作業要求的定義。 | HDInsightMapReduceActivityTypeProperties定義 |
getDebugInfo | 偵錯資訊選項。 | “總是” “失敗” “無” |
jarFilePath 檔 | Jar 路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
jarLibs | Jar libs。 | 任何[] |
jarLinked服務 | Jar 連結服務參考。 | LinkedServiceReference |
storageLinked服務 | 記憶體連結服務參考。 | LinkedServiceReference[] |
HDInsightMapReduceActivityTypeProperties定義
名稱 | 說明 | 價值觀 |
---|
HDInsightPigActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'HDInsightPig' (必要) |
類型屬性 | HDInsight Pig 活動屬性。 | HDInsightPigActivityTypeProperties (必要) |
HDInsightPigActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
引數 | 使用者指定的 HDInsightActivity 自變數。 類型:array(或 expression with resultType array 的 Expression)。 | 任何 |
定義 | 允許使用者指定 Pig 作業要求的定義。 | HDInsightPigActivityTypeProperties定義 |
getDebugInfo | 偵錯資訊選項。 | “總是” “失敗” “無” |
scriptLinked服務 | 編寫連結服務參考的腳本。 | LinkedServiceReference |
腳本路徑 | 腳本路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
storageLinked服務 | 記憶體連結服務參考。 | LinkedServiceReference[] |
HDInsightPigActivityTypeProperties定義
名稱 | 說明 | 價值觀 |
---|
HDInsightSparkActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'HDInsightSpark' (必要) |
類型屬性 | HDInsight Spark 活動屬性。 | HDInsightSparkActivityTypeProperties (必要) |
HDInsightSparkActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
引數 | HDInsightSparkActivity 的使用者指定自變數。 | 任何[] |
類別名稱 | 應用程式的 Java/Spark 主要類別。 | 字串 |
entryFilePath 文件路徑 | 要執行之程式代碼/套件根資料夾的相對路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
getDebugInfo | 偵錯資訊選項。 | “總是” “失敗” “無” |
代理使用者 | 要模擬該作業的使用者。 Type:string (或 expression with resultType string) 。 | 任何 |
根路徑 | 所有作業檔案之 'sparkJobLinkedService' 中的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
sparkConfig 函數 | Spark 組態屬性。 | HDInsightSparkActivityTypePropertiesSparkConfig |
sparkJobLinkedService | 用於上傳專案檔案和相依性的記憶體連結服務,以及用於接收記錄。 | LinkedServiceReference |
HDInsightSparkActivityTypePropertiesSparkConfig
名稱 | 說明 | 價值觀 |
---|
HDInsightStreamingActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'HDInsightStreaming' (必要) |
類型屬性 | HDInsight 串流活動屬性。 | HDInsightStreamingActivityTypeProperties (必要) |
HDInsightStreamingActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
引數 | 使用者指定的 HDInsightActivity 自變數。 | 任何[] |
結合子 | 合併器可執行檔名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
commandEnvironment | 命令行環境值。 | 任何[] |
定義 | 允許使用者指定串流作業要求的定義。 | HDInsightStreamingActivityTypeProperties定義 |
fileLinked服務 | 檔案所在的連結服務參考。 | LinkedServiceReference |
檔路徑 | 串流作業檔案的路徑。 可以是目錄。 | any[] (必要) |
getDebugInfo | 偵錯資訊選項。 | “總是” “失敗” “無” |
輸入 | 輸入 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) 。 | 任何 (必要) |
storageLinked服務 | 記憶體連結服務參考。 | LinkedServiceReference[] |
HDInsightStreamingActivityTypeProperties定義
名稱 | 說明 | 價值觀 |
---|
HiveSource (英文)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'HiveSource' (必要) |
HttpReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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) 。 | 任何 |
請求方法 | 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 Type:string (或 expression with resultType string) 。 | 任何 |
請求超時 | 指定 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' (必要) |
Hubspot源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'HubspotSource' (必要) |
冰山沉沒
名稱 | 說明 | 價值觀 |
---|---|---|
formatSettings | Iceberg 格式設定。 | IcebergWriteSettings |
商店設置 | Iceberg 商店設定。 | StoreWriteSettings |
型別 | 複製接收類型。 | 冰山下水“(必要) |
IcebergWriteSettings
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 寫入設定類型。 | 字串 (必要) |
IfConditionActivity
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'IfCondition' (必要) |
類型屬性 | IfCondition 活動屬性。 | IfConditionActivityTypeProperties (必要) |
IfConditionActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
運算式 | 評估為布爾值的表達式。 這是用來判斷將執行的活動區塊(ifTrueActivities 或 ifFalseActivities)。 | 運算式 (必要) |
ifFalse活動 | 如果表達式評估為 false,要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 | 活動 |
ifTrue活動 | 如果表達式評估為 true,要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 | 活動 |
ImpalaSource (英帕拉源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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' (必要) |
Informix源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'JiraSource' (必要) |
JsonReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
型別 | 讀取設定類型。 | 'JsonReadSettings' (必要) |
JsonReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
型別 | 讀取設定類型。 | 字串 (必要) |
JsonSink
名稱 | 說明 | 價值觀 |
---|---|---|
formatSettings | Json 格式設定。 | JsonWrite設置 |
商店設置 | Json 存放區設定。 | StoreWriteSettings |
型別 | 複製接收類型。 | 'JsonSink' (必要) |
JsonSource (英文)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | Json 格式設定。 | JsonReadSettings |
商店設置 | Json 存放區設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'JsonSource' (必要) |
JsonWrite設置
名稱 | 說明 | 價值觀 |
---|---|---|
檔模式 | JSON 的檔案模式。 此設定會控制將處理 JSON 物件的集合方式。 默認值為 『setOfObjects』。 這是區分大小寫的。 | 任何 |
型別 | 寫入設定類型。 | 字串 (必要) |
LakeHouseRead設置
名稱 | 說明 | 價值觀 |
---|---|---|
deleteFilesAfterCompletion 后 | 指出複製完成之後是否需要刪除來源檔案。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
遞迴 | 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值是「true」。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 讀取設定類型。 | 'LakeHouseReadSettings' (必要) |
wildcardFileName (通配符檔名) | Microsoft Fabric Lakehouse 檔案通配符FileName。 Type:string (或 expression with resultType string) 。 | 任何 |
wildcardFolderPath 通配符資料夾路徑 | Microsoft Fabric Lakehouse 檔案通配符FolderPath。 Type:string (或 expression with resultType string) 。 | 任何 |
LakeHouseTableSink 餐廳
名稱 | 說明 | 價值觀 |
---|---|---|
分區名稱清單 (partitionNameList) | 從接收數據行指定資料分割資料行名稱。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | 任何 |
分割選項 | 根據一或多個數據行,在資料夾結構中建立數據分割。 每個相異數據行值 (pair) 都會是新的分割區。 可能的值包括:「None」、“PartitionByKey” | 任何 |
tableActionOption | Lakehouse 數據表接收的數據表動作類型。 可能的值包括:「None」、“ Append” Overwrite” | 任何 |
型別 | 複製接收類型。 | 'LakeHouseTableSink' (必要) |
LakeHouseTableSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
時間戳AsOf | 依時間戳查詢較舊的快照集。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'LakeHouseTableSource' (必要) |
versionAsOf 版本 | 依版本查詢較舊的快照集。 類型:integer (或 expression with resultType integer) 。 | 任何 |
LakeHouseWrite設置
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 寫入設定類型。 | 'LakeHouseWriteSettings' (必要) |
LinkedServiceReference
名稱 | 說明 | 價值觀 |
---|---|---|
參數 | LinkedService 的自變數。 | ParameterValueSpecification 參數值規範 |
referenceName (引用名稱) | 參考 LinkedService 名稱。 | 字串 (必要) |
型別 | 連結服務參考類型。 | 'LinkedServiceReference' (必要) |
LogLocationSettings
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 記錄記憶體連結服務參考。 | LinkedServiceReference (必要) |
路徑 | 用來儲存活動執行詳細記錄的記憶體路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
日誌設置
名稱 | 說明 | 價值觀 |
---|---|---|
copyActivityLogSettings | 指定複製活動記錄的設定。 | CopyActivityLogSettings |
enableCopyActivityLog | 指定是否啟用複製活動記錄。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
logLocationSettings | 客戶在啟用記錄時必須提供的記錄位置設定。 | LogLocationSettings (必要) |
LogStorageSettings
名稱 | 說明 | 價值觀 |
---|---|---|
enableReliableLogging | 指定是否啟用可靠的記錄。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
連結服務名稱 | 記錄記憶體連結服務參考。 | LinkedServiceReference (必要) |
logLevel | 取得或設定記錄層級、支援:資訊、警告。 Type:string (或 expression with resultType string) 。 | 任何 |
路徑 | 用來儲存活動執行詳細記錄的記憶體路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
LookupActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'Lookup' (必要) |
類型屬性 | 查閱活動屬性。 | LookupActivityTypeProperties (必要) |
LookupActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
資料集 | 查閱活動數據集參考。 | DatasetReference (必要) |
firstRowOnly | 是否要傳回第一個數據列或所有數據列。 預設值為 True。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
來源 | 數據集特定的來源屬性,與複製活動來源相同。 | CopySource (必要) |
MagentoSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'MagentoSource' (必要) |
MariaDBSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'MariaDBSource' (必要) |
MarketoSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'MarketoSource' (必要) |
元數據項
名稱 | 說明 | 價值觀 |
---|---|---|
名稱 | 元數據專案索引鍵名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
價值 | 元數據專案值。 Type:string (或 expression with resultType string) 。 | 任何 |
MicrosoftAccessSink
名稱 | 說明 | 價值觀 |
---|---|---|
preCopyScript | 開始複製之前要執行的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'MicrosoftAccessSink' (必要) |
MicrosoftAccessSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
批次大小 | 指定要在 MongoDB Atlas 實例回應的每個批次中傳回的檔數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:integer (或 expression with resultType integer) 。 | 任何 |
cursor方法 | Mongodb 查詢的數據指標方法 | MongoDbCursorMethods屬性 |
篩選 | 使用查詢運算子指定選取篩選。 若要傳回集合中的所有檔,請省略此參數或傳遞空白檔 ({})。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'MongoDbAtlasSource' (必要) |
MongoDbCursorMethods屬性
名稱 | 說明 | 價值觀 |
---|---|---|
限制 | 指定伺服器傳回的檔案數目上限。 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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
批次大小 | 指定要在 MongoDB 實體回應的每個批次中傳回的檔案數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:integer (或 expression with resultType integer) 。 | 任何 |
cursor方法 | Mongodb 查詢的數據指標方法 | MongoDbCursorMethods屬性 |
篩選 | 使用查詢運算子指定選取篩選。 若要傳回集合中的所有檔,請省略此參數或傳遞空白檔 ({})。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'MongoDbV2Source' (必要) |
MySqlSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'MySqlSource' (必要) |
NetezzaPartitionSettings
名稱 | 說明 | 價值觀 |
---|---|---|
分區欄位名稱 | 整數類型中的數據行名稱,將用於繼續範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound 分區下限 | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
分區上限 | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
Netezza源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
分割選項 | 將用於 Netezza 平行讀取的數據分割機制。 可能的值包括:「None」、“DataSlice”、“DynamicRange”。 | 任何 |
分割設定 | 將用於 Netezza 來源資料分割的設定。 | NetezzaPartitionSettings |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'NetezzaSource' (必要) |
NotebookParameter
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | Notebook 參數類型。 | '布爾' 漂浮 'int' 字串 |
價值 | Notebook 參數值。 Type:string (或 expression with resultType string) 。 | 任何 |
ODataSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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 (英语)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'OdbcSource' (必要) |
Office365來源
名稱 | 說明 | 價值觀 |
---|---|---|
allowed組 | 包含所有使用者的群組。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
日期篩選欄 | 要套用 <paramref name=“StartTime”/> 和 <paramref name=“EndTime”/>的數據行。 Type:string (或 expression with resultType string) 。 | 任何 |
結束時間 | 此數據集所要求範圍的結束時間。 Type:string (或 expression with resultType string) 。 | 任何 |
outputColumns | 要從 Office 365 數據表讀取的數據行。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 itemType:OutputColumn。 範例: [ { “name”: “Id” }, { “name”: “CreatedDateTime” } ] | 任何 |
開始時間 | 此數據集所要求範圍的開始時間。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'Office365Source' (必要) |
userScopeFilterUri (用戶範圍過濾器URI) | 用戶範圍 URI。 Type:string (或 expression with resultType string) 。 | 任何 |
OracleCloudStorageReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
deleteFilesAfterCompletion 后 | 指出複製完成之後是否需要刪除來源檔案。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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
名稱 | 說明 | 價值觀 |
---|---|---|
分區欄位名稱 | 整數類型中的數據行名稱,將用於繼續範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound 分區下限 | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
分區名稱 | Oracle 數據表的實體分割區名稱。 | 任何 |
分區上限 | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
OracleServiceCloudSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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' (必要) |
Oracle 原始程式碼
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
oracleReaderQuery | Oracle 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Oracle 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 | 任何 |
分割設定 | 將用於 Oracle 來源數據分割的設定。 | OraclePartitionSettings |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'OracleSource' (必要) |
OrcSink 系列
名稱 | 說明 | 價值觀 |
---|---|---|
formatSettings | ORC 格式設定。 | OrcWriteSettings (Orc寫入設置) |
商店設置 | ORC 存放區設定。 | StoreWriteSettings |
型別 | 複製接收類型。 | 'OrcSink' (必要) |
OrcSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
商店設置 | ORC 存放區設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'OrcSource' (必要) |
OrcWriteSettings (Orc寫入設置)
名稱 | 說明 | 價值觀 |
---|---|---|
檔名前綴 | 指定檔名模式 <fileNamePrefix>_<fileIndex>。<從不含 partitionOptions 的非檔案式存放區複製時,fileExtension> 。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
型別 | 寫入設定類型。 | 字串 (必要) |
ParameterDefinitionSpecification
名稱 | 說明 | 價值觀 |
---|
參數規範
名稱 | 說明 | 價值觀 |
---|---|---|
預設值 | 參數的預設值。 | 任何 |
型別 | 參數類型。 | '陣列' '布爾' '浮動' 'int' '物件' “安全字串” 'String' (必要) |
ParameterValueSpecification 參數值規範
名稱 | 說明 | 價值觀 |
---|
ParameterValueSpecification 參數值規範
名稱 | 說明 | 價值觀 |
---|
ParameterValueSpecification 參數值規範
名稱 | 說明 | 價值觀 |
---|
ParameterValueSpecification 參數值規範
名稱 | 說明 | 價值觀 |
---|
ParameterValueSpecification 參數值規範
名稱 | 說明 | 價值觀 |
---|
ParquetReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
型別 | 讀取設定類型。 | 'ParquetReadSettings' (必要) |
ParquetReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
型別 | 讀取設定類型。 | 字串 (必要) |
ParquetSink (鑲木地板水槽)
名稱 | 說明 | 價值觀 |
---|---|---|
formatSettings | Parquet 格式設定。 | ParquetWrite設置 |
商店設置 | Parquet 存放區設定。 | StoreWriteSettings |
型別 | 複製接收類型。 | 'ParquetSink' (必要) |
ParquetSource (鑲框源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | Parquet 格式設定。 | ParquetReadSettings |
商店設置 | Parquet 存放區設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'ParquetSource' (必要) |
ParquetWrite設置
名稱 | 說明 | 價值觀 |
---|---|---|
檔名前綴 | 指定檔名模式 <fileNamePrefix>_<fileIndex>。<從不含 partitionOptions 的非檔案式存放區複製時,fileExtension> 。 Type:string (或 expression with resultType string) 。 | 任何 |
maxRowsPerFile | 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
型別 | 寫入設定類型。 | 字串 (必要) |
貝寶來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'PaypalSource' (必要) |
PhoenixSource (鳳凰源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'PhoenixSource' (必要) |
管線
名稱 | 說明 | 價值觀 |
---|---|---|
活動 | 管線中的活動清單。 | 活動 |
附註 | 可用於描述管線的標記清單。 | 任何[] |
並行 | 管線的並行執行數目上限。 | int 約束: 最小值 = 1 |
說明 | 管線的描述。 | 字串 |
檔案夾 | 此管線位於的資料夾。 如果未指定,管線將會出現在根層級。 | PipelineFolder (管道資料夾) |
參數 | 管線的參數清單。 | ParameterDefinitionSpecification |
原則 | 管線原則。 | 管道策略 |
runDimensions 的 | 管線發出的維度。 | PipelineRunDimensions 的 |
變數 | 管線的變數清單。 | VariableDefinitionSpecification |
PipelineElapsedTimeMetricPolicy
名稱 | 說明 | 價值觀 |
---|---|---|
持續時間 | TimeSpan 值,之後就會引發 Azure 監視計量。 | 任何 |
PipelineFolder (管道資料夾)
名稱 | 說明 | 價值觀 |
---|---|---|
名稱 | 此管線位於的資料夾名稱。 | 字串 |
管道策略
名稱 | 說明 | 價值觀 |
---|---|---|
elapsedTimeMetric | Pipeline ElapsedTime 計量原則。 | PipelineElapsedTimeMetricPolicy |
管道引用
名稱 | 說明 | 價值觀 |
---|---|---|
名稱 | 參考名稱。 | 字串 |
referenceName (引用名稱) | 參考管線名稱。 | 字串 (必要) |
型別 | 管線參考類型。 | 'PipelineReference' (必要) |
PipelineRunDimensions 的
名稱 | 說明 | 價值觀 |
---|
Polybase設置
名稱 | 說明 | 價值觀 |
---|---|---|
rejectSampleValue | 決定在 PolyBase 重新計算拒絕數據列百分比之前嘗試擷取的數據列數目。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 |
拒絕類型 | 拒絕類型。 | '百分比' 價值 |
拒絕值 | 指定查詢失敗前可以拒絕的數據列值或百分比。 類型:number (或具有 resultType number 的運算式),最小值:0。 | 任何 |
useType預設 | 指定當 PolyBase 從文字檔擷取數據時,如何處理分隔文本檔中的遺漏值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
PostgreSqlSource 源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'PostgreSqlSource' (必要) |
PostgreSqlV2源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'PostgreSqlV2Source' (必要) |
PowerQuerySink
名稱 | 說明 | 價值觀 |
---|---|---|
資料集 | 數據集參考。 | 數據集引用 |
說明 | 轉換描述。 | 字串 |
flowlet (流式) | Flowlet 參考 | 數據流參考 |
連結服務 | 鏈接的服務參考。 | LinkedServiceReference |
名稱 | 轉換名稱。 | 字串 (必要) |
rejectedDataLinkedService 服務 | 拒絕的數據連結服務參考。 | LinkedServiceReference |
schemaLinkedService | 架構連結服務參考。 | LinkedServiceReference |
指令 | 接收腳本。 | 字串 |
PowerQuerySinkMapping
名稱 | 說明 | 價值觀 |
---|---|---|
數據流接收器 | 對應至 Power Query 混搭查詢的接收清單。 | PowerQuerySink (PowerQuerySink) |
查詢名稱 | Power Query 混搭文件中查詢的名稱。 | 字串 |
PrestoSource 來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'PrestoSource' (必要) |
QuickBooksSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'QuickBooksSource' (必要) |
RedirectIncompatibleRowSettings
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 用來重新導向不相容數據列的 Azure 記憶體、記憶體 SAS 或 Azure Data Lake Store 連結服務的名稱。 如果指定 redirectIncompatibleRowSettings,則必須指定 。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
路徑 | 用來儲存重新導向不相容數據列數據的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
RedshiftUnload設置
名稱 | 說明 | 價值觀 |
---|---|---|
bucketName (儲存桶名稱) | 暫存 Amazon S3 的貯體,用來儲存從 Amazon Redshift 來源卸除的數據。 貯體必須位於與 Amazon Redshift 來源相同的區域中。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
s3LinkedServiceName | 從 Amazon Redshift 來源複製時,將用於卸載作業的 Amazon S3 連結服務名稱。 | LinkedServiceReference (必要) |
關係源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'RelationalSource' (必要) |
ResponsysSource (英语)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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 標頭。 類型:索引鍵值組(值應該是字串類型)。 | 任何 |
HTTP壓縮類型 | 使用最佳壓縮層級以壓縮格式傳送數據的 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])). | 任何 |
請求間隔 | 傳送下一個要求之前等待的時間,以毫秒為單位 | 任何 |
請求方法 | 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 POST。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'RestSink' (必要) |
RestSource (靜態源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 類型:索引鍵值組(值應該是字串類型)。 | 任何 |
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])). | 任何 |
pagination規則 | 用來撰寫下一個頁面要求的分頁規則。 Type:string (或 expression with resultType string) 。 | 任何 |
requestBody(請求體) | 如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 Type:string (或 expression with resultType string) 。 | 任何 |
請求間隔 | 傳送下一個頁面要求之前等候的時間。 | 任何 |
請求方法 | 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'RestSource' (必要) |
SalesforceMarketingCloudSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'SalesforceMarketingCloudSource' (必要) |
SalesforceServiceCloudSink 服務
名稱 | 說明 | 價值觀 |
---|---|---|
externalIdFieldName(外部 ID 字段名称) | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
忽略空值 | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製接收類型。 | 'SalesforceServiceCloudSink' (必要) |
writeBehavior 的 | 作業的寫入行為。 預設值為 Insert。 | '插入' “Upsert” |
SalesforceServiceCloudSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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(外部 ID 字段名称) | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
忽略空值 | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製接收類型。 | 'SalesforceServiceCloudV2Sink' (必要) |
writeBehavior 的 | 作業的寫入行為。 預設值為 Insert。 | '插入' “Upsert” |
SalesforceServiceCloudV2源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
包含已刪除的物件 | 此屬性可控制查詢結果是否包含 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(外部 ID 字段名称) | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
忽略空值 | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製接收類型。 | 'SalesforceSink' (必要) |
writeBehavior 的 | 作業的寫入行為。 預設值為 Insert。 | '插入' “Upsert” |
SalesforceSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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(外部 ID 字段名称) | upsert 作業的外部標識符欄位名稱。 預設值為 『Id』 資料行。 Type:string (或 expression with resultType string) 。 | 任何 |
忽略空值 | 旗標,指出是否要在寫入作業期間忽略輸入數據集的 Null 值(索引鍵欄位除外)。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 複製接收類型。 | 'SalesforceV2Sink' (必要) |
writeBehavior 的 | 作業的寫入行為。 預設值為 Insert。 | '插入' “Upsert” |
SalesforceV2源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
包含已刪除的物件 | 此屬性可控制查詢結果是否包含 Deleted 物件。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
頁面大小 | 每個 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) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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 源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | MDX 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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』。 | '插入' “更新” |
SapCloudForCustomerSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'SapCloudForCustomerSource' (必要) |
SapEccSource (源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'SapEccSource' (必要) |
SapHana分區設置
名稱 | 說明 | 價值觀 |
---|---|---|
分區欄位名稱 | 將用於繼續範圍分割的數據行名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
SapHana來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
封包大小 | 從 SAP HANA 讀取之數據的封包大小。 類型:integer(或 expression 含 resultType 整數的運算式)。 | 任何 |
分割選項 | 將用於 SAP HANA 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“SapHanaDynamicRange” | 任何 |
分割設定 | 將用於 SAP HANA 來源分割的設定。 | SapHana分區設置 |
查詢 | SAP HANA Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'SapHanaSource' (必要) |
SapOdp源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
提取模式 | 擷取模式。 允許的值包括:完整、差異和復原。 預設值為 Full。 Type:string (或 expression with resultType string) 。 | 任何 |
投影 | 指定要從源數據選取的數據行。 類型:objects(projection) 的陣列(或具有 resultType 物件陣列的 Expression)。 | 任何 |
查詢超時 | 查詢逾時。 類型: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' (必要) |
SapOpenHub原始程式碼
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 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 布爾值的表達式)。 | 任何 |
查詢超時 | 查詢逾時。 類型: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)。 | 任何 |
分區欄位名稱 | 將用於繼續範圍分割的數據行名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound 分區下限 | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
分區上限 | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
SapTableSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
批次大小 | 指定從 SAP 數據表擷取數據時,一次擷取的數據列數目上限。 類型:integer (或 expression with resultType integer) 。 | 任何 |
customRfcReadTableFunctionModule | 指定將用來從 SAP 資料表讀取資料的自訂 RFC 函式模組。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於平行讀取SAP數據表的數據分割機制。 可能的值包括:“None”、“PartitionOnInt”、“PartitionOnCalendarYear”、“PartitionOnCalendarMonth”、“PartitionOnCalendarDate”、“PartitionOnTime”。 | 任何 |
分割設定 | 將用於 SAP 資料表來源資料分割的設定。 | SapTablePartitionSettings |
查詢超時 | 查詢逾時。 類型: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) 。 | 任何 |
行計數 | 要擷取的資料列數。 類型:integer(或 expression 含 resultType 整數的運算式)。 | 任何 |
rowSkips | 將略過的數據列數目。 類型:integer (或 expression with resultType integer) 。 | 任何 |
sapDataColumnDelimiter | 將做為傳遞至 SAP RFC 的分隔符,以及分割所擷取的輸出數據的單一字元。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'SapTableSource' (必要) |
ScriptActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'Script' (必要) |
類型屬性 | 編寫活動屬性的腳本。 | ScriptActivityTypeProperties (必要) |
ScriptActivityParameter
名稱 | 說明 | 價值觀 |
---|---|---|
方向 | 參數的方向。 | '輸入' 'InputOutput' (輸入輸出) '輸出' |
名稱 | 參數的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
尺寸 | 輸出方向參數的大小。 | 整數 (int) |
型別 | 參數的類型。 | '布爾值' '日期時間' 'DateTimeOffset' '十進位' “雙倍” “圭德” 'Int16' 'Int32' 'Int64' '單身' '字串' '時間跨度' |
價值 | 參數的值。 Type:string (或 expression with resultType string) 。 | 任何 |
ScriptActivityScriptBlock
名稱 | 說明 | 價值觀 |
---|---|---|
參數 | 腳本參數的陣列。 類型:陣列。 | ScriptActivityParameter[] |
收發簡訊 | 查詢文字。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
型別 | 查詢的類型。 如需有效選項,請參閱 ScriptType。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
ScriptActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
日誌設置 | 腳本活動的記錄設定。 | 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 |
秘密基地
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 針對 AzureKeyVaultSecretReference 類型,設定為 『AzureKeyVaultSecret』。 設定為 SecureString 類型的 'SecureString'。 | “AzureKeyVaultSecret” 'SecureString' (必要) |
SecureInputOutputPolicy 安全輸入輸出策略
名稱 | 說明 | 價值觀 |
---|---|---|
安全輸入 | 當設定為 true 時,來自活動的輸入會被視為安全,且不會記錄到監視。 | 布爾 (bool) |
secureOutput 安全輸出 | 設定為 true 時,活動輸出會視為安全,且不會記錄到監視。 | 布爾 (bool) |
SecureString(安全字串)
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 秘密的類型。 | 字串 (必要) |
價值 | 安全字串的值。 | 字串 (必要) |
SecureString(安全字串)
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 秘密的類型。 | 'SecureString' (必要) |
價值 | 安全字串的值。 | 字串 (必要) |
ServiceNowSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'ServiceNowSource' (必要) |
ServiceNowV2源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
運算式 | 篩選來源數據的表達式。 | 表達式 V2 |
頁面大小 | 結果的頁面大小。 類型:integer (或 expression with resultType integer) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'ServiceNowV2Source' (必要) |
SetVariableActivity
名稱 | 說明 | 價值觀 |
---|---|---|
原則 | 活動原則。 | SecureInputOutputPolicy 安全輸入輸出策略 |
型別 | 活動類型。 | 'SetVariable' (必要) |
類型屬性 | 設定變數活動屬性。 | SetVariableActivityTypeProperties (必要) |
SetVariableActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
setSystemVariable 設置 | 如果設定為 true,則會設定管線執行傳回值。 | 布爾 (bool) |
價值 | 要設定的值。 可以是靜態值或Expression。 | 任何 |
variableName 變數名稱 | 需要設定其值之變數的名稱。 | 字串 |
SftpRead設置
名稱 | 說明 | 價值觀 |
---|---|---|
deleteFilesAfterCompletion 后 | 指出複製完成之後是否需要刪除來源檔案。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
disableChunking | 如果為 true,請停用每個檔案內的平行讀取。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
enablePartitionDiscovery | 指出是否要啟用數據分割探索。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔案列表路徑 | 指向一個文本檔,其中列出您想要複製的每個檔案(數據集中所設定路徑的相對路徑)。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
分割區根路徑 | 指定數據分割探索從中開始的根路徑。 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) 。 | 任何 |
SftpWrite設置
名稱 | 說明 | 價值觀 |
---|---|---|
operationTimeout作超時 | 指定將每個區塊寫入 SFTP 伺服器的逾時。 默認值:01:00:00(一小時)。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 寫入設定類型。 | 'SftpWriteSettings' (必要) |
useTempFile重命名 | 上傳至暫存盤並重新命名。 如果您的 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' (必要) |
Shopify來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'ShopifySource' (必要) |
SkipErrorFile 檔
名稱 | 說明 | 價值觀 |
---|---|---|
data不一致 | 如果來源/接收檔案由其他並行寫入變更,請略過 。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
檔缺失 | 如果在複製期間由其他用戶端刪除檔案,請略過。 預設值是「true」。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
SnowflakeExportCopyCommand
名稱 | 說明 | 價值觀 |
---|---|---|
附加複製選項 | 直接傳遞至雪花式複製命令的其他複製選項。 類型:索引鍵值組(值應該是字串類型)(或具有 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 |
存儲集成 | 要用於複製作業的雪花記憶體整合名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 匯出設定類型。 | 字串 (必要) |
SnowflakeExportCopyCommandAdditionalCopyOptions
名稱 | 說明 | 價值觀 |
---|
SnowflakeExportCopyCommandAdditionalFormatOptions
名稱 | 說明 | 價值觀 |
---|
SnowflakeImportCopyCommand
名稱 | 說明 | 價值觀 |
---|---|---|
附加複製選項 | 直接傳遞至雪花式複製命令的其他複製選項。 類型:索引鍵值組(值應該是字串類型)(或具有 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 |
存儲集成 | 要用於複製作業的雪花記憶體整合名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 匯入設定類型。 | 字串 (必要) |
SnowflakeImportCopyCommandAdditionalCopyOptions
名稱 | 說明 | 價值觀 |
---|
SnowflakeImportCopyCommandAdditionalFormatOptions
名稱 | 說明 | 價值觀 |
---|
SnowflakeSink (雪花沉沒)
名稱 | 說明 | 價值觀 |
---|---|---|
匯入設定 | Snowflake 匯入設定。 | SnowflakeImportCopyCommand |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'SnowflakeSink' (必要) |
SnowflakeSource (雪花源)
名稱 | 說明 | 價值觀 |
---|---|---|
匯出設定 | Snowflake 匯出設定。 | SnowflakeExportCopyCommand (必要) |
查詢 | Snowflake Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'SnowflakeSource' (必要) |
雪花V2Sink
名稱 | 說明 | 價值觀 |
---|---|---|
匯入設定 | Snowflake 匯入設定。 | SnowflakeImportCopyCommand |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'SnowflakeV2Sink' (必要) |
SnowflakeV2源
名稱 | 說明 | 價值觀 |
---|---|---|
匯出設定 | Snowflake 匯出設定。 | SnowflakeExportCopyCommand (必要) |
查詢 | Snowflake Sql 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製來源類型。 | 'SnowflakeV2Source' (必要) |
SparkConfigurationParametrizationReference
名稱 | 說明 | 價值觀 |
---|---|---|
referenceName (引用名稱) | 參考Spark組態名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
型別 | Spark 組態參考類型。 | 'SparkConfigurationReference' (必要) |
SparkSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'SparkSource' (必要) |
SqlDWSink
名稱 | 說明 | 價值觀 |
---|---|---|
允許複製命令 | 指示使用複製命令將數據複製到 SQL 資料倉儲。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
allowPolyBase | 指出在適用的情況下,使用 PolyBase 將數據複製到 SQL 數據倉儲。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
複製命令設定 | 當allowCopyCommand為 true 時,指定複製命令相關設定。 | DWCopyCommandSettings |
polyBase設置 | 當allowPolyBase為 true 時,指定PolyBase相關設定。 | Polybase設置 |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
sqlWriterUseTableLock | 是否要在大量複製期間使用數據表鎖定。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
表格選項 | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'SqlDWSink' (必要) |
upsert設置 | SQL DW upsert 設定。 | SqlDWUpsertSettings |
writeBehavior 的 | 將數據複製到 Azure SQL DW 時寫入行為。 類型:SqlDWriteBehaviorEnum (或 expression with resultType SqlDWriteBehaviorEnum) | 任何 |
SqlDWSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
隔離級別 | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 |
分割設定 | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
sqlReader查詢 | SQL 數據倉儲讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
SQL讀取器儲存過程名稱 | SQL 數據倉儲來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{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 布爾值的表達式)。 | 任何 |
儲存程序參數 | SQL 預存程式參數。 | 任何 |
storedProcedureTableType參數名稱 | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
表格選項 | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'SqlMISink' (必要) |
upsert設置 | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior 的 | 將數據複製到 Azure SQL MI 時的白色行為。 類型:string (或 expression with resultType string) | 任何 |
SqlMISource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
隔離級別 | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 |
分割設定 | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings |
produceAdditionalTypes | 要產生的其他類型。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
sqlReader查詢 | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
SQL讀取器儲存過程名稱 | Azure SQL 受控實例來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 |
型別 | 複製來源類型。 | 'SqlMISource' (必要) |
SqlPartitionSettings
名稱 | 說明 | 價值觀 |
---|---|---|
分區欄位名稱 | 整數或日期時間類型中的數據行名稱,將用於繼續數據分割。 如果未指定,則會自動偵測數據表的主鍵,並當做數據分割數據行使用。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound 分區下限 | 用於分割範圍的分割列的最小值。 這個值用來決定數據分割的步幅,而不是用於篩選數據表中的數據列。 數據表或查詢結果中的所有數據列都會進行分割和複製。 Type:string (或 expression with resultType string) 。 | 任何 |
分區上限 | 分區範圍分割的分區列最大值。 這個值用來決定數據分割的步幅,而不是用於篩選數據表中的數據列。 數據表或查詢結果中的所有數據列都會進行分割和複製。 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 布爾值的表達式)。 | 任何 |
儲存程序參數 | SQL 預存程式參數。 | 任何 |
storedProcedureTableType參數名稱 | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
表格選項 | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'SqlServerSink' (必要) |
upsert設置 | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior 的 | 將數據複製到 sql Server 時寫入行為。 Type:string (或 expression with resultType string) 。 | 任何 |
SqlServer源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
隔離級別 | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 |
分割設定 | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings |
produceAdditionalTypes | 要產生的其他類型。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
sqlReader查詢 | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
SQL讀取器儲存過程名稱 | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 |
型別 | 複製來源類型。 | 'SqlServerSource' (必要) |
SqlServerStoredProcedureActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'SqlServerStoredProcedure' (必要) |
類型屬性 | SQL 預存程式活動屬性。 | SqlServerStoredProcedureActivityTypeProperties (必要) |
SqlServerStoredProcedureActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
storedProcedureName (存儲過程名稱) | 預存程式名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{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 布爾值的表達式)。 | 任何 |
儲存程序參數 | SQL 預存程式參數。 | 任何 |
storedProcedureTableType參數名稱 | 數據表類型的預存程序參數名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
表格選項 | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'SqlSink' (必要) |
upsert設置 | SQL upsert 設定。 | SqlUpsertSettings |
writeBehavior 的 | 將數據複製到 sql 時寫入行為。 Type:string (或 expression with resultType string) 。 | 任何 |
SqlSource (英文)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
隔離級別 | 指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。 | 任何 |
分割設定 | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
sqlReader查詢 | SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
SQL讀取器儲存過程名稱 | SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 | 任何 |
型別 | 複製來源類型。 | 'SqlSource' (必要) |
SqlUpsertSettings
名稱 | 說明 | 價值觀 |
---|---|---|
interimSchemaName (臨時架構名稱) | 過渡數據表的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
鑰匙 | 唯一數據列識別的索引鍵數據行名稱。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 | 任何 |
使用TempDB | 指定是否要針對 upsert 過渡數據表使用暫存資料庫。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
SquareSource (方形源)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型: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 (必要) |
使用者名稱 | 使用Name 進行 Windows 驗證。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisChildPackage
名稱 | 說明 | 價值觀 |
---|---|---|
packageContent | 內嵌子封裝的內容。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
packageLastModifiedDate (包上次修改日期) | 內嵌子封裝的上次修改日期。 | 字串 |
packageName (包名稱) | 內嵌子封裝的名稱。 | 字串 |
包路徑 | 內嵌子封裝的路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisConnectionManager
名稱 | 說明 | 價值觀 |
---|
SsisConnectionManager
名稱 | 說明 | 價值觀 |
---|
SsisExecutionCredential
名稱 | 說明 | 價值觀 |
---|---|---|
網域 | Windows 驗證的網域。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
密碼 | Windows 驗證的密碼。 | SecureString (必要) |
使用者名稱 | 使用Name 進行 Windows 驗證。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisExecutionParameter
名稱 | 說明 | 價值觀 |
---|---|---|
價值 | SSIS 套件執行參數值。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SsisLogLocation
名稱 | 說明 | 價值觀 |
---|---|---|
日誌路徑 | SSIS 套件執行記錄檔路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
型別 | SSIS 記錄位置的類型。 | 'File' (必要) |
類型屬性 | SSIS 套件執行記錄檔位置屬性。 | SsisLogLocationTypeProperties (必要) |
SsisLogLocationType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
accessCredential 的 | 封裝執行記錄存取認證。 | SsisAccessCredential |
logRefreshInterval | 指定要重新整理記錄的間隔。 默認間隔為 5 分鐘。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
SsisPackageLocation
名稱 | 說明 | 價值觀 |
---|---|---|
包路徑 | SSIS 套件路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | SSIS 套件位置的類型。 | “檔” 'InlinePackage' 'PackageStore' 'SSISDB' |
類型屬性 | 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 (包名稱) | 套件名稱。 | 字串 |
包密碼 | 封裝的密碼。 | 秘密基地 |
SsisPropertyOverride
名稱 | 說明 | 價值觀 |
---|---|---|
isSensitive 感測器 | SSIS 套件屬性覆寫值是否為敏感數據。 如果值為 true,則會在 SSISDB 中加密值 | 布爾 (bool) |
價值 | SSIS 封裝屬性覆寫值。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
StagingSettings
名稱 | 說明 | 價值觀 |
---|---|---|
啟用壓縮 | 指定是否要在透過過渡暫存複製數據時使用壓縮。 預設值為 False。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
連結服務名稱 | 暫存連結服務參考。 | LinkedServiceReference (必要) |
路徑 | 用來儲存過渡數據之記憶體的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
StoreReadSettings
StoreWriteSettings
名稱 | 說明 | 價值觀 |
---|---|---|
複製行為 | 複製接收的複製行為類型。 | 任何 |
停用指標收集 | 如果為 true,請停用數據存放區計量集合。 預設值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
最大並發連接數 | 源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。 | 任何 |
中繼資料 | 指定要新增至接收數據的自定義元數據。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 | 元數據項[] |
型別 | 針對 AzureBlobFSWriteSettings 類型,設定為 『AzureBlobFSWriteSettings』。 針對 AzureBlobStorageWriteSettings 類型,設定為 『AzureBlobStorageWriteSettings』。 針對 AzureDataLakeStoreWriteSettings 類型,設定為 『AzureDataLakeStoreWriteSettings』。 針對 AzureFileStorageWriteSettings 類型,設定為 『AzureFileStorageWriteSettings』。 針對 FileServerWriteSettings 類型,設定為 'FileServerWriteSettings'。 設定為 LakeHouseWriteSettings 類型的 'LakeHouseWriteSettings'。 針對 SftpWriteSettings 類型,設定為 'SftpWriteSettings'。 | “AzureBlobFSWriteSettings” “AzureBlobStorageWriteSettings” “AzureDataLakeStoreWriteSettings” “AzureFileStorageWriteSettings” 'FileServerWriteSettings' 'LakeHouseWriteSettings' 'SftpWriteSettings' (必要) |
SwitchActivity (開關活動)
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'Switch' (必要) |
類型屬性 | 切換活動屬性。 | SwitchActivityTypeProperties (必要) |
SwitchActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
例 | 對應至 『on』 屬性值的案例清單。 這是選擇性屬性,如果未提供,活動將會執行 defaultActivities 中提供的活動。 | SwitchCase [] |
defaultActivities | 如果未滿足案例條件,要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 | 活動 |
開 | 評估為字串或整數的表達式。 這會用來判斷將執行的活動區塊。 | 運算式 (必要) |
開關箱
名稱 | 說明 | 價值觀 |
---|---|---|
活動 | 要針對符合案例條件執行的活動清單。 | 活動 |
價值 | 符合 『on』 屬性表示式結果的預期值。 | 字串 |
SybaseSource
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 資料庫查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'SybaseSource' (必要) |
SynapseNotebookActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'SynapseNotebook' (必要) |
類型屬性 | 執行 Synapse 筆記本活動屬性。 | SynapseNotebookActivityTypeProperties (必要) |
SynapseNotebookActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
會議 | Spark 組態屬性,這會覆寫您提供的筆記本 'conf'。 | 任何 |
configurationType | Spark 組態的類型。 | “神器” “定制” 預設 |
驅動程式大小 | 要用於會話指定 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) 。 | 任何 |
參數 | 筆記本參數。 | SynapseNotebookActivityTypeProperties參數 |
sparkConfig 函數 | Spark 組態屬性。 | SynapseNotebookActivityTypePropertiesSparkConfig |
sparkPool (火花池) | 將用來執行筆記本的巨量數據集區名稱。 | BigDataPoolParametrizationReference (大數據池參數化參考) |
targetSparkConfiguration | Spark 作業的Spark組態。 | SparkConfigurationParametrizationReference |
SynapseNotebookActivityTypeProperties參數
名稱 | 說明 | 價值觀 |
---|
SynapseNotebookActivityTypePropertiesSparkConfig
名稱 | 說明 | 價值觀 |
---|
SynapseNotebookReference
名稱 | 說明 | 價值觀 |
---|---|---|
referenceName (引用名稱) | 參考筆記本名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
型別 | Synapse Notebook 參考類型。 | 'NotebookReference' (必要) |
SynapseSparkJobActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
參數 | 使用者指定的 SynapseSparkJobDefinitionActivity 自變數。 | 任何[] |
類別名稱 | 主要定義檔案中的完整標識碼或主要類別,其會覆寫您提供的spark作業定義的 『className』。 Type:string (或 expression with resultType string) 。 | 任何 |
會議 | Spark 組態屬性,將會覆寫您提供的 Spark 作業定義的 'conf'。 | 任何 |
configurationType | Spark 組態的類型。 | “神器” “定制” 預設 |
驅動程式大小 | 要用於指定 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'。 | 任何[] |
檔 V2 | 用於主要定義檔案中參考的其他檔案,這會覆寫您提供的Spark作業定義的 'jars' 和 'files'。 | 任何[] |
numExecutors | 要針對此作業啟動的執行程式數目,這會覆寫您提供的Spark作業定義的 'numExecutors'。 類型:integer (或 expression with resultType integer) 。 | 任何 |
pythonCode參考 | 用於主要定義檔中參考的其他 Python 程式代碼檔案,這會覆寫您提供的 Spark 作業定義的 'pyFiles'。 | 任何[] |
scanFolder 資料夾 | 從主要定義檔案的根資料夾掃描子資料夾,這些檔案將會新增為參考檔案。 系統會掃描名為 『jars』、'pyFiles'、'files' 或 'archive' 的資料夾,而且資料夾名稱會區分大小寫。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
sparkConfig 函數 | Spark 組態屬性。 | SynapseSparkJobActivityTypePropertiesSparkConfig |
sparkJob | Synapse spark 作業參考。 | SynapseSparkJobReference (必要) |
目標BigDataPool | 巨量數據集區的名稱,將用來執行 Spark 批次作業,這會覆寫您提供的 Spark 作業定義的 'targetBigDataPool'。 | BigDataPoolParametrizationReference (大數據池參數化參考) |
targetSparkConfiguration | Spark 作業的Spark組態。 | SparkConfigurationParametrizationReference |
SynapseSparkJobActivityTypePropertiesSparkConfig
名稱 | 說明 | 價值觀 |
---|
SynapseSparkJobDefinitionActivity
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'SparkJob' (必要) |
類型屬性 | 執行Spark作業活動屬性。 | SynapseSparkJobActivityTypeProperties (必要) |
SynapseSparkJobReference
名稱 | 說明 | 價值觀 |
---|---|---|
referenceName (引用名稱) | 參考 Spark 作業名稱。 具有 resultType 字串的運算式。 | 任何 (必要) |
型別 | Synapse spark 作業參考類型。 | 'SparkJobDefinitionReference' (必要) |
TarGZipReadSettings (塔格茲普讀取設置)
名稱 | 說明 | 價值觀 |
---|---|---|
preserveCompressionFileNameAsFolder | 將壓縮檔名保留為資料夾路徑。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | [壓縮] 設定類型。 | 'TarGZipReadSettings' (必要) |
TarReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
preserveCompressionFileNameAsFolder | 將壓縮檔名保留為資料夾路徑。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | [壓縮] 設定類型。 | 'TarReadSettings' (必要) |
TeradataImportCommand
名稱 | 說明 | 價值觀 |
---|---|---|
additionalFormatOptions | Teradata 複製命令的其他格式選項。 格式選項僅適用於從 CSV 來源直接複製。 類型:索引鍵值組(值應該是字串類型)(或具有 resultType 物件的 Expression)。 範例:“additionalFormatOptions”: { “timeFormat”: “HHhMImSSs” } | 任何 |
型別 | 匯入設定類型。 | 字串 (必要) |
TeradataPartitionSettings
名稱 | 說明 | 價值觀 |
---|---|---|
分區欄位名稱 | 將用於繼續範圍或哈希分割的數據行名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
partitionLowerBound 分區下限 | partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
分區上限 | partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 | 任何 |
TeradataSink
名稱 | 說明 | 價值觀 |
---|---|---|
匯入設定 | Teradata 匯入設定。 | TeradataImportCommand |
型別 | 複製接收類型。 | 'TeradataSink' (必要) |
TeradataSource 源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
分割選項 | 將用於平行讀取 teradata 的數據分割機制。 可能的值包括:「None」、“Hash” “DynamicRange” | 任何 |
分割設定 | 將用於 teradata 來源資料分割的設定。 | TeradataPartitionSettings |
查詢 | Teradata 查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'TeradataSource' (必要) |
直到活動
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'Until' (必要) |
類型屬性 | 直到活動屬性為止。 | UntilActivityTypeProperties (必要) |
UntilActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
活動 | 要執行的活動清單。 | Activity[] (必要) |
運算式 | 評估為布爾值的表達式。 迴圈會繼續執行,直到此表達式評估為 true 為止 | 運算式 (必要) |
超時 | 指定要執行之活動的逾時。 如果沒有指定任何值,則會使用預設為 1 周的 TimeSpan.FromDays(7) 值。 類型: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) 。 | 任何 (必要) |
驗證活動
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'Validation' (必要) |
類型屬性 | 驗證活動屬性。 | ValidationActivityTypeProperties (必要) |
ValidationActivityTypeProperties
名稱 | 說明 | 價值觀 |
---|---|---|
childItems | 如果數據集指向資料夾,可以使用。 如果設定為 true,資料夾必須至少有一個檔案。 如果設定為 false,資料夾必須是空的。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
資料集 | 驗證活動數據集參考。 | DatasetReference (必要) |
最小大小 | 如果數據集指向檔案,可以使用。 檔案的大小必須大於或等於指定的值。 類型: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
名稱 | 說明 | 價值觀 |
---|
變數規格
名稱 | 說明 | 價值觀 |
---|---|---|
預設值 | 變數的預設值。 | 任何 |
型別 | 變數類型。 | '陣列' '布爾' 'String' (必要) |
Vertica來源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'VerticaSource' (必要) |
WaitActivity
名稱 | 說明 | 價值觀 |
---|---|---|
型別 | 活動類型。 | 'Wait' (必要) |
類型屬性 | 等候活動屬性。 | WaitActivityTypeProperties (必要) |
WaitActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
waitTimeInSeconds | 持續時間以秒為單位。 類型:integer (或 expression with resultType integer) 。 | 任何 (必要) |
倉庫接收器
名稱 | 說明 | 價值觀 |
---|---|---|
允許複製命令 | 指示使用複製命令將數據複製到 SQL 資料倉儲。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
複製命令設定 | 當allowCopyCommand為 true 時,指定複製命令相關設定。 | DWCopyCommandSettings |
preCopyScript | SQL 預先複製文稿。 Type:string (或 expression with resultType string) 。 | 任何 |
表格選項 | 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | 複製接收類型。 | 'WarehouseSink' (必要) |
writeBehavior 的 | 將數據複製到 azure Microsoft Fabric 數據倉儲時,寫入行為。 類型:DWWriteBehaviorEnum (或 expression with resultType DWWriteBehaviorEnum) | 任何 |
倉庫源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
隔離級別 | 指定Microsoft網狀架構倉儲來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。 | 任何 |
分割選項 | 將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 | 任何 |
分割設定 | 將用於 Sql 來源數據分割的設定。 | SqlPartitionSettings |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
sqlReader查詢 | Microsoft網狀架構倉儲讀取器查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
SQL讀取器儲存過程名稱 | Microsoft網狀架構倉儲來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。 | 任何 |
儲存程序參數 | 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 Type: object (或 Expression with resultType object), itemType: StoredProcedureParameter. | 任何 |
型別 | 複製來源類型。 | 'WarehouseSource' (必要) |
WebActivity 網站活動
名稱 | 說明 | 價值觀 |
---|---|---|
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference |
原則 | 活動原則。 | 活動策略 |
型別 | 活動類型。 | 'WebActivity' (必要) |
類型屬性 | Web 活動屬性。 | WebActivityTypeProperties (必要) |
WebActivityAuthentication 認證
名稱 | 說明 | 價值觀 |
---|---|---|
認證 | 包含驗證資訊的認證參考。 | 憑證引用 |
密碼 | PFX 檔案的密碼或基本身份驗證/密碼用於 ServicePrincipal 時 | 秘密基地 |
PFX | 用於 ServicePrincipal 時,PFX 檔案或憑證的 Base64 編碼內容 | 秘密基地 |
資源 | 使用 MSI 驗證時,將會要求 Azure 驗證令牌的資源。 Type:string (或 expression with resultType string) 。 | 任何 |
型別 | Web 活動驗證 (Basic/ClientCertificate/MSI/ServicePrincipal) | 字串 |
使用者名稱 | 用於 ServicePrincipal 時,基本身份驗證或 ClientID 的 Web 活動驗證用戶名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
使用者租戶 | 使用 ServicePrincipal Authentication 時,將會要求 Azure 驗證令牌的 TenantId。 Type:string (或 expression with resultType string) 。 | 任何 |
WebActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
認證 | 用於呼叫端點的驗證方法。 | WebActivityAuthentication 認證 |
身體 | 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 expression with resultType 字串串的表達式)。 | 任何 |
連接方式 | 整合運行時間參考。 | IntegrationRuntimeReference |
數據集 | 傳遞至 Web 端點的數據集清單。 | 資料集引用[] |
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 分鐘 | 任何 |
linked服務 | 傳遞至 Web 端點的連結服務清單。 | LinkedServiceReference[] |
方法 | 目標端點的 Rest API 方法。 | '刪除' '獲取' '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
名稱 | 說明 | 價值觀 |
---|
WebHook 活動
名稱 | 說明 | 價值觀 |
---|---|---|
原則 | 活動原則。 | SecureInputOutputPolicy 安全輸入輸出策略 |
型別 | 活動類型。 | 'WebHook' (必要) |
類型屬性 | WebHook 活動屬性。 | WebHookActivityTypeProperties (必要) |
WebHookActivityType屬性
名稱 | 說明 | 價值觀 |
---|---|---|
認證 | 用於呼叫端點的驗證方法。 | 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 源
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
型別 | 複製來源類型。 | 'WebSource' (必要) |
XeroSource (英语)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'XeroSource' (必要) |
XmlReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
detectDataType 檢測數據類型 | 指出讀取 xml 檔案時,是否啟用類型偵測。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
namespace前綴 | 啟用命名空間時,要覆寫數據行名稱中前置詞的命名空間 URI,如果命名空間 URI 未定義任何前置詞,則會使用 xml 數據檔中的 xml 元素/屬性名稱前置詞。 範例:“{”http://www.example.com/xml":“prefix”}“ Type: object (或 Expression with resultType 物件)。 | 任何 |
命名空間 | 指出讀取 xml 檔案時是否啟用命名空間。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 讀取設定類型。 | 'XmlReadSettings' (必要) |
validationMode | 指出讀取 xml 檔案時所使用的驗證方法。 允許的值:『none』、『xsd』或 『dtd』。 Type:string (或 expression with resultType string) 。 | 任何 |
XmlReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
compression屬性 | 壓縮設定。 | CompressionReadSettings (壓縮讀取設置) |
detectDataType 檢測數據類型 | 指出讀取 xml 檔案時,是否啟用類型偵測。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
namespace前綴 | 啟用命名空間時,要覆寫數據行名稱中前置詞的命名空間 URI,如果命名空間 URI 未定義任何前置詞,則會使用 xml 數據檔中的 xml 元素/屬性名稱前置詞。 範例:“{”http://www.example.com/xml":“prefix”}“ Type: object (或 Expression with resultType 物件)。 | 任何 |
命名空間 | 指出讀取 xml 檔案時是否啟用命名空間。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | 讀取設定類型。 | 字串 (必要) |
validationMode | 指出讀取 xml 檔案時所使用的驗證方法。 允許的值:『none』、『xsd』或 『dtd』。 Type:string (或 expression with resultType string) 。 | 任何 |
XmlSource (簡體中文)
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
formatSettings | Xml 格式設定。 | XmlReadSettings |
商店設置 | Xml 存放區設定。 | StoreReadSettings |
型別 | 複製來源類型。 | 'XmlSource' (必要) |
ZipDeflateReadSettings
名稱 | 說明 | 價值觀 |
---|---|---|
preserveZipFileNameAsFolder | 將 zip 檔名保留為資料夾路徑。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
型別 | [壓縮] 設定類型。 | 'ZipDeflateReadSettings' (必要) |
ZohoSource 的
名稱 | 說明 | 價值觀 |
---|---|---|
額外欄位 | 指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 | 任何 |
查詢 | 要從來源擷取數據的查詢。 Type:string (或 expression with resultType string) 。 | 任何 |
查詢超時 | 查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). | 任何 |
型別 | 複製來源類型。 | 'ZohoSource' (必要) |