共用方式為


Microsoft.DataFactory Factoryies/pipelines

Bicep 資源定義

處理站/管線資源類型可以使用目標作業進行部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄

資源格式

若要建立 Microsoft.DataFactory/factoryies/pipelines 資源,請將下列 Bicep 新增至您的範本。

resource symbolicname 'Microsoft.DataFactory/factories/pipelines@2018-06-01' = {
  name: 'string'
  parent: resourceSymbolicName
  properties: {
    activities: [
      {
        dependsOn: [
          {
            activity: 'string'
            dependencyConditions: [
              'string'
            ]
            {customized property}: any()
          }
        ]
        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'
      }
    }
  }
}

活動物件

設定 type 屬性以指定物件的類型。

針對 AppendVariable,請使用:

  type: 'AppendVariable'
  typeProperties: {
    value: any()
    variableName: 'string'
  }

針對 AzureDataExplorerCommand,請使用:

  type: 'AzureDataExplorerCommand'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    command: any()
    commandTimeout: any()
  }

針對 AzureFunctionActivity,請使用:

  type: 'AzureFunctionActivity'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    body: any()
    functionName: any()
    headers: {
      {customized property}: 'string'
    }
    method: 'string'
  }

針對 AzureMLBatchExecution,請使用:

  type: 'AzureMLBatchExecution'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    globalParameters: {
      {customized property}: any()
    }
    webServiceInputs: {
      {customized property}: {
        filePath: any()
        linkedServiceName: {
          parameters: {
            {customized property}: any()
          }
          referenceName: 'string'
          type: 'LinkedServiceReference'
        }
      }
    }
    webServiceOutputs: {
      {customized property}: {
        filePath: any()
        linkedServiceName: {
          parameters: {
            {customized property}: any()
          }
          referenceName: 'string'
          type: 'LinkedServiceReference'
        }
      }
    }
  }

針對 AzureMLExecutePipeline,請使用:

  type: 'AzureMLExecutePipeline'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    continueOnStepFailure: any()
    dataPathAssignments: any()
    experimentName: any()
    mlParentRunId: any()
    mlPipelineEndpointId: any()
    mlPipelineId: any()
    mlPipelineParameters: any()
    version: any()
  }

針對 AzureMLUpdateResource,請使用:

  type: 'AzureMLUpdateResource'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    trainedModelFilePath: any()
    trainedModelLinkedServiceName: {
      parameters: {
        {customized property}: any()
      }
      referenceName: 'string'
      type: 'LinkedServiceReference'
    }
    trainedModelName: any()
  }

針對 [複製],請使用:

  type: 'Copy'
  inputs: [
    {
      parameters: {
        {customized property}: any()
      }
      referenceName: 'string'
      type: 'DatasetReference'
    }
  ]
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  outputs: [
    {
      parameters: {
        {customized property}: any()
      }
      referenceName: 'string'
      type: 'DatasetReference'
    }
  ]
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    dataIntegrationUnits: any()
    enableSkipIncompatibleRow: any()
    enableStaging: any()
    logSettings: {
      copyActivityLogSettings: {
        enableReliableLogging: any()
        logLevel: any()
      }
      enableCopyActivityLog: any()
      logLocationSettings: {
        linkedServiceName: {
          parameters: {
            {customized property}: any()
          }
          referenceName: 'string'
          type: 'LinkedServiceReference'
        }
        path: any()
      }
    }
    logStorageSettings: {
      enableReliableLogging: any()
      linkedServiceName: {
        parameters: {
          {customized property}: any()
        }
        referenceName: 'string'
        type: 'LinkedServiceReference'
      }
      logLevel: any()
      path: any()
      {customized property}: any()
    }
    parallelCopies: any()
    preserve: [
      any
    ]
    preserveRules: [
      any
    ]
    redirectIncompatibleRowSettings: {
      linkedServiceName: any()
      path: any()
      {customized property}: 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: 'LinkedServiceReference'
      }
      path: any()
      {customized property}: any()
    }
    translator: any()
    validateDataConsistency: any()
  }

針對 [自定義],請使用:

  type: 'Custom'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    autoUserSpecification: any()
    command: any()
    extendedProperties: {
      {customized property}: any()
    }
    folderPath: any()
    referenceObjects: {
      datasets: [
        {
          parameters: {
            {customized property}: any()
          }
          referenceName: 'string'
          type: 'DatasetReference'
        }
      ]
      linkedServices: [
        {
          parameters: {
            {customized property}: any()
          }
          referenceName: 'string'
          type: 'LinkedServiceReference'
        }
      ]
    }
    resourceLinkedService: {
      parameters: {
        {customized property}: any()
      }
      referenceName: 'string'
      type: 'LinkedServiceReference'
    }
    retentionTimeInDays: any()
  }

針對 DatabricksNotebook,請使用:

  type: 'DatabricksNotebook'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    baseParameters: {
      {customized property}: any()
    }
    libraries: [
      {
        {customized property}: any()
      }
    ]
    notebookPath: any()
  }

針對 DatabricksSparkJar,請使用:

  type: 'DatabricksSparkJar'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    libraries: [
      {
        {customized property}: any()
      }
    ]
    mainClassName: any()
    parameters: [
      any
    ]
  }

針對 DatabricksSparkPython,請使用:

  type: 'DatabricksSparkPython'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    libraries: [
      {
        {customized property}: any()
      }
    ]
    parameters: [
      any
    ]
    pythonFile: any()
  }

針對 DataLakeAnalyticsU-SQL,請使用:

  type: 'DataLakeAnalyticsU-SQL'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    compilationMode: any()
    degreeOfParallelism: any()
    parameters: {
      {customized property}: any()
    }
    priority: any()
    runtimeVersion: any()
    scriptLinkedService: {
      parameters: {
        {customized property}: any()
      }
      referenceName: 'string'
      type: 'LinkedServiceReference'
    }
    scriptPath: any()
  }

針對 [刪除],請使用:

  type: 'Delete'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    dataset: {
      parameters: {
        {customized property}: any()
      }
      referenceName: 'string'
      type: 'DatasetReference'
    }
    enableLogging: any()
    logStorageSettings: {
      enableReliableLogging: any()
      linkedServiceName: {
        parameters: {
          {customized property}: any()
        }
        referenceName: 'string'
        type: 'LinkedServiceReference'
      }
      logLevel: any()
      path: any()
      {customized property}: any()
    }
    maxConcurrentConnections: int
    recursive: any()
    storeSettings: {
      disableMetricsCollection: any()
      maxConcurrentConnections: any()
      type: 'string'
      // For remaining properties, see StoreReadSettings objects
    }
  }

針對 ExecuteDataFlow,請使用:

  type: 'ExecuteDataFlow'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    compute: {
      computeType: any()
      coreCount: any()
    }
    continueOnError: any()
    dataFlow: {
      datasetParameters: any()
      parameters: {
        {customized property}: any()
      }
      referenceName: 'string'
      type: 'DataFlowReference'
      {customized property}: any()
    }
    integrationRuntime: {
      parameters: {
        {customized property}: any()
      }
      referenceName: 'string'
      type: 'IntegrationRuntimeReference'
    }
    runConcurrently: any()
    sourceStagingConcurrency: any()
    staging: {
      folderPath: any()
      linkedService: {
        parameters: {
          {customized property}: any()
        }
        referenceName: 'string'
        type: 'LinkedServiceReference'
      }
    }
    traceLevel: any()
  }

針對 ExecutePipeline,請使用:

  type: 'ExecutePipeline'
  policy: {
    secureInput: bool
    {customized property}: any()
  }
  typeProperties: {
    parameters: {
      {customized property}: any()
    }
    pipeline: {
      name: 'string'
      referenceName: 'string'
      type: 'PipelineReference'
    }
    waitOnCompletion: bool
  }

針對 ExecuteSSISPackage,請使用:

  type: 'ExecuteSSISPackage'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    connectVia: {
      parameters: {
        {customized property}: any()
      }
      referenceName: 'string'
      type: 'IntegrationRuntimeReference'
    }
    environmentPath: any()
    executionCredential: {
      domain: any()
      password: {
        type: 'string'
        value: 'string'
      }
      userName: any()
    }
    loggingLevel: any()
    logLocation: {
      logPath: any()
      type: 'File'
      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,請使用:

  type: 'ExecuteWranglingDataflow'
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    compute: {
      computeType: any()
      coreCount: any()
    }
    continueOnError: any()
    dataFlow: {
      datasetParameters: any()
      parameters: {
        {customized property}: any()
      }
      referenceName: 'string'
      type: 'DataFlowReference'
      {customized property}: any()
    }
    integrationRuntime: {
      parameters: {
        {customized property}: any()
      }
      referenceName: 'string'
      type: 'IntegrationRuntimeReference'
    }
    queries: [
      {
        dataflowSinks: [
          {
            dataset: {
              parameters: {
                {customized property}: any()
              }
              referenceName: 'string'
              type: 'DatasetReference'
            }
            description: 'string'
            flowlet: {
              datasetParameters: any()
              parameters: {
                {customized property}: any()
              }
              referenceName: 'string'
              type: 'DataFlowReference'
              {customized property}: any()
            }
            linkedService: {
              parameters: {
                {customized property}: any()
              }
              referenceName: 'string'
              type: 'LinkedServiceReference'
            }
            name: 'string'
            rejectedDataLinkedService: {
              parameters: {
                {customized property}: any()
              }
              referenceName: 'string'
              type: 'LinkedServiceReference'
            }
            schemaLinkedService: {
              parameters: {
                {customized property}: any()
              }
              referenceName: 'string'
              type: 'LinkedServiceReference'
            }
            script: 'string'
          }
        ]
        queryName: 'string'
      }
    ]
    runConcurrently: any()
    sinks: {
      {customized property}: {
        dataset: {
          parameters: {
            {customized property}: any()
          }
          referenceName: 'string'
          type: 'DatasetReference'
        }
        description: 'string'
        flowlet: {
          datasetParameters: any()
          parameters: {
            {customized property}: any()
          }
          referenceName: 'string'
          type: 'DataFlowReference'
          {customized property}: any()
        }
        linkedService: {
          parameters: {
            {customized property}: any()
          }
          referenceName: 'string'
          type: 'LinkedServiceReference'
        }
        name: 'string'
        rejectedDataLinkedService: {
          parameters: {
            {customized property}: any()
          }
          referenceName: 'string'
          type: 'LinkedServiceReference'
        }
        schemaLinkedService: {
          parameters: {
            {customized property}: any()
          }
          referenceName: 'string'
          type: 'LinkedServiceReference'
        }
        script: 'string'
      }
    }
    sourceStagingConcurrency: any()
    staging: {
      folderPath: any()
      linkedService: {
        parameters: {
          {customized property}: any()
        }
        referenceName: 'string'
        type: 'LinkedServiceReference'
      }
    }
    traceLevel: any()
  }

針對 [失敗],請使用:

  type: 'Fail'
  typeProperties: {
    errorCode: any()
    message: any()
  }

針對 [篩選],請使用:

  type: 'Filter'
  typeProperties: {
    condition: {
      type: 'Expression'
      value: 'string'
    }
    items: {
      type: 'Expression'
      value: 'string'
    }
  }

針對 ForEach,請使用:

  type: 'ForEach'
  typeProperties: {
    activities: [
      {
        dependsOn: [
          {
            activity: 'string'
            dependencyConditions: [
              'string'
            ]
            {customized property}: any()
          }
        ]
        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: 'Expression'
      value: 'string'
    }
  }

針對 GetMetadata,請使用:

  type: 'GetMetadata'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    dataset: {
      parameters: {
        {customized property}: any()
      }
      referenceName: 'string'
      type: 'DatasetReference'
    }
    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,請使用:

  type: 'HDInsightHive'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    arguments: [
      any
    ]
    defines: {
      {customized property}: any()
    }
    getDebugInfo: 'string'
    queryTimeout: int
    scriptLinkedService: {
      parameters: {
        {customized property}: any()
      }
      referenceName: 'string'
      type: 'LinkedServiceReference'
    }
    scriptPath: any()
    storageLinkedServices: [
      {
        parameters: {
          {customized property}: any()
        }
        referenceName: 'string'
        type: 'LinkedServiceReference'
      }
    ]
    variables: {
      {customized property}: any()
    }
  }

針對 HDInsightMapReduce,請使用:

  type: 'HDInsightMapReduce'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    arguments: [
      any
    ]
    className: any()
    defines: {
      {customized property}: any()
    }
    getDebugInfo: 'string'
    jarFilePath: any()
    jarLibs: [
      any
    ]
    jarLinkedService: {
      parameters: {
        {customized property}: any()
      }
      referenceName: 'string'
      type: 'LinkedServiceReference'
    }
    storageLinkedServices: [
      {
        parameters: {
          {customized property}: any()
        }
        referenceName: 'string'
        type: 'LinkedServiceReference'
      }
    ]
  }

針對 HDInsightPig,請使用:

  type: 'HDInsightPig'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    arguments: any()
    defines: {
      {customized property}: any()
    }
    getDebugInfo: 'string'
    scriptLinkedService: {
      parameters: {
        {customized property}: any()
      }
      referenceName: 'string'
      type: 'LinkedServiceReference'
    }
    scriptPath: any()
    storageLinkedServices: [
      {
        parameters: {
          {customized property}: any()
        }
        referenceName: 'string'
        type: 'LinkedServiceReference'
      }
    ]
  }

針對 HDInsightSpark,請使用:

  type: 'HDInsightSpark'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  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: 'LinkedServiceReference'
    }
  }

針對 HDInsightStreaming,請使用:

  type: 'HDInsightStreaming'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    arguments: [
      any
    ]
    combiner: any()
    commandEnvironment: [
      any
    ]
    defines: {
      {customized property}: any()
    }
    fileLinkedService: {
      parameters: {
        {customized property}: any()
      }
      referenceName: 'string'
      type: 'LinkedServiceReference'
    }
    filePaths: [
      any
    ]
    getDebugInfo: 'string'
    input: any()
    mapper: any()
    output: any()
    reducer: any()
    storageLinkedServices: [
      {
        parameters: {
          {customized property}: any()
        }
        referenceName: 'string'
        type: 'LinkedServiceReference'
      }
    ]
  }

若為 IfCondition,請使用:

  type: 'IfCondition'
  typeProperties: {
    expression: {
      type: 'Expression'
      value: 'string'
    }
    ifFalseActivities: [
      {
        dependsOn: [
          {
            activity: 'string'
            dependencyConditions: [
              'string'
            ]
            {customized property}: any()
          }
        ]
        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'
            ]
            {customized property}: any()
          }
        ]
        description: 'string'
        name: 'string'
        onInactiveMarkAs: 'string'
        state: 'string'
        userProperties: [
          {
            name: 'string'
            value: any()
          }
        ]
        type: 'string'
        // For remaining properties, see Activity objects
      }
    ]
  }

針對 查閱,請使用:

  type: 'Lookup'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    dataset: {
      parameters: {
        {customized property}: any()
      }
      referenceName: 'string'
      type: 'DatasetReference'
    }
    firstRowOnly: any()
    source: {
      disableMetricsCollection: any()
      maxConcurrentConnections: any()
      sourceRetryCount: any()
      sourceRetryWait: any()
      type: 'string'
      // For remaining properties, see CopySource objects
    }
  }

針對 腳本,請使用:

  type: 'Script'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    logSettings: {
      logDestination: 'string'
      logLocationSettings: {
        linkedServiceName: {
          parameters: {
            {customized property}: any()
          }
          referenceName: 'string'
          type: 'LinkedServiceReference'
        }
        path: any()
      }
    }
    scriptBlockExecutionTimeout: any()
    scripts: [
      {
        parameters: [
          {
            direction: 'string'
            name: any()
            size: int
            type: 'string'
            value: any()
          }
        ]
        text: any()
        type: 'string'
      }
    ]
  }

針對 SetVariable,請使用:

  type: 'SetVariable'
  policy: {
    secureInput: bool
    secureOutput: bool
  }
  typeProperties: {
    setSystemVariable: bool
    value: any()
    variableName: 'string'
  }

針對 SparkJob,請使用:

  type: 'SparkJob'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  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: 'SparkJobDefinitionReference'
    }
    targetBigDataPool: {
      referenceName: any()
      type: 'BigDataPoolReference'
    }
    targetSparkConfiguration: {
      referenceName: any()
      type: 'SparkConfigurationReference'
    }
  }

針對 SqlServerStoredProcedure,請使用:

  type: 'SqlServerStoredProcedure'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    storedProcedureName: any()
    storedProcedureParameters: any()
  }

針對 Switch,請使用:

  type: 'Switch'
  typeProperties: {
    cases: [
      {
        activities: [
          {
            dependsOn: [
              {
                activity: 'string'
                dependencyConditions: [
                  'string'
                ]
                {customized property}: any()
              }
            ]
            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'
            ]
            {customized property}: any()
          }
        ]
        description: 'string'
        name: 'string'
        onInactiveMarkAs: 'string'
        state: 'string'
        userProperties: [
          {
            name: 'string'
            value: any()
          }
        ]
        type: 'string'
        // For remaining properties, see Activity objects
      }
    ]
    on: {
      type: 'Expression'
      value: 'string'
    }
  }

針對 SynapseNotebook,請使用:

  type: 'SynapseNotebook'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    conf: any()
    configurationType: 'string'
    driverSize: any()
    executorSize: any()
    notebook: {
      referenceName: any()
      type: 'NotebookReference'
    }
    numExecutors: any()
    parameters: {
      {customized property}: {
        type: 'string'
        value: any()
      }
    }
    sparkConfig: {
      {customized property}: any()
    }
    sparkPool: {
      referenceName: any()
      type: 'BigDataPoolReference'
    }
    targetSparkConfiguration: {
      referenceName: any()
      type: 'SparkConfigurationReference'
    }
  }

針對 [直到],請使用:

  type: 'Until'
  typeProperties: {
    activities: [
      {
        dependsOn: [
          {
            activity: 'string'
            dependencyConditions: [
              'string'
            ]
            {customized property}: any()
          }
        ]
        description: 'string'
        name: 'string'
        onInactiveMarkAs: 'string'
        state: 'string'
        userProperties: [
          {
            name: 'string'
            value: any()
          }
        ]
        type: 'string'
        // For remaining properties, see Activity objects
      }
    ]
    expression: {
      type: 'Expression'
      value: 'string'
    }
    timeout: any()
  }

針對 驗證,請使用:

  type: 'Validation'
  typeProperties: {
    childItems: any()
    dataset: {
      parameters: {
        {customized property}: any()
      }
      referenceName: 'string'
      type: 'DatasetReference'
    }
    minimumSize: any()
    sleep: any()
    timeout: any()
  }

針對 Wait,請使用:

  type: 'Wait'
  typeProperties: {
    waitTimeInSeconds: any()
  }

針對 WebActivity,請使用:

  type: 'WebActivity'
  linkedServiceName: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }
  policy: {
    retry: any()
    retryIntervalInSeconds: int
    secureInput: bool
    secureOutput: bool
    timeout: any()
    {customized property}: any()
  }
  typeProperties: {
    authentication: {
      credential: {
        referenceName: 'string'
        type: 'CredentialReference'
        {customized property}: any()
      }
      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: 'IntegrationRuntimeReference'
    }
    datasets: [
      {
        parameters: {
          {customized property}: any()
        }
        referenceName: 'string'
        type: 'DatasetReference'
      }
    ]
    disableCertValidation: bool
    headers: {
      {customized property}: 'string'
    }
    httpRequestTimeout: any()
    linkedServices: [
      {
        parameters: {
          {customized property}: any()
        }
        referenceName: 'string'
        type: 'LinkedServiceReference'
      }
    ]
    method: 'string'
    turnOffAsync: bool
    url: any()
  }

針對 WebHook,請使用:

  type: 'WebHook'
  policy: {
    secureInput: bool
    secureOutput: bool
  }
  typeProperties: {
    authentication: {
      credential: {
        referenceName: 'string'
        type: 'CredentialReference'
        {customized property}: any()
      }
      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}: 'string'
    }
    method: 'POST'
    reportStatusOnCallBack: any()
    timeout: 'string'
    url: any()
  }

CopySink 物件

設定 type 屬性以指定物件的類型。

針對 AvroSink,請使用:

  type: 'AvroSink'
  formatSettings: {
    fileNamePrefix: any()
    maxRowsPerFile: any()
    recordName: 'string'
    recordNamespace: 'string'
    type: 'string'
    {customized property}: any()
  }
  storeSettings: {
    copyBehavior: any()
    disableMetricsCollection: any()
    maxConcurrentConnections: any()
    metadata: [
      {
        name: any()
        value: any()
      }
    ]
    type: 'string'
    // For remaining properties, see StoreWriteSettings objects
  }

針對 AzureBlobFSSink,請使用:

  type: 'AzureBlobFSSink'
  copyBehavior: any()
  metadata: [
    {
      name: any()
      value: any()
    }
  ]

針對 AzureDatabricksDeltaLakeSink,請使用:

  type: 'AzureDatabricksDeltaLakeSink'
  importSettings: {
    dateFormat: any()
    timestampFormat: any()
    type: 'string'
    {customized property}: any()
  }
  preCopyScript: any()

針對 AzureDataExplorerSink,請使用:

  type: 'AzureDataExplorerSink'
  flushImmediately: any()
  ingestionMappingAsJson: any()
  ingestionMappingName: any()

針對 AzureDataLakeStoreSink,請使用:

  type: 'AzureDataLakeStoreSink'
  copyBehavior: any()
  enableAdlsSingleFileParallel: any()

針對 AzureMySqlSink,請使用:

  type: 'AzureMySqlSink'
  preCopyScript: any()

針對 AzurePostgreSqlSink,請使用:

  type: 'AzurePostgreSqlSink'
  preCopyScript: any()

針對 AzureQueueSink,請使用:

  type: 'AzureQueueSink'

針對 AzureSearchIndexSink,請使用:

  type: 'AzureSearchIndexSink'
  writeBehavior: 'string'

針對 AzureSqlSink,請使用:

  type: 'AzureSqlSink'
  preCopyScript: any()
  sqlWriterStoredProcedureName: any()
  sqlWriterTableType: any()
  sqlWriterUseTableLock: any()
  storedProcedureParameters: any()
  storedProcedureTableTypeParameterName: any()
  tableOption: any()
  upsertSettings: {
    interimSchemaName: any()
    keys: any()
    useTempDB: any()
  }
  writeBehavior: any()

針對 AzureTableSink,請使用:

  type: 'AzureTableSink'
  azureTableDefaultPartitionKeyValue: any()
  azureTableInsertType: any()
  azureTablePartitionKeyName: any()
  azureTableRowKeyName: any()

針對 BinarySink,請使用:

  type: 'BinarySink'
  storeSettings: {
    copyBehavior: any()
    disableMetricsCollection: any()
    maxConcurrentConnections: any()
    metadata: [
      {
        name: any()
        value: any()
      }
    ]
    type: 'string'
    // For remaining properties, see StoreWriteSettings objects
  }

針對 BlobSink,請使用:

  type: 'BlobSink'
  blobWriterAddHeader: any()
  blobWriterDateTimeFormat: any()
  blobWriterOverwriteFiles: any()
  copyBehavior: any()
  metadata: [
    {
      name: any()
      value: any()
    }
  ]

針對 CommonDataServiceForAppsSink,請使用:

  type: 'CommonDataServiceForAppsSink'
  alternateKeyName: any()
  ignoreNullValues: any()
  writeBehavior: 'Upsert'

針對 CosmosDbMongoDbApiSink,請使用:

  type: 'CosmosDbMongoDbApiSink'
  writeBehavior: any()

針對 CosmosDbSqlApiSink,請使用:

  type: 'CosmosDbSqlApiSink'
  writeBehavior: any()

針對 DelimitedTextSink,請使用:

  type: 'DelimitedTextSink'
  formatSettings: {
    fileExtension: any()
    fileNamePrefix: any()
    maxRowsPerFile: any()
    quoteAllText: any()
    type: 'string'
    {customized property}: any()
  }
  storeSettings: {
    copyBehavior: any()
    disableMetricsCollection: any()
    maxConcurrentConnections: any()
    metadata: [
      {
        name: any()
        value: any()
      }
    ]
    type: 'string'
    // For remaining properties, see StoreWriteSettings objects
  }

針對 DocumentDbCollectionSink,請使用:

  type: 'DocumentDbCollectionSink'
  nestingSeparator: any()
  writeBehavior: any()

針對 DynamicsCrmSink,請使用:

  type: 'DynamicsCrmSink'
  alternateKeyName: any()
  ignoreNullValues: any()
  writeBehavior: 'Upsert'

針對 DynamicsSink,請使用:

  type: 'DynamicsSink'
  alternateKeyName: any()
  ignoreNullValues: any()
  writeBehavior: 'Upsert'

針對 FileSystemSink,請使用:

  type: 'FileSystemSink'
  copyBehavior: any()

針對 InformixSink,請使用:

  type: 'InformixSink'
  preCopyScript: any()

針對 JsonSink,請使用:

  type: 'JsonSink'
  formatSettings: {
    filePattern: any()
    type: 'string'
    {customized property}: any()
  }
  storeSettings: {
    copyBehavior: any()
    disableMetricsCollection: any()
    maxConcurrentConnections: any()
    metadata: [
      {
        name: any()
        value: any()
      }
    ]
    type: 'string'
    // For remaining properties, see StoreWriteSettings objects
  }

針對 LakeHouseTableSink,請使用:

  type: 'LakeHouseTableSink'
  partitionNameList: any()
  partitionOption: any()
  tableActionOption: any()

針對 MicrosoftAccessSink,請使用:

  type: 'MicrosoftAccessSink'
  preCopyScript: any()

針對 MongoDbAtlasSink,請使用:

  type: 'MongoDbAtlasSink'
  writeBehavior: any()

針對 MongoDbV2Sink,請使用:

  type: 'MongoDbV2Sink'
  writeBehavior: any()

針對 OdbcSink,請使用:

  type: 'OdbcSink'
  preCopyScript: any()

針對 OracleSink,請使用:

  type: 'OracleSink'
  preCopyScript: any()

針對 OrcSink,請使用:

  type: 'OrcSink'
  formatSettings: {
    fileNamePrefix: any()
    maxRowsPerFile: any()
    type: 'string'
    {customized property}: any()
  }
  storeSettings: {
    copyBehavior: any()
    disableMetricsCollection: any()
    maxConcurrentConnections: any()
    metadata: [
      {
        name: any()
        value: any()
      }
    ]
    type: 'string'
    // For remaining properties, see StoreWriteSettings objects
  }

針對 ParquetSink,請使用:

  type: 'ParquetSink'
  formatSettings: {
    fileNamePrefix: any()
    maxRowsPerFile: any()
    type: 'string'
    {customized property}: any()
  }
  storeSettings: {
    copyBehavior: any()
    disableMetricsCollection: any()
    maxConcurrentConnections: any()
    metadata: [
      {
        name: any()
        value: any()
      }
    ]
    type: 'string'
    // For remaining properties, see StoreWriteSettings objects
  }

針對 RestSink,請使用:

  type: 'RestSink'
  additionalHeaders: any()
  httpCompressionType: any()
  httpRequestTimeout: any()
  requestInterval: any()
  requestMethod: any()

針對 SalesforceServiceCloudSink,請使用:

  type: 'SalesforceServiceCloudSink'
  externalIdFieldName: any()
  ignoreNullValues: any()
  writeBehavior: 'string'

針對 SalesforceServiceCloudV2Sink,請使用:

  type: 'SalesforceServiceCloudV2Sink'
  externalIdFieldName: any()
  ignoreNullValues: any()
  writeBehavior: 'string'

針對 SalesforceSink,請使用:

  type: 'SalesforceSink'
  externalIdFieldName: any()
  ignoreNullValues: any()
  writeBehavior: 'string'

針對 SalesforceV2Sink,請使用:

  type: 'SalesforceV2Sink'
  externalIdFieldName: any()
  ignoreNullValues: any()
  writeBehavior: 'string'

針對 SapCloudForCustomerSink,請使用:

  type: 'SapCloudForCustomerSink'
  httpRequestTimeout: any()
  writeBehavior: 'string'

針對 SnowflakeSink,請使用:

  type: 'SnowflakeSink'
  importSettings: {
    additionalCopyOptions: {
      {customized property}: any()
    }
    additionalFormatOptions: {
      {customized property}: any()
    }
    type: 'string'
    {customized property}: any()
  }
  preCopyScript: any()

針對 SnowflakeV2Sink,請使用:

  type: 'SnowflakeV2Sink'
  importSettings: {
    additionalCopyOptions: {
      {customized property}: any()
    }
    additionalFormatOptions: {
      {customized property}: any()
    }
    type: 'string'
    {customized property}: any()
  }
  preCopyScript: any()

針對 SqlDWSink,請使用:

  type: 'SqlDWSink'
  allowCopyCommand: any()
  allowPolyBase: any()
  copyCommandSettings: {
    additionalOptions: {
      {customized property}: 'string'
    }
    defaultValues: [
      {
        columnName: any()
        defaultValue: any()
      }
    ]
  }
  polyBaseSettings: {
    rejectSampleValue: any()
    rejectType: 'string'
    rejectValue: any()
    useTypeDefault: any()
    {customized property}: any()
  }
  preCopyScript: any()
  sqlWriterUseTableLock: any()
  tableOption: any()
  upsertSettings: {
    interimSchemaName: any()
    keys: any()
  }
  writeBehavior: any()

針對 SqlMISink,請使用:

  type: 'SqlMISink'
  preCopyScript: any()
  sqlWriterStoredProcedureName: any()
  sqlWriterTableType: any()
  sqlWriterUseTableLock: any()
  storedProcedureParameters: any()
  storedProcedureTableTypeParameterName: any()
  tableOption: any()
  upsertSettings: {
    interimSchemaName: any()
    keys: any()
    useTempDB: any()
  }
  writeBehavior: any()

針對 SqlServerSink,請使用:

  type: 'SqlServerSink'
  preCopyScript: any()
  sqlWriterStoredProcedureName: any()
  sqlWriterTableType: any()
  sqlWriterUseTableLock: any()
  storedProcedureParameters: any()
  storedProcedureTableTypeParameterName: any()
  tableOption: any()
  upsertSettings: {
    interimSchemaName: any()
    keys: any()
    useTempDB: any()
  }
  writeBehavior: any()

針對 SqlSink,請使用:

  type: 'SqlSink'
  preCopyScript: any()
  sqlWriterStoredProcedureName: any()
  sqlWriterTableType: any()
  sqlWriterUseTableLock: any()
  storedProcedureParameters: any()
  storedProcedureTableTypeParameterName: any()
  tableOption: any()
  upsertSettings: {
    interimSchemaName: any()
    keys: any()
    useTempDB: any()
  }
  writeBehavior: any()

針對 WarehouseSink,請使用:

  type: 'WarehouseSink'
  allowCopyCommand: any()
  copyCommandSettings: {
    additionalOptions: {
      {customized property}: 'string'
    }
    defaultValues: [
      {
        columnName: any()
        defaultValue: any()
      }
    ]
  }
  preCopyScript: any()
  tableOption: any()
  writeBehavior: any()

StoreWriteSettings 物件

設定 type 屬性以指定物件的類型。

針對 AzureBlobFSWriteSettings,請使用:

  type: 'AzureBlobFSWriteSettings'
  blockSizeInMB: any()

針對 AzureBlobStorageWriteSettings,請使用:

  type: 'AzureBlobStorageWriteSettings'
  blockSizeInMB: any()

針對 AzureDataLakeStoreWriteSettings,請使用:

  type: 'AzureDataLakeStoreWriteSettings'
  expiryDateTime: any()

針對 AzureFileStorageWriteSettings,請使用:

  type: 'AzureFileStorageWriteSettings'

針對 FileServerWriteSettings,請使用:

  type: 'FileServerWriteSettings'

針對 LakeHouseWriteSettings,請使用:

  type: 'LakeHouseWriteSettings'

針對 SftpWriteSettings,請使用:

  type: 'SftpWriteSettings'
  operationTimeout: any()
  useTempFileRename: any()

CopySource 物件

設定 type 屬性以指定物件的類型。

針對 AmazonMWSSource,請使用:

  type: 'AmazonMWSSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 AmazonRdsForOracleSource,請使用:

  type: 'AmazonRdsForOracleSource'
  additionalColumns: any()
  oracleReaderQuery: any()
  partitionOption: any()
  partitionSettings: {
    partitionColumnName: any()
    partitionLowerBound: any()
    partitionNames: any()
    partitionUpperBound: any()
  }
  queryTimeout: any()

針對 AmazonRdsForSqlServerSource,請使用:

  type: 'AmazonRdsForSqlServerSource'
  additionalColumns: any()
  isolationLevel: any()
  partitionOption: any()
  partitionSettings: {
    partitionColumnName: any()
    partitionLowerBound: any()
    partitionUpperBound: any()
  }
  produceAdditionalTypes: any()
  queryTimeout: any()
  sqlReaderQuery: any()
  sqlReaderStoredProcedureName: any()
  storedProcedureParameters: any()

針對 AmazonRedshiftSource,請使用:

  type: 'AmazonRedshiftSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()
  redshiftUnloadSettings: {
    bucketName: any()
    s3LinkedServiceName: {
      parameters: {
        {customized property}: any()
      }
      referenceName: 'string'
      type: 'LinkedServiceReference'
    }
  }

針對 AvroSource,請使用:

  type: 'AvroSource'
  additionalColumns: any()
  storeSettings: {
    disableMetricsCollection: any()
    maxConcurrentConnections: any()
    type: 'string'
    // For remaining properties, see StoreReadSettings objects
  }

針對 AzureBlobFSSource,請使用:

  type: 'AzureBlobFSSource'
  recursive: any()
  skipHeaderLineCount: any()
  treatEmptyAsNull: any()

針對 AzureDatabricksDeltaLakeSource,請使用:

  type: 'AzureDatabricksDeltaLakeSource'
  exportSettings: {
    dateFormat: any()
    timestampFormat: any()
    type: 'string'
    {customized property}: any()
  }
  query: any()

針對 AzureDataExplorerSource,請使用:

  type: 'AzureDataExplorerSource'
  additionalColumns: any()
  noTruncation: any()
  query: any()
  queryTimeout: any()

針對 AzureDataLakeStoreSource,請使用:

  type: 'AzureDataLakeStoreSource'
  recursive: any()

針對 AzureMariaDBSource,請使用:

  type: 'AzureMariaDBSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 AzureMySqlSource,請使用:

  type: 'AzureMySqlSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 AzurePostgreSqlSource,請使用:

  type: 'AzurePostgreSqlSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 AzureSqlSource,請使用:

  type: 'AzureSqlSource'
  additionalColumns: any()
  isolationLevel: any()
  partitionOption: any()
  partitionSettings: {
    partitionColumnName: any()
    partitionLowerBound: any()
    partitionUpperBound: any()
  }
  produceAdditionalTypes: any()
  queryTimeout: any()
  sqlReaderQuery: any()
  sqlReaderStoredProcedureName: any()
  storedProcedureParameters: any()

針對 AzureTableSource,請使用:

  type: 'AzureTableSource'
  additionalColumns: any()
  azureTableSourceIgnoreTableNotFound: any()
  azureTableSourceQuery: any()
  queryTimeout: any()

針對 BinarySource,請使用:

  type: 'BinarySource'
  formatSettings: {
    compressionProperties: {
      type: 'string'
      // For remaining properties, see CompressionReadSettings objects
    }
    type: 'string'
    {customized property}: any()
  }
  storeSettings: {
    disableMetricsCollection: any()
    maxConcurrentConnections: any()
    type: 'string'
    // For remaining properties, see StoreReadSettings objects
  }

針對 BlobSource,請使用:

  type: 'BlobSource'
  recursive: any()
  skipHeaderLineCount: any()
  treatEmptyAsNull: any()

針對 CassandraSource,請使用:

  type: 'CassandraSource'
  additionalColumns: any()
  consistencyLevel: 'string'
  query: any()
  queryTimeout: any()

針對 CommonDataServiceForAppsSource,請使用:

  type: 'CommonDataServiceForAppsSource'
  additionalColumns: any()
  query: any()

針對 ConcurSource,請使用:

  type: 'ConcurSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 CosmosDbMongoDbApiSource,請使用:

  type: 'CosmosDbMongoDbApiSource'
  additionalColumns: any()
  batchSize: any()
  cursorMethods: {
    limit: any()
    project: any()
    skip: any()
    sort: any()
    {customized property}: any()
  }
  filter: any()
  queryTimeout: any()

針對 CosmosDbSqlApiSource,請使用:

  type: 'CosmosDbSqlApiSource'
  additionalColumns: any()
  detectDatetime: any()
  pageSize: any()
  preferredRegions: any()
  query: any()

針對 CouchbaseSource,請使用:

  type: 'CouchbaseSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 Db2Source,請使用:

  type: 'Db2Source'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 DelimitedTextSource,請使用:

  type: 'DelimitedTextSource'
  additionalColumns: any()
  formatSettings: {
    compressionProperties: {
      type: 'string'
      // For remaining properties, see CompressionReadSettings objects
    }
    skipLineCount: any()
    type: 'string'
    {customized property}: any()
  }
  storeSettings: {
    disableMetricsCollection: any()
    maxConcurrentConnections: any()
    type: 'string'
    // For remaining properties, see StoreReadSettings objects
  }

針對 DocumentDbCollectionSource,請使用:

  type: 'DocumentDbCollectionSource'
  additionalColumns: any()
  nestingSeparator: any()
  query: any()
  queryTimeout: any()

針對 DrillSource,請使用:

  type: 'DrillSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 DynamicsAXSource,請使用:

  type: 'DynamicsAXSource'
  additionalColumns: any()
  httpRequestTimeout: any()
  query: any()
  queryTimeout: any()

針對 DynamicsCrmSource,請使用:

  type: 'DynamicsCrmSource'
  additionalColumns: any()
  query: any()

針對 DynamicsSource,請使用:

  type: 'DynamicsSource'
  additionalColumns: any()
  query: any()

針對 EloquaSource,請使用:

  type: 'EloquaSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 ExcelSource,請使用:

  type: 'ExcelSource'
  additionalColumns: any()
  storeSettings: {
    disableMetricsCollection: any()
    maxConcurrentConnections: any()
    type: 'string'
    // For remaining properties, see StoreReadSettings objects
  }

針對 FileSystemSource,請使用:

  type: 'FileSystemSource'
  additionalColumns: any()
  recursive: any()

針對 GoogleAdWordsSource,請使用:

  type: 'GoogleAdWordsSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 GoogleBigQuerySource,請使用:

  type: 'GoogleBigQuerySource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 GoogleBigQueryV2Source,請使用:

  type: 'GoogleBigQueryV2Source'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 GreenplumSource,請使用:

  type: 'GreenplumSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 HBaseSource,請使用:

  type: 'HBaseSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 HdfsSource,請使用:

  type: 'HdfsSource'
  distcpSettings: {
    distcpOptions: any()
    resourceManagerEndpoint: any()
    tempScriptPath: any()
  }
  recursive: any()

針對 HiveSource,請使用:

  type: 'HiveSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 HttpSource,請使用:

  type: 'HttpSource'
  httpRequestTimeout: any()

針對 HubspotSource,請使用:

  type: 'HubspotSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 ImpalaSource,請使用:

  type: 'ImpalaSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 InformixSource,請使用:

  type: 'InformixSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 JiraSource,請使用:

  type: 'JiraSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 JsonSource,請使用:

  type: 'JsonSource'
  additionalColumns: any()
  formatSettings: {
    compressionProperties: {
      type: 'string'
      // For remaining properties, see CompressionReadSettings objects
    }
    type: 'string'
    {customized property}: any()
  }
  storeSettings: {
    disableMetricsCollection: any()
    maxConcurrentConnections: any()
    type: 'string'
    // For remaining properties, see StoreReadSettings objects
  }

針對 LakeHouseTableSource,請使用:

  type: 'LakeHouseTableSource'
  additionalColumns: any()
  timestampAsOf: any()
  versionAsOf: any()

針對 MagentoSource,請使用:

  type: 'MagentoSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 MariaDBSource,請使用:

  type: 'MariaDBSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 MarketoSource,請使用:

  type: 'MarketoSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 MicrosoftAccessSource,請使用:

  type: 'MicrosoftAccessSource'
  additionalColumns: any()
  query: any()

針對 MongoDbAtlasSource,請使用:

  type: 'MongoDbAtlasSource'
  additionalColumns: any()
  batchSize: any()
  cursorMethods: {
    limit: any()
    project: any()
    skip: any()
    sort: any()
    {customized property}: any()
  }
  filter: any()
  queryTimeout: any()

針對 MongoDbSource,請使用:

  type: 'MongoDbSource'
  additionalColumns: any()
  query: any()

針對 MongoDbV2Source,請使用:

  type: 'MongoDbV2Source'
  additionalColumns: any()
  batchSize: any()
  cursorMethods: {
    limit: any()
    project: any()
    skip: any()
    sort: any()
    {customized property}: any()
  }
  filter: any()
  queryTimeout: any()

針對 MySqlSource,請使用:

  type: 'MySqlSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 NetezzaSource,請使用:

  type: 'NetezzaSource'
  additionalColumns: any()
  partitionOption: any()
  partitionSettings: {
    partitionColumnName: any()
    partitionLowerBound: any()
    partitionUpperBound: any()
  }
  query: any()
  queryTimeout: any()

針對 ODataSource,請使用:

  type: 'ODataSource'
  additionalColumns: any()
  httpRequestTimeout: any()
  query: any()

針對 OdbcSource,請使用:

  type: 'OdbcSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

若為 Office365Source,請使用:

  type: 'Office365Source'
  allowedGroups: any()
  dateFilterColumn: any()
  endTime: any()
  outputColumns: any()
  startTime: any()
  userScopeFilterUri: any()

針對 OracleServiceCloudSource,請使用:

  type: 'OracleServiceCloudSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 OracleSource,請使用:

  type: 'OracleSource'
  additionalColumns: any()
  oracleReaderQuery: any()
  partitionOption: any()
  partitionSettings: {
    partitionColumnName: any()
    partitionLowerBound: any()
    partitionNames: any()
    partitionUpperBound: any()
  }
  queryTimeout: any()

針對 OrcSource,請使用:

  type: 'OrcSource'
  additionalColumns: any()
  storeSettings: {
    disableMetricsCollection: any()
    maxConcurrentConnections: any()
    type: 'string'
    // For remaining properties, see StoreReadSettings objects
  }

針對 ParquetSource,請使用:

  type: 'ParquetSource'
  additionalColumns: any()
  formatSettings: {
    compressionProperties: {
      type: 'string'
      // For remaining properties, see CompressionReadSettings objects
    }
    type: 'string'
    {customized property}: any()
  }
  storeSettings: {
    disableMetricsCollection: any()
    maxConcurrentConnections: any()
    type: 'string'
    // For remaining properties, see StoreReadSettings objects
  }

針對 PaypalSource,請使用:

  type: 'PaypalSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 PhoenixSource,請使用:

  type: 'PhoenixSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 PostgreSqlSource,請使用:

  type: 'PostgreSqlSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 PostgreSqlV2Source,請使用:

  type: 'PostgreSqlV2Source'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 PrestoSource,請使用:

  type: 'PrestoSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 QuickBooksSource,請使用:

  type: 'QuickBooksSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 RelationalSource,請使用:

  type: 'RelationalSource'
  additionalColumns: any()
  query: any()

針對 ResponsysSource,請使用:

  type: 'ResponsysSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 RestSource,請使用:

  type: 'RestSource'
  additionalColumns: any()
  additionalHeaders: any()
  httpRequestTimeout: any()
  paginationRules: any()
  requestBody: any()
  requestInterval: any()
  requestMethod: any()

針對 SalesforceMarketingCloudSource,請使用:

  type: 'SalesforceMarketingCloudSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 SalesforceServiceCloudSource,請使用:

  type: 'SalesforceServiceCloudSource'
  additionalColumns: any()
  query: any()
  readBehavior: any()

針對 SalesforceServiceCloudV2Source,請使用:

  type: 'SalesforceServiceCloudV2Source'
  additionalColumns: any()
  includeDeletedObjects: any()
  SOQLQuery: any()

針對 SalesforceSource,請使用:

  type: 'SalesforceSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()
  readBehavior: any()

針對 SalesforceV2Source,請使用:

  type: 'SalesforceV2Source'
  additionalColumns: any()
  includeDeletedObjects: any()
  queryTimeout: any()
  SOQLQuery: any()

針對 SapBwSource,請使用:

  type: 'SapBwSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 SapCloudForCustomerSource,請使用:

  type: 'SapCloudForCustomerSource'
  additionalColumns: any()
  httpRequestTimeout: any()
  query: any()
  queryTimeout: any()

針對 SapEccSource,請使用:

  type: 'SapEccSource'
  additionalColumns: any()
  httpRequestTimeout: any()
  query: any()
  queryTimeout: any()

針對 SapHanaSource,請使用:

  type: 'SapHanaSource'
  additionalColumns: any()
  packetSize: any()
  partitionOption: any()
  partitionSettings: {
    partitionColumnName: any()
  }
  query: any()
  queryTimeout: any()

針對 SapOdpSource,請使用:

  type: 'SapOdpSource'
  additionalColumns: any()
  extractionMode: any()
  projection: any()
  queryTimeout: any()
  selection: any()
  subscriberProcess: any()

針對 SapOpenHubSource,請使用:

  type: 'SapOpenHubSource'
  additionalColumns: any()
  baseRequestId: any()
  customRfcReadTableFunctionModule: any()
  excludeLastRequest: any()
  queryTimeout: any()
  sapDataColumnDelimiter: any()

針對 SapTableSource,請使用:

  type: '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()

針對 ServiceNowSource,請使用:

  type: 'ServiceNowSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 ServiceNowV2Source,請使用:

  type: 'ServiceNowV2Source'
  additionalColumns: any()
  expression: {
    operands: [
      {
      operator: 'string'
      type: 'string'
      value: 'string'
  }
  queryTimeout: any()

若為 SharePointOnlineListSource,請使用:

  type: 'SharePointOnlineListSource'
  httpRequestTimeout: any()
  query: any()

針對 ShopifySource,請使用:

  type: 'ShopifySource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 SnowflakeSource,請使用:

  type: 'SnowflakeSource'
  exportSettings: {
    additionalCopyOptions: {
      {customized property}: any()
    }
    additionalFormatOptions: {
      {customized property}: any()
    }
    type: 'string'
    {customized property}: any()
  }
  query: any()

針對 SnowflakeV2Source,請使用:

  type: 'SnowflakeV2Source'
  exportSettings: {
    additionalCopyOptions: {
      {customized property}: any()
    }
    additionalFormatOptions: {
      {customized property}: any()
    }
    type: 'string'
    {customized property}: any()
  }
  query: any()

針對 SparkSource,請使用:

  type: 'SparkSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 SqlDWSource,請使用:

  type: 'SqlDWSource'
  additionalColumns: any()
  isolationLevel: any()
  partitionOption: any()
  partitionSettings: {
    partitionColumnName: any()
    partitionLowerBound: any()
    partitionUpperBound: any()
  }
  queryTimeout: any()
  sqlReaderQuery: any()
  sqlReaderStoredProcedureName: any()
  storedProcedureParameters: any()

針對 SqlMISource,請使用:

  type: 'SqlMISource'
  additionalColumns: any()
  isolationLevel: any()
  partitionOption: any()
  partitionSettings: {
    partitionColumnName: any()
    partitionLowerBound: any()
    partitionUpperBound: any()
  }
  produceAdditionalTypes: any()
  queryTimeout: any()
  sqlReaderQuery: any()
  sqlReaderStoredProcedureName: any()
  storedProcedureParameters: any()

針對 SqlServerSource,請使用:

  type: 'SqlServerSource'
  additionalColumns: any()
  isolationLevel: any()
  partitionOption: any()
  partitionSettings: {
    partitionColumnName: any()
    partitionLowerBound: any()
    partitionUpperBound: any()
  }
  produceAdditionalTypes: any()
  queryTimeout: any()
  sqlReaderQuery: any()
  sqlReaderStoredProcedureName: any()
  storedProcedureParameters: any()

針對 SqlSource,請使用:

  type: 'SqlSource'
  additionalColumns: any()
  isolationLevel: any()
  partitionOption: any()
  partitionSettings: {
    partitionColumnName: any()
    partitionLowerBound: any()
    partitionUpperBound: any()
  }
  queryTimeout: any()
  sqlReaderQuery: any()
  sqlReaderStoredProcedureName: any()
  storedProcedureParameters: any()

針對 SquareSource,請使用:

  type: 'SquareSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 SybaseSource,請使用:

  type: 'SybaseSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 TeradataSource,請使用:

  type: 'TeradataSource'
  additionalColumns: any()
  partitionOption: any()
  partitionSettings: {
    partitionColumnName: any()
    partitionLowerBound: any()
    partitionUpperBound: any()
  }
  query: any()
  queryTimeout: any()

針對 VerticaSource,請使用:

  type: 'VerticaSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 WarehouseSource,請使用:

  type: 'WarehouseSource'
  additionalColumns: any()
  isolationLevel: any()
  partitionOption: any()
  partitionSettings: {
    partitionColumnName: any()
    partitionLowerBound: any()
    partitionUpperBound: any()
  }
  queryTimeout: any()
  sqlReaderQuery: any()
  sqlReaderStoredProcedureName: any()
  storedProcedureParameters: any()

針對 WebSource,請使用:

  type: 'WebSource'
  additionalColumns: any()

針對 XeroSource,請使用:

  type: 'XeroSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

針對 XmlSource,請使用:

  type: 'XmlSource'
  additionalColumns: any()
  formatSettings: {
    compressionProperties: {
      type: 'string'
      // For remaining properties, see CompressionReadSettings objects
    }
    detectDataType: any()
    namespacePrefixes: any()
    namespaces: any()
    type: 'string'
    validationMode: any()
    {customized property}: any()
  }
  storeSettings: {
    disableMetricsCollection: any()
    maxConcurrentConnections: any()
    type: 'string'
    // For remaining properties, see StoreReadSettings objects
  }

針對 ZohoSource,請使用:

  type: 'ZohoSource'
  additionalColumns: any()
  query: any()
  queryTimeout: any()

StoreReadSettings 物件

設定 type 屬性以指定物件的類型。

針對 AmazonS3CompatibleReadSettings,請使用:

  type: 'AmazonS3CompatibleReadSettings'
  deleteFilesAfterCompletion: any()
  enablePartitionDiscovery: any()
  fileListPath: any()
  modifiedDatetimeEnd: any()
  modifiedDatetimeStart: any()
  partitionRootPath: any()
  prefix: any()
  recursive: any()
  wildcardFileName: any()
  wildcardFolderPath: any()

針對 AmazonS3ReadSettings,請使用:

  type: 'AmazonS3ReadSettings'
  deleteFilesAfterCompletion: any()
  enablePartitionDiscovery: any()
  fileListPath: any()
  modifiedDatetimeEnd: any()
  modifiedDatetimeStart: any()
  partitionRootPath: any()
  prefix: any()
  recursive: any()
  wildcardFileName: any()
  wildcardFolderPath: any()

針對 AzureBlobFSReadSettings,請使用:

  type: 'AzureBlobFSReadSettings'
  deleteFilesAfterCompletion: any()
  enablePartitionDiscovery: any()
  fileListPath: any()
  modifiedDatetimeEnd: any()
  modifiedDatetimeStart: any()
  partitionRootPath: any()
  recursive: any()
  wildcardFileName: any()
  wildcardFolderPath: any()

針對 AzureBlobStorageReadSettings,請使用:

  type: 'AzureBlobStorageReadSettings'
  deleteFilesAfterCompletion: any()
  enablePartitionDiscovery: any()
  fileListPath: any()
  modifiedDatetimeEnd: any()
  modifiedDatetimeStart: any()
  partitionRootPath: any()
  prefix: any()
  recursive: any()
  wildcardFileName: any()
  wildcardFolderPath: any()

針對 AzureDataLakeStoreReadSettings,請使用:

  type: 'AzureDataLakeStoreReadSettings'
  deleteFilesAfterCompletion: any()
  enablePartitionDiscovery: any()
  fileListPath: any()
  listAfter: any()
  listBefore: any()
  modifiedDatetimeEnd: any()
  modifiedDatetimeStart: any()
  partitionRootPath: any()
  recursive: any()
  wildcardFileName: any()
  wildcardFolderPath: any()

針對 AzureFileStorageReadSettings,請使用:

  type: 'AzureFileStorageReadSettings'
  deleteFilesAfterCompletion: any()
  enablePartitionDiscovery: any()
  fileListPath: any()
  modifiedDatetimeEnd: any()
  modifiedDatetimeStart: any()
  partitionRootPath: any()
  prefix: any()
  recursive: any()
  wildcardFileName: any()
  wildcardFolderPath: any()

針對 FileServerReadSettings,請使用:

  type: 'FileServerReadSettings'
  deleteFilesAfterCompletion: any()
  enablePartitionDiscovery: any()
  fileFilter: any()
  fileListPath: any()
  modifiedDatetimeEnd: any()
  modifiedDatetimeStart: any()
  partitionRootPath: any()
  recursive: any()
  wildcardFileName: any()
  wildcardFolderPath: any()

針對 FtpReadSettings,請使用:

  type: 'FtpReadSettings'
  deleteFilesAfterCompletion: any()
  disableChunking: any()
  enablePartitionDiscovery: any()
  fileListPath: any()
  partitionRootPath: any()
  recursive: any()
  useBinaryTransfer: any()
  wildcardFileName: any()
  wildcardFolderPath: any()

針對 GoogleCloudStorageReadSettings,請使用:

  type: 'GoogleCloudStorageReadSettings'
  deleteFilesAfterCompletion: any()
  enablePartitionDiscovery: any()
  fileListPath: any()
  modifiedDatetimeEnd: any()
  modifiedDatetimeStart: any()
  partitionRootPath: any()
  prefix: any()
  recursive: any()
  wildcardFileName: any()
  wildcardFolderPath: any()

針對 HdfsReadSettings,請使用:

  type: 'HdfsReadSettings'
  deleteFilesAfterCompletion: any()
  distcpSettings: {
    distcpOptions: any()
    resourceManagerEndpoint: any()
    tempScriptPath: any()
  }
  enablePartitionDiscovery: any()
  fileListPath: any()
  modifiedDatetimeEnd: any()
  modifiedDatetimeStart: any()
  partitionRootPath: any()
  recursive: any()
  wildcardFileName: any()
  wildcardFolderPath: any()

針對 HttpReadSettings,請使用:

  type: 'HttpReadSettings'
  additionalColumns: any()
  additionalHeaders: any()
  requestBody: any()
  requestMethod: any()
  requestTimeout: any()

針對 LakeHouseReadSettings,請使用:

  type: 'LakeHouseReadSettings'
  deleteFilesAfterCompletion: any()
  enablePartitionDiscovery: any()
  fileListPath: any()
  modifiedDatetimeEnd: any()
  modifiedDatetimeStart: any()
  partitionRootPath: any()
  recursive: any()
  wildcardFileName: any()
  wildcardFolderPath: any()

針對 OracleCloudStorageReadSettings,請使用:

  type: 'OracleCloudStorageReadSettings'
  deleteFilesAfterCompletion: any()
  enablePartitionDiscovery: any()
  fileListPath: any()
  modifiedDatetimeEnd: any()
  modifiedDatetimeStart: any()
  partitionRootPath: any()
  prefix: any()
  recursive: any()
  wildcardFileName: any()
  wildcardFolderPath: any()

針對 SftpReadSettings,請使用:

  type: 'SftpReadSettings'
  deleteFilesAfterCompletion: any()
  disableChunking: any()
  enablePartitionDiscovery: any()
  fileListPath: any()
  modifiedDatetimeEnd: any()
  modifiedDatetimeStart: any()
  partitionRootPath: any()
  recursive: any()
  wildcardFileName: any()
  wildcardFolderPath: any()

CompressionReadSettings 物件

設定 type 屬性以指定物件的類型。

針對 TarGZipReadSettings,請使用:

  type: 'TarGZipReadSettings'
  preserveCompressionFileNameAsFolder: any()

針對 TarReadSettings,請使用:

  type: 'TarReadSettings'
  preserveCompressionFileNameAsFolder: any()

針對 ZipDeflateReadSettings,請使用:

  type: 'ZipDeflateReadSettings'
  preserveZipFileNameAsFolder: any()

SecretBase 物件

設定 type 屬性以指定物件的類型。

針對 AzureKeyVaultSecret,請使用:

  type: 'AzureKeyVaultSecret'
  secretName: any()
  secretVersion: any()
  store: {
    parameters: {
      {customized property}: any()
    }
    referenceName: 'string'
    type: 'LinkedServiceReference'
  }

針對 SecureString,請使用:

  type: 'SecureString'
  value: 'string'

FormatReadSettings 物件

設定 type 屬性以指定物件的類型。

針對 BinaryReadSettings,請使用:

  type: 'BinaryReadSettings'
  compressionProperties: {
    type: 'string'
    // For remaining properties, see CompressionReadSettings objects
  }

針對 DelimitedTextReadSettings,請使用:

  type: 'DelimitedTextReadSettings'
  compressionProperties: {
    type: 'string'
    // For remaining properties, see CompressionReadSettings objects
  }
  skipLineCount: any()

針對 JsonReadSettings,請使用:

  type: 'JsonReadSettings'
  compressionProperties: {
    type: 'string'
    // For remaining properties, see CompressionReadSettings objects
  }

針對 ParquetReadSettings,請使用:

  type: 'ParquetReadSettings'
  compressionProperties: {
    type: 'string'
    // For remaining properties, see CompressionReadSettings objects
  }

針對 XmlReadSettings,請使用:

  type: 'XmlReadSettings'
  compressionProperties: {
    type: 'string'
    // For remaining properties, see CompressionReadSettings objects
  }
  detectDataType: any()
  namespacePrefixes: any()
  namespaces: any()
  validationMode: any()

屬性值

factoryies/pipelines

名稱 描述
NAME 資源名稱

瞭解如何在 Bicep 中設定子資源的名稱和類型。
字串 (必要)

字元限制:1-260

合法字元:
不能使用:
<>*#.%&:\\+?/ 或控制字元

以英數字元開頭。
父系 (parent) 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源之外宣告子資源時,才需要新增這個屬性。

如需詳細資訊,請參閱 父資源外部的子資源
類型資源的符號名稱: Factory
properties 管線的屬性。 需要管線 ()

準銷售案源

名稱 描述
活動 管線中的活動清單。 Activity[]
註解 可用於描述管線的標記清單。 any[]
並行 管線的並行執行數目上限。 int

約束:
最小值 = 1
description 管線的描述。 字串
folder 這個管線所在的資料夾。 如果未指定,管線會顯示在根層級。 PipelineFolder
參數 管線的參數清單。 ParameterDefinitionSpecification
原則 管線原則。 PipelinePolicy
runDimensions 管線發出的維度。 PipelineRunDimensions
變數 管線的變數清單。 VariableDefinitionSpecification

活動

Name 描述
dependsOn 活動取決於條件。 ActivityDependency[]
description 活動描述。 字串
NAME 活動名稱。 需要字串 ()
onInactiveMarkAs 當狀態設定為 [非使用中] 時,活動的狀態結果。 這是選擇性屬性,如果未在活動處於非作用中狀態時提供,則狀態預設會是 Succeeded。 'Failed'
'Skipped'
'Succeeded'
狀態 活動狀態。 這是選擇性屬性,如果未提供,則狀態預設為 [作用中]。 'Active'
'Inactive'
userProperties 活動用戶屬性。 UserProperty[]
類型 設定物件類型 AppendVariable
AzureDataExplorerCommand
AzureFunctionActivity
AzureMLBatchExecution
AzureMLExecutePipeline
AzureMLUpdateResource
複製
Custom
DatabricksNotebook
DatabricksSparkJar
DatabricksSparkPython
DataLakeAnalyticsU-SQL
刪除
ExecuteDataFlow
ExecutePipeline
ExecuteSSISPackage
ExecuteWranglingDataflow
失敗
Filter
ForEach
GetMetadata
HDInsightHive
HDInsightMapReduce
HDInsightPig
HDInsightSpark
HDInsightStreaming
IfCondition
查閱
指令碼
SetVariable
SparkJob
SqlServerStoredProcedure
開關
SynapseNotebook
Until
驗證
等候
WebActivity
需要 WebHook ()

ActivityDependency

名稱 描述
activity 活動名稱。 需要字串 ()
dependencyConditions 相依性 Match-Condition。 包含任何項目的字串數組:
'Completed'
'Failed'
'Skipped'
必要 ('Succeeded')
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

UserProperty

名稱 描述
NAME 用戶屬性名稱。 需要字串 ()
用戶屬性值。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)

AppendVariableActivity

名稱 描述
類型 活動的類型。 必要 ('AppendVariable')
typeProperties 附加變數活動屬性。 AppendVariableActivityTypeProperties (必要)

AppendVariableActivityTypeProperties

名稱 描述
要附加的值。 類型:可以是變數專案的靜態值比對類型,或是具有變數專案 resultType 比對類型的 Expression 針對 Bicep,您可以使用 任何 () 函式。
variableName 必須附加其值之變數的名稱。 字串

AzureDataExplorerCommandActivity

名稱 描述
類型 活動的類型。 'AzureDataExplorerCommand' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Azure Data Explorer 命令活動屬性。 AzureDataExplorerCommandActivityTypeProperties (必要)

LinkedServiceReference

名稱 描述
參數 LinkedService 的自變數。 ParameterValueSpecification
referenceName 參考 LinkedService 名稱。 字串 (必要)
類型 連結服務參考類型。 'LinkedServiceReference' (必要)

ParameterValueSpecification

名稱 描述
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

ActivityPolicy

名稱 描述
retry 一般重試嘗試次數上限。 預設值為 0。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。 針對 Bicep,您可以使用 任何 () 函式。
retryIntervalInSeconds 每次重試嘗試 (秒) 之間的間隔。 預設值為30秒。 int

約束:
最小值 = 30
最大值 = 86400
secureInput 當設定為 true 時,來自活動的輸入會被視為安全,而且不會記錄到監視。 bool
secureOutput 當設定為 true 時,活動輸出會被視為安全,且不會記錄到監視。 bool
timeout 指定活動執行的逾時。 默認逾時為 7 天。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

AzureDataExplorerCommandActivityTypeProperties

名稱 描述
命令 控件命令,根據 Azure Data Explorer 命令語法。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()
commandTimeout 控制命令逾時。 類型:字串 (或具有 resultType 字串串的 Expression) 、 pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。) 針對 Bicep,您可以使用 任何 () 函式。

AzureFunctionActivity

名稱 描述
類型 活動的類型。 'AzureFunctionActivity' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Azure Function 活動屬性。 需要 AzureFunctionActivityTypeProperties ()

AzureFunctionActivityTypeProperties

名稱 描述
body 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 Expression with resultType string) 。 針對 Bicep,您可以使用 任何 () 函式。
functionName Azure 函式活動將呼叫的函式名稱。 類型:具有 resultType 字串的字串 (或 Expression) 針對 Bicep,您可以使用 任何 () function. (所需的)
headers 表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 類型:字串 (或具有 resultType 字串的 Expression) 。 AzureFunctionActivityTypePropertiesHeaders
method 目標端點的 Rest API 方法。 'DELETE'
'GET'
'HEAD'
'OPTIONS'
'POST'
'PUT'
'TRACE' (必要)

AzureFunctionActivityTypePropertiesHeaders

名稱 描述
{自定義屬性} 字串

AzureMLBatchExecutionActivity

名稱 描述
類型 活動的類型。 'AzureMLBatchExecution' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Azure ML 批次執行活動屬性。 AzureMLBatchExecutionActivityTypeProperties (必要)

AzureMLBatchExecutionActivityTypeProperties

名稱 描述
globalParameters 要傳遞至 Azure ML 批次執行服務端點的索引鍵、值組。 索引鍵必須符合已發佈 Azure ML Web 服務中定義的 Web 服務參數名稱。 值將會傳入 Azure ML 批次執行要求的 GlobalParameters 屬性中。 AzureMLBatchExecutionActivityTypePropertiesGlobalPar...
webServiceInputs 索引鍵、值組,將 Azure ML 端點 Web 服務輸入的名稱對應至指定輸入 Blob 位置的 AzureMLWebServiceFile 物件。 此資訊將會在 Azure ML 批次執行要求的 WebServiceInputs 屬性中傳遞。 AzureMLBatchExecutionActivityTypePropertiesWebServic...
webServiceOutputs 索引鍵、值組,將 Azure ML 端點 Web 服務輸出的名稱對應至指定輸出 Blob 位置的 AzureMLWebServiceFile 物件。 此資訊將會傳入 Azure ML 批次執行要求的 WebServiceOutputs 屬性中。 AzureMLBatchExecutionActivityTypePropertiesWebServic...

AzureMLBatchExecutionActivityTypePropertiesGlobalPar...

名稱 描述
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

AzureMLBatchExecutionActivityTypePropertiesWebServic...

名稱 描述
{自定義屬性} AzureMLWebServiceFile

AzureMLWebServiceFile

名稱 描述
filePath LinkedService 所指定 Azure Blob 儲存體 中的相對檔案路徑,包括容器名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)
linkedServiceName Azure 記憶體 LinkedService 的參考,其中 Azure ML WebService 輸入/輸出檔案。 需要 LinkedServiceReference ()

AzureMLBatchExecutionActivityTypePropertiesWebServic...

名稱 描述
{自定義屬性} AzureMLWebServiceFile

AzureMLExecutePipelineActivity

名稱 描述
類型 活動的類型。 'AzureMLExecutePipeline' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Azure ML 執行管線活動屬性。 AzureMLExecutePipelineActivityTypeProperties (必要)

AzureMLExecutePipelineActivityTypeProperties

名稱 描述
continueOnStepFailure 如果步驟失敗,是否要繼續執行 PipelineRun 中的其他步驟。 此資訊將會傳入已發佈管線執行要求的continueOnStepFailure屬性中。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
dataPathAssignments 字典用於變更數據路徑指派,而不需重新定型。 值將會傳入已發佈管線執行要求的 dataPathAssignments 屬性中。 類型:具有 resultType 物件) 的物件 (或 Expression。 針對 Bicep,您可以使用 任何 () 函式。
experimentName 執行管線執行的歷程記錄實驗名稱。 此資訊將會傳入已發佈管線執行要求的 ExperimentName 屬性中。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
mlParentRunId 父 Azure ML 服務管線執行標識碼。此資訊將會傳入已發佈管線執行要求的 ParentRunId 屬性中。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
mlPipelineEndpointId 已發佈 Azure ML 管線端點的標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
mlPipelineId 已發佈 Azure ML 管線的標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
mlPipelineParameters 要傳遞至已發佈 Azure ML 管線端點的索引鍵、值組。 索引鍵必須符合已發佈管線中定義的管線參數名稱。 值將會傳入已發佈管線執行要求的 ParameterAssignments 屬性中。 Type:具有索引鍵值組的物件, (或 Expression 搭配 resultType 物件) 。 針對 Bicep,您可以使用 任何 () 函式。
version 已發佈的 Azure ML 管線端點版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureMLUpdateResourceActivity

名稱 描述
類型 活動的類型。 'AzureMLUpdateResource' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Azure ML 更新資源管理活動屬性。 AzureMLUpdateResourceActivityTypeProperties (必要)

AzureMLUpdateResourceActivityTypeProperties

名稱 描述
trainedModelFilePath trainedModelLinkedService 中的相對檔案路徑,代表更新作業將上傳的 .ilearner 檔案。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)
trainedModelLinkedServiceName 保留更新作業將上傳之 .ilearner 檔案的 Azure 記憶體連結服務名稱。 需要 LinkedServiceReference ()
trainedModelName 要更新之 Web 服務實驗中定型模型模組的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)

CopyActivity

名稱 描述
類型 活動的類型。 必要 ('Copy')
輸入 活動的輸入清單。 DatasetReference[]
linkedServiceName 連結服務參考。 LinkedServiceReference
outputs 活動的輸出清單。 DatasetReference[]
原則 活動原則。 ActivityPolicy
typeProperties 複製活動 屬性。 需要 CopyActivityTypeProperties ()

DatasetReference

名稱 描述
參數 數據集的自變數。 ParameterValueSpecification
referenceName 參考數據集名稱。 需要字串 ()
類型 數據集參考類型。 'DatasetReference' (必要)

CopyActivityTypeProperties

名稱 描述
dataIntegrationUnits 可用來執行此數據行動的數據整合單位數目上限。 Type:integer (或 Expression with resultType integer) ,minimum: 0。 針對 Bicep,您可以使用 任何 () 函式。
enableSkipIncompatibleRow 是否略過不相容的數據列。 預設值為 False。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
enableStaging 指定是否要透過過渡暫存複製數據。 預設值為 False。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
logSettings 啟用記錄時,客戶需要提供的記錄設定。 LogSettings
logStorageSettings (已被取代。請使用 LogSettings) 啟用工作階段記錄時,客戶必須提供的記錄記憶體設定。 LogStorageSettings
parallelCopies 在來源或接收上開啟的並行會話數目上限,以避免多載數據存放區。 Type:integer (或 Expression with resultType integer) ,minimum: 0。 針對 Bicep,您可以使用 任何 () 函式。
保留 保留規則。 any[]
preserveRules 保留規則。 any[]
redirectIncompatibleRowSettings 當 EnableSkipIncompatibleRow 為 true 時,重新導向不相容的數據列設定。 RedirectIncompatibleRowSettings
接收 複製活動 接收。 需要 CopySink ()
skipErrorFile 指定數據一致性的容錯。 SkipErrorFile
來源 複製活動 來源。 需要 CopySource ()
stagingSettings 指定 EnableStaging 為 true 時的過渡暫存設定。 StagingSettings
轉譯程式 複製活動 翻譯工具。 如果未指定,則會使用表格式翻譯工具。 針對 Bicep,您可以使用 任何 () 函式。
validateDataConsistency 是否要啟用數據一致性驗證。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。

LogSettings

名稱 描述
copyActivityLogSettings 指定複製活動記錄的設定。 CopyActivityLogSettings
enableCopyActivityLog 指定是否要啟用複製活動記錄。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
logLocationSettings 啟用記錄時,客戶必須提供的記錄位置設定。 LogLocationSettings (必要)

CopyActivityLogSettings

名稱 描述
enableReliableLogging 指定是否啟用可靠的記錄。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
logLevel 取得或設定記錄層級,支援:資訊、警告。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

LogLocationSettings

名稱 描述
linkedServiceName 記錄記憶體連結服務參考。 需要 LinkedServiceReference ()
path 用來儲存活動執行詳細記錄的記憶體路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

LogStorageSettings

名稱 描述
enableReliableLogging 指定是否啟用可靠的記錄。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
linkedServiceName 記錄記憶體連結服務參考。 需要 LinkedServiceReference ()
logLevel 取得或設定記錄層級,支援:資訊、警告。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
path 用來儲存活動執行詳細記錄的記憶體路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

RedirectIncompatibleRowSettings

名稱 描述
linkedServiceName 用於重新導向不相容數據列的 Azure 記憶體、記憶體 SAS 或 Azure Data Lake Store 連結服務的名稱。 如果指定 redirectIncompatibleRowSettings,則必須指定 。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)
path 儲存重新導向不相容數據列數據的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

CopySink

名稱 描述
disableMetricsCollection 如果為 true,請停用數據存放區計量集合。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
maxConcurrentConnections 接收數據存放區的並行連接計數上限。 類型:具有 resultType 整數) 的整數 (或 Expression。 針對 Bicep,您可以使用 任何 () 函式。
sinkRetryCount 接收重試計數。 類型:具有 resultType 整數) 的整數 (或 Expression。 針對 Bicep,您可以使用 任何 () 函式。
sinkRetryWait 接收重試等候。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
writeBatchSize 寫入批次大小。 Type:integer (或 Expression with resultType integer) ,minimum: 0。 針對 Bicep,您可以使用 任何 () 函式。
writeBatchTimeout 寫入批次逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
類型 設定物件類型 AvroSink
AzureBlobFSSink
AzureDatabricksDeltaLakeSink
AzureDataExplorerSink
AzureDataLakeStoreSink
AzureMySqlSink
AzurePostgreSqlSink
AzureQueueSink
AzureSearchIndexSink
AzureSqlSink
AzureTableSink
BinarySink
BlobSink
CommonDataServiceForAppsSink
CosmosDbMongoDbApiSink
CosmosDbSqlApiSink
DelimitedTextSink
DocumentDbCollectionSink
DynamicsCrmSink
DynamicsSink
FileSystemSink
InformixSink
JsonSink
LakeHouseTableSink
MicrosoftAccessSink
MongoDbAtlasSink
MongoDbV2Sink
OdbcSink
管線
OrcSink
ParquetSink
RestSink
SalesforceServiceCloudSink
SalesforceServiceCloudV2Sink
SalesforceSink
SalesforceV2Sink
SapCloudForCustomerSink
SnowflakeSink
SnowflakeV2Sink
管線
SqlMISink
SqlServerSink
管線
需要 WarehouseSink ()

AvroSink

名稱 描述
類型 複製接收類型。 'AvroSink' (必要)
formatSettings Avro 格式設定。 AvroWriteSettings
storeSettings Avro 存放區設定。 StoreWriteSettings

AvroWriteSettings

名稱 描述
fileNamePrefix 指定文件名模式 {fileNamePrefix}_{fileIndex}。從不含 partitionOptions 的非檔案式存放區複製時,{fileExtension}。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
maxRowsPerFile 將寫入檔案的數據列計數限制為小於或等於指定的計數。 類型:具有 resultType 整數) 的整數 (或 Expression。 針對 Bicep,您可以使用 任何 () 函式。
recordName 寫入結果中的最上層記錄名稱,AVRO 規格中是必要的。 字串
recordNamespace 寫入結果中的記錄命名空間。 字串
type 寫入設定類型。 需要字串 ()
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

StoreWriteSettings

名稱 描述
copyBehavior 複製接收的複製行為類型。 針對 Bicep,您可以使用 任何 () 函式。
disableMetricsCollection 如果為 true,請停用數據存放區計量集合。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
maxConcurrentConnections 源數據存放區的並行連接計數上限。 類型:具有 resultType 整數) 的整數 (或 Expression。 針對 Bicep,您可以使用 任何 () 函式。
中繼資料 指定要新增至接收數據的自定義元數據。 類型:對象陣列 (或 Expression,其中具有物件的 resultType 陣列) 。 MetadataItem[]
類型 設定物件類型 AzureBlobFSWriteSettings
AzureBlobStorageWriteSettings
AzureDataLakeStoreWriteSettings
AzureFileStorageWriteSettings
FileServerWriteSettings
LakeHouseWriteSettings
需要 SftpWriteSettings ()

MetadataItem

名稱 描述
NAME 元數據專案索引鍵名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
元數據專案值。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureBlobFSWriteSettings

名稱 描述
類型 寫入設定類型。 'AzureBlobFSWriteSettings' (必要)
blockSizeInMB 指出將數據寫入 Blob 時, (MB) 區塊大小。 類型:具有 resultType 整數) 的整數 (或 Expression。 針對 Bicep,您可以使用 任何 () 函式。

AzureBlobStorageWriteSettings

名稱 描述
類型 寫入設定類型。 'AzureBlobStorageWriteSettings' (必要)
blockSizeInMB 指出將數據寫入 Blob 時, (MB) 區塊大小。 類型:具有 resultType 整數) 的整數 (或 Expression。 針對 Bicep,您可以使用 任何 () 函式。

AzureDataLakeStoreWriteSettings

名稱 描述
類型 寫入設定類型。 'AzureDataLakeStoreWriteSettings' (必要)
expiryDateTime 指定寫入檔案的到期時間。 此時間會以 "2018-12-01T05:00:00Z" 格式套用至 UTC 時區。 預設值為 NULL。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureFileStorageWriteSettings

名稱 描述
類型 寫入設定類型。 'AzureFileStorageWriteSettings' (必要)

FileServerWriteSettings

名稱 描述
類型 寫入設定類型。 'FileServerWriteSettings' (必要)

LakeHouseWriteSettings

名稱 描述
類型 寫入設定類型。 'LakeHouseWriteSettings' (必要)

SftpWriteSettings

名稱 描述
類型 寫入設定類型。 'SftpWriteSettings' (必要)
operationTimeout 指定將每個區塊寫入 SFTP 伺服器的逾時。 默認值:01:00:00 (一小時) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
useTempFileRename 上傳至暫存盤 () 並重新命名。 如果您的 SFTP 伺服器不支援重新命名作業,請停用此選項。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureBlobFSSink

名稱 描述
類型 複製接收類型。 'AzureBlobFSSink' (必要)
copyBehavior 複製接收的複製行為類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
中繼資料 指定要新增至接收數據的自定義元數據。 類型:對象陣列 (或 Expression,其中具有物件的 resultType 陣列) 。 MetadataItem[]

AzureDatabricksDeltaLakeSink

名稱 描述
類型 複製接收類型。 'AzureDatabricksDeltaLakeSink' (必要)
importSettings Azure Databricks Delta Lake 匯入設定。 AzureDatabricksDeltaLakeImportCommand
preCopyScript SQL 複製前腳本。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureDatabricksDeltaLakeImportCommand

名稱 描述
dateFormat 在 Azure Databricks Delta Lake Copy 中指定 csv 的日期格式。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
timestampFormat 在 Azure Databricks Delta Lake Copy 中指定 csv 的時間戳格式。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
類型 匯入設定類型。 需要字串 ()
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

AzureDataExplorerSink

名稱 描述
類型 複製接收類型。 'AzureDataExplorerSink' (必要)
flushImmediately 如果設定為 true,則會略過任何匯總。 預設值為 false。 類型:布爾值。 針對 Bicep,您可以使用 任何 () 函式。
ingestionMappingAsJson 以 json 格式提供的明確數據行對應描述。 類型:字串。 針對 Bicep,您可以使用 任何 () 函式。
ingestionMappingName 在目標 Kusto 數據表上定義的預先建立 csv 對應名稱。 類型:字串。 針對 Bicep,您可以使用 任何 () 函式。

AzureDataLakeStoreSink

名稱 描述
類型 複製接收類型。 'AzureDataLakeStoreSink' (必要)
copyBehavior 複製接收的複製行為類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
enableAdlsSingleFileParallel 單一檔案平行。 針對 Bicep,您可以使用 任何 () 函式。

AzureMySqlSink

名稱 描述
類型 複製接收類型。 'AzureMySqlSink' (必要)
preCopyScript 開始複製之前要執行的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AzurePostgreSqlSink

名稱 描述
類型 複製接收類型。 'AzurePostgreSqlSink' (必要)
preCopyScript 開始複製之前要執行的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureQueueSink

名稱 描述
類型 複製接收類型。 'AzureQueueSink' (必要)

AzureSearchIndexSink

名稱 描述
類型 複製接收類型。 'AzureSearchIndexSink' (必要)
writeBehavior 將檔向上插入 Azure 搜尋服務索引時,請指定寫入行為。 'Merge'
'Upload'

AzureSqlSink

名稱 描述
類型 複製接收類型。 'AzureSqlSink' (必要)
preCopyScript SQL 複製前腳本。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlWriterStoredProcedureName SQL 寫入器預存程式名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlWriterTableType SQL 寫入器數據表類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlWriterUseTableLock 是否要在大量複製期間使用數據表鎖定。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
storedProcedureParameters SQL 預存程式參數。 針對 Bicep,您可以使用 任何 () 函式。
storedProcedureTableTypeParameterName 數據表類型的預存程序參數名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableOption 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
upsertSettings SQL upsert 設定。 SqlUpsertSettings
writeBehavior 將數據複製到 Azure SQL 時的寫入行為。 類型:SqlWriteBehaviorEnum (或 Expression with resultType SqlWriteBehaviorEnum) 針對 Bicep,您可以使用 任何 () 函式。

SqlUpsertSettings

名稱 描述
interimSchemaName 過渡數據表的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
金鑰 唯一數據列識別的索引鍵數據行名稱。 類型:字串陣列 (或 Expression,其中具有字串) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
useTempDB 指定是否要使用 temp db for upsert 過渡數據表。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureTableSink

名稱 描述
類型 複製接收類型。 'AzureTableSink' (必要)
azureTableDefaultPartitionKeyValue Azure 資料表預設數據分割索引鍵值。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
azureTableInsertType Azure 資料表插入類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
azureTablePartitionKeyName Azure 資料表分割索引鍵名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
azureTableRowKeyName Azure 數據表數據列索引鍵名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

BinarySink

名稱 描述
類型 複製接收類型。 'BinarySink' (必要)
storeSettings 二進位存放區設定。 StoreWriteSettings

BlobSink

名稱 描述
類型 複製接收類型。 需要 『BlobSink』 ()
blobWriterAddHeader Blob 寫入器新增標頭。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
blobWriterDateTimeFormat Blob 寫入器日期時間格式。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
blobWriterOverwriteFiles Blob 寫入器會覆寫檔案。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
copyBehavior 複製接收的複製行為類型。 針對 Bicep,您可以使用 任何 () 函式。
中繼資料 指定要新增至接收數據的自定義元數據。 類型:對象陣列 (,或具有物件之 resultType 陣列的物件陣列) 。 MetadataItem[]

CommonDataServiceForAppsSink

名稱 描述
類型 複製接收類型。 'CommonDataServiceForAppsSink' (必要)
alternateKeyName 替代索引鍵的邏輯名稱,會在更新插入記錄時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
ignoreNullValues 旗標,指出是否忽略輸入數據集中的 Null 值 (,但寫入作業期間) 索引鍵欄位除外。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
writeBehavior 作業的寫入行為。 'Upsert' (必要)

CosmosDbMongoDbApiSink

名稱 描述
類型 複製接收類型。 'CosmosDbMongoDbApiSink' (必要)
writeBehavior 指定是否要覆寫相同索引鍵的檔, (upsert) ,而不是擲回例外狀況 (插入) 。 預設值為 「insert」。 類型:字串 (或具有 resultType 字串的 Expression) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

CosmosDbSqlApiSink

名稱 描述
類型 複製接收類型。 'CosmosDbSqlApiSink' (必要)
writeBehavior 描述如何將資料寫入至 Azure Cosmos DB。 類型:字串 (或具有 resultType 字串的 Expression) 。 允許的值:insert 和 upsert。 針對 Bicep,您可以使用 任何 () 函式。

DelimitedTextSink

名稱 描述
類型 複製接收類型。 'DelimitedTextSink' (必要)
formatSettings DelimitedText 格式設定。 DelimitedTextWriteSettings
storeSettings DelimitedText 存放區設定。 StoreWriteSettings

DelimitedTextWriteSettings

名稱 描述
fileExtension 用來建立檔案的擴展名。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()
fileNamePrefix 指定文件名模式 {fileNamePrefix}_{fileIndex}。從沒有 partitionOptions 的非檔案式存放區複製時,{fileExtension}。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
maxRowsPerFile 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:具有 resultType 整數的整數 (或 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
quoteAllText 指出字串值是否一律以引號括住。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
類型 寫入設定類型。 字串 (必要)
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

DocumentDbCollectionSink

名稱 描述
類型 複製接收類型。 'DocumentDbCollectionSink' (必要)
nestingSeparator 巢狀屬性分隔符。 預設為 。 。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
writeBehavior 描述如何將資料寫入至 Azure Cosmos DB。 類型:字串 (或具有 resultType 字串的 Expression) 。 允許的值:insert 和 upsert。 針對 Bicep,您可以使用 任何 () 函式。

DynamicsCrmSink

名稱 描述
類型 複製接收類型。 'DynamicsCrmSink' (必要)
alternateKeyName 替代索引鍵的邏輯名稱,將在更新插入記錄時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
ignoreNullValues 旗標,指出是否要忽略輸入數據集 (中的 null 值,但寫入作業期間) 索引鍵欄位除外。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
writeBehavior 作業的寫入行為。 'Upsert' (必要)

DynamicsSink

名稱 描述
類型 複製接收類型。 需要 『DynamicsSink』 ()
alternateKeyName 替代索引鍵的邏輯名稱,將在更新插入記錄時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
ignoreNullValues 旗標,指出是否忽略輸入數據集 (中的 null 值,但寫入作業期間) 索引鍵欄位除外。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
writeBehavior 作業的寫入行為。 'Upsert' (必要)

FileSystemSink

名稱 描述
類型 複製接收類型。 'FileSystemSink' (必要)
copyBehavior 複製接收的複製行為類型。 針對 Bicep,您可以使用 任何 () 函式。

InformixSink

名稱 描述
類型 複製接收類型。 必要 'InformixSink' ()
preCopyScript 開始複製之前要執行的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

JsonSink

名稱 描述
類型 複製接收類型。 'JsonSink' (必要)
formatSettings Json 格式設定。 JsonWriteSettings
storeSettings Json 存放區設定。 StoreWriteSettings

JsonWriteSettings

名稱 描述
filePattern JSON 的檔案模式。 此設定可控制將處理 JSON 物件集合的方式。 默認值為 『setOfObjects』。 它會區分大小寫。 針對 Bicep,您可以使用 任何 () 函式。
類型 寫入設定類型。 需要字串 ()
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

LakeHouseTableSink

名稱 描述
類型 複製接收類型。 需要 『LakeHouseTableSink』 ()
partitionNameList 從接收數據行指定資料分割資料行名稱。 類型:對象陣列 (或 Expression,其中具有物件的 resultType 陣列) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionOption 根據一或多個數據行,在資料夾結構中建立數據分割。 (對) 的每個相異數據行值都會是新的分割區。 可能的值包括:「None」、“PartitionByKey” 針對 Bicep,您可以使用 任何 () 函式。
tableActionOption LakeHouse 數據表接收的數據表動作類型。 可能的值包括:「None」、“ Append” Overwrite” 針對 Bicep,您可以使用 任何 () 函式。

MicrosoftAccessSink

名稱 描述
類型 複製接收類型。 'MicrosoftAccessSink' (必要)
preCopyScript 開始複製之前要執行的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

MongoDbAtlasSink

名稱 描述
類型 複製接收類型。 'MongoDbAtlasSink' (必要)
writeBehavior 指定要在 upsert (插入) 覆寫具有相同索引鍵的檔,而不是擲回例外狀況 (插入) 。 預設值為 「insert」。 類型:字串 (或具有 resultType 字串的 Expression) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

MongoDbV2Sink

名稱 描述
類型 複製接收類型。 'MongoDbV2Sink' (必要)
writeBehavior 指定要在 upsert (插入) 覆寫具有相同索引鍵的檔,而不是擲回例外狀況 (插入) 。 預設值為 「insert」。 類型:字串 (或具有 resultType 字串的 Expression) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

OdbcSink

名稱 描述
類型 複製接收類型。 需要 『OdbcSink』 ()
preCopyScript 開始複製之前要執行的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

管線

名稱 描述
類型 複製接收類型。 需要 『OracleSink』 ()
preCopyScript SQL 複製前腳本。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

OrcSink

名稱 描述
類型 複製接收類型。 'OrcSink' (必要)
formatSettings ORC 格式設定。 OrcWriteSettings
storeSettings ORC 存放區設定。 StoreWriteSettings

OrcWriteSettings

名稱 描述
fileNamePrefix 指定文件名模式 {fileNamePrefix}_{fileIndex}。從不含 partitionOptions 的非檔案式存放區複製時,{fileExtension}。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
maxRowsPerFile 將寫入檔案的數據列計數限制為小於或等於指定的計數。 類型:具有 resultType 整數) 的整數 (或 Expression。 針對 Bicep,您可以使用 任何 () 函式。
類型 寫入設定類型。 需要字串 ()
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

ParquetSink

名稱 描述
類型 複製接收類型。 'ParquetSink' (必要)
formatSettings Parquet 格式設定。 ParquetWriteSettings
storeSettings Parquet 存放區設定。 StoreWriteSettings

ParquetWriteSettings

名稱 描述
fileNamePrefix 指定文件名模式 {fileNamePrefix}_{fileIndex}。從不含 partitionOptions 的非檔案式存放區複製時,{fileExtension}。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
maxRowsPerFile 將寫入檔案的數據列計數限制為小於或等於指定的計數。 類型:具有 resultType 整數) 的整數 (或 Expression。 針對 Bicep,您可以使用 任何 () 函式。
類型 寫入設定類型。 需要字串 ()
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

RestSink

名稱 描述
類型 複製接收類型。 需要 『RestSink』 ()
additionalHeaders 要求中對 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組 (值應該是字串類型) 。 針對 Bicep,您可以使用 任何 () 函式。
httpCompressionType Http 壓縮類型,以最佳壓縮層級以壓縮格式傳送數據,預設值為 None。 而且唯一支持的選項是 Gzip。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
httpRequestTimeout 逾時 (TimeSpan) 以取得 HTTP 回應。 逾時會取得回應,而非逾時讀取回應資料。 默認值:00:01:40。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
requestInterval 傳送下一個要求之前等候的時間,以毫秒為單位 針對 Bicep,您可以使用 任何 () 函式。
requestMethod 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 POST。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

SalesforceServiceCloudSink

名稱 描述
類型 複製接收類型。 'SalesforceServiceCloudSink' (必要)
externalIdFieldName upsert 作業的外部識別碼欄位的名稱。 預設值為 『Id』 資料行。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
ignoreNullValues 旗標,指出是否要忽略輸入數據集中的 null 值 (,但寫入作業期間) 索引鍵欄位除外。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行插入作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
writeBehavior 作業的寫入行為。 預設值為 Insert。 'Insert'
'Upsert'

SalesforceServiceCloudV2Sink

名稱 描述
類型 複製接收類型。 'SalesforceServiceCloudV2Sink' (必要)
externalIdFieldName upsert 作業的外部識別碼欄位的名稱。 預設值為 『Id』 資料行。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
ignoreNullValues 旗標,指出是否要忽略輸入數據集中的 null 值 (,但寫入作業期間) 索引鍵欄位除外。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行插入作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
writeBehavior 作業的寫入行為。 預設值為 Insert。 'Insert'
'Upsert'

SalesforceSink

名稱 描述
類型 複製接收類型。 需要 『SalesforceSink』 ()
externalIdFieldName upsert 作業的外部識別碼欄位的名稱。 預設值為 『Id』 資料行。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
ignoreNullValues 旗標,指出是否要忽略輸入數據集中的 null 值 (,但寫入作業期間) 索引鍵欄位除外。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行插入作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
writeBehavior 作業的寫入行為。 預設值為 Insert。 'Insert'
'Upsert'

SalesforceV2Sink

名稱 描述
類型 複製接收類型。 需要 『SalesforceV2Sink』 ()
externalIdFieldName upsert 作業的外部識別碼欄位的名稱。 預設值為 『Id』 資料行。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
ignoreNullValues 旗標,指出是否要忽略輸入數據集中的 null 值 (,但寫入作業期間) 索引鍵欄位除外。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行插入作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
writeBehavior 作業的寫入行為。 預設值為 Insert。 'Insert'
'Upsert'

SapCloudForCustomerSink

名稱 描述
類型 複製接收類型。 'SapCloudForCustomerSink' (必要)
httpRequestTimeout 逾時 (TimeSpan) 以取得 HTTP 回應。 逾時會取得回應,而非逾時讀取回應資料。 默認值:00:05:00。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
writeBehavior 作業的寫入行為。 預設值為 『Insert』。 'Insert'
'Update'

SnowflakeSink

名稱 描述
類型 複製接收類型。 需要 『SnowflakeSink』 ()
importSettings Snowflake 匯入設定。 SnowflakeImportCopyCommand
preCopyScript SQL 複製前腳本。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

SnowflakeImportCopyCommand

名稱 描述
additionalCopyOptions 直接傳遞至雪花複製命令的其他複製選項。 類型:索引鍵值組 (值應該是字串類型,) (或Expression與 resultType 物件) 。 範例:“additionalCopyOptions”: { “DATE_FORMAT”: “MM/DD/YYYY”, “TIME_FORMAT”: “'HH24:MI:SS。FF'“ } SnowflakeImportCopyCommandAdditionalCopyOptions
additionalFormatOptions 直接傳遞至雪花複製命令的其他格式選項。 類型:索引鍵值組 (值應該是字串類型,) (或Expression與 resultType 物件) 。 範例:“additionalFormatOptions”: { “FORCE”: “TRUE”, “LOAD_UNCERTAIN_FILES”: “'FALSE'” } SnowflakeImportCopyCommandAdditionalFormatOptions
類型 匯入設定類型。 需要字串 ()
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

SnowflakeImportCopyCommandAdditionalCopyOptions

名稱 描述
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

SnowflakeImportCopyCommandAdditionalFormatOptions

名稱 描述
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

SnowflakeV2Sink

名稱 描述
類型 複製接收類型。 'SnowflakeV2Sink' (必要)
importSettings Snowflake 匯入設定。 SnowflakeImportCopyCommand
preCopyScript SQL 複製前腳本。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

管線

名稱 描述
類型 複製接收類型。 'SqlDWSink' (必要)
allowCopyCommand 指示使用複製命令將數據複製到 SQL Data Warehouse。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
allowPolyBase 表示在適用的情況下,使用 PolyBase 將數據複製到 SQL Data Warehouse。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
copyCommandSettings 當allowCopyCommand為 true 時,指定複製命令相關設定。 DWCopyCommandSettings
polyBaseSettings 當allowPolyBase為 true 時,會指定PolyBase相關設定。 PolybaseSettings
preCopyScript SQL 複製前腳本。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlWriterUseTableLock 是否要在大量複製期間使用數據表鎖定。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
tableOption 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
upsertSettings SQL DW upsert 設定。 SqlDWUpsertSettings
writeBehavior 將數據複製到 Azure SQL DW 時的寫入行為。 類型:sqlDWWriteBehaviorEnum (或 Expression with resultType SqlDWWriteBehaviorEnum) 針對 Bicep,您可以使用 任何 () 函式。

DWCopyCommandSettings

名稱 描述
additionalOptions 直接在複製命令中傳遞至 SQL DW 的其他選項。 類型:索引鍵值組 (值應該是字串類型,) (或Expression與 resultType 物件) 。 範例:“additionalOptions”: { “MAXERRORS”: “1000”, “DATEFORMAT”: “'ymd'” } DWCopyCommandSettingsAdditionalOptions
defaultValues 指定 SQL DW 中每個目標資料行的預設值。 屬性中的預設值會覆寫 DB 中設定的 DEFAULT 條件約束,而標識列不能有預設值。 類型:對象陣列 (或 Expression,其中具有物件的 resultType 陣列) 。 DWCopyCommandDefaultValue[]

DWCopyCommandSettingsAdditionalOptions

名稱 描述
{自定義屬性} 字串

DWCopyCommandDefaultValue

名稱 描述
columnName 資料行名稱。 類型:具有 resultType 字串) 的物件 (或 Expression。 針對 Bicep,您可以使用 任何 () 函式。
defaultValue 資料行的預設值。 類型:具有 resultType 字串) 的物件 (或 Expression。 針對 Bicep,您可以使用 任何 () 函式。

PolybaseSettings

名稱 描述
rejectSampleValue 決定在 PolyBase 重新計算拒絕數據列百分比之前,要嘗試擷取的數據列數目。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。 針對 Bicep,您可以使用 任何 () 函式。
rejectType 拒絕類型。 'percentage'
'value'
rejectValue 指定在查詢失敗之前可以拒絕的資料列數目或百分比。 Type:number (或 expression with resultType number) ,minimum: 0。 針對 Bicep,您可以使用 任何 () 函式。
useTypeDefault 指定當 PolyBase 從文字檔擷取資料時,如何處理分隔符號文字檔中遺漏的值。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

SqlDWUpsertSettings

名稱 描述
interimSchemaName 臨時表的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
金鑰 唯一數據列識別的索引鍵數據行名稱。 類型:字串陣列 (或 Expression,具有字串的 resultType 陣列) 。 針對 Bicep,您可以使用 任何 () 函式。

SqlMISink

名稱 描述
類型 複製接收類型。 'SqlMISink' (必要)
preCopyScript SQL 預先複製文稿。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlWriterStoredProcedureName SQL 寫入器預存程式名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlWriterTableType SQL 寫入器數據表類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlWriterUseTableLock 是否要在大量複製期間使用數據表鎖定。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
storedProcedureParameters SQL 預存程式參數。 針對 Bicep,您可以使用 任何 () 函式。
storedProcedureTableTypeParameterName 數據表類型的預存程序參數名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableOption 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
upsertSettings SQL upsert 設定。 SqlUpsertSettings
writeBehavior 將數據複製到 Azure SQL MI 時的白色行為。 類型:字串 (或具有 resultType 字串的 Expression) 針對 Bicep,您可以使用 任何 () 函式。

SqlServerSink

名稱 描述
類型 複製接收類型。 必要) ('SqlServerSink'
preCopyScript SQL 預先複製文稿。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlWriterStoredProcedureName SQL 寫入器預存程式名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlWriterTableType SQL 寫入器數據表類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlWriterUseTableLock 是否要在大量複製期間使用數據表鎖定。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
storedProcedureParameters SQL 預存程式參數。 針對 Bicep,您可以使用 任何 () 函式。
storedProcedureTableTypeParameterName 數據表類型的預存程序參數名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableOption 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
upsertSettings SQL upsert 設定。 SqlUpsertSettings
writeBehavior 將數據複製到 sql Server 時寫入行為。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

管線

名稱 描述
類型 複製接收類型。 'SqlSink' (必要)
preCopyScript SQL 預先複製文稿。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlWriterStoredProcedureName SQL 寫入器預存程式名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlWriterTableType SQL 寫入器數據表類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlWriterUseTableLock 是否要在大量複製期間使用數據表鎖定。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
storedProcedureParameters SQL 預存程式參數。 針對 Bicep,您可以使用 任何 () 函式。
storedProcedureTableTypeParameterName 數據表類型的預存程序參數名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableOption 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
upsertSettings SQL upsert 設定。 SqlUpsertSettings
writeBehavior 將數據複製到 sql 時寫入行為。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

WarehouseSink

名稱 描述
類型 複製接收類型。 'WarehouseSink' (必要)
allowCopyCommand 指示使用複製命令將數據複製到 SQL Data Warehouse。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
copyCommandSettings 指定allowCopyCommand為 true 時的複製命令相關設定。 DWCopyCommandSettings
preCopyScript SQL 預先複製文稿。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableOption 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
writeBehavior 將數據複製到 azure Microsoft Fabric Data Warehouse 時寫入行為。 類型:DWWriteBehaviorEnum (或 Expression with resultType DWWriteBehaviorEnum) 針對 Bicep,您可以使用 任何 () 函式。

SkipErrorFile

名稱 描述
dataInconsistency 如果其他並行寫入變更來源/接收檔案,請略過。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
fileMissing 如果其他客戶端在複製期間刪除檔案,請略過。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。

CopySource

名稱 描述
disableMetricsCollection 如果為 true,請停用數據存放區計量集合。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
maxConcurrentConnections 源數據存放區的最大並行連接計數。 類型:具有 resultType 整數的整數 (或 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sourceRetryCount 來源重試計數。 類型:具有 resultType 整數的整數 (或 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sourceRetryWait 來源重試等候。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
類型 設定物件類型 AmazonMWSSource
AmazonRdsForOracleSource
AmazonRdsForSqlServerSource
AmazonRedshiftSource
AvroSource
AzureBlobFSSource
AzureDatabricksDeltaLakeSource
AzureDataExplorerSource
AzureDataLakeStoreSource
AzureMariaDBSource
AzureMySqlSource
AzurePostgreSqlSource
AzureSqlSource
AzureTableSource
BinarySource
BlobSource
CassandraSource
CommonDataServiceForAppsSource
ConcurSource
CosmosDbMongoDbApiSource
CosmosDbSqlApiSource
CouchbaseSource
Db2Source
DelimitedTextSource
DocumentDbCollectionSource
DrillSource
DynamicsAXSource
DynamicsCrmSource
DynamicsSource
EloquaSource
ExcelSource
FileSystemSource
GoogleAdWordsSource
GoogleBigQuerySource
GoogleBigQueryV2Source
GreenplumSource
HBaseSource
HdfsSource
HiveSource
HttpSource
HubspotSource
ImpalaSource
InformixSource
JiraSource
JsonSource
LakeHouseTableSource
MagentoSource
MariaDBSource
MarketoSource
MicrosoftAccessSource
MongoDbAtlasSource
MongoDbSource
MongoDbV2Source
MySqlSource
NetezzaSource
ODataSource
OdbcSource
Office365Source
OracleServiceCloudSource
oracleReaderQuery
OrcSource
ParquetSource
PaypalSource
PhoenixSource
PostgreSqlSource
PostgreSqlV2Source
PrestoSource
QuickBooksSource
RelationalSource
ResponsysSource
RestSource
SalesforceMarketingCloudSource
SalesforceServiceCloudSource
SalesforceServiceCloudV2Source
SalesforceSource
SalesforceV2Source
SapBwSource
SapCloudForCustomerSource
SapEccSource
SapHanaSource
SapOdpSource
SapOpenHubSource
SapTableSource
ServiceNowSource
ServiceNowV2Source
SharePointOnlineListSource
ShopifySource
SnowflakeSource
SnowflakeV2Source
SparkSource
SqlDWSource
SqlMISource
SqlServerSource
SqlSource
SquareSource
SybaseSource
TeradataSource
VerticaSource
WarehouseSource
WebSource
XeroSource
XmlSource
需要 ZohoSource ()

AmazonMWSSource

名稱 描述
類型 複製來源類型。 需要 'AmazonMWSSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

AmazonRdsForOracleSource

名稱 描述
類型 複製來源類型。 'AmazonRdsForOracleSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
oracleReaderQuery AmazonRdsForOracle 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionOption 將平行讀取 AmazonRdsForOracle 的數據分割機制。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionSettings 將用於 AmazonRdsForOracle 來源數據分割的設定。 AmazonRdsForOraclePartitionSettings
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

AmazonRdsForOraclePartitionSettings

名稱 描述
partitionColumnName 整數類型的數據行名稱,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionLowerBound partitionColumnName 中指定的數據行最小值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionNames AmazonRdsForOracle 數據表的實體分割區名稱。 針對 Bicep,您可以使用 任何 () 函式。
partitionUpperBound partitionColumnName 中指定的數據行最大值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AmazonRdsForSqlServerSource

名稱 描述
類型 複製來源類型。 必要) 'AmazonRdsForSqlServerSource' (
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
isolationLevel 指定 SQL 來源的異動鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionOption 將用於平行讀取 Sql 的數據分割機制。 可能的值為:“None”、“PhysicalPartitionsOfTable”、“DynamicRange”。 針對 Bicep,您可以使用 任何 () 函式。
partitionSettings 將用於 Sql 來源數據分割的設定。 SqlPartitionSettings
produceAdditionalTypes 要產生的其他類型。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlReaderQuery SQL 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlReaderStoredProcedureName SQL Database 來源的預存程式名稱。 這不能與 SqlReaderQuery 同時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 針對 Bicep,您可以使用 任何 () 函式。

SqlPartitionSettings

名稱 描述
partitionColumnName 整數或日期時間類型的數據行名稱,用於繼續數據分割。 如果未指定,則會自動偵測資料表的主索引鍵作為分割資料行。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionLowerBound 分割區範圍分割的分割區資料行最小值。 這個值用於決定分割區的跨距,而不是用於篩選資料表中的資料列。 資料表或查詢結果中的所有資料列都會進行分割和複製。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionUpperBound 分割區範圍分割的分割區資料行最大值。 這個值用於決定分割區的跨距,而不是用於篩選資料表中的資料列。 資料表或查詢結果中的所有資料列都會進行分割和複製。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AmazonRedshiftSource

名稱 描述
類型 複製來源類型。 需要 'AmazonRedshiftSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
redshiftUnloadSettings 從 Amazon Redshift 複製並卸除時,過渡 Amazon S3 所需的 Amazon S3 設定。 如此一來,Amazon Redshift 來源的數據會先卸除至 S3,然後從過渡期 S3 複製到目標接收。 RedshiftUnloadSettings

RedshiftUnloadSettings

名稱 描述
bucketName 過渡 Amazon S3 的貯體,用來儲存從 Amazon Redshift 來源卸除的數據。 貯體必須與 Amazon Redshift 來源位於相同的區域中。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)
s3LinkedServiceName 從 Amazon Redshift 來源複製時,將用於卸載作業的 Amazon S3 連結服務名稱。 需要 LinkedServiceReference ()

AvroSource

名稱 描述
類型 複製來源類型。 需要 'AvroSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
storeSettings Avro 存放區設定。 StoreReadSettings

StoreReadSettings

名稱 描述
disableMetricsCollection 如果為 true,請停用數據存放區計量集合。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
maxConcurrentConnections 源數據存放區的並行連接計數上限。 類型:具有 resultType 整數) 的整數 (或 Expression。 針對 Bicep,您可以使用 任何 () 函式。
類型 設定物件類型 AmazonS3CompatibleReadSettings
AmazonS3ReadSettings
AzureBlobFSReadSettings
AzureBlobStorageReadSettings
AzureDataLakeStoreReadSettings
AzureFileStorageReadSettings
FileServerReadSettings
FtpReadSettings
GoogleCloudStorageReadSettings
HdfsReadSettings
HttpReadSettings
LakeHouseReadSettings
OracleCloudStorageReadSettings
需要 SftpReadSettings ()

AmazonS3CompatibleReadSettings

名稱 描述
類型 讀取設定類型。 'AmazonS3CompatibleReadSettings' (必要)
deleteFilesAfterCompletion 指出原始程序檔是否需要在複製完成之後刪除。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeStart 檔案修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
prefix S3 Compatible 物件名稱的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFileName Amazon S3 相容通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFolderPath Amazon S3 兼容通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AmazonS3ReadSettings

名稱 描述
類型 讀取設定類型。 'AmazonS3ReadSettings' (必要)
deleteFilesAfterCompletion 指出在複製完成之後是否需要刪除原始程序檔。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
enablePartitionDiscovery 指出是否要啟用數據分割探索。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
fileListPath 指向文本檔,其中列出每個檔案 (您想要複製之數據集中所設定路徑的相對路徑) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeStart 檔案修改日期時間的開始。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionRootPath 指定數據分割探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
prefix S3 物件名稱的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFileName AmazonS3 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFolderPath AmazonS3 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureBlobFSReadSettings

名稱 描述
類型 讀取設定類型。 'AzureBlobFSReadSettings' (必要)
deleteFilesAfterCompletion 指出在複製完成之後是否需要刪除原始程序檔。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
enablePartitionDiscovery 指出是否要啟用數據分割探索。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
fileListPath 指向文本檔,其中列出每個檔案 (您想要複製之數據集中所設定路徑的相對路徑) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeStart 檔案修改日期時間的開始。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionRootPath 指定數據分割探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFileName Azure blobFS 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFolderPath Azure blobFS 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureBlobStorageReadSettings

名稱 描述
類型 讀取設定類型。 'AzureBlobStorageReadSettings' (必要)
deleteFilesAfterCompletion 指出原始程序檔是否需要在複製完成之後刪除。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeStart 檔案修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
prefix Azure Blob 名稱的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFileName Azure Blob 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFolderPath Azure Blob 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureDataLakeStoreReadSettings

名稱 描述
類型 讀取設定類型。 'AzureDataLakeStoreReadSettings' (必要)
deleteFilesAfterCompletion 指出原始程序檔是否需要在複製完成之後刪除。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
listAfter 根據檔案/資料夾名稱的語彙順序, (獨佔) 值之後,清單 檔案。 適用於數據集中的 folderPath,以及篩選 folderPath 底下的檔案/子資料夾。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
listBefore 根據檔案/資料夾名稱的語彙順序,在值 (內含) 之前 清單 檔案。 適用於數據集中的 folderPath,以及篩選 folderPath 底下的檔案/子資料夾。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeStart 檔案修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFileName ADLS 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFolderPath ADLS 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureFileStorageReadSettings

名稱 描述
類型 讀取設定類型。 'AzureFileStorageReadSettings' (必要)
deleteFilesAfterCompletion 指出在複製完成之後是否需要刪除原始程序檔。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
enablePartitionDiscovery 指出是否要啟用數據分割探索。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
fileListPath 指向文本檔,其中列出每個檔案 (您想要複製之數據集中所設定路徑的相對路徑) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeStart 檔案修改日期時間的開始。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionRootPath 指定數據分割探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
prefix 從根路徑開始之 Azure 檔名的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFileName Azure 檔案記憶體通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFolderPath Azure 檔案記憶體通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

FileServerReadSettings

名稱 描述
類型 讀取設定類型。 'FileServerReadSettings' (必要)
deleteFilesAfterCompletion 指出在複製完成之後是否需要刪除原始程序檔。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
enablePartitionDiscovery 指出是否要啟用數據分割探索。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
fileFilter 指定要用來在 folderPath (而不是所有檔案) 中選取檔案子集的篩選器。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
fileListPath 指向文本檔,其中列出每個檔案 (您想要複製之數據集中所設定路徑的相對路徑) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeStart 檔案修改日期時間的開始。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionRootPath 指定數據分割探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFileName FileServer 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFolderPath FileServer 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

FtpReadSettings

名稱 描述
類型 讀取設定類型。 必要 ('FtpReadSettings')
deleteFilesAfterCompletion 指出在複製完成之後是否需要刪除原始程序檔。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
disableChunking 如果為 true,請停用每個檔案內的平行讀取。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
enablePartitionDiscovery 指出是否要啟用數據分割探索。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
fileListPath 指向文本檔,其中列出每個檔案 (您想要複製之數據集中所設定路徑的相對路徑) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionRootPath 指定數據分割探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
useBinaryTransfer 指定是否要使用 FTP 存放區的二進位傳輸模式。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFileName Ftp 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFolderPath Ftp 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

GoogleCloudStorageReadSettings

名稱 描述
類型 讀取設定類型。 'GoogleCloudStorageReadSettings' (必要)
deleteFilesAfterCompletion 指出在複製完成之後是否需要刪除原始程序檔。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
enablePartitionDiscovery 指出是否要啟用數據分割探索。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
fileListPath 指向文本檔,其中列出每個檔案 (您想要複製之數據集中所設定路徑的相對路徑) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeStart 檔案修改日期時間的開始。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionRootPath 指定數據分割探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
prefix Google Cloud Storage 物件名稱的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFileName Google Cloud Storage 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFolderPath Google Cloud Storage 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

HdfsReadSettings

名稱 描述
類型 讀取設定類型。 需要 'HdfsReadSettings' ()
deleteFilesAfterCompletion 指出在複製完成之後是否需要刪除原始程序檔。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
distcpSettings 指定 Distcp 相關設定。 DistcpSettings
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeStart 檔案修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFileName HDFS 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFolderPath HDFS 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

DistcpSettings

名稱 描述
distcpOptions 指定 Distcp 選項。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
resourceManagerEndpoint 指定 Yarn ResourceManager 端點。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)
tempScriptPath 指定將用來儲存暫存 Distcp 命令腳本的現有資料夾路徑。 指令碼檔案是由 ADF 產生,並會在複製作業完成後移除。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)

HttpReadSettings

名稱 描述
類型 讀取設定類型。 'HttpReadSettings' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
additionalHeaders 要求中對 RESTful API 的其他 HTTP 標頭。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
requestBody 如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
requestMethod 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
requestTimeout 指定 HTTP 用戶端從 HTTP 伺服器取得 HTTP 回應的逾時。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

LakeHouseReadSettings

名稱 描述
類型 讀取設定類型。 需要 'LakeHouseReadSettings' ()
deleteFilesAfterCompletion 指出原始程序檔是否需要在複製完成之後刪除。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeStart 檔案修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFileName Microsoft Fabric LakeHouse Files 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFolderPath Microsoft Fabric LakeHouse Files 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

OracleCloudStorageReadSettings

名稱 描述
類型 讀取設定類型。 'OracleCloudStorageReadSettings' (必要)
deleteFilesAfterCompletion 指出原始程序檔是否需要在複製完成之後刪除。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeStart 檔案修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
prefix Oracle Cloud Storage 物件名稱的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFileName Oracle Cloud Storage 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFolderPath Oracle 雲端記憶體通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

SftpReadSettings

名稱 描述
類型 讀取設定類型。 'SftpReadSettings' (必要)
deleteFilesAfterCompletion 指出原始程序檔是否需要在複製完成之後刪除。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
disableChunking 如果為 true,請停用每個檔案內的平行讀取。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
fileListPath 指向文本檔,其中列出每個檔案 (您想要複製之數據集中所設定路徑的相對路徑) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeStart 檔案修改日期時間的開始。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionRootPath 指定數據分割探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFileName Sftp 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
wildcardFolderPath Sftp 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureBlobFSSource

名稱 描述
類型 複製來源類型。 'AzureBlobFSSource' (必要)
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
skipHeaderLineCount 要從每個 Blob 略過的標頭行數。 類型:具有 resultType 整數的整數 (或 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
treatEmptyAsNull 將空白視為 Null。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。

AzureDatabricksDeltaLakeSource

名稱 描述
類型 複製來源類型。 'AzureDatabricksDeltaLakeSource' (必要)
exportSettings Azure Databricks Delta Lake 匯出設定。 AzureDatabricksDeltaLakeExportCommand
查詢 Azure Databricks Delta Lake Sql 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureDatabricksDeltaLakeExportCommand

名稱 描述
dateFormat 在 Azure Databricks Delta Lake Copy 中指定 csv 的日期格式。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
timestampFormat 在 Azure Databricks Delta Lake Copy 中指定 csv 的時間戳格式。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
類型 匯出設定類型。 字串 (必要)
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

AzureDataExplorerSource

名稱 描述
類型 複製來源類型。 'AzureDataExplorerSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
noTruncation 布爾值選項的名稱,控制是否將截斷套用至超出特定數據列計數限制的結果集。 針對 Bicep,您可以使用 任何 () 函式。
查詢 資料庫查詢。 應該是 Kusto 查詢語言 (KQL) 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()
queryTimeout 查詢逾時。 類型:字串 (或具有 resultType 字串串的 Expression) 、 pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureDataLakeStoreSource

名稱 描述
類型 複製來源類型。 'AzureDataLakeStoreSource' (必要)
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。

AzureMariaDBSource

名稱 描述
類型 複製來源類型。 'AzureMariaDBSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureMySqlSource

名稱 描述
類型 複製來源類型。 'AzureMySqlSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

AzurePostgreSqlSource

名稱 描述
類型 複製來源類型。 'AzurePostgreSqlSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureSqlSource

名稱 描述
類型 複製來源類型。 'AzureSqlSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
isolationLevel 指定 SQL 來源的異動鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionOption 將用於平行讀取 Sql 的數據分割機制。 可能的值為:“None”、“PhysicalPartitionsOfTable”、“DynamicRange”。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionSettings 將用於 Sql 來源數據分割的設定。 SqlPartitionSettings
produceAdditionalTypes 要產生的其他類型。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlReaderQuery SQL 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlReaderStoredProcedureName SQL Database 來源的預存程式名稱。 這不能與 SqlReaderQuery 同時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 針對 Bicep,您可以使用 任何 () 函式。

AzureTableSource

名稱 描述
類型 複製來源類型。 'AzureTableSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
azureTableSourceIgnoreTableNotFound 找不到 Azure 資料表來源忽略數據表。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
AzureTableSourceQuery Azure 數據表來源查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

BinarySource

名稱 描述
類型 複製來源類型。 'BinarySource' (必要)
formatSettings 二進位格式設定。 BinaryReadSettings
storeSettings 二進位存放區設定。 StoreReadSettings

BinaryReadSettings

名稱 描述
compressionProperties 壓縮設定。 CompressionReadSettings
類型 讀取設定類型。 字串 (必要)
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

CompressionReadSettings

名稱 描述
類型 設定物件類型 TarGZipReadSettings
TarReadSettings
需要 ZipD (ReadSettings)

TarGZipReadSettings

名稱 描述
類型 [壓縮] 設定類型。 'TarGZipReadSettings' (必要)
preserveCompressionFileNameAsFolder 保留壓縮檔名作為資料夾路徑。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。

TarReadSettings

名稱 描述
類型 [壓縮] 設定類型。 必要) 的 'TarReadSettings' (
preserveCompressionFileNameAsFolder 保留壓縮檔名作為資料夾路徑。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。

ZipDeflateReadSettings

名稱 描述
類型 [壓縮] 設定類型。 'ZipDeflateReadSettings' (必要)
preserveZipFileNameAsFolder 保留 zip 檔名作為資料夾路徑。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。

BlobSource

名稱 描述
類型 複製來源類型。 'BlobSource' (必要)
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
skipHeaderLineCount 要從每個 Blob 略過的標頭行數。 類型:具有 resultType 整數的整數 (或 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
treatEmptyAsNull 將空白視為 Null。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。

CassandraSource

名稱 描述
類型 複製來源類型。 'CassandraSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
consistencyLevel 一致性層級會指定在將數據傳回用戶端應用程式之前,必須回應讀取要求多少 Cassandra 伺服器。 Cassandra 會檢查指定的 Cassandra 伺服器數目,以取得符合讀取要求的數據。 必須是 cassandraSourceReadConsistencyLevels 的其中一個。 預設值為 『ONE』。 而且不區分大小寫。 'ALL'
'EACH_QUORUM'
'LOCAL_ONE'
'LOCAL_QUORUM'
'LOCAL_SERIAL'
'ONE'
'QUORUM'
'SERIAL'
'THREE'
'TWO'
查詢 資料庫查詢。 應該是 SQL-92 查詢表示式或 Cassandra 查詢語言 (CQL) 命令。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

CommonDataServiceForAppsSource

名稱 描述
類型 複製來源類型。 'CommonDataServiceForAppsSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 FetchXML 是專屬的查詢語言,用於 Microsoft Common Data Service for Apps (在線 & 內部部署) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

ConcurSource

名稱 描述
類型 複製來源類型。 'ConcurSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

CosmosDbMongoDbApiSource

名稱 描述
類型 複製來源類型。 'CosmosDbMongoDbApiSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
batchSize 指定要在回應的每個批次中從 MongoDB 執行個體傳回的文件數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:具有 resultType 整數的整數 (或 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
cursorMethods Mongodb 查詢的數據指標方法。 MongoDbCursorMethodsProperties
filter 使用查詢運算子指定選取範圍篩選。 若要傳回集合中的所有文件,請省略此參數,或傳遞空白文件 ({})。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

MongoDbCursorMethodsProperties

名稱 描述
limit 指定伺服器傳回的文件數目上限。 limit () 類似於 SQL 資料庫中的 LIMIT 語句。 類型:具有 resultType 整數的整數 (或 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
project 指定要在符合查詢篩選條件的檔中傳回的欄位。 若要傳回比對文件中的所有欄位,請省略此參數。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
skip 指定略過多少份檔,以及 MongoDB 開始傳回結果的位置。 此方法在實作分頁結果時可能很有用。 類型:具有 resultType 整數的整數 (或 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sort 指定查詢傳回比對文件的順序。 類型:字串 (或具有 resultType 字串的 Expression) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

CosmosDbSqlApiSource

名稱 描述
類型 複製來源類型。 'CosmosDbSqlApiSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
detectDatetime 是否將基本值偵測為 datetime 值。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
pageSize 結果的頁面大小。 類型:具有 resultType 整數的整數 (或 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
preferredRegions 慣用的區域。 類型:字串陣列 (或 Expression,具有字串的 resultType 陣列) 。 針對 Bicep,您可以使用 任何 () 函式。
查詢 SQL API 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

CouchbaseSource

名稱 描述
類型 複製來源類型。 'CouchbaseSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

Db2Source

名稱 描述
類型 複製來源類型。 'Db2Source' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

DelimitedTextSource

名稱 描述
類型 複製來源類型。 需要 'DelimitedTextSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
formatSettings DelimitedText 格式設定。 DelimitedTextReadSettings
storeSettings DelimitedText 存放區設定。 StoreReadSettings

DelimitedTextReadSettings

名稱 描述
compressionProperties 壓縮設定。 CompressionReadSettings
skipLineCount 表示從輸入檔讀取資料時會略過非空白資料列的數目。 類型:具有 resultType 整數的整數 (或 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
類型 讀取設定類型。 字串 (必要)
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

DocumentDbCollectionSource

名稱 描述
類型 複製來源類型。 'DocumentDbCollectionSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
nestingSeparator 巢狀屬性分隔符。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
查詢 文件查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

DrillSource

名稱 描述
類型 複製來源類型。 必要) 的 'DrillSource' (
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

DynamicsAXSource

名稱 描述
類型 複製來源類型。 'DynamicsAXSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
httpRequestTimeout 逾時 (TimeSpan) 以取得 HTTP 回應。 逾時會取得回應,而非逾時讀取回應資料。 默認值:00:05:00。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

DynamicsCrmSource

名稱 描述
類型 複製來源類型。 'DynamicsCrmSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 FetchXML 是專屬的查詢語言,用於 Microsoft Dynamics CRM (在線 & 內部部署) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

DynamicsSource

名稱 描述
類型 複製來源類型。 需要 'DynamicsSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 FetchXML 是一個在 Microsoft Dynamics (線上版和內部部署版) 中使用的專屬查詢語言。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

EloquaSource

名稱 描述
類型 複製來源類型。 'EloquaSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

ExcelSource

名稱 描述
類型 複製來源類型。 需要 『ExcelSource』 ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
storeSettings Excel 市集設定。 StoreReadSettings

FileSystemSource

名稱 描述
類型 複製來源類型。 需要 'FileSystemSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。

GoogleAdWordsSource

名稱 描述
類型 複製來源類型。 'GoogleAdWordsSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

GoogleBigQuerySource

名稱 描述
類型 複製來源類型。 'GoogleBigQuerySource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

GoogleBigQueryV2Source

名稱 描述
類型 複製來源類型。 需要 『GoogleBigQueryV2Source』 ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

GreenplumSource

名稱 描述
類型 複製來源類型。 需要 'GreenplumSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

HBaseSource

名稱 描述
類型 複製來源類型。 需要 『HBaseSource』 ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

HdfsSource

名稱 描述
類型 複製來源類型。 需要 『HdfsSource』 ()
distcpSettings 指定 Distcp 相關設定。 DistcpSettings
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。

HiveSource

名稱 描述
類型 複製來源類型。 需要 『HiveSource』 ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

HttpSource

名稱 描述
類型 複製來源類型。 'HttpSource' (必要)
httpRequestTimeout 指定 HTTP 用戶端從 HTTP 伺服器取得 HTTP 回應的逾時。 默認值相當於 System.Net.HttpWebRequest.Timeout。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

HubspotSource

名稱 描述
類型 複製來源類型。 必要 ('HubspotSource')
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

ImpalaSource

名稱 描述
類型 複製來源類型。 必要) 'ImpalaSource' (
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

InformixSource

名稱 描述
類型 複製來源類型。 必要) ('InformixSource'
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

JiraSource

名稱 描述
類型 複製來源類型。 'JiraSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

JsonSource

名稱 描述
類型 複製來源類型。 需要 『JsonSource』 ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
formatSettings Json 格式設定。 JsonReadSettings
storeSettings Json 存放區設定。 StoreReadSettings

JsonReadSettings

名稱 描述
compressionProperties 壓縮設定。 CompressionReadSettings
類型 讀取設定類型。 需要字串 ()
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

LakeHouseTableSource

名稱 描述
類型 複製來源類型。 'LakeHouseTableSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
timestampAsOf 依時間戳查詢較舊的快照集。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
versionAsOf 依版本查詢較舊的快照集。 類型:具有 resultType 整數) 的整數 (或 Expression。 針對 Bicep,您可以使用 任何 () 函式。

MagentoSource

名稱 描述
類型 複製來源類型。 需要 'MagentoSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

MariaDBSource

名稱 描述
類型 複製來源類型。 需要 『MariaDBSource』 ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

MarketoSource

名稱 描述
類型 複製來源類型。 需要 『MarketoSource』 ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

MicrosoftAccessSource

名稱 描述
類型 複製來源類型。 'MicrosoftAccessSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

MongoDbAtlasSource

名稱 描述
類型 複製來源類型。 'MongoDbAtlasSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
batchSize 指定要在回應的每個批次中從 MongoDB Atlas 執行個體傳回的文件數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:具有 resultType 整數) 的整數 (或 Expression。 針對 Bicep,您可以使用 任何 () 函式。
cursorMethods Mongodb 查詢的數據指標方法 MongoDbCursorMethodsProperties
filter 使用查詢運算子指定選取範圍篩選。 若要傳回集合中的所有文件,請省略此參數,或傳遞空白文件 ({})。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

MongoDbSource

名稱 描述
類型 複製來源類型。 'MongoDbSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 資料庫查詢。 應該是 SQL-92 查詢運算式。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

MongoDbV2Source

名稱 描述
類型 複製來源類型。 需要 'MongoDbV2Source' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
batchSize 指定要在回應的每個批次中從 MongoDB 執行個體傳回的文件數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:具有 resultType 整數) 的整數 (或 Expression。 針對 Bicep,您可以使用 任何 () 函式。
cursorMethods Mongodb 查詢的數據指標方法 MongoDbCursorMethodsProperties
filter 使用查詢運算子指定選取範圍篩選。 若要傳回集合中的所有文件,請省略此參數,或傳遞空白文件 ({})。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

MySqlSource

名稱 描述
類型 複製來源類型。 'MySqlSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

NetezzaSource

名稱 描述
類型 複製來源類型。 必要 ('NetezzaSource')
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
partitionOption 將用於平行讀取 Netezza 的數據分割機制。 可能的值包括:「None」、“DataSlice”、“DynamicRange”。 針對 Bicep,您可以使用 任何 () 函式。
partitionSettings 將用於 Netezza 來源資料分割的設定。 NetezzaPartitionSettings
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

NetezzaPartitionSettings

名稱 描述
partitionColumnName 整數類型中的數據行名稱,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionLowerBound partitionColumnName 中指定的數據行最小值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionUpperBound partitionColumnName 中指定的數據行最大值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

ODataSource

名稱 描述
類型 複製來源類型。 'ODataSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
httpRequestTimeout 逾時 (TimeSpan) 以取得 HTTP 回應。 逾時會取得回應,而非逾時讀取回應資料。 默認值:00:05:00。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
查詢 OData 查詢。 例如,“$top=1”。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

OdbcSource

名稱 描述
類型 複製來源類型。 'OdbcSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

Office365Source

名稱 描述
類型 複製來源類型。 'Office365Source' (必要)
allowedGroups 包含所有使用者的群組。 類型:字串陣列 (或 Expression,其中具有字串) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
dateFilterColumn 要套用 {paramref name=“StartTime”/} 和 {paramref name=“EndTime”/} 的數據行。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
EndTime 此數據集所要求範圍的結束時間。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
outputColumns 要從 Office 365 數據表讀取的數據行。 類型:對象陣列 (或 Expression,其中具有物件的 resultType 陣列) 。 itemType:OutputColumn。 範例: [ { “name”: “Id” }, { “name”: “CreatedDateTime” } ] 針對 Bicep,您可以使用 任何 () 函式。
startTime 此數據集所要求範圍的開始時間。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
userScopeFilterUri 用戶範圍 URI。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

OracleServiceCloudSource

名稱 描述
類型 複製來源類型。 'OracleServiceCloudSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

oracleReaderQuery

名稱 描述
類型 複製來源類型。 需要 『OracleSource』 ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
oracleReaderQuery Oracle 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionOption 將用於 Oracle 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 針對 Bicep,您可以使用 任何 () 函式。
partitionSettings 將用於 Oracle 來源數據分割的設定。 OraclePartitionSettings
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

OraclePartitionSettings

名稱 描述
partitionColumnName 整數類型的數據行名稱,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionLowerBound partitionColumnName 中指定的數據行最小值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionNames Oracle 數據表的實體分割區名稱。 針對 Bicep,您可以使用 任何 () 函式。
partitionUpperBound partitionColumnName 中指定的數據行最大值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

OrcSource

名稱 描述
類型 複製來源類型。 必要) 'OrcSource' (
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
storeSettings ORC 存放區設定。 StoreReadSettings

ParquetSource

名稱 描述
類型 複製來源類型。 'ParquetSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
formatSettings Parquet 格式設定。 ParquetReadSettings
storeSettings Parquet 存放區設定。 StoreReadSettings

ParquetReadSettings

名稱 描述
compressionProperties 壓縮設定。 CompressionReadSettings
類型 讀取設定類型。 字串 (必要)
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

PaypalSource

名稱 描述
類型 複製來源類型。 需要 'PaypalSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

PhoenixSource

名稱 描述
類型 複製來源類型。 需要 『PhoenixSource』 ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

PostgreSqlSource

名稱 描述
類型 複製來源類型。 'PostgreSqlSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

PostgreSqlV2Source

名稱 描述
類型 複製來源類型。 'PostgreSqlV2Source' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

PrestoSource

名稱 描述
類型 複製來源類型。 必要) 'PrestoSource' (
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

QuickBooksSource

名稱 描述
類型 複製來源類型。 必要) 的 'QuickBooksSource' (
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

RelationalSource

名稱 描述
類型 複製來源類型。 需要 'RelationalSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

ResponsysSource

名稱 描述
類型 複製來源類型。 必要) ('ResponsysSource'
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

RestSource

名稱 描述
類型 複製來源類型。 必要) 'RestSource' (
additionalColumns 指定要加入源數據的其他資料行。 類型:索引鍵值組 (值應該是字串類型) 。 針對 Bicep,您可以使用 任何 () 函式。
additionalHeaders 要求中對 RESTful API 的其他 HTTP 標頭。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
httpRequestTimeout 逾時 (TimeSpan) 以取得 HTTP 回應。 逾時會取得回應,而非逾時讀取回應資料。 默認值:00:01:40。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
paginationRules 用來撰寫下一個頁面要求的分頁規則。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
requestBody 如果 requestMethod 是 POST,則為 RESTful API 的 HTTP 要求本文。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
requestInterval 傳送下一個頁面要求之前要等候的時間。 針對 Bicep,您可以使用 任何 () 函式。
requestMethod 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

SalesforceMarketingCloudSource

名稱 描述
類型 複製來源類型。 'SalesforceMarketingCloudSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

SalesforceServiceCloudSource

名稱 描述
類型 複製來源類型。 'SalesforceServiceCloudSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
readBehavior 作業的讀取行為。 預設值為 Query。 允許的值:Query/QueryAll。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

SalesforceServiceCloudV2Source

名稱 描述
類型 複製來源類型。 'SalesforceServiceCloudV2Source' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
includeDeletedObjects 這個屬性可控制查詢結果是否包含 Deleted 物件。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
SOQLQuery 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

SalesforceSource

名稱 描述
類型 複製來源類型。 需要 'SalesforceSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
readBehavior 作業的讀取行為。 預設值為 Query。 允許的值:Query/QueryAll。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

SalesforceV2Source

名稱 描述
類型 複製來源類型。 'SalesforceV2Source' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
includeDeletedObjects 這個屬性可控制查詢結果是否包含 Deleted 物件。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
SOQLQuery 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

SapBwSource

名稱 描述
類型 複製來源類型。 'SapBwSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 MDX 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

SapCloudForCustomerSource

名稱 描述
類型 複製來源類型。 'SapCloudForCustomerSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
httpRequestTimeout 逾時 (TimeSpan) 以取得 HTTP 回應。 逾時會取得回應,而非逾時讀取回應資料。 默認值:00:05:00。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
查詢 SAP Cloud for Customer OData 查詢。 例如,“$top=1”。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

SapEccSource

名稱 描述
類型 複製來源類型。 必要 ('SapEccSource')
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
httpRequestTimeout 逾時 (TimeSpan) 以取得 HTTP 回應。 逾時會取得回應,而非逾時讀取回應資料。 默認值:00:05:00。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
查詢 SAP ECC OData 查詢。 例如,“$top=1”。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

SapHanaSource

名稱 描述
類型 複製來源類型。 'SapHanaSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
packetSize 從 SAP HANA 讀取的數據封包大小。 類型:具有 resultType 整數的整數 (或 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionOption 將用於平行讀取SAP HANA 的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“SapHanaDynamicRange” 針對 Bicep,您可以使用 任何 () 函式。
partitionSettings 將用於 SAP HANA 來源資料分割的設定。 SapHanaPartitionSettings
查詢 SAP HANA Sql 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

SapHanaPartitionSettings

名稱 描述
partitionColumnName 將用於繼續範圍數據分割的數據行名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

SapOdpSource

名稱 描述
類型 複製來源類型。 需要 'SapOdpSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
extractionMode 擷取模式。 允許的值包括:完整、差異和復原。 預設值是 Full秒。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
投射 (projection) 指定要從源數據選取的數據行。 類型:對象陣列 (投影) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
選取範圍 指定源數據中的選取條件。 類型:物件陣列 (選取範圍) (或具有對象結果類型陣列的Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
subscriberProcess 管理差異進程的訂閱者進程。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

SapOpenHubSource

名稱 描述
類型 複製來源類型。 'SapOpenHubSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
baseRequestId 差異載入的要求識別碼。 設定之後,將只會擷取 requestId 大於此屬性值的資料。 預設值為 0。 類型:具有 resultType 整數 ) 的整數 (或 Expression。 針對 Bicep,您可以使用 任何 () 函式。
customRfcReadTableFunctionModule 指定將用來從 SAP 資料表讀取資料的自訂 RFC 函式模組。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
excludeLastRequest 是否要排除最後一個要求的記錄。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
sapDataColumnDelimiter 將做為傳遞至 SAP RFC 的分隔符,以及分割所擷取輸出數據的單一字元。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

SapTableSource

名稱 描述
類型 複製來源類型。 'SapTableSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
batchSize 指定從 SAP 數據表擷取數據時一次擷取的數據列數目上限。 類型:具有 resultType 整數的整數 (或 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
customRfcReadTableFunctionModule 指定將用來從 SAP 資料表讀取資料的自訂 RFC 函式模組。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionOption 將用於平行讀取SAP數據表的數據分割機制。 可能的值包括:“None”、“PartitionOnInt”、“PartitionOnCalendarYear”、“PartitionOnCalendarMonth”、“PartitionOnCalendarDate”、“PartitionOnTime”。 針對 Bicep,您可以使用 任何 () 函式。
partitionSettings 將用於 SAP 資料表源資料分割的設定。 SapTablePartitionSettings
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
rfcTableFields 將擷取之 SAP 數據表的欄位。 例如,column0,column1。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
rfcTableOptions SAP 資料表篩選的選項。 例如,COLUMN0 EQ SOME VALUE。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
rowCount 要擷取的資料列數。 類型:具有 resultType 整數的整數 (或 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
rowSkips 將略過的數據列數目。 類型:具有 resultType 整數的整數 (或 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sapDataColumnDelimiter 將做為傳遞至 SAP RFC 的分隔符,以及分割所擷取輸出數據的單一字元。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

SapTablePartitionSettings

名稱 描述
maxPartitionsNumber 數據表將分割成的分割區最大值。 類型:具有 resultType 字串的整數 (或 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionColumnName 將用於繼續範圍數據分割的數據行名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionLowerBound partitionColumnName 中指定的數據行最小值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionUpperBound partitionColumnName 中指定的數據行最大值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

ServiceNowSource

名稱 描述
類型 複製來源類型。 必要 ('ServiceNowSource')
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

ServiceNowV2Source

名稱 描述
類型 複製來源類型。 'ServiceNowV2Source' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
expression 從來源篩選數據的表達式。 ExpressionV2
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

ExpressionV2

名稱 描述
運算元 巢狀表達式的清單。 ExpressionV2[]
! 運算子之後 表達式運算子值類型:字串。 字串
type 系統支援的表達式類型。 類型:字串。 'Binary'
'Constant'
'Field'
'一元'
常數/欄位類型的值:字串。 字串

SharePointOnlineListSource

名稱 描述
類型 複製來源類型。 '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]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
查詢 OData 查詢,用來篩選 SharePoint Online 清單中的數據。 例如,“$top=1”。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

ShopifySource

名稱 描述
類型 複製來源類型。 'ShopifySource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

SnowflakeSource

名稱 描述
類型 複製來源類型。 需要 'SnowflakeSource' ()
exportSettings Snowflake 匯出設定。 SnowflakeExportCopyCommand (必要)
查詢 Snowflake Sql 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

SnowflakeExportCopyCommand

名稱 描述
additionalCopyOptions 直接傳遞至雪花式複製命令的其他複製選項。 類型:索引鍵值組 (值應該是字串類型,) (或Expression搭配 resultType 物件) 。 範例:“additionalCopyOptions”: { “DATE_FORMAT”: “MM/DD/YYYY”, “TIME_FORMAT”: “'HH24:MI:SS。FF'“ } SnowflakeExportCopyCommandAdditionalCopyOptions
additionalFormatOptions 直接傳遞至雪花複製命令的其他格式選項。 類型:索引鍵值組 (值應該是字串類型,) (或Expression搭配 resultType 物件) 。 範例:“additionalFormatOptions”: { “OVERWRITE”: “TRUE”, “MAX_FILE_SIZE”: “'FALSE'” } SnowflakeExportCopyCommandAdditionalFormatOptions
類型 匯出設定類型。 字串 (必要)
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

SnowflakeExportCopyCommandAdditionalCopyOptions

名稱 描述
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

SnowflakeExportCopyCommandAdditionalFormatOptions

名稱 描述
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

SnowflakeV2Source

名稱 描述
類型 複製來源類型。 需要 'SnowflakeV2Source' ()
exportSettings Snowflake 匯出設定。 SnowflakeExportCopyCommand (必要)
查詢 Snowflake Sql 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

SparkSource

名稱 描述
類型 複製來源類型。 'SparkSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

SqlDWSource

名稱 描述
類型 複製來源類型。 需要 'SqlDWSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
isolationLevel 指定 SQL 來源的異動鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionOption 將用於平行讀取 Sql 的數據分割機制。 可能的值為:“None”、“PhysicalPartitionsOfTable”、“DynamicRange”。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionSettings 將用於 Sql 來源數據分割的設定。 SqlPartitionSettings
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlReaderQuery SQL Data Warehouse 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlReaderStoredProcedureName SQL Data Warehouse 來源的預存程式名稱。 這不能與 SqlReaderQuery 同時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 Type: object (或 Expression with resultType object) , itemType: StoredProcedureParameter. 針對 Bicep,您可以使用 任何 () 函式。

SqlMISource

名稱 描述
類型 複製來源類型。 'SqlMISource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
isolationLevel 指定 SQL 來源的異動鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionOption 將用於平行讀取 Sql 的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionSettings 將用於 Sql 來源數據分割的設定。 SqlPartitionSettings
produceAdditionalTypes 要產生的其他類型。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlReaderQuery SQL 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlReaderStoredProcedureName Azure SQL 受控執行個體 來源的預存程式名稱。 這不能與 SqlReaderQuery 同時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 針對 Bicep,您可以使用 任何 () 函式。

SqlServerSource

名稱 描述
類型 複製來源類型。 'SqlServerSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
isolationLevel 指定 SQL 來源的異動鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionOption 將用於平行讀取 Sql 的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionSettings 將用於 Sql 來源數據分割的設定。 SqlPartitionSettings
produceAdditionalTypes 要產生的其他類型。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlReaderQuery SQL 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlReaderStoredProcedureName SQL Database 來源的預存程式名稱。 這不能與 SqlReaderQuery 同時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 針對 Bicep,您可以使用 任何 () 函式。

SqlSource

名稱 描述
類型 複製來源類型。 'SqlSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
isolationLevel 指定 SQL 來源的異動鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionOption 將用於平行讀取 Sql 的數據分割機制。 可能的值為:“None”、“PhysicalPartitionsOfTable”、“DynamicRange”。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionSettings 將用於 Sql 來源數據分割的設定。 SqlPartitionSettings
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlReaderQuery SQL 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlReaderStoredProcedureName SQL Database 來源的預存程式名稱。 這不能與 SqlReaderQuery 同時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 針對 Bicep,您可以使用 任何 () 函式。

SquareSource

名稱 描述
類型 複製來源類型。 'SquareSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

SybaseSource

名稱 描述
類型 複製來源類型。 'SybaseSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

TeradataSource

名稱 描述
類型 複製來源類型。 必要 ('TeradataSource')
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
partitionOption 將用於平行讀取 teradata 的數據分割機制。 可能的值包括:「None」、“Hash” “DynamicRange” 針對 Bicep,您可以使用 任何 () 函式。
partitionSettings 將用於 teradata 來源資料分割的設定。 TeradataPartitionSettings
查詢 Teradata 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

TeradataPartitionSettings

名稱 描述
partitionColumnName 將用於繼續範圍或哈希數據分割的數據行名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionLowerBound partitionColumnName 中指定的數據行最小值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionUpperBound partitionColumnName 中指定的數據行最大值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

VerticaSource

名稱 描述
類型 複製來源類型。 'VerticaSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

WarehouseSource

名稱 描述
類型 複製來源類型。 'WarehouseSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
isolationLevel 指定 Microsoft Fabric Warehouse 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
partitionOption 將用於平行讀取 Sql 的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 針對 Bicep,您可以使用 任何 () 函式。
partitionSettings 將用於 Sql 來源數據分割的設定。 SqlPartitionSettings
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlReaderQuery Microsoft Fabric 倉儲讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sqlReaderStoredProcedureName Microsoft Fabric Warehouse 來源的預存程式名稱。 這不能與 SqlReaderQuery 同時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 Type: object (或 Expression with resultType object) , itemType: StoredProcedureParameter. 針對 Bicep,您可以使用 任何 () 函式。

WebSource

名稱 描述
類型 複製來源類型。 'WebSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。

XeroSource

名稱 描述
類型 複製來源類型。 需要 『XeroSource』 ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

XmlSource

名稱 描述
類型 複製來源類型。 'XmlSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
formatSettings Xml 格式設定。 XmlReadSettings
storeSettings Xml 存放區設定。 StoreReadSettings

XmlReadSettings

名稱 描述
compressionProperties 壓縮設定。 CompressionReadSettings
detectDataType 指出讀取 xml 檔案時是否啟用類型偵測。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
namespacePrefixes 命名空間 URI 與前置詞對應,以在啟用命名空間時覆寫數據行名稱中的前置詞,如果未定義命名空間 URI 的前置詞,則會使用 xml 數據檔中的 xml 元素/屬性名稱前置詞。 範例:“{”;:“http://www.example.com/xml"prefix”}“ Type: object (或 Expression with resultType object) 。 針對 Bicep,您可以使用 任何 () 函式。
命名空間 指出讀取 xml 檔案時是否啟用命名空間。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
類型 讀取設定類型。 字串 (必要)
validationMode 指出讀取 xml 檔案時所使用的驗證方法。 允許的值:『none』、『xsd』或 『dtd』。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

ZohoSource

名稱 描述
類型 複製來源類型。 必要 ('ZohoSource')
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。 針對 Bicep,您可以使用 任何 () 函式。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

StagingSettings

名稱 描述
enableCompression 指定是否要在透過過渡暫存複製數據時使用壓縮。 預設值為 False。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
linkedServiceName 暫存連結服務參考。 LinkedServiceReference (必要)
path 用來儲存過渡期數據之記憶體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

CustomActivity

名稱 描述
類型 活動的類型。 需要 『Custom』 ()
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 自訂活動屬性。 CustomActivityTypeProperties (必要)

CustomActivityTypeProperties

名稱 描述
autoUserSpecification 使用者的提高許可權層級和範圍,預設值為非系統管理員工作。 類型:string (或 expression with resultType double) 。 針對 Bicep,您可以使用 任何 () 函式。
命令 自定義活動類型的命令:string (或 Expression with resultType string) 。 針對 Bicep,您可以使用 任何 () function. (所需的)
extendedProperties 使用者定義屬性包。 對可以使用的索引鍵或值沒有任何限制。 使用者指定的自定義活動完全負責取用和解譯定義的內容。 CustomActivityTypePropertiesExtendedProperties
folderPath 資源文件的資料夾路徑類型:string (或 Expression with resultType string) 。 針對 Bicep,您可以使用 任何 () 函式。
referenceObjects 參考物件 CustomActivityReferenceObject
resourceLinkedService 資源連結服務參考。 LinkedServiceReference
retentionTimeInDays 檔案 (提交給自訂活動) 的保留時間。 類型:double (或 expression with resultType double) 。 針對 Bicep,您可以使用 任何 () 函式。

CustomActivityTypePropertiesExtendedProperties

名稱 描述
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

CustomActivityReferenceObject

名稱 描述
datasets 數據集參考。 DatasetReference[]
linkedServices 鏈接的服務參考。 LinkedServiceReference[]

DatabricksNotebookActivity

名稱 描述
類型 活動的類型。 'DatabricksNotebook' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Databricks Notebook 活動屬性。 DatabricksNotebookActivityTypeProperties (必要)

DatabricksNotebookActivityTypeProperties

名稱 描述
baseParameters 要用於此作業每一次執行的基底參數。如果筆記本採用未指定的參數,則會使用筆記本中的預設值。 DatabricksNotebookActivityTypePropertiesBaseParamete...
程式庫 要在負責執行工作的叢集上,即將安裝的程式庫清單。 DatabricksNotebookActivityTypePropertiesLibrariesIte...[]
notebookPath 要在 Databricks 工作區中執行之 Notebook 的絕對路徑。 此路徑必須以斜線開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)

DatabricksNotebookActivityTypePropertiesBaseParamete...

名稱 描述
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

DatabricksNotebookActivityTypePropertiesLibrariesIte...

名稱 描述
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

DatabricksSparkJarActivity

名稱 描述
類型 活動的類型。 'DatabricksSparkJar' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Databricks SparkJar 活動屬性。 DatabricksSparkJarActivityTypeProperties (必要)

DatabricksSparkJarActivityTypeProperties

名稱 描述
程式庫 要在負責執行工作的叢集上,即將安裝的程式庫清單。 DatabricksSparkJarActivityTypePropertiesLibrariesIte...[]
mainClassName 類別的完整名稱,該類別包含要執行的 main 方法。 這個類別必須包含在提供做為程式庫的 JAR 中。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()
參數 將傳遞至 main 方法的參數。 any[]

DatabricksSparkJarActivityTypePropertiesLibrariesIte...

名稱 描述
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

DatabricksSparkPythonActivity

名稱 描述
類型 活動的類型。 'DatabricksSparkPython' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Databricks SparkPython 活動屬性。 DatabricksSparkPythonActivityTypeProperties (必要)

DatabricksSparkPythonActivityTypeProperties

名稱 描述
程式庫 要在負責執行工作的叢集上,即將安裝的程式庫清單。 DatabricksSparkPythonActivityTypePropertiesLibraries...[]
參數 將傳遞至 Python 檔案的命令列參數。 any[]
pythonFile 要執行之 Python 檔案的 URI。 支援 DBFS 路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()

DatabricksSparkPythonActivityTypePropertiesLibraries...

名稱 描述
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

DataLakeAnalyticsUsqlActivity

名稱 描述
類型 活動的類型。 'DataLakeAnalyticsU-SQL' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Data Lake Analytics U-SQL 活動屬性。 DataLakeAnalyticsUsqlActivityTypeProperties (必要)

DataLakeAnalyticsUsqlActivityTypeProperties

名稱 描述
compilationMode U-SQL 的編譯模式。 必須是下列其中一個值:Semantic、Full 和SingleBox。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
degreeOfParallelism 同時用來執行作業的節點數目上限。 預設值為 1。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:1。 針對 Bicep,您可以使用 任何 () 函式。
參數 U-SQL 作業要求的參數。 DataLakeAnalyticsUsqlActivityTypePropertiesParameter...
priority 判斷應該選取排入佇列的哪些工作首先執行。 編號愈低,優先順序愈高。 預設值為 1000。 類型:整數 (或具有 resultType 整數的 Expression) ,最小值:1。 針對 Bicep,您可以使用 任何 () 函式。
runtimeVersion 所要使用之 U-SQL 引擎的執行階段版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
scriptLinkedService 編寫連結服務參考的腳本。 需要 LinkedServiceReference ()
scriptPath 包含U-SQL 文稿之資料夾的區分大小寫路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)

DataLakeAnalyticsUsqlActivityTypePropertiesParameter...

名稱 描述
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

DeleteActivity

名稱 描述
類型 活動的類型。 需要 『Delete』 ()
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 刪除活動屬性。 需要 DeleteActivityTypeProperties ()

DeleteActivityTypeProperties

名稱 描述
資料集 刪除活動數據集參考。 需要 DatasetReference ()
enableLogging 是否要記錄刪除活動執行的詳細記錄。 預設值為 False。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
logStorageSettings 當 enableLogging 為 true 時,客戶必須提供記錄記憶體設定。 LogStorageSettings
maxConcurrentConnections 同時連接數據源的最大並行連線。 int

約束:
最小值 = 1
遞迴 如果為 true,則會以遞歸方式刪除目前資料夾路徑下的檔案或子資料夾。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
storeSettings 刪除活動存放區設定。 StoreReadSettings

ExecuteDataFlowActivity

名稱 描述
類型 活動的類型。 'ExecuteDataFlow' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 執行數據流活動屬性。 ExecuteDataFlowActivityTypeProperties (必要)

ExecuteDataFlowActivityTypeProperties

名稱 描述
計算 數據流活動的計算屬性。 ExecuteDataFlowActivityTypePropertiesCompute
continueOnError 繼續執行用於數據流執行的錯誤設定。 允許在接收失敗時繼續處理。 類型:布爾值 (或具有 resultType 布爾值) 的運算式 針對 Bicep,您可以使用 任何 () 函式。
數據流 數據流參考。 需要 DataFlowReference ()
integrationRuntime 整合執行階段參考資料。 IntegrationRuntimeReference
runConcurrently 用於數據流執行的並行執行設定。 允許同時處理具有相同儲存順序的接收。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression 針對 Bicep,您可以使用 任何 () 函式。
sourceStagingConcurrency 指定適用於接收之來源的平行暫存數目。 類型:具有 resultType 整數的整數 (或 Expression) 針對 Bicep,您可以使用 任何 () 函式。
staging 執行數據流活動的預備資訊。 DataFlowStagingInfo
traceLevel 用於數據流監視輸出的追蹤層級設定。 支援的值包括:『coarse』、『fine』和 『none』。 類型:字串 (或具有 resultType 字串的 Expression) 針對 Bicep,您可以使用 任何 () 函式。

ExecuteDataFlowActivityTypePropertiesCompute

名稱 描述
computeType 將執行數據流作業之叢集的計算類型。 可能的值包括:『General』、『MemoryOptimized』、『ComputeOptimized』。 類型:字串 (或具有 resultType 字串的 Expression) 針對 Bicep,您可以使用 任何 () 函式。
coreCount 將執行數據流作業之叢集的核心計數。 支援的值為:8、16、32、48、80、144 和 272。 類型:具有 resultType 整數的整數 (或 Expression) 針對 Bicep,您可以使用 任何 () 函式。

DataFlowReference

名稱 描述
datasetParameters 從數據集參考數據流參數。 針對 Bicep,您可以使用 任何 () 函式。
參數 資料流程參數 ParameterValueSpecification
referenceName 參考數據流名稱。 字串 (必要)
類型 數據流參考類型。 ) 所需的 'DataFlowReference' (
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

IntegrationRuntimeReference

名稱 描述
參數 整合運行時間的自變數。 ParameterValueSpecification
referenceName 參考整合運行時間名稱。 字串 (必要)
類型 整合運行時間的類型。 'IntegrationRuntimeReference' (必要)

DataFlowStagingInfo

名稱 描述
folderPath 暫存 Blob 的資料夾路徑。 類型:字串 (或具有 resultType 字串的 Expression) 針對 Bicep,您可以使用 任何 () 函式。
linkedService 暫存連結服務參考。 LinkedServiceReference

ExecutePipelineActivity

名稱 描述
類型 活動的類型。 需要 'ExecutePipeline' ()
原則 執行管線活動原則。 ExecutePipelineActivityPolicy
typeProperties 執行管線活動屬性。 ExecutePipelineActivityTypeProperties (必要)

ExecutePipelineActivityPolicy

名稱 描述
secureInput 當設定為 true 時,來自活動的輸入會被視為安全,而且不會記錄到監視。 bool
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

ExecutePipelineActivityTypeProperties

名稱 描述
參數 管線參數。 ParameterValueSpecification
管線 管線參考。 PipelineReference (必要)
waitOnCompletion 定義活動執行是否會等待相依管線執行完成。 預設值為 false。 bool

PipelineReference

名稱 描述
NAME 參考名稱。 字串
referenceName 參考管線名稱。 字串 (必要)
類型 管線參考類型。 'PipelineReference' (必要)

ExecuteSsisPackageActivity

名稱 描述
類型 活動的類型。 'ExecuteSSISPackage' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 執行 SSIS 套件活動屬性。 ExecuteSsisPackageActivityTypeProperties (必要)

ExecuteSsisPackageActivityTypeProperties

名稱 描述
connectVia 整合執行階段參考資料。 IntegrationRuntimeReference (必要)
environmentPath 執行 SSIS 封裝的環境路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
executionCredential 封裝執行認證。 SsisExecutionCredential
loggingLevel SSIS 封裝執行的記錄層級。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
logLocation SSIS 套件執行記錄檔位置。 SsisLogLocation
packageConnectionManagers 要執行 SSIS 封裝的封裝層級連接管理員。 ExecuteSsisPackageActivityTypePropertiesPackageConne...
packageLocation SSIS 套件位置。 需要 SsisPackageLocation ()
packageParameters 要執行 SSIS 封裝的封裝層級參數。 ExecuteSsisPackageActivityTypePropertiesPackageParam...
projectConnectionManagers 要執行 SSIS 封裝的專案層級連接管理員。 ExecuteSsisPackageActivityTypePropertiesProjectConne...
projectParameters 要執行 SSIS 封裝的專案層級參數。 ExecuteSsisPackageActivityTypePropertiesProjectParam...
propertyOverrides 屬性會覆寫 以執行 SSIS 封裝。 ExecuteSsisPackageActivityTypePropertiesPropertyOver...
執行階段 指定要執行 SSIS 封裝的運行時間。 此值應該是 「x86」 或 「x64」。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

SsisExecutionCredential

名稱 描述
網域 Windows 驗證的網域。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()
password Windows 驗證的密碼。 需要 SecureString ()
userName Windows 驗證的 UseName。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()

SecureString

名稱 描述
類型 秘密的類型。 需要字串 ()
安全字串的值。 需要字串 ()

SsisLogLocation

名稱 描述
logPath SSIS 封裝執行記錄檔路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)
類型 SSIS 記錄檔位置的類型。 需要 『File』 ()
typeProperties SSIS 套件執行記錄檔位置屬性。 需要 SsisLogLocationTypeProperties ()

SsisLogLocationTypeProperties

名稱 描述
accessCredential 封裝執行記錄存取認證。 SsisAccessCredential
logRefreshInterval 指定重新整理記錄的間隔。 預設間隔為 5 分鐘。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

SsisAccessCredential

名稱 描述
網域 Windows 驗證的網域。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)
password Windows 驗證的密碼。 需要 SecretBase ()
userName 用於 Windows 驗證的 UseName。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)

SecretBase

名稱 描述
類型 設定物件類型 AzureKeyVaultSecret
需要 SecureString ()

AzureKeyVaultSecretReference

名稱 描述
secretName Azure 金鑰保存庫 中的秘密名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)
secretVersion Azure 金鑰保存庫 中的秘密版本。 預設值為最新版本的秘密。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
store Azure 金鑰保存庫 鏈接服務參考。 需要 LinkedServiceReference ()
類型 秘密的類型。 需要字串 ()

ExecuteSsisPackageActivityTypePropertiesPackageConne...

名稱 描述
{自定義屬性} SsisConnectionManager

SsisConnectionManager

名稱 描述
{自定義屬性} SsisExecutionParameter

SsisExecutionParameter

名稱 描述
SSIS 封裝執行參數值。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)

SsisPackageLocation

名稱 描述
packagePath SSIS 套件路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
類型 SSIS 封裝位置的類型。 'File'
'InlinePackage'
'PackageStore'
'SSISDB'
typeProperties SSIS 套件位置屬性。 SsisPackageLocationTypeProperties

SsisPackageLocationTypeProperties

名稱 描述
accessCredential 套件存取認證。 SsisAccessCredential
childPackages 內嵌子封裝清單。 SsisChildPackage[]
configurationAccessCredential 組態檔存取認證。 SsisAccessCredential
configurationPath 封裝執行的組態檔。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
packageContent 內嵌套件內容。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
packageLastModifiedDate 內嵌套件上次修改日期。 字串
packageName 封裝名稱。 字串
packagePassword 封裝的密碼。 SecretBase

SsisChildPackage

名稱 描述
packageContent 內嵌子封裝的內容。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()
packageLastModifiedDate 內嵌子封裝的上次修改日期。 字串
packageName 內嵌子封裝的名稱。 字串
packagePath 內嵌子封裝的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()

ExecuteSsisPackageActivityTypePropertiesPackageParam...

名稱 描述
{自定義屬性} SsisExecutionParameter

ExecuteSsisPackageActivityTypePropertiesProjectConne...

名稱 描述
{自定義屬性} SsisConnectionManager

ExecuteSsisPackageActivityTypePropertiesProjectParam...

名稱 描述
{自定義屬性} SsisExecutionParameter

ExecuteSsisPackageActivityTypePropertiesPropertyOver...

名稱 描述
{自定義屬性} SsisPropertyOverride

SsisPropertyOverride

名稱 描述
isSensitive SSIS 套件屬性覆寫值是否為敏感數據。 如果值為 true,則會在 SSISDB 中加密 bool
SSIS 封裝屬性覆寫值。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()

ExecuteWranglingDataflowActivity

名稱 描述
類型 活動的類型。 'ExecuteWranglingDataflow' (必要)
原則 活動原則。 ActivityPolicy
typeProperties 執行 Power Query 活動屬性。 ExecutePowerQueryActivityTypeProperties (必要)

ExecutePowerQueryActivityTypeProperties

名稱 描述
計算 數據流活動的計算屬性。 ExecuteDataFlowActivityTypePropertiesCompute
continueOnError 繼續執行用於數據流執行的錯誤設定。 允許在接收失敗時繼續處理。 類型:布爾值 (或具有 resultType 布爾值) 的運算式 針對 Bicep,您可以使用 任何 () 函式。
數據流 數據流參考。 需要 DataFlowReference ()
integrationRuntime 整合執行階段參考資料。 IntegrationRuntimeReference
查詢 Power Query 混搭查詢與接收數據集 () 的對應清單。 PowerQuerySinkMapping[]
runConcurrently 用於數據流執行的並行執行設定。 允許同時處理具有相同儲存順序的接收。 類型:布爾值 (或具有 resultType 布爾值) 的運算式 針對 Bicep,您可以使用 任何 () 函式。
sinks (已被取代。請使用查詢) 。 對應至 queryName 的 Power Query 活動接收清單。 ExecutePowerQueryActivityTypePropertiesSinks
sourceStagingConcurrency 指定適用於接收之來源的平行暫存數目。 類型:具有 resultType 整數的整數 (或 Expression) 針對 Bicep,您可以使用 任何 () 函式。
staging 執行數據流活動的暫存資訊。 DataFlowStagingInfo
traceLevel 用於數據流監視輸出的追蹤層級設定。 支援的值包括:『coarse』、『fine』 和 『none』。 類型:具有 resultType 字串的字串 (或 Expression) 針對 Bicep,您可以使用 任何 () 函式。

PowerQuerySinkMapping

名稱 描述
dataflowSinks 對應至 Power Query 混搭查詢的接收清單。 PowerQuerySink[]
queryName Power Query 混搭檔中的查詢名稱。 字串

PowerQuerySink

名稱 描述
資料集 數據集參考。 DatasetReference
description 轉換描述。 字串
flowlet Flowlet 參考 DataFlowReference
linkedService 連結服務參考。 LinkedServiceReference
NAME 轉換名稱。 需要字串 ()
rejectedDataLinkedService 拒絕的數據連結服務參考。 LinkedServiceReference
schemaLinkedService 架構連結服務參考。 LinkedServiceReference
指令碼 接收腳本。 字串

ExecutePowerQueryActivityTypePropertiesSinks

名稱 描述
{自定義屬性} PowerQuerySink

FailActivity

名稱 描述
類型 活動的類型。 需要 『Fail』 ()
typeProperties 失敗活動屬性。 FailActivityTypeProperties (必要)

FailActivityTypeProperties

名稱 描述
errorCode 將 Fail 活動的錯誤類型分類的錯誤碼。 它可以是在運行時間評估為非空白/空白字串的動態內容。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()
message Fail 活動中呈現的錯誤訊息。 它可以是在運行時間評估為非空白/空白字串的動態內容。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()

FilterActivity

名稱 描述
類型 活動的類型。 'Filter' (必要)
typeProperties 篩選活動屬性。 FilterActivityTypeProperties (必要)

FilterActivityTypeProperties

名稱 描述
條件 要用來篩選輸入的條件。 表達式 (必要)
項目 應套用篩選條件的輸入陣列。 表達式 (必要)

運算式

名稱 描述
類型 表達式類型。 'Expression' (必要)
表達式值。 字串 (必要)

ForEachActivity

名稱 描述
類型 活動的類型。 'ForEach' (必要)
typeProperties ForEach 活動屬性。 ForEachActivityTypeProperties (必要)

ForEachActivityTypeProperties

名稱 描述
活動 要執行的活動清單。 Activity[] (必要)
batchCount 批次計數,用於控制平行執行的數目 (當 isSequential 設定為 false 時)。 int

約束:
最大值 = 50
isSequential 應該依序或平行執行迴圈, (最多 50 個) bool
項目 要逐一查看的集合。 表達式 (必要)

GetMetadataActivity

名稱 描述
類型 活動的類型。 'GetMetadata' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties GetMetadata 活動屬性。 GetMetadataActivityTypeProperties (必要)

GetMetadataActivityTypeProperties

名稱 描述
資料集 GetMetadata 活動數據集參考。 需要 DatasetReference ()
欄位清單 要從數據集取得之元數據的欄位。 any[]
formatSettings GetMetadata 活動格式設定。 FormatReadSettings
storeSettings GetMetadata 活動存放區設定。 StoreReadSettings

FormatReadSettings

名稱 描述
類型 設定物件類型 BinaryReadSettings
DelimitedTextReadSettings
JsonReadSettings
ParquetReadSettings
需要 XmlReadSettings ()

HDInsightHiveActivity

名稱 描述
類型 活動的類型。 'HDInsightHive' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties HDInsight Hive 活動屬性。 HDInsightHiveActivityTypeProperties (必要)

HDInsightHiveActivityTypeProperties

名稱 描述
引數 使用者指定的 HDInsightActivity 自變數。 any[]
定義 允許使用者指定Hive作業要求的定義。 HDInsightHiveActivityTypePropertiesDefines
getDebugInfo 偵錯資訊選項。 'Always'
'Failure'
'None'
queryTimeout 查詢逾時值 (單位為分鐘)。 當 HDInsight 叢集搭配 ESP (Enterprise Security Package) 時有效 int
scriptLinkedService 編寫連結服務參考的腳本。 LinkedServiceReference
scriptPath 腳本路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
storageLinkedServices 記憶體連結服務參考。 LinkedServiceReference[]
變數 hivevar 命名空間下的使用者指定自變數。 HDInsightHiveActivityTypePropertiesVariables

HDInsightHiveActivityTypePropertiesDefines

名稱 描述
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

HDInsightHiveActivityTypePropertiesVariables

名稱 描述
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

HDInsightMapReduceActivity

名稱 描述
類型 活動的類型。 'HDInsightMapReduce' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties HDInsight MapReduce 活動屬性。 HDInsightMapReduceActivityTypeProperties (必要)

HDInsightMapReduceActivityTypeProperties

名稱 描述
引數 使用者指定的 HDInsightActivity 自變數。 any[]
className 類別名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()
定義 允許使用者指定 MapReduce 作業要求的定義。 HDInsightMapReduceActivityTypePropertiesDefines
getDebugInfo 偵錯資訊選項。 'Always'
'Failure'
'None'
jarFilePath Jar 路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()
jarLibs Jarlibs。 any[]
jarLinkedService Jar 連結服務參考。 LinkedServiceReference
storageLinkedServices 記憶體連結服務參考。 LinkedServiceReference[]

HDInsightMapReduceActivityTypePropertiesDefines

名稱 描述
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

HDInsightPigActivity

名稱 描述
類型 活動的類型。 'HDInsightPig' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties HDInsight Pig 活動屬性。 HDInsightPigActivityTypeProperties (必要)

HDInsightPigActivityTypeProperties

名稱 描述
引數 使用者指定的 HDInsightActivity 自變數。 Type:array (或 Expression with resultType array) 。 針對 Bicep,您可以使用 任何 () 函式。
定義 允許使用者指定 Pig 作業要求的定義。 HDInsightPigActivityTypePropertiesDefines
getDebugInfo 偵錯資訊選項。 'Always'
'Failure'
'None'
scriptLinkedService 編寫連結服務參考的腳本。 LinkedServiceReference
scriptPath 腳本路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
storageLinkedServices 記憶體連結服務參考。 LinkedServiceReference[]

HDInsightPigActivityTypePropertiesDefines

名稱 描述
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

HDInsightSparkActivity

名稱 描述
類型 活動的類型。 'HDInsightSpark' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties HDInsight Spark 活動屬性。 HDInsightSparkActivityTypeProperties (必要)

HDInsightSparkActivityTypeProperties

名稱 描述
引數 HDInsightSparkActivity 的使用者指定自變數。 any[]
className 應用程式的 Java/Spark 主要類別。 字串
entryFilePath 要執行之程式代碼/封裝根資料夾的相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()
getDebugInfo 偵錯資訊選項。 'Always'
'Failure'
'None'
proxyUser 要模擬將執行作業的使用者。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
rootPath 所有作業檔案的 'sparkJobLinkedService' 根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()
sparkConfig Spark 組態屬性。 HDInsightSparkActivityTypePropertiesSparkConfig
sparkJobLinkedService 用於上傳專案檔案和相依性的記憶體連結服務,以及用於接收記錄。 LinkedServiceReference

HDInsightSparkActivityTypePropertiesSparkConfig

名稱 描述
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

HDInsightStreamingActivity

名稱 描述
類型 活動的類型。 需要 'HDInsightStreaming' ()
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties HDInsight 串流活動屬性。 HDInsightStreamingActivityTypeProperties (必要)

HDInsightStreamingActivityTypeProperties

名稱 描述
引數 使用者指定的 HDInsightActivity 自變數。 any[]
結合子 合併器可執行檔名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
commandEnvironment 命令行環境值。 any[]
定義 允許使用者指定串流作業要求的定義。 HDInsightStreamingActivityTypePropertiesDefines
fileLinkedService 檔案所在的連結服務參考。 LinkedServiceReference
filePaths 串流作業檔案的路徑。 可以是目錄。 any[] (必要)
getDebugInfo 偵錯資訊選項。 'Always'
'Failure'
'None'
輸入 輸入 Blob 路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()
mapper Mapper 可執行檔名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()
output 輸出 Blob 路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()
reducer 歸納器可執行檔名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()
storageLinkedServices 記憶體連結服務參考。 LinkedServiceReference[]

HDInsightStreamingActivityTypePropertiesDefines

名稱 描述
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

IfConditionActivity

名稱 描述
類型 活動的類型。 'IfCondition' (必要)
typeProperties IfCondition 活動屬性。 IfConditionActivityTypeProperties (必要)

IfConditionActivityTypeProperties

名稱 描述
expression 評估為布爾值的表達式。 這可用來判斷要執行的活動區塊, (TrueActivities 或 ifFalseActivities) 。 表達式 (必要)
ifFalseActivities 如果表達式評估為 false,要執行的活動清單。 這是選擇性的屬性,如果未提供,活動將會結束,而不需要採取任何動作。 Activity[]
ifTrueActivities 如果表達式評估為 true,要執行的活動清單。 這是選擇性的屬性,如果未提供,活動將會結束,而不需要採取任何動作。 Activity[]

LookupActivity

名稱 描述
類型 活動的類型。 必要的「查閱」 ()
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 查閱活動屬性。 LookupActivityTypeProperties (必要)

LookupActivityTypeProperties

名稱 描述
資料集 查閱活動數據集參考。 需要數據集參考 ()
firstRowOnly 是否要傳回第一個數據列或所有數據列。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
來源 數據集特定的來源屬性,與複製活動來源相同。 CopySource (必要)

ScriptActivity

名稱 描述
類型 活動的類型。 需要 『Script』 ()
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 編寫活動屬性的腳本。 ScriptActivityTypeProperties (必要)

ScriptActivityTypeProperties

名稱 描述
logSettings 腳本活動的記錄設定。 ScriptActivityTypePropertiesLogSettings
scriptBlockExecutionTimeout ScriptBlock 執行逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。
指令碼 腳本區塊的陣列。 類型:陣列。 ScriptActivityScriptBlock[]

ScriptActivityTypePropertiesLogSettings

名稱 描述
logDestination 記錄的目的地。 類型:字串。 'ActivityOutput'
必要 ('ExternalStore')
logLocationSettings 啟用記錄時,客戶必須提供的記錄位置設定。 LogLocationSettings

ScriptActivityScriptBlock

名稱 描述
參數 腳本參數的陣列。 類型:陣列。 ScriptActivityParameter[]
text 查詢文字。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()
類型 查詢的類型。 類型:字串。 'NonQuery'
需要 『Query』 ()

ScriptActivityParameter

名稱 描述
direction 參數的方向。 'Input'
'InputOutput'
'Output'
NAME 參數名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
{1}size{2} 輸出方向參數的大小。 int
類型 參數的類型。 'Boolean'
'DateTime'
'DateTimeOffset'
'Decimal'
'Double'
'Guid'
'Int16'
'Int32'
'Int64'
'Single'
'String'
'Timespan'
參數的值。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

SetVariableActivity

名稱 描述
類型 活動的類型。 'SetVariable' (必要)
原則 活動原則。 SecureInputOutputPolicy
typeProperties 設定變數活動屬性。 SetVariableActivityTypeProperties (必要)

SecureInputOutputPolicy

名稱 描述
secureInput 當設定為 true 時,來自活動的輸入會被視為安全,而且不會記錄到監視。 bool
secureOutput 當設定為 true 時,活動輸出會被視為安全,且不會記錄到監視。 bool

SetVariableActivityTypeProperties

名稱 描述
setSystemVariable 如果設定為 true,則會設定管線執行傳回值。 bool
要設定的值。 可以是靜態值或表達式。 針對 Bicep,您可以使用 任何 () 函式。
variableName 必須設定其值之變數的名稱。 字串

SynapseSparkJobDefinitionActivity

名稱 描述
類型 活動的類型。 'SparkJob' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 執行Spark作業活動屬性。 需要 SynapseSparkJobActivityTypeProperties ()

SynapseSparkJobActivityTypeProperties

名稱 描述
args SynapseSparkJobDefinitionActivity 的使用者指定自變數。 any[]
className 主要定義檔中的完整標識碼或主要類別,這會覆寫您提供的Spark作業定義的 『className』。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
conf Spark 組態屬性,這會覆寫您提供的Spark作業定義的 'conf'。 針對 Bicep,您可以使用 任何 () 函式。
configurationType Spark 組態的類型。 'Artifact'
'Customized'
'Default'
driverSize 要用於作業之指定 Spark 集區中配置之驅動程式的核心和記憶體數目,將用於覆寫您提供的 Spark 作業定義的 'driverCores' 和 'driverMemory'。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
executorSize 要用於作業指定 Spark 集區中配置之執行程式的核心和記憶體數目,用於覆寫您提供的 Spark 作業定義之 'executorCores' 和 'executorMemory'。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
file 用於作業的主要檔案,這會覆寫您提供的Spark作業定義'file'。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
files (已被取代。請使用 pythonCodeReference 和 filesV2) 用於主要定義檔案中參考的其他檔案,這會覆寫您提供的 Spark 作業定義的 'files'。 any[]
filesV2 用於主要定義檔參考的其他檔案,這會覆寫您提供的Spark作業定義的 『jars』 和 『files』。 any[]
numExecutors 要針對此作業啟動的執行程式數目,這會覆寫您提供的Spark作業定義的 'numExecutors'。 類型:具有 resultType 整數的整數 (或 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
pythonCodeReference 用於主要定義檔中參考的其他 Python 程式代碼檔案,這會覆寫您提供的 Spark 作業定義的 'pyFiles'。 any[]
scanFolder 從主要定義檔案的根資料夾掃描子資料夾,這些檔案將會新增為參考檔案。 系統會掃描名為 『jars』、'pyFiles'、'files' 或 'archive' 的資料夾,而且資料夾名稱會區分大小寫。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
sparkConfig Spark 組態屬性。 SynapseSparkJobActivityTypePropertiesSparkConfig
sparkJob Synapse spark 作業參考。 需要 SynapseSparkJobReference ()
targetBigDataPool 將用來執行 Spark 批次作業的巨量數據集區名稱,這會覆寫您提供的 Spark 作業定義的 『targetBigDataPool』。 BigDataPoolParametrizationReference
targetSparkConfiguration Spark 作業的Spark組態。 SparkConfigurationParametrizationReference

SynapseSparkJobActivityTypePropertiesSparkConfig

名稱 描述
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

SynapseSparkJobReference

名稱 描述
referenceName 參考 Spark 作業名稱。 具有 resultType 字串的運算式。 針對 Bicep,您可以使用 任何必要的 () function. ()
類型 Synapse spark 作業參考類型。 'SparkJobDefinitionReference' (必要)

BigDataPoolParametrizationReference

名稱 描述
referenceName 參考巨量數據集區名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()
類型 巨量數據集區參考類型。 'BigDataPoolReference' (必要)

SparkConfigurationParametrizationReference

名稱 描述
referenceName 參考Spark組態名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()
類型 Spark 組態參考類型。 'SparkConfigurationReference' (必要)

SqlServerStoredProcedureActivity

名稱 描述
類型 活動的類型。 'SqlServerStoredProcedure' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties SQL 預存程式活動屬性。 SqlServerStoredProcedureActivityTypeProperties (必要)

SqlServerStoredProcedureActivityTypeProperties

名稱 描述
storedProcedureName 預存程式名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 針對 Bicep,您可以使用 任何 () 函式。

SwitchActivity

名稱 描述
類型 活動的類型。 'Switch' (必要)
typeProperties 切換活動屬性。 SwitchActivityTypeProperties (必要)

SwitchActivityTypeProperties

名稱 描述
案例 對應至 『on』 屬性預期值的案例清單。 這是選擇性屬性,如果未提供,活動將會執行 defaultActivities 中提供的活動。 SwitchCase[]
defaultActivities 如果未滿足任何案例條件,要執行的活動清單。 這是選擇性的屬性,如果未提供,活動將會結束,而不需要採取任何動作。 Activity[]
on 評估為字串或整數的表達式。 這是用來判斷將在執行的情況下的活動區塊。 表達式 (必要)

SwitchCase

名稱 描述
活動 要針對符合案例條件執行的活動清單。 Activity[]
符合 『on』 屬性表示式結果的預期值。 字串

SynapseNotebookActivity

名稱 描述
類型 活動的類型。 'SynapseNotebook' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 執行 Synapse Notebook 活動屬性。 SynapseNotebookActivityTypeProperties (必要)

SynapseNotebookActivityTypeProperties

名稱 描述
conf Spark 組態屬性,這會覆寫您提供的筆記本 'conf'。 針對 Bicep,您可以使用 任何 () 函式。
configurationType Spark 組態的類型。 'Artifact'
'Customized'
'Default'
driverSize 要用於會話指定 Spark 集區中配置之驅動程式的核心和記憶體數目,將用於覆寫您提供的筆記本的 'driverCores' 和 'driverMemory'。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
executorSize 要用於會話指定 Spark 集區中配置之執行程式的核心和記憶體數目,將用於覆寫您提供的筆記本的 'executorCores' 和 'executorMemory'。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
notebook Synapse Notebook 參考。 需要 SynapseNotebookReference ()
numExecutors 要針對此工作階段啟動的執行程式數目,這會覆寫您提供的筆記本 'numExecutors'。 類型:具有 resultType 整數的整數 (或 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
參數 Notebook 參數。 SynapseNotebookActivityTypePropertiesParameters
sparkConfig Spark 組態屬性。 SynapseNotebookActivityTypePropertiesSparkConfig
sparkPool 將用來執行筆記本的巨量數據集區名稱。 BigDataPoolParametrizationReference
targetSparkConfiguration Spark 作業的Spark組態。 SparkConfigurationParametrizationReference

SynapseNotebookReference

名稱 描述
referenceName 參考筆記本名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()
類型 Synapse Notebook 參考類型。 需要 『NotebookReference』 ()

SynapseNotebookActivityTypePropertiesParameters

名稱 描述
{自定義屬性} NotebookParameter

NotebookParameter

名稱 描述
類型 Notebook 參數類型。 'bool'
'float'
'int'
'string'
Notebook 參數值。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

SynapseNotebookActivityTypePropertiesSparkConfig

名稱 描述
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

UntilActivity

名稱 描述
類型 活動的類型。 'Until' (必要)
typeProperties 直到活動屬性為止。 UntilActivityTypeProperties (必要)

UntilActivityTypeProperties

名稱 描述
活動 要執行的活動清單。 Activity[] (必要)
expression 評估為布爾值的表達式。 迴圈會繼續,直到此表達式評估為 true 為止 表達式 (必要)
timeout 指定活動執行的逾時。 如果未指定任何值,則會採用 TimeSpan.FromDays (7) 的值,預設值為 1 周。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

ValidationActivity

名稱 描述
類型 活動的類型。 需要 『Validation』 ()
typeProperties 驗證活動屬性。 ValidationActivityTypeProperties (必要)

ValidationActivityTypeProperties

名稱 描述
childItems 如果數據集指向資料夾,則可以使用。 如果設定為 true,資料夾必須至少有一個檔案。 如果設定為 false,資料夾必須是空的。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
資料集 驗證活動數據集參考。 需要 DatasetReference ()
minimumSize 如果數據集指向檔案,可以使用。 檔案的大小必須大於或等於指定的值。 類型:具有 resultType 整數) 的整數 (或 Expression。 針對 Bicep,您可以使用 任何 () 函式。
sleep 驗證嘗試之間的延遲 (以秒為單位)。 如果未指定任何值,則會使用10秒作為預設值。 類型:具有 resultType 整數) 的整數 (或 Expression。 針對 Bicep,您可以使用 任何 () 函式。
timeout 指定活動執行的逾時。 如果沒有指定任何值,則會採用 TimeSpan.FromDays (7) 的值,預設值為 1 周。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 針對 Bicep,您可以使用 任何 () 函式。

WaitActivity

名稱 描述
類型 活動的類型。 需要 『Wait』 ()
typeProperties 等候活動屬性。 WaitActivityTypeProperties (必要)

WaitActivityTypeProperties

名稱 描述
waitTimeInSeconds 以秒為單位的持續時間。 類型:具有 resultType 整數) 的整數 (或 Expression。 針對 Bicep,您可以使用 任何 () function. (所需的)

WebActivity

名稱 描述
類型 活動的類型。 'WebActivity' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Web 活動屬性。 需要 WebActivityTypeProperties ()

WebActivityTypeProperties

名稱 描述
驗證 (authentication) 呼叫端點所使用的驗證方法。 WebActivityAuthentication
body 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 Expression with resultType string) 。 針對 Bicep,您可以使用 任何 () 函式。
connectVia 整合執行階段參考資料。 IntegrationRuntimeReference
datasets 傳遞至 Web 端點的數據集清單。 DatasetReference[]
disableCertValidation 當設定為 true 時,將會停用憑證驗證。 bool
headers 表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 類型:字串 (或具有 resultType 字串的 Expression) 。 WebActivityTypePropertiesHeaders
httpRequestTimeout HTTP 要求取得回應的逾時。 格式為 TimeSpan (hh:mm:ss) 。 此值是取得回應的逾時,而不是活動逾時。 默認值為 00:01:00 (1 分鐘) 。 範圍從 1 到 10 分鐘 針對 Bicep,您可以使用 任何 () 函式。
linkedServices 傳遞至 Web 端點的連結服務清單。 LinkedServiceReference[]
method 目標端點的 Rest API 方法。 'DELETE'
'GET'
'POST'
需要 『PUT』 ()
turnOffAsync 在 HTTP 202 回應的響應標頭中指定的位置上停用叫用 HTTP GET 的選項。 如果設為 true,它會停止在回應標頭中指定的 HTTP 位置上叫用 HTTP GET。 如果設定 false,則會繼續在 HTTP 回應標頭中指定的位置上叫用 HTTP GET 呼叫。 bool
url Web 活動目標端點和路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)

WebActivityAuthentication

名稱 描述
認證 (credential) 包含驗證資訊的認證參考。 CredentialReference
password PFX 檔案的密碼或基本身份驗證/密碼用於 ServicePrincipal 時 SecretBase
pfx 用於 ServicePrincipal 時,PFX 檔案或憑證的 Base64 編碼內容 SecretBase
資源 使用 MSI 驗證時,將會要求 Azure 驗證令牌的資源。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
類型 Web 活動驗證 (Basic/ClientCertificate/MSI/ServicePrincipal) 字串
使用者名稱 用於 ServicePrincipal 時,基本身份驗證或 ClientID 的 Web 活動驗證用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
userTenant 使用 ServicePrincipal Authentication 時,將會要求 Azure 驗證令牌的 TenantId。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

CredentialReference

名稱 描述
referenceName 參考認證名稱。 需要字串 ()
類型 認證參考類型。 需要 'CredentialReference' ()
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

WebActivityTypePropertiesHeaders

名稱 描述
{自定義屬性} 字串

WebHookActivity

名稱 描述
類型 活動的類型。 需要 『WebHook』 ()
原則 活動原則。 SecureInputOutputPolicy
typeProperties WebHook 活動屬性。 需要 WebHookActivityTypeProperties ()

WebHookActivityTypeProperties

名稱 描述
驗證 (authentication) 呼叫端點所使用的驗證方法。 WebActivityAuthentication
body 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 Expression with resultType string) 。 針對 Bicep,您可以使用 任何 () 函式。
headers 表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 類型:字串 (或具有 resultType 字串的 Expression) 。 WebHookActivityTypePropertiesHeaders
method 目標端點的 Rest API 方法。 需要 『POST』 ()
reportStatusOnCallBack 當設定為 true 時,活動將會取用回呼要求本文中的 statusCode、輸出和錯誤。 您可以在回呼要求中設定 statusCode >= 400,將活動標示為失敗。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
timeout 應回呼 Webhook 的逾時。 如果沒有指定任何值,則預設為10分鐘。 類型:字串。 模式: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 字串
url WebHook 活動目標端點和路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)

WebHookActivityTypePropertiesHeaders

名稱 描述
{自定義屬性} 字串

PipelineFolder

名稱 描述
NAME 這個管線所在的資料夾名稱。 字串

ParameterDefinitionSpecification

名稱 描述
{自定義屬性} ParameterSpecification

ParameterSpecification

名稱 描述
defaultValue 參數的預設值。 針對 Bicep,您可以使用 任何 () 函式。
類型 參數類型。 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
需要 『String』 ()

PipelinePolicy

名稱 描述
elapsedTimeMetric 管線耗用時間計量原則。 PipelineElapsedTimeMetricPolicy

PipelineElapsedTimeMetricPolicy

名稱 描述
持續時間 TimeSpan 值,之後就會引發 Azure 監視計量。 針對 Bicep,您可以使用 任何 () 函式。

PipelineRunDimensions

名稱 描述
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

VariableDefinitionSpecification

名稱 描述
{自定義屬性} VariableSpecification

VariableSpecification

名稱 描述
defaultValue 變數的預設值。 針對 Bicep,您可以使用 任何 () 函式。
類型 變數類型。 'Array'
'Bool'
需要 『String』 ()

快速入門範本

下列快速入門範本會部署此資源類型。

範本 描述
Azure Data Factory 可以執行更多功能 - 按下即可嘗試 Azure Data Factory

部署至 Azure
此範本會為從 Azure Blob 複製到另一個 Azure Blob 的複製活動建立數據處理站管線
建立 Data Factory,從 Salesforce 複製到 Blob

部署至 Azure
此範本會使用 Azure Data Factory 來執行從 Salesforce 到 Azure Blob 的數據移動
使用 Azure Data Factory 大量複製

部署至 Azure
此範本會建立 V2 數據處理站,將大量 Azure SQL 資料庫的數據複製到 Azure SQL 數據倉儲。
建立 V2 數據處理站

部署至 Azure
此範本會建立 V2 資料處理站,將資料從 Azure Blob 儲存體 的資料夾複製到記憶體中的另一個資料夾。
建立 V2 Data Factory (MySQL)

部署至 Azure
此範本會建立 V2 資料處理站,將資料從 Azure Blob 儲存體 中的資料夾複製到 適用於 MySQL 的 Azure 資料庫 中的數據表。
建立 V2 Data Factory (PostGre)

部署至 Azure
此範本會建立 V2 資料處理站,將資料從 Azure Blob 儲存體 中的資料夾複製到 適用於 PostgreSQL 的 Azure 資料庫 中的數據表。
建立 V2 Data Factory (SQL)

部署至 Azure
此範本會建立 V2 資料處理站,將資料從 Azure Blob 儲存體 中的資料夾複製到 Azure SQL 資料庫中的數據表。
建立 V2 Data Factory (SQL 內部部署)

部署至 Azure
此範本會建立 V2 數據處理站,將數據從內部部署 SQL Server 複製到 Azure Blob 記憶體
建立 V2 Data Factory (Spark)

部署至 Azure
此範本會建立 V2 資料處理站,將資料從 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" ],
            "{customized property}": {}
          }
        ],
        "description": "string",
        "name": "string",
        "onInactiveMarkAs": "string",
        "state": "string",
        "userProperties": [
          {
            "name": "string",
            "value": {}
          }
        ],
        "type": "string"
        // For remaining properties, see Activity objects
      }
    ],
    "annotations": [ object ],
    "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"
      }
    }
  }
}

活動物件

設定 type 屬性以指定物件的類型。

針對 AppendVariable,請使用:

  "type": "AppendVariable",
  "typeProperties": {
    "value": {},
    "variableName": "string"
  }

針對 AzureDataExplorerCommand,請使用:

  "type": "AzureDataExplorerCommand",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "command": {},
    "commandTimeout": {}
  }

針對 AzureFunctionActivity,請使用:

  "type": "AzureFunctionActivity",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "body": {},
    "functionName": {},
    "headers": {
      "{customized property}": "string"
    },
    "method": "string"
  }

針對 AzureMLBatchExecution,請使用:

  "type": "AzureMLBatchExecution",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "globalParameters": {
      "{customized property}": {}
    },
    "webServiceInputs": {
      "{customized property}": {
        "filePath": {},
        "linkedServiceName": {
          "parameters": {
            "{customized property}": {}
          },
          "referenceName": "string",
          "type": "LinkedServiceReference"
        }
      }
    },
    "webServiceOutputs": {
      "{customized property}": {
        "filePath": {},
        "linkedServiceName": {
          "parameters": {
            "{customized property}": {}
          },
          "referenceName": "string",
          "type": "LinkedServiceReference"
        }
      }
    }
  }

針對 AzureMLExecutePipeline,請使用:

  "type": "AzureMLExecutePipeline",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "continueOnStepFailure": {},
    "dataPathAssignments": {},
    "experimentName": {},
    "mlParentRunId": {},
    "mlPipelineEndpointId": {},
    "mlPipelineId": {},
    "mlPipelineParameters": {},
    "version": {}
  }

針對 AzureMLUpdateResource,請使用:

  "type": "AzureMLUpdateResource",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "trainedModelFilePath": {},
    "trainedModelLinkedServiceName": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "LinkedServiceReference"
    },
    "trainedModelName": {}
  }

針對 [複製],請使用:

  "type": "Copy",
  "inputs": [
    {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "DatasetReference"
    }
  ],
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "outputs": [
    {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "DatasetReference"
    }
  ],
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "dataIntegrationUnits": {},
    "enableSkipIncompatibleRow": {},
    "enableStaging": {},
    "logSettings": {
      "copyActivityLogSettings": {
        "enableReliableLogging": {},
        "logLevel": {}
      },
      "enableCopyActivityLog": {},
      "logLocationSettings": {
        "linkedServiceName": {
          "parameters": {
            "{customized property}": {}
          },
          "referenceName": "string",
          "type": "LinkedServiceReference"
        },
        "path": {}
      }
    },
    "logStorageSettings": {
      "enableReliableLogging": {},
      "linkedServiceName": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "LinkedServiceReference"
      },
      "logLevel": {},
      "path": {},
      "{customized property}": {}
    },
    "parallelCopies": {},
    "preserve": [ object ],
    "preserveRules": [ object ],
    "redirectIncompatibleRowSettings": {
      "linkedServiceName": {},
      "path": {},
      "{customized property}": {}
    },
    "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": "LinkedServiceReference"
      },
      "path": {},
      "{customized property}": {}
    },
    "translator": {},
    "validateDataConsistency": {}
  }

針對 [自定義],請使用:

  "type": "Custom",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "autoUserSpecification": {},
    "command": {},
    "extendedProperties": {
      "{customized property}": {}
    },
    "folderPath": {},
    "referenceObjects": {
      "datasets": [
        {
          "parameters": {
            "{customized property}": {}
          },
          "referenceName": "string",
          "type": "DatasetReference"
        }
      ],
      "linkedServices": [
        {
          "parameters": {
            "{customized property}": {}
          },
          "referenceName": "string",
          "type": "LinkedServiceReference"
        }
      ]
    },
    "resourceLinkedService": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "LinkedServiceReference"
    },
    "retentionTimeInDays": {}
  }

針對 DatabricksNotebook,請使用:

  "type": "DatabricksNotebook",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "baseParameters": {
      "{customized property}": {}
    },
    "libraries": [
      {
        "{customized property}": {}
      }
    ],
    "notebookPath": {}
  }

針對 DatabricksSparkJar,請使用:

  "type": "DatabricksSparkJar",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "libraries": [
      {
        "{customized property}": {}
      }
    ],
    "mainClassName": {},
    "parameters": [ object ]
  }

針對 DatabricksSparkPython,請使用:

  "type": "DatabricksSparkPython",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "libraries": [
      {
        "{customized property}": {}
      }
    ],
    "parameters": [ object ],
    "pythonFile": {}
  }

針對 DataLakeAnalyticsU-SQL,請使用:

  "type": "DataLakeAnalyticsU-SQL",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "compilationMode": {},
    "degreeOfParallelism": {},
    "parameters": {
      "{customized property}": {}
    },
    "priority": {},
    "runtimeVersion": {},
    "scriptLinkedService": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "LinkedServiceReference"
    },
    "scriptPath": {}
  }

針對 [刪除],請使用:

  "type": "Delete",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "dataset": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "DatasetReference"
    },
    "enableLogging": {},
    "logStorageSettings": {
      "enableReliableLogging": {},
      "linkedServiceName": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "LinkedServiceReference"
      },
      "logLevel": {},
      "path": {},
      "{customized property}": {}
    },
    "maxConcurrentConnections": "int",
    "recursive": {},
    "storeSettings": {
      "disableMetricsCollection": {},
      "maxConcurrentConnections": {},
      "type": "string"
      // For remaining properties, see StoreReadSettings objects
    }
  }

針對 ExecuteDataFlow,請使用:

  "type": "ExecuteDataFlow",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "compute": {
      "computeType": {},
      "coreCount": {}
    },
    "continueOnError": {},
    "dataFlow": {
      "datasetParameters": {},
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "DataFlowReference",
      "{customized property}": {}
    },
    "integrationRuntime": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "IntegrationRuntimeReference"
    },
    "runConcurrently": {},
    "sourceStagingConcurrency": {},
    "staging": {
      "folderPath": {},
      "linkedService": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "LinkedServiceReference"
      }
    },
    "traceLevel": {}
  }

針對 ExecutePipeline,請使用:

  "type": "ExecutePipeline",
  "policy": {
    "secureInput": "bool",
    "{customized property}": {}
  },
  "typeProperties": {
    "parameters": {
      "{customized property}": {}
    },
    "pipeline": {
      "name": "string",
      "referenceName": "string",
      "type": "PipelineReference"
    },
    "waitOnCompletion": "bool"
  }

針對 ExecuteSSISPackage,請使用:

  "type": "ExecuteSSISPackage",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "connectVia": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "IntegrationRuntimeReference"
    },
    "environmentPath": {},
    "executionCredential": {
      "domain": {},
      "password": {
        "type": "string",
        "value": "string"
      },
      "userName": {}
    },
    "loggingLevel": {},
    "logLocation": {
      "logPath": {},
      "type": "File",
      "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,請使用:

  "type": "ExecuteWranglingDataflow",
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "compute": {
      "computeType": {},
      "coreCount": {}
    },
    "continueOnError": {},
    "dataFlow": {
      "datasetParameters": {},
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "DataFlowReference",
      "{customized property}": {}
    },
    "integrationRuntime": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "IntegrationRuntimeReference"
    },
    "queries": [
      {
        "dataflowSinks": [
          {
            "dataset": {
              "parameters": {
                "{customized property}": {}
              },
              "referenceName": "string",
              "type": "DatasetReference"
            },
            "description": "string",
            "flowlet": {
              "datasetParameters": {},
              "parameters": {
                "{customized property}": {}
              },
              "referenceName": "string",
              "type": "DataFlowReference",
              "{customized property}": {}
            },
            "linkedService": {
              "parameters": {
                "{customized property}": {}
              },
              "referenceName": "string",
              "type": "LinkedServiceReference"
            },
            "name": "string",
            "rejectedDataLinkedService": {
              "parameters": {
                "{customized property}": {}
              },
              "referenceName": "string",
              "type": "LinkedServiceReference"
            },
            "schemaLinkedService": {
              "parameters": {
                "{customized property}": {}
              },
              "referenceName": "string",
              "type": "LinkedServiceReference"
            },
            "script": "string"
          }
        ],
        "queryName": "string"
      }
    ],
    "runConcurrently": {},
    "sinks": {
      "{customized property}": {
        "dataset": {
          "parameters": {
            "{customized property}": {}
          },
          "referenceName": "string",
          "type": "DatasetReference"
        },
        "description": "string",
        "flowlet": {
          "datasetParameters": {},
          "parameters": {
            "{customized property}": {}
          },
          "referenceName": "string",
          "type": "DataFlowReference",
          "{customized property}": {}
        },
        "linkedService": {
          "parameters": {
            "{customized property}": {}
          },
          "referenceName": "string",
          "type": "LinkedServiceReference"
        },
        "name": "string",
        "rejectedDataLinkedService": {
          "parameters": {
            "{customized property}": {}
          },
          "referenceName": "string",
          "type": "LinkedServiceReference"
        },
        "schemaLinkedService": {
          "parameters": {
            "{customized property}": {}
          },
          "referenceName": "string",
          "type": "LinkedServiceReference"
        },
        "script": "string"
      }
    },
    "sourceStagingConcurrency": {},
    "staging": {
      "folderPath": {},
      "linkedService": {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "LinkedServiceReference"
      }
    },
    "traceLevel": {}
  }

針對 [失敗],請使用:

  "type": "Fail",
  "typeProperties": {
    "errorCode": {},
    "message": {}
  }

針對 [篩選],請使用:

  "type": "Filter",
  "typeProperties": {
    "condition": {
      "type": "Expression",
      "value": "string"
    },
    "items": {
      "type": "Expression",
      "value": "string"
    }
  }

針對 ForEach,請使用:

  "type": "ForEach",
  "typeProperties": {
    "activities": [
      {
        "dependsOn": [
          {
            "activity": "string",
            "dependencyConditions": [ "string" ],
            "{customized property}": {}
          }
        ],
        "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": "Expression",
      "value": "string"
    }
  }

針對 GetMetadata,請使用:

  "type": "GetMetadata",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "dataset": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "DatasetReference"
    },
    "fieldList": [ object ],
    "formatSettings": {
      "type": "string"
      // For remaining properties, see FormatReadSettings objects
    },
    "storeSettings": {
      "disableMetricsCollection": {},
      "maxConcurrentConnections": {},
      "type": "string"
      // For remaining properties, see StoreReadSettings objects
    }
  }

針對 HDInsightHive,請使用:

  "type": "HDInsightHive",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "arguments": [ object ],
    "defines": {
      "{customized property}": {}
    },
    "getDebugInfo": "string",
    "queryTimeout": "int",
    "scriptLinkedService": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "LinkedServiceReference"
    },
    "scriptPath": {},
    "storageLinkedServices": [
      {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "LinkedServiceReference"
      }
    ],
    "variables": {
      "{customized property}": {}
    }
  }

針對 HDInsightMapReduce,請使用:

  "type": "HDInsightMapReduce",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "arguments": [ object ],
    "className": {},
    "defines": {
      "{customized property}": {}
    },
    "getDebugInfo": "string",
    "jarFilePath": {},
    "jarLibs": [ object ],
    "jarLinkedService": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "LinkedServiceReference"
    },
    "storageLinkedServices": [
      {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "LinkedServiceReference"
      }
    ]
  }

針對 HDInsightPig,請使用:

  "type": "HDInsightPig",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "arguments": {},
    "defines": {
      "{customized property}": {}
    },
    "getDebugInfo": "string",
    "scriptLinkedService": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "LinkedServiceReference"
    },
    "scriptPath": {},
    "storageLinkedServices": [
      {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "LinkedServiceReference"
      }
    ]
  }

針對 HDInsightSpark,請使用:

  "type": "HDInsightSpark",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "arguments": [ object ],
    "className": "string",
    "entryFilePath": {},
    "getDebugInfo": "string",
    "proxyUser": {},
    "rootPath": {},
    "sparkConfig": {
      "{customized property}": {}
    },
    "sparkJobLinkedService": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "LinkedServiceReference"
    }
  }

針對 HDInsightStreaming,請使用:

  "type": "HDInsightStreaming",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "arguments": [ object ],
    "combiner": {},
    "commandEnvironment": [ object ],
    "defines": {
      "{customized property}": {}
    },
    "fileLinkedService": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "LinkedServiceReference"
    },
    "filePaths": [ object ],
    "getDebugInfo": "string",
    "input": {},
    "mapper": {},
    "output": {},
    "reducer": {},
    "storageLinkedServices": [
      {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "LinkedServiceReference"
      }
    ]
  }

若為 IfCondition,請使用:

  "type": "IfCondition",
  "typeProperties": {
    "expression": {
      "type": "Expression",
      "value": "string"
    },
    "ifFalseActivities": [
      {
        "dependsOn": [
          {
            "activity": "string",
            "dependencyConditions": [ "string" ],
            "{customized property}": {}
          }
        ],
        "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" ],
            "{customized property}": {}
          }
        ],
        "description": "string",
        "name": "string",
        "onInactiveMarkAs": "string",
        "state": "string",
        "userProperties": [
          {
            "name": "string",
            "value": {}
          }
        ],
        "type": "string"
        // For remaining properties, see Activity objects
      }
    ]
  }

針對 查閱,請使用:

  "type": "Lookup",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "dataset": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "DatasetReference"
    },
    "firstRowOnly": {},
    "source": {
      "disableMetricsCollection": {},
      "maxConcurrentConnections": {},
      "sourceRetryCount": {},
      "sourceRetryWait": {},
      "type": "string"
      // For remaining properties, see CopySource objects
    }
  }

針對 腳本,請使用:

  "type": "Script",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "logSettings": {
      "logDestination": "string",
      "logLocationSettings": {
        "linkedServiceName": {
          "parameters": {
            "{customized property}": {}
          },
          "referenceName": "string",
          "type": "LinkedServiceReference"
        },
        "path": {}
      }
    },
    "scriptBlockExecutionTimeout": {},
    "scripts": [
      {
        "parameters": [
          {
            "direction": "string",
            "name": {},
            "size": "int",
            "type": "string",
            "value": {}
          }
        ],
        "text": {},
        "type": "string"
      }
    ]
  }

針對 SetVariable,請使用:

  "type": "SetVariable",
  "policy": {
    "secureInput": "bool",
    "secureOutput": "bool"
  },
  "typeProperties": {
    "setSystemVariable": "bool",
    "value": {},
    "variableName": "string"
  }

針對 SparkJob,請使用:

  "type": "SparkJob",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "args": [ object ],
    "className": {},
    "conf": {},
    "configurationType": "string",
    "driverSize": {},
    "executorSize": {},
    "file": {},
    "files": [ object ],
    "filesV2": [ object ],
    "numExecutors": {},
    "pythonCodeReference": [ object ],
    "scanFolder": {},
    "sparkConfig": {
      "{customized property}": {}
    },
    "sparkJob": {
      "referenceName": {},
      "type": "SparkJobDefinitionReference"
    },
    "targetBigDataPool": {
      "referenceName": {},
      "type": "BigDataPoolReference"
    },
    "targetSparkConfiguration": {
      "referenceName": {},
      "type": "SparkConfigurationReference"
    }
  }

針對 SqlServerStoredProcedure,請使用:

  "type": "SqlServerStoredProcedure",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "storedProcedureName": {},
    "storedProcedureParameters": {}
  }

針對 Switch,請使用:

  "type": "Switch",
  "typeProperties": {
    "cases": [
      {
        "activities": [
          {
            "dependsOn": [
              {
                "activity": "string",
                "dependencyConditions": [ "string" ],
                "{customized property}": {}
              }
            ],
            "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" ],
            "{customized property}": {}
          }
        ],
        "description": "string",
        "name": "string",
        "onInactiveMarkAs": "string",
        "state": "string",
        "userProperties": [
          {
            "name": "string",
            "value": {}
          }
        ],
        "type": "string"
        // For remaining properties, see Activity objects
      }
    ],
    "on": {
      "type": "Expression",
      "value": "string"
    }
  }

針對 SynapseNotebook,請使用:

  "type": "SynapseNotebook",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "conf": {},
    "configurationType": "string",
    "driverSize": {},
    "executorSize": {},
    "notebook": {
      "referenceName": {},
      "type": "NotebookReference"
    },
    "numExecutors": {},
    "parameters": {
      "{customized property}": {
        "type": "string",
        "value": {}
      }
    },
    "sparkConfig": {
      "{customized property}": {}
    },
    "sparkPool": {
      "referenceName": {},
      "type": "BigDataPoolReference"
    },
    "targetSparkConfiguration": {
      "referenceName": {},
      "type": "SparkConfigurationReference"
    }
  }

針對 [直到],請使用:

  "type": "Until",
  "typeProperties": {
    "activities": [
      {
        "dependsOn": [
          {
            "activity": "string",
            "dependencyConditions": [ "string" ],
            "{customized property}": {}
          }
        ],
        "description": "string",
        "name": "string",
        "onInactiveMarkAs": "string",
        "state": "string",
        "userProperties": [
          {
            "name": "string",
            "value": {}
          }
        ],
        "type": "string"
        // For remaining properties, see Activity objects
      }
    ],
    "expression": {
      "type": "Expression",
      "value": "string"
    },
    "timeout": {}
  }

針對 驗證,請使用:

  "type": "Validation",
  "typeProperties": {
    "childItems": {},
    "dataset": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "DatasetReference"
    },
    "minimumSize": {},
    "sleep": {},
    "timeout": {}
  }

針對 Wait,請使用:

  "type": "Wait",
  "typeProperties": {
    "waitTimeInSeconds": {}
  }

針對 WebActivity,請使用:

  "type": "WebActivity",
  "linkedServiceName": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  },
  "policy": {
    "retry": {},
    "retryIntervalInSeconds": "int",
    "secureInput": "bool",
    "secureOutput": "bool",
    "timeout": {},
    "{customized property}": {}
  },
  "typeProperties": {
    "authentication": {
      "credential": {
        "referenceName": "string",
        "type": "CredentialReference",
        "{customized property}": {}
      },
      "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": "IntegrationRuntimeReference"
    },
    "datasets": [
      {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "DatasetReference"
      }
    ],
    "disableCertValidation": "bool",
    "headers": {
      "{customized property}": "string"
    },
    "httpRequestTimeout": {},
    "linkedServices": [
      {
        "parameters": {
          "{customized property}": {}
        },
        "referenceName": "string",
        "type": "LinkedServiceReference"
      }
    ],
    "method": "string",
    "turnOffAsync": "bool",
    "url": {}
  }

針對 WebHook,請使用:

  "type": "WebHook",
  "policy": {
    "secureInput": "bool",
    "secureOutput": "bool"
  },
  "typeProperties": {
    "authentication": {
      "credential": {
        "referenceName": "string",
        "type": "CredentialReference",
        "{customized property}": {}
      },
      "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}": "string"
    },
    "method": "POST",
    "reportStatusOnCallBack": {},
    "timeout": "string",
    "url": {}
  }

CopySink 物件

設定 type 屬性以指定物件的類型。

針對 AvroSink,請使用:

  "type": "AvroSink",
  "formatSettings": {
    "fileNamePrefix": {},
    "maxRowsPerFile": {},
    "recordName": "string",
    "recordNamespace": "string",
    "type": "string",
    "{customized property}": {}
  },
  "storeSettings": {
    "copyBehavior": {},
    "disableMetricsCollection": {},
    "maxConcurrentConnections": {},
    "metadata": [
      {
        "name": {},
        "value": {}
      }
    ],
    "type": "string"
    // For remaining properties, see StoreWriteSettings objects
  }

針對 AzureBlobFSSink,請使用:

  "type": "AzureBlobFSSink",
  "copyBehavior": {},
  "metadata": [
    {
      "name": {},
      "value": {}
    }
  ]

針對 AzureDatabricksDeltaLakeSink,請使用:

  "type": "AzureDatabricksDeltaLakeSink",
  "importSettings": {
    "dateFormat": {},
    "timestampFormat": {},
    "type": "string",
    "{customized property}": {}
  },
  "preCopyScript": {}

針對 AzureDataExplorerSink,請使用:

  "type": "AzureDataExplorerSink",
  "flushImmediately": {},
  "ingestionMappingAsJson": {},
  "ingestionMappingName": {}

針對 AzureDataLakeStoreSink,請使用:

  "type": "AzureDataLakeStoreSink",
  "copyBehavior": {},
  "enableAdlsSingleFileParallel": {}

針對 AzureMySqlSink,請使用:

  "type": "AzureMySqlSink",
  "preCopyScript": {}

針對 AzurePostgreSqlSink,請使用:

  "type": "AzurePostgreSqlSink",
  "preCopyScript": {}

針對 AzureQueueSink,請使用:

  "type": "AzureQueueSink"

針對 AzureSearchIndexSink,請使用:

  "type": "AzureSearchIndexSink",
  "writeBehavior": "string"

針對 AzureSqlSink,請使用:

  "type": "AzureSqlSink",
  "preCopyScript": {},
  "sqlWriterStoredProcedureName": {},
  "sqlWriterTableType": {},
  "sqlWriterUseTableLock": {},
  "storedProcedureParameters": {},
  "storedProcedureTableTypeParameterName": {},
  "tableOption": {},
  "upsertSettings": {
    "interimSchemaName": {},
    "keys": {},
    "useTempDB": {}
  },
  "writeBehavior": {}

針對 AzureTableSink,請使用:

  "type": "AzureTableSink",
  "azureTableDefaultPartitionKeyValue": {},
  "azureTableInsertType": {},
  "azureTablePartitionKeyName": {},
  "azureTableRowKeyName": {}

針對 BinarySink,請使用:

  "type": "BinarySink",
  "storeSettings": {
    "copyBehavior": {},
    "disableMetricsCollection": {},
    "maxConcurrentConnections": {},
    "metadata": [
      {
        "name": {},
        "value": {}
      }
    ],
    "type": "string"
    // For remaining properties, see StoreWriteSettings objects
  }

針對 BlobSink,請使用:

  "type": "BlobSink",
  "blobWriterAddHeader": {},
  "blobWriterDateTimeFormat": {},
  "blobWriterOverwriteFiles": {},
  "copyBehavior": {},
  "metadata": [
    {
      "name": {},
      "value": {}
    }
  ]

針對 CommonDataServiceForAppsSink,請使用:

  "type": "CommonDataServiceForAppsSink",
  "alternateKeyName": {},
  "ignoreNullValues": {},
  "writeBehavior": "Upsert"

針對 CosmosDbMongoDbApiSink,請使用:

  "type": "CosmosDbMongoDbApiSink",
  "writeBehavior": {}

針對 CosmosDbSqlApiSink,請使用:

  "type": "CosmosDbSqlApiSink",
  "writeBehavior": {}

針對 DelimitedTextSink,請使用:

  "type": "DelimitedTextSink",
  "formatSettings": {
    "fileExtension": {},
    "fileNamePrefix": {},
    "maxRowsPerFile": {},
    "quoteAllText": {},
    "type": "string",
    "{customized property}": {}
  },
  "storeSettings": {
    "copyBehavior": {},
    "disableMetricsCollection": {},
    "maxConcurrentConnections": {},
    "metadata": [
      {
        "name": {},
        "value": {}
      }
    ],
    "type": "string"
    // For remaining properties, see StoreWriteSettings objects
  }

針對 DocumentDbCollectionSink,請使用:

  "type": "DocumentDbCollectionSink",
  "nestingSeparator": {},
  "writeBehavior": {}

針對 DynamicsCrmSink,請使用:

  "type": "DynamicsCrmSink",
  "alternateKeyName": {},
  "ignoreNullValues": {},
  "writeBehavior": "Upsert"

針對 DynamicsSink,請使用:

  "type": "DynamicsSink",
  "alternateKeyName": {},
  "ignoreNullValues": {},
  "writeBehavior": "Upsert"

針對 FileSystemSink,請使用:

  "type": "FileSystemSink",
  "copyBehavior": {}

針對 InformixSink,請使用:

  "type": "InformixSink",
  "preCopyScript": {}

針對 JsonSink,請使用:

  "type": "JsonSink",
  "formatSettings": {
    "filePattern": {},
    "type": "string",
    "{customized property}": {}
  },
  "storeSettings": {
    "copyBehavior": {},
    "disableMetricsCollection": {},
    "maxConcurrentConnections": {},
    "metadata": [
      {
        "name": {},
        "value": {}
      }
    ],
    "type": "string"
    // For remaining properties, see StoreWriteSettings objects
  }

針對 LakeHouseTableSink,請使用:

  "type": "LakeHouseTableSink",
  "partitionNameList": {},
  "partitionOption": {},
  "tableActionOption": {}

針對 MicrosoftAccessSink,請使用:

  "type": "MicrosoftAccessSink",
  "preCopyScript": {}

針對 MongoDbAtlasSink,請使用:

  "type": "MongoDbAtlasSink",
  "writeBehavior": {}

針對 MongoDbV2Sink,請使用:

  "type": "MongoDbV2Sink",
  "writeBehavior": {}

針對 OdbcSink,請使用:

  "type": "OdbcSink",
  "preCopyScript": {}

針對 OracleSink,請使用:

  "type": "OracleSink",
  "preCopyScript": {}

針對 OrcSink,請使用:

  "type": "OrcSink",
  "formatSettings": {
    "fileNamePrefix": {},
    "maxRowsPerFile": {},
    "type": "string",
    "{customized property}": {}
  },
  "storeSettings": {
    "copyBehavior": {},
    "disableMetricsCollection": {},
    "maxConcurrentConnections": {},
    "metadata": [
      {
        "name": {},
        "value": {}
      }
    ],
    "type": "string"
    // For remaining properties, see StoreWriteSettings objects
  }

針對 ParquetSink,請使用:

  "type": "ParquetSink",
  "formatSettings": {
    "fileNamePrefix": {},
    "maxRowsPerFile": {},
    "type": "string",
    "{customized property}": {}
  },
  "storeSettings": {
    "copyBehavior": {},
    "disableMetricsCollection": {},
    "maxConcurrentConnections": {},
    "metadata": [
      {
        "name": {},
        "value": {}
      }
    ],
    "type": "string"
    // For remaining properties, see StoreWriteSettings objects
  }

針對 RestSink,請使用:

  "type": "RestSink",
  "additionalHeaders": {},
  "httpCompressionType": {},
  "httpRequestTimeout": {},
  "requestInterval": {},
  "requestMethod": {}

針對 SalesforceServiceCloudSink,請使用:

  "type": "SalesforceServiceCloudSink",
  "externalIdFieldName": {},
  "ignoreNullValues": {},
  "writeBehavior": "string"

針對 SalesforceServiceCloudV2Sink,請使用:

  "type": "SalesforceServiceCloudV2Sink",
  "externalIdFieldName": {},
  "ignoreNullValues": {},
  "writeBehavior": "string"

針對 SalesforceSink,請使用:

  "type": "SalesforceSink",
  "externalIdFieldName": {},
  "ignoreNullValues": {},
  "writeBehavior": "string"

針對 SalesforceV2Sink,請使用:

  "type": "SalesforceV2Sink",
  "externalIdFieldName": {},
  "ignoreNullValues": {},
  "writeBehavior": "string"

針對 SapCloudForCustomerSink,請使用:

  "type": "SapCloudForCustomerSink",
  "httpRequestTimeout": {},
  "writeBehavior": "string"

針對 SnowflakeSink,請使用:

  "type": "SnowflakeSink",
  "importSettings": {
    "additionalCopyOptions": {
      "{customized property}": {}
    },
    "additionalFormatOptions": {
      "{customized property}": {}
    },
    "type": "string",
    "{customized property}": {}
  },
  "preCopyScript": {}

針對 SnowflakeV2Sink,請使用:

  "type": "SnowflakeV2Sink",
  "importSettings": {
    "additionalCopyOptions": {
      "{customized property}": {}
    },
    "additionalFormatOptions": {
      "{customized property}": {}
    },
    "type": "string",
    "{customized property}": {}
  },
  "preCopyScript": {}

針對 SqlDWSink,請使用:

  "type": "SqlDWSink",
  "allowCopyCommand": {},
  "allowPolyBase": {},
  "copyCommandSettings": {
    "additionalOptions": {
      "{customized property}": "string"
    },
    "defaultValues": [
      {
        "columnName": {},
        "defaultValue": {}
      }
    ]
  },
  "polyBaseSettings": {
    "rejectSampleValue": {},
    "rejectType": "string",
    "rejectValue": {},
    "useTypeDefault": {},
    "{customized property}": {}
  },
  "preCopyScript": {},
  "sqlWriterUseTableLock": {},
  "tableOption": {},
  "upsertSettings": {
    "interimSchemaName": {},
    "keys": {}
  },
  "writeBehavior": {}

針對 SqlMISink,請使用:

  "type": "SqlMISink",
  "preCopyScript": {},
  "sqlWriterStoredProcedureName": {},
  "sqlWriterTableType": {},
  "sqlWriterUseTableLock": {},
  "storedProcedureParameters": {},
  "storedProcedureTableTypeParameterName": {},
  "tableOption": {},
  "upsertSettings": {
    "interimSchemaName": {},
    "keys": {},
    "useTempDB": {}
  },
  "writeBehavior": {}

針對 SqlServerSink,請使用:

  "type": "SqlServerSink",
  "preCopyScript": {},
  "sqlWriterStoredProcedureName": {},
  "sqlWriterTableType": {},
  "sqlWriterUseTableLock": {},
  "storedProcedureParameters": {},
  "storedProcedureTableTypeParameterName": {},
  "tableOption": {},
  "upsertSettings": {
    "interimSchemaName": {},
    "keys": {},
    "useTempDB": {}
  },
  "writeBehavior": {}

針對 SqlSink,請使用:

  "type": "SqlSink",
  "preCopyScript": {},
  "sqlWriterStoredProcedureName": {},
  "sqlWriterTableType": {},
  "sqlWriterUseTableLock": {},
  "storedProcedureParameters": {},
  "storedProcedureTableTypeParameterName": {},
  "tableOption": {},
  "upsertSettings": {
    "interimSchemaName": {},
    "keys": {},
    "useTempDB": {}
  },
  "writeBehavior": {}

針對 WarehouseSink,請使用:

  "type": "WarehouseSink",
  "allowCopyCommand": {},
  "copyCommandSettings": {
    "additionalOptions": {
      "{customized property}": "string"
    },
    "defaultValues": [
      {
        "columnName": {},
        "defaultValue": {}
      }
    ]
  },
  "preCopyScript": {},
  "tableOption": {},
  "writeBehavior": {}

StoreWriteSettings 物件

設定 type 屬性以指定物件的類型。

針對 AzureBlobFSWriteSettings,請使用:

  "type": "AzureBlobFSWriteSettings",
  "blockSizeInMB": {}

針對 AzureBlobStorageWriteSettings,請使用:

  "type": "AzureBlobStorageWriteSettings",
  "blockSizeInMB": {}

針對 AzureDataLakeStoreWriteSettings,請使用:

  "type": "AzureDataLakeStoreWriteSettings",
  "expiryDateTime": {}

針對 AzureFileStorageWriteSettings,請使用:

  "type": "AzureFileStorageWriteSettings"

針對 FileServerWriteSettings,請使用:

  "type": "FileServerWriteSettings"

針對 LakeHouseWriteSettings,請使用:

  "type": "LakeHouseWriteSettings"

針對 SftpWriteSettings,請使用:

  "type": "SftpWriteSettings",
  "operationTimeout": {},
  "useTempFileRename": {}

CopySource 物件

設定 type 屬性以指定物件的類型。

針對 AmazonMWSSource,請使用:

  "type": "AmazonMWSSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 AmazonRdsForOracleSource,請使用:

  "type": "AmazonRdsForOracleSource",
  "additionalColumns": {},
  "oracleReaderQuery": {},
  "partitionOption": {},
  "partitionSettings": {
    "partitionColumnName": {},
    "partitionLowerBound": {},
    "partitionNames": {},
    "partitionUpperBound": {}
  },
  "queryTimeout": {}

針對 AmazonRdsForSqlServerSource,請使用:

  "type": "AmazonRdsForSqlServerSource",
  "additionalColumns": {},
  "isolationLevel": {},
  "partitionOption": {},
  "partitionSettings": {
    "partitionColumnName": {},
    "partitionLowerBound": {},
    "partitionUpperBound": {}
  },
  "produceAdditionalTypes": {},
  "queryTimeout": {},
  "sqlReaderQuery": {},
  "sqlReaderStoredProcedureName": {},
  "storedProcedureParameters": {}

針對 AmazonRedshiftSource,請使用:

  "type": "AmazonRedshiftSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {},
  "redshiftUnloadSettings": {
    "bucketName": {},
    "s3LinkedServiceName": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "LinkedServiceReference"
    }
  }

針對 AvroSource,請使用:

  "type": "AvroSource",
  "additionalColumns": {},
  "storeSettings": {
    "disableMetricsCollection": {},
    "maxConcurrentConnections": {},
    "type": "string"
    // For remaining properties, see StoreReadSettings objects
  }

針對 AzureBlobFSSource,請使用:

  "type": "AzureBlobFSSource",
  "recursive": {},
  "skipHeaderLineCount": {},
  "treatEmptyAsNull": {}

針對 AzureDatabricksDeltaLakeSource,請使用:

  "type": "AzureDatabricksDeltaLakeSource",
  "exportSettings": {
    "dateFormat": {},
    "timestampFormat": {},
    "type": "string",
    "{customized property}": {}
  },
  "query": {}

針對 AzureDataExplorerSource,請使用:

  "type": "AzureDataExplorerSource",
  "additionalColumns": {},
  "noTruncation": {},
  "query": {},
  "queryTimeout": {}

針對 AzureDataLakeStoreSource,請使用:

  "type": "AzureDataLakeStoreSource",
  "recursive": {}

針對 AzureMariaDBSource,請使用:

  "type": "AzureMariaDBSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 AzureMySqlSource,請使用:

  "type": "AzureMySqlSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 AzurePostgreSqlSource,請使用:

  "type": "AzurePostgreSqlSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 AzureSqlSource,請使用:

  "type": "AzureSqlSource",
  "additionalColumns": {},
  "isolationLevel": {},
  "partitionOption": {},
  "partitionSettings": {
    "partitionColumnName": {},
    "partitionLowerBound": {},
    "partitionUpperBound": {}
  },
  "produceAdditionalTypes": {},
  "queryTimeout": {},
  "sqlReaderQuery": {},
  "sqlReaderStoredProcedureName": {},
  "storedProcedureParameters": {}

針對 AzureTableSource,請使用:

  "type": "AzureTableSource",
  "additionalColumns": {},
  "azureTableSourceIgnoreTableNotFound": {},
  "azureTableSourceQuery": {},
  "queryTimeout": {}

針對 BinarySource,請使用:

  "type": "BinarySource",
  "formatSettings": {
    "compressionProperties": {
      "type": "string"
      // For remaining properties, see CompressionReadSettings objects
    },
    "type": "string",
    "{customized property}": {}
  },
  "storeSettings": {
    "disableMetricsCollection": {},
    "maxConcurrentConnections": {},
    "type": "string"
    // For remaining properties, see StoreReadSettings objects
  }

針對 BlobSource,請使用:

  "type": "BlobSource",
  "recursive": {},
  "skipHeaderLineCount": {},
  "treatEmptyAsNull": {}

針對 CassandraSource,請使用:

  "type": "CassandraSource",
  "additionalColumns": {},
  "consistencyLevel": "string",
  "query": {},
  "queryTimeout": {}

針對 CommonDataServiceForAppsSource,請使用:

  "type": "CommonDataServiceForAppsSource",
  "additionalColumns": {},
  "query": {}

針對 ConcurSource,請使用:

  "type": "ConcurSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 CosmosDbMongoDbApiSource,請使用:

  "type": "CosmosDbMongoDbApiSource",
  "additionalColumns": {},
  "batchSize": {},
  "cursorMethods": {
    "limit": {},
    "project": {},
    "skip": {},
    "sort": {},
    "{customized property}": {}
  },
  "filter": {},
  "queryTimeout": {}

針對 CosmosDbSqlApiSource,請使用:

  "type": "CosmosDbSqlApiSource",
  "additionalColumns": {},
  "detectDatetime": {},
  "pageSize": {},
  "preferredRegions": {},
  "query": {}

針對 CouchbaseSource,請使用:

  "type": "CouchbaseSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 Db2Source,請使用:

  "type": "Db2Source",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 DelimitedTextSource,請使用:

  "type": "DelimitedTextSource",
  "additionalColumns": {},
  "formatSettings": {
    "compressionProperties": {
      "type": "string"
      // For remaining properties, see CompressionReadSettings objects
    },
    "skipLineCount": {},
    "type": "string",
    "{customized property}": {}
  },
  "storeSettings": {
    "disableMetricsCollection": {},
    "maxConcurrentConnections": {},
    "type": "string"
    // For remaining properties, see StoreReadSettings objects
  }

針對 DocumentDbCollectionSource,請使用:

  "type": "DocumentDbCollectionSource",
  "additionalColumns": {},
  "nestingSeparator": {},
  "query": {},
  "queryTimeout": {}

針對 DrillSource,請使用:

  "type": "DrillSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 DynamicsAXSource,請使用:

  "type": "DynamicsAXSource",
  "additionalColumns": {},
  "httpRequestTimeout": {},
  "query": {},
  "queryTimeout": {}

針對 DynamicsCrmSource,請使用:

  "type": "DynamicsCrmSource",
  "additionalColumns": {},
  "query": {}

針對 DynamicsSource,請使用:

  "type": "DynamicsSource",
  "additionalColumns": {},
  "query": {}

針對 EloquaSource,請使用:

  "type": "EloquaSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 ExcelSource,請使用:

  "type": "ExcelSource",
  "additionalColumns": {},
  "storeSettings": {
    "disableMetricsCollection": {},
    "maxConcurrentConnections": {},
    "type": "string"
    // For remaining properties, see StoreReadSettings objects
  }

針對 FileSystemSource,請使用:

  "type": "FileSystemSource",
  "additionalColumns": {},
  "recursive": {}

針對 GoogleAdWordsSource,請使用:

  "type": "GoogleAdWordsSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 GoogleBigQuerySource,請使用:

  "type": "GoogleBigQuerySource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 GoogleBigQueryV2Source,請使用:

  "type": "GoogleBigQueryV2Source",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 GreenplumSource,請使用:

  "type": "GreenplumSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 HBaseSource,請使用:

  "type": "HBaseSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 HdfsSource,請使用:

  "type": "HdfsSource",
  "distcpSettings": {
    "distcpOptions": {},
    "resourceManagerEndpoint": {},
    "tempScriptPath": {}
  },
  "recursive": {}

針對 HiveSource,請使用:

  "type": "HiveSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 HttpSource,請使用:

  "type": "HttpSource",
  "httpRequestTimeout": {}

針對 HubspotSource,請使用:

  "type": "HubspotSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 ImpalaSource,請使用:

  "type": "ImpalaSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 InformixSource,請使用:

  "type": "InformixSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 JiraSource,請使用:

  "type": "JiraSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 JsonSource,請使用:

  "type": "JsonSource",
  "additionalColumns": {},
  "formatSettings": {
    "compressionProperties": {
      "type": "string"
      // For remaining properties, see CompressionReadSettings objects
    },
    "type": "string",
    "{customized property}": {}
  },
  "storeSettings": {
    "disableMetricsCollection": {},
    "maxConcurrentConnections": {},
    "type": "string"
    // For remaining properties, see StoreReadSettings objects
  }

針對 LakeHouseTableSource,請使用:

  "type": "LakeHouseTableSource",
  "additionalColumns": {},
  "timestampAsOf": {},
  "versionAsOf": {}

針對 MagentoSource,請使用:

  "type": "MagentoSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 MariaDBSource,請使用:

  "type": "MariaDBSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 MarketoSource,請使用:

  "type": "MarketoSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 MicrosoftAccessSource,請使用:

  "type": "MicrosoftAccessSource",
  "additionalColumns": {},
  "query": {}

針對 MongoDbAtlasSource,請使用:

  "type": "MongoDbAtlasSource",
  "additionalColumns": {},
  "batchSize": {},
  "cursorMethods": {
    "limit": {},
    "project": {},
    "skip": {},
    "sort": {},
    "{customized property}": {}
  },
  "filter": {},
  "queryTimeout": {}

針對 MongoDbSource,請使用:

  "type": "MongoDbSource",
  "additionalColumns": {},
  "query": {}

針對 MongoDbV2Source,請使用:

  "type": "MongoDbV2Source",
  "additionalColumns": {},
  "batchSize": {},
  "cursorMethods": {
    "limit": {},
    "project": {},
    "skip": {},
    "sort": {},
    "{customized property}": {}
  },
  "filter": {},
  "queryTimeout": {}

針對 MySqlSource,請使用:

  "type": "MySqlSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 NetezzaSource,請使用:

  "type": "NetezzaSource",
  "additionalColumns": {},
  "partitionOption": {},
  "partitionSettings": {
    "partitionColumnName": {},
    "partitionLowerBound": {},
    "partitionUpperBound": {}
  },
  "query": {},
  "queryTimeout": {}

針對 ODataSource,請使用:

  "type": "ODataSource",
  "additionalColumns": {},
  "httpRequestTimeout": {},
  "query": {}

針對 OdbcSource,請使用:

  "type": "OdbcSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

若為 Office365Source,請使用:

  "type": "Office365Source",
  "allowedGroups": {},
  "dateFilterColumn": {},
  "endTime": {},
  "outputColumns": {},
  "startTime": {},
  "userScopeFilterUri": {}

針對 OracleServiceCloudSource,請使用:

  "type": "OracleServiceCloudSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 OracleSource,請使用:

  "type": "OracleSource",
  "additionalColumns": {},
  "oracleReaderQuery": {},
  "partitionOption": {},
  "partitionSettings": {
    "partitionColumnName": {},
    "partitionLowerBound": {},
    "partitionNames": {},
    "partitionUpperBound": {}
  },
  "queryTimeout": {}

針對 OrcSource,請使用:

  "type": "OrcSource",
  "additionalColumns": {},
  "storeSettings": {
    "disableMetricsCollection": {},
    "maxConcurrentConnections": {},
    "type": "string"
    // For remaining properties, see StoreReadSettings objects
  }

針對 ParquetSource,請使用:

  "type": "ParquetSource",
  "additionalColumns": {},
  "formatSettings": {
    "compressionProperties": {
      "type": "string"
      // For remaining properties, see CompressionReadSettings objects
    },
    "type": "string",
    "{customized property}": {}
  },
  "storeSettings": {
    "disableMetricsCollection": {},
    "maxConcurrentConnections": {},
    "type": "string"
    // For remaining properties, see StoreReadSettings objects
  }

針對 PaypalSource,請使用:

  "type": "PaypalSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 PhoenixSource,請使用:

  "type": "PhoenixSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 PostgreSqlSource,請使用:

  "type": "PostgreSqlSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 PostgreSqlV2Source,請使用:

  "type": "PostgreSqlV2Source",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 PrestoSource,請使用:

  "type": "PrestoSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 QuickBooksSource,請使用:

  "type": "QuickBooksSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 RelationalSource,請使用:

  "type": "RelationalSource",
  "additionalColumns": {},
  "query": {}

針對 ResponsysSource,請使用:

  "type": "ResponsysSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 RestSource,請使用:

  "type": "RestSource",
  "additionalColumns": {},
  "additionalHeaders": {},
  "httpRequestTimeout": {},
  "paginationRules": {},
  "requestBody": {},
  "requestInterval": {},
  "requestMethod": {}

針對 SalesforceMarketingCloudSource,請使用:

  "type": "SalesforceMarketingCloudSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 SalesforceServiceCloudSource,請使用:

  "type": "SalesforceServiceCloudSource",
  "additionalColumns": {},
  "query": {},
  "readBehavior": {}

針對 SalesforceServiceCloudV2Source,請使用:

  "type": "SalesforceServiceCloudV2Source",
  "additionalColumns": {},
  "includeDeletedObjects": {},
  "SOQLQuery": {}

針對 SalesforceSource,請使用:

  "type": "SalesforceSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {},
  "readBehavior": {}

針對 SalesforceV2Source,請使用:

  "type": "SalesforceV2Source",
  "additionalColumns": {},
  "includeDeletedObjects": {},
  "queryTimeout": {},
  "SOQLQuery": {}

針對 SapBwSource,請使用:

  "type": "SapBwSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 SapCloudForCustomerSource,請使用:

  "type": "SapCloudForCustomerSource",
  "additionalColumns": {},
  "httpRequestTimeout": {},
  "query": {},
  "queryTimeout": {}

針對 SapEccSource,請使用:

  "type": "SapEccSource",
  "additionalColumns": {},
  "httpRequestTimeout": {},
  "query": {},
  "queryTimeout": {}

針對 SapHanaSource,請使用:

  "type": "SapHanaSource",
  "additionalColumns": {},
  "packetSize": {},
  "partitionOption": {},
  "partitionSettings": {
    "partitionColumnName": {}
  },
  "query": {},
  "queryTimeout": {}

針對 SapOdpSource,請使用:

  "type": "SapOdpSource",
  "additionalColumns": {},
  "extractionMode": {},
  "projection": {},
  "queryTimeout": {},
  "selection": {},
  "subscriberProcess": {}

針對 SapOpenHubSource,請使用:

  "type": "SapOpenHubSource",
  "additionalColumns": {},
  "baseRequestId": {},
  "customRfcReadTableFunctionModule": {},
  "excludeLastRequest": {},
  "queryTimeout": {},
  "sapDataColumnDelimiter": {}

針對 SapTableSource,請使用:

  "type": "SapTableSource",
  "additionalColumns": {},
  "batchSize": {},
  "customRfcReadTableFunctionModule": {},
  "partitionOption": {},
  "partitionSettings": {
    "maxPartitionsNumber": {},
    "partitionColumnName": {},
    "partitionLowerBound": {},
    "partitionUpperBound": {}
  },
  "queryTimeout": {},
  "rfcTableFields": {},
  "rfcTableOptions": {},
  "rowCount": {},
  "rowSkips": {},
  "sapDataColumnDelimiter": {}

針對 ServiceNowSource,請使用:

  "type": "ServiceNowSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 ServiceNowV2Source,請使用:

  "type": "ServiceNowV2Source",
  "additionalColumns": {},
  "expression": {
    "operands": [
      {
      "operator": "string",
      "type": "string",
      "value": "string"
  },
  "queryTimeout": {}

針對 SharePointOnlineListSource,請使用:

  "type": "SharePointOnlineListSource",
  "httpRequestTimeout": {},
  "query": {}

針對 ShopifySource,請使用:

  "type": "ShopifySource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 SnowflakeSource,請使用:

  "type": "SnowflakeSource",
  "exportSettings": {
    "additionalCopyOptions": {
      "{customized property}": {}
    },
    "additionalFormatOptions": {
      "{customized property}": {}
    },
    "type": "string",
    "{customized property}": {}
  },
  "query": {}

針對 SnowflakeV2Source,請使用:

  "type": "SnowflakeV2Source",
  "exportSettings": {
    "additionalCopyOptions": {
      "{customized property}": {}
    },
    "additionalFormatOptions": {
      "{customized property}": {}
    },
    "type": "string",
    "{customized property}": {}
  },
  "query": {}

針對 SparkSource,請使用:

  "type": "SparkSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 SqlDWSource,請使用:

  "type": "SqlDWSource",
  "additionalColumns": {},
  "isolationLevel": {},
  "partitionOption": {},
  "partitionSettings": {
    "partitionColumnName": {},
    "partitionLowerBound": {},
    "partitionUpperBound": {}
  },
  "queryTimeout": {},
  "sqlReaderQuery": {},
  "sqlReaderStoredProcedureName": {},
  "storedProcedureParameters": {}

針對 SqlMISource,請使用:

  "type": "SqlMISource",
  "additionalColumns": {},
  "isolationLevel": {},
  "partitionOption": {},
  "partitionSettings": {
    "partitionColumnName": {},
    "partitionLowerBound": {},
    "partitionUpperBound": {}
  },
  "produceAdditionalTypes": {},
  "queryTimeout": {},
  "sqlReaderQuery": {},
  "sqlReaderStoredProcedureName": {},
  "storedProcedureParameters": {}

針對 SqlServerSource,請使用:

  "type": "SqlServerSource",
  "additionalColumns": {},
  "isolationLevel": {},
  "partitionOption": {},
  "partitionSettings": {
    "partitionColumnName": {},
    "partitionLowerBound": {},
    "partitionUpperBound": {}
  },
  "produceAdditionalTypes": {},
  "queryTimeout": {},
  "sqlReaderQuery": {},
  "sqlReaderStoredProcedureName": {},
  "storedProcedureParameters": {}

針對 SqlSource,請使用:

  "type": "SqlSource",
  "additionalColumns": {},
  "isolationLevel": {},
  "partitionOption": {},
  "partitionSettings": {
    "partitionColumnName": {},
    "partitionLowerBound": {},
    "partitionUpperBound": {}
  },
  "queryTimeout": {},
  "sqlReaderQuery": {},
  "sqlReaderStoredProcedureName": {},
  "storedProcedureParameters": {}

針對 SquareSource,請使用:

  "type": "SquareSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 SybaseSource,請使用:

  "type": "SybaseSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 TeradataSource,請使用:

  "type": "TeradataSource",
  "additionalColumns": {},
  "partitionOption": {},
  "partitionSettings": {
    "partitionColumnName": {},
    "partitionLowerBound": {},
    "partitionUpperBound": {}
  },
  "query": {},
  "queryTimeout": {}

針對 VerticaSource,請使用:

  "type": "VerticaSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 WarehouseSource,請使用:

  "type": "WarehouseSource",
  "additionalColumns": {},
  "isolationLevel": {},
  "partitionOption": {},
  "partitionSettings": {
    "partitionColumnName": {},
    "partitionLowerBound": {},
    "partitionUpperBound": {}
  },
  "queryTimeout": {},
  "sqlReaderQuery": {},
  "sqlReaderStoredProcedureName": {},
  "storedProcedureParameters": {}

針對 WebSource,請使用:

  "type": "WebSource",
  "additionalColumns": {}

針對 XeroSource,請使用:

  "type": "XeroSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

針對 XmlSource,請使用:

  "type": "XmlSource",
  "additionalColumns": {},
  "formatSettings": {
    "compressionProperties": {
      "type": "string"
      // For remaining properties, see CompressionReadSettings objects
    },
    "detectDataType": {},
    "namespacePrefixes": {},
    "namespaces": {},
    "type": "string",
    "validationMode": {},
    "{customized property}": {}
  },
  "storeSettings": {
    "disableMetricsCollection": {},
    "maxConcurrentConnections": {},
    "type": "string"
    // For remaining properties, see StoreReadSettings objects
  }

針對 ZohoSource,請使用:

  "type": "ZohoSource",
  "additionalColumns": {},
  "query": {},
  "queryTimeout": {}

StoreReadSettings 物件

設定 type 屬性以指定物件的類型。

針對 AmazonS3CompatibleReadSettings,請使用:

  "type": "AmazonS3CompatibleReadSettings",
  "deleteFilesAfterCompletion": {},
  "enablePartitionDiscovery": {},
  "fileListPath": {},
  "modifiedDatetimeEnd": {},
  "modifiedDatetimeStart": {},
  "partitionRootPath": {},
  "prefix": {},
  "recursive": {},
  "wildcardFileName": {},
  "wildcardFolderPath": {}

針對 AmazonS3ReadSettings,請使用:

  "type": "AmazonS3ReadSettings",
  "deleteFilesAfterCompletion": {},
  "enablePartitionDiscovery": {},
  "fileListPath": {},
  "modifiedDatetimeEnd": {},
  "modifiedDatetimeStart": {},
  "partitionRootPath": {},
  "prefix": {},
  "recursive": {},
  "wildcardFileName": {},
  "wildcardFolderPath": {}

針對 AzureBlobFSReadSettings,請使用:

  "type": "AzureBlobFSReadSettings",
  "deleteFilesAfterCompletion": {},
  "enablePartitionDiscovery": {},
  "fileListPath": {},
  "modifiedDatetimeEnd": {},
  "modifiedDatetimeStart": {},
  "partitionRootPath": {},
  "recursive": {},
  "wildcardFileName": {},
  "wildcardFolderPath": {}

針對 AzureBlobStorageReadSettings,請使用:

  "type": "AzureBlobStorageReadSettings",
  "deleteFilesAfterCompletion": {},
  "enablePartitionDiscovery": {},
  "fileListPath": {},
  "modifiedDatetimeEnd": {},
  "modifiedDatetimeStart": {},
  "partitionRootPath": {},
  "prefix": {},
  "recursive": {},
  "wildcardFileName": {},
  "wildcardFolderPath": {}

針對 AzureDataLakeStoreReadSettings,請使用:

  "type": "AzureDataLakeStoreReadSettings",
  "deleteFilesAfterCompletion": {},
  "enablePartitionDiscovery": {},
  "fileListPath": {},
  "listAfter": {},
  "listBefore": {},
  "modifiedDatetimeEnd": {},
  "modifiedDatetimeStart": {},
  "partitionRootPath": {},
  "recursive": {},
  "wildcardFileName": {},
  "wildcardFolderPath": {}

針對 AzureFileStorageReadSettings,請使用:

  "type": "AzureFileStorageReadSettings",
  "deleteFilesAfterCompletion": {},
  "enablePartitionDiscovery": {},
  "fileListPath": {},
  "modifiedDatetimeEnd": {},
  "modifiedDatetimeStart": {},
  "partitionRootPath": {},
  "prefix": {},
  "recursive": {},
  "wildcardFileName": {},
  "wildcardFolderPath": {}

針對 FileServerReadSettings,請使用:

  "type": "FileServerReadSettings",
  "deleteFilesAfterCompletion": {},
  "enablePartitionDiscovery": {},
  "fileFilter": {},
  "fileListPath": {},
  "modifiedDatetimeEnd": {},
  "modifiedDatetimeStart": {},
  "partitionRootPath": {},
  "recursive": {},
  "wildcardFileName": {},
  "wildcardFolderPath": {}

針對 FtpReadSettings,請使用:

  "type": "FtpReadSettings",
  "deleteFilesAfterCompletion": {},
  "disableChunking": {},
  "enablePartitionDiscovery": {},
  "fileListPath": {},
  "partitionRootPath": {},
  "recursive": {},
  "useBinaryTransfer": {},
  "wildcardFileName": {},
  "wildcardFolderPath": {}

針對 GoogleCloudStorageReadSettings,請使用:

  "type": "GoogleCloudStorageReadSettings",
  "deleteFilesAfterCompletion": {},
  "enablePartitionDiscovery": {},
  "fileListPath": {},
  "modifiedDatetimeEnd": {},
  "modifiedDatetimeStart": {},
  "partitionRootPath": {},
  "prefix": {},
  "recursive": {},
  "wildcardFileName": {},
  "wildcardFolderPath": {}

針對 HdfsReadSettings,請使用:

  "type": "HdfsReadSettings",
  "deleteFilesAfterCompletion": {},
  "distcpSettings": {
    "distcpOptions": {},
    "resourceManagerEndpoint": {},
    "tempScriptPath": {}
  },
  "enablePartitionDiscovery": {},
  "fileListPath": {},
  "modifiedDatetimeEnd": {},
  "modifiedDatetimeStart": {},
  "partitionRootPath": {},
  "recursive": {},
  "wildcardFileName": {},
  "wildcardFolderPath": {}

針對 HttpReadSettings,請使用:

  "type": "HttpReadSettings",
  "additionalColumns": {},
  "additionalHeaders": {},
  "requestBody": {},
  "requestMethod": {},
  "requestTimeout": {}

針對 LakeHouseReadSettings,請使用:

  "type": "LakeHouseReadSettings",
  "deleteFilesAfterCompletion": {},
  "enablePartitionDiscovery": {},
  "fileListPath": {},
  "modifiedDatetimeEnd": {},
  "modifiedDatetimeStart": {},
  "partitionRootPath": {},
  "recursive": {},
  "wildcardFileName": {},
  "wildcardFolderPath": {}

針對 OracleCloudStorageReadSettings,請使用:

  "type": "OracleCloudStorageReadSettings",
  "deleteFilesAfterCompletion": {},
  "enablePartitionDiscovery": {},
  "fileListPath": {},
  "modifiedDatetimeEnd": {},
  "modifiedDatetimeStart": {},
  "partitionRootPath": {},
  "prefix": {},
  "recursive": {},
  "wildcardFileName": {},
  "wildcardFolderPath": {}

針對 SftpReadSettings,請使用:

  "type": "SftpReadSettings",
  "deleteFilesAfterCompletion": {},
  "disableChunking": {},
  "enablePartitionDiscovery": {},
  "fileListPath": {},
  "modifiedDatetimeEnd": {},
  "modifiedDatetimeStart": {},
  "partitionRootPath": {},
  "recursive": {},
  "wildcardFileName": {},
  "wildcardFolderPath": {}

CompressionReadSettings 物件

設定 type 屬性以指定物件的類型。

針對 TarGZipReadSettings,請使用:

  "type": "TarGZipReadSettings",
  "preserveCompressionFileNameAsFolder": {}

針對 TarReadSettings,請使用:

  "type": "TarReadSettings",
  "preserveCompressionFileNameAsFolder": {}

針對 ZipDeflateReadSettings,請使用:

  "type": "ZipDeflateReadSettings",
  "preserveZipFileNameAsFolder": {}

SecretBase 物件

設定 type 屬性以指定物件的類型。

針對 AzureKeyVaultSecret,請使用:

  "type": "AzureKeyVaultSecret",
  "secretName": {},
  "secretVersion": {},
  "store": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  }

針對 SecureString,請使用:

  "type": "SecureString",
  "value": "string"

FormatReadSettings 物件

設定 type 屬性以指定物件的類型。

針對 BinaryReadSettings,請使用:

  "type": "BinaryReadSettings",
  "compressionProperties": {
    "type": "string"
    // For remaining properties, see CompressionReadSettings objects
  }

針對 DelimitedTextReadSettings,請使用:

  "type": "DelimitedTextReadSettings",
  "compressionProperties": {
    "type": "string"
    // For remaining properties, see CompressionReadSettings objects
  },
  "skipLineCount": {}

針對 JsonReadSettings,請使用:

  "type": "JsonReadSettings",
  "compressionProperties": {
    "type": "string"
    // For remaining properties, see CompressionReadSettings objects
  }

針對 ParquetReadSettings,請使用:

  "type": "ParquetReadSettings",
  "compressionProperties": {
    "type": "string"
    // For remaining properties, see CompressionReadSettings objects
  }

針對 XmlReadSettings,請使用:

  "type": "XmlReadSettings",
  "compressionProperties": {
    "type": "string"
    // For remaining properties, see CompressionReadSettings objects
  },
  "detectDataType": {},
  "namespacePrefixes": {},
  "namespaces": {},
  "validationMode": {}

屬性值

factoryies/pipelines

名稱 描述
類型 資源類型 'Microsoft.DataFactory/factoryies/pipelines'
apiVersion 資源 API 版本 '2018-06-01'
NAME 資源名稱

請參閱如何在 JSON ARM 樣本中設定子資源的名稱和類型。
字串 (必要)

字元限制:1-260

合法字元:
不能使用:
<>*#.%&:\\+?/ 或控制字元

以英數字元開頭。
properties 管線的屬性。 需要管線 ()

準銷售案源

名稱 描述
活動 管線中的活動清單。 Activity[]
註解 可用於描述管線的標記清單。 any[]
並行 管線的並行執行數目上限。 int

約束:
最小值 = 1
description 管線的描述。 字串
folder 這個管線所在的資料夾。 如果未指定,管線會顯示在根層級。 PipelineFolder
參數 管線的參數清單。 ParameterDefinitionSpecification
原則 管線原則。 PipelinePolicy
runDimensions 管線發出的維度。 PipelineRunDimensions
變數 管線的變數清單。 VariableDefinitionSpecification

活動

Name 描述
dependsOn 活動取決於條件。 ActivityDependency[]
description 活動描述。 字串
NAME 活動名稱。 需要字串 ()
onInactiveMarkAs 當狀態設定為 [非使用中] 時,活動的狀態結果。 這是選擇性屬性,如果未在活動處於非作用中狀態時提供,則狀態預設會是 Succeeded。 'Failed'
'Skipped'
'Succeeded'
狀態 活動狀態。 這是選擇性屬性,如果未提供,則狀態預設為 [作用中]。 'Active'
'Inactive'
userProperties 活動用戶屬性。 UserProperty[]
類型 設定物件類型 AppendVariable
AzureDataExplorerCommand
AzureFunctionActivity
AzureMLBatchExecution
AzureMLExecutePipeline
AzureMLUpdateResource
複製
Custom
DatabricksNotebook
DatabricksSparkJar
DatabricksSparkPython
DataLakeAnalyticsU-SQL
刪除
ExecuteDataFlow
ExecutePipeline
ExecuteSSISPackage
ExecuteWranglingDataflow
失敗
Filter
ForEach
GetMetadata
HDInsightHive
HDInsightMapReduce
HDInsightPig
HDInsightSpark
HDInsightStreaming
IfCondition
查閱
指令碼
SetVariable
SparkJob
SqlServerStoredProcedure
開關
SynapseNotebook
Until
驗證
等候
WebActivity
需要 WebHook ()

ActivityDependency

名稱 描述
activity 活動名稱。 需要字串 ()
dependencyConditions 相依性 Match-Condition。 包含任何項目的字串數組:
'Completed'
'Failed'
'Skipped'
必要 ('Succeeded')
{自定義屬性}

UserProperty

名稱 描述
NAME 用戶屬性名稱。 字串 (必要)
用戶屬性值。 類型:字串 (或具有 resultType 字串的 Expression) 。

AppendVariableActivity

名稱 描述
類型 活動的類型。 必要 ('AppendVariable')
typeProperties 附加變數活動屬性。 AppendVariableActivityTypeProperties (必要)

AppendVariableActivityTypeProperties

名稱 描述
要附加的值。 類型:可以是變數專案的靜態值比對類型,或是具有變數專案 resultType 比對類型的 Expression
variableName 必須附加其值之變數的名稱。 字串

AzureDataExplorerCommandActivity

名稱 描述
類型 活動的類型。 'AzureDataExplorerCommand' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Azure Data Explorer 命令活動屬性。 AzureDataExplorerCommandActivityTypeProperties (必要)

LinkedServiceReference

名稱 描述
參數 LinkedService 的自變數。 ParameterValueSpecification
referenceName 參考 LinkedService 名稱。 字串 (必要)
類型 連結服務參考類型。 'LinkedServiceReference' (必要)

ParameterValueSpecification

名稱 描述
{自定義屬性}

ActivityPolicy

名稱 描述
retry 一般重試嘗試次數上限。 預設值為 0。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。
retryIntervalInSeconds 每次重試嘗試 (秒) 之間的間隔。 預設值為30秒。 int

約束:
最小值 = 30
最大值 = 86400
secureInput 當設定為 true 時,來自活動的輸入會被視為安全,而且不會記錄到監視。 bool
secureOutput 當設定為 true 時,活動輸出會被視為安全,且不會記錄到監視。 bool
timeout 指定活動執行的逾時。 默認逾時為 7 天。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
{自定義屬性}

AzureDataExplorerCommandActivityTypeProperties

名稱 描述
命令 根據 Azure Data Explorer 命令語法的控制項命令。 類型:字串 (或具有 resultType 字串的 Expression) 。
commandTimeout 控制命令逾時。 類型:字串 (或具有 resultType 字串串的 Expression) 、 pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。)

AzureFunctionActivity

名稱 描述
類型 活動的類型。 'AzureFunctionActivity' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Azure Function 活動屬性。 AzureFunctionActivityTypeProperties (必要)

AzureFunctionActivityTypeProperties

名稱 描述
body 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,不允許 GET 方法類型:字串 (或 Expression 搭配 resultType 字串) 。
functionName Azure 函式活動將呼叫的函式名稱。 類型:字串 (或具有 resultType 字串的 Expression)
headers 表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 類型:字串 (或具有 resultType 字串的 Expression) 。 AzureFunctionActivityTypePropertiesHeaders
method 目標端點的 Rest API 方法。 'DELETE'
'GET'
'HEAD'
'OPTIONS'
'POST'
'PUT'
必要 (『TRACE』)

AzureFunctionActivityTypePropertiesHeaders

名稱 描述
{自定義屬性} 字串

AzureMLBatchExecutionActivity

名稱 描述
類型 活動的類型。 'AzureMLBatchExecution' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Azure ML 批次執行活動屬性。 AzureMLBatchExecutionActivityTypeProperties (必要)

AzureMLBatchExecutionActivityTypeProperties

名稱 描述
globalParameters 要傳遞至 Azure ML 批次執行服務端點的索引鍵、值組。 索引鍵必須符合已發佈 Azure ML Web 服務中定義的 Web 服務參數名稱。 值將會傳入 Azure ML 批次執行要求的 GlobalParameters 屬性中。 AzureMLBatchExecutionActivityTypePropertiesGlobalPar...
webServiceInputs 索引鍵、值組,將 Azure ML 端點的 Web 服務輸入名稱對應至指定輸入 Blob 位置的 AzureMLWebServiceFile 物件。 此資訊將會傳入 Azure ML 批次執行要求的 WebServiceInputs 屬性中。 AzureMLBatchExecutionActivityTypePropertiesWebServic...
webServiceOutputs 索引鍵、值組,將 Azure ML 端點 Web 服務輸出的名稱對應至指定輸出 Blob 位置的 AzureMLWebServiceFile 物件。 此資訊將會傳入 Azure ML 批次執行要求的 WebServiceOutputs 屬性中。 AzureMLBatchExecutionActivityTypePropertiesWebServic...

AzureMLBatchExecutionActivityTypePropertiesGlobalPar...

名稱 描述
{自定義屬性}

AzureMLBatchExecutionActivityTypePropertiesWebServic...

名稱 描述
{自定義屬性} AzureMLWebServiceFile

AzureMLWebServiceFile

名稱 描述
filePath LinkedService 所指定之 Azure Blob 儲存體 中的相對檔案路徑,包括容器名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
linkedServiceName Azure 記憶體 LinkedService 的參考,其中 Azure ML WebService 輸入/輸出檔案。 LinkedServiceReference (必要)

AzureMLBatchExecutionActivityTypePropertiesWebServic...

名稱 描述
{自定義屬性} AzureMLWebServiceFile

AzureMLExecutePipelineActivity

名稱 描述
類型 活動的類型。 'AzureMLExecutePipeline' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Azure ML 執行管線活動屬性。 AzureMLExecutePipelineActivityTypeProperties (必要)

AzureMLExecutePipelineActivityTypeProperties

名稱 描述
continueOnStepFailure 如果步驟失敗,是否要繼續執行 PipelineRun 中的其他步驟。 此資訊將會傳入已發佈管線執行要求的continueOnStepFailure屬性中。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
dataPathAssignments 用來變更數據路徑指派而不需要重新定型的字典。 值將會傳入已發佈管線執行要求的 dataPathAssignments 屬性中。 類型:具有 resultType 物件) 的物件 (或 Expression。
experimentName 執行管線執行的歷程記錄實驗名稱。 此資訊將會傳入已發佈管線執行要求的 ExperimentName 屬性中。 類型:字串 (或具有 resultType 字串的 Expression) 。
mlParentRunId 父 Azure ML 服務管線執行標識碼。此資訊將會傳入已發佈管線執行要求的 ParentRunId 屬性中。 類型:字串 (或具有 resultType 字串的 Expression) 。
mlPipelineEndpointId 已發佈 Azure ML 管線端點的標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。
mlPipelineId 已發佈 Azure ML 管線的標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。
mlPipelineParameters 要傳遞至已發佈 Azure ML 管線端點的索引鍵、值組。 索引鍵必須符合已發佈管線中定義的管線參數名稱。 值將會傳入已發佈管線執行要求的 ParameterAssignments 屬性中。 類型:具有索引鍵值組的物件, (或 Expression 搭配 resultType 物件) 。
version 已發佈的 Azure ML 管線端點版本。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureMLUpdateResourceActivity

名稱 描述
類型 活動的類型。 'AzureMLUpdateResource' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Azure ML 更新資源管理活動屬性。 AzureMLUpdateResourceActivityTypeProperties (必要)

AzureMLUpdateResourceActivityTypeProperties

名稱 描述
trainedModelFilePath trainedModelLinkedService 中的相對檔案路徑,代表更新作業將上傳的 .ilearner 檔案。 類型:字串 (或具有 resultType 字串的 Expression) 。
trainedModelLinkedServiceName 保留更新作業所上傳之 .ilearner 檔案的 Azure 記憶體連結服務名稱。 LinkedServiceReference (必要)
trainedModelName 要更新之 Web 服務實驗中定型模型模組的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

CopyActivity

名稱 描述
類型 活動的類型。 必要) ('Copy'
輸入 活動的輸入清單。 DatasetReference[]
linkedServiceName 連結服務參考。 LinkedServiceReference
outputs 活動的輸出清單。 DatasetReference[]
原則 活動原則。 ActivityPolicy
typeProperties 複製活動 屬性。 CopyActivityTypeProperties (必要)

DatasetReference

名稱 描述
參數 數據集的自變數。 ParameterValueSpecification
referenceName 參考數據集名稱。 需要字串 ()
類型 數據集參考類型。 'DatasetReference' (必要)

CopyActivityTypeProperties

名稱 描述
dataIntegrationUnits 可用來執行此數據行動的數據整合單位數目上限。 Type:integer (或 Expression with resultType integer) ,minimum: 0。
enableSkipIncompatibleRow 是否略過不相容的數據列。 預設值為 False。 Type:boolean (或 Expression with resultType boolean) 。
enableStaging 指定是否要透過過渡暫存複製數據。 預設值為 False。 Type:boolean (或 Expression with resultType boolean) 。
logSettings 啟用記錄時,客戶需要提供的記錄設定。 LogSettings
logStorageSettings (已被取代。請使用 LogSettings) 啟用工作階段記錄時,客戶必須提供的記錄記憶體設定。 LogStorageSettings
parallelCopies 在來源或接收上開啟的並行會話數目上限,以避免多載數據存放區。 Type:integer (或 Expression with resultType integer) ,minimum: 0。
保留 保留規則。 any[]
preserveRules 保留規則。 any[]
redirectIncompatibleRowSettings 當 EnableSkipIncompatibleRow 為 true 時,重新導向不相容的數據列設定。 RedirectIncompatibleRowSettings
接收 複製活動 接收。 需要 CopySink ()
skipErrorFile 指定數據一致性的容錯。 SkipErrorFile
來源 複製活動 來源。 需要 CopySource ()
stagingSettings 指定 EnableStaging 為 true 時的過渡暫存設定。 StagingSettings
轉譯程式 複製活動 翻譯工具。 如果未指定,則會使用表格式翻譯工具。
validateDataConsistency 是否要啟用數據一致性驗證。 Type:boolean (或 Expression with resultType boolean) 。

LogSettings

名稱 描述
copyActivityLogSettings 指定複製活動記錄的設定。 CopyActivityLogSettings
enableCopyActivityLog 指定是否要啟用複製活動記錄。 Type:boolean (或 Expression with resultType boolean) 。
logLocationSettings 啟用記錄時,客戶必須提供的記錄位置設定。 LogLocationSettings (必要)

CopyActivityLogSettings

名稱 描述
enableReliableLogging 指定是否啟用可靠的記錄。 Type:boolean (或 Expression with resultType boolean) 。
logLevel 取得或設定記錄層級,支援:資訊、警告。 類型:字串 (或具有 resultType 字串的 Expression) 。

LogLocationSettings

名稱 描述
linkedServiceName 記錄記憶體連結服務參考。 需要 LinkedServiceReference ()
path 用來儲存活動執行詳細記錄的記憶體路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。

LogStorageSettings

名稱 描述
enableReliableLogging 指定是否啟用可靠的記錄。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
linkedServiceName 記錄記憶體連結服務參考。 LinkedServiceReference (必要)
logLevel 取得或設定記錄層級,支援:資訊、警告。 類型:字串 (或具有 resultType 字串的 Expression) 。
path 用來儲存活動執行詳細記錄的記憶體路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
{自定義屬性}

RedirectIncompatibleRowSettings

名稱 描述
linkedServiceName 用來重新導向不相容數據列的 Azure 記憶體、記憶體 SAS 或 Azure Data Lake Store 連結服務的名稱。 如果指定 redirectIncompatibleRowSettings,則必須指定 。 類型:字串 (或具有 resultType 字串的 Expression) 。
path 用來儲存重新導向不相容數據列數據的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
{自定義屬性}

CopySink

名稱 描述
disableMetricsCollection 如果為 true,請停用數據存放區計量集合。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
maxConcurrentConnections 接收數據存放區的最大並行連線計數。 類型:具有 resultType 整數的整數 (或 Expression) 。
sinkRetryCount 接收重試計數。 類型:具有 resultType 整數的整數 (或 Expression) 。
sinkRetryWait 接收重試等候。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
writeBatchSize 寫入批次大小。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。
writeBatchTimeout 寫入批次逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
類型 設定物件類型 AvroSink
AzureBlobFSSink
AzureDatabricksDeltaLakeSink
AzureDataExplorerSink
AzureDataLakeStoreSink
AzureMySqlSink
AzurePostgreSqlSink
AzureQueueSink
AzureSearchIndexSink
AzureSqlSink
AzureTableSink
BinarySink
BlobSink
CommonDataServiceForAppsSink
CosmosDbMongoDbApiSink
CosmosDbSqlApiSink
DelimitedTextSink
DocumentDbCollectionSink
DynamicsCrmSink
DynamicsSink
FileSystemSink
InformixSink
JsonSink
LakeHouseTableSink
MicrosoftAccessSink
MongoDbAtlasSink
MongoDbV2Sink
OdbcSink
管線
OrcSink
ParquetSink
RestSink
SalesforceServiceCloudSink
SalesforceServiceCloudV2Sink
SalesforceSink
SalesforceV2Sink
SapCloudForCustomerSink
SnowflakeSink
SnowflakeV2Sink
管線
SqlMISink
SqlServerSink
管線
WarehouseSink (必要)

AvroSink

名稱 描述
類型 複製接收類型。 必要) 'AvroSink' (
formatSettings Avro 格式設定。 AvroWriteSettings
storeSettings Avro 存放區設定。 StoreWriteSettings

AvroWriteSettings

名稱 描述
fileNamePrefix 指定文件名模式 {fileNamePrefix}_{fileIndex}。從沒有 partitionOptions 的非檔案式存放區複製時,{fileExtension}。 類型:字串 (或具有 resultType 字串的 Expression) 。
maxRowsPerFile 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:具有 resultType 整數的整數 (或 Expression) 。
recordName 寫入結果中的最上層記錄名稱,這是AVRO規格中的必要專案。 字串
recordNamespace 寫入結果中的記錄命名空間。 字串
type 寫入設定類型。 字串 (必要)
{自定義屬性}

StoreWriteSettings

名稱 描述
copyBehavior 複製接收的複製行為類型。
disableMetricsCollection 如果為 true,請停用數據存放區計量集合。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
maxConcurrentConnections 源數據存放區的最大並行連接計數。 類型:具有 resultType 整數的整數 (或 Expression) 。
中繼資料 指定要新增至接收數據的自定義元數據。 類型:對象陣列 (,或具有物件之 resultType 陣列的物件陣列) 。 MetadataItem[]
類型 設定物件類型 AzureBlobFSWriteSettings
AzureBlobStorageWriteSettings
AzureDataLakeStoreWriteSettings
AzureFileStorageWriteSettings
FileServerWriteSettings
LakeHouseWriteSettings
需要 SftpWriteSettings ()

MetadataItem

名稱 描述
NAME 元數據專案索引鍵名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
元數據專案值。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureBlobFSWriteSettings

名稱 描述
類型 寫入設定類型。 'AzureBlobFSWriteSettings' (必要)
blockSizeInMB 指出將數據寫入 Blob 時,區塊大小 (MB) 。 類型:具有 resultType 整數的整數 (或 Expression) 。

AzureBlobStorageWriteSettings

名稱 描述
類型 寫入設定類型。 'AzureBlobStorageWriteSettings' (必要)
blockSizeInMB 指出將數據寫入 Blob 時,區塊大小 (MB) 。 類型:具有 resultType 整數的整數 (或 Expression) 。

AzureDataLakeStoreWriteSettings

名稱 描述
類型 寫入設定類型。 'AzureDataLakeStoreWriteSettings' (必要)
expiryDateTime 指定寫入檔案的到期時間。 此時間會以 "2018-12-01T05:00:00Z" 格式套用至 UTC 時區。 預設值為 NULL。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureFileStorageWriteSettings

名稱 描述
類型 寫入設定類型。 'AzureFileStorageWriteSettings' (必要)

FileServerWriteSettings

名稱 描述
類型 寫入設定類型。 'FileServerWriteSettings' (必要)

LakeHouseWriteSettings

名稱 描述
類型 寫入設定類型。 'LakeHouseWriteSettings' (必要)

SftpWriteSettings

名稱 描述
類型 寫入設定類型。 'SftpWriteSettings' (必要)
operationTimeout 指定將每個區塊寫入 SFTP 伺服器的逾時。 默認值:01:00:00 (一小時) 。 類型:字串 (或具有 resultType 字串的 Expression) 。
useTempFileRename 上傳至暫存盤 () 並重新命名。 如果您的 SFTP 伺服器不支援重新命名作業,請停用此選項。 Type:boolean (或 Expression with resultType boolean) 。

AzureBlobFSSink

名稱 描述
類型 複製接收類型。 'AzureBlobFSSink' (必要)
copyBehavior 複製接收的複製行為類型。 類型:字串 (或具有 resultType 字串的 Expression) 。
中繼資料 指定要新增至接收數據的自定義元數據。 類型:對象陣列 (或 Expression,其中具有物件的 resultType 陣列) 。 MetadataItem[]

AzureDatabricksDeltaLakeSink

名稱 描述
類型 複製接收類型。 'AzureDatabricksDeltaLakeSink' (必要)
importSettings Azure Databricks Delta Lake 匯入設定。 AzureDatabricksDeltaLakeImportCommand
preCopyScript SQL 複製前腳本。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureDatabricksDeltaLakeImportCommand

名稱 描述
dateFormat 在 Azure Databricks Delta Lake Copy 中指定 csv 的日期格式。 類型:字串 (或具有 resultType 字串的 Expression) 。
timestampFormat 在 Azure Databricks Delta Lake Copy 中指定 csv 的時間戳格式。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型 匯入設定類型。 需要字串 ()
{自定義屬性}

AzureDataExplorerSink

名稱 描述
類型 複製接收類型。 'AzureDataExplorerSink' (必要)
flushImmediately 如果設定為 true,則會略過任何匯總。 預設值為 false。 類型:布爾值。
ingestionMappingAsJson 以 json 格式提供的明確數據行對應描述。 類型:字串。
ingestionMappingName 在目標 Kusto 數據表上定義的預先建立 csv 對應名稱。 類型:字串。

AzureDataLakeStoreSink

名稱 描述
類型 複製接收類型。 'AzureDataLakeStoreSink' (必要)
copyBehavior 複製接收的複製行為類型。 類型:字串 (或具有 resultType 字串的 Expression) 。
enableAdlsSingleFileParallel 單一檔案平行。

AzureMySqlSink

名稱 描述
類型 複製接收類型。 'AzureMySqlSink' (必要)
preCopyScript 開始複製之前要執行的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzurePostgreSqlSink

名稱 描述
類型 複製接收類型。 'AzurePostgreSqlSink' (必要)
preCopyScript 開始複製之前要執行的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureQueueSink

名稱 描述
類型 複製接收類型。 'AzureQueueSink' (必要)

AzureSearchIndexSink

名稱 描述
類型 複製接收類型。 'AzureSearchIndexSink' (必要)
writeBehavior 將檔向上插入 Azure 搜尋服務索引時,請指定寫入行為。 'Merge'
'Upload'

AzureSqlSink

名稱 描述
類型 複製接收類型。 'AzureSqlSink' (必要)
preCopyScript SQL 複製前腳本。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterStoredProcedureName SQL 寫入器預存程式名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterTableType SQL 寫入器數據表類型。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterUseTableLock 是否要在大量複製期間使用數據表鎖定。 Type:boolean (或 Expression with resultType boolean) 。
storedProcedureParameters SQL 預存程式參數。
storedProcedureTableTypeParameterName 數據表類型的預存程序參數名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableOption 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 類型:字串 (或具有 resultType 字串的 Expression) 。
upsertSettings SQL upsert 設定。 SqlUpsertSettings
writeBehavior 將數據複製到 Azure SQL 時寫入行為。 類型:SqlWriteBehaviorEnum (或 Expression with resultType SqlWriteBehaviorEnum)

SqlUpsertSettings

名稱 描述
interimSchemaName 過渡數據表的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
金鑰 唯一數據列識別的索引鍵數據行名稱。 類型:字串陣列 (或 Expression,其中具有字串) 的 resultType 陣列。
useTempDB 指定是否要使用 temp db for upsert 過渡數據表。 Type:boolean (或 Expression with resultType boolean) 。

AzureTableSink

名稱 描述
類型 複製接收類型。 'AzureTableSink' (必要)
azureTableDefaultPartitionKeyValue Azure 資料表預設數據分割索引鍵值。 類型:字串 (或具有 resultType 字串的 Expression) 。
azureTableInsertType Azure 資料表插入類型。 類型:字串 (或具有 resultType 字串的 Expression) 。
azureTablePartitionKeyName Azure 資料表分割索引鍵名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
azureTableRowKeyName Azure 數據表數據列索引鍵名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

BinarySink

名稱 描述
類型 複製接收類型。 必要的 『BinarySink』 ()
storeSettings 二進位存放區設定。 StoreWriteSettings

BlobSink

名稱 描述
類型 複製接收類型。 需要 『BlobSink』 ()
blobWriterAddHeader Blob 寫入器新增標頭。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
blobWriterDateTimeFormat Blob 寫入器日期時間格式。 類型:字串 (或具有 resultType 字串的 Expression) 。
blobWriterOverwriteFiles Blob 寫入器會覆寫檔案。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
copyBehavior 複製接收的複製行為類型。
中繼資料 指定要新增至接收數據的自定義元數據。 類型:對象陣列 (,或具有物件之 resultType 陣列的物件陣列) 。 MetadataItem[]

CommonDataServiceForAppsSink

名稱 描述
類型 複製接收類型。 'CommonDataServiceForAppsSink' (必要)
alternateKeyName 替代索引鍵的邏輯名稱,會在更新插入記錄時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。
ignoreNullValues 旗標,指出是否忽略輸入數據集中的 Null 值 (,但寫入作業期間) 索引鍵欄位除外。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
writeBehavior 作業的寫入行為。 'Upsert' (必要)

CosmosDbMongoDbApiSink

名稱 描述
類型 複製接收類型。 'CosmosDbMongoDbApiSink' (必要)
writeBehavior 指定是否要覆寫相同索引鍵的檔, (upsert) ,而不是擲回例外狀況 (插入) 。 預設值為 「insert」。 類型:字串 (或具有 resultType 字串的 Expression) 。 類型:字串 (或具有 resultType 字串的 Expression) 。

CosmosDbSqlApiSink

名稱 描述
類型 複製接收類型。 'CosmosDbSqlApiSink' (必要)
writeBehavior 描述如何將資料寫入至 Azure Cosmos DB。 類型:字串 (或具有 resultType 字串的 Expression) 。 允許的值:insert 和 upsert。

DelimitedTextSink

名稱 描述
類型 複製接收類型。 'DelimitedTextSink' (必要)
formatSettings DelimitedText 格式設定。 DelimitedTextWriteSettings
storeSettings DelimitedText 存放區設定。 StoreWriteSettings

DelimitedTextWriteSettings

名稱 描述
fileExtension 用來建立檔案的擴展名。 類型:字串 (或具有 resultType 字串的 Expression) 。
fileNamePrefix 指定文件名模式 {fileNamePrefix}_{fileIndex}。從沒有 partitionOptions 的非檔案式存放區複製時,{fileExtension}。 類型:字串 (或具有 resultType 字串的 Expression) 。
maxRowsPerFile 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:具有 resultType 整數的整數 (或 Expression) 。
quoteAllText 指出字串值是否一律以引號括住。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
類型 寫入設定類型。 字串 (必要)
{自定義屬性}

DocumentDbCollectionSink

名稱 描述
類型 複製接收類型。 'DocumentDbCollectionSink' (必要)
nestingSeparator 巢狀屬性分隔符。 預設為 。 。 類型:字串 (或具有 resultType 字串的 Expression) 。
writeBehavior 描述如何將資料寫入至 Azure Cosmos DB。 類型:字串 (或具有 resultType 字串的 Expression) 。 允許的值:insert 和 upsert。

DynamicsCrmSink

名稱 描述
類型 複製接收類型。 'DynamicsCrmSink' (必要)
alternateKeyName 替代索引鍵的邏輯名稱,會在更新插入記錄時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。
ignoreNullValues 旗標,指出是否忽略輸入數據集中的 Null 值 (,但寫入作業期間) 索引鍵欄位除外。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
writeBehavior 作業的寫入行為。 'Upsert' (必要)

DynamicsSink

名稱 描述
類型 複製接收類型。 必要的 『DynamicsSink』 ()
alternateKeyName 替代索引鍵的邏輯名稱,會在更新插入記錄時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。
ignoreNullValues 旗標,指出是否忽略輸入數據集中的 Null 值 (,但寫入作業期間) 索引鍵欄位除外。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
writeBehavior 作業的寫入行為。 'Upsert' (必要)

FileSystemSink

名稱 描述
類型 複製接收類型。 'FileSystemSink' (必要)
copyBehavior 複製接收的複製行為類型。

InformixSink

名稱 描述
類型 複製接收類型。 必要) 『InformixSink』 (
preCopyScript 啟動複本之前要執行的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

JsonSink

名稱 描述
類型 複製接收類型。 必要 ('JsonSink')
formatSettings Json 格式設定。 JsonWriteSettings
storeSettings Json 存放區設定。 StoreWriteSettings

JsonWriteSettings

名稱 描述
filePattern JSON 的檔案模式。 此設定可控制將處理 JSON 物件的集合方式。 默認值為 『setOfObjects』。 它會區分大小寫。
類型 寫入設定類型。 字串 (必要)
{自定義屬性}

LakeHouseTableSink

名稱 描述
類型 複製接收類型。 'LakeHouseTableSink' (必要)
partitionNameList 從接收數據行指定資料分割資料行名稱。 類型:對象陣列 (,或具有物件之 resultType 陣列的物件陣列) 。
partitionOption 根據一或多個數據行,在資料夾結構中建立分割區。 每個相異數據行值 (組) 將會是新的分割區。 可能的值為:「None」、“PartitionByKey”
tableActionOption LakeHouse 數據表接收的數據表動作類型。 可能的值包括:「None」、“ Append” Overwrite”

MicrosoftAccessSink

名稱 描述
類型 複製接收類型。 'MicrosoftAccessSink' (必要)
preCopyScript 啟動複本之前要執行的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

MongoDbAtlasSink

名稱 描述
類型 複製接收類型。 'MongoDbAtlasSink' (必要)
writeBehavior 指定是否要覆寫相同索引鍵的檔, (upsert) ,而不是擲回例外狀況 (插入) 。 預設值為 「insert」。 類型:字串 (或具有 resultType 字串的 Expression) 。 類型:字串 (或具有 resultType 字串的 Expression) 。

MongoDbV2Sink

名稱 描述
類型 複製接收類型。 必要) 『MongoDbV2Sink』 (
writeBehavior 指定是否要覆寫相同索引鍵的檔, (upsert) ,而不是擲回例外狀況 (插入) 。 預設值為 「insert」。 類型:字串 (或具有 resultType 字串的 Expression) 。 類型:字串 (或具有 resultType 字串的 Expression) 。

OdbcSink

名稱 描述
類型 複製接收類型。 'OdbcSink' (必要)
preCopyScript 啟動複本之前要執行的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

管線

名稱 描述
類型 複製接收類型。 必要的 『OracleSink』 ()
preCopyScript SQL 預先複製文稿。 類型:字串 (或具有 resultType 字串的 Expression) 。

OrcSink

名稱 描述
類型 複製接收類型。 必要的 『OrcSink』 ()
formatSettings ORC 格式設定。 OrcWriteSettings
storeSettings ORC 存放區設定。 StoreWriteSettings

OrcWriteSettings

名稱 描述
fileNamePrefix 指定文件名模式 {fileNamePrefix}_{fileIndex}。從沒有 partitionOptions 的非檔案式存放區複製時,{fileExtension}。 類型:字串 (或具有 resultType 字串的 Expression) 。
maxRowsPerFile 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:具有 resultType 整數的整數 (或 Expression) 。
類型 寫入設定類型。 字串 (必要)
{自定義屬性}

ParquetSink

名稱 描述
類型 複製接收類型。 'ParquetSink' (必要)
formatSettings Parquet 格式設定。 ParquetWriteSettings
storeSettings Parquet 存放區設定。 StoreWriteSettings

ParquetWriteSettings

名稱 描述
fileNamePrefix 指定文件名模式 {fileNamePrefix}_{fileIndex}。從沒有 partitionOptions 的非檔案式存放區複製時,{fileExtension}。 類型:字串 (或具有 resultType 字串的 Expression) 。
maxRowsPerFile 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:具有 resultType 整數的整數 (或 Expression) 。
類型 寫入設定類型。 字串 (必要)
{自定義屬性}

RestSink

名稱 描述
類型 複製接收類型。 需要 『RestSink』 ()
additionalHeaders 要求中對 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組 (值應該是字串類型) 。
httpCompressionType 使用最佳壓縮層級傳送壓縮格式的數據 Http 壓縮類型,預設值為 None。 唯一支持的選項是 Gzip。 類型:字串 (或具有 resultType 字串的 Expression) 。
httpRequestTimeout 逾時 (TimeSpan) 以取得 HTTP 回應。 逾時會取得回應,而非逾時讀取回應資料。 默認值:00:01:40。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
requestInterval 在傳送下一個要求之前等候的時間,以毫秒為單位
requestMethod 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 POST。 類型:字串 (或具有 resultType 字串的 Expression) 。

SalesforceServiceCloudSink

名稱 描述
類型 複製接收類型。 'SalesforceServiceCloudSink' (必要)
externalIdFieldName upsert 作業的外部識別碼欄位的名稱。 預設值為 『Id』 資料行。 類型:字串 (或具有 resultType 字串的 Expression) 。
ignoreNullValues 旗標,指出是否要忽略輸入數據集中的 Null 值 (,但寫入作業期間) 索引鍵欄位除外。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保留不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
writeBehavior 作業的寫入行為。 預設值為 Insert。 'Insert'
'Upsert'

SalesforceServiceCloudV2Sink

名稱 描述
類型 複製接收類型。 'SalesforceServiceCloudV2Sink' (必要)
externalIdFieldName upsert 作業的外部識別碼欄位的名稱。 預設值為 『Id』 資料行。 類型:字串 (或具有 resultType 字串的 Expression) 。
ignoreNullValues 旗標,指出是否要忽略輸入數據集中的 Null 值 (,但寫入作業期間) 索引鍵欄位除外。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保留不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
writeBehavior 作業的寫入行為。 預設值為 Insert。 'Insert'
'Upsert'

SalesforceSink

名稱 描述
類型 複製接收類型。 需要 『SalesforceSink』 ()
externalIdFieldName upsert 作業的外部識別碼欄位的名稱。 預設值為 『Id』 資料行。 類型:字串 (或具有 resultType 字串的 Expression) 。
ignoreNullValues 旗標,指出是否要忽略輸入數據集中的 null 值 (,但寫入作業期間) 索引鍵欄位除外。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行插入作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 Type:boolean (或 Expression with resultType boolean) 。
writeBehavior 作業的寫入行為。 預設值為 Insert。 'Insert'
'Upsert'

SalesforceV2Sink

名稱 描述
類型 複製接收類型。 需要 『SalesforceV2Sink』 ()
externalIdFieldName upsert 作業的外部識別碼欄位的名稱。 預設值為 『Id』 資料行。 類型:字串 (或具有 resultType 字串的 Expression) 。
ignoreNullValues 旗標,指出是否要忽略輸入數據集中的 null 值 (,但寫入作業期間) 索引鍵欄位除外。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保持不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行插入作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 Type:boolean (或 Expression with resultType boolean) 。
writeBehavior 作業的寫入行為。 預設值為 Insert。 'Insert'
'Upsert'

SapCloudForCustomerSink

名稱 描述
類型 複製接收類型。 'SapCloudForCustomerSink' (必要)
httpRequestTimeout 逾時 (TimeSpan) 以取得 HTTP 回應。 逾時會取得回應,而非逾時讀取回應資料。 默認值:00:05:00。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
writeBehavior 作業的寫入行為。 預設值為 『Insert』。 'Insert'
'Update'

SnowflakeSink

名稱 描述
類型 複製接收類型。 需要 『SnowflakeSink』 ()
importSettings Snowflake 匯入設定。 SnowflakeImportCopyCommand
preCopyScript SQL 複製前腳本。 類型:字串 (或具有 resultType 字串的 Expression) 。

SnowflakeImportCopyCommand

名稱 描述
additionalCopyOptions 直接傳遞至雪花複製命令的其他複製選項。 類型:索引鍵值組 (值應該是字串類型,) (或Expression與 resultType 物件) 。 範例:“additionalCopyOptions”: { “DATE_FORMAT”: “MM/DD/YYYY”, “TIME_FORMAT”: “'HH24:MI:SS。FF'“ } SnowflakeImportCopyCommandAdditionalCopyOptions
additionalFormatOptions 直接傳遞至雪花複製命令的其他格式選項。 類型:索引鍵值組 (值應該是字串類型,) (或Expression與 resultType 物件) 。 範例:“additionalFormatOptions”: { “FORCE”: “TRUE”, “LOAD_UNCERTAIN_FILES”: “'FALSE'” } SnowflakeImportCopyCommandAdditionalFormatOptions
類型 匯入設定類型。 需要字串 ()
{自定義屬性}

SnowflakeImportCopyCommandAdditionalCopyOptions

名稱 描述
{自定義屬性}

SnowflakeImportCopyCommandAdditionalFormatOptions

名稱 描述
{自定義屬性}

SnowflakeV2Sink

名稱 描述
類型 複製接收類型。 'SnowflakeV2Sink' (必要)
importSettings Snowflake 匯入設定。 SnowflakeImportCopyCommand
preCopyScript SQL 複製前腳本。 類型:字串 (或具有 resultType 字串的 Expression) 。

管線

名稱 描述
類型 複製接收類型。 'SqlDWSink' (必要)
allowCopyCommand 指示使用複製命令將數據複製到 SQL Data Warehouse。 Type:boolean (或 Expression with resultType boolean) 。
allowPolyBase 表示在適用的情況下,使用 PolyBase 將數據複製到 SQL Data Warehouse。 Type:boolean (或 Expression with resultType boolean) 。
copyCommandSettings 當allowCopyCommand為 true 時,指定複製命令相關設定。 DWCopyCommandSettings
polyBaseSettings 當allowPolyBase為 true 時,會指定PolyBase相關設定。 PolybaseSettings
preCopyScript SQL 複製前腳本。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterUseTableLock 是否要在大量複製期間使用數據表鎖定。 Type:boolean (或 Expression with resultType boolean) 。
tableOption 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 類型:字串 (或具有 resultType 字串的 Expression) 。
upsertSettings SQL DW upsert 設定。 SqlDWUpsertSettings
writeBehavior 將數據複製到 Azure SQL DW 時的寫入行為。 類型:sqlDWWriteBehaviorEnum (或 Expression with resultType SqlDWWriteBehaviorEnum)

DWCopyCommandSettings

名稱 描述
additionalOptions 直接在複製命令中傳遞至 SQL DW 的其他選項。 類型:索引鍵值組 (值應該是字串類型,) (或Expression與 resultType 物件) 。 範例:“additionalOptions”: { “MAXERRORS”: “1000”, “DATEFORMAT”: “'ymd'” } DWCopyCommandSettingsAdditionalOptions
defaultValues 指定 SQL DW 中每個目標資料行的預設值。 屬性中的預設值會覆寫 DB 中設定的 DEFAULT 條件約束,而標識列不能有預設值。 類型:對象陣列 (或 Expression,其中具有物件的 resultType 陣列) 。 DWCopyCommandDefaultValue[]

DWCopyCommandSettingsAdditionalOptions

名稱 描述
{自定義屬性} 字串

DWCopyCommandDefaultValue

名稱 描述
columnName 資料行名稱。 Type:object (或 Expression with resultType string) 。
defaultValue 資料行的預設值。 Type:object (或 Expression with resultType string) 。

PolybaseSettings

名稱 描述
rejectSampleValue 決定在 PolyBase 重新計算拒絕數據列百分比之前嘗試擷取的數據列數目。 Type:integer (或 Expression with resultType integer) ,minimum: 0。
rejectType 拒絕類型。 'percentage'
'value'
rejectValue 指定在查詢失敗之前可以拒絕的資料列數目或百分比。 類型:number (或 expression with resultType number) ,minimum: 0。
useTypeDefault 指定當 PolyBase 從文字檔擷取資料時,如何處理分隔符號文字檔中遺漏的值。 Type:boolean (或 Expression with resultType boolean) 。
{自定義屬性}

SqlDWUpsertSettings

名稱 描述
interimSchemaName 過渡數據表的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
金鑰 唯一數據列識別的索引鍵數據行名稱。 類型:字串陣列 (或 Expression,具有字串的 resultType 陣列) 。

SqlMISink

名稱 描述
類型 複製接收類型。 'SqlMISink' (必要)
preCopyScript SQL 預先複製文稿。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterStoredProcedureName SQL 寫入器預存程式名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterTableType SQL 寫入器數據表類型。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterUseTableLock 是否要在大量複製期間使用數據表鎖定。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
storedProcedureParameters SQL 預存程式參數。
storedProcedureTableTypeParameterName 數據表類型的預存程序參數名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableOption 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 類型:字串 (或具有 resultType 字串的 Expression) 。
upsertSettings SQL upsert 設定。 SqlUpsertSettings
writeBehavior 將數據複製到 Azure SQL MI 時的白色行為。 類型:字串 (或具有 resultType 字串的 Expression)

SqlServerSink

名稱 描述
類型 複製接收類型。 必要) ('SqlServerSink'
preCopyScript SQL 預先複製文稿。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterStoredProcedureName SQL 寫入器預存程式名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterTableType SQL 寫入器數據表類型。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterUseTableLock 是否要在大量複製期間使用數據表鎖定。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
storedProcedureParameters SQL 預存程式參數。
storedProcedureTableTypeParameterName 數據表類型的預存程序參數名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableOption 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 類型:字串 (或具有 resultType 字串的 Expression) 。
upsertSettings SQL upsert 設定。 SqlUpsertSettings
writeBehavior 將數據複製到 sql Server 時寫入行為。 類型:字串 (或具有 resultType 字串的 Expression) 。

管線

名稱 描述
類型 複製接收類型。 'SqlSink' (必要)
preCopyScript SQL 預先複製文稿。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterStoredProcedureName SQL 寫入器預存程式名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterTableType SQL 寫入器數據表類型。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterUseTableLock 是否要在大量複製期間使用數據表鎖定。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
storedProcedureParameters SQL 預存程式參數。
storedProcedureTableTypeParameterName 數據表類型的預存程序參數名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableOption 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 類型:字串 (或具有 resultType 字串的 Expression) 。
upsertSettings SQL upsert 設定。 SqlUpsertSettings
writeBehavior 將數據複製到 sql 時寫入行為。 類型:字串 (或具有 resultType 字串的 Expression) 。

WarehouseSink

名稱 描述
類型 複製接收類型。 'WarehouseSink' (必要)
allowCopyCommand 指示使用複製命令將數據複製到 SQL Data Warehouse。 Type:boolean (或 Expression with resultType boolean) 。
copyCommandSettings 當allowCopyCommand為 true 時,指定複製命令相關設定。 DWCopyCommandSettings
preCopyScript SQL 複製前腳本。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableOption 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 類型:字串 (或具有 resultType 字串的 Expression) 。
writeBehavior 將數據複製到 Azure Microsoft Fabric Data Warehouse 時的寫入行為。 類型:DWWriteBehaviorEnum (或 Expression with resultType DWWriteBehaviorEnum)

SkipErrorFile

名稱 描述
dataInconsistency 如果其他並行寫入變更了來源/接收檔案,請略過 。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
fileMissing 如果檔案在複製期間由其他用戶端刪除,請略過。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。

CopySource

名稱 描述
disableMetricsCollection 如果為 true,請停用數據存放區計量集合。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
maxConcurrentConnections 源數據存放區的並行連接計數上限。 類型:具有 resultType 整數) 的整數 (或 Expression。
sourceRetryCount 來源重試計數。 類型:具有 resultType 整數) 的整數 (或 Expression。
sourceRetryWait 來源重試等候。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
類型 設定物件類型 AmazonMWSSource
AmazonRdsForOracleSource
AmazonRdsForSqlServerSource
AmazonRedshiftSource
AvroSource
AzureBlobFSSource
AzureDatabricksDeltaLakeSource
AzureDataExplorerSource
AzureDataLakeStoreSource
AzureMariaDBSource
AzureMySqlSource
AzurePostgreSqlSource
AzureSqlSource
AzureTableSource
BinarySource
BlobSource
CassandraSource
CommonDataServiceForAppsSource
ConcurSource
CosmosDbMongoDbApiSource
CosmosDbSqlApiSource
CouchbaseSource
Db2Source
DelimitedTextSource
DocumentDbCollectionSource
DrillSource
DynamicsAXSource
DynamicsCrmSource
DynamicsSource
EloquaSource
ExcelSource
FileSystemSource
GoogleAdWordsSource
GoogleBigQuerySource
GoogleBigQueryV2Source
GreenplumSource
HBaseSource
HdfsSource
HiveSource
HttpSource
HubspotSource
ImpalaSource
InformixSource
JiraSource
JsonSource
LakeHouseTableSource
MagentoSource
MariaDBSource
MarketoSource
MicrosoftAccessSource
MongoDbAtlasSource
MongoDbSource
MongoDbV2Source
MySqlSource
NetezzaSource
ODataSource
OdbcSource
Office365Source
OracleServiceCloudSource
oracleReaderQuery
OrcSource
ParquetSource
PaypalSource
PhoenixSource
PostgreSqlSource
PostgreSqlV2Source
PrestoSource
QuickBooksSource
RelationalSource
ResponsysSource
RestSource
SalesforceMarketingCloudSource
SalesforceServiceCloudSource
SalesforceServiceCloudV2Source
SalesforceSource
SalesforceV2Source
SapBwSource
SapCloudForCustomerSource
SapEccSource
SapHanaSource
SapOdpSource
SapOpenHubSource
SapTableSource
ServiceNowSource
ServiceNowV2Source
SharePointOnlineListSource
ShopifySource
SnowflakeSource
SnowflakeV2Source
SparkSource
SqlDWSource
SqlMISource
SqlServerSource
SqlSource
SquareSource
SybaseSource
TeradataSource
VerticaSource
WarehouseSource
WebSource
XeroSource
XmlSource
需要 ZohoSource ()

AmazonMWSSource

名稱 描述
類型 複製來源類型。 需要 'AmazonMWSSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

AmazonRdsForOracleSource

名稱 描述
類型 複製來源類型。 'AmazonRdsForOracleSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
oracleReaderQuery AmazonRdsForOracle 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionOption 將平行讀取 AmazonRdsForOracle 的數據分割機制。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionSettings 將用於 AmazonRdsForOracle 來源數據分割的設定。 AmazonRdsForOraclePartitionSettings
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

AmazonRdsForOraclePartitionSettings

名稱 描述
partitionColumnName 整數類型中的數據行名稱,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionLowerBound partitionColumnName 中指定的數據行最小值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionNames AmazonRdsForOracle 數據表的實體分割區名稱。
partitionUpperBound partitionColumnName 中指定的數據行最大值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。

AmazonRdsForSqlServerSource

名稱 描述
類型 複製來源類型。 必要) 'AmazonRdsForSqlServerSource' (
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
isolationLevel 指定 SQL 來源的異動鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionOption 將用於平行讀取 Sql 的數據分割機制。 可能的值為:“None”、“PhysicalPartitionsOfTable”、“DynamicRange”。
partitionSettings 將用於 Sql 來源數據分割的設定。 SqlPartitionSettings
produceAdditionalTypes 要產生的其他類型。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
sqlReaderQuery SQL 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlReaderStoredProcedureName SQL Database 來源的預存程式名稱。 這不能與 SqlReaderQuery 同時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。

SqlPartitionSettings

名稱 描述
partitionColumnName 整數或日期時間類型的數據行名稱,用於繼續數據分割。 如果未指定,則會自動偵測資料表的主索引鍵作為分割資料行。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionLowerBound 分割區範圍分割的分割區資料行最小值。 這個值用於決定分割區的跨距,而不是用於篩選資料表中的資料列。 資料表或查詢結果中的所有資料列都會進行分割和複製。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionUpperBound 分割區範圍分割的分割區資料行最大值。 這個值用於決定分割區的跨距,而不是用於篩選資料表中的資料列。 資料表或查詢結果中的所有資料列都會進行分割和複製。 類型:字串 (或具有 resultType 字串的 Expression) 。

AmazonRedshiftSource

名稱 描述
類型 複製來源類型。 需要 'AmazonRedshiftSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
redshiftUnloadSettings 從 Amazon Redshift 複製並卸除時,過渡 Amazon S3 所需的 Amazon S3 設定。 如此一來,Amazon Redshift 來源的數據會先卸除至 S3,然後從過渡期 S3 複製到目標接收。 RedshiftUnloadSettings

RedshiftUnloadSettings

名稱 描述
bucketName 過渡 Amazon S3 的貯體,用來儲存從 Amazon Redshift 來源卸除的數據。 貯體必須位於與 Amazon Redshift 來源相同的區域中。 類型:字串 (或具有 resultType 字串的 Expression) 。
s3LinkedServiceName 從 Amazon Redshift 來源複製時,將用於卸載作業的 Amazon S3 連結服務名稱。 需要 LinkedServiceReference ()

AvroSource

名稱 描述
類型 複製來源類型。 需要 'AvroSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
storeSettings Avro 存放區設定。 StoreReadSettings

StoreReadSettings

名稱 描述
disableMetricsCollection 如果為 true,請停用數據存放區計量集合。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
maxConcurrentConnections 源數據存放區的並行連接計數上限。 類型:具有 resultType 整數) 的整數 (或 Expression。
類型 設定物件類型 AmazonS3CompatibleReadSettings
AmazonS3ReadSettings
AzureBlobFSReadSettings
AzureBlobStorageReadSettings
AzureDataLakeStoreReadSettings
AzureFileStorageReadSettings
FileServerReadSettings
FtpReadSettings
GoogleCloudStorageReadSettings
HdfsReadSettings
HttpReadSettings
LakeHouseReadSettings
OracleCloudStorageReadSettings
需要 SftpReadSettings ()

AmazonS3CompatibleReadSettings

名稱 描述
類型 讀取設定類型。 'AmazonS3CompatibleReadSettings' (必要)
deleteFilesAfterCompletion 指出原始程序檔是否需要在複製完成之後刪除。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
prefix S3 Compatible 物件名稱的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
wildcardFileName Amazon S3 相容通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath Amazon S3 兼容通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

AmazonS3ReadSettings

名稱 描述
類型 讀取設定類型。 需要 'AmazonS3ReadSettings' ()
deleteFilesAfterCompletion 指出原始程序檔是否需要在複製完成之後刪除。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開始。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定數據分割探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
prefix S3 物件名稱的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
wildcardFileName AmazonS3 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath AmazonS3 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureBlobFSReadSettings

名稱 描述
類型 讀取設定類型。 'AzureBlobFSReadSettings' (必要)
deleteFilesAfterCompletion 指出在複製完成之後是否需要刪除原始程序檔。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
enablePartitionDiscovery 指出是否要啟用數據分割探索。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
fileListPath 指向文本檔,其中列出每個檔案 (您想要複製之數據集中所設定路徑的相對路徑) 。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開始。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定數據分割探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
wildcardFileName Azure blobFS 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath Azure blobFS 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureBlobStorageReadSettings

名稱 描述
類型 讀取設定類型。 'AzureBlobStorageReadSettings' (必要)
deleteFilesAfterCompletion 指出在複製完成之後是否需要刪除原始程序檔。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
enablePartitionDiscovery 指出是否要啟用數據分割探索。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
fileListPath 指向文本檔,其中列出每個檔案 (您想要複製之數據集中所設定路徑的相對路徑) 。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開始。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定數據分割探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
prefix Azure Blob 名稱的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
wildcardFileName Azure Blob 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath Azure Blob 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureDataLakeStoreReadSettings

名稱 描述
類型 讀取設定類型。 'AzureDataLakeStoreReadSettings' (必要)
deleteFilesAfterCompletion 指出原始程序檔是否需要在複製完成之後刪除。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
listAfter 根據檔案/資料夾名稱的語彙順序, (獨佔) 值之後,清單 檔案。 適用於數據集中的 folderPath,以及篩選 folderPath 底下的檔案/子資料夾。 類型:字串 (或具有 resultType 字串的 Expression) 。
listBefore 根據檔案/資料夾名稱的語彙順序,在值 (內含) 之前,清單 檔案。 適用於數據集中的 folderPath,以及篩選 folderPath 底下的檔案/子資料夾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
wildcardFileName ADLS 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath ADLS 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureFileStorageReadSettings

名稱 描述
類型 讀取設定類型。 'AzureFileStorageReadSettings' (必要)
deleteFilesAfterCompletion 指出原始程序檔是否需要在複製完成之後刪除。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
prefix 從根路徑開始的 Azure 檔名前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
wildcardFileName Azure 檔案記憶體通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath Azure 檔案記憶體通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

FileServerReadSettings

名稱 描述
類型 讀取設定類型。 'FileServerReadSettings' (必要)
deleteFilesAfterCompletion 指出原始程序檔是否需要在複製完成之後刪除。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。
fileFilter 指定要用來在 folderPath (而不是所有檔案) 中選取檔案子集的篩選器。 類型:字串 (或具有 resultType 字串的 Expression) 。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
wildcardFileName FileServer 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath FileServer wildcardFolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

FtpReadSettings

名稱 描述
類型 讀取設定類型。 'FtpReadSettings' (必要)
deleteFilesAfterCompletion 指出原始程序檔是否需要在複製完成之後刪除。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
disableChunking 如果為 true,請停用每個檔案內的平行讀取。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
useBinaryTransfer 指定是否要使用 FTP 存放區的二進位傳輸模式。 Type:boolean (或 Expression with resultType boolean) 。
wildcardFileName Ftp 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath Ftp wildcardFolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

GoogleCloudStorageReadSettings

名稱 描述
類型 讀取設定類型。 'GoogleCloudStorageReadSettings' (必要)
deleteFilesAfterCompletion 指出原始程序檔是否需要在複製完成之後刪除。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
prefix Google Cloud Storage 物件名稱的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
wildcardFileName Google Cloud Storage 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath Google Cloud Storage wildcardFolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

HdfsReadSettings

名稱 描述
類型 讀取設定類型。 需要 'HdfsReadSettings' ()
deleteFilesAfterCompletion 指出原始程序檔是否需要在複製完成之後刪除。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
distcpSettings 指定 Distcp 相關設定。 DistcpSettings
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
wildcardFileName HDFS 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath HDFS 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

DistcpSettings

名稱 描述
distcpOptions 指定 Distcp 選項。 類型:字串 (或具有 resultType 字串的 Expression) 。
resourceManagerEndpoint 指定 Yarn ResourceManager 端點。 類型:字串 (或具有 resultType 字串的 Expression) 。
tempScriptPath 指定將用來儲存暫存 Distcp 命令腳本的現有資料夾路徑。 指令碼檔案是由 ADF 產生,並會在複製作業完成後移除。 類型:字串 (或具有 resultType 字串的 Expression) 。

HttpReadSettings

名稱 描述
類型 讀取設定類型。 'HttpReadSettings' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
additionalHeaders 要求中對 RESTful API 的其他 HTTP 標頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
requestBody 如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 類型:字串 (或具有 resultType 字串的 Expression) 。
requestMethod 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 類型:字串 (或具有 resultType 字串的 Expression) 。
requestTimeout 指定 HTTP 用戶端從 HTTP 伺服器取得 HTTP 回應的逾時。 類型:字串 (或具有 resultType 字串的 Expression) 。

LakeHouseReadSettings

名稱 描述
類型 讀取設定類型。 需要 'LakeHouseReadSettings' ()
deleteFilesAfterCompletion 指出原始程序檔是否需要在複製完成之後刪除。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
wildcardFileName Microsoft Fabric LakeHouse Files 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath Microsoft Fabric LakeHouse Files 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

OracleCloudStorageReadSettings

名稱 描述
類型 讀取設定類型。 'OracleCloudStorageReadSettings' (必要)
deleteFilesAfterCompletion 指出原始程序檔是否需要在複製完成之後刪除。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
prefix Oracle Cloud Storage 物件名稱的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
wildcardFileName Oracle Cloud Storage 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath Oracle 雲端記憶體通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

SftpReadSettings

名稱 描述
類型 讀取設定類型。 'SftpReadSettings' (必要)
deleteFilesAfterCompletion 指出原始程序檔是否需要在複製完成之後刪除。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
disableChunking 如果為 true,請停用每個檔案內的平行讀取。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
wildcardFileName Sftp 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath Sftp 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureBlobFSSource

名稱 描述
類型 複製來源類型。 'AzureBlobFSSource' (必要)
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
skipHeaderLineCount 要從每個 Blob 略過的標頭行數。 類型:具有 resultType 整數) 的整數 (或 Expression。
treatEmptyAsNull 將空白視為 Null。 Type:boolean (或 Expression with resultType boolean) 。

AzureDatabricksDeltaLakeSource

名稱 描述
類型 複製來源類型。 'AzureDatabricksDeltaLakeSource' (必要)
exportSettings Azure Databricks Delta Lake 匯出設定。 AzureDatabricksDeltaLakeExportCommand
查詢 Azure Databricks Delta Lake Sql 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureDatabricksDeltaLakeExportCommand

名稱 描述
dateFormat 在 Azure Databricks Delta Lake Copy 中指定 csv 的日期格式。 類型:字串 (或具有 resultType 字串的 Expression) 。
timestampFormat 在 Azure Databricks Delta Lake Copy 中指定 csv 的時間戳格式。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型 匯出設定類型。 字串 (必要)
{自定義屬性}

AzureDataExplorerSource

名稱 描述
類型 複製來源類型。 'AzureDataExplorerSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
noTruncation 布爾值選項的名稱,控制是否將截斷套用至超出特定數據列計數限制的結果集。
查詢 資料庫查詢。 應該是 Kusto 查詢語言 (KQL) 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:字串 (或具有 resultType 字串串的 Expression) 、 pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

AzureDataLakeStoreSource

名稱 描述
類型 複製來源類型。 'AzureDataLakeStoreSource' (必要)
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。

AzureMariaDBSource

名稱 描述
類型 複製來源類型。 'AzureMariaDBSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

AzureMySqlSource

名稱 描述
類型 複製來源類型。 'AzureMySqlSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

AzurePostgreSqlSource

名稱 描述
類型 複製來源類型。 'AzurePostgreSqlSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

AzureSqlSource

名稱 描述
類型 複製來源類型。 'AzureSqlSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
isolationLevel 指定 SQL 來源的異動鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionOption 將用於平行讀取 Sql 的數據分割機制。 可能的值為:“None”、“PhysicalPartitionsOfTable”、“DynamicRange”。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionSettings 將用於 Sql 來源數據分割的設定。 SqlPartitionSettings
produceAdditionalTypes 要產生的其他類型。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
sqlReaderQuery SQL 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlReaderStoredProcedureName SQL Database 來源的預存程式名稱。 這不能與 SqlReaderQuery 同時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。

AzureTableSource

名稱 描述
類型 複製來源類型。 'AzureTableSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
azureTableSourceIgnoreTableNotFound 找不到 Azure 資料表來源忽略數據表。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
AzureTableSourceQuery Azure 數據表來源查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

BinarySource

名稱 描述
類型 複製來源類型。 'BinarySource' (必要)
formatSettings 二進位格式設定。 BinaryReadSettings
storeSettings 二進位存放區設定。 StoreReadSettings

BinaryReadSettings

名稱 描述
compressionProperties 壓縮設定。 CompressionReadSettings
類型 讀取設定類型。 字串 (必要)
{自定義屬性}

CompressionReadSettings

名稱 描述
類型 設定物件類型 TarGZipReadSettings
TarReadSettings
需要 ZipD (ReadSettings)

TarGZipReadSettings

名稱 描述
類型 [壓縮] 設定類型。 'TarGZipReadSettings' (必要)
preserveCompressionFileNameAsFolder 保留壓縮檔名作為資料夾路徑。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。

TarReadSettings

名稱 描述
類型 [壓縮] 設定類型。 必要) 的 'TarReadSettings' (
preserveCompressionFileNameAsFolder 保留壓縮檔名作為資料夾路徑。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。

ZipDeflateReadSettings

名稱 描述
類型 [壓縮] 設定類型。 'ZipDeflateReadSettings' (必要)
preserveZipFileNameAsFolder 保留 zip 檔名作為資料夾路徑。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。

BlobSource

名稱 描述
類型 複製來源類型。 'BlobSource' (必要)
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
skipHeaderLineCount 要從每個 Blob 略過的標頭行數。 類型:具有 resultType 整數的整數 (或 Expression) 。
treatEmptyAsNull 將空白視為 Null。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。

CassandraSource

名稱 描述
類型 複製來源類型。 'CassandraSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
consistencyLevel 一致性層級會指定在將數據傳回用戶端應用程式之前,必須回應讀取要求多少 Cassandra 伺服器。 Cassandra 會檢查指定的 Cassandra 伺服器數目,以取得符合讀取要求的數據。 必須是 cassandraSourceReadConsistencyLevels 的其中一個。 預設值為 『ONE』。 而且不區分大小寫。 'ALL'
'EACH_QUORUM'
'LOCAL_ONE'
'LOCAL_QUORUM'
'LOCAL_SERIAL'
'ONE'
'QUORUM'
'SERIAL'
'THREE'
'TWO'
查詢 資料庫查詢。 應該是 SQL-92 查詢表示式或 Cassandra 查詢語言 (CQL) 命令。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

CommonDataServiceForAppsSource

名稱 描述
類型 複製來源類型。 'CommonDataServiceForAppsSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 FetchXML 是專屬的查詢語言,用於 Microsoft Common Data Service for Apps (在線 & 內部部署) 。 類型:字串 (或具有 resultType 字串的 Expression) 。

ConcurSource

名稱 描述
類型 複製來源類型。 'ConcurSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

CosmosDbMongoDbApiSource

名稱 描述
類型 複製來源類型。 'CosmosDbMongoDbApiSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
batchSize 指定要在回應的每個批次中從 MongoDB 執行個體傳回的文件數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:具有 resultType 整數) 的整數 (或 Expression。
cursorMethods Mongodb 查詢的數據指標方法。 MongoDbCursorMethodsProperties
filter 使用查詢運算子指定選取範圍篩選。 若要傳回集合中的所有文件,請省略此參數,或傳遞空白文件 ({})。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

MongoDbCursorMethodsProperties

名稱 描述
limit 指定伺服器傳回的文件數目上限。 limit () 類似於 SQL 資料庫中的 LIMIT 語句。 類型:具有 resultType 整數) 的整數 (或 Expression。
project 指定要在符合查詢篩選條件之檔中傳回的欄位。 若要傳回比對文件中的所有欄位,請省略此參數。 類型:字串 (或具有 resultType 字串的 Expression) 。
skip 指定略過的檔數目,以及 MongoDB 開始傳回結果的位置。 此方法在實作編頁結果時可能很有用。 類型:具有 resultType 整數) 的整數 (或 Expression。
sort 指定查詢傳回比對文件的順序。 類型:字串 (或具有 resultType 字串的 Expression) 。 類型:字串 (或具有 resultType 字串的 Expression) 。
{自定義屬性}

CosmosDbSqlApiSource

名稱 描述
類型 複製來源類型。 'CosmosDbSqlApiSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
detectDatetime 是否將基本值偵測為 datetime 值。 Type:boolean (或 Expression with resultType boolean) 。
pageSize 結果的頁面大小。 類型:具有 resultType 整數) 的整數 (或 Expression。
preferredRegions 慣用的區域。 類型:字串陣列 (或 Expression,其中具有字串) 的 resultType 陣列。
查詢 SQL API 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

CouchbaseSource

名稱 描述
類型 複製來源類型。 'CouchbaseSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

Db2Source

名稱 描述
類型 複製來源類型。 'Db2Source' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

DelimitedTextSource

名稱 描述
類型 複製來源類型。 需要 'DelimitedTextSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
formatSettings DelimitedText 格式設定。 DelimitedTextReadSettings
storeSettings DelimitedText 存放區設定。 StoreReadSettings

DelimitedTextReadSettings

名稱 描述
compressionProperties 壓縮設定。 CompressionReadSettings
skipLineCount 表示從輸入檔讀取資料時會略過非空白資料列的數目。 類型:具有 resultType 整數的整數 (或 Expression) 。
類型 讀取設定類型。 字串 (必要)
{自定義屬性}

DocumentDbCollectionSource

名稱 描述
類型 複製來源類型。 'DocumentDbCollectionSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
nestingSeparator 巢狀屬性分隔符。 類型:字串 (或具有 resultType 字串的 Expression) 。
查詢 文件查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

DrillSource

名稱 描述
類型 複製來源類型。 必要) 的 'DrillSource' (
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

DynamicsAXSource

名稱 描述
類型 複製來源類型。 'DynamicsAXSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
httpRequestTimeout 逾時 (TimeSpan) 以取得 HTTP 回應。 逾時會取得回應,而非逾時讀取回應資料。 默認值:00:05:00。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

DynamicsCrmSource

名稱 描述
類型 複製來源類型。 'DynamicsCrmSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 FetchXML 是專屬的查詢語言,用於在線 & 內部部署) Microsoft Dynamics CRM (。 類型:字串 (或具有 resultType 字串的 Expression) 。

DynamicsSource

名稱 描述
類型 複製來源類型。 需要 'DynamicsSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 FetchXML 是一個在 Microsoft Dynamics (線上版和內部部署版) 中使用的專屬查詢語言。 類型:字串 (或具有 resultType 字串的 Expression) 。

EloquaSource

名稱 描述
類型 複製來源類型。 'EloquaSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

ExcelSource

名稱 描述
類型 複製來源類型。 需要 『ExcelSource』 ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
storeSettings Excel 市集設定。 StoreReadSettings

FileSystemSource

名稱 描述
類型 複製來源類型。 需要 'FileSystemSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。

GoogleAdWordsSource

名稱 描述
類型 複製來源類型。 'GoogleAdWordsSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

GoogleBigQuerySource

名稱 描述
類型 複製來源類型。 'GoogleBigQuerySource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

GoogleBigQueryV2Source

名稱 描述
類型 複製來源類型。 需要 『GoogleBigQueryV2Source』 ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

GreenplumSource

名稱 描述
類型 複製來源類型。 需要 'GreenplumSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

HBaseSource

名稱 描述
類型 複製來源類型。 需要 『HBaseSource』 ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

HdfsSource

名稱 描述
類型 複製來源類型。 需要 『HdfsSource』 ()
distcpSettings 指定 Distcp 相關設定。 DistcpSettings
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。

HiveSource

名稱 描述
類型 複製來源類型。 'HiveSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

HttpSource

名稱 描述
類型 複製來源類型。 '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]) ) 。

HubspotSource

名稱 描述
類型 複製來源類型。 'HubspotSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

ImpalaSource

名稱 描述
類型 複製來源類型。 必要) 'ImpalaSource' (
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

InformixSource

名稱 描述
類型 複製來源類型。 必要) ('InformixSource'
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

JiraSource

名稱 描述
類型 複製來源類型。 'JiraSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

JsonSource

名稱 描述
類型 複製來源類型。 必要) ('JsonSource'
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
formatSettings Json 格式設定。 JsonReadSettings
storeSettings Json 存放區設定。 StoreReadSettings

JsonReadSettings

名稱 描述
compressionProperties 壓縮設定。 CompressionReadSettings
類型 讀取設定類型。 字串 (必要)
{自定義屬性}

LakeHouseTableSource

名稱 描述
類型 複製來源類型。 'LakeHouseTableSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
timestampAsOf 依時間戳查詢較舊的快照集。 類型:字串 (或具有 resultType 字串的 Expression) 。
versionAsOf 依版本查詢較舊的快照集。 類型:具有 resultType 整數的整數 (或 Expression) 。

MagentoSource

名稱 描述
類型 複製來源類型。 需要 'MagentoSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

MariaDBSource

名稱 描述
類型 複製來源類型。 必要) 'MariaDBSource' (
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

MarketoSource

名稱 描述
類型 複製來源類型。 'MarketoSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

MicrosoftAccessSource

名稱 描述
類型 複製來源類型。 'MicrosoftAccessSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

MongoDbAtlasSource

名稱 描述
類型 複製來源類型。 'MongoDbAtlasSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
batchSize 指定要在回應的每個批次中從 MongoDB Atlas 執行個體傳回的文件數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:具有 resultType 整數的整數 (或 Expression) 。
cursorMethods Mongodb 查詢的數據指標方法 MongoDbCursorMethodsProperties
filter 使用查詢運算子指定選取範圍篩選。 若要傳回集合中的所有文件,請省略此參數,或傳遞空白文件 ({})。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

MongoDbSource

名稱 描述
類型 複製來源類型。 必要的 'MongoDbSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 應該是 SQL-92 查詢運算式。 類型:字串 (或具有 resultType 字串的 Expression) 。

MongoDbV2Source

名稱 描述
類型 複製來源類型。 'MongoDbV2Source' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
batchSize 指定要在回應的每個批次中從 MongoDB 執行個體傳回的文件數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:具有 resultType 整數的整數 (或 Expression) 。
cursorMethods Mongodb 查詢的數據指標方法 MongoDbCursorMethodsProperties
filter 使用查詢運算子指定選取範圍篩選。 若要傳回集合中的所有文件,請省略此參數,或傳遞空白文件 ({})。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

MySqlSource

名稱 描述
類型 複製來源類型。 'MySqlSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

NetezzaSource

名稱 描述
類型 複製來源類型。 必要 ('NetezzaSource')
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
partitionOption 將用於平行讀取 Netezza 的數據分割機制。 可能的值包括:「None」、“DataSlice”、“DynamicRange”。
partitionSettings 將用於 Netezza 來源資料分割的設定。 NetezzaPartitionSettings
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

NetezzaPartitionSettings

名稱 描述
partitionColumnName 整數類型中的數據行名稱,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionLowerBound partitionColumnName 中指定的數據行最小值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionUpperBound partitionColumnName 中指定的數據行最大值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。

ODataSource

名稱 描述
類型 複製來源類型。 'ODataSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
httpRequestTimeout 逾時 (TimeSpan) 以取得 HTTP 回應。 逾時會取得回應,而非逾時讀取回應資料。 默認值:00:05:00。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
查詢 OData 查詢。 例如,“$top=1”。 類型:字串 (或具有 resultType 字串的 Expression) 。

OdbcSource

名稱 描述
類型 複製來源類型。 'OdbcSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

Office365Source

名稱 描述
類型 複製來源類型。 'Office365Source' (必要)
allowedGroups 包含所有使用者的群組。 類型:字串陣列 (或 Expression,其中具有字串) 的 resultType 陣列。
dateFilterColumn 要套用 {paramref name=“StartTime”/} 和 {paramref name=“EndTime”/} 的數據行。 類型:字串 (或具有 resultType 字串的 Expression) 。
EndTime 此數據集所要求範圍的結束時間。 類型:字串 (或具有 resultType 字串的 Expression) 。
outputColumns 要從 Office 365 數據表讀取的數據行。 類型:對象陣列 (或 Expression,其中具有物件的 resultType 陣列) 。 itemType:OutputColumn。 範例: [ { “name”: “Id” }, { “name”: “CreatedDateTime” } ]
startTime 此數據集所要求範圍的開始時間。 類型:字串 (或具有 resultType 字串的 Expression) 。
userScopeFilterUri 用戶範圍 URI。 類型:字串 (或具有 resultType 字串的 Expression) 。

OracleServiceCloudSource

名稱 描述
類型 複製來源類型。 'OracleServiceCloudSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

oracleReaderQuery

名稱 描述
類型 複製來源類型。 需要 『OracleSource』 ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
oracleReaderQuery Oracle 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionOption 將用於 Oracle 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。
partitionSettings 將用於 Oracle 來源數據分割的設定。 OraclePartitionSettings
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

OraclePartitionSettings

名稱 描述
partitionColumnName 整數類型的數據行名稱,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionLowerBound partitionColumnName 中指定的數據行最小值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionNames Oracle 數據表的實體分割區名稱。
partitionUpperBound partitionColumnName 中指定的數據行最大值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。

OrcSource

名稱 描述
類型 複製來源類型。 需要 『OrcSource』 ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
storeSettings ORC 存放區設定。 StoreReadSettings

ParquetSource

名稱 描述
類型 複製來源類型。 需要 『ParquetSource』 ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
formatSettings Parquet 格式設定。 ParquetReadSettings
storeSettings Parquet 存放區設定。 StoreReadSettings

ParquetReadSettings

名稱 描述
compressionProperties 壓縮設定。 CompressionReadSettings
類型 讀取設定類型。 需要字串 ()
{自定義屬性}

PaypalSource

名稱 描述
類型 複製來源類型。 需要 'PaypalSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

PhoenixSource

名稱 描述
類型 複製來源類型。 需要 『PhoenixSource』 ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

PostgreSqlSource

名稱 描述
類型 複製來源類型。 'PostgreSqlSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

PostgreSqlV2Source

名稱 描述
類型 複製來源類型。 'PostgreSqlV2Source' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

PrestoSource

名稱 描述
類型 複製來源類型。 'PrestoSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

QuickBooksSource

名稱 描述
類型 複製來源類型。 需要 'QuickBooksSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

RelationalSource

名稱 描述
類型 複製來源類型。 需要 'RelationalSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

ResponsysSource

名稱 描述
類型 複製來源類型。 'ResponsysSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

RestSource

名稱 描述
類型 複製來源類型。 'RestSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:索引鍵值組 (值應該是字串類型) 。
additionalHeaders 要求中對 RESTful API 的其他 HTTP 標頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
httpRequestTimeout 逾時 (TimeSpan) 以取得 HTTP 回應。 逾時會取得回應,而非逾時讀取回應資料。 默認值:00:01:40。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
paginationRules 用來撰寫下一個頁面要求的分頁規則。 類型:字串 (或具有 resultType 字串的 Expression) 。
requestBody 如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 類型:字串 (或具有 resultType 字串的 Expression) 。
requestInterval 傳送下一個頁面要求之前要等候的時間。
requestMethod 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 類型:字串 (或具有 resultType 字串的 Expression) 。

SalesforceMarketingCloudSource

名稱 描述
類型 複製來源類型。 'SalesforceMarketingCloudSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

SalesforceServiceCloudSource

名稱 描述
類型 複製來源類型。 需要 'SalesforceServiceCloudSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
readBehavior 作業的讀取行為。 預設值為 Query。 允許的值:Query/QueryAll。 類型:字串 (或具有 resultType 字串的 Expression) 。

SalesforceServiceCloudV2Source

名稱 描述
類型 複製來源類型。 'SalesforceServiceCloudV2Source' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
includeDeletedObjects 這個屬性可控制查詢結果是否包含 Deleted 物件。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
SOQLQuery 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

SalesforceSource

名稱 描述
類型 複製來源類型。 需要 'SalesforceSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
readBehavior 作業的讀取行為。 預設值為 Query。 允許的值:Query/QueryAll。 類型:字串 (或具有 resultType 字串的 Expression) 。

SalesforceV2Source

名稱 描述
類型 複製來源類型。 'SalesforceV2Source' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
includeDeletedObjects 這個屬性可控制查詢結果是否包含 Deleted 物件。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
SOQLQuery 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

SapBwSource

名稱 描述
類型 複製來源類型。 'SapBwSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 MDX 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

SapCloudForCustomerSource

名稱 描述
類型 複製來源類型。 'SapCloudForCustomerSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
httpRequestTimeout 逾時 (TimeSpan) 以取得 HTTP 回應。 逾時會取得回應,而非逾時讀取回應資料。 默認值: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”。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

SapEccSource

名稱 描述
類型 複製來源類型。 必要 ('SapEccSource')
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
httpRequestTimeout 逾時 (TimeSpan) 以取得 HTTP 回應。 逾時會取得回應,而非逾時讀取回應資料。 默認值:00:05:00。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
查詢 SAP ECC OData 查詢。 例如,“$top=1”。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

SapHanaSource

名稱 描述
類型 複製來源類型。 'SapHanaSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
packetSize 從 SAP HANA 讀取之數據的封包大小。 類型:具有 resultType 整數的整數 (或 Expression) 。
partitionOption 將用於平行讀取SAP HANA 的數據分割機制。 可能的值為:「None」、“ PhysicalPartitionsOfTable” SapHanaDynamicRange”
partitionSettings 將用於 SAP HANA 來源分割的設定。 SapHanaPartitionSettings
查詢 SAP HANA Sql 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

SapHanaPartitionSettings

名稱 描述
partitionColumnName 將用於繼續範圍數據分割的數據行名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

SapOdpSource

名稱 描述
類型 複製來源類型。 'SapOdpSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
extractionMode 擷取模式。 允許的值包括:完整、差異和復原。 預設值是 Full秒。 類型:字串 (或具有 resultType 字串的 Expression) 。
投射 (projection) 指定要從源數據選取的數據行。 類型:對象陣列 (投影) (或 Expression,以及物件) 的 resultType 陣列。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
選取範圍 指定源數據中的選取條件。 類型:對象陣列 (選取範圍) (或 Expression,其中具有物件) 的 resultType 陣列。
subscriberProcess 管理差異進程的訂閱者進程。 類型:字串 (或具有 resultType 字串的 Expression) 。

SapOpenHubSource

名稱 描述
類型 複製來源類型。 'SapOpenHubSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
baseRequestId 差異載入的要求識別碼。 設定之後,將只會擷取 requestId 大於此屬性值的資料。 預設值為 0。 類型:具有 resultType 整數的整數 (或 Expression ) 。
customRfcReadTableFunctionModule 指定將用來從 SAP 資料表讀取資料的自訂 RFC 函式模組。 類型:字串 (或具有 resultType 字串的 Expression) 。
excludeLastRequest 是否要排除最後一個要求的記錄。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
sapDataColumnDelimiter 將做為傳遞至 SAP RFC 的分隔符,以及分割所擷取輸出數據的單一字元。 類型:字串 (或具有 resultType 字串的 Expression) 。

SapTableSource

名稱 描述
類型 複製來源類型。 'SapTableSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
batchSize 指定從 SAP 數據表擷取數據時一次擷取的數據列數目上限。 類型:具有 resultType 整數的整數 (或 Expression) 。
customRfcReadTableFunctionModule 指定將用來從 SAP 資料表讀取資料的自訂 RFC 函式模組。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionOption 將用於平行讀取SAP數據表的數據分割機制。 可能的值包括:“None”、“PartitionOnInt”、“PartitionOnCalendarYear”、“PartitionOnCalendarMonth”、“PartitionOnCalendarDate”、“PartitionOnTime”。
partitionSettings 將用於 SAP 資料表源資料分割的設定。 SapTablePartitionSettings
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
rfcTableFields 將擷取之 SAP 數據表的欄位。 例如,column0,column1。 類型:字串 (或具有 resultType 字串的 Expression) 。
rfcTableOptions SAP 資料表篩選的選項。 例如,COLUMN0 EQ SOME VALUE。 類型:字串 (或具有 resultType 字串的 Expression) 。
rowCount 要擷取的資料列數。 類型:具有 resultType 整數的整數 (或 Expression) 。
rowSkips 將略過的數據列數目。 類型:具有 resultType 整數的整數 (或 Expression) 。
sapDataColumnDelimiter 將做為傳遞至 SAP RFC 的分隔符,以及分割所擷取輸出數據的單一字元。 類型:字串 (或具有 resultType 字串的 Expression) 。

SapTablePartitionSettings

名稱 描述
maxPartitionsNumber 數據表將分割成的分割區最大值。 類型:具有 resultType 字串的整數 (或 Expression) 。
partitionColumnName 將用於繼續範圍數據分割的數據行名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionLowerBound partitionColumnName 中指定的數據行最小值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionUpperBound partitionColumnName 中指定的數據行最大值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。

ServiceNowSource

名稱 描述
類型 複製來源類型。 必要 ('ServiceNowSource')
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

ServiceNowV2Source

名稱 描述
類型 複製來源類型。 需要 'ServiceNowV2Source' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
expression 從來源篩選數據的表達式。 ExpressionV2
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

ExpressionV2

名稱 描述
運算元 巢狀表達式的清單。 ExpressionV2[]
! 運算子之後 表達式運算子值類型:字串。 字串
type 系統支援的表達式類型。 類型:字串。 'Binary'
'Constant'
'Field'
'Unary'
常數/欄位類型的值:字串。 字串

SharePointOnlineListSource

名稱 描述
類型 複製來源類型。 必要) 'SharePointOnlineListSource' (
httpRequestTimeout 從 SharePoint Online 取得回應的等候時間。 默認值為 5 分鐘 (00:05:00) 。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
查詢 OData 查詢,可篩選 SharePoint Online 清單中的數據。 例如,“$top=1”。 類型:字串 (或具有 resultType 字串的 Expression) 。

ShopifySource

名稱 描述
類型 複製來源類型。 'ShopifySource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

SnowflakeSource

名稱 描述
類型 複製來源類型。 'SnowflakeSource' (必要)
exportSettings Snowflake 匯出設定。 SnowflakeExportCopyCommand (必要)
查詢 Snowflake Sql 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

SnowflakeExportCopyCommand

名稱 描述
additionalCopyOptions 直接傳遞至雪花式複製命令的其他複製選項。 類型:索引鍵值組 (值應該是字串類型,) (或Expression搭配 resultType 物件) 。 範例:“additionalCopyOptions”: { “DATE_FORMAT”: “MM/DD/YYYY”, “TIME_FORMAT”: “'HH24:MI:SS。FF'“ } SnowflakeExportCopyCommandAdditionalCopyOptions
additionalFormatOptions 直接傳遞至雪花複製命令的其他格式選項。 類型:索引鍵值組 (值應該是字串類型,) (或Expression搭配 resultType 物件) 。 範例:“additionalFormatOptions”: { “OVERWRITE”: “TRUE”, “MAX_FILE_SIZE”: “'FALSE'” } SnowflakeExportCopyCommandAdditionalFormatOptions
類型 匯出設定類型。 字串 (必要)
{自定義屬性}

SnowflakeExportCopyCommandAdditionalCopyOptions

名稱 描述
{自定義屬性}

SnowflakeExportCopyCommandAdditionalFormatOptions

名稱 描述
{自定義屬性}

SnowflakeV2Source

名稱 描述
類型 複製來源類型。 需要 'SnowflakeV2Source' ()
exportSettings Snowflake 匯出設定。 SnowflakeExportCopyCommand (必要)
查詢 Snowflake Sql 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

SparkSource

名稱 描述
類型 複製來源類型。 需要 『SparkSource』 ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

SqlDWSource

名稱 描述
類型 複製來源類型。 'SqlDWSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
isolationLevel 指定 SQL 來源的異動鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionOption 將用於平行讀取 Sql 的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionSettings 將用於 Sql 來源數據分割的設定。 SqlPartitionSettings
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
sqlReaderQuery SQL Data Warehouse 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlReaderStoredProcedureName SQL Data Warehouse 來源的預存程式名稱。 這不能與 SqlReaderQuery 同時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 Type: object (或 Expression with resultType object) , itemType: StoredProcedureParameter.

SqlMISource

名稱 描述
類型 複製來源類型。 'SqlMISource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
isolationLevel 指定 SQL 來源的異動鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionOption 將用於平行讀取 Sql 的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionSettings 將用於 Sql 來源數據分割的設定。 SqlPartitionSettings
produceAdditionalTypes 要產生的其他類型。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
sqlReaderQuery SQL 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlReaderStoredProcedureName Azure SQL 受控執行個體 來源的預存程式名稱。 這不能與 SqlReaderQuery 同時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。

SqlServerSource

名稱 描述
類型 複製來源類型。 'SqlServerSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
isolationLevel 指定 SQL 來源的異動鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionOption 將用於平行讀取 Sql 的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionSettings 將用於 Sql 來源數據分割的設定。 SqlPartitionSettings
produceAdditionalTypes 要產生的其他類型。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
sqlReaderQuery SQL 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlReaderStoredProcedureName SQL Database 來源的預存程式名稱。 這不能與 SqlReaderQuery 同時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。

SqlSource

名稱 描述
類型 複製來源類型。 'SqlSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
isolationLevel 指定 SQL 來源的異動鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionOption 將用於平行讀取 Sql 的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionSettings 將用於 Sql 來源數據分割的設定。 SqlPartitionSettings
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
sqlReaderQuery SQL 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlReaderStoredProcedureName SQL Database 來源的預存程式名稱。 這不能與 SqlReaderQuery 同時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。

SquareSource

名稱 描述
類型 複製來源類型。 需要 'SquareSource' ()
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

SybaseSource

名稱 描述
類型 複製來源類型。 'SybaseSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

TeradataSource

名稱 描述
類型 複製來源類型。 必要 ('TeradataSource')
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
partitionOption 將用於平行讀取 teradata 的數據分割機制。 可能的值包括:「None」、“Hash” “DynamicRange”
partitionSettings 將用於 teradata 來源資料分割的設定。 TeradataPartitionSettings
查詢 Teradata 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

TeradataPartitionSettings

名稱 描述
partitionColumnName 將用於繼續範圍或哈希數據分割的數據行名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionLowerBound partitionColumnName 中指定的數據行最小值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionUpperBound partitionColumnName 中指定的數據行最大值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。

VerticaSource

名稱 描述
類型 複製來源類型。 'VerticaSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

WarehouseSource

名稱 描述
類型 複製來源類型。 'WarehouseSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
isolationLevel 指定 Microsoft Fabric Warehouse 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionOption 將用於平行讀取 Sql 的數據分割機制。 可能的值為:“None”、“PhysicalPartitionsOfTable”、“DynamicRange”。
partitionSettings 將用於 Sql 來源數據分割的設定。 SqlPartitionSettings
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
sqlReaderQuery Microsoft Fabric 倉儲讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlReaderStoredProcedureName Microsoft Fabric Warehouse 來源的預存程式名稱。 這不能與 SqlReaderQuery 同時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 Type: object (或 Expression with resultType object) , itemType: StoredProcedureParameter。

WebSource

名稱 描述
類型 複製來源類型。 'WebSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。

XeroSource

名稱 描述
類型 複製來源類型。 'XeroSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

XmlSource

名稱 描述
類型 複製來源類型。 'XmlSource' (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
formatSettings Xml 格式設定。 XmlReadSettings
storeSettings Xml 存放區設定。 StoreReadSettings

XmlReadSettings

名稱 描述
compressionProperties 壓縮設定。 CompressionReadSettings
detectDataType 指出讀取 xml 檔案時是否啟用類型偵測。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
namespacePrefixes 命名空間 URI 與前置詞對應,以在啟用命名空間時覆寫數據行名稱中的前置詞,如果未定義命名空間 URI 的前置詞,則會使用 xml 數據檔中的 xml 元素/屬性名稱前置詞。 範例:“{”;:“http://www.example.com/xml"prefix”}“ Type: object (或 Expression with resultType object) 。
命名空間 指出讀取 xml 檔案時是否啟用命名空間。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
類型 讀取設定類型。 字串 (必要)
validationMode 指出讀取 xml 檔案時所使用的驗證方法。 允許的值:『none』、『xsd』或 『dtd』。 類型:字串 (或具有 resultType 字串的 Expression) 。
{自定義屬性}

ZohoSource

名稱 描述
類型 複製來源類型。 必要 ('ZohoSource')
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

StagingSettings

名稱 描述
enableCompression 指定是否要在透過過渡暫存複製數據時使用壓縮。 預設值為 False。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
linkedServiceName 暫存連結服務參考。 LinkedServiceReference (必要)
path 用來儲存過渡期數據之記憶體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
{自定義屬性}

CustomActivity

名稱 描述
類型 活動的類型。 需要 『Custom』 ()
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 自訂活動屬性。 CustomActivityTypeProperties (必要)

CustomActivityTypeProperties

名稱 描述
autoUserSpecification 使用者的提高許可權層級和範圍,預設值為非系統管理員工作。 類型:string (或 expression with resultType double) 。
命令 自定義活動類型的命令:string (或 Expression with resultType string) 。
extendedProperties 使用者定義屬性包。 對可以使用的索引鍵或值沒有任何限制。 使用者指定的自定義活動完全負責取用和解譯定義的內容。 CustomActivityTypePropertiesExtendedProperties
folderPath 資源文件的資料夾路徑類型:string (或 Expression with resultType string) 。
referenceObjects 參考物件 CustomActivityReferenceObject
resourceLinkedService 資源連結服務參考。 LinkedServiceReference
retentionTimeInDays 檔案 (提交給自訂活動) 的保留時間。 類型:double (或 expression with resultType double) 。

CustomActivityTypePropertiesExtendedProperties

名稱 描述
{自定義屬性}

CustomActivityReferenceObject

名稱 描述
datasets 數據集參考。 DatasetReference[]
linkedServices 鏈接的服務參考。 LinkedServiceReference[]

DatabricksNotebookActivity

名稱 描述
類型 活動的類型。 'DatabricksNotebook' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Databricks Notebook 活動屬性。 DatabricksNotebookActivityTypeProperties (必要)

DatabricksNotebookActivityTypeProperties

名稱 描述
baseParameters 要用於此作業每一次執行的基底參數。如果筆記本採用未指定的參數,則會使用筆記本中的預設值。 DatabricksNotebookActivityTypePropertiesBaseParamete...
程式庫 要在負責執行工作的叢集上,即將安裝的程式庫清單。 DatabricksNotebookActivityTypePropertiesLibrariesIte...[]
notebookPath 要在 Databricks 工作區中執行之 Notebook 的絕對路徑。 此路徑必須以斜線開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。

DatabricksNotebookActivityTypePropertiesBaseParamete...

名稱 描述
{自定義屬性}

DatabricksNotebookActivityTypePropertiesLibrariesIte...

名稱 描述
{自定義屬性}

DatabricksSparkJarActivity

名稱 描述
類型 活動的類型。 需要 『DatabricksSparkJar』 ()
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Databricks SparkJar 活動屬性。 需要 DatabricksSparkJarActivityTypeProperties ()

DatabricksSparkJarActivityTypeProperties

名稱 描述
程式庫 要在負責執行工作的叢集上,即將安裝的程式庫清單。 DatabricksSparkJarActivityTypePropertiesLibrariesIte...[]
mainClassName 類別的完整名稱,該類別包含要執行的 main 方法。 這個類別必須包含在提供做為程式庫的 JAR 中。 類型:字串 (或具有 resultType 字串的 Expression) 。
參數 將傳遞至 main 方法的參數。 any[]

DatabricksSparkJarActivityTypePropertiesLibrariesIte...

名稱 描述
{自定義屬性}

DatabricksSparkPythonActivity

名稱 描述
類型 活動的類型。 'DatabricksSparkPython' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Databricks SparkPython 活動屬性。 DatabricksSparkPythonActivityTypeProperties (必要)

DatabricksSparkPythonActivityTypeProperties

名稱 描述
程式庫 要在負責執行工作的叢集上,即將安裝的程式庫清單。 DatabricksSparkPythonActivityTypePropertiesLibraries...[]
參數 將傳遞至 Python 檔案的命令列參數。 any[]
pythonFile 要執行之 Python 檔案的 URI。 支援 DBFS 路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。

DatabricksSparkPythonActivityTypePropertiesLibraries...

名稱 描述
{自定義屬性}

DataLakeAnalyticsUsqlActivity

名稱 描述
類型 活動的類型。 'DataLakeAnalyticsU-SQL' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Data Lake Analytics U-SQL 活動屬性。 DataLakeAnalyticsUsqlActivityTypeProperties (必要)

DataLakeAnalyticsUsqlActivityTypeProperties

名稱 描述
compilationMode U-SQL 的編譯模式。 必須是下列其中一個值:Semantic、Full 和SingleBox。 類型:字串 (或具有 resultType 字串的 Expression) 。
degreeOfParallelism 同時用來執行作業的節點數目上限。 預設值為 1。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:1。
參數 U-SQL 作業要求的參數。 DataLakeAnalyticsUsqlActivityTypePropertiesParameter...
priority 判斷應該選取排入佇列的哪些工作首先執行。 編號愈低,優先順序愈高。 預設值為 1000。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:1。
runtimeVersion 所要使用之 U-SQL 引擎的執行階段版本。 類型:字串 (或具有 resultType 字串的 Expression) 。
scriptLinkedService 編寫連結服務參考的腳本。 LinkedServiceReference (必要)
scriptPath 包含U-SQL 文稿之資料夾的區分大小寫路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。

DataLakeAnalyticsUsqlActivityTypePropertiesParameter...

名稱 描述
{自定義屬性}

DeleteActivity

名稱 描述
類型 活動的類型。 需要 『Delete』 ()
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 刪除活動屬性。 DeleteActivityTypeProperties (必要)

DeleteActivityTypeProperties

名稱 描述
資料集 刪除活動數據集參考。 需要數據集參考 ()
enableLogging 是否要記錄刪除活動執行的詳細記錄。 預設值為 False。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
logStorageSettings 當 enableLogging 為 true 時,客戶需要提供記錄記憶體設定。 LogStorageSettings
maxConcurrentConnections 同時連接數據源的最大並行連線。 int

約束:
最小值 = 1
遞迴 如果為 true,則會以遞歸方式刪除目前資料夾路徑下的檔案或子資料夾。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
storeSettings 刪除活動存放區設定。 StoreReadSettings

ExecuteDataFlowActivity

名稱 描述
類型 活動的類型。 必要) 『ExecuteDataFlow』 (
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 執行數據流活動屬性。 ExecuteDataFlowActivityTypeProperties (必要)

ExecuteDataFlowActivityTypeProperties

名稱 描述
計算 數據流活動的計算屬性。 ExecuteDataFlowActivityTypePropertiesCompute
continueOnError 繼續執行用於數據流執行的錯誤設定。 允許在接收失敗時繼續處理。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression
數據流 數據流參考。 DataFlowReference (必要)
integrationRuntime 整合執行階段參考資料。 IntegrationRuntimeReference
runConcurrently 用於數據流執行的並行執行設定。 允許同時處理具有相同儲存順序的接收。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression
sourceStagingConcurrency 指定適用於接收之來源的平行暫存數目。 類型:具有 resultType 整數的整數 (或 Expression)
staging 執行數據流活動的預備資訊。 DataFlowStagingInfo
traceLevel 用於數據流監視輸出的追蹤層級設定。 支援的值包括:『coarse』、『fine』和 『none』。 類型:字串 (或具有 resultType 字串的 Expression)

ExecuteDataFlowActivityTypePropertiesCompute

名稱 描述
computeType 將執行數據流作業之叢集的計算類型。 可能的值包括:『General』、『MemoryOptimized』、『ComputeOptimized』。 類型:字串 (或具有 resultType 字串的 Expression)
coreCount 將執行數據流作業之叢集的核心計數。 支援的值為:8、16、32、48、80、144 和 272。 類型:具有 resultType 整數的整數 (或 Expression)

DataFlowReference

名稱 描述
datasetParameters 從數據集參考數據流參數。
參數 資料流程參數 ParameterValueSpecification
referenceName 參考數據流名稱。 字串 (必要)
類型 數據流參考類型。 ) 所需的 'DataFlowReference' (
{自定義屬性}

IntegrationRuntimeReference

名稱 描述
參數 整合運行時間的自變數。 ParameterValueSpecification
referenceName 參考整合運行時間名稱。 字串 (必要)
類型 整合運行時間的類型。 'IntegrationRuntimeReference' (必要)

DataFlowStagingInfo

名稱 描述
folderPath 暫存 Blob 的資料夾路徑。 類型:字串 (或具有 resultType 字串的 Expression)
linkedService 暫存連結服務參考。 LinkedServiceReference

ExecutePipelineActivity

名稱 描述
類型 活動的類型。 需要 'ExecutePipeline' ()
原則 執行管線活動原則。 ExecutePipelineActivityPolicy
typeProperties 執行管線活動屬性。 ExecutePipelineActivityTypeProperties (必要)

ExecutePipelineActivityPolicy

名稱 描述
secureInput 當設定為 true 時,來自活動的輸入會被視為安全,而且不會記錄到監視。 bool
{自定義屬性}

ExecutePipelineActivityTypeProperties

名稱 描述
參數 管線參數。 ParameterValueSpecification
管線 管線參考。 PipelineReference (必要)
waitOnCompletion 定義活動執行是否會等待相依管線執行完成。 預設值為 false。 bool

PipelineReference

名稱 描述
NAME 參考名稱。 字串
referenceName 參考管線名稱。 字串 (必要)
類型 管線參考類型。 'PipelineReference' (必要)

ExecuteSsisPackageActivity

名稱 描述
類型 活動的類型。 'ExecuteSSISPackage' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 執行 SSIS 套件活動屬性。 ExecuteSsisPackageActivityTypeProperties (必要)

ExecuteSsisPackageActivityTypeProperties

名稱 描述
connectVia 整合執行階段參考資料。 IntegrationRuntimeReference (必要)
environmentPath 執行 SSIS 封裝的環境路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
executionCredential 封裝執行認證。 SsisExecutionCredential
loggingLevel SSIS 封裝執行的記錄層級。 類型:字串 (或具有 resultType 字串的 Expression) 。
logLocation SSIS 套件執行記錄檔位置。 SsisLogLocation
packageConnectionManagers 要執行 SSIS 封裝的封裝層級連接管理員。 ExecuteSsisPackageActivityTypePropertiesPackageConne...
packageLocation SSIS 套件位置。 需要 SsisPackageLocation ()
packageParameters 要執行 SSIS 封裝的封裝層級參數。 ExecuteSsisPackageActivityTypePropertiesPackageParam...
projectConnectionManagers 要執行 SSIS 封裝的專案層級連接管理員。 ExecuteSsisPackageActivityTypePropertiesProjectConne...
projectParameters 要執行 SSIS 封裝的專案層級參數。 ExecuteSsisPackageActivityTypePropertiesProjectParam...
propertyOverrides 屬性會覆寫以執行 SSIS 封裝。 ExecuteSsisPackageActivityTypePropertiesPropertyOver...
執行階段 指定要執行 SSIS 封裝的運行時間。 此值應該是 「x86」 或 「x64」。 類型:字串 (或具有 resultType 字串的 Expression) 。

SsisExecutionCredential

名稱 描述
網域 Windows 驗證的網域。 類型:字串 (或具有 resultType 字串的 Expression) 。
password Windows 驗證的密碼。 需要 SecureString ()
userName 用於 Windows 驗證的 UseName。 類型:字串 (或具有 resultType 字串的 Expression) 。

SecureString

名稱 描述
類型 秘密的類型。 需要字串 ()
安全字串的值。 需要字串 ()

SsisLogLocation

名稱 描述
logPath SSIS 封裝執行記錄檔路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型 SSIS 記錄檔位置的類型。 需要 『File』 ()
typeProperties SSIS 套件執行記錄檔位置屬性。 需要 SsisLogLocationTypeProperties ()

SsisLogLocationTypeProperties

名稱 描述
accessCredential 封裝執行記錄存取認證。 SsisAccessCredential
logRefreshInterval 指定重新整理記錄的間隔。 預設間隔為 5 分鐘。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

SsisAccessCredential

名稱 描述
網域 Windows 驗證的網域。 類型:字串 (或具有 resultType 字串的 Expression) 。
password Windows 驗證的密碼。 需要 SecretBase ()
userName 用於 Windows 驗證的 UseName。 類型:字串 (或具有 resultType 字串的 Expression) 。

SecretBase

名稱 描述
類型 設定物件類型 AzureKeyVaultSecret
需要 SecureString ()

AzureKeyVaultSecretReference

名稱 描述
secretName Azure 金鑰保存庫 中的秘密名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
secretVersion Azure 金鑰保存庫 中的秘密版本。 預設值為最新版本的秘密。 類型:字串 (或具有 resultType 字串的 Expression) 。
store Azure 金鑰保存庫 鏈接服務參考。 需要 LinkedServiceReference ()
類型 秘密的類型。 需要字串 ()

ExecuteSsisPackageActivityTypePropertiesPackageConne...

名稱 描述
{自定義屬性} SsisConnectionManager

SsisConnectionManager

名稱 描述
{自定義屬性} SsisExecutionParameter

SsisExecutionParameter

名稱 描述
SSIS 封裝執行參數值。 類型:字串 (或具有 resultType 字串的 Expression) 。

SsisPackageLocation

名稱 描述
packagePath SSIS 套件路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型 SSIS 封裝位置的類型。 'File'
'InlinePackage'
'PackageStore'
'SSISDB'
typeProperties SSIS 套件位置屬性。 SsisPackageLocationTypeProperties

SsisPackageLocationTypeProperties

名稱 描述
accessCredential 套件存取認證。 SsisAccessCredential
childPackages 內嵌子封裝清單。 SsisChildPackage[]
configurationAccessCredential 組態檔存取認證。 SsisAccessCredential
configurationPath 封裝執行的組態檔。 類型:字串 (或具有 resultType 字串的 Expression) 。
packageContent 內嵌套件內容。 類型:字串 (或具有 resultType 字串的 Expression) 。
packageLastModifiedDate 內嵌套件上次修改日期。 字串
packageName 封裝名稱。 字串
packagePassword 封裝的密碼。 SecretBase

SsisChildPackage

名稱 描述
packageContent 內嵌子封裝的內容。 類型:字串 (或具有 resultType 字串的 Expression) 。
packageLastModifiedDate 內嵌子封裝的上次修改日期。 字串
packageName 內嵌子封裝的名稱。 字串
packagePath 內嵌子封裝的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。

ExecuteSsisPackageActivityTypePropertiesPackageParam...

名稱 描述
{自定義屬性} SsisExecutionParameter

ExecuteSsisPackageActivityTypePropertiesProjectConne...

名稱 描述
{自定義屬性} SsisConnectionManager

ExecuteSsisPackageActivityTypePropertiesProjectParam...

名稱 描述
{自定義屬性} SsisExecutionParameter

ExecuteSsisPackageActivityTypePropertiesPropertyOver...

名稱 描述
{自定義屬性} SsisPropertyOverride

SsisPropertyOverride

名稱 描述
isSensitive SSIS 套件屬性覆寫值是否為敏感數據。 如果值為 true,則會在 SSISDB 中加密 bool
SSIS 封裝屬性覆寫值。 類型:字串 (或具有 resultType 字串的 Expression) 。

ExecuteWranglingDataflowActivity

名稱 描述
類型 活動的類型。 'ExecuteWranglingDataflow' (必要)
原則 活動原則。 ActivityPolicy
typeProperties 執行電源查詢活動屬性。 ExecutePowerQueryActivityTypeProperties (必要)

ExecutePowerQueryActivityTypeProperties

名稱 描述
計算 數據流活動的計算屬性。 ExecuteDataFlowActivityTypePropertiesCompute
continueOnError 繼續執行用於數據流執行的錯誤設定。 允許在接收失敗時繼續處理。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression
數據流 數據流參考。 DataFlowReference (必要)
integrationRuntime 整合執行階段參考資料。 IntegrationRuntimeReference
查詢 Power Query 混搭查詢與接收數據集的對應清單, (s) 。 PowerQuerySinkMapping[]
runConcurrently 用於數據流執行的並行執行設定。 允許同時處理具有相同儲存順序的接收。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression
sinks (已被取代。請使用查詢) 。 對應至 queryName 的 Power Query 活動接收清單。 ExecutePowerQueryActivityTypePropertiesSinks
sourceStagingConcurrency 指定適用於接收之來源的平行暫存數目。 類型:具有 resultType 整數的整數 (或 Expression)
staging 執行數據流活動的預備資訊。 DataFlowStagingInfo
traceLevel 用於數據流監視輸出的追蹤層級設定。 支援的值包括:『coarse』、『fine』和 『none』。 類型:字串 (或具有 resultType 字串的 Expression)

PowerQuerySinkMapping

名稱 描述
數據流Sinks 對應至 Power Query 混搭查詢的接收清單。 PowerQuerySink[]
queryName Power Query 混搭檔中的查詢名稱。 字串

PowerQuerySink

名稱 描述
資料集 數據集參考。 DatasetReference
description 轉換描述。 字串
flowlet Flowlet 參考 DataFlowReference
linkedService 連結服務參考。 LinkedServiceReference
NAME 轉換名稱。 需要字串 ()
rejectedDataLinkedService 拒絕的數據連結服務參考。 LinkedServiceReference
schemaLinkedService 架構連結服務參考。 LinkedServiceReference
指令碼 接收腳本。 字串

ExecutePowerQueryActivityTypePropertiesSinks

名稱 描述
{自定義屬性} PowerQuerySink

FailActivity

名稱 描述
類型 活動的類型。 需要 『Fail』 ()
typeProperties 失敗活動屬性。 FailActivityTypeProperties (必要)

FailActivityTypeProperties

名稱 描述
errorCode 將 Fail 活動的錯誤類型分類的錯誤碼。 它可以是運行時間評估為非空白/空白字串的動態內容。 類型:字串 (或具有 resultType 字串的 Expression) 。
message Fail 活動中呈現的錯誤訊息。 它可以是運行時間評估為非空白/空白字串的動態內容。 類型:字串 (或具有 resultType 字串的 Expression) 。

FilterActivity

名稱 描述
類型 活動的類型。 'Filter' (必要)
typeProperties 篩選活動屬性。 FilterActivityTypeProperties (必要)

FilterActivityTypeProperties

名稱 描述
條件 要用來篩選輸入的條件。 需要表達式 ()
項目 應套用篩選條件的輸入陣列。 需要表達式 ()

運算式

名稱 描述
類型 表達式類型。 'Expression' (必要)
表達式值。 需要字串 ()

ForEachActivity

名稱 描述
類型 活動的類型。 需要 『ForEach』 ()
typeProperties ForEach 活動屬性。 ForEachActivityTypeProperties (必要)

ForEachActivityTypeProperties

名稱 描述
活動 要執行的活動清單。 Activity[] (必要)
batchCount 批次計數,用於控制平行執行的數目 (當 isSequential 設定為 false 時)。 int

約束:
最大值 = 50
isSequential 應該依序或平行執行迴圈, (最多 50 個) bool
項目 要逐一查看的集合。 表達式 (必要)

GetMetadataActivity

名稱 描述
類型 活動的類型。 'GetMetadata' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties GetMetadata 活動屬性。 GetMetadataActivityTypeProperties (必要)

GetMetadataActivityTypeProperties

名稱 描述
資料集 GetMetadata 活動數據集參考。 需要數據集參考 ()
欄位清單 要從數據集取得之元數據的欄位。 any[]
formatSettings GetMetadata 活動格式設定。 FormatReadSettings
storeSettings GetMetadata 活動存放區設定。 StoreReadSettings

FormatReadSettings

名稱 描述
類型 設定物件類型 BinaryReadSettings
DelimitedTextReadSettings
JsonReadSettings
ParquetReadSettings
XmlReadSettings (必要)

HDInsightHiveActivity

名稱 描述
類型 活動的類型。 'HDInsightHive' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties HDInsight Hive 活動屬性。 HDInsightHiveActivityTypeProperties (必要)

HDInsightHiveActivityTypeProperties

名稱 描述
引數 使用者指定的 HDInsightActivity 自變數。 any[]
定義 允許使用者指定Hive作業要求的定義。 HDInsightHiveActivityTypePropertiesDefines
getDebugInfo 偵錯資訊選項。 'Always'
'Failure'
'None'
queryTimeout 查詢逾時值 (單位為分鐘)。 當 HDInsight 叢集使用 ESP (Enterprise Security Package) 時有效 int
scriptLinkedService 編寫連結服務參考的腳本。 LinkedServiceReference
scriptPath 腳本路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
storageLinkedServices 記憶體連結服務參考。 LinkedServiceReference[]
變數 hivevar 命名空間下的使用者指定自變數。 HDInsightHiveActivityTypePropertiesVariables

HDInsightHiveActivityTypePropertiesDefines

名稱 描述
{自定義屬性}

HDInsightHiveActivityTypePropertiesVariables

名稱 描述
{自定義屬性}

HDInsightMapReduceActivity

名稱 描述
類型 活動的類型。 'HDInsightMapReduce' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties HDInsight MapReduce 活動屬性。 HDInsightMapReduceActivityTypeProperties (必要)

HDInsightMapReduceActivityTypeProperties

名稱 描述
引數 使用者指定的 HDInsightActivity 自變數。 any[]
className 類別名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
定義 允許使用者指定 MapReduce 作業要求的定義。 HDInsightMapReduceActivityTypePropertiesDefines
getDebugInfo 偵錯資訊選項。 'Always'
'Failure'
'None'
jarFilePath Jar 路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
jarLibs Jarlibs。 any[]
jarLinkedService Jar 連結服務參考。 LinkedServiceReference
storageLinkedServices 記憶體連結服務參考。 LinkedServiceReference[]

HDInsightMapReduceActivityTypePropertiesDefines

名稱 描述
{自定義屬性}

HDInsightPigActivity

名稱 描述
類型 活動的類型。 'HDInsightPig' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties HDInsight Pig 活動屬性。 HDInsightPigActivityTypeProperties (必要)

HDInsightPigActivityTypeProperties

名稱 描述
引數 使用者指定的 HDInsightActivity 自變數。 Type:array (或 Expression with resultType array) 。
定義 允許使用者指定 Pig 作業要求的定義。 HDInsightPigActivityTypePropertiesDefines
getDebugInfo 偵錯資訊選項。 'Always'
'Failure'
'None'
scriptLinkedService 編寫連結服務參考的腳本。 LinkedServiceReference
scriptPath 腳本路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
storageLinkedServices 記憶體連結服務參考。 LinkedServiceReference[]

HDInsightPigActivityTypePropertiesDefines

名稱 描述
{自定義屬性}

HDInsightSparkActivity

名稱 描述
類型 活動的類型。 'HDInsightSpark' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties HDInsight Spark 活動屬性。 HDInsightSparkActivityTypeProperties (必要)

HDInsightSparkActivityTypeProperties

名稱 描述
引數 HDInsightSparkActivity 的使用者指定自變數。 any[]
className 應用程式的 Java/Spark 主要類別。 字串
entryFilePath 要執行之程式代碼/封裝根資料夾的相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
getDebugInfo 偵錯資訊選項。 'Always'
'Failure'
'None'
proxyUser 要模擬將執行作業的使用者。 類型:字串 (或具有 resultType 字串的 Expression) 。
rootPath 所有作業檔案的 'sparkJobLinkedService' 根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
sparkConfig Spark 組態屬性。 HDInsightSparkActivityTypePropertiesSparkConfig
sparkJobLinkedService 用於上傳專案檔案和相依性的記憶體連結服務,以及用於接收記錄。 LinkedServiceReference

HDInsightSparkActivityTypePropertiesSparkConfig

名稱 描述
{自定義屬性}

HDInsightStreamingActivity

名稱 描述
類型 活動的類型。 需要 'HDInsightStreaming' ()
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties HDInsight 串流活動屬性。 HDInsightStreamingActivityTypeProperties (必要)

HDInsightStreamingActivityTypeProperties

名稱 描述
引數 使用者指定的 HDInsightActivity 自變數。 any[]
結合子 合併器可執行檔名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
commandEnvironment 命令行環境值。 any[]
定義 允許使用者指定串流作業要求的定義。 HDInsightStreamingActivityTypePropertiesDefines
fileLinkedService 檔案所在的連結服務參考。 LinkedServiceReference
filePaths 串流作業檔案的路徑。 可以是目錄。 any[] (必要)
getDebugInfo 偵錯資訊選項。 'Always'
'Failure'
'None'
輸入 輸入 Blob 路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
mapper Mapper 可執行檔名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
output 輸出 Blob 路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
reducer 歸納器可執行檔名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
storageLinkedServices 記憶體連結服務參考。 LinkedServiceReference[]

HDInsightStreamingActivityTypePropertiesDefines

名稱 描述
{自定義屬性}

IfConditionActivity

名稱 描述
類型 活動的類型。 需要 『IfCondition』 ()
typeProperties IfCondition 活動屬性。 IfConditionActivityTypeProperties (必要)

IfConditionActivityTypeProperties

名稱 描述
expression 評估為布爾值的表達式。 這會用來判斷要執行 (ifTrueActivities 或 ifFalseActivities) 的活動區塊。 需要表達式 ()
ifFalseActivities 如果 expression 評估為 false,要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 Activity[]
ifTrueActivities 如果表達式評估為 true,則要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 Activity[]

LookupActivity

名稱 描述
類型 活動的類型。 需要 『Lookup』 ()
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 查閱活動屬性。 LookupActivityTypeProperties (必要)

LookupActivityTypeProperties

名稱 描述
資料集 查閱活動數據集參考。 需要 DatasetReference ()
firstRowOnly 是否要傳回第一個數據列或所有數據列。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
來源 數據集特定的來源屬性,與複製活動來源相同。 需要 CopySource ()

ScriptActivity

名稱 描述
類型 活動的類型。 需要 『Script』 ()
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 編寫活動屬性的腳本。 ScriptActivityTypeProperties (必要)

ScriptActivityTypeProperties

名稱 描述
logSettings 腳本活動的記錄設定。 ScriptActivityTypePropertiesLogSettings
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

ScriptActivityScriptBlock

名稱 描述
參數 腳本參數的陣列。 類型:陣列。 ScriptActivityParameter[]
text 查詢文字。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型 查詢的類型。 類型:字串。 'NonQuery'
必要) 'Query' (

ScriptActivityParameter

名稱 描述
direction 參數的方向。 'Input'
'InputOutput'
'Output'
NAME 參數名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
{1}size{2} 輸出方向參數的大小。 int
類型 參數的類型。 'Boolean'
'DateTime'
'DateTimeOffset'
'Decimal'
'Double'
'Guid'
'Int16'
'Int32'
'Int64'
'Single'
'String'
'Timespan'
參數的值。 類型:字串 (或具有 resultType 字串的 Expression) 。

SetVariableActivity

名稱 描述
類型 活動的類型。 'SetVariable' (必要)
原則 活動原則。 SecureInputOutputPolicy
typeProperties 設定變數活動屬性。 需要 SetVariableActivityTypeProperties ()

SecureInputOutputPolicy

名稱 描述
secureInput 當設定為 true 時,來自活動的輸入會被視為安全,而且不會記錄到監視。 bool
secureOutput 當設定為 true 時,活動的輸出會被視為安全,且不會記錄到監視。 bool

SetVariableActivityTypeProperties

名稱 描述
setSystemVariable 如果設定為 true,則會設定管線執行傳回值。 bool
要設定的值。 可以是靜態值或表達式。
variableName 必須設定其值之變數的名稱。 字串

SynapseSparkJobDefinitionActivity

名稱 描述
類型 活動的類型。 'SparkJob' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 執行Spark作業活動屬性。 需要 SynapseSparkJobActivityTypeProperties ()

SynapseSparkJobActivityTypeProperties

名稱 描述
args SynapseSparkJobDefinitionActivity 的使用者指定自變數。 any[]
className 主要定義檔中的完整標識碼或主要類別,這會覆寫您提供的Spark作業定義的 『className』。 類型:字串 (或具有 resultType 字串的 Expression) 。
conf Spark 組態屬性,這會覆寫您提供的Spark作業定義的 'conf'。
configurationType Spark 組態的類型。 'Artifact'
'Customized'
'Default'
driverSize 要用於作業之指定 Spark 集區中配置之驅動程式的核心和記憶體數目,將用於覆寫您提供的 Spark 作業定義的 'driverCores' 和 'driverMemory'。 類型:字串 (或具有 resultType 字串的 Expression) 。
executorSize 要用於作業指定 Spark 集區中配置之執行程式的核心和記憶體數目,用於覆寫您提供的 Spark 作業定義之 'executorCores' 和 'executorMemory'。 類型:字串 (或具有 resultType 字串的 Expression) 。
file 用於作業的主要檔案,這會覆寫您提供的Spark作業定義'file'。 類型:字串 (或具有 resultType 字串的 Expression) 。
files (已被取代。請使用 pythonCodeReference 和 filesV2) 用於主要定義檔案中參考的其他檔案,這會覆寫您提供的 Spark 作業定義的 'files'。 any[]
filesV2 用於主要定義檔參考的其他檔案,這會覆寫您提供的Spark作業定義的 『jars』 和 『files』。 any[]
numExecutors 要針對此作業啟動的執行程式數目,這會覆寫您提供的Spark作業定義的 'numExecutors'。 類型:具有 resultType 整數的整數 (或 Expression) 。
pythonCodeReference 用於主要定義檔中參考的其他 Python 程式代碼檔案,這會覆寫您提供的 Spark 作業定義的 'pyFiles'。 any[]
scanFolder 從主要定義檔案的根資料夾掃描子資料夾,這些檔案將會新增為參考檔案。 系統會掃描名為 『jars』、'pyFiles'、'files' 或 'archive' 的資料夾,而且資料夾名稱會區分大小寫。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
sparkConfig Spark 組態屬性。 SynapseSparkJobActivityTypePropertiesSparkConfig
sparkJob Synapse spark 作業參考。 需要 SynapseSparkJobReference ()
targetBigDataPool 將用來執行 Spark 批次作業的巨量數據集區名稱,這會覆寫您提供的 Spark 作業定義的 『targetBigDataPool』。 BigDataPoolParametrizationReference
targetSparkConfiguration Spark 作業的Spark組態。 SparkConfigurationParametrizationReference

SynapseSparkJobActivityTypePropertiesSparkConfig

名稱 描述
{自定義屬性}

SynapseSparkJobReference

名稱 描述
referenceName 參考 Spark 作業名稱。 具有 resultType 字串的運算式。
類型 Synapse spark 作業參考類型。 'SparkJobDefinitionReference' (必要)

BigDataPoolParametrizationReference

名稱 描述
referenceName 參考巨量數據集區名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型 巨量數據集區參考類型。 'BigDataPoolReference' (必要)

SparkConfigurationParametrizationReference

名稱 描述
referenceName 參考Spark組態名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型 Spark 組態參考類型。 'SparkConfigurationReference' (必要)

SqlServerStoredProcedureActivity

名稱 描述
類型 活動的類型。 'SqlServerStoredProcedure' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties SQL 預存程式活動屬性。 需要 sqlServerStoredProcedureActivityTypeProperties ()

SqlServerStoredProcedureActivityTypeProperties

名稱 描述
storedProcedureName 預存程式名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。

SwitchActivity

名稱 描述
類型 活動的類型。 需要 『Switch』 ()
typeProperties 切換活動屬性。 SwitchActivityTypeProperties (必要)

SwitchActivityTypeProperties

名稱 描述
案例 對應至 『on』 屬性預期值的案例清單。 這是選擇性屬性,如果未提供,活動將會執行 defaultActivities 中提供的活動。 SwitchCase[]
defaultActivities 如果未滿足任何案例條件,則要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 Activity[]
on 評估為字串或整數的表達式。 這會用來判斷將執行的活動區塊。 需要表達式 ()

SwitchCase

名稱 描述
活動 要針對符合案例條件執行的活動清單。 Activity[]
符合 『on』 屬性之運算式結果的預期值。 字串

SynapseNotebookActivity

名稱 描述
類型 活動的類型。 需要 『SynapseNotebook』 ()
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 執行 Synapse Notebook 活動屬性。 需要 SynapseNotebookActivityTypeProperties ()

SynapseNotebookActivityTypeProperties

名稱 描述
conf Spark 組態屬性,這會覆寫您提供的筆記本 'conf'。
configurationType Spark 組態的類型。 'Artifact'
'Customized'
'Default'
driverSize 要用於會話之指定 Spark 集區中配置之驅動程式的核心和記憶體數目,將用於覆寫您提供的筆記本的 'driverCores' 和 'driverMemory'。 類型:字串 (或具有 resultType 字串的 Expression) 。
executorSize 要用於會話指定 Spark 集區中配置之執行程式的核心和記憶體數目,將用於覆寫您提供的筆記本的 'executorCores' 和 'executorMemory'。 類型:字串 (或具有 resultType 字串的 Expression) 。
notebook Synapse 筆記本參考。 需要 SynapseNotebookReference ()
numExecutors 要為此會話啟動的執行程式數目,這會覆寫您提供的筆記本 'numExecutors'。 類型:具有 resultType 整數) 的整數 (或 Expression。
參數 筆記本參數。 SynapseNotebookActivityTypePropertiesParameters
sparkConfig Spark 組態屬性。 SynapseNotebookActivityTypePropertiesSparkConfig
sparkPool 將用來執行筆記本的巨量數據集區名稱。 BigDataPoolParametrizationReference
targetSparkConfiguration Spark 作業的Spark組態。 SparkConfigurationParametrizationReference

SynapseNotebookReference

名稱 描述
referenceName 參考筆記本名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型 Synapse Notebook 參考類型。 需要 『NotebookReference』 ()

SynapseNotebookActivityTypePropertiesParameters

名稱 描述
{自定義屬性} NotebookParameter

NotebookParameter

名稱 描述
類型 Notebook 參數類型。 'bool'
'float'
'int'
'string'
Notebook 參數值。 類型:字串 (或具有 resultType 字串的 Expression) 。

SynapseNotebookActivityTypePropertiesSparkConfig

名稱 描述
{自定義屬性}

UntilActivity

名稱 描述
類型 活動的類型。 'Until' (必要)
typeProperties 直到活動屬性為止。 UntilActivityTypeProperties (必要)

UntilActivityTypeProperties

名稱 描述
活動 要執行的活動清單。 活動[] (必要)
expression 評估為布爾值的表達式。 迴圈會繼續,直到此表達式評估為 true 為止 需要表達式 ()
timeout 指定活動執行的逾時。 如果沒有指定任何值,則會採用 TimeSpan.FromDays (7) 的值,預設值為 1 周。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

ValidationActivity

名稱 描述
類型 活動的類型。 需要 『Validation』 ()
typeProperties 驗證活動屬性。 ValidationActivityTypeProperties (必要)

ValidationActivityTypeProperties

名稱 描述
childItems 如果數據集指向資料夾,則可以使用。 如果設定為 true,資料夾必須至少有一個檔案。 如果設定為 false,資料夾必須是空的。 Type:boolean (或 Expression with resultType boolean) 。
資料集 驗證活動數據集參考。 需要 DatasetReference ()
minimumSize 如果數據集指向檔案,可以使用。 檔案的大小必須大於或等於指定的值。 類型:具有 resultType 整數) 的整數 (或 Expression。
sleep 驗證嘗試之間的延遲 (以秒為單位)。 如果未指定任何值,則會使用10秒作為預設值。 類型:具有 resultType 整數) 的整數 (或 Expression。
timeout 指定活動執行的逾時。 如果沒有指定任何值,則會採用 TimeSpan.FromDays (7) 的值,預設值為 1 周。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

WaitActivity

名稱 描述
類型 活動的類型。 需要 『Wait』 ()
typeProperties 等候活動屬性。 WaitActivityTypeProperties (必要)

WaitActivityTypeProperties

名稱 描述
waitTimeInSeconds 以秒為單位的持續時間。 類型:具有 resultType 整數) 的整數 (或 Expression。

WebActivity

名稱 描述
類型 活動的類型。 'WebActivity' (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Web 活動屬性。 需要 WebActivityTypeProperties ()

WebActivityTypeProperties

名稱 描述
驗證 (authentication) 呼叫端點所使用的驗證方法。 WebActivityAuthentication
body 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 Expression with resultType string) 。
connectVia 整合執行階段參考資料。 IntegrationRuntimeReference
datasets 傳遞至 Web 端點的數據集清單。 DatasetReference[]
disableCertValidation 當設定為 true 時,將會停用憑證驗證。 bool
headers 表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 類型:字串 (或具有 resultType 字串的 Expression) 。 WebActivityTypePropertiesHeaders
httpRequestTimeout HTTP 要求取得回應的逾時。 格式為 TimeSpan (hh:mm:ss) 。 此值是取得回應的逾時,而不是活動逾時。 默認值為 00:01:00 (1 分鐘) 。 範圍從 1 到 10 分鐘
linkedServices 傳遞至 Web 端點的連結服務清單。 LinkedServiceReference[]
method 目標端點的 Rest API 方法。 'DELETE'
'GET'
'POST'
需要 『PUT』 ()
turnOffAsync 在 HTTP 202 回應的響應標頭中指定的位置上停用叫用 HTTP GET 的選項。 如果設為 true,它會停止在回應標頭中指定的 HTTP 位置上叫用 HTTP GET。 如果設定 false,則會繼續在 HTTP 回應標頭中指定的位置上叫用 HTTP GET 呼叫。 bool
url Web 活動目標端點和路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。

WebActivityAuthentication

名稱 描述
認證 (credential) 包含驗證資訊的認證參考。 CredentialReference
password 用於 ServicePrincipal 時,PFX 檔案的密碼或基本身份驗證/秘密 SecretBase
pfx 用於 ServicePrincipal 時,PFX 檔案或憑證的 Base64 編碼內容 SecretBase
資源 使用 MSI 驗證時,將會要求 Azure 驗證令牌的資源。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型 Web 活動驗證 (Basic/ClientCertificate/MSI/ServicePrincipal) 字串
使用者名稱 用於 ServicePrincipal 時,基本身份驗證的 Web 活動驗證使用者名稱或 ClientID。 類型:字串 (或具有 resultType 字串的 Expression) 。
userTenant 使用 ServicePrincipal 驗證時,將會要求 Azure 驗證令牌的 TenantId。 類型:字串 (或具有 resultType 字串的 Expression) 。

CredentialReference

名稱 描述
referenceName 參考認證名稱。 字串 (必要)
類型 認證參考類型。 'CredentialReference' (必要)
{自定義屬性}

WebActivityTypePropertiesHeaders

名稱 描述
{自定義屬性} 字串

WebHookActivity

名稱 描述
類型 活動的類型。 必要的 『WebHook』 ()
原則 活動原則。 SecureInputOutputPolicy
typeProperties WebHook 活動屬性。 需要 WebHookActivityTypeProperties ()

WebHookActivityTypeProperties

名稱 描述
驗證 (authentication) 呼叫端點所使用的驗證方法。 WebActivityAuthentication
body 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,不允許 GET 方法類型:字串 (或 Expression 搭配 resultType 字串) 。
headers 表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 類型:字串 (或具有 resultType 字串的 Expression) 。 WebHookActivityTypePropertiesHeaders
method 目標端點的 Rest API 方法。 必要) ('POST'
reportStatusOnCallBack 當設定為 true 時,活動將會取用回呼要求本文中的 statusCode、輸出和錯誤。 活動可以透過在回呼要求中設定 statusCode >= 400 來標示為失敗。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
timeout 應該回呼 Webhook 的逾時。 如果沒有指定任何值,則預設為10分鐘。 類型:字串。 模式: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 字串
url WebHook 活動目標端點和路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。

WebHookActivityTypePropertiesHeaders

名稱 描述
{自定義屬性} 字串

PipelineFolder

名稱 描述
NAME 這個管線所在的資料夾名稱。 字串

ParameterDefinitionSpecification

名稱 描述
{自定義屬性} ParameterSpecification

ParameterSpecification

名稱 描述
defaultValue 參數的預設值。
類型 參數類型。 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
需要 『String』 ()

PipelinePolicy

名稱 描述
elapsedTimeMetric 管線耗用時間計量原則。 PipelineElapsedTimeMetricPolicy

PipelineElapsedTimeMetricPolicy

名稱 描述
持續時間 TimeSpan 值,之後就會引發 Azure 監視計量。

PipelineRunDimensions

名稱 描述
{自定義屬性}

VariableDefinitionSpecification

名稱 描述
{自定義屬性} VariableSpecification

VariableSpecification

名稱 描述
defaultValue 變數的預設值。
類型 變數類型。 'Array'
'Bool'
需要 『String』 ()

快速入門範本

下列快速入門範本會部署此資源類型。

範本 描述
Azure Data Factory 可以執行更多功能 - 按下即可嘗試 Azure Data Factory

部署至 Azure
此範本會為從 Azure Blob 複製到另一個 Azure Blob 的複製活動建立數據處理站管線
建立 Data Factory,從 Salesforce 複製到 Blob

部署至 Azure
此範本會使用 Azure Data Factory 來執行從 Salesforce 到 Azure Blob 的數據移動
使用 Azure Data Factory 大量複製

部署至 Azure
此範本會建立 V2 數據處理站,將數據大量複製到 Azure SQL 資料庫至 Azure SQL 數據倉儲。
建立 V2 數據處理站

部署至 Azure
此範本會建立 V2 資料處理站,將資料從 Azure Blob 儲存體 的資料夾複製到記憶體中的另一個資料夾。
建立 V2 Data Factory (MySQL)

部署至 Azure
此範本會建立 V2 數據處理站,將資料從 Azure Blob 儲存體 的資料夾複製到 適用於 MySQL 的 Azure 資料庫 中的數據表。
建立 V2 Data Factory (PostGre)

部署至 Azure
此範本會建立 V2 資料處理站,將資料從 Azure Blob 儲存體 的資料夾複製到 適用於 PostgreSQL 的 Azure 資料庫 中的數據表。
建立 V2 Data Factory (SQL)

部署至 Azure
此範本會建立 V2 資料處理站,將資料從 Azure Blob 儲存體 的資料夾複製到 Azure SQL 資料庫中的數據表。
建立 V2 Data Factory (SQL 內部部署)

部署至 Azure
此範本會建立 V2 數據處理站,將數據從內部部署 SQL Server 複製到 Azure Blob 記憶體
建立 V2 Data Factory (Spark)

部署至 Azure
此範本會建立 V2 資料處理站,將資料從 Azure Blob 儲存體 的資料夾複製到記憶體中的另一個資料夾。

Terraform (AzAPI 提供者) 資源定義

處理站/管線資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。

資源格式

若要建立 Microsoft.DataFactory/factoryies/pipelines 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.DataFactory/factories/pipelines@2018-06-01"
  name = "string"
  parent_id = "string"
  body = jsonencode({
    properties = {
      activities = [
        {
          dependsOn = [
            {
              activity = "string"
              dependencyConditions = [
                "string"
              ]
            }
          ]
          description = "string"
          name = "string"
          onInactiveMarkAs = "string"
          state = "string"
          userProperties = [
            {
              name = "string"
            }
          ]
          type = "string"
          // For remaining properties, see Activity objects
        }
      ]
      annotations = [ object ]
      concurrency = int
      description = "string"
      folder = {
        name = "string"
      }
      parameters = {
        {customized property} = {
          type = "string"
        }
      }
      policy = {
        elapsedTimeMetric = {}
      }
      runDimensions = {}
      variables = {
        {customized property} = {
          type = "string"
        }
      }
    }
  })
}

活動物件

設定 type 屬性以指定物件的類型。

針對 AppendVariable,請使用:

  type = "AppendVariable"
  typeProperties = {
    variableName = "string"
  }

針對 AzureDataExplorerCommand,請使用:

  type = "AzureDataExplorerCommand"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {}

針對 AzureFunctionActivity,請使用:

  type = "AzureFunctionActivity"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    headers = {
      {customized property} = "string"
    }
    method = "string"
  }

針對 AzureMLBatchExecution,請使用:

  type = "AzureMLBatchExecution"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    globalParameters = {}
    webServiceInputs = {
      {customized property} = {
        linkedServiceName = {
          parameters = {}
          referenceName = "string"
          type = "LinkedServiceReference"
        }
      }
    }
    webServiceOutputs = {
      {customized property} = {
        linkedServiceName = {
          parameters = {}
          referenceName = "string"
          type = "LinkedServiceReference"
        }
      }
    }
  }

針對 AzureMLExecutePipeline,請使用:

  type = "AzureMLExecutePipeline"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {}

針對 AzureMLUpdateResource,請使用:

  type = "AzureMLUpdateResource"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    trainedModelLinkedServiceName = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
  }

針對 [複製],請使用:

  type = "Copy"
  inputs = [
    {
      parameters = {}
      referenceName = "string"
      type = "DatasetReference"
    }
  ]
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  outputs = [
    {
      parameters = {}
      referenceName = "string"
      type = "DatasetReference"
    }
  ]
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    logSettings = {
      copyActivityLogSettings = {}
      logLocationSettings = {
        linkedServiceName = {
          parameters = {}
          referenceName = "string"
          type = "LinkedServiceReference"
        }
      }
    }
    logStorageSettings = {
      linkedServiceName = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
    }
    preserve = [ object ]
    preserveRules = [ object ]
    redirectIncompatibleRowSettings = {}
    sink = {
      type = "string"
      // For remaining properties, see CopySink objects
    }
    skipErrorFile = {}
    source = {
      type = "string"
      // For remaining properties, see CopySource objects
    }
    stagingSettings = {
      linkedServiceName = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
    }
  }

針對 [自定義],請使用:

  type = "Custom"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    extendedProperties = {}
    referenceObjects = {
      datasets = [
        {
          parameters = {}
          referenceName = "string"
          type = "DatasetReference"
        }
      ]
      linkedServices = [
        {
          parameters = {}
          referenceName = "string"
          type = "LinkedServiceReference"
        }
      ]
    }
    resourceLinkedService = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
  }

針對 DatabricksNotebook,請使用:

  type = "DatabricksNotebook"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    baseParameters = {}
    libraries = [
      {
      }
    ]
  }

針對 DatabricksSparkJar,請使用:

  type = "DatabricksSparkJar"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    libraries = [
      {
      }
    ]
    parameters = [ object ]
  }

針對 DatabricksSparkPython,請使用:

  type = "DatabricksSparkPython"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    libraries = [
      {
      }
    ]
    parameters = [ object ]
  }

針對 DataLakeAnalyticsU-SQL,請使用:

  type = "DataLakeAnalyticsU-SQL"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    parameters = {}
    scriptLinkedService = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
  }

針對 [刪除],請使用:

  type = "Delete"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    dataset = {
      parameters = {}
      referenceName = "string"
      type = "DatasetReference"
    }
    logStorageSettings = {
      linkedServiceName = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
    }
    maxConcurrentConnections = int
    storeSettings = {
      type = "string"
      // For remaining properties, see StoreReadSettings objects
    }
  }

針對 ExecuteDataFlow,請使用:

  type = "ExecuteDataFlow"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    compute = {}
    dataFlow = {
      parameters = {}
      referenceName = "string"
      type = "DataFlowReference"
    }
    integrationRuntime = {
      parameters = {}
      referenceName = "string"
      type = "IntegrationRuntimeReference"
    }
    staging = {
      linkedService = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
    }
  }

針對 ExecutePipeline,請使用:

  type = "ExecutePipeline"
  policy = {
    secureInput = bool
  }
  typeProperties = {
    parameters = {}
    pipeline = {
      name = "string"
      referenceName = "string"
      type = "PipelineReference"
    }
    waitOnCompletion = bool
  }

針對 ExecuteSSISPackage,請使用:

  type = "ExecuteSSISPackage"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    connectVia = {
      parameters = {}
      referenceName = "string"
      type = "IntegrationRuntimeReference"
    }
    executionCredential = {
      password = {
        type = "string"
        value = "string"
      }
    }
    logLocation = {
      type = "File"
      typeProperties = {
        accessCredential = {
          password = {
            type = "string"
            // For remaining properties, see SecretBase objects
          }
        }
      }
    }
    packageConnectionManagers = {
      {customized property} = {
        {customized property} = {}
      }
    }
    packageLocation = {
      type = "string"
      typeProperties = {
        accessCredential = {
          password = {
            type = "string"
            // For remaining properties, see SecretBase objects
          }
        }
        childPackages = [
          {
            packageLastModifiedDate = "string"
            packageName = "string"
          }
        ]
        configurationAccessCredential = {
          password = {
            type = "string"
            // For remaining properties, see SecretBase objects
          }
        }
        packageLastModifiedDate = "string"
        packageName = "string"
        packagePassword = {
          type = "string"
          // For remaining properties, see SecretBase objects
        }
      }
    }
    packageParameters = {
      {customized property} = {}
    }
    projectConnectionManagers = {
      {customized property} = {
        {customized property} = {}
      }
    }
    projectParameters = {
      {customized property} = {}
    }
    propertyOverrides = {
      {customized property} = {
        isSensitive = bool
      }
    }
  }

針對 ExecuteWranglingDataflow,請使用:

  type = "ExecuteWranglingDataflow"
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    compute = {}
    dataFlow = {
      parameters = {}
      referenceName = "string"
      type = "DataFlowReference"
    }
    integrationRuntime = {
      parameters = {}
      referenceName = "string"
      type = "IntegrationRuntimeReference"
    }
    queries = [
      {
        dataflowSinks = [
          {
            dataset = {
              parameters = {}
              referenceName = "string"
              type = "DatasetReference"
            }
            description = "string"
            flowlet = {
              parameters = {}
              referenceName = "string"
              type = "DataFlowReference"
            }
            linkedService = {
              parameters = {}
              referenceName = "string"
              type = "LinkedServiceReference"
            }
            name = "string"
            rejectedDataLinkedService = {
              parameters = {}
              referenceName = "string"
              type = "LinkedServiceReference"
            }
            schemaLinkedService = {
              parameters = {}
              referenceName = "string"
              type = "LinkedServiceReference"
            }
            script = "string"
          }
        ]
        queryName = "string"
      }
    ]
    sinks = {
      {customized property} = {
        dataset = {
          parameters = {}
          referenceName = "string"
          type = "DatasetReference"
        }
        description = "string"
        flowlet = {
          parameters = {}
          referenceName = "string"
          type = "DataFlowReference"
        }
        linkedService = {
          parameters = {}
          referenceName = "string"
          type = "LinkedServiceReference"
        }
        name = "string"
        rejectedDataLinkedService = {
          parameters = {}
          referenceName = "string"
          type = "LinkedServiceReference"
        }
        schemaLinkedService = {
          parameters = {}
          referenceName = "string"
          type = "LinkedServiceReference"
        }
        script = "string"
      }
    }
    staging = {
      linkedService = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
    }
  }

針對 [失敗],請使用:

  type = "Fail"
  typeProperties = {}

針對 [篩選],請使用:

  type = "Filter"
  typeProperties = {
    condition = {
      type = "Expression"
      value = "string"
    }
    items = {
      type = "Expression"
      value = "string"
    }
  }

針對 ForEach,請使用:

  type = "ForEach"
  typeProperties = {
    activities = [
      {
        dependsOn = [
          {
            activity = "string"
            dependencyConditions = [
              "string"
            ]
          }
        ]
        description = "string"
        name = "string"
        onInactiveMarkAs = "string"
        state = "string"
        userProperties = [
          {
            name = "string"
          }
        ]
        type = "string"
        // For remaining properties, see Activity objects
      }
    ]
    batchCount = int
    isSequential = bool
    items = {
      type = "Expression"
      value = "string"
    }
  }

針對 GetMetadata,請使用:

  type = "GetMetadata"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    dataset = {
      parameters = {}
      referenceName = "string"
      type = "DatasetReference"
    }
    fieldList = [ object ]
    formatSettings = {
      type = "string"
      // For remaining properties, see FormatReadSettings objects
    }
    storeSettings = {
      type = "string"
      // For remaining properties, see StoreReadSettings objects
    }
  }

針對 HDInsightHive,請使用:

  type = "HDInsightHive"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    arguments = [ object ]
    defines = {}
    getDebugInfo = "string"
    queryTimeout = int
    scriptLinkedService = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
    storageLinkedServices = [
      {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
    ]
    variables = {}
  }

針對 HDInsightMapReduce,請使用:

  type = "HDInsightMapReduce"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    arguments = [ object ]
    defines = {}
    getDebugInfo = "string"
    jarLibs = [ object ]
    jarLinkedService = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
    storageLinkedServices = [
      {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
    ]
  }

針對 HDInsightPig,請使用:

  type = "HDInsightPig"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    defines = {}
    getDebugInfo = "string"
    scriptLinkedService = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
    storageLinkedServices = [
      {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
    ]
  }

針對 HDInsightSpark,請使用:

  type = "HDInsightSpark"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    arguments = [ object ]
    className = "string"
    getDebugInfo = "string"
    sparkConfig = {}
    sparkJobLinkedService = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
  }

針對 HDInsightStreaming,請使用:

  type = "HDInsightStreaming"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    arguments = [ object ]
    commandEnvironment = [ object ]
    defines = {}
    fileLinkedService = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
    filePaths = [ object ]
    getDebugInfo = "string"
    storageLinkedServices = [
      {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
    ]
  }

針對 IfCondition,請使用:

  type = "IfCondition"
  typeProperties = {
    expression = {
      type = "Expression"
      value = "string"
    }
    ifFalseActivities = [
      {
        dependsOn = [
          {
            activity = "string"
            dependencyConditions = [
              "string"
            ]
          }
        ]
        description = "string"
        name = "string"
        onInactiveMarkAs = "string"
        state = "string"
        userProperties = [
          {
            name = "string"
          }
        ]
        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"
          }
        ]
        type = "string"
        // For remaining properties, see Activity objects
      }
    ]
  }

針對 查閱,請使用:

  type = "Lookup"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    dataset = {
      parameters = {}
      referenceName = "string"
      type = "DatasetReference"
    }
    source = {
      type = "string"
      // For remaining properties, see CopySource objects
    }
  }

針對 腳本,請使用:

  type = "Script"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    logSettings = {
      logDestination = "string"
      logLocationSettings = {
        linkedServiceName = {
          parameters = {}
          referenceName = "string"
          type = "LinkedServiceReference"
        }
      }
    }
    scripts = [
      {
        parameters = [
          {
            direction = "string"
            size = int
            type = "string"
          }
        ]
        type = "string"
      }
    ]
  }

針對 SetVariable,請使用:

  type = "SetVariable"
  policy = {
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    setSystemVariable = bool
    variableName = "string"
  }

針對 SparkJob,請使用:

  type = "SparkJob"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    args = [ object ]
    configurationType = "string"
    files = [ object ]
    filesV2 = [ object ]
    pythonCodeReference = [ object ]
    sparkConfig = {}
    sparkJob = {
      type = "SparkJobDefinitionReference"
    }
    targetBigDataPool = {
      type = "BigDataPoolReference"
    }
    targetSparkConfiguration = {
      type = "SparkConfigurationReference"
    }
  }

針對 SqlServerStoredProcedure,請使用:

  type = "SqlServerStoredProcedure"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {}

針對 Switch,請使用:

  type = "Switch"
  typeProperties = {
    cases = [
      {
        activities = [
          {
            dependsOn = [
              {
                activity = "string"
                dependencyConditions = [
                  "string"
                ]
              }
            ]
            description = "string"
            name = "string"
            onInactiveMarkAs = "string"
            state = "string"
            userProperties = [
              {
                name = "string"
              }
            ]
            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"
          }
        ]
        type = "string"
        // For remaining properties, see Activity objects
      }
    ]
    on = {
      type = "Expression"
      value = "string"
    }
  }

針對 SynapseNotebook,請使用:

  type = "SynapseNotebook"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    configurationType = "string"
    notebook = {
      type = "NotebookReference"
    }
    parameters = {
      {customized property} = {
        type = "string"
      }
    }
    sparkConfig = {}
    sparkPool = {
      type = "BigDataPoolReference"
    }
    targetSparkConfiguration = {
      type = "SparkConfigurationReference"
    }
  }

針對 [直到],請使用:

  type = "Until"
  typeProperties = {
    activities = [
      {
        dependsOn = [
          {
            activity = "string"
            dependencyConditions = [
              "string"
            ]
          }
        ]
        description = "string"
        name = "string"
        onInactiveMarkAs = "string"
        state = "string"
        userProperties = [
          {
            name = "string"
          }
        ]
        type = "string"
        // For remaining properties, see Activity objects
      }
    ]
    expression = {
      type = "Expression"
      value = "string"
    }
  }

針對 [驗證],請使用:

  type = "Validation"
  typeProperties = {
    dataset = {
      parameters = {}
      referenceName = "string"
      type = "DatasetReference"
    }
  }

針對 [等候],請使用:

  type = "Wait"
  typeProperties = {}

針對 WebActivity,請使用:

  type = "WebActivity"
  linkedServiceName = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }
  policy = {
    retryIntervalInSeconds = int
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    authentication = {
      credential = {
        referenceName = "string"
        type = "CredentialReference"
      }
      password = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
      pfx = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
      type = "string"
    }
    connectVia = {
      parameters = {}
      referenceName = "string"
      type = "IntegrationRuntimeReference"
    }
    datasets = [
      {
        parameters = {}
        referenceName = "string"
        type = "DatasetReference"
      }
    ]
    disableCertValidation = bool
    headers = {
      {customized property} = "string"
    }
    linkedServices = [
      {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
    ]
    method = "string"
    turnOffAsync = bool
  }

針對 WebHook,請使用:

  type = "WebHook"
  policy = {
    secureInput = bool
    secureOutput = bool
  }
  typeProperties = {
    authentication = {
      credential = {
        referenceName = "string"
        type = "CredentialReference"
      }
      password = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
      pfx = {
        type = "string"
        // For remaining properties, see SecretBase objects
      }
      type = "string"
    }
    headers = {
      {customized property} = "string"
    }
    method = "POST"
    timeout = "string"
  }

CopySink 物件

設定 type 屬性以指定物件的類型。

針對 AvroSink,請使用:

  type = "AvroSink"
  formatSettings = {
    recordName = "string"
    recordNamespace = "string"
    type = "string"
  }
  storeSettings = {
    metadata = [
      {
      }
    ]
    type = "string"
    // For remaining properties, see StoreWriteSettings objects
  }

針對 AzureBlobFSSink,請使用:

  type = "AzureBlobFSSink"
  metadata = [
    {
    }
  ]

針對 AzureDatabricksDeltaLakeSink,請使用:

  type = "AzureDatabricksDeltaLakeSink"
  importSettings = {
    type = "string"
  }

針對 AzureDataExplorerSink,請使用:

  type = "AzureDataExplorerSink"

針對 AzureDataLakeStoreSink,請使用:

  type = "AzureDataLakeStoreSink"

針對 AzureMySqlSink,請使用:

  type = "AzureMySqlSink"

針對 AzurePostgreSqlSink,請使用:

  type = "AzurePostgreSqlSink"

針對 AzureQueueSink,請使用:

  type = "AzureQueueSink"

針對 AzureSearchIndexSink,請使用:

  type = "AzureSearchIndexSink"
  writeBehavior = "string"

針對 AzureSqlSink,請使用:

  type = "AzureSqlSink"
  upsertSettings = {}

針對 AzureTableSink,請使用:

  type = "AzureTableSink"

針對 BinarySink,請使用:

  type = "BinarySink"
  storeSettings = {
    metadata = [
      {
      }
    ]
    type = "string"
    // For remaining properties, see StoreWriteSettings objects
  }

針對 BlobSink,請使用:

  type = "BlobSink"
  metadata = [
    {
    }
  ]

針對 CommonDataServiceForAppsSink,請使用:

  type = "CommonDataServiceForAppsSink"
  writeBehavior = "Upsert"

針對 CosmosDbMongoDbApiSink,請使用:

  type = "CosmosDbMongoDbApiSink"

針對 CosmosDbSqlApiSink,請使用:

  type = "CosmosDbSqlApiSink"

針對 DelimitedTextSink,請使用:

  type = "DelimitedTextSink"
  formatSettings = {
    type = "string"
  }
  storeSettings = {
    metadata = [
      {
      }
    ]
    type = "string"
    // For remaining properties, see StoreWriteSettings objects
  }

針對 DocumentDbCollectionSink,請使用:

  type = "DocumentDbCollectionSink"

針對 DynamicsCrmSink,請使用:

  type = "DynamicsCrmSink"
  writeBehavior = "Upsert"

針對 DynamicsSink,請使用:

  type = "DynamicsSink"
  writeBehavior = "Upsert"

針對 FileSystemSink,請使用:

  type = "FileSystemSink"

針對 InformixSink,請使用:

  type = "InformixSink"

針對 JsonSink,請使用:

  type = "JsonSink"
  formatSettings = {
    type = "string"
  }
  storeSettings = {
    metadata = [
      {
      }
    ]
    type = "string"
    // For remaining properties, see StoreWriteSettings objects
  }

針對 LakeHouseTableSink,請使用:

  type = "LakeHouseTableSink"

針對 MicrosoftAccessSink,請使用:

  type = "MicrosoftAccessSink"

針對 MongoDbAtlasSink,請使用:

  type = "MongoDbAtlasSink"

針對 MongoDbV2Sink,請使用:

  type = "MongoDbV2Sink"

針對 OdbcSink,請使用:

  type = "OdbcSink"

針對 OracleSink,請使用:

  type = "OracleSink"

針對 OrcSink,請使用:

  type = "OrcSink"
  formatSettings = {
    type = "string"
  }
  storeSettings = {
    metadata = [
      {
      }
    ]
    type = "string"
    // For remaining properties, see StoreWriteSettings objects
  }

針對 ParquetSink,請使用:

  type = "ParquetSink"
  formatSettings = {
    type = "string"
  }
  storeSettings = {
    metadata = [
      {
      }
    ]
    type = "string"
    // For remaining properties, see StoreWriteSettings objects
  }

針對 RestSink,請使用:

  type = "RestSink"

針對 SalesforceServiceCloudSink,請使用:

  type = "SalesforceServiceCloudSink"
  writeBehavior = "string"

針對 SalesforceServiceCloudV2Sink,請使用:

  type = "SalesforceServiceCloudV2Sink"
  writeBehavior = "string"

針對 SalesforceSink,請使用:

  type = "SalesforceSink"
  writeBehavior = "string"

針對 SalesforceV2Sink,請使用:

  type = "SalesforceV2Sink"
  writeBehavior = "string"

針對 SapCloudForCustomerSink,請使用:

  type = "SapCloudForCustomerSink"
  writeBehavior = "string"

針對 SnowflakeSink,請使用:

  type = "SnowflakeSink"
  importSettings = {
    additionalCopyOptions = {}
    additionalFormatOptions = {}
    type = "string"
  }

針對 SnowflakeV2Sink,請使用:

  type = "SnowflakeV2Sink"
  importSettings = {
    additionalCopyOptions = {}
    additionalFormatOptions = {}
    type = "string"
  }

針對 SqlDWSink,請使用:

  type = "SqlDWSink"
  copyCommandSettings = {
    additionalOptions = {
      {customized property} = "string"
    }
    defaultValues = [
      {
      }
    ]
  }
  polyBaseSettings = {
    rejectType = "string"
  }
  upsertSettings = {}

針對 SqlMISink,請使用:

  type = "SqlMISink"
  upsertSettings = {}

針對 SqlServerSink,請使用:

  type = "SqlServerSink"
  upsertSettings = {}

針對 SqlSink,請使用:

  type = "SqlSink"
  upsertSettings = {}

針對 WarehouseSink,請使用:

  type = "WarehouseSink"
  copyCommandSettings = {
    additionalOptions = {
      {customized property} = "string"
    }
    defaultValues = [
      {
      }
    ]
  }

StoreWriteSettings 物件

設定 type 屬性以指定物件的類型。

針對 AzureBlobFSWriteSettings,請使用:

  type = "AzureBlobFSWriteSettings"

針對 AzureBlobStorageWriteSettings,請使用:

  type = "AzureBlobStorageWriteSettings"

針對 AzureDataLakeStoreWriteSettings,請使用:

  type = "AzureDataLakeStoreWriteSettings"

針對 AzureFileStorageWriteSettings,請使用:

  type = "AzureFileStorageWriteSettings"

針對 FileServerWriteSettings,請使用:

  type = "FileServerWriteSettings"

針對 LakeHouseWriteSettings,請使用:

  type = "LakeHouseWriteSettings"

針對 SftpWriteSettings,請使用:

  type = "SftpWriteSettings"

CopySource 物件

設定 type 屬性以指定物件的類型。

針對 AmazonMWSSource,請使用:

  type = "AmazonMWSSource"

針對 AmazonRdsForOracleSource,請使用:

  type = "AmazonRdsForOracleSource"
  partitionSettings = {}

針對 AmazonRdsForSqlServerSource,請使用:

  type = "AmazonRdsForSqlServerSource"
  partitionSettings = {}

針對 AmazonRedshiftSource,請使用:

  type = "AmazonRedshiftSource"
  redshiftUnloadSettings = {
    s3LinkedServiceName = {
      parameters = {}
      referenceName = "string"
      type = "LinkedServiceReference"
    }
  }

針對 AvroSource,請使用:

  type = "AvroSource"
  storeSettings = {
    type = "string"
    // For remaining properties, see StoreReadSettings objects
  }

針對 AzureBlobFSSource,請使用:

  type = "AzureBlobFSSource"

針對 AzureDatabricksDeltaLakeSource,請使用:

  type = "AzureDatabricksDeltaLakeSource"
  exportSettings = {
    type = "string"
  }

針對 AzureDataExplorerSource,請使用:

  type = "AzureDataExplorerSource"

針對 AzureDataLakeStoreSource,請使用:

  type = "AzureDataLakeStoreSource"

針對 AzureMariaDBSource,請使用:

  type = "AzureMariaDBSource"

針對 AzureMySqlSource,請使用:

  type = "AzureMySqlSource"

針對 AzurePostgreSqlSource,請使用:

  type = "AzurePostgreSqlSource"

針對 AzureSqlSource,請使用:

  type = "AzureSqlSource"
  partitionSettings = {}

針對 AzureTableSource,請使用:

  type = "AzureTableSource"

針對 BinarySource,請使用:

  type = "BinarySource"
  formatSettings = {
    compressionProperties = {
      type = "string"
      // For remaining properties, see CompressionReadSettings objects
    }
    type = "string"
  }
  storeSettings = {
    type = "string"
    // For remaining properties, see StoreReadSettings objects
  }

針對 BlobSource,請使用:

  type = "BlobSource"

針對 CassandraSource,請使用:

  type = "CassandraSource"
  consistencyLevel = "string"

針對 CommonDataServiceForAppsSource,請使用:

  type = "CommonDataServiceForAppsSource"

針對 ConcurSource,請使用:

  type = "ConcurSource"

針對 CosmosDbMongoDbApiSource,請使用:

  type = "CosmosDbMongoDbApiSource"
  cursorMethods = {}

針對 CosmosDbSqlApiSource,請使用:

  type = "CosmosDbSqlApiSource"

針對 CouchbaseSource,請使用:

  type = "CouchbaseSource"

針對 Db2Source,請使用:

  type = "Db2Source"

針對 DelimitedTextSource,請使用:

  type = "DelimitedTextSource"
  formatSettings = {
    compressionProperties = {
      type = "string"
      // For remaining properties, see CompressionReadSettings objects
    }
    type = "string"
  }
  storeSettings = {
    type = "string"
    // For remaining properties, see StoreReadSettings objects
  }

針對 DocumentDbCollectionSource,請使用:

  type = "DocumentDbCollectionSource"

針對 DrillSource,請使用:

  type = "DrillSource"

針對 DynamicsAXSource,請使用:

  type = "DynamicsAXSource"

針對 DynamicsCrmSource,請使用:

  type = "DynamicsCrmSource"

針對 DynamicsSource,請使用:

  type = "DynamicsSource"

針對 EloquaSource,請使用:

  type = "EloquaSource"

針對 ExcelSource,請使用:

  type = "ExcelSource"
  storeSettings = {
    type = "string"
    // For remaining properties, see StoreReadSettings objects
  }

針對 FileSystemSource,請使用:

  type = "FileSystemSource"

針對 GoogleAdWordsSource,請使用:

  type = "GoogleAdWordsSource"

針對 GoogleBigQuerySource,請使用:

  type = "GoogleBigQuerySource"

針對 GoogleBigQueryV2Source,請使用:

  type = "GoogleBigQueryV2Source"

針對 GreenplumSource,請使用:

  type = "GreenplumSource"

針對 HBaseSource,請使用:

  type = "HBaseSource"

針對 HdfsSource,請使用:

  type = "HdfsSource"
  distcpSettings = {}

針對 HiveSource,請使用:

  type = "HiveSource"

針對 HttpSource,請使用:

  type = "HttpSource"

針對 HubspotSource,請使用:

  type = "HubspotSource"

針對 ImpalaSource,請使用:

  type = "ImpalaSource"

針對 InformixSource,請使用:

  type = "InformixSource"

針對 JiraSource,請使用:

  type = "JiraSource"

針對 JsonSource,請使用:

  type = "JsonSource"
  formatSettings = {
    compressionProperties = {
      type = "string"
      // For remaining properties, see CompressionReadSettings objects
    }
    type = "string"
  }
  storeSettings = {
    type = "string"
    // For remaining properties, see StoreReadSettings objects
  }

針對 LakeHouseTableSource,請使用:

  type = "LakeHouseTableSource"

針對 MagentoSource,請使用:

  type = "MagentoSource"

針對 MariaDBSource,請使用:

  type = "MariaDBSource"

針對 MarketoSource,請使用:

  type = "MarketoSource"

針對 MicrosoftAccessSource,請使用:

  type = "MicrosoftAccessSource"

針對 MongoDbAtlasSource,請使用:

  type = "MongoDbAtlasSource"
  cursorMethods = {}

針對 MongoDbSource,請使用:

  type = "MongoDbSource"

針對 MongoDbV2Source,請使用:

  type = "MongoDbV2Source"
  cursorMethods = {}

針對 MySqlSource,請使用:

  type = "MySqlSource"

針對 NetezzaSource,請使用:

  type = "NetezzaSource"
  partitionSettings = {}

針對 ODataSource,請使用:

  type = "ODataSource"

針對 OdbcSource,請使用:

  type = "OdbcSource"

若為 Office365Source,請使用:

  type = "Office365Source"

針對 OracleServiceCloudSource,請使用:

  type = "OracleServiceCloudSource"

針對 OracleSource,請使用:

  type = "OracleSource"
  partitionSettings = {}

針對 OrcSource,請使用:

  type = "OrcSource"
  storeSettings = {
    type = "string"
    // For remaining properties, see StoreReadSettings objects
  }

針對 ParquetSource,請使用:

  type = "ParquetSource"
  formatSettings = {
    compressionProperties = {
      type = "string"
      // For remaining properties, see CompressionReadSettings objects
    }
    type = "string"
  }
  storeSettings = {
    type = "string"
    // For remaining properties, see StoreReadSettings objects
  }

針對 PaypalSource,請使用:

  type = "PaypalSource"

針對 PhoenixSource,請使用:

  type = "PhoenixSource"

針對 PostgreSqlSource,請使用:

  type = "PostgreSqlSource"

針對 PostgreSqlV2Source,請使用:

  type = "PostgreSqlV2Source"

針對 PrestoSource,請使用:

  type = "PrestoSource"

針對 QuickBooksSource,請使用:

  type = "QuickBooksSource"

針對 RelationalSource,請使用:

  type = "RelationalSource"

針對 ResponsysSource,請使用:

  type = "ResponsysSource"

針對 RestSource,請使用:

  type = "RestSource"

針對 SalesforceMarketingCloudSource,請使用:

  type = "SalesforceMarketingCloudSource"

針對 SalesforceServiceCloudSource,請使用:

  type = "SalesforceServiceCloudSource"

針對 SalesforceServiceCloudV2Source,請使用:

  type = "SalesforceServiceCloudV2Source"

針對 SalesforceSource,請使用:

  type = "SalesforceSource"

針對 SalesforceV2Source,請使用:

  type = "SalesforceV2Source"

針對 SapBwSource,請使用:

  type = "SapBwSource"

針對 SapCloudForCustomerSource,請使用:

  type = "SapCloudForCustomerSource"

針對 SapEccSource,請使用:

  type = "SapEccSource"

針對 SapHanaSource,請使用:

  type = "SapHanaSource"
  partitionSettings = {}

針對 SapOdpSource,請使用:

  type = "SapOdpSource"

針對 SapOpenHubSource,請使用:

  type = "SapOpenHubSource"

針對 SapTableSource,請使用:

  type = "SapTableSource"
  partitionSettings = {}

針對 ServiceNowSource,請使用:

  type = "ServiceNowSource"

針對 ServiceNowV2Source,請使用:

  type = "ServiceNowV2Source"
  expression = {
    operands = [
      {
      operator = "string"
      type = "string"
      value = "string"
  }

若為 SharePointOnlineListSource,請使用:

  type = "SharePointOnlineListSource"

針對 ShopifySource,請使用:

  type = "ShopifySource"

針對 SnowflakeSource,請使用:

  type = "SnowflakeSource"
  exportSettings = {
    additionalCopyOptions = {}
    additionalFormatOptions = {}
    type = "string"
  }

針對 SnowflakeV2Source,請使用:

  type = "SnowflakeV2Source"
  exportSettings = {
    additionalCopyOptions = {}
    additionalFormatOptions = {}
    type = "string"
  }

針對 SparkSource,請使用:

  type = "SparkSource"

針對 SqlDWSource,請使用:

  type = "SqlDWSource"
  partitionSettings = {}

針對 SqlMISource,請使用:

  type = "SqlMISource"
  partitionSettings = {}

針對 SqlServerSource,請使用:

  type = "SqlServerSource"
  partitionSettings = {}

針對 SqlSource,請使用:

  type = "SqlSource"
  partitionSettings = {}

針對 SquareSource,請使用:

  type = "SquareSource"

針對 SybaseSource,請使用:

  type = "SybaseSource"

針對 TeradataSource,請使用:

  type = "TeradataSource"
  partitionSettings = {}

針對 VerticaSource,請使用:

  type = "VerticaSource"

針對 WarehouseSource,請使用:

  type = "WarehouseSource"
  partitionSettings = {}

針對 WebSource,請使用:

  type = "WebSource"

針對 XeroSource,請使用:

  type = "XeroSource"

針對 XmlSource,請使用:

  type = "XmlSource"
  formatSettings = {
    compressionProperties = {
      type = "string"
      // For remaining properties, see CompressionReadSettings objects
    }
    type = "string"
  }
  storeSettings = {
    type = "string"
    // For remaining properties, see StoreReadSettings objects
  }

針對 ZohoSource,請使用:

  type = "ZohoSource"

StoreReadSettings 物件

設定 type 屬性以指定物件的類型。

針對 AmazonS3CompatibleReadSettings,請使用:

  type = "AmazonS3CompatibleReadSettings"

針對 AmazonS3ReadSettings,請使用:

  type = "AmazonS3ReadSettings"

針對 AzureBlobFSReadSettings,請使用:

  type = "AzureBlobFSReadSettings"

針對 AzureBlobStorageReadSettings,請使用:

  type = "AzureBlobStorageReadSettings"

針對 AzureDataLakeStoreReadSettings,請使用:

  type = "AzureDataLakeStoreReadSettings"

針對 AzureFileStorageReadSettings,請使用:

  type = "AzureFileStorageReadSettings"

針對 FileServerReadSettings,請使用:

  type = "FileServerReadSettings"

針對 FtpReadSettings,請使用:

  type = "FtpReadSettings"

針對 GoogleCloudStorageReadSettings,請使用:

  type = "GoogleCloudStorageReadSettings"

針對 HdfsReadSettings,請使用:

  type = "HdfsReadSettings"
  distcpSettings = {}

針對 HttpReadSettings,請使用:

  type = "HttpReadSettings"

針對 LakeHouseReadSettings,請使用:

  type = "LakeHouseReadSettings"

針對 OracleCloudStorageReadSettings,請使用:

  type = "OracleCloudStorageReadSettings"

針對 SftpReadSettings,請使用:

  type = "SftpReadSettings"

CompressionReadSettings 物件

設定 type 屬性以指定物件的類型。

針對 TarGZipReadSettings,請使用:

  type = "TarGZipReadSettings"

針對 TarReadSettings,請使用:

  type = "TarReadSettings"

針對 ZipDeflateReadSettings,請使用:

  type = "ZipDeflateReadSettings"

SecretBase 物件

設定 type 屬性以指定物件的類型。

針對 AzureKeyVaultSecret,請使用:

  type = "AzureKeyVaultSecret"
  store = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }

針對 SecureString,請使用:

  type = "SecureString"
  value = "string"

FormatReadSettings 物件

設定 type 屬性以指定物件的類型。

針對 BinaryReadSettings,請使用:

  type = "BinaryReadSettings"
  compressionProperties = {
    type = "string"
    // For remaining properties, see CompressionReadSettings objects
  }

針對 DelimitedTextReadSettings,請使用:

  type = "DelimitedTextReadSettings"
  compressionProperties = {
    type = "string"
    // For remaining properties, see CompressionReadSettings objects
  }

針對 JsonReadSettings,請使用:

  type = "JsonReadSettings"
  compressionProperties = {
    type = "string"
    // For remaining properties, see CompressionReadSettings objects
  }

針對 ParquetReadSettings,請使用:

  type = "ParquetReadSettings"
  compressionProperties = {
    type = "string"
    // For remaining properties, see CompressionReadSettings objects
  }

針對 XmlReadSettings,請使用:

  type = "XmlReadSettings"
  compressionProperties = {
    type = "string"
    // For remaining properties, see CompressionReadSettings objects
  }

屬性值

factoryies/pipelines

名稱 描述
類型 資源類型 “Microsoft.DataFactory/factories/pipelines@2018-06-01”
NAME 資源名稱 需要字串 ()

字元限制:1-260

合法字元:
不能使用:
<>*#.%&:\\+?/ 或控制字元

以英數字元開頭。
parent_id 此資源父系之資源的標識碼。 類型資源的標識碼: Factory
properties 管線的屬性。 需要管線 ()

準銷售案源

名稱 描述
活動 管線中的活動清單。 Activity[]
註解 可用於描述管線的標籤清單。 any[]
並行 管線的並行執行數目上限。 int

約束:
最小值 = 1
description 管線的描述。 字串
folder 這個管線所在的資料夾。 如果未指定,管線會出現在根層級。 PipelineFolder
參數 管線的參數清單。 ParameterDefinitionSpecification
原則 管線原則。 PipelinePolicy
runDimensions 管線發出的維度。 PipelineRunDimensions
變數 管線的變數清單。 VariableDefinitionSpecification

活動

Name 描述
dependsOn 活動取決於條件。 ActivityDependency[]
description 活動描述。 字串
NAME 活動名稱。 需要字串 ()
onInactiveMarkAs 當狀態設定為 [非使用中] 時,活動的狀態結果。 這是選擇性屬性,如果未在活動處於非作用中狀態時提供,則狀態預設會是 Succeeded。 “Failed”
“略過”
“Succeeded”
狀態 活動狀態。 這是選擇性屬性,如果未提供,則狀態預設為 [作用中]。 “Active”
“Inactive”
userProperties 活動用戶屬性。 UserProperty[]
類型 設定物件類型 AppendVariable
AzureDataExplorerCommand
AzureFunctionActivity
AzureMLBatchExecution
AzureMLExecutePipeline
AzureMLUpdateResource
複製
Custom
DatabricksNotebook
DatabricksSparkJar
DatabricksSparkPython
DataLakeAnalyticsU-SQL
刪除
ExecuteDataFlow
ExecutePipeline
ExecuteSSISPackage
ExecuteWranglingDataflow
失敗
Filter
ForEach
GetMetadata
HDInsightHive
HDInsightMapReduce
HDInsightPig
HDInsightSpark
HDInsightStreaming
IfCondition
查閱
指令碼
SetVariable
SparkJob
SqlServerStoredProcedure
開關
SynapseNotebook
Until
驗證
等候
WebActivity
需要 WebHook ()

ActivityDependency

名稱 描述
activity 活動名稱。 字串 (必要)
dependencyConditions 相依性 Match-Condition。 包含任何項目的字串數組:
“Completed”
“Failed”
“略過”
「成功」 (必要)
{自定義屬性}

UserProperty

名稱 描述
NAME 用戶屬性名稱。 字串 (必要)
用戶屬性值。 類型:字串 (或具有 resultType 字串的 Expression) 。

AppendVariableActivity

名稱 描述
類型 活動的類型。 必要) “AppendVariable” (
typeProperties 附加變數活動屬性。 AppendVariableActivityTypeProperties (必要)

AppendVariableActivityTypeProperties

名稱 描述
要附加的值。 類型:可以是變數專案的靜態值比對類型,或是具有變數專案 resultType 比對類型的 Expression
variableName 必須附加其值之變數的名稱。 字串

AzureDataExplorerCommandActivity

名稱 描述
類型 活動的類型。 “AzureDataExplorerCommand” (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Azure Data Explorer 命令活動屬性。 AzureDataExplorerCommandActivityTypeProperties (必要)

LinkedServiceReference

名稱 描述
參數 LinkedService 的自變數。 ParameterValueSpecification
referenceName 參考 LinkedService 名稱。 字串 (必要)
類型 連結服務參考類型。 必要 (“LinkedServiceReference”)

ParameterValueSpecification

名稱 描述
{自定義屬性}

ActivityPolicy

名稱 描述
retry 一般重試嘗試次數上限。 預設值為 0。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。
retryIntervalInSeconds 每次重試嘗試 (秒) 之間的間隔。 預設值為30秒。 int

約束:
最小值 = 30
最大值 = 86400
secureInput 當設定為 true 時,來自活動的輸入會被視為安全,而且不會記錄到監視。 bool
secureOutput 當設定為 true 時,活動輸出會被視為安全,且不會記錄到監視。 bool
timeout 指定活動執行的逾時。 默認逾時為 7 天。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
{自定義屬性}

AzureDataExplorerCommandActivityTypeProperties

名稱 描述
命令 控件命令,根據 Azure Data Explorer 命令語法。 類型:字串 (或具有 resultType 字串的 Expression) 。
commandTimeout 控制命令逾時。 類型:字串 (或具有 resultType 字串串的 Expression) 、 pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。)

AzureFunctionActivity

名稱 描述
類型 活動的類型。 必要) “AzureFunctionActivity” (
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Azure Function 活動屬性。 AzureFunctionActivityTypeProperties (必要)

AzureFunctionActivityTypeProperties

名稱 描述
body 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,不允許 GET 方法類型:字串 (或 Expression 搭配 resultType 字串) 。
functionName Azure 函式活動將呼叫的函式名稱。 類型:字串 (或具有 resultType 字串的 Expression)
headers 表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 類型:字串 (或具有 resultType 字串的 Expression) 。 AzureFunctionActivityTypePropertiesHeaders
method 目標端點的 Rest API 方法。 “DELETE”
“GET”
“HEAD”
“OPTIONS”
「POST」
“PUT”
“TRACE” (必要)

AzureFunctionActivityTypePropertiesHeaders

名稱 描述
{自定義屬性} 字串

AzureMLBatchExecutionActivity

名稱 描述
類型 活動的類型。 “AzureMLBatchExecution” (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Azure ML 批次執行活動屬性。 AzureMLBatchExecutionActivityTypeProperties (必要)

AzureMLBatchExecutionActivityTypeProperties

名稱 描述
globalParameters 要傳遞至 Azure ML 批次執行服務端點的索引鍵、值組。 索引鍵必須符合已發佈 Azure ML Web 服務中定義的 Web 服務參數名稱。 值將會傳入 Azure ML 批次執行要求的 GlobalParameters 屬性中。 AzureMLBatchExecutionActivityTypePropertiesGlobalPar...
webServiceInputs 索引鍵、值組,將 Azure ML 端點 Web 服務輸入的名稱對應至指定輸入 Blob 位置的 AzureMLWebServiceFile 物件。 此資訊將會在 Azure ML 批次執行要求的 WebServiceInputs 屬性中傳遞。 AzureMLBatchExecutionActivityTypePropertiesWebServic...
webServiceOutputs 索引鍵、值組,將 Azure ML 端點 Web 服務輸出的名稱對應至指定輸出 Blob 位置的 AzureMLWebServiceFile 物件。 此資訊將會傳入 Azure ML 批次執行要求的 WebServiceOutputs 屬性中。 AzureMLBatchExecutionActivityTypePropertiesWebServic...

AzureMLBatchExecutionActivityTypePropertiesGlobalPar...

名稱 描述
{自定義屬性}

AzureMLBatchExecutionActivityTypePropertiesWebServic...

名稱 描述
{自定義屬性} AzureMLWebServiceFile

AzureMLWebServiceFile

名稱 描述
filePath LinkedService 所指定之 Azure Blob 儲存體 中的相對檔案路徑,包括容器名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
linkedServiceName Azure 記憶體 LinkedService 的參考,其中 Azure ML WebService 輸入/輸出檔案。 需要 LinkedServiceReference ()

AzureMLBatchExecutionActivityTypePropertiesWebServic...

名稱 描述
{自定義屬性} AzureMLWebServiceFile

AzureMLExecutePipelineActivity

名稱 描述
類型 活動的類型。 “AzureMLExecutePipeline” (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Azure ML 執行管線活動屬性。 AzureMLExecutePipelineActivityTypeProperties (必要)

AzureMLExecutePipelineActivityTypeProperties

名稱 描述
continueOnStepFailure 如果步驟失敗,是否要繼續執行 PipelineRun 中的其他步驟。 此資訊將會傳入已發佈管線執行要求的continueOnStepFailure屬性中。 Type:boolean (或 Expression with resultType boolean) 。
dataPathAssignments 字典用於變更數據路徑指派,而不需重新定型。 值將會傳入已發佈管線執行要求的 dataPathAssignments 屬性中。 類型:具有 resultType 物件) 的物件 (或 Expression。
experimentName 執行管線執行的歷程記錄實驗名稱。 此資訊將會傳入已發佈管線執行要求的 ExperimentName 屬性中。 類型:字串 (或具有 resultType 字串的 Expression) 。
mlParentRunId 父 Azure ML 服務管線執行標識碼。此資訊將會傳入已發佈管線執行要求的 ParentRunId 屬性中。 類型:字串 (或具有 resultType 字串的 Expression) 。
mlPipelineEndpointId 已發佈 Azure ML 管線端點的標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。
mlPipelineId 已發佈 Azure ML 管線的標識碼。 類型:字串 (或具有 resultType 字串的 Expression) 。
mlPipelineParameters 要傳遞至已發佈 Azure ML 管線端點的索引鍵、值組。 索引鍵必須符合已發佈管線中定義的管線參數名稱。 值將會傳入已發佈管線執行要求的 ParameterAssignments 屬性中。 Type:具有索引鍵值組的物件, (或 Expression 搭配 resultType 物件) 。
version 已發佈的 Azure ML 管線端點版本。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureMLUpdateResourceActivity

名稱 描述
類型 活動的類型。 “AzureMLUpdateResource” (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Azure ML 更新資源管理活動屬性。 AzureMLUpdateResourceActivityTypeProperties (必要)

AzureMLUpdateResourceActivityTypeProperties

名稱 描述
trainedModelFilePath trainedModelLinkedService 中的相對檔案路徑,代表更新作業將上傳的 .ilearner 檔案。 類型:字串 (或具有 resultType 字串的 Expression) 。
trainedModelLinkedServiceName 保留更新作業將上傳之 .ilearner 檔案的 Azure 記憶體連結服務名稱。 需要 LinkedServiceReference ()
trainedModelName 要更新之 Web 服務實驗中定型模型模組的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

CopyActivity

名稱 描述
類型 活動的類型。 “Copy” (必要)
輸入 活動的輸入清單。 DatasetReference[]
linkedServiceName 連結服務參考。 LinkedServiceReference
outputs 活動的輸出清單。 DatasetReference[]
原則 活動原則。 ActivityPolicy
typeProperties 複製活動 屬性。 需要 CopyActivityTypeProperties ()

DatasetReference

名稱 描述
參數 數據集的自變數。 ParameterValueSpecification
referenceName 參考數據集名稱。 需要字串 ()
類型 數據集參考類型。 “DatasetReference” (必要)

CopyActivityTypeProperties

名稱 描述
dataIntegrationUnits 可用來執行此數據行動的數據整合單位數目上限。 Type:integer (或 Expression with resultType integer) ,minimum: 0。
enableSkipIncompatibleRow 是否略過不相容的數據列。 預設值為 False。 Type:boolean (或 Expression with resultType boolean) 。
enableStaging 指定是否要透過過渡暫存複製數據。 預設值為 False。 Type:boolean (或 Expression with resultType boolean) 。
logSettings 啟用記錄時,客戶需要提供的記錄設定。 LogSettings
logStorageSettings (已被取代。請使用 LogSettings) 啟用工作階段記錄時,客戶必須提供的記錄記憶體設定。 LogStorageSettings
parallelCopies 在來源或接收上開啟的並行會話數目上限,以避免多載數據存放區。 Type:integer (或 Expression with resultType integer) ,minimum: 0。
保留 保留規則。 any[]
preserveRules 保留規則。 any[]
redirectIncompatibleRowSettings 當 EnableSkipIncompatibleRow 為 true 時,重新導向不相容的數據列設定。 RedirectIncompatibleRowSettings
接收 複製活動 接收。 需要 CopySink ()
skipErrorFile 指定數據一致性的容錯。 SkipErrorFile
來源 複製活動 來源。 需要 CopySource ()
stagingSettings 指定 EnableStaging 為 true 時的過渡暫存設定。 StagingSettings
轉譯程式 複製活動 翻譯工具。 如果未指定,則會使用表格式翻譯工具。
validateDataConsistency 是否要啟用數據一致性驗證。 Type:boolean (或 Expression with resultType boolean) 。

LogSettings

名稱 描述
copyActivityLogSettings 指定複製活動記錄的設定。 CopyActivityLogSettings
enableCopyActivityLog 指定是否要啟用複製活動記錄。 Type:boolean (或 Expression with resultType boolean) 。
logLocationSettings 啟用記錄時,客戶必須提供的記錄位置設定。 LogLocationSettings (必要)

CopyActivityLogSettings

名稱 描述
enableReliableLogging 指定是否啟用可靠的記錄。 Type:boolean (或 Expression with resultType boolean) 。
logLevel 取得或設定記錄層級,支援:資訊、警告。 類型:字串 (或具有 resultType 字串的 Expression) 。

LogLocationSettings

名稱 描述
linkedServiceName 記錄記憶體連結服務參考。 需要 LinkedServiceReference ()
path 用來儲存活動執行詳細記錄的記憶體路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。

LogStorageSettings

名稱 描述
enableReliableLogging 指定是否啟用可靠的記錄。 Type:boolean (或 Expression with resultType boolean) 。
linkedServiceName 記錄記憶體連結服務參考。 需要 LinkedServiceReference ()
logLevel 取得或設定記錄層級,支援:資訊、警告。 類型:字串 (或具有 resultType 字串的 Expression) 。
path 用來儲存活動執行詳細記錄的記憶體路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
{自定義屬性}

RedirectIncompatibleRowSettings

名稱 描述
linkedServiceName 用於重新導向不相容數據列的 Azure 記憶體、記憶體 SAS 或 Azure Data Lake Store 連結服務的名稱。 如果指定 redirectIncompatibleRowSettings,則必須指定 。 類型:字串 (或具有 resultType 字串的 Expression) 。
path 儲存重新導向不相容數據列數據的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
{自定義屬性}

CopySink

名稱 描述
disableMetricsCollection 如果為 true,請停用數據存放區計量集合。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
maxConcurrentConnections 接收數據存放區的並行連接計數上限。 類型:具有 resultType 整數) 的整數 (或 Expression。
sinkRetryCount 接收重試計數。 類型:具有 resultType 整數) 的整數 (或 Expression。
sinkRetryWait 接收重試等候。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
writeBatchSize 寫入批次大小。 Type:integer (或 Expression with resultType integer) ,minimum: 0。
writeBatchTimeout 寫入批次逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
類型 設定物件類型 AvroSink
AzureBlobFSSink
AzureDatabricksDeltaLakeSink
AzureDataExplorerSink
AzureDataLakeStoreSink
AzureMySqlSink
AzurePostgreSqlSink
AzureQueueSink
AzureSearchIndexSink
AzureSqlSink
AzureTableSink
BinarySink
BlobSink
CommonDataServiceForAppsSink
CosmosDbMongoDbApiSink
CosmosDbSqlApiSink
DelimitedTextSink
DocumentDbCollectionSink
DynamicsCrmSink
DynamicsSink
FileSystemSink
InformixSink
JsonSink
LakeHouseTableSink
MicrosoftAccessSink
MongoDbAtlasSink
MongoDbV2Sink
OdbcSink
管線
OrcSink
ParquetSink
RestSink
SalesforceServiceCloudSink
SalesforceServiceCloudV2Sink
SalesforceSink
SalesforceV2Sink
SapCloudForCustomerSink
SnowflakeSink
SnowflakeV2Sink
管線
SqlMISink
SqlServerSink
管線
需要 WarehouseSink ()

AvroSink

名稱 描述
類型 複製接收類型。 “AvroSink” (必要)
formatSettings Avro 格式設定。 AvroWriteSettings
storeSettings Avro 存放區設定。 StoreWriteSettings

AvroWriteSettings

名稱 描述
fileNamePrefix 指定文件名模式 {fileNamePrefix}_{fileIndex}。從不含 partitionOptions 的非檔案式存放區複製時,{fileExtension}。 類型:字串 (或具有 resultType 字串的 Expression) 。
maxRowsPerFile 將寫入檔案的數據列計數限制為小於或等於指定的計數。 類型:具有 resultType 整數) 的整數 (或 Expression。
recordName 寫入結果中的最上層記錄名稱,AVRO 規格中是必要的。 字串
recordNamespace 寫入結果中的記錄命名空間。 字串
type 寫入設定類型。 需要字串 ()
{自定義屬性}

StoreWriteSettings

名稱 描述
copyBehavior 複製接收的複製行為類型。
disableMetricsCollection 如果為 true,請停用數據存放區計量集合。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
maxConcurrentConnections 源數據存放區的最大並行連接計數。 類型:具有 resultType 整數的整數 (或 Expression) 。
中繼資料 指定要新增至接收數據的自定義元數據。 類型:對象陣列 (,或具有物件之 resultType 陣列的物件陣列) 。 MetadataItem[]
類型 設定物件類型 AzureBlobFSWriteSettings
AzureBlobStorageWriteSettings
AzureDataLakeStoreWriteSettings
AzureFileStorageWriteSettings
FileServerWriteSettings
LakeHouseWriteSettings
需要 SftpWriteSettings ()

MetadataItem

名稱 描述
NAME 元數據專案索引鍵名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
元數據專案值。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureBlobFSWriteSettings

名稱 描述
類型 寫入設定類型。 “AzureBlobFSWriteSettings” (必要)
blockSizeInMB 指出將數據寫入 Blob 時,區塊大小 (MB) 。 類型:具有 resultType 整數的整數 (或 Expression) 。

AzureBlobStorageWriteSettings

名稱 描述
類型 寫入設定類型。 “AzureBlobStorageWriteSettings” (必要)
blockSizeInMB 指出將數據寫入 Blob 時,區塊大小 (MB) 。 類型:具有 resultType 整數的整數 (或 Expression) 。

AzureDataLakeStoreWriteSettings

名稱 描述
類型 寫入設定類型。 “AzureDataLakeStoreWriteSettings” (必要)
expiryDateTime 指定寫入檔案的到期時間。 此時間會以 "2018-12-01T05:00:00Z" 格式套用至 UTC 時區。 預設值為 NULL。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureFileStorageWriteSettings

名稱 描述
類型 寫入設定類型。 “AzureFileStorageWriteSettings” (必要)

FileServerWriteSettings

名稱 描述
類型 寫入設定類型。 “FileServerWriteSettings” (必要)

LakeHouseWriteSettings

名稱 描述
類型 寫入設定類型。 “LakeHouseWriteSettings” (必要)

SftpWriteSettings

名稱 描述
類型 寫入設定類型。 “SftpWriteSettings” (必要)
operationTimeout 指定將每個區塊寫入 SFTP 伺服器的逾時。 默認值:01:00:00 (一小時) 。 類型:字串 (或具有 resultType 字串的 Expression) 。
useTempFileRename 上傳至暫存盤, (s) 並重新命名。 如果您的 SFTP 伺服器不支援重新命名作業,請停用此選項。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。

AzureBlobFSSink

名稱 描述
類型 複製接收類型。 “AzureBlobFSSink” (必要)
copyBehavior 複製接收的複製行為類型。 類型:字串 (或具有 resultType 字串的 Expression) 。
中繼資料 指定要新增至接收數據的自定義元數據。 類型:對象陣列 (,或具有物件之 resultType 陣列的物件陣列) 。 MetadataItem[]

AzureDatabricksDeltaLakeSink

名稱 描述
類型 複製接收類型。 “AzureDatabricksDeltaLakeSink” (必要)
importSettings Azure Databricks Delta Lake 匯入設定。 AzureDatabricksDeltaLakeImportCommand
preCopyScript SQL 預先複製文稿。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureDatabricksDeltaLakeImportCommand

名稱 描述
dateFormat 在 Azure Databricks Delta Lake Copy 中指定 csv 的日期格式。 類型:字串 (或具有 resultType 字串的 Expression) 。
timestampFormat 在 Azure Databricks Delta Lake Copy 中指定 csv 的時間戳格式。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型 匯入設定類型。 字串 (必要)
{自定義屬性}

AzureDataExplorerSink

名稱 描述
類型 複製接收類型。 “AzureDataExplorerSink” (必要)
flushImmediately 如果設定為 true,則會略過任何匯總。 預設值為 false。 類型:布爾值。
ingestionMappingAsJson 以 json 格式提供的明確數據行對應描述。 類型:字串。
ingestionMappingName 目標 Kusto 數據表上定義的預先建立 csv 對應名稱。 類型:字串。

AzureDataLakeStoreSink

名稱 描述
類型 複製接收類型。 “AzureDataLakeStoreSink” (必要)
copyBehavior 複製接收的複製行為類型。 類型:字串 (或具有 resultType 字串的 Expression) 。
enableAdlsSingleFileParallel 單一檔案平行。

AzureMySqlSink

名稱 描述
類型 複製接收類型。 “AzureMySqlSink” (必要)
preCopyScript 啟動複本之前要執行的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzurePostgreSqlSink

名稱 描述
類型 複製接收類型。 “AzurePostgreSqlSink” (必要)
preCopyScript 啟動複本之前要執行的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureQueueSink

名稱 描述
類型 複製接收類型。 “AzureQueueSink” (必要)

AzureSearchIndexSink

名稱 描述
類型 複製接收類型。 “AzureSearchIndexSink” (必要)
writeBehavior 將檔向上插入 Azure 搜尋服務索引時,請指定寫入行為。 “Merge”
“上傳”

AzureSqlSink

名稱 描述
類型 複製接收類型。 “AzureSqlSink” (必要)
preCopyScript SQL 複製前腳本。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterStoredProcedureName SQL 寫入器預存程式名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterTableType SQL 寫入器數據表類型。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterUseTableLock 是否要在大量複製期間使用數據表鎖定。 Type:boolean (或 Expression with resultType boolean) 。
storedProcedureParameters SQL 預存程式參數。
storedProcedureTableTypeParameterName 數據表類型的預存程序參數名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableOption 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 類型:字串 (或具有 resultType 字串的 Expression) 。
upsertSettings SQL upsert 設定。 SqlUpsertSettings
writeBehavior 將數據複製到 Azure SQL 時的寫入行為。 類型:SqlWriteBehaviorEnum (或 Expression with resultType SqlWriteBehaviorEnum)

SqlUpsertSettings

名稱 描述
interimSchemaName 過渡數據表的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
金鑰 唯一數據列識別的索引鍵數據行名稱。 類型:字串陣列 (或 Expression,其中具有字串) 的 resultType 陣列。
useTempDB 指定是否要使用 temp db for upsert 過渡數據表。 Type:boolean (或 Expression with resultType boolean) 。

AzureTableSink

名稱 描述
類型 複製接收類型。 “AzureTableSink” (必要)
azureTableDefaultPartitionKeyValue Azure 資料表預設數據分割索引鍵值。 類型:字串 (或具有 resultType 字串的 Expression) 。
azureTableInsertType Azure 資料表插入類型。 類型:字串 (或具有 resultType 字串的 Expression) 。
azureTablePartitionKeyName Azure 資料表分割索引鍵名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
azureTableRowKeyName Azure 數據表數據列索引鍵名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

BinarySink

名稱 描述
類型 複製接收類型。 “BinarySink” (必要)
storeSettings 二進位存放區設定。 StoreWriteSettings

BlobSink

名稱 描述
類型 複製接收類型。 “BlobSink” (必要)
blobWriterAddHeader Blob 寫入器新增標頭。 Type:boolean (或 Expression with resultType boolean) 。
blobWriterDateTimeFormat Blob 寫入器的日期時間格式。 類型:字串 (或具有 resultType 字串的 Expression) 。
blobWriterOverwriteFiles Blob 寫入器會覆寫檔案。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
copyBehavior 複製接收的複製行為類型。
中繼資料 指定要新增至接收數據的自定義元數據。 類型:對象陣列 (,或具有物件之 resultType 陣列的物件陣列) 。 MetadataItem[]

CommonDataServiceForAppsSink

名稱 描述
類型 複製接收類型。 “CommonDataServiceForAppsSink” (必要)
alternateKeyName 替代索引鍵的邏輯名稱,會在更新插入記錄時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。
ignoreNullValues 旗標,指出是否忽略輸入數據集中的 Null 值 (,但寫入作業期間) 索引鍵欄位除外。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
writeBehavior 作業的寫入行為。 必要) 的 「Upsert」 (

CosmosDbMongoDbApiSink

名稱 描述
類型 複製接收類型。 “CosmosDbMongoDbApiSink” (必要)
writeBehavior 指定是否要覆寫相同索引鍵的檔, (upsert) ,而不是擲回例外狀況 (插入) 。 預設值為 「insert」。 類型:字串 (或具有 resultType 字串的 Expression) 。 類型:字串 (或具有 resultType 字串的 Expression) 。

CosmosDbSqlApiSink

名稱 描述
類型 複製接收類型。 “CosmosDbSqlApiSink” (必要)
writeBehavior 描述如何將資料寫入至 Azure Cosmos DB。 類型:字串 (或具有 resultType 字串的 Expression) 。 允許的值:insert 和 upsert。

DelimitedTextSink

名稱 描述
類型 複製接收類型。 必要的 「DelimitedTextSink」 ()
formatSettings DelimitedText 格式設定。 DelimitedTextWriteSettings
storeSettings DelimitedText 存放區設定。 StoreWriteSettings

DelimitedTextWriteSettings

名稱 描述
fileExtension 用來建立檔案的擴展名。 類型:字串 (或具有 resultType 字串的 Expression) 。
fileNamePrefix 指定文件名模式 {fileNamePrefix}_{fileIndex}。從沒有 partitionOptions 的非檔案式存放區複製時,{fileExtension}。 類型:字串 (或具有 resultType 字串的 Expression) 。
maxRowsPerFile 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:具有 resultType 整數的整數 (或 Expression) 。
quoteAllText 指出字串值是否一律以引號括住。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
類型 寫入設定類型。 字串 (必要)
{自定義屬性}

DocumentDbCollectionSink

名稱 描述
類型 複製接收類型。 “DocumentDbCollectionSink” (必要)
nestingSeparator 巢狀屬性分隔符。 預設為 。 。 類型:字串 (或具有 resultType 字串的 Expression) 。
writeBehavior 描述如何將資料寫入至 Azure Cosmos DB。 類型:字串 (或具有 resultType 字串的 Expression) 。 允許的值:insert 和 upsert。

DynamicsCrmSink

名稱 描述
類型 複製接收類型。 “DynamicsCrmSink” (必要)
alternateKeyName 替代索引鍵的邏輯名稱,會在更新插入記錄時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。
ignoreNullValues 旗標,指出是否忽略輸入數據集中的 Null 值 (,但寫入作業期間) 索引鍵欄位除外。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
writeBehavior 作業的寫入行為。 必要) 的 「Upsert」 (

DynamicsSink

名稱 描述
類型 複製接收類型。 必要 (「DynamicsSink」)
alternateKeyName 替代索引鍵的邏輯名稱,會在更新插入記錄時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。
ignoreNullValues 旗標,指出是否忽略輸入數據集中的 Null 值 (,但寫入作業期間) 索引鍵欄位除外。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
writeBehavior 作業的寫入行為。 必要) 的 「Upsert」 (

FileSystemSink

名稱 描述
類型 複製接收類型。 必要 (“FileSystemSink”)
copyBehavior 複製接收的複製行為類型。

InformixSink

名稱 描述
類型 複製接收類型。 ) 所需的 「InformixSink」 (
preCopyScript 啟動複本之前要執行的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

JsonSink

名稱 描述
類型 複製接收類型。 ) 所需的 「JsonSink」 (
formatSettings Json 格式設定。 JsonWriteSettings
storeSettings Json 存放區設定。 StoreWriteSettings

JsonWriteSettings

名稱 描述
filePattern JSON 的檔案模式。 此設定可控制將處理 JSON 物件的集合方式。 默認值為 『setOfObjects』。 它會區分大小寫。
類型 寫入設定類型。 字串 (必要)
{自定義屬性}

LakeHouseTableSink

名稱 描述
類型 複製接收類型。 “LakeHouseTableSink” (必要)
partitionNameList 從接收數據行指定資料分割資料行名稱。 類型:對象陣列 (,或具有物件之 resultType 陣列的物件陣列) 。
partitionOption 根據一或多個數據行,在資料夾結構中建立分割區。 每個相異數據行值 (組) 將會是新的分割區。 可能的值為:「None」、“PartitionByKey”
tableActionOption LakeHouse 數據表接收的數據表動作類型。 可能的值包括:「None」、“ Append” Overwrite”

MicrosoftAccessSink

名稱 描述
類型 複製接收類型。 “MicrosoftAccessSink” (必要)
preCopyScript 啟動複本之前要執行的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

MongoDbAtlasSink

名稱 描述
類型 複製接收類型。 “MongoDbAtlasSink” (必要)
writeBehavior 指定是否要覆寫相同索引鍵的檔, (upsert) ,而不是擲回例外狀況 (插入) 。 預設值為 「insert」。 類型:字串 (或具有 resultType 字串的 Expression) 。 類型:字串 (或具有 resultType 字串的 Expression) 。

MongoDbV2Sink

名稱 描述
類型 複製接收類型。 “MongoDbV2Sink” (必要)
writeBehavior 指定是否要覆寫相同索引鍵的檔, (upsert) ,而不是擲回例外狀況 (插入) 。 預設值為 「insert」。 類型:字串 (或具有 resultType 字串的 Expression) 。 類型:字串 (或具有 resultType 字串的 Expression) 。

OdbcSink

名稱 描述
類型 複製接收類型。 “OdbcSink” (必要)
preCopyScript 啟動複本之前要執行的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

管線

名稱 描述
類型 複製接收類型。 必要) “OracleSink” (
preCopyScript SQL 預先複製文稿。 類型:字串 (或具有 resultType 字串的 Expression) 。

OrcSink

名稱 描述
類型 複製接收類型。 必要 (「OrcSink」)
formatSettings ORC 格式設定。 OrcWriteSettings
storeSettings ORC 存放區設定。 StoreWriteSettings

OrcWriteSettings

名稱 描述
fileNamePrefix 指定文件名模式 {fileNamePrefix}_{fileIndex}。從沒有 partitionOptions 的非檔案式存放區複製時,{fileExtension}。 類型:字串 (或具有 resultType 字串的 Expression) 。
maxRowsPerFile 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:具有 resultType 整數的整數 (或 Expression) 。
類型 寫入設定類型。 字串 (必要)
{自定義屬性}

ParquetSink

名稱 描述
類型 複製接收類型。 必要的 「ParquetSink」 ()
formatSettings Parquet 格式設定。 ParquetWriteSettings
storeSettings Parquet 存放區設定。 StoreWriteSettings

ParquetWriteSettings

名稱 描述
fileNamePrefix 指定文件名模式 {fileNamePrefix}_{fileIndex}。從沒有 partitionOptions 的非檔案式存放區複製時,{fileExtension}。 類型:字串 (或具有 resultType 字串的 Expression) 。
maxRowsPerFile 限制寫入檔案的數據列計數小於或等於指定的計數。 類型:具有 resultType 整數的整數 (或 Expression) 。
類型 寫入設定類型。 字串 (必要)
{自定義屬性}

RestSink

名稱 描述
類型 複製接收類型。 需要 「RestSink」 ()
additionalHeaders 要求中對 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組 (值應該是字串類型) 。
httpCompressionType 使用最佳壓縮層級傳送壓縮格式的數據 Http 壓縮類型,預設值為 None。 唯一支持的選項是 Gzip。 類型:字串 (或具有 resultType 字串的 Expression) 。
httpRequestTimeout 逾時 (TimeSpan) 以取得 HTTP 回應。 逾時會取得回應,而非逾時讀取回應資料。 默認值:00:01:40。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
requestInterval 在傳送下一個要求之前等候的時間,以毫秒為單位
requestMethod 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 POST。 類型:字串 (或具有 resultType 字串的 Expression) 。

SalesforceServiceCloudSink

名稱 描述
類型 複製接收類型。 “SalesforceServiceCloudSink” (必要)
externalIdFieldName upsert 作業的外部識別碼欄位的名稱。 預設值為 『Id』 資料行。 類型:字串 (或具有 resultType 字串的 Expression) 。
ignoreNullValues 旗標,指出是否要忽略輸入數據集中的 Null 值 (,但寫入作業期間) 索引鍵欄位除外。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保留不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
writeBehavior 作業的寫入行為。 預設值為 Insert。 “Insert”
“Upsert”

SalesforceServiceCloudV2Sink

名稱 描述
類型 複製接收類型。 “SalesforceServiceCloudV2Sink” (必要)
externalIdFieldName upsert 作業的外部識別碼欄位的名稱。 預設值為 『Id』 資料行。 類型:字串 (或具有 resultType 字串的 Expression) 。
ignoreNullValues 旗標,指出是否要忽略輸入數據集中的 Null 值 (,但寫入作業期間) 索引鍵欄位除外。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保留不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
writeBehavior 作業的寫入行為。 預設值為 Insert。 “Insert”
“Upsert”

SalesforceSink

名稱 描述
類型 複製接收類型。 ) 所需的 「SalesforceSink」 (
externalIdFieldName upsert 作業的外部識別碼欄位的名稱。 預設值為 『Id』 資料行。 類型:字串 (或具有 resultType 字串的 Expression) 。
ignoreNullValues 旗標,指出是否要忽略輸入數據集中的 Null 值 (,但寫入作業期間) 索引鍵欄位除外。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保留不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
writeBehavior 作業的寫入行為。 預設值為 Insert。 “Insert”
“Upsert”

SalesforceV2Sink

名稱 描述
類型 複製接收類型。 “SalesforceV2Sink” (必要)
externalIdFieldName upsert 作業的外部識別碼欄位的名稱。 預設值為 『Id』 資料行。 類型:字串 (或具有 resultType 字串的 Expression) 。
ignoreNullValues 旗標,指出是否要忽略輸入數據集中的 Null 值 (,但寫入作業期間) 索引鍵欄位除外。 預設值為 False。 如果設定為 true,表示當執行 upsert/update 作業時,ADF 會將目的地物件中的數據保留不變,並在執行插入作業時插入定義的預設值,而 ADF 會在執行 upsert/update 作業時,將目的地物件中的數據更新為 NULL,並在執行插入作業時插入 NULL 值。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
writeBehavior 作業的寫入行為。 預設值為 Insert。 “Insert”
“Upsert”

SapCloudForCustomerSink

名稱 描述
類型 複製接收類型。 “SapCloudForCustomerSink” (必要)
httpRequestTimeout 逾時 (TimeSpan) 以取得 HTTP 回應。 逾時會取得回應,而非逾時讀取回應資料。 默認值:00:05:00。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
writeBehavior 作業的寫入行為。 預設值為 『Insert』。 “Insert”
“Update”

SnowflakeSink

名稱 描述
類型 複製接收類型。 “SnowflakeSink” (必要)
importSettings Snowflake 匯入設定。 SnowflakeImportCopyCommand
preCopyScript SQL 預先複製文稿。 類型:字串 (或具有 resultType 字串的 Expression) 。

SnowflakeImportCopyCommand

名稱 描述
additionalCopyOptions 直接傳遞至雪花式複製命令的其他複製選項。 類型:索引鍵值組 (值應該是字串類型,) (或Expression搭配 resultType 物件) 。 範例:“additionalCopyOptions”: { “DATE_FORMAT”: “MM/DD/YYYY”, “TIME_FORMAT”: “'HH24:MI:SS。FF'“ } SnowflakeImportCopyCommandAdditionalCopyOptions
additionalFormatOptions 直接傳遞至雪花複製命令的其他格式選項。 類型:索引鍵值組 (值應該是字串類型,) (或Expression搭配 resultType 物件) 。 範例:“additionalFormatOptions”: { “FORCE”: “TRUE”, “LOAD_UNCERTAIN_FILES”: “'FALSE'” } SnowflakeImportCopyCommandAdditionalFormatOptions
類型 匯入設定類型。 字串 (必要)
{自定義屬性}

SnowflakeImportCopyCommandAdditionalCopyOptions

名稱 描述
{自定義屬性}

SnowflakeImportCopyCommandAdditionalFormatOptions

名稱 描述
{自定義屬性}

SnowflakeV2Sink

名稱 描述
類型 複製接收類型。 “SnowflakeV2Sink” (必要)
importSettings Snowflake 匯入設定。 SnowflakeImportCopyCommand
preCopyScript SQL 預先複製文稿。 類型:字串 (或具有 resultType 字串的 Expression) 。

管線

名稱 描述
類型 複製接收類型。 ) 所需的 「SqlDWSink」 (
allowCopyCommand 指出使用複製命令將數據複製到 SQL Data Warehouse。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
allowPolyBase 指出若適用,請使用PolyBase將資料複製到SQL Data Warehouse。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
copyCommandSettings 指定allowCopyCommand為 true 時的複製命令相關設定。 DWCopyCommandSettings
polyBaseSettings 當allowPolyBase為 true 時,指定PolyBase相關設定。 PolybaseSettings
preCopyScript SQL 預先複製文稿。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterUseTableLock 是否要在大量複製期間使用數據表鎖定。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
tableOption 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 類型:字串 (或具有 resultType 字串的 Expression) 。
upsertSettings SQL DW upsert 設定。 SqlDWUpsertSettings
writeBehavior 將數據複製到 Azure SQL DW 時寫入行為。 類型:SqlDWWriteBehaviorEnum (或 Expression 搭配 resultType SqlDWWriteBehaviorEnum)

DWCopyCommandSettings

名稱 描述
additionalOptions 在複製命令中直接傳遞至 SQL DW 的其他選項。 類型:索引鍵值組 (值應該是字串類型,) (或Expression搭配 resultType 物件) 。 範例:“additionalOptions”: { “MAXERRORS”: “1000”, “DATEFORMAT”: “'ymd'” } DWCopyCommandSettingsAdditionalOptions
defaultValues 指定 SQL DW 中每個目標資料行的預設值。 屬性中的預設值會覆寫 DB 中設定的 DEFAULT 條件約束,而識別數據行不能有預設值。 類型:對象陣列 (,或具有物件之 resultType 陣列的物件陣列) 。 DWCopyCommandDefaultValue[]

DWCopyCommandSettingsAdditionalOptions

名稱 描述
{自定義屬性} 字串

DWCopyCommandDefaultValue

名稱 描述
columnName 資料行名稱。 類型:具有 resultType 字串) 的物件 (或 Expression。
defaultValue 資料行的預設值。 類型:具有 resultType 字串) 的物件 (或 Expression。

PolybaseSettings

名稱 描述
rejectSampleValue 決定在 PolyBase 重新計算拒絕數據列百分比之前,要嘗試擷取的數據列數目。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。
rejectType 拒絕類型。 “percentage”
“value”
rejectValue 指定在查詢失敗之前可以拒絕的資料列數目或百分比。 Type:number (或 expression with resultType number) ,minimum: 0。
useTypeDefault 指定當 PolyBase 從文字檔擷取資料時,如何處理分隔符號文字檔中遺漏的值。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
{自定義屬性}

SqlDWUpsertSettings

名稱 描述
interimSchemaName 臨時表的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
金鑰 唯一數據列識別的索引鍵數據行名稱。 類型:字串陣列 (或 Expression,具有字串的 resultType 陣列) 。

SqlMISink

名稱 描述
類型 複製接收類型。 ) 所需的 「SqlMISink」 (
preCopyScript SQL 預先複製文稿。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterStoredProcedureName SQL 寫入器預存程式名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterTableType SQL 寫入器數據表類型。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterUseTableLock 是否要在大量複製期間使用數據表鎖定。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
storedProcedureParameters SQL 預存程式參數。
storedProcedureTableTypeParameterName 數據表類型的預存程序參數名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableOption 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 類型:字串 (或具有 resultType 字串的 Expression) 。
upsertSettings SQL upsert 設定。 SqlUpsertSettings
writeBehavior 將數據複製到 Azure SQL MI 時的白色行為。 類型:具有 resultType 字串的字串 (或 Expression)

SqlServerSink

名稱 描述
類型 複製接收類型。 “SqlServerSink” (必要)
preCopyScript SQL 複製前腳本。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterStoredProcedureName SQL 寫入器預存程式名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterTableType SQL 寫入器數據表類型。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterUseTableLock 是否要在大量複製期間使用數據表鎖定。 Type:boolean (或 Expression with resultType boolean) 。
storedProcedureParameters SQL 預存程式參數。
storedProcedureTableTypeParameterName 數據表類型的預存程序參數名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableOption 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 類型:字串 (或具有 resultType 字串的 Expression) 。
upsertSettings SQL upsert 設定。 SqlUpsertSettings
writeBehavior 將資料複製到 SQL Server 時寫入行為。 類型:字串 (或具有 resultType 字串的 Expression) 。

管線

名稱 描述
類型 複製接收類型。 “SqlSink” (必要)
preCopyScript SQL 複製前腳本。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterStoredProcedureName SQL 寫入器預存程式名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterTableType SQL 寫入器數據表類型。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlWriterUseTableLock 是否要在大量複製期間使用數據表鎖定。 Type:boolean (或 Expression with resultType boolean) 。
storedProcedureParameters SQL 預存程式參數。
storedProcedureTableTypeParameterName 數據表類型的預存程序參數名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableOption 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 類型:字串 (或具有 resultType 字串的 Expression) 。
upsertSettings SQL upsert 設定。 SqlUpsertSettings
writeBehavior 將數據複製到 sql 時寫入行為。 類型:字串 (或具有 resultType 字串的 Expression) 。

WarehouseSink

名稱 描述
類型 複製接收類型。 “WarehouseSink” (必要)
allowCopyCommand 指示使用複製命令將數據複製到 SQL Data Warehouse。 Type:boolean (或 Expression with resultType boolean) 。
copyCommandSettings 當allowCopyCommand為 true 時,指定複製命令相關設定。 DWCopyCommandSettings
preCopyScript SQL 複製前腳本。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableOption 處理接收數據表的選項,例如 autoCreate。 目前僅支援 『autoCreate』 值。 類型:字串 (或具有 resultType 字串的 Expression) 。
writeBehavior 將數據複製到 Azure Microsoft Fabric Data Warehouse 時的寫入行為。 類型:DWWriteBehaviorEnum (或 Expression with resultType DWWriteBehaviorEnum)

SkipErrorFile

名稱 描述
dataInconsistency 如果其他並行寫入變更來源/接收檔案,請略過。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
fileMissing 如果其他客戶端在複製期間刪除檔案,請略過。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。

CopySource

名稱 描述
disableMetricsCollection 如果為 true,請停用數據存放區計量集合。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
maxConcurrentConnections 源數據存放區的最大並行連接計數。 類型:具有 resultType 整數的整數 (或 Expression) 。
sourceRetryCount 來源重試計數。 類型:具有 resultType 整數的整數 (或 Expression) 。
sourceRetryWait 來源重試等候。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
類型 設定物件類型 AmazonMWSSource
AmazonRdsForOracleSource
AmazonRdsForSqlServerSource
AmazonRedshiftSource
AvroSource
AzureBlobFSSource
AzureDatabricksDeltaLakeSource
AzureDataExplorerSource
AzureDataLakeStoreSource
AzureMariaDBSource
AzureMySqlSource
AzurePostgreSqlSource
AzureSqlSource
AzureTableSource
BinarySource
BlobSource
CassandraSource
CommonDataServiceForAppsSource
ConcurSource
CosmosDbMongoDbApiSource
CosmosDbSqlApiSource
CouchbaseSource
Db2Source
DelimitedTextSource
DocumentDbCollectionSource
DrillSource
DynamicsAXSource
DynamicsCrmSource
DynamicsSource
EloquaSource
ExcelSource
FileSystemSource
GoogleAdWordsSource
GoogleBigQuerySource
GoogleBigQueryV2Source
GreenplumSource
HBaseSource
HdfsSource
HiveSource
HttpSource
HubspotSource
ImpalaSource
InformixSource
JiraSource
JsonSource
LakeHouseTableSource
MagentoSource
MariaDBSource
MarketoSource
MicrosoftAccessSource
MongoDbAtlasSource
MongoDbSource
MongoDbV2Source
MySqlSource
NetezzaSource
ODataSource
OdbcSource
Office365Source
OracleServiceCloudSource
oracleReaderQuery
OrcSource
ParquetSource
PaypalSource
PhoenixSource
PostgreSqlSource
PostgreSqlV2Source
PrestoSource
QuickBooksSource
RelationalSource
ResponsysSource
RestSource
SalesforceMarketingCloudSource
SalesforceServiceCloudSource
SalesforceServiceCloudV2Source
SalesforceSource
SalesforceV2Source
SapBwSource
SapCloudForCustomerSource
SapEccSource
SapHanaSource
SapOdpSource
SapOpenHubSource
SapTableSource
ServiceNowSource
ServiceNowV2Source
SharePointOnlineListSource
ShopifySource
SnowflakeSource
SnowflakeV2Source
SparkSource
SqlDWSource
SqlMISource
SqlServerSource
SqlSource
SquareSource
SybaseSource
TeradataSource
VerticaSource
WarehouseSource
WebSource
XeroSource
XmlSource
需要 ZohoSource ()

AmazonMWSSource

名稱 描述
類型 複製來源類型。 “AmazonMWSSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

AmazonRdsForOracleSource

名稱 描述
類型 複製來源類型。 “AmazonRdsForOracleSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
oracleReaderQuery AmazonRdsForOracle 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionOption 將平行讀取 AmazonRdsForOracle 的數據分割機制。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionSettings 將用於 AmazonRdsForOracle 來源數據分割的設定。 AmazonRdsForOraclePartitionSettings
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

AmazonRdsForOraclePartitionSettings

名稱 描述
partitionColumnName 整數類型的數據行名稱,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionLowerBound partitionColumnName 中指定的數據行最小值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionNames AmazonRdsForOracle 數據表的實體分割區名稱。
partitionUpperBound partitionColumnName 中指定的數據行最大值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。

AmazonRdsForSqlServerSource

名稱 描述
類型 複製來源類型。 “AmazonRdsForSqlServerSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
isolationLevel 指定 SQL 來源的異動鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionOption 將用於平行讀取 Sql 的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。
partitionSettings 將用於 Sql 來源數據分割的設定。 SqlPartitionSettings
produceAdditionalTypes 要產生的其他類型。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
sqlReaderQuery SQL 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlReaderStoredProcedureName SQL Database 來源的預存程式名稱。 這不能與 SqlReaderQuery 同時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。

SqlPartitionSettings

名稱 描述
partitionColumnName 整數或日期時間類型中用於繼續數據分割的數據行名稱。 如果未指定,則會自動偵測資料表的主索引鍵作為分割資料行。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionLowerBound 分割區範圍分割的分割區資料行最小值。 這個值用於決定分割區的跨距,而不是用於篩選資料表中的資料列。 資料表或查詢結果中的所有資料列都會進行分割和複製。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionUpperBound 分割區範圍分割的分割區資料行最大值。 這個值用於決定分割區的跨距,而不是用於篩選資料表中的資料列。 資料表或查詢結果中的所有資料列都會進行分割和複製。 類型:字串 (或具有 resultType 字串的 Expression) 。

AmazonRedshiftSource

名稱 描述
類型 複製來源類型。 “AmazonRedshiftSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
redshiftUnloadSettings 從 Amazon Redshift 複製並卸除時,過渡 Amazon S3 所需的 Amazon S3 設定。 如此一來,Amazon Redshift 來源的數據會先卸載到 S3,然後再從過渡 S3 複製到目標接收。 RedshiftUnloadSettings

RedshiftUnloadSettings

名稱 描述
bucketName 過渡 Amazon S3 的貯體,用來儲存從 Amazon Redshift 來源卸除的數據。 貯體必須與 Amazon Redshift 來源位於相同的區域中。 類型:字串 (或具有 resultType 字串的 Expression) 。
s3LinkedServiceName 從 Amazon Redshift 來源複製時,將用於卸載作業的 Amazon S3 連結服務名稱。 需要 LinkedServiceReference ()

AvroSource

名稱 描述
類型 複製來源類型。 “AvroSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
storeSettings Avro 存放區設定。 StoreReadSettings

StoreReadSettings

名稱 描述
disableMetricsCollection 如果為 true,請停用數據存放區計量集合。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
maxConcurrentConnections 源數據存放區的並行連接計數上限。 類型:具有 resultType 整數) 的整數 (或 Expression。
類型 設定物件類型 AmazonS3CompatibleReadSettings
AmazonS3ReadSettings
AzureBlobFSReadSettings
AzureBlobStorageReadSettings
AzureDataLakeStoreReadSettings
AzureFileStorageReadSettings
FileServerReadSettings
FtpReadSettings
GoogleCloudStorageReadSettings
HdfsReadSettings
HttpReadSettings
LakeHouseReadSettings
OracleCloudStorageReadSettings
需要 SftpReadSettings ()

AmazonS3CompatibleReadSettings

名稱 描述
類型 讀取設定類型。 “AmazonS3CompatibleReadSettings” (必要)
deleteFilesAfterCompletion 指出在複製完成之後是否需要刪除原始程序檔。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
enablePartitionDiscovery 指出是否要啟用數據分割探索。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
fileListPath 指向文本檔,其中列出每個檔案 (您想要複製之數據集中所設定路徑的相對路徑) 。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開始。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定數據分割探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
prefix S3 Compatible 物件名稱的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
wildcardFileName Amazon S3 相容通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath Amazon S3 兼容通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

AmazonS3ReadSettings

名稱 描述
類型 讀取設定類型。 “AmazonS3ReadSettings” (必要)
deleteFilesAfterCompletion 指出在複製完成之後是否需要刪除原始程序檔。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
enablePartitionDiscovery 指出是否要啟用數據分割探索。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
fileListPath 指向文本檔,其中列出每個檔案 (您想要複製之數據集中所設定路徑的相對路徑) 。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開始。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定數據分割探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
prefix S3 物件名稱的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
wildcardFileName AmazonS3 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath AmazonS3 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureBlobFSReadSettings

名稱 描述
類型 讀取設定類型。 “AzureBlobFSReadSettings” (必要)
deleteFilesAfterCompletion 指出在複製完成之後是否需要刪除原始程序檔。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
wildcardFileName Azure blobFS 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath Azure blobFS 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureBlobStorageReadSettings

名稱 描述
類型 讀取設定類型。 “AzureBlobStorageReadSettings” (必要)
deleteFilesAfterCompletion 指出原始程序檔是否需要在複製完成之後刪除。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
prefix Azure Blob 名稱的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
wildcardFileName Azure Blob 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath Azure Blob 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureDataLakeStoreReadSettings

名稱 描述
類型 讀取設定類型。 “AzureDataLakeStoreReadSettings” (必要)
deleteFilesAfterCompletion 指出原始程序檔是否需要在複製完成之後刪除。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
listAfter 根據檔案/資料夾名稱的語彙順序, (獨佔) 值之後,清單 檔案。 適用於數據集中的 folderPath,以及篩選 folderPath 底下的檔案/子資料夾。 類型:字串 (或具有 resultType 字串的 Expression) 。
listBefore 根據檔案/資料夾名稱的語彙順序,清單 值 (內含) 之前的檔案。 適用於數據集中的 folderPath,以及篩選 folderPath 底下的檔案/子資料夾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
wildcardFileName ADLS 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath ADLS 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureFileStorageReadSettings

名稱 描述
類型 讀取設定類型。 “AzureFileStorageReadSettings” (必要)
deleteFilesAfterCompletion 指出在複製完成之後是否需要刪除原始程序檔。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
enablePartitionDiscovery 指出是否要啟用數據分割探索。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
fileListPath 指向文本檔,其中列出每個檔案 (您想要複製之數據集中所設定路徑的相對路徑) 。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開始。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定數據分割探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
prefix 從根路徑開始之 Azure 檔名的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
wildcardFileName Azure 檔案記憶體通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath Azure 檔案記憶體通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

FileServerReadSettings

名稱 描述
類型 讀取設定類型。 “FileServerReadSettings” (必要)
deleteFilesAfterCompletion 指出在複製完成之後是否需要刪除原始程序檔。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
enablePartitionDiscovery 指出是否要啟用數據分割探索。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
fileFilter 指定要用來在 folderPath (而不是所有檔案) 中選取檔案子集的篩選器。 類型:字串 (或具有 resultType 字串的 Expression) 。
fileListPath 指向文本檔,其中列出每個檔案 (您想要複製之數據集中所設定路徑的相對路徑) 。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開始。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定數據分割探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
wildcardFileName FileServer 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath FileServer 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

FtpReadSettings

名稱 描述
類型 讀取設定類型。 必要) “FtpReadSettings” (
deleteFilesAfterCompletion 指出在複製完成之後是否需要刪除原始程序檔。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
disableChunking 如果為 true,請停用每個檔案內的平行讀取。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
useBinaryTransfer 指定是否要使用 FTP 存放區的二進位傳輸模式。 Type:boolean (或 Expression with resultType boolean) 。
wildcardFileName Ftp 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath Ftp wildcardFolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

GoogleCloudStorageReadSettings

名稱 描述
類型 讀取設定類型。 “GoogleCloudStorageReadSettings” (必要)
deleteFilesAfterCompletion 指出原始程序檔是否需要在複製完成之後刪除。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
prefix Google Cloud Storage 物件名稱的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
wildcardFileName Google Cloud Storage 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath Google Cloud Storage wildcardFolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

HdfsReadSettings

名稱 描述
類型 讀取設定類型。 “HdfsReadSettings” (必要)
deleteFilesAfterCompletion 指出原始程序檔是否需要在複製完成之後刪除。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
distcpSettings 指定 Distcp 相關設定。 DistcpSettings
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
wildcardFileName HDFS 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath HDFS 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

DistcpSettings

名稱 描述
distcpOptions 指定 Distcp 選項。 類型:字串 (或具有 resultType 字串的 Expression) 。
resourceManagerEndpoint 指定 Yarn ResourceManager 端點。 類型:字串 (或具有 resultType 字串的 Expression) 。
tempScriptPath 指定將用來儲存暫存 Distcp 命令腳本的現有資料夾路徑。 指令碼檔案是由 ADF 產生,並會在複製作業完成後移除。 類型:字串 (或具有 resultType 字串的 Expression) 。

HttpReadSettings

名稱 描述
類型 讀取設定類型。 “HttpReadSettings” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
additionalHeaders 要求中對 RESTful API 的其他 HTTP 標頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
requestBody 如果 requestMethod 是 POST,則為 RESTful API 的 HTTP 要求本文。 類型:字串 (或具有 resultType 字串的 Expression) 。
requestMethod 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 類型:字串 (或具有 resultType 字串的 Expression) 。
requestTimeout 指定 HTTP 用戶端從 HTTP 伺服器取得 HTTP 回應的逾時。 類型:字串 (或具有 resultType 字串的 Expression) 。

LakeHouseReadSettings

名稱 描述
類型 讀取設定類型。 必要) “LakeHouseReadSettings” (
deleteFilesAfterCompletion 指出在複製完成之後是否需要刪除原始程序檔。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
enablePartitionDiscovery 指出是否要啟用數據分割探索。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
fileListPath 指向文本檔,其中列出每個檔案 (您想要複製之數據集中所設定路徑的相對路徑) 。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開始。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定數據分割探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
wildcardFileName Microsoft Fabric LakeHouse Files 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath Microsoft Fabric LakeHouse Files 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

OracleCloudStorageReadSettings

名稱 描述
類型 讀取設定類型。 “OracleCloudStorageReadSettings” (必要)
deleteFilesAfterCompletion 指出在複製完成之後是否需要刪除原始程序檔。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
enablePartitionDiscovery 指出是否要啟用數據分割探索。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
fileListPath 指向文本檔,其中列出每個檔案 (您想要複製之數據集中所設定路徑的相對路徑) 。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開始。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
prefix Oracle Cloud Storage 物件名稱的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
wildcardFileName Oracle Cloud Storage 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath Oracle 雲端記憶體通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

SftpReadSettings

名稱 描述
類型 讀取設定類型。 “SftpReadSettings” (必要)
deleteFilesAfterCompletion 指出原始程序檔是否需要在複製完成之後刪除。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
disableChunking 如果為 true,請停用每個檔案內的平行讀取。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
enablePartitionDiscovery 指出是否啟用數據分割探索。 Type:boolean (或 Expression with resultType boolean) 。
fileListPath 指向列出每個檔案的文字檔, (您想要複製之數據集中所設定路徑) 相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd 檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart 檔案修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionRootPath 指定分割區探索從中開始的根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
wildcardFileName Sftp 通配符FileName。 類型:字串 (或具有 resultType 字串的 Expression) 。
wildcardFolderPath Sftp 通配符FolderPath。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureBlobFSSource

名稱 描述
類型 複製來源類型。 “AzureBlobFSSource” (必要)
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
skipHeaderLineCount 要從每個 Blob 略過的標頭行數。 類型:具有 resultType 整數) 的整數 (或 Expression。
treatEmptyAsNull 將空白視為 Null。 Type:boolean (或 Expression with resultType boolean) 。

AzureDatabricksDeltaLakeSource

名稱 描述
類型 複製來源類型。 “AzureDatabricksDeltaLakeSource” (必要)
exportSettings Azure Databricks Delta Lake 匯出設定。 AzureDatabricksDeltaLakeExportCommand
查詢 Azure Databricks Delta Lake Sql 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureDatabricksDeltaLakeExportCommand

名稱 描述
dateFormat 在 Azure Databricks Delta Lake Copy 中指定 csv 的日期格式。 類型:字串 (或具有 resultType 字串的 Expression) 。
timestampFormat 在 Azure Databricks Delta Lake Copy 中指定 csv 的時間戳格式。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型 匯出設定類型。 需要字串 ()
{自定義屬性}

AzureDataExplorerSource

名稱 描述
類型 複製來源類型。 “AzureDataExplorerSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
noTruncation 布爾值選項的名稱,控制截斷是否套用至超出特定數據列計數限制的結果集。
查詢 資料庫查詢。 應該是 Kusto 查詢語言 (KQL) 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

AzureDataLakeStoreSource

名稱 描述
類型 複製來源類型。 “AzureDataLakeStoreSource” (必要)
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。

AzureMariaDBSource

名稱 描述
類型 複製來源類型。 “AzureMariaDBSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

AzureMySqlSource

名稱 描述
類型 複製來源類型。 “AzureMySqlSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

AzurePostgreSqlSource

名稱 描述
類型 複製來源類型。 “AzurePostgreSqlSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

AzureSqlSource

名稱 描述
類型 複製來源類型。 “AzureSqlSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
isolationLevel 指定 SQL 來源的異動鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionOption 將用於平行讀取 Sql 的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionSettings 將用於 Sql 來源數據分割的設定。 SqlPartitionSettings
produceAdditionalTypes 要產生的其他類型。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
sqlReaderQuery SQL 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlReaderStoredProcedureName SQL Database 來源的預存程式名稱。 這不能與 SqlReaderQuery 同時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。

AzureTableSource

名稱 描述
類型 複製來源類型。 “AzureTableSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
azureTableSourceIgnoreTableNotFound 找不到 Azure 資料表來源忽略數據表。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
AzureTableSourceQuery Azure 數據表來源查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

BinarySource

名稱 描述
類型 複製來源類型。 “BinarySource” (必要)
formatSettings 二進位格式設定。 BinaryReadSettings
storeSettings 二進位存放區設定。 StoreReadSettings

BinaryReadSettings

名稱 描述
compressionProperties 壓縮設定。 CompressionReadSettings
類型 讀取設定類型。 字串 (必要)
{自定義屬性}

CompressionReadSettings

名稱 描述
類型 設定物件類型 TarGZipReadSettings
TarReadSettings
需要 ZipD (ReadSettings)

TarGZipReadSettings

名稱 描述
類型 [壓縮] 設定類型。 “TarGZipReadSettings” (必要)
preserveCompressionFileNameAsFolder 保留壓縮檔名作為資料夾路徑。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。

TarReadSettings

名稱 描述
類型 [壓縮] 設定類型。 必要 (「TarReadSettings」)
preserveCompressionFileNameAsFolder 保留壓縮檔名作為資料夾路徑。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。

ZipDeflateReadSettings

名稱 描述
類型 [壓縮] 設定類型。 必要) “ZipD (ateReadSettings”
preserveZipFileNameAsFolder 保留 zip 檔名作為資料夾路徑。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。

BlobSource

名稱 描述
類型 複製來源類型。 “BlobSource” (必要)
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
skipHeaderLineCount 要從每個 Blob 略過的標頭行數。 類型:具有 resultType 整數) 的整數 (或 Expression。
treatEmptyAsNull 將空白視為 Null。 Type:boolean (或 Expression with resultType boolean) 。

CassandraSource

名稱 描述
類型 複製來源類型。 “CassandraSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
consistencyLevel 一致性層級會指定在將數據傳回用戶端應用程式之前,必須回應讀取要求多少 Cassandra 伺服器。 Cassandra 會檢查指定的 Cassandra 伺服器數目,以取得符合讀取要求的數據。 必須是 cassandraSourceReadConsistencyLevels 的其中一個。 預設值為 『ONE』。 而且不區分大小寫。 “ALL”
“EACH_QUORUM”
“LOCAL_ONE”
“LOCAL_QUORUM”
“LOCAL_SERIAL”
“ONE”
“QUORUM”
“SERIAL”
“THREE”
“TWO”
查詢 資料庫查詢。 應該是 SQL-92 查詢表示式或 Cassandra 查詢語言 (CQL) 命令。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

CommonDataServiceForAppsSource

名稱 描述
類型 複製來源類型。 “CommonDataServiceForAppsSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 FetchXML 是專屬的查詢語言,用於 Microsoft Common Data Service for Apps (在線 & 內部部署) 。 類型:字串 (或具有 resultType 字串的 Expression) 。

ConcurSource

名稱 描述
類型 複製來源類型。 “ConcurSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

CosmosDbMongoDbApiSource

名稱 描述
類型 複製來源類型。 “CosmosDbMongoDbApiSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
batchSize 指定要在回應的每個批次中從 MongoDB 執行個體傳回的文件數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:具有 resultType 整數) 的整數 (或 Expression。
cursorMethods Mongodb 查詢的數據指標方法。 MongoDbCursorMethodsProperties
filter 使用查詢運算子指定選取範圍篩選。 若要傳回集合中的所有文件,請省略此參數,或傳遞空白文件 ({})。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

MongoDbCursorMethodsProperties

名稱 描述
limit 指定伺服器傳回的文件數目上限。 limit () 類似於 SQL 資料庫中的 LIMIT 語句。 類型:具有 resultType 整數) 的整數 (或 Expression。
project 指定要在符合查詢篩選條件之檔中傳回的欄位。 若要傳回比對文件中的所有欄位,請省略此參數。 類型:字串 (或具有 resultType 字串的 Expression) 。
skip 指定略過的檔數目,以及 MongoDB 開始傳回結果的位置。 此方法在實作編頁結果時可能很有用。 類型:具有 resultType 整數) 的整數 (或 Expression。
sort 指定查詢傳回比對文件的順序。 類型:字串 (或具有 resultType 字串的 Expression) 。 類型:字串 (或具有 resultType 字串的 Expression) 。
{自定義屬性}

CosmosDbSqlApiSource

名稱 描述
類型 複製來源類型。 “CosmosDbSqlApiSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
detectDatetime 是否將基本值偵測為 datetime 值。 Type:boolean (或 Expression with resultType boolean) 。
pageSize 結果的頁面大小。 類型:具有 resultType 整數) 的整數 (或 Expression。
preferredRegions 慣用的區域。 類型:字串陣列 (或 Expression,其中具有字串) 的 resultType 陣列。
查詢 SQL API 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

CouchbaseSource

名稱 描述
類型 複製來源類型。 “CouchbaseSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

Db2Source

名稱 描述
類型 複製來源類型。 “Db2Source” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

DelimitedTextSource

名稱 描述
類型 複製來源類型。 “DelimitedTextSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
formatSettings DelimitedText 格式設定。 DelimitedTextReadSettings
storeSettings DelimitedText 存放區設定。 StoreReadSettings

DelimitedTextReadSettings

名稱 描述
compressionProperties 壓縮設定。 CompressionReadSettings
skipLineCount 表示從輸入檔讀取資料時會略過非空白資料列的數目。 類型:具有 resultType 整數) 的整數 (或 Expression。
類型 讀取設定類型。 需要字串 ()
{自定義屬性}

DocumentDbCollectionSource

名稱 描述
類型 複製來源類型。 “DocumentDbCollectionSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
nestingSeparator 巢狀屬性分隔符。 類型:字串 (或具有 resultType 字串的 Expression) 。
查詢 文件查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

DrillSource

名稱 描述
類型 複製來源類型。 “DrillSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

DynamicsAXSource

名稱 描述
類型 複製來源類型。 “DynamicsAXSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
httpRequestTimeout 逾時 (TimeSpan) 以取得 HTTP 回應。 逾時會取得回應,而非逾時讀取回應資料。 默認值:00:05:00。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

DynamicsCrmSource

名稱 描述
類型 複製來源類型。 “DynamicsCrmSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 FetchXML 是專屬的查詢語言,Microsoft Dynamics CRM (用於在線 & 在線 & 內部部署) 。 類型:字串 (或具有 resultType 字串的 Expression) 。

DynamicsSource

名稱 描述
類型 複製來源類型。 “DynamicsSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 FetchXML 是一個在 Microsoft Dynamics (線上版和內部部署版) 中使用的專屬查詢語言。 類型:字串 (或具有 resultType 字串的 Expression) 。

EloquaSource

名稱 描述
類型 複製來源類型。 “EloquaSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

ExcelSource

名稱 描述
類型 複製來源類型。 “ExcelSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
storeSettings Excel 市集設定。 StoreReadSettings

FileSystemSource

名稱 描述
類型 複製來源類型。 “FileSystemSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。

GoogleAdWordsSource

名稱 描述
類型 複製來源類型。 “GoogleAdWordsSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

GoogleBigQuerySource

名稱 描述
類型 複製來源類型。 ) 所需的 「GoogleBigQuerySource」 (
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

GoogleBigQueryV2Source

名稱 描述
類型 複製來源類型。 “GoogleBigQueryV2Source” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

GreenplumSource

名稱 描述
類型 複製來源類型。 必要) “GreenplumSource” (
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

HBaseSource

名稱 描述
類型 複製來源類型。 “HBaseSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

HdfsSource

名稱 描述
類型 複製來源類型。 ) 所需的 「HdfsSource」 (
distcpSettings 指定 Distcp 相關設定。 DistcpSettings
遞迴 如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。

HiveSource

名稱 描述
類型 複製來源類型。 必要 (“HiveSource”)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

HttpSource

名稱 描述
類型 複製來源類型。 “HttpSource” (必要)
httpRequestTimeout 指定 HTTP 用戶端從 HTTP 伺服器取得 HTTP 回應的逾時。 默認值相當於 System.Net.HttpWebRequest.Timeout。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

HubspotSource

名稱 描述
類型 複製來源類型。 ) 所需的 「HubspotSource」 (
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

ImpalaSource

名稱 描述
類型 複製來源類型。 必要 (「ImpalaSource」)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

InformixSource

名稱 描述
類型 複製來源類型。 必要) “InformixSource” (
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

JiraSource

名稱 描述
類型 複製來源類型。 “JiraSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

JsonSource

名稱 描述
類型 複製來源類型。 “JsonSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
formatSettings Json 格式設定。 JsonReadSettings
storeSettings Json 存放區設定。 StoreReadSettings

JsonReadSettings

名稱 描述
compressionProperties 壓縮設定。 CompressionReadSettings
類型 讀取設定類型。 需要字串 ()
{自定義屬性}

LakeHouseTableSource

名稱 描述
類型 複製來源類型。 “LakeHouseTableSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
timestampAsOf 依時間戳查詢較舊的快照集。 類型:字串 (或具有 resultType 字串的 Expression) 。
versionAsOf 依版本查詢較舊的快照集。 類型:具有 resultType 整數) 的整數 (或 Expression。

MagentoSource

名稱 描述
類型 複製來源類型。 “MagentoSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

MariaDBSource

名稱 描述
類型 複製來源類型。 “MariaDBSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

MarketoSource

名稱 描述
類型 複製來源類型。 “MarketoSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

MicrosoftAccessSource

名稱 描述
類型 複製來源類型。 “MicrosoftAccessSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

MongoDbAtlasSource

名稱 描述
類型 複製來源類型。 “MongoDbAtlasSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
batchSize 指定要在回應的每個批次中從 MongoDB Atlas 執行個體傳回的文件數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:具有 resultType 整數) 的整數 (或 Expression。
cursorMethods Mongodb 查詢的數據指標方法 MongoDbCursorMethodsProperties
filter 使用查詢運算子指定選取範圍篩選。 若要傳回集合中的所有文件,請省略此參數,或傳遞空白文件 ({})。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

MongoDbSource

名稱 描述
類型 複製來源類型。 “MongoDbSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 應該是 SQL-92 查詢運算式。 類型:字串 (或具有 resultType 字串的 Expression) 。

MongoDbV2Source

名稱 描述
類型 複製來源類型。 “MongoDbV2Source” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
batchSize 指定要在回應的每個批次中從 MongoDB 執行個體傳回的文件數目。 在大部分情況下,修改批次大小不會影響使用者或應用程式。 此屬性的主要用途是避免達到回應大小的限制。 類型:具有 resultType 整數) 的整數 (或 Expression。
cursorMethods Mongodb 查詢的數據指標方法 MongoDbCursorMethodsProperties
filter 使用查詢運算子指定選取範圍篩選。 若要傳回集合中的所有文件,請省略此參數,或傳遞空白文件 ({})。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

MySqlSource

名稱 描述
類型 複製來源類型。 “MySqlSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

NetezzaSource

名稱 描述
類型 複製來源類型。 “NetezzaSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
partitionOption 將用於平行讀取 Netezza 的數據分割機制。 可能的值包括:「None」、“DataSlice”、“DynamicRange”。
partitionSettings 將用於 Netezza 來源資料分割的設定。 NetezzaPartitionSettings
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

NetezzaPartitionSettings

名稱 描述
partitionColumnName 整數類型的數據行名稱,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionLowerBound partitionColumnName 中指定的數據行最小值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionUpperBound partitionColumnName 中指定的數據行最大值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。

ODataSource

名稱 描述
類型 複製來源類型。 “ODataSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
httpRequestTimeout 逾時 (TimeSpan) 以取得 HTTP 回應。 逾時會取得回應,而非逾時讀取回應資料。 默認值: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”。 類型:字串 (或具有 resultType 字串的 Expression) 。

OdbcSource

名稱 描述
類型 複製來源類型。 “OdbcSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

Office365Source

名稱 描述
類型 複製來源類型。 “Office365Source” (必要)
allowedGroups 包含所有使用者的群組。 類型:字串陣列 (或 Expression,其中具有字串) 的 resultType 陣列。
dateFilterColumn 要套用 {paramref name=“StartTime”/} 和 {paramref name=“EndTime”/} 的數據行。 類型:字串 (或具有 resultType 字串的 Expression) 。
EndTime 此數據集所要求範圍的結束時間。 類型:字串 (或具有 resultType 字串的 Expression) 。
outputColumns 要從 Office 365 數據表讀取的數據行。 類型:對象陣列 (或 Expression,其中具有物件的 resultType 陣列) 。 itemType:OutputColumn。 範例: [ { “name”: “Id” }, { “name”: “CreatedDateTime” } ]
startTime 此數據集所要求範圍的開始時間。 類型:字串 (或具有 resultType 字串的 Expression) 。
userScopeFilterUri 用戶範圍 URI。 類型:字串 (或具有 resultType 字串的 Expression) 。

OracleServiceCloudSource

名稱 描述
類型 複製來源類型。 “OracleServiceCloudSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

oracleReaderQuery

名稱 描述
類型 複製來源類型。 “OracleSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
oracleReaderQuery Oracle 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionOption 將用於 Oracle 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。
partitionSettings 將用於 Oracle 來源數據分割的設定。 OraclePartitionSettings
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

OraclePartitionSettings

名稱 描述
partitionColumnName 整數類型的數據行名稱,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionLowerBound partitionColumnName 中指定的數據行最小值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionNames Oracle 數據表的實體分割區名稱。
partitionUpperBound partitionColumnName 中指定的數據行最大值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。

OrcSource

名稱 描述
類型 複製來源類型。 “OrcSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
storeSettings ORC 存放區設定。 StoreReadSettings

ParquetSource

名稱 描述
類型 複製來源類型。 “ParquetSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
formatSettings Parquet 格式設定。 ParquetReadSettings
storeSettings Parquet 存放區設定。 StoreReadSettings

ParquetReadSettings

名稱 描述
compressionProperties 壓縮設定。 CompressionReadSettings
類型 讀取設定類型。 需要字串 ()
{自定義屬性}

PaypalSource

名稱 描述
類型 複製來源類型。 “PaypalSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

PhoenixSource

名稱 描述
類型 複製來源類型。 “PhoenixSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

PostgreSqlSource

名稱 描述
類型 複製來源類型。 “PostgreSqlSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

PostgreSqlV2Source

名稱 描述
類型 複製來源類型。 “PostgreSqlV2Source” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

PrestoSource

名稱 描述
類型 複製來源類型。 “PrestoSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

QuickBooksSource

名稱 描述
類型 複製來源類型。 “QuickBooksSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

RelationalSource

名稱 描述
類型 複製來源類型。 “RelationalSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

ResponsysSource

名稱 描述
類型 複製來源類型。 “ResponsysSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

RestSource

名稱 描述
類型 複製來源類型。 “RestSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:索引鍵值組 (值應該是字串類型) 。
additionalHeaders 要求中對 RESTful API 的其他 HTTP 標頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
httpRequestTimeout 逾時 (TimeSpan) 以取得 HTTP 回應。 逾時會取得回應,而非逾時讀取回應資料。 默認值:00:01:40。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
paginationRules 用來撰寫下一個頁面要求的分頁規則。 類型:字串 (或具有 resultType 字串的 Expression) 。
requestBody 如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 類型:字串 (或具有 resultType 字串的 Expression) 。
requestInterval 傳送下一個頁面要求之前要等候的時間。
requestMethod 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 類型:字串 (或具有 resultType 字串的 Expression) 。

SalesforceMarketingCloudSource

名稱 描述
類型 複製來源類型。 “SalesforceMarketingCloudSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

SalesforceServiceCloudSource

名稱 描述
類型 複製來源類型。 “SalesforceServiceCloudSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
readBehavior 作業的讀取行為。 預設值為 Query。 允許的值:Query/QueryAll。 類型:字串 (或具有 resultType 字串的 Expression) 。

SalesforceServiceCloudV2Source

名稱 描述
類型 複製來源類型。 “SalesforceServiceCloudV2Source” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
includeDeletedObjects 這個屬性可控制查詢結果是否包含 Deleted 物件。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
SOQLQuery 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

SalesforceSource

名稱 描述
類型 複製來源類型。 “SalesforceSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
readBehavior 作業的讀取行為。 預設值為 Query。 允許的值:Query/QueryAll。 類型:字串 (或具有 resultType 字串的 Expression) 。

SalesforceV2Source

名稱 描述
類型 複製來源類型。 ) 所需的 「SalesforceV2Source」 (
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
includeDeletedObjects 這個屬性可控制查詢結果是否包含 Deleted 物件。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
SOQLQuery 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

SapBwSource

名稱 描述
類型 複製來源類型。 必要) “SapBwSource” (
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 MDX 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

SapCloudForCustomerSource

名稱 描述
類型 複製來源類型。 “SapCloudForCustomerSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
httpRequestTimeout 逾時 (TimeSpan) 以取得 HTTP 回應。 逾時會取得回應,而非逾時讀取回應資料。 默認值:00:05:00。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
查詢 SAP Cloud for Customer OData 查詢。 例如,“$top=1”。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

SapEccSource

名稱 描述
類型 複製來源類型。 必要 (「SapEccSource」)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
httpRequestTimeout 逾時 (TimeSpan) 以取得 HTTP 回應。 逾時會取得回應,而非逾時讀取回應資料。 默認值:00:05:00。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
查詢 SAP ECC OData 查詢。 例如,“$top=1”。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

SapHanaSource

名稱 描述
類型 複製來源類型。 “SapHanaSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
packetSize 從 SAP HANA 讀取的數據封包大小。 類型:具有 resultType 整數的整數 (或 Expression) 。
partitionOption 將用於平行讀取SAP HANA 的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“SapHanaDynamicRange”
partitionSettings 將用於 SAP HANA 來源資料分割的設定。 SapHanaPartitionSettings
查詢 SAP HANA Sql 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

SapHanaPartitionSettings

名稱 描述
partitionColumnName 將用於繼續範圍數據分割的數據行名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

SapOdpSource

名稱 描述
類型 複製來源類型。 “SapOdpSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
extractionMode 擷取模式。 允許的值包括:完整、差異和復原。 預設值是 Full秒。 類型:字串 (或具有 resultType 字串的 Expression) 。
投射 (projection) 指定要從源數據選取的數據行。 類型:對象陣列 (投影) (或 Expression,其中具有物件) 的 resultType 陣列。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
選取範圍 指定源數據中的選取條件。 類型:物件陣列 (選取範圍) (或具有對象結果類型陣列的Expression) 。
subscriberProcess 管理差異進程的訂閱者進程。 類型:字串 (或具有 resultType 字串的 Expression) 。

SapOpenHubSource

名稱 描述
類型 複製來源類型。 “SapOpenHubSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
baseRequestId 差異載入的要求識別碼。 設定之後,將只會擷取 requestId 大於此屬性值的資料。 預設值為 0。 類型:具有 resultType 整數 ) 的整數 (或 Expression。
customRfcReadTableFunctionModule 指定將用來從 SAP 資料表讀取資料的自訂 RFC 函式模組。 類型:字串 (或具有 resultType 字串的 Expression) 。
excludeLastRequest 是否要排除最後一個要求的記錄。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
sapDataColumnDelimiter 將做為傳遞至 SAP RFC 之分隔符的單一字元,以及分割擷取的輸出數據。 類型:字串 (或具有 resultType 字串的 Expression) 。

SapTableSource

名稱 描述
類型 複製來源類型。 “SapTableSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
batchSize 指定從 SAP 數據表擷取數據時,一次擷取的數據列數目上限。 類型:具有 resultType 整數) 的整數 (或 Expression。
customRfcReadTableFunctionModule 指定將用來從 SAP 資料表讀取資料的自訂 RFC 函式模組。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionOption 將用於平行讀取SAP數據表的數據分割機制。 可能的值包括:“None”、“PartitionOnInt”、“PartitionOnCalendarYear”、“PartitionOnCalendarMonth”、“PartitionOnCalendarDate”、“PartitionOnTime”。
partitionSettings 將用於 SAP 資料表源資料分割的設定。 SapTablePartitionSettings
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
rfcTableFields 將擷取之 SAP 數據表的欄位。 例如,column0,column1。 類型:字串 (或具有 resultType 字串的 Expression) 。
rfcTableOptions SAP 資料表篩選的選項。 例如,COLUMN0 EQ SOME VALUE。 類型:字串 (或具有 resultType 字串的 Expression) 。
rowCount 要擷取的資料列數。 類型:具有 resultType 整數的整數 (或 Expression) 。
rowSkips 將略過的數據列數目。 類型:具有 resultType 整數的整數 (或 Expression) 。
sapDataColumnDelimiter 將做為傳遞至 SAP RFC 的分隔符,以及分割所擷取輸出數據的單一字元。 類型:字串 (或具有 resultType 字串的 Expression) 。

SapTablePartitionSettings

名稱 描述
maxPartitionsNumber 數據表將分割成的分割區最大值。 類型:具有 resultType 字串的整數 (或 Expression) 。
partitionColumnName 將用於繼續範圍數據分割的數據行名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionLowerBound partitionColumnName 中指定的數據行最小值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionUpperBound partitionColumnName 中指定的數據行最大值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。

ServiceNowSource

名稱 描述
類型 複製來源類型。 ) 所需的 「ServiceNowSource」 (
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

ServiceNowV2Source

名稱 描述
類型 複製來源類型。 “ServiceNowV2Source” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
expression 從來源篩選數據的表達式。 ExpressionV2
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

ExpressionV2

名稱 描述
運算元 巢狀表達式的清單。 ExpressionV2[]
! 運算子之後 表達式運算子值類型:字串。 字串
type 系統支援的表達式類型。 類型:字串。 “Binary”
“Constant”
“Field”
“一元”
常數/欄位類型的值:字串。 字串

SharePointOnlineListSource

名稱 描述
類型 複製來源類型。 “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”。 類型:字串 (或具有 resultType 字串的 Expression) 。

ShopifySource

名稱 描述
類型 複製來源類型。 “ShopifySource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

SnowflakeSource

名稱 描述
類型 複製來源類型。 “SnowflakeSource” (必要)
exportSettings Snowflake 匯出設定。 SnowflakeExportCopyCommand (必要)
查詢 Snowflake Sql 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

SnowflakeExportCopyCommand

名稱 描述
additionalCopyOptions 直接傳遞至雪花複製命令的其他複製選項。 類型:索引鍵值組 (值應該是字串類型,) (或Expression與 resultType 物件) 。 範例:“additionalCopyOptions”: { “DATE_FORMAT”: “MM/DD/YYYY”, “TIME_FORMAT”: “'HH24:MI:SS。FF'“ } SnowflakeExportCopyCommandAdditionalCopyOptions
additionalFormatOptions 直接傳遞至雪花複製命令的其他格式選項。 類型:索引鍵值組 (值應該是字串類型,) (或Expression與 resultType 物件) 。 範例:“additionalFormatOptions”: { “OVERWRITE”: “TRUE”, “MAX_FILE_SIZE”: “'FALSE'” } SnowflakeExportCopyCommandAdditionalFormatOptions
類型 匯出設定類型。 需要字串 ()
{自定義屬性}

SnowflakeExportCopyCommandAdditionalCopyOptions

名稱 描述
{自定義屬性}

SnowflakeExportCopyCommandAdditionalFormatOptions

名稱 描述
{自定義屬性}

SnowflakeV2Source

名稱 描述
類型 複製來源類型。 “SnowflakeV2Source” (必要)
exportSettings Snowflake 匯出設定。 SnowflakeExportCopyCommand (必要)
查詢 Snowflake Sql 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。

SparkSource

名稱 描述
類型 複製來源類型。 “SparkSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

SqlDWSource

名稱 描述
類型 複製來源類型。 “SqlDWSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
isolationLevel 指定 SQL 來源的異動鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionOption 將用於平行讀取 Sql 的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionSettings 將用於 Sql 來源數據分割的設定。 SqlPartitionSettings
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
sqlReaderQuery SQL Data Warehouse 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlReaderStoredProcedureName SQL Data Warehouse 來源的預存程式名稱。 這不能與 SqlReaderQuery 同時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 Type: object (或 Expression with resultType object) , itemType: StoredProcedureParameter.

SqlMISource

名稱 描述
類型 複製來源類型。 “SqlMISource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
isolationLevel 指定 SQL 來源的異動鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionOption 將用於平行讀取 Sql 的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionSettings 將用於 Sql 來源數據分割的設定。 SqlPartitionSettings
produceAdditionalTypes 要產生的其他類型。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
sqlReaderQuery SQL 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlReaderStoredProcedureName Azure SQL 受控執行個體 來源的預存程式名稱。 這不能與 SqlReaderQuery 同時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。

SqlServerSource

名稱 描述
類型 複製來源類型。 “SqlServerSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
isolationLevel 指定 SQL 來源的異動鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionOption 將用於平行讀取 Sql 的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionSettings 將用於 Sql 來源數據分割的設定。 SqlPartitionSettings
produceAdditionalTypes 要產生的其他類型。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
sqlReaderQuery SQL 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlReaderStoredProcedureName SQL Database 來源的預存程式名稱。 這不能與 SqlReaderQuery 同時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。

SqlSource

名稱 描述
類型 複製來源類型。 “SqlSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
isolationLevel 指定 SQL 來源的異動鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionOption 將用於平行讀取 Sql 的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionSettings 將用於 Sql 來源數據分割的設定。 SqlPartitionSettings
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
sqlReaderQuery SQL 讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlReaderStoredProcedureName SQL Database 來源的預存程式名稱。 這不能與 SqlReaderQuery 同時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。

SquareSource

名稱 描述
類型 複製來源類型。 “SquareSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

SybaseSource

名稱 描述
類型 複製來源類型。 “SybaseSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 資料庫查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

TeradataSource

名稱 描述
類型 複製來源類型。 “TeradataSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
partitionOption 將用於平行讀取 teradata 的數據分割機制。 可能的值包括:「None」、“Hash” “DynamicRange”
partitionSettings 將用於 teradata 來源資料分割的設定。 TeradataPartitionSettings
查詢 Teradata 查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

TeradataPartitionSettings

名稱 描述
partitionColumnName 將用於繼續範圍或哈希數據分割的數據行名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionLowerBound partitionColumnName 中指定的數據行最小值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionUpperBound partitionColumnName 中指定的數據行最大值,用於繼續範圍數據分割。 類型:字串 (或具有 resultType 字串的 Expression) 。

VerticaSource

名稱 描述
類型 複製來源類型。 “VerticaSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

WarehouseSource

名稱 描述
類型 複製來源類型。 “WarehouseSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
isolationLevel 指定 Microsoft Fabric Warehouse 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 類型:字串 (或具有 resultType 字串的 Expression) 。
partitionOption 將用於平行讀取 Sql 的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。
partitionSettings 將用於 Sql 來源數據分割的設定。 SqlPartitionSettings
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。
sqlReaderQuery Microsoft Fabric 倉儲讀取器查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
sqlReaderStoredProcedureName Microsoft Fabric Warehouse 來源的預存程式名稱。 這不能與 SqlReaderQuery 同時使用。 類型:字串 (或具有 resultType 字串的 Expression) 。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。 Type: object (或 Expression with resultType object) , itemType: StoredProcedureParameter.

WebSource

名稱 描述
類型 複製來源類型。 “WebSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。

XeroSource

名稱 描述
類型 複製來源類型。 “XeroSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

XmlSource

名稱 描述
類型 複製來源類型。 “XmlSource” (必要)
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
formatSettings Xml 格式設定。 XmlReadSettings
storeSettings Xml 存放區設定。 StoreReadSettings

XmlReadSettings

名稱 描述
compressionProperties 壓縮設定。 CompressionReadSettings
detectDataType 指出讀取 xml 檔案時是否啟用類型偵測。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
namespacePrefixes 命名空間 URI 與前置詞對應,以在啟用命名空間時覆寫數據行名稱中的前置詞,如果未定義命名空間 URI 的前置詞,則會使用 xml 數據檔中的 xml 元素/屬性名稱前置詞。 範例:“{”;:“http://www.example.com/xml"prefix”}“ Type: object (或 Expression with resultType object) 。
命名空間 指出讀取 xml 檔案時是否啟用命名空間。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
類型 讀取設定類型。 字串 (必要)
validationMode 指出讀取 xml 檔案時所使用的驗證方法。 允許的值:『none』、『xsd』或 『dtd』。 類型:字串 (或具有 resultType 字串的 Expression) 。
{自定義屬性}

ZohoSource

名稱 描述
類型 複製來源類型。 必要) (“ZohoSource”
additionalColumns 指定要加入源數據的其他資料行。 類型:對象陣列 (AdditionalColumns) (或 Expression,其中具有物件) 的 resultType 陣列。
查詢 要從來源擷取數據的查詢。 類型:字串 (或具有 resultType 字串的 Expression) 。
queryTimeout 查詢逾時。 類型:具有 resultType 字串的 string (或 Expression) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

StagingSettings

名稱 描述
enableCompression 指定是否要在透過過渡暫存複製數據時使用壓縮。 預設值為 False。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
linkedServiceName 暫存連結服務參考。 LinkedServiceReference (必要)
path 用來儲存過渡期數據之記憶體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
{自定義屬性}

CustomActivity

名稱 描述
類型 活動的類型。 「自定義」 (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 自訂活動屬性。 CustomActivityTypeProperties (必要)

CustomActivityTypeProperties

名稱 描述
autoUserSpecification 使用者的提高許可權層級和範圍,預設值為非admin 工作。 類型:string (或 Expression 與 resultType double) 。
命令 自定義活動類型的命令:string (或 Expression 搭配 resultType 字串) 。
extendedProperties 使用者定義的屬性包。 索引鍵或值沒有可用限制。 使用者指定的自定義活動完全負責取用和解譯所定義的內容。 CustomActivityTypePropertiesExtendedProperties
folderPath 資源文件的資料夾路徑類型:string (或 Expression 與 resultType 字串) 。
referenceObjects 參考物件 CustomActivityReferenceObject
resourceLinkedService 資源連結服務參考。 LinkedServiceReference
retentionTimeInDays 檔案 (提交給自訂活動) 的保留時間。 類型:double (或 expression 與 resultType double) 。

CustomActivityTypePropertiesExtendedProperties

名稱 描述
{自定義屬性}

CustomActivityReferenceObject

名稱 描述
datasets 數據集參考。 DatasetReference[]
linkedServices 鏈接的服務參考。 LinkedServiceReference[]

DatabricksNotebookActivity

名稱 描述
類型 活動的類型。 “DatabricksNotebook” (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Databricks Notebook 活動屬性。 DatabricksNotebookActivityTypeProperties (必要)

DatabricksNotebookActivityTypeProperties

名稱 描述
baseParameters 要用於此作業每一次執行的基底參數。如果筆記本採用未指定的參數,則會使用筆記本中的預設值。 DatabricksNotebookActivityTypePropertiesBaseParamete...
程式庫 要在負責執行工作的叢集上,即將安裝的程式庫清單。 DatabricksNotebookActivityTypePropertiesLibrariesIte...[]
notebookPath 要在 Databricks 工作區中執行之 Notebook 的絕對路徑。 此路徑必須以斜線開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。

DatabricksNotebookActivityTypePropertiesBaseParamete...

名稱 描述
{自定義屬性}

DatabricksNotebookActivityTypePropertiesLibrariesIte...

名稱 描述
{自定義屬性}

DatabricksSparkJarActivity

名稱 描述
類型 活動的類型。 “DatabricksSparkJar” (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Databricks SparkJar 活動屬性。 需要 DatabricksSparkJarActivityTypeProperties ()

DatabricksSparkJarActivityTypeProperties

名稱 描述
程式庫 要在負責執行工作的叢集上,即將安裝的程式庫清單。 DatabricksSparkJarActivityTypePropertiesLibrariesIte...[]
mainClassName 類別的完整名稱,該類別包含要執行的 main 方法。 這個類別必須包含在提供做為程式庫的 JAR 中。 類型:字串 (或具有 resultType 字串的 Expression) 。
參數 將傳遞至 main 方法的參數。 any[]

DatabricksSparkJarActivityTypePropertiesLibrariesIte...

名稱 描述
{自定義屬性}

DatabricksSparkPythonActivity

名稱 描述
類型 活動的類型。 “DatabricksSparkPython” (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Databricks SparkPython 活動屬性。 DatabricksSparkPythonActivityTypeProperties (必要)

DatabricksSparkPythonActivityTypeProperties

名稱 描述
程式庫 要在負責執行工作的叢集上,即將安裝的程式庫清單。 DatabricksSparkPythonActivityTypePropertiesLibraries...[]
參數 將傳遞至 Python 檔案的命令列參數。 any[]
pythonFile 要執行之 Python 檔案的 URI。 支援 DBFS 路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。

DatabricksSparkPythonActivityTypePropertiesLibraries...

名稱 描述
{自定義屬性}

DataLakeAnalyticsUsqlActivity

名稱 描述
類型 活動的類型。 “DataLakeAnalyticsU-SQL” (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Data Lake Analytics U-SQL 活動屬性。 DataLakeAnalyticsUsqlActivityTypeProperties (必要)

DataLakeAnalyticsUsqlActivityTypeProperties

名稱 描述
compilationMode U-SQL 的編譯模式。 必須是下列其中一個值:Semantic、Full 和SingleBox。 類型:字串 (或具有 resultType 字串的 Expression) 。
degreeOfParallelism 同時用來執行作業的節點數目上限。 預設值為 1。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:1。
參數 U-SQL 作業要求的參數。 DataLakeAnalyticsUsqlActivityTypePropertiesParameter...
priority 判斷應該選取排入佇列的哪些工作首先執行。 編號愈低,優先順序愈高。 預設值為 1000。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:1。
runtimeVersion 所要使用之 U-SQL 引擎的執行階段版本。 類型:字串 (或具有 resultType 字串的 Expression) 。
scriptLinkedService 編寫連結服務參考的腳本。 LinkedServiceReference (必要)
scriptPath 包含U-SQL 文稿之資料夾的區分大小寫路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。

DataLakeAnalyticsUsqlActivityTypePropertiesParameter...

名稱 描述
{自定義屬性}

DeleteActivity

名稱 描述
類型 活動的類型。 必要) “刪除” (
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 刪除活動屬性。 DeleteActivityTypeProperties (必要)

DeleteActivityTypeProperties

名稱 描述
資料集 刪除活動數據集參考。 需要數據集參考 ()
enableLogging 是否要記錄刪除活動執行的詳細記錄。 預設值為 False。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
logStorageSettings 當 enableLogging 為 true 時,客戶需要提供記錄記憶體設定。 LogStorageSettings
maxConcurrentConnections 同時連接數據源的最大並行連線。 int

約束:
最小值 = 1
遞迴 如果為 true,則會以遞歸方式刪除目前資料夾路徑下的檔案或子資料夾。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
storeSettings 刪除活動存放區設定。 StoreReadSettings

ExecuteDataFlowActivity

名稱 描述
類型 活動的類型。 必要 (「ExecuteDataFlow」)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 執行數據流活動屬性。 ExecuteDataFlowActivityTypeProperties (必要)

ExecuteDataFlowActivityTypeProperties

名稱 描述
計算 數據流活動的計算屬性。 ExecuteDataFlowActivityTypePropertiesCompute
continueOnError 繼續執行用於數據流執行的錯誤設定。 允許在接收失敗時繼續處理。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression
數據流 數據流參考。 DataFlowReference (必要)
integrationRuntime 整合執行階段參考資料。 IntegrationRuntimeReference
runConcurrently 用於數據流執行的並行執行設定。 允許同時處理具有相同儲存順序的接收。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression
sourceStagingConcurrency 指定適用於接收之來源的平行暫存數目。 類型:具有 resultType 整數的整數 (或 Expression)
staging 執行數據流活動的預備資訊。 DataFlowStagingInfo
traceLevel 用於數據流監視輸出的追蹤層級設定。 支援的值包括:『coarse』、『fine』和 『none』。 類型:字串 (或具有 resultType 字串的 Expression)

ExecuteDataFlowActivityTypePropertiesCompute

名稱 描述
computeType 將執行數據流作業之叢集的計算類型。 可能的值包括:『General』、『MemoryOptimized』、『ComputeOptimized』。 類型:字串 (或具有 resultType 字串的 Expression)
coreCount 將執行數據流作業之叢集的核心計數。 支援的值為:8、16、32、48、80、144 和 272。 類型:具有 resultType 整數的整數 (或 Expression)

DataFlowReference

名稱 描述
datasetParameters 從數據集參考數據流參數。
參數 資料流程參數 ParameterValueSpecification
referenceName 參考數據流名稱。 字串 (必要)
類型 數據流參考類型。 “DataFlowReference” (必要)
{自定義屬性}

IntegrationRuntimeReference

名稱 描述
參數 整合運行時間的自變數。 ParameterValueSpecification
referenceName 參考整合運行時間名稱。 字串 (必要)
類型 整合運行時間的類型。 “IntegrationRuntimeReference” (必要)

DataFlowStagingInfo

名稱 描述
folderPath 暫存 Blob 的資料夾路徑。 類型:字串 (或具有 resultType 字串的 Expression)
linkedService 暫存連結服務參考。 LinkedServiceReference

ExecutePipelineActivity

名稱 描述
類型 活動的類型。 “ExecutePipeline” (必要)
原則 執行管線活動原則。 ExecutePipelineActivityPolicy
typeProperties 執行管線活動屬性。 ExecutePipelineActivityTypeProperties (必要)

ExecutePipelineActivityPolicy

名稱 描述
secureInput 當設定為 true 時,來自活動的輸入會被視為安全,而且不會記錄到監視。 bool
{自定義屬性}

ExecutePipelineActivityTypeProperties

名稱 描述
參數 管線參數。 ParameterValueSpecification
管線 管線參考。 PipelineReference (必要)
waitOnCompletion 定義活動執行是否會等待相依管線執行完成。 預設值為 false。 bool

PipelineReference

名稱 描述
NAME 參考名稱。 字串
referenceName 參考管線名稱。 字串 (必要)
類型 管線參考類型。 “PipelineReference” (必要)

ExecuteSsisPackageActivity

名稱 描述
類型 活動的類型。 必要 (「ExecuteSSISPackage」)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 執行 SSIS 套件活動屬性。 ExecuteSsisPackageActivityTypeProperties (必要)

ExecuteSsisPackageActivityTypeProperties

名稱 描述
connectVia 整合執行階段參考資料。 IntegrationRuntimeReference (必要)
environmentPath 執行 SSIS 封裝的環境路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
executionCredential 封裝執行認證。 SsisExecutionCredential
loggingLevel SSIS 封裝執行的記錄層級。 類型:字串 (或具有 resultType 字串的 Expression) 。
logLocation SSIS 套件執行記錄檔位置。 SsisLogLocation
packageConnectionManagers 要執行 SSIS 封裝的封裝層級連接管理員。 ExecuteSsisPackageActivityTypePropertiesPackageConne...
packageLocation SSIS 套件位置。 需要 SsisPackageLocation ()
packageParameters 要執行 SSIS 封裝的封裝層級參數。 ExecuteSsisPackageActivityTypePropertiesPackageParam...
projectConnectionManagers 要執行 SSIS 封裝的專案層級連接管理員。 ExecuteSsisPackageActivityTypePropertiesProjectConne...
projectParameters 要執行 SSIS 封裝的專案層級參數。 ExecuteSsisPackageActivityTypePropertiesProjectParam...
propertyOverrides 屬性會覆寫以執行 SSIS 封裝。 ExecuteSsisPackageActivityTypePropertiesPropertyOver...
執行階段 指定要執行 SSIS 封裝的運行時間。 此值應該是 「x86」 或 「x64」。 類型:字串 (或具有 resultType 字串的 Expression) 。

SsisExecutionCredential

名稱 描述
網域 Windows 驗證的網域。 類型:字串 (或具有 resultType 字串的 Expression) 。
password Windows 驗證的密碼。 需要 SecureString ()
userName 用於 Windows 驗證的 UseName。 類型:字串 (或具有 resultType 字串的 Expression) 。

SecureString

名稱 描述
類型 秘密的類型。 需要字串 ()
安全字串的值。 需要字串 ()

SsisLogLocation

名稱 描述
logPath SSIS 封裝執行記錄檔路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型 SSIS 記錄檔位置的類型。 “File” (必要)
typeProperties SSIS 套件執行記錄檔位置屬性。 需要 SsisLogLocationTypeProperties ()

SsisLogLocationTypeProperties

名稱 描述
accessCredential 封裝執行記錄存取認證。 SsisAccessCredential
logRefreshInterval 指定重新整理記錄的間隔。 預設間隔為 5 分鐘。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

SsisAccessCredential

名稱 描述
網域 Windows 驗證的網域。 類型:字串 (或具有 resultType 字串的 Expression) 。
password Windows 驗證的密碼。 需要 SecretBase ()
userName 用於 Windows 驗證的 UseName。 類型:字串 (或具有 resultType 字串的 Expression) 。

SecretBase

名稱 描述
類型 設定物件類型 AzureKeyVaultSecret
需要 SecureString ()

AzureKeyVaultSecretReference

名稱 描述
secretName Azure 金鑰保存庫 中的秘密名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
secretVersion Azure 金鑰保存庫 中的秘密版本。 預設值為最新版本的秘密。 類型:字串 (或具有 resultType 字串的 Expression) 。
store Azure 金鑰保存庫 鏈接服務參考。 需要 LinkedServiceReference ()
類型 秘密的類型。 需要字串 ()

ExecuteSsisPackageActivityTypePropertiesPackageConne...

名稱 描述
{自定義屬性} SsisConnectionManager

SsisConnectionManager

名稱 描述
{自定義屬性} SsisExecutionParameter

SsisExecutionParameter

名稱 描述
SSIS 封裝執行參數值。 類型:字串 (或具有 resultType 字串的 Expression) 。

SsisPackageLocation

名稱 描述
packagePath SSIS 套件路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型 SSIS 封裝位置的類型。 “檔案”
“InlinePackage”
“PackageStore”
“SSISDB”
typeProperties SSIS 套件位置屬性。 SsisPackageLocationTypeProperties

SsisPackageLocationTypeProperties

名稱 描述
accessCredential 套件存取認證。 SsisAccessCredential
childPackages 內嵌子封裝清單。 SsisChildPackage[]
configurationAccessCredential 組態檔存取認證。 SsisAccessCredential
configurationPath 封裝執行的組態檔。 類型:字串 (或具有 resultType 字串的 Expression) 。
packageContent 內嵌套件內容。 類型:字串 (或具有 resultType 字串的 Expression) 。
packageLastModifiedDate 內嵌套件上次修改日期。 字串
packageName 封裝名稱。 字串
packagePassword 封裝的密碼。 SecretBase

SsisChildPackage

名稱 描述
packageContent 內嵌子封裝的內容。 類型:字串 (或具有 resultType 字串的 Expression) 。
packageLastModifiedDate 內嵌子封裝的上次修改日期。 字串
packageName 內嵌子封裝的名稱。 字串
packagePath 內嵌子封裝的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。

ExecuteSsisPackageActivityTypePropertiesPackageParam...

名稱 描述
{自定義屬性} SsisExecutionParameter

ExecuteSsisPackageActivityTypePropertiesProjectConne...

名稱 描述
{自定義屬性} SsisConnectionManager

ExecuteSsisPackageActivityTypePropertiesProjectParam...

名稱 描述
{自定義屬性} SsisExecutionParameter

ExecuteSsisPackageActivityTypePropertiesPropertyOver...

名稱 描述
{自定義屬性} SsisPropertyOverride

SsisPropertyOverride

名稱 描述
isSensitive SSIS 套件屬性覆寫值是否為敏感數據。 如果值為 true,值將會在 SSISDB 中加密 bool
SSIS 套件屬性覆寫值。 類型:字串 (或具有 resultType 字串的 Expression) 。

ExecuteWranglingDataflowActivity

名稱 描述
類型 活動的類型。 “ExecuteWranglingDataflow” (必要)
原則 活動原則。 ActivityPolicy
typeProperties 執行 Power Query 活動屬性。 ExecutePowerQueryActivityTypeProperties (必要)

ExecutePowerQueryActivityTypeProperties

名稱 描述
計算 數據流活動的計算屬性。 ExecuteDataFlowActivityTypePropertiesCompute
continueOnError 繼續執行用於數據流執行的錯誤設定。 允許在接收失敗時繼續處理。 類型:布爾值 (或具有 resultType 布爾值) 的運算式
數據流 數據流參考。 需要 DataFlowReference ()
integrationRuntime 整合執行階段參考資料。 IntegrationRuntimeReference
查詢 Power Query 混搭查詢與接收數據集 () 的對應清單。 PowerQuerySinkMapping[]
runConcurrently 用於數據流執行的並行執行設定。 允許同時處理具有相同儲存順序的接收。 類型:布爾值 (或具有 resultType 布爾值) 的運算式
sinks (已被取代。請使用查詢) 。 對應至 queryName 的 Power Query 活動接收清單。 ExecutePowerQueryActivityTypePropertiesSinks
sourceStagingConcurrency 指定適用於接收之來源的平行暫存數目。 類型:具有 resultType 整數的整數 (或 Expression)
staging 執行數據流活動的暫存資訊。 DataFlowStagingInfo
traceLevel 用於數據流監視輸出的追蹤層級設定。 支援的值包括:『coarse』、『fine』 和 『none』。 類型:具有 resultType 字串的字串 (或 Expression)

PowerQuerySinkMapping

名稱 描述
dataflowSinks 對應至 Power Query 混搭查詢的接收清單。 PowerQuerySink[]
queryName Power Query 混搭檔中的查詢名稱。 字串

PowerQuerySink

名稱 描述
資料集 數據集參考。 DatasetReference
description 轉換描述。 字串
flowlet Flowlet 參考 DataFlowReference
linkedService 連結服務參考。 LinkedServiceReference
NAME 轉換名稱。 需要字串 ()
rejectedDataLinkedService 拒絕的數據連結服務參考。 LinkedServiceReference
schemaLinkedService 架構連結服務參考。 LinkedServiceReference
指令碼 接收腳本。 字串

ExecutePowerQueryActivityTypePropertiesSinks

名稱 描述
{自定義屬性} PowerQuerySink

FailActivity

名稱 描述
類型 活動的類型。 “Fail” (必要)
typeProperties 失敗活動屬性。 FailActivityTypeProperties (必要)

FailActivityTypeProperties

名稱 描述
errorCode 將 Fail 活動的錯誤類型分類的錯誤碼。 它可以是運行時間評估為非空白/空白字串的動態內容。 類型:字串 (或具有 resultType 字串的 Expression) 。
message Fail 活動中呈現的錯誤訊息。 它可以是運行時間評估為非空白/空白字串的動態內容。 類型:字串 (或具有 resultType 字串的 Expression) 。

FilterActivity

名稱 描述
類型 活動的類型。 “Filter” (必要)
typeProperties 篩選活動屬性。 FilterActivityTypeProperties (必要)

FilterActivityTypeProperties

名稱 描述
條件 要用來篩選輸入的條件。 需要表達式 ()
項目 應套用篩選條件的輸入陣列。 需要表達式 ()

運算式

名稱 描述
類型 表達式類型。 “Expression” (必要)
表達式值。 需要字串 ()

ForEachActivity

名稱 描述
類型 活動的類型。 “ForEach” (必要)
typeProperties ForEach 活動屬性。 ForEachActivityTypeProperties (必要)

ForEachActivityTypeProperties

名稱 描述
活動 要執行的活動清單。 活動[] (必要)
batchCount 批次計數,用於控制平行執行的數目 (當 isSequential 設定為 false 時)。 int

約束:
最大值 = 50
isSequential 應該依序或平行方式執行迴圈, (最多 50 個) bool
項目 要逐一查看的集合。 需要表達式 ()

GetMetadataActivity

名稱 描述
類型 活動的類型。 “GetMetadata” (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties GetMetadata 活動屬性。 GetMetadataActivityTypeProperties (必要)

GetMetadataActivityTypeProperties

名稱 描述
資料集 GetMetadata 活動數據集參考。 需要數據集參考 ()
欄位清單 要從數據集取得之元數據的欄位。 any[]
formatSettings GetMetadata 活動格式設定。 FormatReadSettings
storeSettings GetMetadata 活動存放區設定。 StoreReadSettings

FormatReadSettings

名稱 描述
類型 設定物件類型 BinaryReadSettings
DelimitedTextReadSettings
JsonReadSettings
ParquetReadSettings
XmlReadSettings (必要)

HDInsightHiveActivity

名稱 描述
類型 活動的類型。 “HDInsightHive” (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties HDInsight Hive 活動屬性。 HDInsightHiveActivityTypeProperties (必要)

HDInsightHiveActivityTypeProperties

名稱 描述
引數 使用者指定的 HDInsightActivity 自變數。 any[]
定義 允許使用者指定Hive作業要求的定義。 HDInsightHiveActivityTypePropertiesDefines
getDebugInfo 偵錯資訊選項。 “Always”
“Failure”
"None"
queryTimeout 查詢逾時值 (單位為分鐘)。 當 HDInsight 叢集使用 ESP (Enterprise Security Package) 時有效 int
scriptLinkedService 編寫連結服務參考的腳本。 LinkedServiceReference
scriptPath 腳本路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
storageLinkedServices 記憶體連結服務參考。 LinkedServiceReference[]
變數 hivevar 命名空間下的使用者指定自變數。 HDInsightHiveActivityTypePropertiesVariables

HDInsightHiveActivityTypePropertiesDefines

名稱 描述
{自定義屬性}

HDInsightHiveActivityTypePropertiesVariables

名稱 描述
{自定義屬性}

HDInsightMapReduceActivity

名稱 描述
類型 活動的類型。 “HDInsightMapReduce” (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties HDInsight MapReduce 活動屬性。 HDInsightMapReduceActivityTypeProperties (必要)

HDInsightMapReduceActivityTypeProperties

名稱 描述
引數 使用者指定的 HDInsightActivity 自變數。 any[]
className 類別名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
定義 允許使用者指定 MapReduce 作業要求的定義。 HDInsightMapReduceActivityTypePropertiesDefines
getDebugInfo 偵錯資訊選項。 “Always”
“Failure”
"None"
jarFilePath Jar 路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
jarLibs Jarlibs。 any[]
jarLinkedService Jar 連結服務參考。 LinkedServiceReference
storageLinkedServices 記憶體連結服務參考。 LinkedServiceReference[]

HDInsightMapReduceActivityTypePropertiesDefines

名稱 描述
{自定義屬性}

HDInsightPigActivity

名稱 描述
類型 活動的類型。 “HDInsightPig” (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties HDInsight Pig 活動屬性。 HDInsightPigActivityTypeProperties (必要)

HDInsightPigActivityTypeProperties

名稱 描述
引數 使用者指定的 HDInsightActivity 自變數。 Type:array (或 Expression with resultType array) 。
定義 允許使用者指定 Pig 作業要求的定義。 HDInsightPigActivityTypePropertiesDefines
getDebugInfo 偵錯資訊選項。 “Always”
“Failure”
"None"
scriptLinkedService 編寫連結服務參考的腳本。 LinkedServiceReference
scriptPath 腳本路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
storageLinkedServices 記憶體連結服務參考。 LinkedServiceReference[]

HDInsightPigActivityTypePropertiesDefines

名稱 描述
{自定義屬性}

HDInsightSparkActivity

名稱 描述
類型 活動的類型。 “HDInsightSpark” (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties HDInsight Spark 活動屬性。 HDInsightSparkActivityTypeProperties (必要)

HDInsightSparkActivityTypeProperties

名稱 描述
引數 HDInsightSparkActivity 的使用者指定自變數。 any[]
className 應用程式的 Java/Spark 主要類別。 字串
entryFilePath 要執行之程式代碼/封裝根資料夾的相對路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
getDebugInfo 偵錯資訊選項。 “Always”
“Failure”
"None"
proxyUser 要模擬將執行作業的使用者。 類型:字串 (或具有 resultType 字串的 Expression) 。
rootPath 所有作業檔案的 'sparkJobLinkedService' 根路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
sparkConfig Spark 組態屬性。 HDInsightSparkActivityTypePropertiesSparkConfig
sparkJobLinkedService 用於上傳專案檔案和相依性的記憶體連結服務,以及用於接收記錄。 LinkedServiceReference

HDInsightSparkActivityTypePropertiesSparkConfig

名稱 描述
{自定義屬性}

HDInsightStreamingActivity

名稱 描述
類型 活動的類型。 必要) 的 「HDInsightStreaming」 (
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties HDInsight 串流活動屬性。 HDInsightStreamingActivityTypeProperties (必要)

HDInsightStreamingActivityTypeProperties

名稱 描述
引數 使用者指定的 HDInsightActivity 自變數。 any[]
結合子 合併器可執行檔名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
commandEnvironment 命令行環境值。 any[]
定義 允許使用者指定串流作業要求的定義。 HDInsightStreamingActivityTypePropertiesDefines
fileLinkedService 檔案所在的連結服務參考。 LinkedServiceReference
filePaths 串流作業檔案的路徑。 可以是目錄。 any[] (必要)
getDebugInfo 偵錯資訊選項。 “Always”
“Failure”
"None"
輸入 輸入 Blob 路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
mapper Mapper 可執行檔名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
output 輸出 Blob 路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
reducer 歸納器可執行檔名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
storageLinkedServices 記憶體連結服務參考。 LinkedServiceReference[]

HDInsightStreamingActivityTypePropertiesDefines

名稱 描述
{自定義屬性}

IfConditionActivity

名稱 描述
類型 活動的類型。 “IfCondition” (必要)
typeProperties IfCondition 活動屬性。 IfConditionActivityTypeProperties (必要)

IfConditionActivityTypeProperties

名稱 描述
expression 評估為布爾值的表達式。 這會用來判斷要執行 (ifTrueActivities 或 ifFalseActivities) 的活動區塊。 需要表達式 ()
ifFalseActivities 如果 expression 評估為 false,要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 Activity[]
ifTrueActivities 如果表達式評估為 true,則要執行的活動清單。 這是選擇性屬性,如果未提供,活動將會在沒有任何動作的情況下結束。 Activity[]

LookupActivity

名稱 描述
類型 活動的類型。 「查閱」 (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 查閱活動屬性。 LookupActivityTypeProperties (必要)

LookupActivityTypeProperties

名稱 描述
資料集 查閱活動數據集參考。 需要 DatasetReference ()
firstRowOnly 是否要傳回第一個數據列或所有數據列。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
來源 數據集特定的來源屬性,與複製活動來源相同。 需要 CopySource ()

ScriptActivity

名稱 描述
類型 活動的類型。 “Script” (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 編寫活動屬性的腳本。 ScriptActivityTypeProperties (必要)

ScriptActivityTypeProperties

名稱 描述
logSettings 腳本活動的記錄設定。 ScriptActivityTypePropertiesLogSettings
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

ScriptActivityScriptBlock

名稱 描述
參數 腳本參數的陣列。 類型:陣列。 ScriptActivityParameter[]
text 查詢文字。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型 查詢的類型。 類型:字串。 “NonQuery”
「查詢」 (必要)

ScriptActivityParameter

名稱 描述
direction 參數的方向。 “Input”
“InputOutput”
“Output”
NAME 參數名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
{1}size{2} 輸出方向參數的大小。 int
類型 參數的類型。 “Boolean”
“DateTime”
“DateTimeOffset”
“Decimal”
“Double”
“Guid”
“Int16”
“Int32”
“Int64”
“Single”
“String”
“Timespan”
參數的值。 類型:字串 (或具有 resultType 字串的 Expression) 。

SetVariableActivity

名稱 描述
類型 活動的類型。 ) 所需的 「SetVariable」 (
原則 活動原則。 SecureInputOutputPolicy
typeProperties 設定變數活動屬性。 SetVariableActivityTypeProperties (必要)

SecureInputOutputPolicy

名稱 描述
secureInput 當設定為 true 時,來自活動的輸入會被視為安全,而且不會記錄到監視。 bool
secureOutput 當設定為 true 時,活動輸出會被視為安全,且不會記錄到監視。 bool

SetVariableActivityTypeProperties

名稱 描述
setSystemVariable 如果設定為 true,則會設定管線執行傳回值。 bool
要設定的值。 可以是靜態值或表達式。
variableName 必須設定其值之變數的名稱。 字串

SynapseSparkJobDefinitionActivity

名稱 描述
類型 活動的類型。 “SparkJob” (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 執行Spark作業活動屬性。 需要 SynapseSparkJobActivityTypeProperties ()

SynapseSparkJobActivityTypeProperties

名稱 描述
args SynapseSparkJobDefinitionActivity 的使用者指定自變數。 any[]
className 主要定義檔中的完整標識碼或主要類別,這會覆寫您提供的Spark作業定義的 『className』。 類型:字串 (或具有 resultType 字串的 Expression) 。
conf Spark 組態屬性,這會覆寫您提供的Spark作業定義的 'conf'。
configurationType Spark 組態的類型。 “Artifact”
“自定義”
“Default”
driverSize 要用於作業之指定 Spark 集區中配置之驅動程式的核心和記憶體數目,將用於覆寫您提供的 Spark 作業定義的 'driverCores' 和 'driverMemory'。 類型:字串 (或具有 resultType 字串的 Expression) 。
executorSize 要用於作業指定 Spark 集區中配置之執行程式的核心和記憶體數目,用於覆寫您提供的 Spark 作業定義之 'executorCores' 和 'executorMemory'。 類型:字串 (或具有 resultType 字串的 Expression) 。
file 用於作業的主要檔案,這會覆寫您提供的Spark作業定義'file'。 類型:字串 (或具有 resultType 字串的 Expression) 。
files (已被取代。請使用 pythonCodeReference 和 filesV2) 用於主要定義檔案中參考的其他檔案,這會覆寫您提供的 Spark 作業定義的 'files'。 any[]
filesV2 用於主要定義檔參考的其他檔案,這會覆寫您提供的Spark作業定義的 『jars』 和 『files』。 any[]
numExecutors 要針對此作業啟動的執行程式數目,這會覆寫您提供的Spark作業定義的 'numExecutors'。 類型:具有 resultType 整數的整數 (或 Expression) 。
pythonCodeReference 用於主要定義檔中參考的其他 Python 程式代碼檔案,這會覆寫您提供的 Spark 作業定義的 'pyFiles'。 any[]
scanFolder 從主要定義檔案的根資料夾掃描子資料夾,這些檔案將會新增為參考檔案。 系統會掃描名為 『jars』、'pyFiles'、'files' 或 'archive' 的資料夾,而且資料夾名稱會區分大小寫。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
sparkConfig Spark 組態屬性。 SynapseSparkJobActivityTypePropertiesSparkConfig
sparkJob Synapse spark 作業參考。 需要 SynapseSparkJobReference ()
targetBigDataPool 將用來執行 Spark 批次作業的巨量數據集區名稱,這會覆寫您提供的 Spark 作業定義的 『targetBigDataPool』。 BigDataPoolParametrizationReference
targetSparkConfiguration Spark 作業的Spark組態。 SparkConfigurationParametrizationReference

SynapseSparkJobActivityTypePropertiesSparkConfig

名稱 描述
{自定義屬性}

SynapseSparkJobReference

名稱 描述
referenceName 參考 Spark 作業名稱。 具有 resultType 字串的運算式。
類型 Synapse spark 作業參考類型。 “SparkJobDefinitionReference” (必要)

BigDataPoolParametrizationReference

名稱 描述
referenceName 參考巨量數據集區名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型 巨量數據集區參考類型。 “BigDataPoolReference” (必要)

SparkConfigurationParametrizationReference

名稱 描述
referenceName 參考Spark組態名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型 Spark 組態參考類型。 “SparkConfigurationReference” (必要)

SqlServerStoredProcedureActivity

名稱 描述
類型 活動的類型。 “SqlServerStoredProcedure” (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties SQL 預存程式活動屬性。 SqlServerStoredProcedureActivityTypeProperties (必要)

SqlServerStoredProcedureActivityTypeProperties

名稱 描述
storedProcedureName 預存程式名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
storedProcedureParameters 預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。

SwitchActivity

名稱 描述
類型 活動的類型。 「切換」 (必要)
typeProperties 切換活動屬性。 SwitchActivityTypeProperties (必要)

SwitchActivityTypeProperties

名稱 描述
案例 對應至 『on』 屬性預期值的案例清單。 這是選擇性屬性,如果未提供,活動將會執行 defaultActivities 中提供的活動。 SwitchCase[]
defaultActivities 如果未滿足任何案例條件,要執行的活動清單。 這是選擇性的屬性,如果未提供,活動將會結束,而不需要採取任何動作。 Activity[]
on 評估為字串或整數的表達式。 這是用來判斷將在執行的情況下的活動區塊。 表達式 (必要)

SwitchCase

名稱 描述
活動 要針對符合案例條件執行的活動清單。 Activity[]
符合 『on』 屬性表示式結果的預期值。 字串

SynapseNotebookActivity

名稱 描述
類型 活動的類型。 “SynapseNotebook” (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties 執行 Synapse Notebook 活動屬性。 SynapseNotebookActivityTypeProperties (必要)

SynapseNotebookActivityTypeProperties

名稱 描述
conf Spark 組態屬性,這會覆寫您提供的筆記本 'conf'。
configurationType Spark 組態的類型。 “Artifact”
“自定義”
“Default”
driverSize 要用於會話指定 Spark 集區中配置之驅動程式的核心和記憶體數目,將用於覆寫您提供的筆記本的 'driverCores' 和 'driverMemory'。 類型:字串 (或具有 resultType 字串的 Expression) 。
executorSize 要用於會話指定 Spark 集區中配置之執行程式的核心和記憶體數目,將用於覆寫您提供的筆記本的 'executorCores' 和 'executorMemory'。 類型:字串 (或具有 resultType 字串的 Expression) 。
notebook Synapse Notebook 參考。 需要 SynapseNotebookReference ()
numExecutors 要針對此工作階段啟動的執行程式數目,這會覆寫您提供的筆記本 'numExecutors'。 類型:具有 resultType 整數的整數 (或 Expression) 。
參數 Notebook 參數。 SynapseNotebookActivityTypePropertiesParameters
sparkConfig Spark 組態屬性。 SynapseNotebookActivityTypePropertiesSparkConfig
sparkPool 將用來執行筆記本的巨量數據集區名稱。 BigDataPoolParametrizationReference
targetSparkConfiguration Spark 作業的Spark組態。 SparkConfigurationParametrizationReference

SynapseNotebookReference

名稱 描述
referenceName 參考筆記本名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型 Synapse Notebook 參考類型。 “NotebookReference” (必要)

SynapseNotebookActivityTypePropertiesParameters

名稱 描述
{自定義屬性} NotebookParameter

NotebookParameter

名稱 描述
類型 Notebook 參數類型。 “bool”
“float”
“int”
"字串"
Notebook 參數值。 類型:字串 (或具有 resultType 字串的 Expression) 。

SynapseNotebookActivityTypePropertiesSparkConfig

名稱 描述
{自定義屬性}

UntilActivity

名稱 描述
類型 活動的類型。 “Until” (必要)
typeProperties 直到活動屬性為止。 UntilActivityTypeProperties (必要)

UntilActivityTypeProperties

名稱 描述
活動 要執行的活動清單。 活動[] (必要)
expression 評估為布爾值的表達式。 迴圈會繼續,直到此表達式評估為 true 為止 需要表達式 ()
timeout 指定活動執行的逾時。 如果沒有指定任何值,則會採用 TimeSpan.FromDays (7) 的值,預設值為 1 周。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

ValidationActivity

名稱 描述
類型 活動的類型。 「驗證」 (必要)
typeProperties 驗證活動屬性。 ValidationActivityTypeProperties (必要)

ValidationActivityTypeProperties

名稱 描述
childItems 如果數據集指向資料夾,則可以使用。 如果設定為 true,資料夾必須至少有一個檔案。 如果設定為 false,資料夾必須是空的。 Type:boolean (或 Expression with resultType boolean) 。
資料集 驗證活動數據集參考。 需要 DatasetReference ()
minimumSize 如果數據集指向檔案,可以使用。 檔案的大小必須大於或等於指定的值。 類型:具有 resultType 整數) 的整數 (或 Expression。
sleep 驗證嘗試之間的延遲 (以秒為單位)。 如果未指定任何值,則會使用10秒作為預設值。 類型:具有 resultType 整數) 的整數 (或 Expression。
timeout 指定活動執行的逾時。 如果沒有指定任何值,則會採用 TimeSpan.FromDays (7) 的值,預設值為 1 周。 類型:string (或 expression with resultType string) , pattern: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。

WaitActivity

名稱 描述
類型 活動的類型。 「等候」 (必要)
typeProperties 等候活動屬性。 WaitActivityTypeProperties (必要)

WaitActivityTypeProperties

名稱 描述
waitTimeInSeconds 以秒為單位的持續時間。 類型:具有 resultType 整數) 的整數 (或 Expression。

WebActivity

名稱 描述
類型 活動的類型。 “WebActivity” (必要)
linkedServiceName 連結服務參考。 LinkedServiceReference
原則 活動原則。 ActivityPolicy
typeProperties Web 活動屬性。 需要 WebActivityTypeProperties ()

WebActivityTypeProperties

名稱 描述
驗證 (authentication) 呼叫端點所使用的驗證方法。 WebActivityAuthentication
body 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 Expression with resultType string) 。
connectVia 整合執行階段參考資料。 IntegrationRuntimeReference
datasets 傳遞至 Web 端點的數據集清單。 DatasetReference[]
disableCertValidation 當設定為 true 時,將會停用憑證驗證。 bool
headers 表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 類型:字串 (或具有 resultType 字串的 Expression) 。 WebActivityTypePropertiesHeaders
httpRequestTimeout HTTP 要求取得回應的逾時。 格式為 TimeSpan (hh:mm:ss) 。 此值是取得回應的逾時,而不是活動逾時。 默認值為 00:01:00 (1 分鐘) 。 範圍從 1 到 10 分鐘
linkedServices 傳遞至 Web 端點的連結服務清單。 LinkedServiceReference[]
method 目標端點的 Rest API 方法。 “DELETE”
“GET”
「POST」
“PUT” (必要)
turnOffAsync 在 HTTP 202 回應的響應標頭中指定的位置上停用叫用 HTTP GET 的選項。 如果設為 true,它會停止在回應標頭中指定的 HTTP 位置上叫用 HTTP GET。 如果設定 false,則會繼續在 HTTP 回應標頭中指定的位置上叫用 HTTP GET 呼叫。 bool
url Web 活動目標端點和路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。

WebActivityAuthentication

名稱 描述
認證 (credential) 包含驗證資訊的認證參考。 CredentialReference
password PFX 檔案的密碼或基本身份驗證/密碼用於 ServicePrincipal 時 SecretBase
pfx 用於 ServicePrincipal 時,PFX 檔案或憑證的 Base64 編碼內容 SecretBase
資源 使用 MSI 驗證時,將會要求 Azure 驗證令牌的資源。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型 Web 活動驗證 (Basic/ClientCertificate/MSI/ServicePrincipal) 字串
使用者名稱 用於 ServicePrincipal 時,基本身份驗證或 ClientID 的 Web 活動驗證用戶名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
userTenant 使用 ServicePrincipal Authentication 時,將會要求 Azure 驗證令牌的 TenantId。 類型:字串 (或具有 resultType 字串的 Expression) 。

CredentialReference

名稱 描述
referenceName 參考認證名稱。 需要字串 ()
類型 認證參考類型。 “CredentialReference” (必要)
{自定義屬性}

WebActivityTypePropertiesHeaders

名稱 描述
{自定義屬性} 字串

WebHookActivity

名稱 描述
類型 活動的類型。 “WebHook” (必要)
原則 活動原則。 SecureInputOutputPolicy
typeProperties WebHook 活動屬性。 需要 WebHookActivityTypeProperties ()

WebHookActivityTypeProperties

名稱 描述
驗證 (authentication) 呼叫端點所使用的驗證方法。 WebActivityAuthentication
body 表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 Expression with resultType string) 。
headers 表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 類型:字串 (或具有 resultType 字串的 Expression) 。 WebHookActivityTypePropertiesHeaders
method 目標端點的 Rest API 方法。 “POST” (必要)
reportStatusOnCallBack 當設定為 true 時,活動將會取用回呼要求本文中的 statusCode、輸出和錯誤。 您可以在回呼要求中設定 statusCode >= 400,將活動標示為失敗。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
timeout 應回呼 Webhook 的逾時。 如果沒有指定任何值,則預設為10分鐘。 類型:字串。 模式: ( (\d+) .) ? (\d\d) : (60, ([0-5][0-9]) ) : (60, ([0-5][0-9]) ) 。 字串
url WebHook 活動目標端點和路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。

WebHookActivityTypePropertiesHeaders

名稱 描述
{自定義屬性} 字串

PipelineFolder

名稱 描述
NAME 這個管線所在的資料夾名稱。 字串

ParameterDefinitionSpecification

名稱 描述
{自定義屬性} ParameterSpecification

ParameterSpecification

名稱 描述
defaultValue 參數的預設值。
類型 參數類型。 “Array”
“Bool”
“Float”
“Int”
“Object”
“SecureString”
“String” (必要)

PipelinePolicy

名稱 描述
elapsedTimeMetric 管線耗用時間計量原則。 PipelineElapsedTimeMetricPolicy

PipelineElapsedTimeMetricPolicy

名稱 描述
持續時間 TimeSpan 值,之後就會引發 Azure 監視計量。

PipelineRunDimensions

名稱 描述
{自定義屬性}

VariableDefinitionSpecification

名稱 描述
{自定義屬性} VariableSpecification

VariableSpecification

名稱 描述
defaultValue 變數的預設值。
類型 變數類型。 “Array”
“Bool”
“String” (必要)