Share via


Microsoft.DataFactory 팩터리/파이프라인

Bicep 리소스 정의

팩터리/파이프라인 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.

리소스 형식

Microsoft.DataFactory/factories/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'
      }
    }
  }
}

활동 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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'
    }
  }

Until의 경우 다음을 사용합니다.

  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()
  }

대기의 경우 다음을 사용합니다.

  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 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

TarGZipReadSettings의 경우 다음을 사용합니다.

  type: 'TarGZipReadSettings'
  preserveCompressionFileNameAsFolder: any()

TarReadSettings의 경우 다음을 사용합니다.

  type: 'TarReadSettings'
  preserveCompressionFileNameAsFolder: any()

ZipDeflateReadSettings의 경우 다음을 사용합니다.

  type: 'ZipDeflateReadSettings'
  preserveZipFileNameAsFolder: any()

SecretBase 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

AzureKeyVaultSecret의 경우 다음을 사용합니다.

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

SecureString의 경우 다음을 사용합니다.

  type: 'SecureString'
  value: 'string'

FormatReadSettings 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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

속성 값

팩터리/파이프라인

Name Description
name 리소스 이름

Bicep에서 자식 리소스의 이름과 형식을 설정하는 방법을 참조하세요.
string(필수)

문자 제한: 1-260

유효한 문자:
다음을 사용할 수 없습니다.
<>*#.%&:\\+?/ 또는 제어 문자

영숫자로 시작합니다.
부모(parent) Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가하면 됩니다.

자세한 내용은 부모 리소스 외부의 자식 리소스를 참조하세요.
형식의 리소스에 대한 기호 이름: 팩터리
properties 파이프라인의 속성입니다. 파이프라인 (필수)

파이프라인

Name Description
작업 파이프라인의 활동 목록입니다. Activity[]
주석 파이프라인을 설명하는 데 사용할 수 있는 태그 목록입니다. any[]
동시성 파이프라인에 대한 최대 동시 실행 수입니다. int

제약 조건:
최소값 = 1
description 파이프라인의 설명입니다. 문자열
폴더 이 파이프라인이 있는 폴더입니다. 지정하지 않으면 파이프라인이 루트 수준에 표시됩니다. PipelineFolder
매개 변수 파이프라인에 대한 매개 변수 목록입니다. ParameterDefinitionSpecification
policy 파이프라인 정책. PipelinePolicy
runDimensions 파이프라인에서 내보낸 차원입니다. PipelineRunDimensions
variables 파이프라인에 대한 변수 목록입니다. VariableDefinitionSpecification

활동

이름 Description
dependsOn 작업은 조건에 따라 달라집니다. ActivityDependency[]
description 활동 설명입니다. 문자열
name 활동 이름입니다. string(필수)
onInactiveMarkAs 상태가 비활성으로 설정된 경우 작업의 상태 결과입니다. 이 속성은 선택적 속성이며 활동이 비활성 상태일 때 제공되지 않으면 기본적으로 상태 Succeeded가 됩니다. '실패'
'건너뛰기'
'성공'
state 활동 상태입니다. 선택적 속성이며 제공되지 않으면 기본적으로 상태가 활성입니다. '활성'
'비활성'
userProperties 활동 사용자 속성입니다. UserProperty[]
형식 개체 형식 설정 AppendVariable
AzureDataExplorerCommand
AzureFunctionActivity
AzureMLBatchExecution
AzureMLExecutePipeline
AzureMLUpdateResource
Copy
사용자 지정
DatabricksNotebook
DatabricksSparkJar
DatabricksSparkPython
DataLakeAnalyticsU-SQL
Delete
ExecuteDataFlow
ExecutePipeline
ExecuteSSISPackage
ExecuteWranglingDataflow
Fail
Filter
ForEach
GetMetadata
HDInsightHive
HDInsightMapReduce
HDInsightPig
HDInsightSpark
HDInsightStreaming
IfCondition
조회
스크립트
SetVariable
SparkJob
SqlServerStoredProcedure
스위치
SynapseNotebook
Until
유효성 검사
Wait
WebActivity
WebHook (필수)

ActivityDependency

Name Description
활동 활동 이름입니다. string(필수)
dependencyConditions 종속성에 대한 Match-Condition. 다음 중 어느 것을 포함하는 문자열 배열:
'완료됨'
'실패'
'건너뛰기'
'성공'(필수)
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

UserProperty

Name Description
name 사용자 속성 이름입니다. string(필수)
사용자 속성 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

AppendVariableActivity

Name Description
형식 활동의 유형입니다. 'AppendVariable'(필수)
typeProperties 변수 활동 속성을 추가합니다. AppendVariableActivityTypeProperties (필수)

AppendVariableActivityTypeProperties

Name Description
추가할 값입니다. 형식: 변수 항목의 정적 값 일치 형식이거나 변수 항목의 resultType 일치 형식이 있는 Expression일 수 있습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
variableName 값을 추가해야 하는 변수의 이름입니다. string

AzureDataExplorerCommandActivity

Name Description
형식 활동의 유형입니다. 'AzureDataExplorerCommand'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Azure Data Explorer 명령 작업 속성입니다. AzureDataExplorerCommandActivityTypeProperties (필수)

LinkedServiceReference

Name Description
매개 변수 LinkedService에 대한 인수입니다. ParameterValueSpecification
referenceName LinkedService 이름을 참조합니다. string(필수)
형식 연결된 서비스 참조 유형입니다. 'LinkedServiceReference'(필수)

ParameterValueSpecification

Name Description
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

ActivityPolicy

Name Description
retry 최대 일반 재시도 시도. 기본값은 0입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0. Bicep의 경우 any() 함수를 사용할 수 있습니다.
retryIntervalInSeconds 각 재시도 간격(초)입니다. 기본값은 30초입니다. int

제약 조건:
최소값 = 30
최대값 = 86400
secureInput true로 설정하면 작업의 입력이 안전한 것으로 간주되어 모니터링에 기록되지 않습니다. bool
secureOutput true로 설정하면 작업의 출력은 안전한 것으로 간주되며 모니터링에 기록되지 않습니다. bool
시간 제한 작업 실행에 대한 시간 제한을 지정합니다. 기본 시간 제한은 7일입니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureDataExplorerCommandActivityTypeProperties

Name Description
명령을 사용합니다. Azure Data Explorer 명령 구문에 따라 컨트롤 명령입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
commandTimeout 제어 명령 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).) Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureFunctionActivity

Name Description
형식 활동의 유형입니다. 'AzureFunctionActivity'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Azure Function 활동 속성입니다. AzureFunctionActivityTypeProperties (필수)

AzureFunctionActivityTypeProperties

Name Description
본문 엔드포인트로 전송될 페이로드를 나타냅니다. POST/PUT 메서드에 필요하며 GET 메서드 Type: string(또는 resultType 문자열이 있는 식)에는 허용되지 않습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
functionName Azure Function Activity가 호출할 함수의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
headers 요청으로 전송될 헤더를 나타냅니다. 예를 들어 요청에 언어 및 형식을 설정하려면 다음을 수행합니다. "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. 형식: string(또는 resultType 문자열이 있는 식). AzureFunctionActivityTypePropertiesHeaders
method 대상 엔드포인트에 대한 Rest API 메서드입니다. 'DELETE'
'GET'
'HEAD'
'OPTIONS'
'POST'
'PUT'
'TRACE'(필수)

AzureFunctionActivityTypePropertiesHeaders

Name Description
{customized property} 문자열

AzureMLBatchExecutionActivity

Name Description
형식 활동의 유형입니다. 'AzureMLBatchExecution'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Azure ML Batch 실행 작업 속성입니다. AzureMLBatchExecutionActivityTypeProperties (필수)

AzureMLBatchExecutionActivityTypeProperties

Name Description
globalParameters Azure ML Batch Execution Service 엔드포인트에 전달할 키,값 쌍입니다. 키는 게시된 Azure ML 웹 서비스에 정의된 웹 서비스 매개 변수의 이름과 일치해야 합니다. 값은 Azure ML 일괄 처리 실행 요청의 GlobalParameters 속성에 전달됩니다. AzureMLBatchExecutionActivityTypePropertiesGlobalPar...
webServiceInputs 키, 값 쌍, Azure ML 엔드포인트의 웹 서비스 입력 이름을 입력 Blob 위치를 지정하는 AzureMLWebServiceFile 개체에 매핑합니다. 이 정보는 Azure ML 일괄 처리 실행 요청의 WebServiceInputs 속성에 전달됩니다. AzureMLBatchExecutionActivityTypePropertiesWebServic...
webServiceOutputs 키, 값 쌍, Azure ML 엔드포인트의 웹 서비스 출력 이름을 출력 Blob 위치를 지정하는 AzureMLWebServiceFile 개체에 매핑합니다. 이 정보는 Azure ML 일괄 처리 실행 요청의 WebServiceOutputs 속성에 전달됩니다. AzureMLBatchExecutionActivityTypePropertiesWebServic...

AzureMLBatchExecutionActivityTypePropertiesGlobalPar...

Name Description
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureMLBatchExecutionActivityTypePropertiesWebServic...

Name Description
{customized property} AzureMLWebServiceFile

AzureMLWebServiceFile

Name Description
filePath LinkedService에서 지정한 Azure Blob Storage 컨테이너 이름을 포함한 상대 파일 경로입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
linkedServiceName Azure ML WebService 입력/출력 파일이 있는 Azure Storage LinkedService에 대한 참조입니다. LinkedServiceReference (필수)

AzureMLBatchExecutionActivityTypePropertiesWebServic...

Name Description
{사용자 지정 속성} AzureMLWebServiceFile

AzureMLExecutePipelineActivity

Name Description
형식 활동의 유형입니다. 'AzureMLExecutePipeline'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Azure ML 파이프라인 실행 작업 속성입니다. AzureMLExecutePipelineActivityTypeProperties (필수)

AzureMLExecutePipelineActivityTypeProperties

Name Description
continueOnStepFailure 단계가 실패하는 경우 PipelineRun의 다른 단계를 계속 실행할지 여부입니다. 이 정보는 게시된 파이프라인 실행 요청의 continueOnStepFailure 속성에 전달됩니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
dataPathAssignments 다시 학습하지 않고 데이터 경로 할당을 변경하는 데 사용되는 사전입니다. 값은 게시된 파이프라인 실행 요청의 dataPathAssignments 속성에 전달됩니다. 형식: 개체(또는 resultType 개체가 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
experimentName 파이프라인 실행의 실행 기록 실험 이름입니다. 이 정보는 게시된 파이프라인 실행 요청의 ExperimentName 속성에 전달됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
mlParentRunId 부모 Azure ML Service 파이프라인 실행 ID입니다. 이 정보는 게시된 파이프라인 실행 요청의 ParentRunId 속성에 전달됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
mlPipelineEndpointId 게시된 Azure ML 파이프라인 엔드포인트의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
mlPipelineId 게시된 Azure ML 파이프라인의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
mlPipelineParameters 게시된 Azure ML 파이프라인 엔드포인트에 전달할 키,값 쌍입니다. 키는 게시된 파이프라인에 정의된 파이프라인 매개 변수의 이름과 일치해야 합니다. 값은 게시된 파이프라인 실행 요청의 ParameterAssignments 속성에 전달됩니다. 형식: 키 값 쌍이 있는 개체(또는 resultType 개체가 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
버전 게시된 Azure ML 파이프라인 엔드포인트의 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureMLUpdateResourceActivity

Name Description
형식 활동의 유형입니다. 'AzureMLUpdateResource'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Azure ML 업데이트 리소스 관리 작업 속성입니다. AzureMLUpdateResourceActivityTypeProperties (필수)

AzureMLUpdateResourceActivityTypeProperties

Name Description
trainedModelFilePath 업데이트 작업에서 업로드할 .ilearner 파일을 나타내는 trainedModelLinkedService의 상대 파일 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
trainedModelLinkedServiceName 업데이트 작업에서 업로드할 .ilearner 파일을 보유하는 Azure Storage 연결된 서비스의 이름입니다. LinkedServiceReference (필수)
trainedModelName 업데이트할 웹 서비스 실험에서 학습된 모델 모듈의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

CopyActivity

Name Description
형식 활동의 유형입니다. 'Copy'(필수)
입력 활동에 대한 입력 목록입니다. DatasetReference[]
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
outputs 활동에 대한 출력 목록입니다. DatasetReference[]
policy 활동 정책. ActivityPolicy
typeProperties 복사 작업 속성입니다. CopyActivityTypeProperties (필수)

DatasetReference

Name Description
매개 변수 데이터 세트에 대한 인수입니다. ParameterValueSpecification
referenceName 참조 데이터 세트 이름입니다. string(필수)
형식 데이터 세트 참조 형식입니다. 'DatasetReference'(필수)

CopyActivityTypeProperties

Name Description
dataIntegrationUnits 이 데이터 이동을 수행하는 데 사용할 수 있는 최대 데이터 통합 단위 수입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0. Bicep의 경우 any() 함수를 사용할 수 있습니다.
enableSkipIncompatibleRow 호환되지 않는 행을 건너뛸지 여부입니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
enableStaging 중간 스테이징을 통해 데이터를 복사할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
logSettings 로그를 사용하도록 설정할 때 고객이 제공해야 하는 로그 설정입니다. LogSettings
logStorageSettings (사용되지 않습니다. LogSettings) 세션 로그를 사용하도록 설정할 때 고객이 제공해야 하는 로그 스토리지 설정을 사용하세요. LogStorageSettings
parallelCopies 데이터 저장소 오버로드를 방지하기 위해 원본 또는 싱크에서 열린 최대 동시 세션 수입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0. Bicep의 경우 any() 함수를 사용할 수 있습니다.
보존 규칙을 유지합니다. any[]
preserveRules 규칙을 유지합니다. any[]
redirectIncompatibleRowSettings EnableSkipIncompatibleRow가 true인 경우 호환되지 않는 행 설정을 리디렉션합니다. RedirectIncompatibleRowSettings
싱크 싱크를 복사 작업. CopySink (필수)
skipErrorFile 데이터 일관성에 대한 내결함성을 지정합니다. SkipErrorFile
source 원본을 복사 작업. CopySource (필수)
stagingSettings EnableStaging가 true인 경우 중간 스테이징 설정을 지정합니다. StagingSettings
번역기 복사 작업 번역기. 지정하지 않으면 테이블 형식 번역기를 사용합니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
validateDataConsistency 데이터 일관성 유효성 검사를 사용하도록 설정할지 여부입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

LogSettings

Name Description
copyActivityLogSettings 복사 활동 로그에 대한 설정을 지정합니다. CopyActivityLogSettings
enableCopyActivityLog 복사 활동 로그를 사용하도록 설정할지 여부를 지정합니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
logLocationSettings 로그를 사용하도록 설정할 때 고객이 제공해야 하는 로그 위치 설정입니다. LogLocationSettings (필수)

CopyActivityLogSettings

Name Description
enableReliableLogging 신뢰할 수 있는 로깅을 사용할지 여부를 지정합니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
logLevel 로그 수준, 지원: 정보, 경고를 가져오거나 설정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

LogLocationSettings

Name Description
linkedServiceName 로그 스토리지 연결된 서비스 참조입니다. LinkedServiceReference (필수)
path 활동 실행의 자세한 로그를 저장하기 위한 스토리지 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

LogStorageSettings

Name Description
enableReliableLogging 신뢰할 수 있는 로깅을 사용할지 여부를 지정합니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
linkedServiceName 로그 스토리지 연결된 서비스 참조입니다. LinkedServiceReference (필수)
logLevel 로그 수준, 지원: 정보, 경고를 가져오거나 설정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
path 활동 실행의 자세한 로그를 저장하기 위한 스토리지 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

RedirectIncompatibleRowSettings

Name Description
linkedServiceName 호환되지 않는 행을 리디렉션하는 데 사용되는 Azure Storage, Storage SAS 또는 Azure Data Lake Store 연결된 서비스의 이름입니다. redirectIncompatibleRowSettings를 지정하는 경우 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
path 리디렉션 호환되지 않는 행 데이터를 저장하기 위한 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

CopySink

Name Description
disableMetricsCollection true이면 데이터 저장소 메트릭 컬렉션을 사용하지 않도록 설정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
maxConcurrentConnections 싱크 데이터 저장소의 최대 동시 연결 수입니다. 형식: 정수(또는 resultType 정수의 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sinkRetryCount 싱크 재시도 횟수입니다. 형식: 정수(또는 resultType 정수의 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sinkRetryWait 싱크 다시 시도 대기. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.
writeBatchSize 쓰기 일괄 처리 크기입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0. Bicep의 경우 any() 함수를 사용할 수 있습니다.
writeBatchTimeout 일괄 처리 시간 제한을 작성합니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.
형식 개체 형식 설정 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

Name Description
형식 싱크 형식을 복사합니다. 'AvroSink'(필수)
formatSettings Avro 형식 설정입니다. AvroWriteSettings
storeSettings Avro 저장소 설정입니다. StoreWriteSettings

AvroWriteSettings

Name Description
fileNamePrefix 파일 이름 패턴 {fileNamePrefix}_{fileIndex}을 지정합니다. partitionOptions 없이 파일 기반이 아닌 저장소에서 복사할 때 {fileExtension}입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
maxRowsPerFile 기록된 파일의 행 수를 지정된 개수보다 작거나 같도록 제한합니다. 형식: 정수(또는 resultType 정수가 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
recordName AVRO 사양에 필요한 쓰기 결과의 최상위 레코드 이름입니다. 문자열
recordNamespace 쓰기 결과에 네임스페이스를 기록합니다. 문자열
type 쓰기 설정 유형입니다. string(필수)
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

StoreWriteSettings

Name Description
copyBehavior 복사 싱크에 대한 복사 동작의 형식입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
disableMetricsCollection true이면 데이터 저장소 메트릭 수집을 사용하지 않도록 설정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
maxConcurrentConnections 원본 데이터 저장소의 최대 동시 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
metadata 싱크 데이터에 추가할 사용자 지정 메타데이터를 지정합니다. 형식: 개체의 배열(또는 개체의 resultType 배열이 있는 Expression)입니다. MetadataItem[]
형식 개체 유형 설정 AzureBlobFSWriteSettings
AzureBlobStorageWriteSettings
AzureDataLakeStoreWriteSettings
AzureFileStorageWriteSettings
FileServerWriteSettings
LakeHouseWriteSettings
SftpWriteSettings (필수)

MetadataItem

Name Description
name 메타데이터 항목 키 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
메타데이터 항목 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureBlobFSWriteSettings

Name Description
형식 쓰기 설정 유형입니다. 'AzureBlobFSWriteSettings'(필수)
blockSizeInMB Blob에 데이터를 쓸 때 블록 크기(MB)를 나타냅니다. 형식: 정수(또는 resultType 정수의 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureBlobStorageWriteSettings

Name Description
형식 쓰기 설정 유형입니다. 'AzureBlobStorageWriteSettings'(필수)
blockSizeInMB Blob에 데이터를 쓸 때 블록 크기(MB)를 나타냅니다. 형식: 정수(또는 resultType 정수의 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureDataLakeStoreWriteSettings

Name Description
형식 쓰기 설정 유형입니다. 'AzureDataLakeStoreWriteSettings'(필수)
expiryDateTime 작성된 파일의 만료 시간을 지정합니다. 시간은 UTC 표준 시간대에 "2018-12-01T05:00:00Z" 형식으로 적용됩니다. 기본값은 NULL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureFileStorageWriteSettings

Name Description
형식 쓰기 설정 유형입니다. 'AzureFileStorageWriteSettings'(필수)

FileServerWriteSettings

Name Description
형식 쓰기 설정 유형입니다. 'FileServerWriteSettings'(필수)

LakeHouseWriteSettings

Name Description
형식 쓰기 설정 유형입니다. 'LakeHouseWriteSettings'(필수)

SftpWriteSettings

Name Description
형식 쓰기 설정 유형입니다. 'SftpWriteSettings'(필수)
operationTimeout 각 청크를 SFTP 서버에 쓰기 위한 시간 제한을 지정합니다. 기본값: 01:00:00(1시간). 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
useTempFileRename 임시 파일에 업로드하고 이름을 바꿉니다. SFTP 서버에서 이름 바꾸기 작업을 지원하지 않는 경우 이 옵션을 사용하지 않도록 설정합니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureBlobFSSink

Name Description
형식 싱크 형식을 복사합니다. 'AzureBlobFSSink'(필수)
copyBehavior 복사 싱크의 복사 동작 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
metadata 싱크 데이터에 추가할 사용자 지정 메타데이터를 지정합니다. 형식: 개체의 배열(또는 resultType 개체 배열이 있는 Expression)입니다. MetadataItem[]

AzureDatabricksDeltaLakeSink

Name Description
형식 싱크 형식을 복사합니다. 'AzureDatabricksDeltaLakeSink'(필수)
importSettings Azure Databricks Delta Lake 가져오기 설정. AzureDatabricksDeltaLakeImportCommand
preCopyScript SQL 사전 복사 스크립트. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureDatabricksDeltaLakeImportCommand

Name Description
dateFormat Azure Databricks Delta Lake Copy에서 csv의 날짜 형식을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
timestampFormat Azure Databricks Delta Lake Copy에서 csv에 대한 타임스탬프 형식을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
형식 가져오기 설정 유형입니다. string(필수)
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureDataExplorerSink

Name Description
형식 싱크 형식을 복사합니다. 'AzureDataExplorerSink'(필수)
flushImmediately true로 설정하면 집계를 건너뜁습니다. 기본값은 false입니다. 형식: 부울입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
ingestionMappingAsJson json 형식으로 제공되는 명시적 열 매핑 설명입니다. 형식: 문자열입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
ingestionMappingName 대상 Kusto 테이블에 정의된 미리 만들어진 csv 매핑의 이름입니다. 형식: 문자열입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureDataLakeStoreSink

Name Description
형식 싱크 형식을 복사합니다. 'AzureDataLakeStoreSink'(필수)
copyBehavior 복사 싱크의 복사 동작 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
enableAdlsSingleFileParallel 단일 파일 병렬. Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureMySqlSink

Name Description
형식 싱크 형식을 복사합니다. 'AzureMySqlSink'(필수)
preCopyScript 복사를 시작하기 전에 실행할 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzurePostgreSqlSink

Name Description
형식 싱크 형식을 복사합니다. 'AzurePostgreSqlSink'(필수)
preCopyScript 복사를 시작하기 전에 실행할 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureQueueSink

Name Description
형식 싱크 형식을 복사합니다. 'AzureQueueSink'(필수)

AzureSearchIndexSink

Name Description
형식 싱크 형식을 복사합니다. 'AzureSearchIndexSink'(필수)
writeBehavior Azure Search 인덱스에 문서를 업서팅할 때 쓰기 동작을 지정합니다. 'Merge'
'업로드'

AzureSqlSink

Name Description
형식 싱크 형식을 복사합니다. 'AzureSqlSink'(필수)
preCopyScript SQL 사전 복사 스크립트. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sqlWriterStoredProcedureName SQL 기록기 저장 프로시저 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sqlWriterTableType SQL 기록기 테이블 형식입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sqlWriterUseTableLock 대량 복사 중에 테이블 잠금을 사용할지 여부입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
storedProcedureParameters SQL 저장 프로시저 매개 변수. Bicep의 경우 any() 함수를 사용할 수 있습니다.
storedProcedureTableTypeParameterName 테이블 형식의 저장 프로시저 매개 변수 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableOption 싱크 테이블을 처리하는 옵션(예: 자동만들기). 지금은 'autoCreate' 값만 지원됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
upsertSettings SQL upsert 설정. SqlUpsertSettings
writeBehavior 데이터를 Azure SQL 복사할 때 동작을 씁니다. 형식: SqlWriteBehaviorEnum(또는 resultType SqlWriteBehaviorEnum이 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.

SqlUpsertSettings

Name Description
interimSchemaName 중간 테이블의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
고유 행 식별을 위한 키 열 이름입니다. 형식: 문자열 배열(또는 resultType 문자열 배열이 있는 식)입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useTempDB upsert 중간 테이블에 임시 db를 사용할지 여부를 지정합니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureTableSink

Name Description
형식 싱크 형식을 복사합니다. 'AzureTableSink'(필수)
azureTableDefaultPartitionKeyValue Azure Table 기본 파티션 키 값입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
azureTableInsertType Azure 테이블 삽입 유형입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
azureTablePartitionKeyName Azure 테이블 파티션 키 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
azureTableRowKeyName Azure 테이블 행 키 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

BinarySink

Name Description
형식 싱크 형식을 복사합니다. 'BinarySink'(필수)
storeSettings 이진 저장소 설정. StoreWriteSettings

BlobSink

Name Description
형식 싱크 형식을 복사합니다. 'BlobSink'(필수)
blobWriterAddHeader Blob 기록기에서 헤더를 추가합니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
blobWriterDateTimeFormat Blob 기록기 날짜 시간 형식입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
blobWriterOverwriteFiles Blob 기록기는 파일을 덮어씁니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
copyBehavior 복사 싱크에 대한 복사 동작의 형식입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
metadata 싱크 데이터에 추가할 사용자 지정 메타데이터를 지정합니다. 형식: 개체의 배열(또는 개체의 resultType 배열이 있는 Expression)입니다. MetadataItem[]

CommonDataServiceForAppsSink

Name Description
형식 싱크 형식을 복사합니다. 'CommonDataServiceForAppsSink'(필수)
alternateKeyName 레코드를 업서팅할 때 사용할 대체 키의 논리적 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
ignoreNullValues 쓰기 작업 중에 입력 데이터 세트(키 필드 제외)에서 null 값을 무시할지 여부를 나타내는 플래그입니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
writeBehavior 작업의 쓰기 동작입니다. 'Upsert'(필수)

CosmosDbMongoDbApiSink

Name Description
형식 싱크 형식을 복사합니다. 'CosmosDbMongoDbApiSink'(필수)
writeBehavior 키가 같은 문서를 예외(삽입)를 throw하는 대신 덮어쓸지(upsert) 여부를 지정합니다. 기본값은 "insert"입니다. 형식: string(또는 resultType 문자열이 있는 식). 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

CosmosDbSqlApiSink

Name Description
형식 싱크 형식을 복사합니다. 'CosmosDbSqlApiSink'(필수)
writeBehavior Azure Cosmos DB에 데이터를 쓰는 방법을 설명합니다. 형식: string(또는 resultType 문자열이 있는 식). 허용되는 값은 insert 및 upsert입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

DelimitedTextSink

Name Description
형식 싱크 형식을 복사합니다. 'DelimitedTextSink'(필수)
formatSettings DelimitedText 형식 설정입니다. DelimitedTextWriteSettings
storeSettings DelimitedText 저장소 설정입니다. StoreWriteSettings

DelimitedTextWriteSettings

Name Description
fileExtension 파일을 만드는 데 사용되는 파일 확장명입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
fileNamePrefix 파일 이름 패턴 {fileNamePrefix}_{fileIndex}을 지정합니다. partitionOptions 없이 파일 기반이 아닌 저장소에서 복사할 때 {fileExtension}입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
maxRowsPerFile 기록된 파일의 행 수를 지정된 개수보다 작거나 같도록 제한합니다. 형식: 정수(또는 resultType 정수가 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
quoteAllText 문자열 값을 항상 따옴표로 묶어야 하는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
형식 쓰기 설정 유형입니다. string(필수)
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

DocumentDbCollectionSink

Name Description
형식 싱크 형식을 복사합니다. 'DocumentDbCollectionSink'(필수)
nestingSeparator 중첩된 속성 구분 기호입니다. 기본값은 입니다. 식별합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
writeBehavior Azure Cosmos DB에 데이터를 쓰는 방법을 설명합니다. 형식: string(또는 resultType 문자열이 있는 식). 허용되는 값은 insert 및 upsert입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

DynamicsCrmSink

Name Description
형식 싱크 형식을 복사합니다. 'DynamicsCrmSink'(필수)
alternateKeyName 레코드를 업서팅할 때 사용할 대체 키의 논리적 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
ignoreNullValues 쓰기 작업 중에 입력 데이터 세트(키 필드 제외)에서 null 값을 무시할지 여부를 나타내는 플래그입니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
writeBehavior 작업의 쓰기 동작입니다. 'Upsert'(필수)

DynamicsSink

Name Description
형식 싱크 형식을 복사합니다. 'DynamicsSink'(필수)
alternateKeyName 레코드를 업서팅할 때 사용할 대체 키의 논리적 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
ignoreNullValues 쓰기 작업 중에 입력 데이터 세트(키 필드 제외)에서 null 값을 무시할지 여부를 나타내는 플래그입니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
writeBehavior 작업의 쓰기 동작입니다. 'Upsert'(필수)

FileSystemSink

Name Description
형식 싱크 형식을 복사합니다. 'FileSystemSink'(필수)
copyBehavior 복사 싱크에 대한 복사 동작의 형식입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

InformixSink

Name Description
형식 싱크 형식을 복사합니다. 'InformixSink'(필수)
preCopyScript 복사를 시작하기 전에 실행할 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

JsonSink

Name Description
형식 싱크 형식을 복사합니다. 'JsonSink'(필수)
formatSettings Json 형식 설정. JsonWriteSettings
storeSettings Json 저장소 설정입니다. StoreWriteSettings

JsonWriteSettings

Name Description
filePattern JSON의 파일 패턴입니다. 이 설정은 JSON 개체의 컬렉션을 처리하는 방법을 제어합니다. 기본값은 'setOfObjects'입니다. 이 대/소문자 구분 합니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
형식 쓰기 설정 유형입니다. string(필수)
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

LakeHouseTableSink

Name Description
형식 싱크 형식을 복사합니다. 'LakeHouseTableSink'(필수)
partitionNameList 싱크 열에서 파티션 열 이름을 지정합니다. 형식: 개체의 배열(또는 개체의 resultType 배열이 있는 Expression)입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionOption 하나 이상의 열을 기반으로 폴더 구조에 파티션을 만듭니다. 각 고유 열 값(쌍)은 새 파티션이 됩니다. 가능한 값은 "None", "PartitionByKey"입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableActionOption LakeHouse 테이블 싱크에 대한 테이블 동작의 형식입니다. 가능한 값은 "None", "Append", "Overwrite"입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

MicrosoftAccessSink

Name Description
형식 싱크 형식을 복사합니다. 'MicrosoftAccessSink'(필수)
preCopyScript 복사를 시작하기 전에 실행할 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

MongoDbAtlasSink

Name Description
형식 싱크 형식을 복사합니다. 'MongoDbAtlasSink'(필수)
writeBehavior 키가 같은 문서를 예외(삽입)를 throw하는 대신 덮어쓸지(upsert) 여부를 지정합니다. 기본값은 "insert"입니다. 형식: string(또는 resultType 문자열이 있는 식). 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

MongoDbV2Sink

Name Description
형식 싱크 형식을 복사합니다. 'MongoDbV2Sink'(필수)
writeBehavior 키가 같은 문서를 예외(삽입)를 throw하는 대신 덮어쓸지(upsert) 여부를 지정합니다. 기본값은 "insert"입니다. 형식: string(또는 resultType 문자열이 있는 식). 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

OdbcSink

Name Description
형식 싱크 형식을 복사합니다. 'OdbcSink'(필수)
preCopyScript 복사를 시작하기 전에 실행할 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

파이프라인

Name Description
형식 싱크 형식을 복사합니다. 'OracleSink'(필수)
preCopyScript SQL 사전 복사 스크립트. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

OrcSink

Name Description
형식 싱크 형식을 복사합니다. 'OrcSink'(필수)
formatSettings ORC 형식 설정. OrcWriteSettings
storeSettings ORC 저장소 설정. StoreWriteSettings

OrcWriteSettings

Name Description
fileNamePrefix 파일 이름 패턴 {fileNamePrefix}_{fileIndex}을 지정합니다. partitionOptions 없이 파일 기반이 아닌 저장소에서 복사할 때 {fileExtension}입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
maxRowsPerFile 기록된 파일의 행 수를 지정된 개수보다 작거나 같도록 제한합니다. 형식: 정수(또는 resultType 정수가 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
형식 쓰기 설정 유형입니다. string(필수)
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

ParquetSink

Name Description
형식 싱크 형식을 복사합니다. 'ParquetSink'(필수)
formatSettings Parquet 형식 설정입니다. ParquetWriteSettings
storeSettings Parquet 저장소 설정입니다. StoreWriteSettings

ParquetWriteSettings

Name Description
fileNamePrefix 파일 이름 패턴 {fileNamePrefix}_{fileIndex}을 지정합니다. partitionOptions 없이 파일 기반이 아닌 저장소에서 복사할 때 {fileExtension}입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
maxRowsPerFile 기록된 파일의 행 수를 지정된 개수보다 작거나 같도록 제한합니다. 형식: 정수(또는 resultType 정수가 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
형식 쓰기 설정 유형입니다. string(필수)
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

RestSink

Name Description
형식 싱크 형식을 복사합니다. 'RestSink'(필수)
additionalHeaders RESTful API에 대한 요청의 추가 HTTP 헤더입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다). Bicep의 경우 any() 함수를 사용할 수 있습니다.
httpCompressionType Http 압축 유형 - 최적 압축 수준으로 압축된 형식으로 데이터를 보냅니다. 기본값은 없음입니다. 지원되는 유일한 옵션은 Gzip입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
httpRequestTimeout HTTP 응답을 가져올 시간 제한(TimeSpan)입니다. 응답 데이터를 읽는 시간 제한이 아니라, 응답을 받을 시간 제한입니다. 기본값: 00:01:40. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.
requestInterval 다음 요청을 보내기 전에 대기할 시간(밀리초) Bicep의 경우 any() 함수를 사용할 수 있습니다.
requestMethod RESTful API를 호출하는 데 사용되는 HTTP 메서드입니다. 기본값은 POST입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SalesforceServiceCloudSink

Name Description
형식 싱크 형식을 복사합니다. 'SalesforceServiceCloudSink'(필수)
externalIdFieldName upsert 작업의 외부 ID 필드 이름입니다. 기본값은 'Id' 열입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
ignoreNullValues 쓰기 작업 중에 입력 데이터 세트(키 필드 제외)에서 null 값을 무시할지 여부를 나타내는 플래그입니다. 기본값은 false입니다. true로 설정하면 ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 변경하지 않고 삽입 작업을 수행할 때 정의된 기본값을 삽입합니다. ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 NULL로 업데이트하고 삽입 작업을 수행할 때 NULL 값을 삽입합니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
writeBehavior 작업의 쓰기 동작입니다. 기본값은 Insert입니다. 'Insert'
'Upsert'

SalesforceServiceCloudV2Sink

Name Description
형식 싱크 형식을 복사합니다. 'SalesforceServiceCloudV2Sink'(필수)
externalIdFieldName upsert 작업의 외부 ID 필드 이름입니다. 기본값은 'Id' 열입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
ignoreNullValues 쓰기 작업 중에 입력 데이터 세트(키 필드 제외)에서 null 값을 무시할지 여부를 나타내는 플래그입니다. 기본값은 false입니다. true로 설정하면 ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 변경하지 않고 삽입 작업을 수행할 때 정의된 기본값을 삽입합니다. ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 NULL로 업데이트하고 삽입 작업을 수행할 때 NULL 값을 삽입합니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
writeBehavior 작업의 쓰기 동작입니다. 기본값은 Insert입니다. 'Insert'
'Upsert'

SalesforceSink

Name Description
형식 싱크 형식을 복사합니다. 'SalesforceSink'(필수)
externalIdFieldName upsert 작업의 외부 ID 필드 이름입니다. 기본값은 'Id' 열입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
ignoreNullValues 쓰기 작업 중에 입력 데이터 세트(키 필드 제외)에서 null 값을 무시할지 여부를 나타내는 플래그입니다. 기본값은 false입니다. true로 설정하면 ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 변경하지 않고 삽입 작업을 수행할 때 정의된 기본값을 삽입합니다. ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 NULL로 업데이트하고 삽입 작업을 수행할 때 NULL 값을 삽입합니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
writeBehavior 작업의 쓰기 동작입니다. 기본값은 Insert입니다. 'Insert'
'Upsert'

SalesforceV2Sink

Name Description
형식 싱크 형식을 복사합니다. 'SalesforceV2Sink'(필수)
externalIdFieldName upsert 작업의 외부 ID 필드 이름입니다. 기본값은 'Id' 열입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
ignoreNullValues 쓰기 작업 중에 입력 데이터 세트(키 필드 제외)에서 null 값을 무시할지 여부를 나타내는 플래그입니다. 기본값은 false입니다. true로 설정하면 ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 변경하지 않고 삽입 작업을 수행할 때 정의된 기본값을 삽입합니다. ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 NULL로 업데이트하고 삽입 작업을 수행할 때 NULL 값을 삽입합니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
writeBehavior 작업의 쓰기 동작입니다. 기본값은 Insert입니다. 'Insert'
'Upsert'

SapCloudForCustomerSink

Name Description
형식 싱크 형식을 복사합니다. 'SapCloudForCustomerSink'(필수)
httpRequestTimeout HTTP 응답을 가져올 시간 제한(TimeSpan)입니다. 응답 데이터를 읽는 시간 제한이 아니라, 응답을 받을 시간 제한입니다. 기본값: 00:05:00. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.
writeBehavior 작업의 쓰기 동작입니다. 기본값은 'Insert'입니다. 'Insert'
'Update'

SnowflakeSink

Name Description
형식 싱크 형식을 복사합니다. 'SnowflakeSink'(필수)
importSettings Snowflake 가져오기 설정입니다. SnowflakeImportCopyCommand
preCopyScript SQL 사전 복사 스크립트. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SnowflakeImportCopyCommand

Name Description
additionalCopyOptions 눈송이 복사 명령에 직접 전달되는 추가 복사 옵션입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다)(또는 resultType 개체가 있는 Expression). 예: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS. FF'" } SnowflakeImportCopyCommandAdditionalCopyOptions
additionalFormatOptions 눈송이 복사 명령에 직접 전달되는 추가 형식 옵션입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다)(또는 resultType 개체가 있는 Expression). 예: "additionalFormatOptions": { "FORCE": "TRUE", "LOAD_UNCERTAIN_FILES": "'FALSE'" } SnowflakeImportCopyCommandAdditionalFormatOptions
형식 가져오기 설정 유형입니다. string(필수)
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

SnowflakeImportCopyCommandAdditionalCopyOptions

Name Description
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

SnowflakeImportCopyCommandAdditionalFormatOptions

Name Description
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

SnowflakeV2Sink

Name Description
형식 싱크 형식을 복사합니다. 'SnowflakeV2Sink'(필수)
importSettings Snowflake 가져오기 설정입니다. SnowflakeImportCopyCommand
preCopyScript SQL 사전 복사 스크립트. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

파이프라인

Name Description
형식 싱크 형식을 복사합니다. 'SqlDWSink'(필수)
allowCopyCommand 복사 명령을 사용하여 SQL Data Warehouse 데이터를 복사하도록 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
allowPolyBase 해당하는 경우 PolyBase를 사용하여 SQL Data Warehouse 데이터를 복사하도록 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
copyCommandSettings allowCopyCommand가 true인 경우 복사 명령 관련 설정을 지정합니다. DWCopyCommandSettings
polyBaseSettings allowPolyBase가 true인 경우 PolyBase 관련 설정을 지정합니다. PolybaseSettings
preCopyScript SQL 사전 복사 스크립트. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sqlWriterUseTableLock 대량 복사 중에 테이블 잠금을 사용할지 여부입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableOption 싱크 테이블을 처리하는 옵션(예: 자동만들기). 지금은 'autoCreate' 값만 지원됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
upsertSettings SQL DW upsert 설정. SqlDWUpsertSettings
writeBehavior Azure SQL DW에 데이터를 복사할 때 동작을 씁니다. 형식: SqlDWWriteBehaviorEnum(또는 resultType SqlDWWriteBehaviorEnum이 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.

DWCopyCommandSettings

Name Description
additionalOptions 복사 명령에서 SQL DW에 직접 전달되는 추가 옵션입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다)(또는 resultType 개체가 있는 Expression). 예: "additionalOptions": { "MAXERRORS": "1000", "DATEFORMAT": "'ymd'" } DWCopyCommandSettingsAdditionalOptions
defaultValues SQL DW의 각 대상 열에 대한 기본값을 지정합니다. 속성의 기본값은 DB에 설정된 DEFAULT 제약 조건을 덮어쓰며 ID 열에는 기본값이 있을 수 없습니다. 형식: 개체의 배열(또는 개체의 resultType 배열이 있는 Expression)입니다. DWCopyCommandDefaultValue[]

DWCopyCommandSettingsAdditionalOptions

Name Description
{customized property} 문자열

DWCopyCommandDefaultValue

Name Description
columnName 열 이름입니다. 형식: 개체(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
defaultValue 열의 기본값입니다. 형식: 개체(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

PolybaseSettings

Name Description
rejectSampleValue PolyBase가 거부된 행의 백분율을 다시 계산하기 전에 검색하려는 행 수를 결정합니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소: 0. Bicep의 경우 any() 함수를 사용할 수 있습니다.
rejectType 거부 형식입니다. 'percentage'
'value'
rejectValue 쿼리가 실패할 때까지 거부될 수 있는 값 또는 행의 백분율을 지정합니다. 형식: number(또는 resultType 번호가 있는 식), 최소: 0. Bicep의 경우 any() 함수를 사용할 수 있습니다.
useTypeDefault PolyBase가 텍스트 파일에서 데이터를 검색할 경우 구분된 텍스트 파일에서 누락된 값을 처리하는 방법을 지정합니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

SqlDWUpsertSettings

Name Description
interimSchemaName 중간 테이블의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
고유 행 식별을 위한 키 열 이름입니다. 형식: 문자열 배열(또는 resultType 문자열 배열이 있는 식)입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

SqlMISink

Name Description
형식 싱크 형식을 복사합니다. 'SqlMISink'(필수)
preCopyScript SQL 사전 복사 스크립트. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sqlWriterStoredProcedureName SQL 기록기 저장 프로시저 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sqlWriterTableType SQL 기록기 테이블 형식입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sqlWriterUseTableLock 대량 복사 중에 테이블 잠금을 사용할지 여부입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
storedProcedureParameters SQL 저장 프로시저 매개 변수. Bicep의 경우 any() 함수를 사용할 수 있습니다.
storedProcedureTableTypeParameterName 테이블 형식의 저장 프로시저 매개 변수 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableOption 싱크 테이블을 처리하는 옵션(예: 자동만들기). 지금은 'autoCreate' 값만 지원됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
upsertSettings SQL upsert 설정. SqlUpsertSettings
writeBehavior Azure SQL MI로 데이터를 복사할 때의 흰색 동작입니다. 형식: string(또는 resultType 문자열이 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.

SqlServerSink

Name Description
형식 싱크 형식을 복사합니다. 'SqlServerSink'(필수)
preCopyScript SQL 사전 복사 스크립트. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sqlWriterStoredProcedureName SQL 기록기 저장 프로시저 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sqlWriterTableType SQL 기록기 테이블 형식입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sqlWriterUseTableLock 대량 복사 중에 테이블 잠금을 사용할지 여부입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
storedProcedureParameters SQL 저장 프로시저 매개 변수. Bicep의 경우 any() 함수를 사용할 수 있습니다.
storedProcedureTableTypeParameterName 테이블 형식의 저장 프로시저 매개 변수 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableOption 싱크 테이블을 처리하는 옵션(예: 자동만들기). 지금은 'autoCreate' 값만 지원됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
upsertSettings SQL upsert 설정. SqlUpsertSettings
writeBehavior SQL Server에 데이터를 복사할 때 동작을 씁니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

파이프라인

Name Description
형식 싱크 형식을 복사합니다. 'SqlSink'(필수)
preCopyScript SQL 사전 복사 스크립트. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sqlWriterStoredProcedureName SQL 기록기 저장 프로시저 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sqlWriterTableType SQL 기록기 테이블 형식입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sqlWriterUseTableLock 대량 복사 중에 테이블 잠금을 사용할지 여부입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
storedProcedureParameters SQL 저장 프로시저 매개 변수. Bicep의 경우 any() 함수를 사용할 수 있습니다.
storedProcedureTableTypeParameterName 테이블 형식의 저장 프로시저 매개 변수 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableOption 싱크 테이블을 처리하는 옵션(예: 자동만들기). 지금은 'autoCreate' 값만 지원됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
upsertSettings SQL upsert 설정. SqlUpsertSettings
writeBehavior sql에 데이터를 복사할 때 동작을 씁니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

WarehouseSink

Name Description
형식 싱크 형식을 복사합니다. 'WarehouseSink'(필수)
allowCopyCommand 복사 명령을 사용하여 SQL Data Warehouse 데이터를 복사하도록 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
copyCommandSettings allowCopyCommand가 true인 경우 복사 명령 관련 설정을 지정합니다. DWCopyCommandSettings
preCopyScript SQL 사전 복사 스크립트. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableOption 싱크 테이블을 처리하는 옵션(예: 자동만들기). 지금은 'autoCreate' 값만 지원됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
writeBehavior azure Microsoft Fabric Data Warehouse 데이터를 복사할 때 동작을 씁니다. 형식: DWWriteBehaviorEnum(또는 resultType DWWriteBehaviorEnum이 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.

SkipErrorFile

Name Description
dataInconsistency 원본/싱크 파일이 다른 동시 쓰기에 의해 변경된 경우 건너뜁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
fileMissing 복사하는 동안 다른 클라이언트에서 파일을 삭제한 경우 건너뜁니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

CopySource

Name Description
disableMetricsCollection true이면 데이터 저장소 메트릭 컬렉션을 사용하지 않도록 설정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
maxConcurrentConnections 원본 데이터 저장소의 최대 동시 연결 수입니다. 형식: 정수(또는 resultType 정수의 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sourceRetryCount 원본 재시도 횟수입니다. 형식: 정수(또는 resultType 정수의 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sourceRetryWait 원본 다시 시도 대기. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.
형식 개체 형식 설정 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로 설정해야 합니다.

Name Description
형식 원본 형식을 복사합니다. 'AmazonMWSSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

AmazonRdsForOracleSource

Name Description
형식 원본 형식을 복사합니다. 'AmazonRdsForOracleSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
oracleReaderQuery AmazonRdsForOracle 판독기 쿼리. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionOption AmazonRdsForOracle에 사용할 파티션 메커니즘은 병렬로 읽습니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionSettings AmazonRdsForOracle 원본 분할에 활용할 설정입니다. AmazonRdsForOraclePartitionSettings
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

AmazonRdsForOraclePartitionSettings

Name Description
partitionColumnName 범위 분할을 진행하는 데 사용할 정수 형식의 열 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionLowerBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최소값입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionNames AmazonRdsForOracle 테이블의 실제 파티션 이름입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionUpperBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최대값입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AmazonRdsForSqlServerSource

Name Description
형식 원본 형식을 복사합니다. 'AmazonRdsForSqlServerSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
isolationLevel SQL 원본에 대한 트랜잭션 잠금 동작을 지정합니다. 허용되는 값: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. 기본값은 ReadCommitted입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionOption Sql 읽기에 병렬로 사용할 파티션 메커니즘입니다. 가능한 값은 "None", "PhysicalPartitionsOfTable", "DynamicRange"입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionSettings Sql 원본 분할에 활용할 설정입니다. SqlPartitionSettings
produceAdditionalTypes 생성할 추가 형식입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.
SqlReaderQuery SQL 판독기 쿼리. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sqlReaderStoredProcedureName SQL Database 원본에 대한 저장 프로시저의 이름입니다. SqlReaderQuery와 동시에 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}". Bicep의 경우 any() 함수를 사용할 수 있습니다.

SqlPartitionSettings

Name Description
partitionColumnName 분할을 진행하는 데 사용할 정수 또는 datetime 형식의 열 이름입니다. 지정하지 않으면 테이블의 기본 키가 자동으로 검색되어 파티션 열로 사용됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionLowerBound 파티션 범위 분할에 대한 파티션 열의 최솟값입니다. 이 값은 테이블의 행을 필터링하는 것이 아니라 파티션 stride를 결정하는 데 사용됩니다. 테이블 또는 쿼리 결과의 모든 행이 분할되고 복사됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionUpperBound 파티션 범위 분할에 대한 파티션 열의 최댓값입니다. 이 값은 테이블의 행을 필터링하는 것이 아니라 파티션 stride를 결정하는 데 사용됩니다. 테이블 또는 쿼리 결과의 모든 행이 분할되고 복사됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AmazonRedshiftSource

Name Description
형식 원본 형식을 복사합니다. 'AmazonRedshiftSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.
redshiftUnloadSettings 언로드를 사용하여 Amazon Redshift에서 복사할 때 중간 Amazon S3에 필요한 Amazon S3 설정입니다. 이를 통해 Amazon Redshift 원본의 데이터는 먼저 S3으로 언로드된 다음 중간 S3에서 대상 싱크로 복사됩니다. RedshiftUnloadSettings

RedshiftUnloadSettings

Name Description
bucketName Amazon Redshift 원본에서 언로드된 데이터를 저장하는 데 사용할 중간 Amazon S3의 버킷입니다. 버킷은 Amazon Redshift 원본과 동일한 지역에 있어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
s3LinkedServiceName Amazon Redshift 원본에서 복사할 때 언로드 작업에 사용할 Amazon S3 연결된 서비스의 이름입니다. LinkedServiceReference (필수)

AvroSource

Name Description
형식 원본 형식을 복사합니다. 'AvroSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
storeSettings Avro 저장소 설정. StoreReadSettings

StoreReadSettings

Name Description
disableMetricsCollection true이면 데이터 저장소 메트릭 컬렉션을 사용하지 않도록 설정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
maxConcurrentConnections 원본 데이터 저장소의 최대 동시 연결 수입니다. 형식: 정수(또는 resultType 정수의 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
형식 개체 형식 설정 AmazonS3CompatibleReadSettings
AmazonS3ReadSettings
AzureBlobFSReadSettings
AzureBlobStorageReadSettings
AzureDataLakeStoreReadSettings
AzureFileStorageReadSettings
FileServerReadSettings
FtpReadSettings
GoogleCloudStorageReadSettings
HdfsReadSettings
HttpReadSettings
LakeHouseReadSettings
OracleCloudStorageReadSettings
SftpReadSettings (필수)

AmazonS3CompatibleReadSettings

Name Description
형식 읽기 설정 유형입니다. 'AmazonS3CompatibleReadSettings'(필수)
deleteFilesAfterCompletion 복사가 완료된 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeEnd 파일의 수정된 datetime의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeStart 파일의 수정된 datetime의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
접두사 S3 호환 개체 이름에 대한 접두사 필터입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
wildcardFileName Amazon S3 호환 와일드카드파일Name. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
wildcardFolderPath Amazon S3 호환 와일드카드FolderPath. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AmazonS3ReadSettings

Name Description
형식 읽기 설정 유형입니다. 'AmazonS3ReadSettings'(필수)
deleteFilesAfterCompletion 복사가 완료된 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeEnd 파일의 수정된 datetime의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeStart 파일의 수정된 datetime의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
접두사 S3 개체 이름에 대한 접두사 필터입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
wildcardFileName AmazonS3 와일드카드파일Name. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
wildcardFolderPath AmazonS3 와일드카드FolderPath. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureBlobFSReadSettings

Name Description
형식 읽기 설정 유형입니다. 'AzureBlobFSReadSettings'(필수)
deleteFilesAfterCompletion 복사가 완료된 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeEnd 파일의 수정된 datetime의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeStart 파일의 수정된 datetime의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
wildcardFileName Azure BlobFS 와일드카드FileName. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
wildcardFolderPath Azure BlobFS 와일드카드FolderPath. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureBlobStorageReadSettings

Name Description
형식 읽기 설정 유형입니다. 'AzureBlobStorageReadSettings'(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
접두사 Azure Blob 이름에 대한 접두사 필터입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
wildcardFileName Azure Blob 와일드카드FileName. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
와일드카드FolderPath Azure Blob 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureDataLakeStoreReadSettings

Name Description
형식 읽기 설정 유형입니다. 'AzureDataLakeStoreReadSettings'(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
listAfter 파일/폴더 이름의 어휘 순서에 따라 값(배타적) 뒤의 파일을 Lists. 데이터 집합의 folderPath 아래에 적용되고 folderPath에서 파일/하위 폴더를 필터링합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
listBefore 파일/폴더 이름의 어휘 순서에 따라 값(포함) 앞에 파일을 Lists. 데이터 집합의 folderPath 아래에 적용되고 folderPath에서 파일/하위 폴더를 필터링합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
wildcardFileName ADLS 와일드카드FileName. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
와일드카드FolderPath ADLS 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureFileStorageReadSettings

Name Description
형식 읽기 설정 유형입니다. 'AzureFileStorageReadSettings'(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
접두사 루트 경로에서 시작하는 Azure 파일 이름에 대한 접두사 필터입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
wildcardFileName Azure File Storage 와일드카드FileName. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
와일드카드FolderPath Azure File Storage 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

FileServerReadSettings

Name Description
형식 읽기 설정 유형입니다. 'FileServerReadSettings'(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
fileFilter 모든 파일이 아닌 folderPath의 파일 하위 집합을 선택하는데 사용할 필터를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
wildcardFileName FileServer 와일드카드FileName. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
와일드카드FolderPath FileServer 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

FtpReadSettings

Name Description
형식 읽기 설정 유형입니다. 'FtpReadSettings'(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
disableChunking true이면 각 파일 내에서 병렬 읽기를 사용하지 않도록 설정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
useBinaryTransfer FTP 저장소에 이진 전송 모드를 사용할지 여부를 지정합니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
wildcardFileName Ftp 와일드카드FileName입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
와일드카드FolderPath Ftp 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

GoogleCloudStorageReadSettings

Name Description
형식 읽기 설정 유형입니다. 'GoogleCloudStorageReadSettings'(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
접두사 Google Cloud Storage 개체 이름에 대한 접두사 필터입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
wildcardFileName Google Cloud Storage 와일드카드FileName. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
와일드카드FolderPath Google Cloud Storage 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

HdfsReadSettings

Name Description
형식 읽기 설정 유형입니다. 'HdfsReadSettings'(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
distcpSettings Distcp 관련 설정을 지정합니다. DistcpSettings
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
wildcardFileName HDFS 와일드카드FileName. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
와일드카드FolderPath HDFS 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

DistcpSettings

Name Description
distcpOptions Distcp 옵션을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
resourceManagerEndpoint Yarn ResourceManager 엔드포인트를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
tempScriptPath 임시 Distcp 명령 스크립트를 저장하는 데 사용할 기존 폴더 경로를 지정합니다. 스크립트 파일이 ADF에 의해 생성되고 복사 작업을 완료한 후에 제거됩니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

HttpReadSettings

Name Description
형식 읽기 설정 유형입니다. 'HttpReadSettings'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
additionalHeaders RESTful API에 대한 요청의 추가 HTTP 헤더입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
requestBody requestMethod가 POST인 경우 RESTful API에 대한 HTTP 요청 본문입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
requestMethod RESTful API를 호출하는 데 사용되는 HTTP 메서드입니다. 기본값은 GET입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
requestTimeout HTTP 클라이언트가 HTTP 서버에서 HTTP 응답을 가져올 시간 제한을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

LakeHouseReadSettings

Name Description
형식 읽기 설정 유형입니다. 'LakeHouseReadSettings'(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
wildcardFileName Microsoft Fabric LakeHouse Files 와일드카드FileName. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
와일드카드FolderPath Microsoft Fabric LakeHouse Files 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

OracleCloudStorageReadSettings

Name Description
형식 읽기 설정 유형입니다. 'OracleCloudStorageReadSettings'(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
접두사 Oracle Cloud Storage 개체 이름에 대한 접두사 필터입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
wildcardFileName Oracle Cloud Storage 와일드카드FileName. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
와일드카드FolderPath Oracle Cloud Storage 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SftpReadSettings

Name Description
형식 읽기 설정 유형입니다. 'SftpReadSettings'(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
disableChunking true이면 각 파일 내에서 병렬 읽기를 사용하지 않도록 설정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
wildcardFileName Sftp 와일드카드FileName. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
와일드카드FolderPath Sftp 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureBlobFSSource

Name Description
형식 원본 형식을 복사합니다. 'AzureBlobFSSource'(필수)
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
skipHeaderLineCount 각 Blob에서 건너뛸 헤더 줄의 수입니다. 형식: 정수(또는 resultType 정수가 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
treatEmptyAsNull 빈 을 null로 처리합니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureDatabricksDeltaLakeSource

Name Description
형식 원본 형식을 복사합니다. 'AzureDatabricksDeltaLakeSource'(필수)
exportSettings Azure Databricks Delta Lake 내보내기 설정. AzureDatabricksDeltaLakeExportCommand
Query Azure Databricks Delta Lake Sql 쿼리. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureDatabricksDeltaLakeExportCommand

Name Description
dateFormat Azure Databricks Delta Lake Copy에서 csv의 날짜 형식을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
timestampFormat Azure Databricks Delta Lake Copy에서 csv에 대한 타임스탬프 형식을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
형식 내보내기 설정 유형입니다. string(필수)
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureDataExplorerSource

Name Description
형식 원본 형식을 복사합니다. 'AzureDataExplorerSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
noTruncation 특정 행 수 제한을 초과하는 결과 집합에 잘림이 적용되는지 여부를 제어하는 부울 옵션의 이름입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 데이터베이스 쿼리 - KQL(Kusto 쿼리 언어) 쿼리여야 합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9]))):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureDataLakeStoreSource

Name Description
형식 원본 형식을 복사합니다. 'AzureDataLakeStoreSource'(필수)
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureMariaDBSource

Name Description
형식 원본 형식을 복사합니다. 'AzureMariaDBSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureMySqlSource

Name Description
형식 원본 형식을 복사합니다. 'AzureMySqlSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 데이터베이스 쿼리 - 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzurePostgreSqlSource

Name Description
형식 원본 형식을 복사합니다. 'AzurePostgreSqlSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureSqlSource

Name Description
형식 원본 형식을 복사합니다. 'AzureSqlSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
isolationLevel SQL 원본에 대한 트랜잭션 잠금 동작을 지정합니다. 허용되는 값: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. 기본값은 ReadCommitted입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionOption Sql 읽기에 병렬로 사용할 파티션 메커니즘입니다. 가능한 값으로는 "None", "PhysicalPartitionsOfTable", "DynamicRange"가 있습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionSettings Sql 원본 분할에 활용할 설정입니다. SqlPartitionSettings
produceAdditionalTypes 생성할 추가 형식입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.
SqlReaderQuery SQL 판독기 쿼리. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sqlReaderStoredProcedureName SQL Database 원본에 대한 저장 프로시저의 이름입니다. SqlReaderQuery와 동시에 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}". Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureTableSource

Name Description
형식 원본 형식을 복사합니다. 'AzureTableSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
azureTableSourceIgnoreTableNotFound Azure 테이블 원본 무시 테이블을 찾을 수 없습니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
AzureTableSourceQuery Azure 테이블 원본 쿼리. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

BinarySource

Name Description
형식 원본 형식을 복사합니다. 'BinarySource'(필수)
formatSettings 이진 형식 설정. BinaryReadSettings
storeSettings 이진 저장소 설정. StoreReadSettings

BinaryReadSettings

Name Description
compressionProperties 압축 설정. CompressionReadSettings
형식 읽기 설정 유형입니다. string(필수)
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

CompressionReadSettings

Name Description
형식 개체 유형 설정 TarGZipReadSettings
TarReadSettings
ZipDeflateReadSettings (필수)

TarGZipReadSettings

Name Description
형식 압축 설정 유형입니다. 'TarGZipReadSettings'(필수)
preserveCompressionFileNameAsFolder 압축 파일 이름을 폴더 경로로 유지합니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

TarReadSettings

Name Description
형식 압축 설정 유형입니다. 'TarReadSettings'(필수)
preserveCompressionFileNameAsFolder 압축 파일 이름을 폴더 경로로 유지합니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ZipDeflateReadSettings

Name Description
형식 압축 설정 유형입니다. 'ZipDeflateReadSettings'(필수)
preserveZipFileNameAsFolder zip 파일 이름을 폴더 경로로 유지합니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

BlobSource

Name Description
형식 원본 형식을 복사합니다. 'BlobSource'(필수)
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
skipHeaderLineCount 각 Blob에서 건너뛸 머리글 줄의 수입니다. 형식: 정수(또는 resultType 정수의 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
treatEmptyAsNull 빈 을 null로 처리합니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

CassandraSource

Name Description
형식 원본 형식을 복사합니다. 'CassandraSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
consistencyLevel 일관성 수준은 클라이언트 애플리케이션에 데이터를 반환하기 전에 읽기 요청에 응답해야 하는 Cassandra 서버 수를 지정합니다. Cassandra는 지정된 수의 Cassandra 서버에서 읽기 요청을 충족할 데이터를 확인합니다. cassandraSourceReadConsistencyLevels 중 하나여야 합니다. 기본값은 'ONE'입니다. 대/소문자를 구분하지 않습니다. 'ALL'
'EACH_QUORUM'
'LOCAL_ONE'
'LOCAL_QUORUM'
'LOCAL_SERIAL'
'ONE'
'QUORUM'
'SERIAL'
'THREE'
'TWO'
Query 데이터베이스 쿼리 - SQL-92 쿼리 식 또는 CQL(Cassandra Query Language) 명령이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

CommonDataServiceForAppsSource

Name Description
형식 원본 형식을 복사합니다. 'CommonDataServiceForAppsSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query FetchXML은 Microsoft Common Data Service for Apps(온라인 & 온-프레미스)에서 사용되는 독점 쿼리 언어입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ConcurSource

Name Description
형식 원본 형식을 복사합니다. 'ConcurSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

CosmosDbMongoDbApiSource

Name Description
형식 원본 형식을 복사합니다. 'CosmosDbMongoDbApiSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
batchSize MongoDB 인스턴스의 응답을 각각 일괄 처리로 반환할 문서 수를 지정합니다. 대부분의 경우 일괄 처리 크기를 수정해도 사용자 또는 애플리케이션에 영향이 없습니다. 이 속성의 기본 목적은 응답 크기의 제한에 부딪히지 않도록 하는 것입니다. 형식: 정수(또는 resultType 정수가 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
cursorMethods Mongodb 쿼리에 대한 커서 메서드입니다. MongoDbCursorMethodsProperties
filter 쿼리 연산자를 사용하여 선택 영역 필터를 지정합니다. 컬렉션의 모든 문서를 반환하려면 이 매개 변수를 생략하거나 빈 문서({})를 전달합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

MongoDbCursorMethodsProperties

Name Description
limit 서버에서 반환하는 문서의 최대 수를 지정합니다. limit()는 SQL 데이터베이스의 LIMIT 문과 유사합니다. 형식: 정수(또는 resultType 정수가 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
프로젝트 쿼리 필터와 일치하는 문서에서 반환할 필드를 지정합니다. 일치하는 문서에서 모든 필드를 반환하려면 이 매개 변수를 생략합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
skip 건너뛴 문서 수와 MongoDB에서 결과 반환을 시작하는 위치를 지정합니다. 이 방법은 페이지를 매긴 결과를 구현하는 데 유용할 수 있습니다. 형식: 정수(또는 resultType 정수가 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sort 쿼리가 일치하는 문서를 반환하는 순서를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

CosmosDbSqlApiSource

Name Description
형식 원본 형식을 복사합니다. 'CosmosDbSqlApiSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
detectDatetime 기본 값을 datetime 값으로 검색하는지 여부입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
pageSize 결과의 페이지 크기입니다. 형식: 정수(또는 resultType 정수가 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
preferredRegions 기본 설정 지역입니다. 형식: 문자열 배열(또는 resultType 문자열 배열이 있는 식)입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query SQL API 쿼리. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

CouchbaseSource

Name Description
형식 원본 형식을 복사합니다. 'CouchbaseSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

Db2Source

Name Description
형식 원본 형식을 복사합니다. 'Db2Source'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 데이터베이스 쿼리 - 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

DelimitedTextSource

Name Description
형식 원본 형식을 복사합니다. 'DelimitedTextSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
formatSettings DelimitedText 형식 설정입니다. DelimitedTextReadSettings
storeSettings DelimitedText 저장소 설정입니다. StoreReadSettings

DelimitedTextReadSettings

Name Description
compressionProperties 압축 설정. CompressionReadSettings
skipLineCount 입력 파일에서 데이터를 읽을 때 건너뛸 비어 있지 않은 행의 수를 나타냅니다. 형식: 정수(또는 resultType 정수의 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
형식 읽기 설정 유형입니다. string(필수)
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

DocumentDbCollectionSource

Name Description
형식 원본 형식을 복사합니다. 'DocumentDbCollectionSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
nestingSeparator 중첩된 속성 구분 기호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 문서 쿼리. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

DrillSource

Name Description
형식 원본 형식을 복사합니다. 'DrillSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

DynamicsAXSource

Name Description
형식 원본 형식을 복사합니다. 'DynamicsAXSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
httpRequestTimeout HTTP 응답을 가져올 시간 제한(TimeSpan)입니다. 응답 데이터를 읽는 시간 제한이 아니라, 응답을 받을 시간 제한입니다. 기본값: 00:05:00 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

DynamicsCrmSource

Name Description
형식 원본 형식을 복사합니다. 'DynamicsCrmSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query FetchXML은 Microsoft Dynamics CRM(온라인 & 온-프레미스)에서 사용되는 독점 쿼리 언어입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

DynamicsSource

Name Description
형식 원본 형식을 복사합니다. 'DynamicsSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query FetchXML은 Microsoft Dynamics에 사용되는 전용 쿼리 언어(온라인 및 온-프레미스)입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

EloquaSource

Name Description
형식 원본 형식을 복사합니다. 'EloquaSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ExcelSource

Name Description
형식 원본 형식을 복사합니다. 'ExcelSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
storeSettings Excel 스토어 설정. StoreReadSettings

FileSystemSource

Name Description
형식 원본 형식을 복사합니다. 'FileSystemSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

GoogleAdWordsSource

Name Description
형식 원본 형식을 복사합니다. 'GoogleAdWordsSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

GoogleBigQuerySource

Name Description
형식 원본 형식을 복사합니다. 'GoogleBigQuerySource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

GoogleBigQueryV2Source

Name Description
형식 원본 형식을 복사합니다. 'GoogleBigQueryV2Source'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

GreenplumSource

Name Description
형식 원본 형식을 복사합니다. 'GreenplumSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

HBaseSource

Name Description
형식 원본 형식을 복사합니다. 'HBaseSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

HdfsSource

Name Description
형식 원본 형식을 복사합니다. 'HdfsSource'(필수)
distcpSettings Distcp 관련 설정을 지정합니다. DistcpSettings
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

HiveSource로 설정해야 합니다.

Name Description
형식 원본 형식을 복사합니다. 'HiveSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

HttpSource

Name Description
형식 원본 형식을 복사합니다. 'HttpSource'(필수)
httpRequestTimeout HTTP 클라이언트가 HTTP 서버에서 HTTP 응답을 가져올 시간 제한을 지정합니다. 기본값은 System.Net.HttpWebRequest.Timeout과 동일합니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

HubspotSource

Name Description
형식 원본 형식을 복사합니다. 'HubspotSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

ImpalaSource

Name Description
형식 원본 형식을 복사합니다. 'ImpalaSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

InformixSource

Name Description
형식 원본 형식을 복사합니다. 'InformixSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

JiraSource

Name Description
형식 원본 형식을 복사합니다. 'JiraSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

JsonSource

Name Description
형식 원본 형식을 복사합니다. 'JsonSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
formatSettings Json 형식 설정. JsonReadSettings
storeSettings Json 저장소 설정입니다. StoreReadSettings

JsonReadSettings

Name Description
compressionProperties 압축 설정. CompressionReadSettings
형식 읽기 설정 유형입니다. string(필수)
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

LakeHouseTableSource

Name Description
형식 원본 형식을 복사합니다. 'LakeHouseTableSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
timestampAsOf 타임스탬프별로 이전 스냅샷 쿼리합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
versionAsOf 버전별 이전 스냅샷 쿼리합니다. 형식: 정수(또는 resultType 정수가 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

MagentoSource

Name Description
형식 원본 형식을 복사합니다. 'MagentoSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

MariaDBSource

Name Description
형식 원본 형식을 복사합니다. 'MariaDBSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

MarketoSource

Name Description
형식 원본 형식을 복사합니다. 'MarketoSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

MicrosoftAccessSource

Name Description
형식 원본 형식을 복사합니다. 'MicrosoftAccessSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

MongoDbAtlasSource

Name Description
형식 원본 형식을 복사합니다. 'MongoDbAtlasSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
batchSize MongoDB Atlas 인스턴스의 응답을 각각 일괄 처리로 반환할 문서 수를 지정합니다. 대부분의 경우 일괄 처리 크기를 수정해도 사용자 또는 애플리케이션에 영향이 없습니다. 이 속성의 기본 목적은 응답 크기의 제한에 부딪히지 않도록 하는 것입니다. 형식: 정수(또는 resultType 정수가 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
cursorMethods Mongodb 쿼리에 대한 커서 메서드 MongoDbCursorMethodsProperties
filter 쿼리 연산자를 사용하여 선택 영역 필터를 지정합니다. 컬렉션의 모든 문서를 반환하려면 이 매개 변수를 생략하거나 빈 문서({})를 전달합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

MongoDbSource

Name Description
형식 원본 형식을 복사합니다. 'MongoDbSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 데이터베이스 쿼리 - SQL-92 쿼리 식이어야 합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

MongoDbV2Source

Name Description
형식 원본 형식을 복사합니다. 'MongoDbV2Source'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
batchSize MongoDB 인스턴스의 응답을 각각 일괄 처리로 반환할 문서 수를 지정합니다. 대부분의 경우 일괄 처리 크기를 수정해도 사용자 또는 애플리케이션에 영향이 없습니다. 이 속성의 기본 목적은 응답 크기의 제한에 부딪히지 않도록 하는 것입니다. 형식: 정수(또는 resultType 정수가 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
cursorMethods Mongodb 쿼리에 대한 커서 메서드 MongoDbCursorMethodsProperties
filter 쿼리 연산자를 사용하여 선택 영역 필터를 지정합니다. 컬렉션의 모든 문서를 반환하려면 이 매개 변수를 생략하거나 빈 문서({})를 전달합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

MySqlSource

Name Description
형식 원본 형식을 복사합니다. 'MySqlSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 데이터베이스 쿼리 - 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

NetezzaSource

Name Description
형식 원본 형식을 복사합니다. 'NetezzaSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionOption Netezza에 사용할 파티션 메커니즘은 병렬로 읽습니다. 가능한 값은 "None", "DataSlice", "DynamicRange"입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionSettings Netezza 원본 분할에 활용할 설정입니다. NetezzaPartitionSettings
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

NetezzaPartitionSettings

Name Description
partitionColumnName 범위 분할을 진행하는 데 사용할 정수 형식의 열 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionLowerBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최소값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionUpperBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최대값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ODataSource

Name Description
형식 원본 형식을 복사합니다. 'ODataSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
httpRequestTimeout HTTP 응답을 가져올 시간 제한(TimeSpan)입니다. 응답 데이터를 읽는 시간 제한이 아니라, 응답을 받을 시간 제한입니다. 기본값: 00:05:00 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query OData 쿼리. 예를 들어 "$top=1"입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

OdbcSource

Name Description
형식 원본 형식을 복사합니다. 'OdbcSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

Office365Source

Name Description
형식 원본 형식을 복사합니다. 'Office365Source'(필수)
allowedGroups 모든 사용자를 포함하는 그룹입니다. 형식: 문자열 배열(또는 resultType 문자열 배열이 있는 식)입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
dateFilterColumn {paramref name="StartTime"/} 및 {paramref name="EndTime"/}을 적용할 열입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
endTime 이 데이터 세트에 대해 요청된 범위의 종료 시간입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
outputColumns Office 365 테이블에서 읽을 열입니다. 형식: 개체의 배열(또는 개체의 resultType 배열이 있는 Expression)입니다. itemType: OutputColumn. 예: [ { "name": "Id" }, { "name": "CreatedDateTime" } ] Bicep의 경우 any() 함수를 사용할 수 있습니다.
startTime 이 데이터 세트에 대해 요청된 범위의 시작 시간입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
userScopeFilterUri 사용자가 URI를 scope. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

OracleServiceCloudSource

Name Description
형식 원본 형식을 복사합니다. 'OracleServiceCloudSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

oracleReaderQuery

Name Description
형식 원본 형식을 복사합니다. 'OracleSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
oracleReaderQuery Oracle 판독기 쿼리. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionOption Oracle에 사용할 파티션 메커니즘은 병렬로 읽습니다. 가능한 값은 "None", "PhysicalPartitionsOfTable", "DynamicRange"입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionSettings Oracle 원본 분할에 활용할 설정입니다. OraclePartitionSettings
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

OraclePartitionSettings

Name Description
partitionColumnName 범위 분할을 진행하는 데 사용할 정수 형식의 열 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionLowerBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최소값입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionNames Oracle 테이블의 실제 파티션 이름입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionUpperBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최대값입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

OrcSource

Name Description
형식 원본 형식을 복사합니다. 'OrcSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
storeSettings ORC 저장소 설정. StoreReadSettings

ParquetSource

Name Description
형식 원본 형식을 복사합니다. 'ParquetSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
formatSettings Parquet 형식 설정입니다. ParquetReadSettings
storeSettings Parquet 저장소 설정입니다. StoreReadSettings

ParquetReadSettings

Name Description
compressionProperties 압축 설정. CompressionReadSettings
형식 읽기 설정 유형입니다. string(필수)
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

PaypalSource

Name Description
형식 원본 형식을 복사합니다. 'PaypalSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

PhoenixSource

Name Description
형식 원본 형식을 복사합니다. 'PhoenixSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

PostgreSqlSource

Name Description
형식 원본 형식을 복사합니다. 'PostgreSqlSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

PostgreSqlV2Source

Name Description
형식 원본 형식을 복사합니다. 'PostgreSqlV2Source'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

PrestoSource

Name Description
형식 원본 형식을 복사합니다. 'PrestoSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

QuickBooksSource

Name Description
형식 원본 형식을 복사합니다. 'QuickBooksSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

RelationalSource

Name Description
형식 원본 형식을 복사합니다. 'RelationalSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ResponsysSource

Name Description
형식 원본 형식을 복사합니다. 'ResponsysSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

RestSource

Name Description
형식 원본 형식을 복사합니다. 'RestSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다). Bicep의 경우 any() 함수를 사용할 수 있습니다.
additionalHeaders RESTful API에 대한 요청의 추가 HTTP 헤더입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
httpRequestTimeout HTTP 응답을 가져올 시간 제한(TimeSpan)입니다. 응답 데이터를 읽는 시간 제한이 아니라, 응답을 받을 시간 제한입니다. 기본값: 00:01:40. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.
paginationRules 다음 페이지 요청을 작성하기 위한 페이지 매김 규칙입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
requestBody requestMethod가 POST인 경우 RESTful API에 대한 HTTP 요청 본문입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
requestInterval 다음 페이지 요청을 보내기 전에 대기할 시간입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
requestMethod RESTful API를 호출하는 데 사용되는 HTTP 메서드입니다. 기본값은 GET입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SalesforceMarketingCloudSource

Name Description
형식 원본 형식을 복사합니다. 'SalesforceMarketingCloudSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

SalesforceServiceCloudSource

Name Description
형식 원본 형식을 복사합니다. 'SalesforceServiceCloudSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
readBehavior 작업에 대한 읽기 동작입니다. 기본값은 Query입니다. 허용되는 값: Query/QueryAll. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SalesforceServiceCloudV2Source

Name Description
형식 원본 형식을 복사합니다. 'SalesforceServiceCloudV2Source'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
includeDeletedObjects 이 속성은 쿼리 결과에 Deleted 개체가 포함되어 있는지 여부를 제어합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
SOQLQuery 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SalesforceSource

Name Description
형식 원본 형식을 복사합니다. 'SalesforceSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 데이터베이스 쿼리 - 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.
readBehavior 작업에 대한 읽기 동작입니다. 기본값은 Query입니다. 허용되는 값: Query/QueryAll. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SalesforceV2Source

Name Description
형식 원본 형식을 복사합니다. 'SalesforceV2Source'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
includeDeletedObjects 이 속성은 쿼리 결과에 Deleted 개체가 포함되어 있는지 여부를 제어합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.
SOQLQuery 데이터베이스 쿼리 - 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SapBwSource

Name Description
형식 원본 형식을 복사합니다. 'SapBwSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query MDX 쿼리. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SapCloudForCustomerSource

Name Description
형식 원본 형식을 복사합니다. 'SapCloudForCustomerSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
httpRequestTimeout HTTP 응답을 가져올 시간 제한(TimeSpan)입니다. 응답 데이터를 읽는 시간 제한이 아니라, 응답을 받을 시간 제한입니다. 기본값: 00:05:00 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query SAP Cloud for Customer OData 쿼리. 예를 들어 "$top=1"입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SapEccSource

Name Description
형식 원본 형식을 복사합니다. 'SapEccSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
httpRequestTimeout HTTP 응답을 가져올 시간 제한(TimeSpan)입니다. 응답 데이터를 읽는 시간 제한이 아니라, 응답을 받을 시간 제한입니다. 기본값: 00:05:00. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query SAP ECC OData 쿼리. 예를 들어 "$top=1"입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

SapHanaSource

Name Description
형식 원본 형식을 복사합니다. 'SapHanaSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
packetSize SAP HANA에서 읽은 데이터의 패킷 크기입니다. 형식: integer(또는 resultType 정수가 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionOption SAP HANA에 병렬로 읽을 파티션 메커니즘입니다. 가능한 값은 "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange"입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionSettings SAP HANA 원본 분할에 활용할 설정입니다. SapHanaPartitionSettings
Query SAP HANA Sql 쿼리. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

SapHanaPartitionSettings

Name Description
partitionColumnName 범위 분할을 진행하는 데 사용할 열의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SapOdpSource

Name Description
형식 원본 형식을 복사합니다. 'SapOdpSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
extractionMode 추출 모드입니다. 허용되는 값은 Full, Delta 및 Recovery입니다. 기본값은 Full입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
프로젝션(projection) 원본 데이터에서 선택할 열을 지정합니다. 형식: 개체의 배열(프로젝션) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.
선택 원본 데이터의 선택 조건을 지정합니다. 형식: 개체의 배열(선택)(또는 개체의 resultType 배열이 있는 Expression)입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
subscriberProcess 델타 프로세스를 관리하는 구독자 프로세스입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SapOpenHubSource

Name Description
형식 원본 형식을 복사합니다. 'SapOpenHubSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
baseRequestId 델타 로드의 요청 ID입니다. 설정하는 경우 requestId가 이 속성의 값보다 큰 데이터만 검색됩니다. 기본값은 0입니다. 형식: 정수(또는 resultType 정수가 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
customRfcReadTableFunctionModule SAP Table에서 데이터를 읽는 데 사용할 사용자 지정 RFC 함수 모듈을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
excludeLastRequest 마지막 요청의 레코드를 제외할지 여부입니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sapDataColumnDelimiter SAP RFC에 전달되고 검색된 출력 데이터를 분할하는 데 구분 기호로 사용할 단일 문자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SapTableSource

Name Description
형식 원본 형식을 복사합니다. 'SapTableSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
batchSize SAP 테이블에서 데이터를 검색할 때 한 번에 검색할 최대 행 수를 지정합니다. 형식: 정수(또는 resultType 정수의 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
customRfcReadTableFunctionModule SAP Table에서 데이터를 읽는 데 사용할 사용자 지정 RFC 함수 모듈을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionOption SAP 테이블에 사용할 파티션 메커니즘은 병렬로 읽습니다. 가능한 값으로는 "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime"이 있습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionSettings SAP 테이블 원본 분할에 활용할 설정입니다. SapTablePartitionSettings
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.
rfcTableFields 검색할 SAP 테이블의 필드입니다. 예를 들어 column0, column1입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
rfcTableOptions SAP 테이블 필터링 옵션입니다. 예를 들어 EQ SOME VALUE를 COLUMN0. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Rowcount 검색할 행의 수입니다. 형식: 정수(또는 resultType 정수가 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
rowSkips 건너뛸 행 수입니다. 형식: 정수(또는 resultType 정수의 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sapDataColumnDelimiter SAP RFC에 전달되고 검색된 출력 데이터를 분할하는 데 구분 기호로 사용할 단일 문자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SapTablePartitionSettings

Name Description
maxPartitionsNumber 테이블이 분할될 파티션의 최대값입니다. 형식: 정수(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionColumnName 범위 분할을 진행하는 데 사용할 열의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionLowerBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최소값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionUpperBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최대값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ServiceNowSource

Name Description
형식 원본 형식을 복사합니다. 'ServiceNowSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ServiceNowV2Source

Name Description
형식 원본 형식을 복사합니다. 'ServiceNowV2Source'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
원본에서 데이터를 필터링하는 식입니다. ExpressionV2
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ExpressionV2

Name Description
피연산자 중첩된 식 목록입니다. ExpressionV2[]
operator 식 연산자 값 형식: 문자열입니다. 문자열
type 시스템에서 지원하는 식의 형식입니다. 형식: 문자열입니다. 'Binary'
'상수'
'Field'
'단항'
상수/필드 형식: 문자열의 값입니다. 문자열

SharePointOnlineListSource

Name Description
형식 원본 형식을 복사합니다. 'SharePointOnlineListSource'(필수)
httpRequestTimeout SharePoint Online에서 응답을 받기 위한 대기 시간입니다. 기본값은 5분(00:05:00)입니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query SharePoint Online 목록에서 데이터를 필터링하는 OData 쿼리입니다. 예를 들어 "$top=1"입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ShopifySource

Name Description
형식 원본 형식을 복사합니다. 'ShopifySource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SnowflakeSource

Name Description
형식 원본 형식을 복사합니다. 'SnowflakeSource'(필수)
exportSettings Snowflake 내보내기 설정입니다. SnowflakeExportCopyCommand (필수)
Query Snowflake Sql 쿼리. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SnowflakeExportCopyCommand

Name Description
additionalCopyOptions 눈송이 복사 명령에 직접 전달되는 추가 복사 옵션입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다)(또는 resultType 개체가 있는 Expression). 예: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS. FF'" } SnowflakeExportCopyCommandAdditionalCopyOptions
additionalFormatOptions 눈송이 복사 명령에 직접 전달되는 추가 형식 옵션입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다)(또는 resultType 개체가 있는 Expression). 예: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" } SnowflakeExportCopyCommandAdditionalFormatOptions
형식 내보내기 설정 유형입니다. string(필수)
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

SnowflakeExportCopyCommandAdditionalCopyOptions

Name Description
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

SnowflakeExportCopyCommandAdditionalFormatOptions

Name Description
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

SnowflakeV2Source

Name Description
형식 원본 형식을 복사합니다. 'SnowflakeV2Source'(필수)
exportSettings Snowflake 내보내기 설정입니다. SnowflakeExportCopyCommand (필수)
Query Snowflake Sql 쿼리. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SparkSource

Name Description
형식 원본 형식을 복사합니다. 'SparkSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

SqlDWSource

Name Description
형식 원본 형식을 복사합니다. 'SqlDWSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
isolationLevel SQL 원본에 대한 트랜잭션 잠금 동작을 지정합니다. 허용되는 값: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. 기본값은 ReadCommitted입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionOption Sql 읽기에 병렬로 사용할 파티션 메커니즘입니다. 가능한 값은 "None", "PhysicalPartitionsOfTable", "DynamicRange"입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionSettings Sql 원본 분할에 활용할 설정입니다. SqlPartitionSettings
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.
SqlReaderQuery SQL Data Warehouse 판독기 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sqlReaderStoredProcedureName SQL Data Warehouse 원본에 대한 저장 프로시저의 이름입니다. SqlReaderQuery와 동시에 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}". 형식: 개체(또는 resultType 개체가 있는 Expression), itemType: StoredProcedureParameter. Bicep의 경우 any() 함수를 사용할 수 있습니다.

SqlMISource

Name Description
형식 원본 형식을 복사합니다. 'SqlMISource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
isolationLevel SQL 원본에 대한 트랜잭션 잠금 동작을 지정합니다. 허용되는 값: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. 기본값은 ReadCommitted입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionOption Sql 읽기에 병렬로 사용할 파티션 메커니즘입니다. 가능한 값으로는 "None", "PhysicalPartitionsOfTable", "DynamicRange"가 있습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionSettings Sql 원본 분할에 활용할 설정입니다. SqlPartitionSettings
produceAdditionalTypes 생성할 추가 형식입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.
SqlReaderQuery SQL 판독기 쿼리. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sqlReaderStoredProcedureName Azure SQL Managed Instance 원본에 대한 저장 프로시저의 이름입니다. SqlReaderQuery와 동시에 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}". Bicep의 경우 any() 함수를 사용할 수 있습니다.

SqlServerSource

Name Description
형식 원본 형식을 복사합니다. 'SqlServerSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
isolationLevel SQL 원본에 대한 트랜잭션 잠금 동작을 지정합니다. 허용되는 값: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. 기본값은 ReadCommitted입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionOption Sql 읽기에 병렬로 사용할 파티션 메커니즘입니다. 가능한 값으로는 "None", "PhysicalPartitionsOfTable", "DynamicRange"가 있습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionSettings Sql 원본 분할에 활용할 설정입니다. SqlPartitionSettings
produceAdditionalTypes 생성할 추가 형식입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.
SqlReaderQuery SQL 판독기 쿼리. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sqlReaderStoredProcedureName SQL Database 원본에 대한 저장 프로시저의 이름입니다. SqlReaderQuery와 동시에 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}". Bicep의 경우 any() 함수를 사용할 수 있습니다.

SqlSource

Name Description
형식 원본 형식을 복사합니다. 'SqlSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
isolationLevel SQL 원본에 대한 트랜잭션 잠금 동작을 지정합니다. 허용되는 값: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. 기본값은 ReadCommitted입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionOption Sql 읽기에 병렬로 사용할 파티션 메커니즘입니다. 가능한 값은 "None", "PhysicalPartitionsOfTable", "DynamicRange"입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionSettings Sql 원본 분할에 활용할 설정입니다. SqlPartitionSettings
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.
SqlReaderQuery SQL 판독기 쿼리. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sqlReaderStoredProcedureName SQL Database 원본에 대한 저장 프로시저의 이름입니다. SqlReaderQuery와 동시에 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}". Bicep의 경우 any() 함수를 사용할 수 있습니다.

SquareSource

Name Description
형식 원본 형식을 복사합니다. 'SquareSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

SybaseSource

Name Description
형식 원본 형식을 복사합니다. 'SybaseSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

TeradataSource

Name Description
형식 원본 형식을 복사합니다. 'TeradataSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionOption teradata를 병렬로 읽는 데 사용할 파티션 메커니즘입니다. 가능한 값은 "None", "Hash", "DynamicRange"입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionSettings teradata 원본 분할에 활용할 설정입니다. TeradataPartitionSettings
Query Teradata 쿼리. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

TeradataPartitionSettings

Name Description
partitionColumnName 진행 범위 또는 해시 분할에 사용할 열의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionLowerBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최소값입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionUpperBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최대값입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

VerticaSource

Name Description
형식 원본 형식을 복사합니다. 'VerticaSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

WarehouseSource

Name Description
형식 원본 형식을 복사합니다. 'WarehouseSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
isolationLevel Microsoft Fabric Warehouse 원본에 대한 트랜잭션 잠금 동작을 지정합니다. 허용되는 값: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. 기본값은 ReadCommitted입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionOption Sql 읽기에 병렬로 사용할 파티션 메커니즘입니다. 가능한 값은 "None", "PhysicalPartitionsOfTable", "DynamicRange"입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
partitionSettings Sql 원본 분할에 활용할 설정입니다. SqlPartitionSettings
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.
SqlReaderQuery Microsoft Fabric Warehouse 판독기 쿼리. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sqlReaderStoredProcedureName Microsoft Fabric Warehouse 원본에 대한 저장 프로시저의 이름입니다. SqlReaderQuery와 동시에 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}". 형식: object(또는 resultType 개체가 있는 Expression), itemType: StoredProcedureParameter. Bicep의 경우 any() 함수를 사용할 수 있습니다.

WebSource

Name Description
형식 원본 형식을 복사합니다. 'WebSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.

XeroSource

Name Description
형식 원본 형식을 복사합니다. 'XeroSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

XmlSource

Name Description
형식 원본 형식을 복사합니다. 'XmlSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
formatSettings Xml 형식 설정입니다. XmlReadSettings
storeSettings Xml 저장소 설정. StoreReadSettings

XmlReadSettings

Name Description
compressionProperties 압축 설정. CompressionReadSettings
detectDataType xml 파일을 읽을 때 형식 검색을 사용할 수 있는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
namespacePrefixes 네임스페이스를 사용하도록 설정할 때 열 이름의 접두사를 재정의하기 위한 접두사 매핑에 대한 네임스페이스 URI입니다. 네임스페이스 URI에 대해 접두사를 정의하지 않으면 xml 데이터 파일에서 xml 요소/특성 이름의 접두사를 사용합니다. 예: "{"http://www.example.com/xml":"접두사"}" Type: 개체(또는 resultType 개체가 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
네임스페이스 xml 파일을 읽을 때 네임스페이스를 사용할 수 있는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
형식 읽기 설정 유형입니다. string(필수)
validationMode xml 파일을 읽을 때 사용되는 유효성 검사 방법을 나타냅니다. 허용되는 값: 'none', 'xsd' 또는 'dtd'. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

ZohoSource

Name Description
형식 원본 형식을 복사합니다. 'ZohoSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

StagingSettings

Name Description
enableCompression 중간 스테이징을 통해 데이터를 복사할 때 압축을 사용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
linkedServiceName 연결된 서비스 참조 준비 LinkedServiceReference (필수)
path 중간 데이터를 저장하기 위한 스토리지 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

CustomActivity

Name Description
형식 활동의 유형입니다. 'Custom'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties 사용자 지정 활동 속성입니다. CustomActivityTypeProperties (필수)

CustomActivityTypeProperties

Name Description
autoUserSpecification 사용자의 권한 상승 수준 및 scope 기본값은 nonadmin 작업입니다. 형식: string(또는 resultType double이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
명령을 사용합니다. 사용자 지정 작업 유형: 문자열(또는 resultType 문자열이 있는 식)에 대한 명령입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
extendedProperties 사용자 정의 속성 모음입니다. 사용할 수 있는 키 또는 값에는 제한이 없습니다. 사용자가 지정한 사용자 지정 작업은 정의된 콘텐츠를 사용하고 해석할 모든 책임이 있습니다. CustomActivityTypePropertiesExtendedProperties
folderPath 리소스 파일의 폴더 경로 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
referenceObjects 참조 개체 CustomActivityReferenceObject
resourceLinkedService 리소스 연결된 서비스 참조입니다. LinkedServiceReference
retentionTimeInDays 사용자 지정 작업에 대해 제출된 파일의 보존 시간입니다. 형식: double(또는 resultType double이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

CustomActivityTypePropertiesExtendedProperties

Name Description
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

CustomActivityReferenceObject

Name Description
datasets 데이터 세트 참조. DatasetReference[]
linkedServices 연결된 서비스 참조. LinkedServiceReference[]

DatabricksNotebookActivity

Name Description
형식 활동의 유형입니다. 'DatabricksNotebook'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Databricks Notebook 활동 속성입니다. DatabricksNotebookActivityTypeProperties (필수)

DatabricksNotebookActivityTypeProperties

Name Description
baseParameters 이 작업의 각 실행에 사용할 기본 매개 변수입니다. Notebook이 지정되지 않은 매개 변수를 사용하는 경우 Notebook의 기본값이 사용됩니다. DatabricksNotebookActivityTypePropertiesBaseParamete...
라이브러리 작업을 실행할 클러스터에 설치할 라이브러리의 목록입니다. DatabricksNotebookActivityTypePropertiesLibrariesIte...[]
notebookPath Databricks 작업 영역에서 실행할 노트북의 절대 경로입니다. 이 경로는 슬래시로 시작해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

DatabricksNotebookActivityTypePropertiesBaseParamete...

Name Description
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

DatabricksNotebookActivityTypePropertiesLibrariesIte...

Name Description
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

DatabricksSparkJarActivity

Name Description
형식 활동의 유형입니다. 'DatabricksSparkJar'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Databricks SparkJar 활동 속성입니다. DatabricksSparkJarActivityTypeProperties (필수)

DatabricksSparkJarActivityTypeProperties

Name Description
라이브러리 작업을 실행할 클러스터에 설치할 라이브러리의 목록입니다. DatabricksSparkJarActivityTypePropertiesLibrariesIte...[]
mainClassName 실행될 main 메서드가 포함된 클래스의 전체 이름입니다. 이 클래스는 라이브러리로 제공된 JAR에 포함되어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
매개 변수 main 메서드에 전달할 매개 변수이며, any[]

DatabricksSparkJarActivityTypePropertiesLibrariesIte...

Name Description
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

DatabricksSparkPythonActivity

Name Description
형식 활동의 유형입니다. 'DatabricksSparkPython'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Databricks SparkPython 활동 속성입니다. DatabricksSparkPythonActivityTypeProperties (필수)

DatabricksSparkPythonActivityTypeProperties

Name Description
라이브러리 작업을 실행할 클러스터에 설치할 라이브러리의 목록입니다. DatabricksSparkPythonActivityTypePropertiesLibraries...[]
매개 변수 Python 파일에 전달되는 명령줄 매개 변수입니다. any[]
pythonFile 실행할 Python 파일의 URI입니다. DBFS 경로가 지원됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

DatabricksSparkPythonActivityTypePropertiesLibraries...

Name Description
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

DataLakeAnalyticsUsqlActivity

Name Description
형식 활동의 유형입니다. 'DataLakeAnalyticsU-SQL'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties U-SQL 활동 속성을 Data Lake Analytics. DataLakeAnalyticsUsqlActivityTypeProperties (필수)

DataLakeAnalyticsUsqlActivityTypeProperties

Name Description
compilationMode U-SQL의 컴파일 모드 의미 체계, 전체 및 SingleBox 값 중 하나여야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
degreeOfParallelism 작업을 실행하는 데 동시에 사용되는 최대 노드 수입니다. 기본값은 1입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 1. Bicep의 경우 any() 함수를 사용할 수 있습니다.
매개 변수 U-SQL 작업 요청에 대한 매개 변수입니다. DataLakeAnalyticsUsqlActivityTypePropertiesParameter...
priority 대기열에 있는 모든 작업 중에서 먼저 실행해야 하는 작업을 결정합니다. 번호가 낮을수록 우선 순위가 높습니다. 기본값은 1,000입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 1. Bicep의 경우 any() 함수를 사용할 수 있습니다.
runtimeVersion 사용할 U-SQL 엔진의 런타임 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
scriptLinkedService 연결된 서비스 참조를 스크립팅합니다. LinkedServiceReference (필수)
scriptPath U-SQL 스크립트를 포함하는 폴더에 대한 대/소문자를 구분하는 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

DataLakeAnalyticsUsqlActivityTypePropertiesParameter...

Name Description
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

DeleteActivity

Name Description
형식 활동의 유형입니다. 'Delete'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties 활동 속성을 삭제합니다. DeleteActivityTypeProperties (필수)

DeleteActivityTypeProperties

Name Description
데이터 세트 활동 데이터 세트 참조를 삭제합니다. DatasetReference (필수)
enableLogging 삭제 작업 실행의 자세한 로그를 기록할지 여부입니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
logStorageSettings Log Storage 설정 고객은 enableLogging이 true일 때 제공해야 합니다. LogStorageSettings
maxConcurrentConnections 데이터 원본을 동시에 연결하는 최대 동시 연결입니다. int

제약 조건:
최소값 = 1
recursive true이면 현재 폴더 경로 아래의 파일 또는 하위 폴더가 재귀적으로 삭제됩니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
storeSettings 활동 저장소 설정을 삭제합니다. StoreReadSettings

ExecuteDataFlowActivity

Name Description
형식 활동의 유형입니다. 'ExecuteDataFlow'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties 데이터 흐름 작업 속성을 실행합니다. ExecuteDataFlowActivityTypeProperties (필수)

ExecuteDataFlowActivityTypeProperties

Name Description
compute 데이터 흐름 작업에 대한 컴퓨팅 속성입니다. ExecuteDataFlowActivityTypePropertiesCompute
continueOnError 데이터 흐름 실행에 사용되는 오류 설정을 계속합니다. 싱크가 실패할 경우 처리를 계속할 수 있습니다. 형식: 부울(또는 resultType 부울이 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.
Dataflow 데이터 흐름 참조. DataFlowReference (필수)
integrationRuntime 통합 런타임 참조입니다. IntegrationRuntimeReference
runConcurrently 데이터 흐름 실행에 사용되는 동시 실행 설정입니다. 동일한 저장 순서를 가진 싱크를 동시에 처리할 수 있습니다. 형식: 부울(또는 resultType 부울이 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.
sourceStagingConcurrency 싱크에 적용할 수 있는 원본에 대한 병렬 스테이징 수를 지정합니다. 형식: 정수(또는 resultType 정수의 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.
staging 데이터 흐름 실행 작업에 대한 스테이징 정보입니다. DataFlowStagingInfo
traceLevel 데이터 흐름 모니터링 출력에 사용되는 추적 수준 설정입니다. 지원되는 값은 '거친', 'fine', 'none'입니다. 형식: string(또는 resultType 문자열이 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.

ExecuteDataFlowActivityTypePropertiesCompute

Name Description
computeType 데이터 흐름 작업을 실행할 클러스터의 컴퓨팅 유형입니다. 가능한 값은 'General', 'MemoryOptimized', 'ComputeOptimized'입니다. 형식: string(또는 resultType 문자열이 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.
coreCount 데이터 흐름 작업을 실행할 클러스터의 코어 수입니다. 지원되는 값은 8, 16, 32, 48, 80, 144 및 272입니다. 형식: 정수(또는 resultType 정수의 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.

DataFlowReference

Name Description
datasetParameters 데이터 세트에서 데이터 흐름 매개 변수를 참조합니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
매개 변수 데이터 흐름 매개 변수 ParameterValueSpecification
referenceName 참조 데이터 흐름 이름입니다. string(필수)
형식 데이터 흐름 참조 형식입니다. 'DataFlowReference'(필수)
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

IntegrationRuntimeReference

Name Description
매개 변수 통합 런타임에 대한 인수입니다. ParameterValueSpecification
referenceName 통합 런타임 이름을 참조합니다. string(필수)
형식 통합 런타임 유형입니다. 'IntegrationRuntimeReference'(필수)

DataFlowStagingInfo

Name Description
folderPath 스테이징 Blob에 대한 폴더 경로입니다. 형식: string(또는 resultType 문자열이 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.
linkedService 연결된 서비스 참조 준비 LinkedServiceReference

ExecutePipelineActivity

Name Description
형식 활동의 유형입니다. 'ExecutePipeline'(필수)
policy 파이프라인 활동 정책을 실행합니다. ExecutePipelineActivityPolicy
typeProperties 파이프라인 작업 속성을 실행합니다. ExecutePipelineActivityTypeProperties (필수)

ExecutePipelineActivityPolicy

Name Description
secureInput true로 설정하면 작업의 입력이 안전한 것으로 간주되어 모니터링에 기록되지 않습니다. bool
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

ExecutePipelineActivityTypeProperties

Name Description
매개 변수 파이프라인 매개 변수 ParameterValueSpecification
pipeline 파이프라인 참조입니다. PipelineReference (필수)
waitOnCompletion 작업 실행이 종속 파이프라인 실행이 완료될 때까지 기다릴지 여부를 정의합니다. 기본값은 false입니다. bool

PipelineReference

Name Description
name 참조 이름입니다. string
referenceName 참조 파이프라인 이름입니다. string(필수)
형식 파이프라인 참조 형식입니다. 'PipelineReference'(필수)

ExecuteSsisPackageActivity

Name Description
형식 활동의 유형입니다. 'ExecuteSSISPackage'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties SSIS 패키지 작업 속성을 실행합니다. ExecuteSsisPackageActivityTypeProperties (필수)

ExecuteSsisPackageActivityTypeProperties

Name Description
connectVia 통합 런타임 참조입니다. IntegrationRuntimeReference (필수)
environmentPath SSIS 패키지를 실행할 환경 경로입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
executionCredential 패키지 실행 자격 증명입니다. SsisExecutionCredential
loggingLevel SSIS 패키지 실행의 로깅 수준입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
logLocation SSIS 패키지 실행 로그 위치입니다. SsisLogLocation
packageConnectionManagers SSIS 패키지를 실행할 패키지 수준 연결 관리자입니다. ExecuteSsisPackageActivityTypePropertiesPackageConne...
packageLocation SSIS 패키지 위치입니다. SsisPackageLocation (필수)
packageParameters SSIS 패키지를 실행할 패키지 수준 매개 변수입니다. ExecuteSsisPackageActivityTypePropertiesPackageParam...
projectConnectionManagers SSIS 패키지를 실행할 프로젝트 수준 연결 관리자입니다. ExecuteSsisPackageActivityTypePropertiesProjectConne...
projectParameters SSIS 패키지를 실행할 프로젝트 수준 매개 변수입니다. ExecuteSsisPackageActivityTypePropertiesProjectParam...
propertyOverrides 속성은 SSIS 패키지를 실행하도록 재정의합니다. ExecuteSsisPackageActivityTypePropertiesPropertyOver...
런타임 SSIS 패키지를 실행할 런타임을 지정합니다. 값은 "x86" 또는 "x64"여야 합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SsisExecutionCredential

Name Description
도메인 Windows 인증을 위한 도메인입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
password Windows 인증에 대한 암호입니다. SecureString (필수)
userName Windows 인증에 UseName을 사용합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

SecureString

Name Description
형식 비밀의 유형입니다. string(필수)
보안 문자열의 값입니다. string(필수)

SsisLogLocation

Name Description
logPath SSIS 패키지 실행 로그 경로입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
형식 SSIS 로그 위치의 유형입니다. 'File'(필수)
typeProperties SSIS 패키지 실행 로그 위치 속성입니다. SsisLogLocationTypeProperties (필수)

SsisLogLocationTypeProperties

Name Description
accessCredential 패키지 실행 로그 액세스 자격 증명입니다. SsisAccessCredential
logRefreshInterval 로그를 새로 고칠 간격을 지정합니다. 기본 간격은 5 분입니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) Bicep의 경우 any() 함수를 사용할 수 있습니다.

SsisAccessCredential

Name Description
도메인 Windows 인증을 위한 도메인입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
password Windows 인증에 대한 암호입니다. SecretBase (필수)
userName Windows 인증에 UseName을 사용합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

SecretBase

Name Description
형식 개체 유형 설정 AzureKeyVaultSecret
SecureString (필수)

AzureKeyVaultSecretReference

Name Description
secretName Azure Key Vault 비밀의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
secretVersion Azure Key Vault 비밀 버전입니다. 기본값은 비밀의 최신 버전입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
store Azure Key Vault 연결된 서비스 참조입니다. LinkedServiceReference (필수)
형식 비밀의 유형입니다. string(필수)

ExecuteSsisPackageActivityTypePropertiesPackageConne...

Name Description
{customized property} SsisConnectionManager

SsisConnectionManager

Name Description
{customized property} SsisExecutionParameter

SsisExecutionParameter

Name Description
SSIS 패키지 실행 매개 변수 값입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

SsisPackageLocation

Name Description
packagePath SSIS 패키지 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
형식 SSIS 패키지 위치의 유형입니다. '파일'
'InlinePackage'
'PackageStore'
'SSISDB'
typeProperties SSIS 패키지 위치 속성입니다. SsisPackageLocationTypeProperties

SsisPackageLocationTypeProperties

Name Description
accessCredential 패키지 액세스 자격 증명입니다. SsisAccessCredential
childPackages 포함된 자식 패키지 목록입니다. SsisChildPackage[]
configurationAccessCredential 구성 파일 액세스 자격 증명입니다. SsisAccessCredential
configurationPath 패키지 실행의 구성 파일입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
packageContent 포함된 패키지 콘텐츠입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
packageLastModifiedDate 포함된 패키지가 마지막으로 수정한 날짜입니다. 문자열
packageName 패키지 이름. 문자열
packagePassword 패키지의 암호입니다. SecretBase

SsisChildPackage

Name Description
packageContent 포함된 자식 패키지에 대한 콘텐츠입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
packageLastModifiedDate 포함된 자식 패키지의 마지막 수정 날짜입니다. 문자열
packageName 포함된 자식 패키지의 이름입니다. 문자열
packagePath 포함된 자식 패키지의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

ExecuteSsisPackageActivityTypePropertiesPackageParam...

Name Description
{사용자 지정 속성} SsisExecutionParameter

ExecuteSsisPackageActivityTypePropertiesProjectConne...

Name Description
{사용자 지정 속성} SsisConnectionManager

ExecuteSsisPackageActivityTypePropertiesProjectParam...

Name Description
{사용자 지정 속성} SsisExecutionParameter

ExecuteSsisPackageActivityTypePropertiesPropertyOver...

Name Description
{사용자 지정 속성} SsisPropertyOverride

SsisPropertyOverride

Name Description
isSensitive SSIS 패키지 속성 재정의 값이 중요한 데이터인지 여부입니다. 값이 true인 경우 SSISDB에서 암호화됩니다. bool
SSIS 패키지 속성 재정의 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

ExecuteWranglingDataflowActivity

Name Description
형식 활동의 유형입니다. 'ExecuteWranglingDataflow'(필수)
policy 활동 정책. ActivityPolicy
typeProperties 파워 쿼리 작업 속성을 실행합니다. ExecutePowerQueryActivityTypeProperties (필수)

ExecutePowerQueryActivityTypeProperties

Name Description
compute 데이터 흐름 작업에 대한 컴퓨팅 속성입니다. ExecuteDataFlowActivityTypePropertiesCompute
continueOnError 데이터 흐름 실행에 사용되는 오류 설정을 계속합니다. 싱크가 실패할 경우 처리를 계속할 수 있도록 합니다. 형식: 부울(또는 resultType 부울이 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.
Dataflow 데이터 흐름 참조입니다. DataFlowReference (필수)
integrationRuntime 통합 런타임 참조입니다. IntegrationRuntimeReference
쿼리 싱크 데이터 세트에 대한 Power Query 매시업 쿼리에 대한 매핑 목록입니다. PowerQuerySinkMapping[]
runConcurrently 데이터 흐름 실행에 사용되는 동시 실행 설정입니다. 동일한 저장 순서를 가진 싱크를 동시에 처리할 수 있습니다. 형식: 부울(또는 resultType 부울이 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.
sinks (사용되지 않습니다. 쿼리를 사용하세요.) queryName에 매핑된 Power Query 작업 싱크 목록입니다. ExecutePowerQueryActivityTypePropertiesSinks
sourceStagingConcurrency 싱크에 적용할 수 있는 원본에 대한 병렬 스테이징 수를 지정합니다. 형식: 정수(또는 resultType 정수가 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.
staging 데이터 흐름 실행 작업에 대한 준비 정보입니다. DataFlowStagingInfo
traceLevel 데이터 흐름 모니터링 출력에 사용되는 추적 수준 설정입니다. 지원되는 값은 '거친', 'fine', 'none'입니다. 형식: string(또는 resultType 문자열이 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.

PowerQuerySinkMapping

Name Description
dataflowSinks Power Query 매시업 쿼리에 매핑된 싱크 목록입니다. PowerQuerySink[]
queryName Power Query 매시업 문서의 쿼리 이름입니다. 문자열

PowerQuerySink

Name Description
데이터 세트 데이터 세트 참조. DatasetReference
description 변환 설명입니다. string
flowlet Flowlet 참조 DataFlowReference
linkedService 연결된 서비스 참조입니다. LinkedServiceReference
name 변환 이름입니다. string(필수)
rejectedDataLinkedService 데이터 연결된 서비스 참조가 거부되었습니다. LinkedServiceReference
schemaLinkedService 스키마 연결된 서비스 참조입니다. LinkedServiceReference
스크립트 싱크 스크립트. string

ExecutePowerQueryActivityTypePropertiesSinks

Name Description
{customized property} PowerQuerySink

FailActivity

Name Description
형식 활동의 유형입니다. 'Fail'(필수)
typeProperties 실패 작업 속성입니다. FailActivityTypeProperties (필수)

FailActivityTypeProperties

Name Description
errorCode Fail 작업의 오류 유형을 분류하는 오류 코드입니다. 런타임에 비어 있지 않은/비어 있지 않은 문자열로 평가되는 동적 콘텐츠일 수 있습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
message Fail 작업에서 나타난 오류 메시지입니다. 런타임에 비어 있지 않은/비어 있지 않은 문자열로 평가되는 동적 콘텐츠일 수 있습니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

FilterActivity

Name Description
형식 활동의 유형입니다. 'Filter'(필수)
typeProperties 작업 속성을 필터링합니다. FilterActivityTypeProperties (필수)

FilterActivityTypeProperties

Name Description
condition(조건) 입력을 필터링하는 데 사용할 조건입니다. (필수)
items 필터를 적용해야 하는 입력 배열입니다. (필수)

Name Description
형식 식 형식입니다. 'Expression'(필수)
식 값입니다. string(필수)

ForEachActivity

Name Description
형식 활동의 유형입니다. 'ForEach'(필수)
typeProperties ForEach 활동 속성입니다. ForEachActivityTypeProperties (필수)

ForEachActivityTypeProperties

Name Description
작업 를 실행할 활동 목록입니다. 활동[] (필수)
batchCount 병렬 실행 수를 제어하는 데 사용하는 Batch 계정입니다(IsSequential이 false로 설정된 경우). int

제약 조건:
최대값 = 50
isSequential 루프를 시퀀스 또는 병렬로 실행해야 하는 경우(최대 50) bool
items 반복할 컬렉션입니다. (필수)

GetMetadataActivity

Name Description
형식 활동의 유형입니다. 'GetMetadata'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties GetMetadata 활동 속성입니다. GetMetadataActivityTypeProperties (필수)

GetMetadataActivityTypeProperties

Name Description
데이터 세트 GetMetadata 활동 데이터 세트 참조입니다. DatasetReference (필수)
fieldList 데이터 세트에서 가져올 메타데이터 필드입니다. any[]
formatSettings GetMetadata 활동 형식 설정입니다. FormatReadSettings
storeSettings GetMetadata 활동 저장소 설정. StoreReadSettings

FormatReadSettings

Name Description
형식 개체 형식 설정 BinaryReadSettings
DelimitedTextReadSettings
JsonReadSettings
ParquetReadSettings
XmlReadSettings (필수)

HDInsightHiveActivity

Name Description
형식 활동의 유형입니다. 'HDInsightHive'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties HDInsight Hive 활동 속성입니다. HDInsightHiveActivityTypeProperties (필수)

HDInsightHiveActivityTypeProperties

Name Description
인수 사용자가 HDInsightActivity에 대한 인수를 지정했습니다. any[]
defines 사용자가 Hive 작업 요청에 대한 정의를 지정할 수 있습니다. HDInsightHiveActivityTypePropertiesDefines
getDebugInfo 디버그 정보 옵션입니다. 'Always'
'실패'
'None'
queryTimeout 쿼리 시간 제한 값(분)입니다. HDInsight 클러스터가 ESP를 사용하는 경우 유효(엔터프라이즈 보안 패키지) int
scriptLinkedService 연결된 서비스 참조를 스크립팅합니다. LinkedServiceReference
scriptPath 스크립트 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
storageLinkedServices 스토리지 연결된 서비스 참조. LinkedServiceReference[]
variables hivevar 네임스페이스 아래에 사용자가 지정한 인수입니다. HDInsightHiveActivityTypePropertiesVariables

HDInsightHiveActivityTypePropertiesDefines

Name Description
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

HDInsightHiveActivityTypePropertiesVariables

Name Description
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

HDInsightMapReduceActivity

Name Description
형식 활동의 유형입니다. 'HDInsightMapReduce'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties HDInsight MapReduce 작업 속성입니다. HDInsightMapReduceActivityTypeProperties (필수)

HDInsightMapReduceActivityTypeProperties

Name Description
인수 사용자가 HDInsightActivity에 대한 인수를 지정했습니다. any[]
className 클래스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
defines 사용자가 MapReduce 작업 요청에 대한 정의를 지정할 수 있습니다. HDInsightMapReduceActivityTypePropertiesDefines
getDebugInfo 디버그 정보 옵션입니다. 'Always'
'실패'
'None'
jarFilePath Jar 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
jarLibs Jar libs. any[]
jarLinkedService Jar 연결된 서비스 참조입니다. LinkedServiceReference
storageLinkedServices 스토리지 연결된 서비스 참조. LinkedServiceReference[]

HDInsightMapReduceActivityTypePropertiesDefines

Name Description
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

HDInsightPigActivity

Name Description
형식 활동의 유형입니다. 'HDInsightPig'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties HDInsight Pig 활동 속성입니다. HDInsightPigActivityTypeProperties (필수)

HDInsightPigActivityTypeProperties

Name Description
인수 사용자가 HDInsightActivity에 대한 인수를 지정했습니다. 형식: 배열(또는 resultType 배열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
defines 사용자가 Pig 작업 요청에 대한 정의를 지정할 수 있습니다. HDInsightPigActivityTypePropertiesDefines
getDebugInfo 디버그 정보 옵션입니다. 'Always'
'실패'
'None'
scriptLinkedService 연결된 서비스 참조를 스크립팅합니다. LinkedServiceReference
scriptPath 스크립트 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
storageLinkedServices 스토리지 연결된 서비스 참조. LinkedServiceReference[]

HDInsightPigActivityTypePropertiesDefines

Name Description
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

HDInsightSparkActivity

Name Description
형식 활동의 유형입니다. 'HDInsightSpark'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties HDInsight spark 활동 속성입니다. HDInsightSparkActivityTypeProperties (필수)

HDInsightSparkActivityTypeProperties

Name Description
인수 HDInsightSparkActivity에 대해 사용자가 지정한 인수입니다. any[]
className 애플리케이션의 Java/Spark 기본 클래스입니다. 문자열
entryFilePath 실행할 코드/패키지의 루트 폴더에 대한 상대 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
getDebugInfo 디버그 정보 옵션입니다. 'Always'
'실패'
'None'
proxyUser 작업을 실행할 가장할 사용자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
rootPath 모든 작업의 파일에 대한 'sparkJobLinkedService'의 루트 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
sparkConfig Spark 구성 속성입니다. HDInsightSparkActivityTypePropertiesSparkConfig
sparkJobLinkedService 항목 파일 및 종속성을 업로드하고 로그를 수신하기 위한 스토리지 연결된 서비스입니다. LinkedServiceReference

HDInsightSparkActivityTypePropertiesSparkConfig

Name Description
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

HDInsightStreamingActivity

Name Description
형식 활동의 유형입니다. 'HDInsightStreaming'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties HDInsight 스트리밍 작업 속성입니다. HDInsightStreamingActivityTypeProperties (필수)

HDInsightStreamingActivityTypeProperties

Name Description
인수 사용자가 HDInsightActivity에 대한 인수를 지정했습니다. any[]
combiner Combiner 실행 파일 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
commandEnvironment 명령줄 환경 값입니다. any[]
defines 사용자가 스트리밍 작업 요청에 대한 정의를 지정할 수 있습니다. HDInsightStreamingActivityTypePropertiesDefines
fileLinkedService 파일이 있는 연결된 서비스 참조입니다. LinkedServiceReference
filePaths 스트리밍 작업 파일의 경로입니다. 디렉터리일 수 있습니다. any[] (필수)
getDebugInfo 디버그 정보 옵션입니다. 'Always'
'실패'
'None'
input 입력 Blob 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
mapper 매퍼 실행 파일 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
output 출력 Blob 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
reducer Reducer 실행 파일 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
storageLinkedServices 스토리지 연결된 서비스 참조. LinkedServiceReference[]

HDInsightStreamingActivityTypePropertiesDefines

Name Description
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

IfConditionActivity

Name Description
형식 활동의 유형입니다. 'IfCondition'(필수)
typeProperties IfCondition 활동 속성입니다. IfConditionActivityTypeProperties (필수)

IfConditionActivityTypeProperties

Name Description
부울로 계산되는 식입니다. 이는 실행될 활동 블록(ifTrueActivities 또는 ifFalseActivities)을 결정하는 데 사용됩니다. (필수)
ifFalseActivities 식이 false로 평가되는 경우 실행할 활동 목록입니다. 선택적 속성이며 제공되지 않으면 작업이 아무 작업도 없이 종료됩니다. Activity[]
ifTrueActivities 식이 true로 평가되는 경우 실행할 활동 목록입니다. 선택적 속성이며 제공되지 않으면 작업이 아무 작업도 없이 종료됩니다. Activity[]

LookupActivity

Name Description
형식 활동의 유형입니다. 'Lookup'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties 조회 작업 속성입니다. LookupActivityTypeProperties (필수)

LookupActivityTypeProperties

Name Description
데이터 세트 조회 활동 데이터 세트 참조입니다. DatasetReference (필수)
firstRowOnly 첫 번째 행 또는 모든 행을 반환할지 여부입니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
source 복사 작업 원본과 동일한 데이터 세트별 원본 속성입니다. CopySource (필수)

ScriptActivity

Name Description
형식 활동의 유형입니다. 'Script'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties 스크립트 작업 속성입니다. ScriptActivityTypeProperties (필수)

ScriptActivityTypeProperties

Name Description
logSettings 스크립트 작업의 로그 설정입니다. ScriptActivityTypePropertiesLogSettings
scriptBlockExecutionTimeout ScriptBlock 실행 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.
스크립트 스크립트 블록의 배열입니다. 형식: 배열입니다. ScriptActivityScriptBlock[]

ScriptActivityTypePropertiesLogSettings

Name Description
logDestination 로그의 대상입니다. 형식: 문자열입니다. 'ActivityOutput'
'ExternalStore'(필수)
logLocationSettings 로그를 사용하도록 설정할 때 고객이 제공해야 하는 로그 위치 설정입니다. LogLocationSettings

ScriptActivityScriptBlock

Name Description
매개 변수 스크립트 매개 변수의 배열입니다. 형식: 배열입니다. ScriptActivityParameter[]
text 쿼리 텍스트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
형식 쿼리의 형식입니다. 형식: 문자열입니다. 'NonQuery'
'Query'(필수)

ScriptActivityParameter

Name Description
direction 매개 변수의 방향입니다. '입력'
'InputOutput'
'Output'
name 매개 변수의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
크기 출력 방향 매개 변수의 크기입니다. int
형식 매개 변수의 형식입니다. 'Boolean'
'DateTime'
'DateTimeOffset'
'10진수'
'Double'
'Guid'
'Int16'
'Int32'
'Int64'
'Single'
'String'
'타임스팬'
매개 변수의 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SetVariableActivity

Name Description
형식 활동의 유형입니다. 'SetVariable'(필수)
policy 활동 정책. SecureInputOutputPolicy
typeProperties 변수 활동 속성을 설정합니다. SetVariableActivityTypeProperties (필수)

SecureInputOutputPolicy

Name Description
secureInput true로 설정하면 작업의 입력이 안전한 것으로 간주되어 모니터링에 기록되지 않습니다. bool
secureOutput true로 설정하면 작업의 출력은 안전한 것으로 간주되며 모니터링에 기록되지 않습니다. bool

SetVariableActivityTypeProperties

Name Description
setSystemVariable true로 설정하면 파이프라인 실행 반환 값이 설정됩니다. bool
설정할 값입니다. 정적 값 또는 식일 수 있습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
variableName 값을 설정해야 하는 변수의 이름입니다. 문자열

SynapseSparkJobDefinitionActivity

Name Description
형식 활동의 유형입니다. 'SparkJob'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Spark 작업 작업 속성을 실행합니다. SynapseSparkJobActivityTypeProperties (필수)

SynapseSparkJobActivityTypeProperties

Name Description
args 사용자가 SynapseSparkJobDefinitionActivity에 대한 인수를 지정했습니다. any[]
className 제공하는 spark 작업 정의의 'className'을 재정의하는 기본 정의 파일에 있는 정규화된 식별자 또는 기본 클래스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
conf 제공하는 Spark 작업 정의의 'conf'를 재정의하는 Spark 구성 속성입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
configurationType Spark 구성의 형식입니다. 'Artifact'
'사용자 지정됨'
'기본값'
driverSize 작업에 대해 지정된 Spark 풀에 할당된 드라이버에 사용할 코어 및 메모리의 수이며, 이는 사용자가 제공하는 Spark 작업 정의의 'driverCores' 및 'driverMemory'를 재정의하는 데 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
executorSize 작업에 대해 지정된 Spark 풀에 할당된 실행기에 사용할 코어 및 메모리의 수이며, 이는 사용자가 제공하는 Spark 작업 정의의 'executorCores' 및 'executorMemory'를 재정의하는 데 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
파일 작업에 사용되는 기본 파일로, 사용자가 제공하는 spark 작업 정의의 'file'을 재정의합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
files (사용되지 않습니다. pythonCodeReference 및 filesV2) 제공된 spark 작업 정의의 '파일'을 재정의하는 기본 정의 파일에서 참조에 사용되는 추가 파일을 사용하세요. any[]
filesV2 기본 정의 파일에서 참조에 사용되는 추가 파일로, 제공하는 spark 작업 정의의 'jars' 및 'files'를 재정의합니다. any[]
numExecutors 제공하는 Spark 작업 정의의 'numExecutors'를 재정의하는 이 작업에 대해 시작할 실행기 수입니다. 형식: 정수(또는 resultType 정수의 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
pythonCodeReference 제공하는 spark 작업 정의의 'pyFiles'를 재정의하는 기본 정의 파일에서 참조에 사용되는 추가 Python 코드 파일입니다. any[]
scanFolder 기본 정의 파일의 루트 폴더에서 하위 폴더를 검사하면 이러한 파일이 참조 파일로 추가됩니다. 'jars', 'pyFiles', 'files' 또는 'archives'라는 폴더가 검색되고 폴더 이름은 대/소문자를 구분합니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sparkConfig Spark 구성 속성입니다. SynapseSparkJobActivityTypePropertiesSparkConfig
sparkJob Synapse spark 작업 참조입니다. SynapseSparkJobReference (필수)
targetBigDataPool 제공하는 Spark 작업 정의의 'targetBigDataPool'을 재정의하는 Spark 일괄 처리 작업을 실행하는 데 사용할 빅 데이터 풀의 이름입니다. BigDataPoolParametrizationReference
targetSparkConfiguration Spark 작업의 spark 구성입니다. SparkConfigurationParametrizationReference

SynapseSparkJobActivityTypePropertiesSparkConfig

Name Description
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

SynapseSparkJobReference

Name Description
referenceName 참조 spark 작업 이름입니다. resultType 문자열이 있는 식입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
형식 Synapse spark 작업 참조 형식입니다. 'SparkJobDefinitionReference'(필수)

BigDataPoolParametrizationReference

Name Description
referenceName 빅 데이터 풀 이름을 참조합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
형식 빅 데이터 풀 참조 형식입니다. 'BigDataPoolReference'(필수)

SparkConfigurationParametrizationReference

Name Description
referenceName Spark 구성 이름을 참조합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
형식 Spark 구성 참조 형식입니다. 'SparkConfigurationReference'(필수)

SqlServerStoredProcedureActivity

Name Description
형식 활동의 유형입니다. 'SqlServerStoredProcedure'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties SQL 저장 프로시저 작업 속성입니다. SqlServerStoredProcedureActivityTypeProperties (필수)

SqlServerStoredProcedureActivityTypeProperties

Name Description
storedProcedureName 저장 프로시저 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}". Bicep의 경우 any() 함수를 사용할 수 있습니다.

SwitchActivity

Name Description
형식 활동의 유형입니다. 'Switch'(필수)
typeProperties 활동 속성을 전환합니다. SwitchActivityTypeProperties (필수)

SwitchActivityTypeProperties

Name Description
cases 'on' 속성의 예상 값에 해당하는 사례 목록입니다. 이 속성은 선택적 속성이며 제공되지 않으면 작업은 기본 활동에 제공된 활동을 실행합니다. SwitchCase[]
defaultActivities 사례 조건이 충족되지 않은 경우 실행할 활동 목록입니다. 선택적 속성이며 제공되지 않으면 작업이 아무 작업도 없이 종료됩니다. Activity[]
On 문자열 또는 정수로 계산되는 식입니다. 이는 실행될 경우 활동 블록을 확인하는 데 사용됩니다. (필수)

SwitchCase

Name Description
작업 충족된 사례 조건에 대해 실행할 활동 목록입니다. Activity[]
'on' 속성의 식 결과를 충족하는 예상 값입니다. 문자열

SynapseNotebookActivity

Name Description
형식 활동의 유형입니다. 'SynapseNotebook'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Synapse Notebook 작업 속성을 실행합니다. SynapseNotebookActivityTypeProperties (필수)

SynapseNotebookActivityTypeProperties

Name Description
conf Spark 구성 속성은 사용자가 제공하는 Notebook의 'conf'를 재정의합니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
configurationType Spark 구성의 형식입니다. 'Artifact'
'사용자 지정됨'
'기본값'
driverSize 세션에 대해 지정된 Spark 풀에 할당된 드라이버에 사용할 코어 및 메모리의 수이며, 이는 사용자가 제공한 Notebook의 'driverCores' 및 'driverMemory'를 재정의하는 데 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
executorSize 세션에 대해 지정된 Spark 풀에 할당된 실행기에 사용할 코어 및 메모리의 수이며, 이는 사용자가 제공하는 Notebook의 'executorCores' 및 'executorMemory'를 재정의하는 데 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
Notebook Synapse Notebook 참조입니다. SynapseNotebookReference (필수)
numExecutors 제공된 Notebook의 'numExecutors'를 재정의하는 이 세션에 대해 시작할 실행기 수입니다. 형식: 정수(또는 resultType 정수의 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
매개 변수 Notebook 매개 변수입니다. SynapseNotebookActivityTypePropertiesParameters
sparkConfig Spark 구성 속성입니다. SynapseNotebookActivityTypePropertiesSparkConfig
sparkPool Notebook을 실행하는 데 사용할 빅 데이터 풀의 이름입니다. BigDataPoolParametrizationReference
targetSparkConfiguration Spark 작업의 spark 구성입니다. SparkConfigurationParametrizationReference

SynapseNotebookReference

Name Description
referenceName 참조 Notebook 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
형식 Synapse Notebook 참조 형식입니다. 'NotebookReference'(필수)

SynapseNotebookActivityTypePropertiesParameters

Name Description
{사용자 지정 속성} NotebookParameter

NotebookParameter

Name Description
형식 Notebook 매개 변수 형식입니다. 'bool'
'float'
'int'
'string'
Notebook 매개 변수 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SynapseNotebookActivityTypePropertiesSparkConfig

Name Description
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

UntilActivity

Name Description
형식 활동의 유형입니다. 'Until'(필수)
typeProperties Until 활동 속성입니다. UntilActivityTypeProperties (필수)

UntilActivityTypeProperties

Name Description
작업 실행할 활동 목록입니다. 활동[] (필수)
부울로 계산되는 식입니다. 이 식이 true로 평가될 때까지 루프가 계속됩니다. (필수)
시간 제한 작업 실행에 대한 시간 제한을 지정합니다. 지정된 값이 없으면 TimeSpan.FromDays(7) 값이 기본값으로 1주입니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ValidationActivity

Name Description
형식 활동의 유형입니다. '유효성 검사'(필수)
typeProperties 유효성 검사 작업 속성입니다. ValidationActivityTypeProperties (필수)

ValidationActivityTypeProperties

Name Description
childItems 데이터 세트가 폴더를 가리키는 경우 사용할 수 있습니다. true로 설정하면 폴더에 파일이 하나 이상 있어야 합니다. false로 설정하면 폴더가 비어 있어야 합니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
데이터 세트 유효성 검사 활동 데이터 세트 참조입니다. DatasetReference (필수)
minimumSize 데이터 세트가 파일을 가리키는 경우 사용할 수 있습니다. 파일 크기가 지정된 값보다 크거나 같아야 합니다. 형식: 정수(또는 resultType 정수의 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sleep validation 시도 간의 지연 시간(초)입니다. 값을 지정하지 않으면 10초가 기본값으로 사용됩니다. 형식: 정수(또는 resultType 정수의 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
시간 제한 작업 실행에 대한 시간 제한을 지정합니다. 지정된 값이 없으면 TimeSpan.FromDays(7) 값이 기본값으로 1주입니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). Bicep의 경우 any() 함수를 사용할 수 있습니다.

WaitActivity

Name Description
형식 활동의 유형입니다. 'Wait'(필수)
typeProperties 대기 활동 속성입니다. WaitActivityTypeProperties (필수)

WaitActivityTypeProperties

Name Description
waitTimeInSeconds 기간(초)입니다. 형식: 정수(또는 resultType 정수의 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

WebActivity

Name Description
형식 활동의 유형입니다. 'WebActivity'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties 웹 활동 속성입니다. WebActivityTypeProperties (필수)

WebActivityTypeProperties

Name Description
인증 엔드포인트를 호출하는 데 사용되는 인증 방법입니다. WebActivityAuthentication
본문 엔드포인트로 전송될 페이로드를 나타냅니다. POST/PUT 메서드에 필요하며 GET 메서드 Type: string(또는 resultType 문자열이 있는 식)에는 허용되지 않습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
connectVia 통합 런타임 참조입니다. IntegrationRuntimeReference
datasets 웹 엔드포인트에 전달된 데이터 세트 목록입니다. DatasetReference[]
disableCertValidation true로 설정하면 인증서 유효성 검사가 비활성화됩니다. bool
headers 요청으로 전송될 헤더를 나타냅니다. 예를 들어 요청에 언어 및 형식을 설정하려면 다음을 수행합니다. "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. 형식: 문자열(또는 resultType 문자열이 있는 식). WebActivityTypePropertiesHeaders
httpRequestTimeout 응답을 가져오기 위한 HTTP 요청에 대한 시간 제한입니다. 형식은 TimeSpan(hh:mm:ss)입니다. 이 값은 활동 시간 제한이 아니라 응답을 가져오는 시간 제한입니다. 기본값은 00:01:00(1분)입니다. 범위는 1~10분입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
linkedServices 웹 엔드포인트에 전달된 연결된 서비스 목록입니다. LinkedServiceReference[]
method 대상 엔드포인트에 대한 Rest API 메서드입니다. 'DELETE'
'GET'
'POST'
'PUT'(필수)
turnOffAsync HTTP 202 응답의 응답 헤더에 지정된 위치에서 HTTP GET 호출을 사용하지 않도록 설정하는 옵션입니다. true로 설정하면 응답 헤더에 지정된 http 위치에서 HTTP GET 호출을 중지합니다. false로 설정하면 http 응답 헤더에 지정된 위치에서 HTTP GET 호출을 계속 호출합니다. bool
url 웹 활동 대상 엔드포인트 및 경로. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

WebActivityAuthentication

Name Description
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
password SERVICEPrincipal에 사용되는 경우 PFX 파일 또는 기본 인증/비밀에 대한 암호 SecretBase
pfx ServicePrincipal에 사용되는 경우 PFX 파일 또는 인증서의 Base64로 인코딩된 콘텐츠 SecretBase
resource MSI 인증을 사용할 때 Azure 인증 토큰을 요청할 리소스입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
형식 웹 활동 인증(Basic/ClientCertificate/MSI/ServicePrincipal) 문자열
사용자 이름 ServicePrincipal에 사용되는 경우 기본 인증 또는 ClientID에 대한 웹 활동 인증 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
userTenant ServicePrincipal 인증을 사용할 때 Azure Auth 토큰을 요청할 TenantId입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

CredentialReference

Name Description
referenceName 참조 자격 증명 이름입니다. string(필수)
형식 자격 증명 참조 형식입니다. 'CredentialReference'(필수)
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

WebActivityTypePropertiesHeaders

Name Description
{customized property} 문자열

WebHookActivity

Name Description
형식 활동의 유형입니다. 'WebHook'(필수)
policy 활동 정책. SecureInputOutputPolicy
typeProperties WebHook 활동 속성입니다. WebHookActivityTypeProperties (필수)

WebHookActivityTypeProperties

Name Description
인증 엔드포인트를 호출하는 데 사용되는 인증 방법입니다. WebActivityAuthentication
본문 엔드포인트로 전송될 페이로드를 나타냅니다. POST/PUT 메서드에 필요하며 GET 메서드 Type: string(또는 resultType 문자열이 있는 식)에는 허용되지 않습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
headers 요청으로 전송될 헤더를 나타냅니다. 예를 들어 요청에 언어 및 형식을 설정하려면 다음을 수행합니다. "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. 형식: string(또는 resultType 문자열이 있는 식). WebHookActivityTypePropertiesHeaders
method 대상 엔드포인트에 대한 Rest API 메서드입니다. 'POST'(필수)
reportStatusOnCallBack true로 설정하면 statusCode, 콜백 요청 본문의 출력 및 오류가 활동에 의해 사용됩니다. 콜백 요청에서 statusCode >= 400을 설정하여 활동을 실패로 표시할 수 있습니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
시간 제한 웹후크를 다시 호출해야 하는 시간 제한입니다. 지정된 값이 없으면 기본값은 10분입니다. 형식: 문자열입니다. 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). 문자열
url WebHook 활동 대상 엔드포인트 및 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

WebHookActivityTypePropertiesHeaders

Name Description
{사용자 지정 속성} 문자열

PipelineFolder

Name Description
name 이 파이프라인이 있는 폴더의 이름입니다. 문자열

ParameterDefinitionSpecification

Name Description
{사용자 지정 속성} ParameterSpecification

ParameterSpecification

Name Description
defaultValue 매개 변수의 기본값입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
형식 매개 변수 유형입니다. 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String'(필수)

PipelinePolicy

Name Description
elapsedTimeMetric 파이프라인 ElapsedTime 메트릭 정책. PipelineElapsedTimeMetricPolicy

PipelineElapsedTimeMetricPolicy

Name Description
duration TimeSpan 값이며, 그 후 Azure 모니터링 메트릭이 발생합니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

PipelineRunDimensions

Name Description
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

VariableDefinitionSpecification

Name Description
{사용자 지정 속성} VariableSpecification

VariableSpecification

Name Description
defaultValue 변수의 기본값입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
형식 변수 형식입니다. 'Array'
'Bool'
'String'(필수)

빠른 시작 템플릿

다음 빠른 시작 템플릿은 이 리소스 유형을 배포합니다.

템플릿 Description
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에 배포
이 템플릿은 Azure SQL 데이터베이스의 데이터를 Azure SQL 데이터 웨어하우스에 대량으로 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 스토리지의 다른 폴더로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(MySQL)

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 Azure Database for MySQL 테이블로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(PostGre)

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 Azure Database for PostgreSQL 테이블로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(SQL)

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 Azure SQL 데이터베이스의 테이블로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(SQL 온-프레미스)

Azure에 배포
이 템플릿은 온-프레미스 SQL Server Azure Blob Storage로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(Spark)

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더의 데이터를 스토리지의 다른 폴더로 복사하는 V2 데이터 팩터리를 만듭니다.

ARM 템플릿 리소스 정의

팩터리/파이프라인 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.

리소스 형식

Microsoft.DataFactory/factories/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"
      }
    }
  }
}

활동 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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"
    }
  }

Until의 경우 다음을 사용합니다.

  "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": {}
  }

대기의 경우 다음을 사용합니다.

  "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 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

TarGZipReadSettings의 경우 다음을 사용합니다.

  "type": "TarGZipReadSettings",
  "preserveCompressionFileNameAsFolder": {}

TarReadSettings의 경우 다음을 사용합니다.

  "type": "TarReadSettings",
  "preserveCompressionFileNameAsFolder": {}

ZipDeflateReadSettings의 경우 다음을 사용합니다.

  "type": "ZipDeflateReadSettings",
  "preserveZipFileNameAsFolder": {}

SecretBase 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

AzureKeyVaultSecret의 경우 다음을 사용합니다.

  "type": "AzureKeyVaultSecret",
  "secretName": {},
  "secretVersion": {},
  "store": {
    "parameters": {
      "{customized property}": {}
    },
    "referenceName": "string",
    "type": "LinkedServiceReference"
  }

SecureString의 경우 다음을 사용합니다.

  "type": "SecureString",
  "value": "string"

FormatReadSettings 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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": {}

속성 값

팩터리/파이프라인

Name Description
형식 리소스 종류 'Microsoft.DataFactory/팩터리/파이프라인'
apiVersion 리소스 api 버전 '2018-06-01'
name 리소스 이름

JSON ARM 템플릿에서 자식 리소스의 이름 및 형식을 설정하는 방법을 참조하세요.
string(필수)

문자 제한: 1-260

유효한 문자:
다음을 사용할 수 없습니다.
<>*#.%&:\\+?/ 또는 제어 문자

영숫자로 시작합니다.
properties 파이프라인의 속성입니다. 파이프라인 (필수)

파이프라인

Name Description
작업 파이프라인의 활동 목록입니다. Activity[]
주석 파이프라인을 설명하는 데 사용할 수 있는 태그 목록입니다. any[]
동시성 파이프라인에 대한 최대 동시 실행 수입니다. int

제약 조건:
최소값 = 1
description 파이프라인의 설명입니다. 문자열
폴더 이 파이프라인이 있는 폴더입니다. 지정하지 않으면 파이프라인이 루트 수준에 표시됩니다. PipelineFolder
매개 변수 파이프라인에 대한 매개 변수 목록입니다. ParameterDefinitionSpecification
policy 파이프라인 정책. PipelinePolicy
runDimensions 파이프라인에서 내보낸 차원입니다. PipelineRunDimensions
variables 파이프라인에 대한 변수 목록입니다. VariableDefinitionSpecification

활동

이름 Description
dependsOn 활동은 조건에 따라 달라집니다. ActivityDependency[]
description 활동 설명입니다. 문자열
name 활동 이름입니다. string(필수)
onInactiveMarkAs 상태가 비활성으로 설정된 경우 작업의 상태 결과입니다. 이 속성은 선택적 속성이며 활동이 비활성 상태일 때 제공되지 않으면 기본적으로 상태 Succeeded가 됩니다. '실패'
'건너뛰기'
'성공'
state 작업 상태입니다. 이 속성은 선택적 속성이며 제공되지 않으면 상태는 기본적으로 활성 상태가 됩니다. '활성'
'비활성'
userProperties 활동 사용자 속성입니다. UserProperty[]
형식 개체 유형 설정 AppendVariable
AzureDataExplorerCommand
AzureFunctionActivity
AzureMLBatchExecution
AzureMLExecutePipeline
AzureMLUpdateResource
Copy
사용자 지정
DatabricksNotebook
DatabricksSparkJar
DatabricksSparkPython
DataLakeAnalyticsU-SQL
Delete
ExecuteDataFlow
ExecutePipeline
ExecuteSSISPackage
ExecuteWranglingDataflow
Fail
Filter
ForEach
GetMetadata
HDInsightHive
HDInsightMapReduce
HDInsightPig
HDInsightSpark
HDInsightStreaming
IfCondition
조회
스크립트
SetVariable
SparkJob
SqlServerStoredProcedure
스위치
SynapseNotebook
Until
유효성 검사
Wait
WebActivity
WebHook (필수)

ActivityDependency

Name Description
활동 활동 이름입니다. string(필수)
dependencyConditions 종속성에 대한 Match-Condition. 다음 중 어느 것을 포함하는 문자열 배열:
'완료됨'
'실패'
'건너뛰기'
'Succeeded'(필수)
{customized property}

UserProperty

Name Description
name 사용자 속성 이름입니다. string(필수)
사용자 속성 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AppendVariableActivity

Name Description
형식 활동의 유형입니다. 'AppendVariable'(필수)
typeProperties 변수 활동 속성을 추가합니다. AppendVariableActivityTypeProperties (필수)

AppendVariableActivityTypeProperties

Name Description
추가할 값입니다. 형식: 변수 항목의 정적 값 일치 형식이거나 변수 항목의 resultType 일치 형식이 있는 Expression일 수 있습니다.
variableName 값을 추가해야 하는 변수의 이름입니다. 문자열

AzureDataExplorerCommandActivity

Name Description
형식 활동의 유형입니다. 'AzureDataExplorerCommand'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Azure Data Explorer 명령 작업 속성입니다. AzureDataExplorerCommandActivityTypeProperties (필수)

LinkedServiceReference

Name Description
매개 변수 LinkedService에 대한 인수입니다. ParameterValueSpecification
referenceName LinkedService 이름을 참조합니다. string(필수)
형식 연결된 서비스 참조 유형입니다. 'LinkedServiceReference'(필수)

ParameterValueSpecification

Name Description
{사용자 지정 속성}

ActivityPolicy

Name Description
retry 최대 일반 재시도 시도. 기본값은 0입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0.
retryIntervalInSeconds 각 재시도 간격(초)입니다. 기본값은 30초입니다. int

제약 조건:
최소값 = 30
최대값 = 86400
secureInput true로 설정하면 작업의 입력이 안전한 것으로 간주되어 모니터링에 기록되지 않습니다. bool
secureOutput true로 설정하면 작업의 출력은 안전한 것으로 간주되며 모니터링에 기록되지 않습니다. bool
시간 제한 작업 실행에 대한 시간 제한을 지정합니다. 기본 시간 제한은 7일입니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).
{사용자 지정 속성}

AzureDataExplorerCommandActivityTypeProperties

Name Description
명령을 사용합니다. Azure Data Explorer 명령 구문에 따라 컨트롤 명령입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
commandTimeout 제어 명령 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).)

AzureFunctionActivity

Name Description
형식 활동의 유형입니다. 'AzureFunctionActivity'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Azure Function 활동 속성입니다. AzureFunctionActivityTypeProperties (필수)

AzureFunctionActivityTypeProperties

Name Description
본문 엔드포인트로 전송될 페이로드를 나타냅니다. POST/PUT 메서드에 필요하며 GET 메서드 Type: string(또는 resultType 문자열이 있는 식)에는 허용되지 않습니다.
functionName Azure Function Activity가 호출할 함수의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식)
headers 요청으로 전송될 헤더를 나타냅니다. 예를 들어 요청에 언어 및 형식을 설정하려면 다음을 수행합니다. "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. 형식: string(또는 resultType 문자열이 있는 식). AzureFunctionActivityTypePropertiesHeaders
method 대상 엔드포인트에 대한 Rest API 메서드입니다. 'DELETE'
'GET'
'HEAD'
'OPTIONS'
'POST'
'PUT'
'TRACE'(필수)

AzureFunctionActivityTypePropertiesHeaders

Name Description
{customized property} string

AzureMLBatchExecutionActivity

Name Description
형식 활동의 유형입니다. 'AzureMLBatchExecution'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Azure ML Batch 실행 작업 속성입니다. AzureMLBatchExecutionActivityTypeProperties (필수)

AzureMLBatchExecutionActivityTypeProperties

Name Description
globalParameters Azure ML Batch Execution Service 엔드포인트에 전달할 키,값 쌍입니다. 키는 게시된 Azure ML 웹 서비스에 정의된 웹 서비스 매개 변수의 이름과 일치해야 합니다. 값은 Azure ML 일괄 처리 실행 요청의 GlobalParameters 속성에 전달됩니다. AzureMLBatchExecutionActivityTypePropertiesGlobalPar...
webServiceInputs 키, 값 쌍, Azure ML 엔드포인트의 웹 서비스 입력 이름을 입력 Blob 위치를 지정하는 AzureMLWebServiceFile 개체에 매핑합니다. 이 정보는 Azure ML 일괄 처리 실행 요청의 WebServiceInputs 속성에 전달됩니다. AzureMLBatchExecutionActivityTypePropertiesWebServic...
webServiceOutputs 키, 값 쌍, Azure ML 엔드포인트의 웹 서비스 출력 이름을 출력 Blob 위치를 지정하는 AzureMLWebServiceFile 개체에 매핑합니다. 이 정보는 Azure ML 일괄 처리 실행 요청의 WebServiceOutputs 속성에 전달됩니다. AzureMLBatchExecutionActivityTypePropertiesWebServic...

AzureMLBatchExecutionActivityTypePropertiesGlobalPar...

Name Description
{customized property}

AzureMLBatchExecutionActivityTypePropertiesWebServic...

Name Description
{customized property} AzureMLWebServiceFile

AzureMLWebServiceFile

Name Description
filePath LinkedService에서 지정한 Azure Blob Storage 컨테이너 이름을 포함한 상대 파일 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).
linkedServiceName Azure ML WebService 입력/출력 파일이 있는 Azure Storage LinkedService에 대한 참조입니다. LinkedServiceReference (필수)

AzureMLBatchExecutionActivityTypePropertiesWebServic...

Name Description
{customized property} AzureMLWebServiceFile

AzureMLExecutePipelineActivity

Name Description
형식 활동의 유형입니다. 'AzureMLExecutePipeline'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Azure ML 파이프라인 실행 작업 속성입니다. AzureMLExecutePipelineActivityTypeProperties (필수)

AzureMLExecutePipelineActivityTypeProperties

Name Description
continueOnStepFailure 단계가 실패하는 경우 PipelineRun의 다른 단계를 계속 실행할지 여부입니다. 이 정보는 게시된 파이프라인 실행 요청의 continueOnStepFailure 속성에 전달됩니다. 형식: 부울(또는 resultType 부울이 있는 식).
dataPathAssignments 재학습 없이 데이터 경로 할당을 변경하는 데 사용되는 사전입니다. 값은 게시된 파이프라인 실행 요청의 dataPathAssignments 속성에 전달됩니다. Type: object(또는 resultType 개체가 있는 Expression).
experimentName 파이프라인 실행의 실행 기록 실험 이름입니다. 이 정보는 게시된 파이프라인 실행 요청의 ExperimentName 속성에 전달됩니다. 형식: string(또는 resultType 문자열이 있는 식).
mlParentRunId 부모 Azure ML Service 파이프라인 실행 ID입니다. 이 정보는 게시된 파이프라인 실행 요청의 ParentRunId 속성에 전달됩니다. 형식: string(또는 resultType 문자열이 있는 식).
mlPipelineEndpointId 게시된 Azure ML 파이프라인 엔드포인트의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
mlPipelineId 게시된 Azure ML 파이프라인의 ID입니다. 형식: string(또는 resultType 문자열이 있는 식).
mlPipelineParameters 게시된 Azure ML 파이프라인 엔드포인트에 전달할 키,값 쌍입니다. 키는 게시된 파이프라인에 정의된 파이프라인 매개 변수의 이름과 일치해야 합니다. 값은 게시된 파이프라인 실행 요청의 ParameterAssignments 속성에 전달됩니다. 형식: 키 값 쌍이 있는 개체(또는 resultType 개체가 있는 Expression).
버전 게시된 Azure ML 파이프라인 엔드포인트의 버전입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureMLUpdateResourceActivity

Name Description
형식 활동의 유형입니다. 'AzureMLUpdateResource'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Azure ML 업데이트 리소스 관리 작업 속성입니다. AzureMLUpdateResourceActivityTypeProperties (필수)

AzureMLUpdateResourceActivityTypeProperties

Name Description
trainedModelFilePath 업데이트 작업에서 업로드할 .ilearner 파일을 나타내는 trainedModelLinkedService의 상대 파일 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).
trainedModelLinkedServiceName 업데이트 작업에서 업로드할 .ilearner 파일을 보유하는 Azure Storage 연결된 서비스의 이름입니다. LinkedServiceReference (필수)
trainedModelName 업데이트할 웹 서비스 실험에서 학습된 모델 모듈의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

CopyActivity

Name Description
형식 활동의 유형입니다. 'Copy'(필수)
입력 활동에 대한 입력 목록입니다. DatasetReference[]
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
outputs 작업에 대한 출력 목록입니다. DatasetReference[]
policy 활동 정책. ActivityPolicy
typeProperties 복사 작업 속성입니다. CopyActivityTypeProperties (필수)

DatasetReference

Name Description
매개 변수 데이터 세트에 대한 인수입니다. ParameterValueSpecification
referenceName 참조 데이터 세트 이름입니다. string(필수)
형식 데이터 세트 참조 형식입니다. 'DatasetReference'(필수)

CopyActivityTypeProperties

Name Description
dataIntegrationUnits 이 데이터 이동을 수행하는 데 사용할 수 있는 최대 데이터 통합 단위 수입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소: 0.
enableSkipIncompatibleRow 호환되지 않는 행을 건너뛸지 여부입니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enableStaging 중간 스테이징을 통해 데이터를 복사할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
logSettings 로그 설정을 사용하도록 설정할 때 고객이 제공해야 하는 로그 설정입니다. LogSettings
logStorageSettings (사용되지 않습니다. LogSettings를 사용하세요. 세션 로그를 사용하도록 설정할 때 고객이 제공해야 하는 로그 스토리지 설정입니다. LogStorageSettings
parallelCopies 데이터 저장소 오버로드를 방지하기 위해 원본 또는 싱크에서 열린 최대 동시 세션 수입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소: 0.
보존 규칙을 유지합니다. any[]
preserveRules 규칙을 유지합니다. any[]
redirectIncompatibleRowSettings EnableSkipIncompatibleRow가 true인 경우 호환되지 않는 행 설정을 리디렉션합니다. RedirectIncompatibleRowSettings
싱크 싱크를 복사 작업. CopySink (필수)
skipErrorFile 데이터 일관성에 대한 내결함성을 지정합니다. SkipErrorFile
source 복사 작업 원본입니다. CopySource (필수)
stagingSettings EnableStaging이 true인 경우 중간 스테이징 설정을 지정합니다. StagingSettings
번역기 복사 작업 번역기. 지정하지 않으면 테이블 형식 번역기 가 사용됩니다.
validateDataConsistency 데이터 일관성 유효성 검사를 사용하도록 설정할지 여부입니다. 형식: 부울(또는 resultType 부울이 있는 식).

LogSettings

Name Description
copyActivityLogSettings 복사 활동 로그에 대한 설정을 지정합니다. CopyActivityLogSettings
enableCopyActivityLog 복사 활동 로그를 사용할지 여부를 지정합니다. 형식: 부울(또는 resultType 부울이 있는 식).
logLocationSettings 로그를 사용하도록 설정할 때 고객이 제공해야 하는 로그 위치 설정입니다. LogLocationSettings (필수)

CopyActivityLogSettings

Name Description
enableReliableLogging 신뢰할 수 있는 로깅을 사용할지 여부를 지정합니다. 형식: 부울(또는 resultType 부울이 있는 식).
logLevel 로그 수준, 지원: 정보, 경고를 가져오거나 설정합니다. 형식: string(또는 resultType 문자열이 있는 식).

LogLocationSettings

Name Description
linkedServiceName 로그 스토리지 연결된 서비스 참조입니다. LinkedServiceReference (필수)
path 활동 실행의 자세한 로그를 저장하기 위한 스토리지 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).

LogStorageSettings

Name Description
enableReliableLogging 신뢰할 수 있는 로깅을 사용할지 여부를 지정합니다. 형식: 부울(또는 resultType 부울이 있는 식).
linkedServiceName 로그 스토리지 연결된 서비스 참조입니다. LinkedServiceReference (필수)
logLevel 로그 수준, 지원: 정보, 경고를 가져오거나 설정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
path 활동 실행의 자세한 로그를 저장하기 위한 스토리지 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
{사용자 지정 속성}

RedirectIncompatibleRowSettings

Name Description
linkedServiceName 호환되지 않는 행을 리디렉션하는 데 사용되는 Azure Storage, Storage SAS 또는 Azure Data Lake Store 연결된 서비스의 이름입니다. redirectIncompatibleRowSettings를 지정하는 경우 지정해야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
path 리디렉션 호환되지 않는 행 데이터를 저장하기 위한 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
{사용자 지정 속성}

CopySink

Name Description
disableMetricsCollection true이면 데이터 저장소 메트릭 컬렉션을 사용하지 않도록 설정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
maxConcurrentConnections 싱크 데이터 저장소의 최대 동시 연결 수입니다. 형식: 정수(또는 resultType 정수의 식).
sinkRetryCount 싱크 재시도 횟수입니다. 형식: 정수(또는 resultType 정수의 식).
sinkRetryWait 싱크 다시 시도 대기. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).
writeBatchSize 쓰기 일괄 처리 크기입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0.
writeBatchTimeout 일괄 처리 시간 제한을 작성합니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\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

Name Description
형식 싱크 형식을 복사합니다. 'AvroSink'(필수)
formatSettings Avro 형식 설정입니다. AvroWriteSettings
storeSettings Avro 저장소 설정입니다. StoreWriteSettings

AvroWriteSettings

Name Description
fileNamePrefix 파일 이름 패턴 {fileNamePrefix}_{fileIndex}을 지정합니다. partitionOptions 없이 파일 기반이 아닌 저장소에서 복사할 때 {fileExtension}입니다. 형식: string(또는 resultType 문자열이 있는 식).
maxRowsPerFile 기록된 파일의 행 수를 지정된 개수보다 작거나 같도록 제한합니다. 형식: 정수(또는 resultType 정수가 있는 식).
recordName AVRO 사양에 필요한 쓰기 결과의 최상위 레코드 이름입니다. 문자열
recordNamespace 쓰기 결과에 네임스페이스를 기록합니다. 문자열
type 쓰기 설정 유형입니다. string(필수)
{customized property}

StoreWriteSettings

Name Description
copyBehavior 복사 싱크에 대한 복사 동작의 형식입니다.
disableMetricsCollection true이면 데이터 저장소 메트릭 수집을 사용하지 않도록 설정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
maxConcurrentConnections 원본 데이터 저장소의 최대 동시 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식).
metadata 싱크 데이터에 추가할 사용자 지정 메타데이터를 지정합니다. 형식: 개체의 배열(또는 개체의 resultType 배열이 있는 Expression)입니다. MetadataItem[]
형식 개체 유형 설정 AzureBlobFSWriteSettings
AzureBlobStorageWriteSettings
AzureDataLakeStoreWriteSettings
AzureFileStorageWriteSettings
FileServerWriteSettings
LakeHouseWriteSettings
SftpWriteSettings (필수)

MetadataItem

Name Description
name 메타데이터 항목 키 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
메타데이터 항목 값입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureBlobFSWriteSettings

Name Description
형식 쓰기 설정 유형입니다. 'AzureBlobFSWriteSettings'(필수)
blockSizeInMB Blob에 데이터를 쓸 때의 블록 크기(MB)를 나타냅니다. 형식: 정수(또는 resultType 정수가 있는 식).

AzureBlobStorageWriteSettings

Name Description
형식 쓰기 설정 유형입니다. 'AzureBlobStorageWriteSettings'(필수)
blockSizeInMB Blob에 데이터를 쓸 때의 블록 크기(MB)를 나타냅니다. 형식: 정수(또는 resultType 정수가 있는 식).

AzureDataLakeStoreWriteSettings

Name Description
형식 쓰기 설정 유형입니다. 'AzureDataLakeStoreWriteSettings'(필수)
expiryDateTime 작성된 파일의 만료 시간을 지정합니다. 시간은 UTC 표준 시간대에 "2018-12-01T05:00:00Z" 형식으로 적용됩니다. 기본값은 NULL입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureFileStorageWriteSettings

Name Description
형식 쓰기 설정 유형입니다. 'AzureFileStorageWriteSettings'(필수)

FileServerWriteSettings

Name Description
형식 쓰기 설정 유형입니다. 'FileServerWriteSettings'(필수)

LakeHouseWriteSettings

Name Description
형식 쓰기 설정 유형입니다. 'LakeHouseWriteSettings'(필수)

SftpWriteSettings

Name Description
형식 쓰기 설정 유형입니다. 'SftpWriteSettings'(필수)
operationTimeout 각 청크를 SFTP 서버에 쓰기 위한 시간 제한을 지정합니다. 기본값: 01:00:00(1시간). 형식: 문자열(또는 resultType 문자열이 있는 식).
useTempFileRename 임시 파일에 업로드하고 이름을 바꿉니다. SFTP 서버에서 이름 바꾸기 작업을 지원하지 않는 경우 이 옵션을 사용하지 않도록 설정합니다. 형식: 부울(또는 resultType 부울이 있는 식).

AzureBlobFSSink

Name Description
형식 싱크 형식을 복사합니다. 'AzureBlobFSSink'(필수)
copyBehavior 복사 싱크의 복사 동작 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
metadata 싱크 데이터에 추가할 사용자 지정 메타데이터를 지정합니다. 형식: 개체의 배열(또는 resultType 개체 배열이 있는 Expression)입니다. MetadataItem[]

AzureDatabricksDeltaLakeSink

Name Description
형식 싱크 형식을 복사합니다. 'AzureDatabricksDeltaLakeSink'(필수)
importSettings Azure Databricks Delta Lake 가져오기 설정. AzureDatabricksDeltaLakeImportCommand
preCopyScript SQL 사전 복사 스크립트. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureDatabricksDeltaLakeImportCommand

Name Description
dateFormat Azure Databricks Delta Lake Copy에서 csv의 날짜 형식을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
timestampFormat Azure Databricks Delta Lake Copy에서 csv에 대한 타임스탬프 형식을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
형식 가져오기 설정 유형입니다. string(필수)
{사용자 지정 속성}

AzureDataExplorerSink

Name Description
형식 싱크 형식을 복사합니다. 'AzureDataExplorerSink'(필수)
flushImmediately true로 설정하면 집계를 건너뜁습니다. 기본값은 false입니다. 형식: 부울입니다.
ingestionMappingAsJson json 형식으로 제공되는 명시적 열 매핑 설명입니다. 형식: 문자열입니다.
ingestionMappingName 대상 Kusto 테이블에 정의된 미리 만들어진 csv 매핑의 이름입니다. 형식: 문자열입니다.

AzureDataLakeStoreSink

Name Description
형식 싱크 형식을 복사합니다. 'AzureDataLakeStoreSink'(필수)
copyBehavior 복사 싱크의 복사 동작 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
enableAdlsSingleFileParallel 단일 파일 병렬.

AzureMySqlSink

Name Description
형식 싱크 형식을 복사합니다. 'AzureMySqlSink'(필수)
preCopyScript 복사를 시작하기 전에 실행할 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzurePostgreSqlSink

Name Description
형식 싱크 형식을 복사합니다. 'AzurePostgreSqlSink'(필수)
preCopyScript 복사를 시작하기 전에 실행할 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureQueueSink

Name Description
형식 싱크 형식을 복사합니다. 'AzureQueueSink'(필수)

AzureSearchIndexSink

Name Description
형식 싱크 형식을 복사합니다. 'AzureSearchIndexSink'(필수)
writeBehavior Azure Search 인덱스에 문서를 업서팅할 때 쓰기 동작을 지정합니다. 'Merge'
'업로드'

AzureSqlSink

Name Description
형식 싱크 형식을 복사합니다. 'AzureSqlSink'(필수)
preCopyScript SQL 사전 복사 스크립트. 형식: string(또는 resultType 문자열이 있는 식).
sqlWriterStoredProcedureName SQL 기록기 저장 프로시저 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
sqlWriterTableType SQL 기록기 테이블 형식입니다. 형식: string(또는 resultType 문자열이 있는 식).
sqlWriterUseTableLock 대량 복사 중에 테이블 잠금을 사용할지 여부입니다. 형식: 부울(또는 resultType 부울이 있는 식).
storedProcedureParameters SQL 저장 프로시저 매개 변수.
storedProcedureTableTypeParameterName 테이블 형식의 저장 프로시저 매개 변수 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableOption 싱크 테이블을 처리하는 옵션(예: 자동만들기). 지금은 'autoCreate' 값만 지원됩니다. 형식: string(또는 resultType 문자열이 있는 식).
upsertSettings SQL upsert 설정. SqlUpsertSettings
writeBehavior 데이터를 Azure SQL 복사할 때 동작을 씁니다. 형식: SqlWriteBehaviorEnum(또는 resultType SqlWriteBehaviorEnum이 있는 식)

SqlUpsertSettings

Name Description
interimSchemaName 중간 테이블의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
고유 행 식별을 위한 키 열 이름입니다. 형식: 문자열 배열(또는 resultType 문자열 배열이 있는 식)입니다.
useTempDB upsert 중간 테이블에 임시 db를 사용할지 여부를 지정합니다. 형식: 부울(또는 resultType 부울이 있는 식).

AzureTableSink

Name Description
형식 싱크 형식을 복사합니다. 'AzureTableSink'(필수)
azureTableDefaultPartitionKeyValue Azure Table 기본 파티션 키 값입니다. 형식: string(또는 resultType 문자열이 있는 식).
azureTableInsertType Azure 테이블 삽입 유형입니다. 형식: string(또는 resultType 문자열이 있는 식).
azureTablePartitionKeyName Azure 테이블 파티션 키 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
azureTableRowKeyName Azure 테이블 행 키 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

BinarySink

Name Description
형식 싱크 형식을 복사합니다. 'BinarySink'(필수)
storeSettings 이진 저장소 설정. StoreWriteSettings

BlobSink

Name Description
형식 싱크 형식을 복사합니다. 'BlobSink'(필수)
blobWriterAddHeader Blob 기록기에서 헤더를 추가합니다. 형식: 부울(또는 resultType 부울이 있는 식).
blobWriterDateTimeFormat Blob 기록기 날짜 시간 형식입니다. 형식: string(또는 resultType 문자열이 있는 식).
blobWriterOverwriteFiles Blob 기록기는 파일을 덮어씁니다. 형식: 부울(또는 resultType 부울이 있는 식).
copyBehavior 복사 싱크에 대한 복사 동작의 형식입니다.
metadata 싱크 데이터에 추가할 사용자 지정 메타데이터를 지정합니다. 형식: 개체의 배열(또는 개체의 resultType 배열이 있는 Expression)입니다. MetadataItem[]

CommonDataServiceForAppsSink

Name Description
형식 싱크 형식을 복사합니다. 'CommonDataServiceForAppsSink'(필수)
alternateKeyName 레코드를 업서팅할 때 사용할 대체 키의 논리적 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
ignoreNullValues 쓰기 작업 중에 입력 데이터 세트(키 필드 제외)에서 null 값을 무시할지 여부를 나타내는 플래그입니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
writeBehavior 작업의 쓰기 동작입니다. 'Upsert'(필수)

CosmosDbMongoDbApiSink

Name Description
형식 싱크 형식을 복사합니다. 'CosmosDbMongoDbApiSink'(필수)
writeBehavior 키가 같은 문서를 예외(삽입)를 throw하는 대신 덮어쓸지(upsert) 여부를 지정합니다. 기본값은 "insert"입니다. 형식: string(또는 resultType 문자열이 있는 식). 형식: string(또는 resultType 문자열이 있는 식).

CosmosDbSqlApiSink

Name Description
형식 싱크 형식을 복사합니다. 'CosmosDbSqlApiSink'(필수)
writeBehavior Azure Cosmos DB에 데이터를 쓰는 방법을 설명합니다. 형식: string(또는 resultType 문자열이 있는 식). 허용되는 값은 insert 및 upsert입니다.

DelimitedTextSink

Name Description
형식 싱크 형식을 복사합니다. 'DelimitedTextSink'(필수)
formatSettings DelimitedText 형식 설정입니다. DelimitedTextWriteSettings
storeSettings DelimitedText 저장소 설정입니다. StoreWriteSettings

DelimitedTextWriteSettings

Name Description
fileExtension 파일을 만드는 데 사용되는 파일 확장명입니다. 형식: string(또는 resultType 문자열이 있는 식).
fileNamePrefix 파일 이름 패턴 {fileNamePrefix}_{fileIndex}을 지정합니다. partitionOptions 없이 파일 기반이 아닌 저장소에서 복사할 때 {fileExtension}입니다. 형식: string(또는 resultType 문자열이 있는 식).
maxRowsPerFile 기록된 파일의 행 수를 지정된 개수보다 작거나 같도록 제한합니다. 형식: 정수(또는 resultType 정수가 있는 식).
quoteAllText 문자열 값을 항상 따옴표로 묶어야 하는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
형식 쓰기 설정 유형입니다. string(필수)
{customized property}

DocumentDbCollectionSink

Name Description
형식 싱크 형식을 복사합니다. 'DocumentDbCollectionSink'(필수)
nestingSeparator 중첩된 속성 구분 기호입니다. 기본값은 입니다. 식별합니다. 형식: string(또는 resultType 문자열이 있는 식).
writeBehavior Azure Cosmos DB에 데이터를 쓰는 방법을 설명합니다. 형식: string(또는 resultType 문자열이 있는 식). 허용되는 값은 insert 및 upsert입니다.

DynamicsCrmSink

Name Description
형식 싱크 형식을 복사합니다. 'DynamicsCrmSink'(필수)
alternateKeyName 레코드를 업서팅할 때 사용할 대체 키의 논리적 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
ignoreNullValues 쓰기 작업 중에 입력 데이터 세트(키 필드 제외)에서 null 값을 무시할지 여부를 나타내는 플래그입니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
writeBehavior 작업의 쓰기 동작입니다. 'Upsert'(필수)

DynamicsSink

Name Description
형식 싱크 형식을 복사합니다. 'DynamicsSink'(필수)
alternateKeyName 레코드를 업서팅할 때 사용할 대체 키의 논리적 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
ignoreNullValues 쓰기 작업 중에 입력 데이터 세트(키 필드 제외)에서 null 값을 무시할지 여부를 나타내는 플래그입니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
writeBehavior 작업의 쓰기 동작입니다. 'Upsert'(필수)

FileSystemSink

Name Description
형식 싱크 형식을 복사합니다. 'FileSystemSink'(필수)
copyBehavior 복사 싱크에 대한 복사 동작의 형식입니다.

InformixSink

Name Description
형식 싱크 형식을 복사합니다. 'InformixSink'(필수)
preCopyScript 복사를 시작하기 전에 실행할 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).

JsonSink

Name Description
형식 싱크 형식을 복사합니다. 'JsonSink'(필수)
formatSettings Json 형식 설정. JsonWriteSettings
storeSettings Json 저장소 설정입니다. StoreWriteSettings

JsonWriteSettings

Name Description
filePattern JSON의 파일 패턴입니다. 이 설정은 JSON 개체의 컬렉션을 처리하는 방법을 제어합니다. 기본값은 'setOfObjects'입니다. 이 대/소문자 구분 합니다.
형식 쓰기 설정 유형입니다. string(필수)
{customized property}

LakeHouseTableSink

Name Description
형식 싱크 형식을 복사합니다. 'LakeHouseTableSink'(필수)
partitionNameList 싱크 열에서 파티션 열 이름을 지정합니다. 형식: 개체의 배열(또는 개체의 resultType 배열이 있는 Expression)입니다.
partitionOption 하나 이상의 열을 기반으로 폴더 구조에 파티션을 만듭니다. 각 고유 열 값(쌍)은 새 파티션이 됩니다. 가능한 값은 "None", "PartitionByKey"입니다.
tableActionOption LakeHouse 테이블 싱크에 대한 테이블 동작의 형식입니다. 가능한 값은 "None", "Append", "Overwrite"입니다.

MicrosoftAccessSink

Name Description
형식 싱크 형식을 복사합니다. 'MicrosoftAccessSink'(필수)
preCopyScript 복사를 시작하기 전에 실행할 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).

MongoDbAtlasSink

Name Description
형식 싱크 형식을 복사합니다. 'MongoDbAtlasSink'(필수)
writeBehavior 키가 같은 문서를 예외(삽입)를 throw하는 대신 덮어쓸지(upsert) 여부를 지정합니다. 기본값은 "insert"입니다. 형식: string(또는 resultType 문자열이 있는 식). 형식: string(또는 resultType 문자열이 있는 식).

MongoDbV2Sink

Name Description
형식 싱크 형식을 복사합니다. 'MongoDbV2Sink'(필수)
writeBehavior 키가 같은 문서를 예외(삽입)를 throw하는 대신 덮어쓸지(upsert) 여부를 지정합니다. 기본값은 "insert"입니다. 형식: string(또는 resultType 문자열이 있는 식). 형식: string(또는 resultType 문자열이 있는 식).

OdbcSink

Name Description
형식 싱크 형식을 복사합니다. 'OdbcSink'(필수)
preCopyScript 복사를 시작하기 전에 실행할 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).

파이프라인

Name Description
형식 싱크 형식을 복사합니다. 'OracleSink'(필수)
preCopyScript SQL 사전 복사 스크립트. 형식: string(또는 resultType 문자열이 있는 식).

OrcSink

Name Description
형식 싱크 형식을 복사합니다. 'OrcSink'(필수)
formatSettings ORC 형식 설정. OrcWriteSettings
storeSettings ORC 저장소 설정. StoreWriteSettings

OrcWriteSettings

Name Description
fileNamePrefix 파일 이름 패턴 {fileNamePrefix}_{fileIndex}을 지정합니다. partitionOptions 없이 파일 기반이 아닌 저장소에서 복사할 때 {fileExtension}입니다. 형식: string(또는 resultType 문자열이 있는 식).
maxRowsPerFile 기록된 파일의 행 수를 지정된 개수보다 작거나 같도록 제한합니다. 형식: 정수(또는 resultType 정수가 있는 식).
형식 쓰기 설정 유형입니다. string(필수)
{사용자 지정 속성}

ParquetSink

Name Description
형식 싱크 형식을 복사합니다. 'ParquetSink'(필수)
formatSettings Parquet 형식 설정입니다. ParquetWriteSettings
storeSettings Parquet 저장소 설정입니다. StoreWriteSettings

ParquetWriteSettings

Name Description
fileNamePrefix 파일 이름 패턴 {fileNamePrefix}_{fileIndex}을(를) 지정합니다. partitionOptions 없이 파일 기반이 아닌 저장소에서 복사할 때 {fileExtension}입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
maxRowsPerFile 기록된 파일의 행 수를 지정된 개수보다 작거나 같도록 제한합니다. 형식: 정수(또는 resultType 정수의 식).
형식 쓰기 설정 유형입니다. string(필수)
{사용자 지정 속성}

RestSink

Name Description
형식 싱크 형식을 복사합니다. 'RestSink'(필수)
additionalHeaders RESTful API에 대한 요청의 추가 HTTP 헤더입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다).
httpCompressionType Http 압축 유형 - 최적 압축 수준으로 압축된 형식으로 데이터를 보냅니다. 기본값은 없음입니다. 지원되는 유일한 옵션은 Gzip입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
httpRequestTimeout HTTP 응답을 가져올 시간 제한(TimeSpan)입니다. 응답 데이터를 읽는 시간 제한이 아니라, 응답을 받을 시간 제한입니다. 기본값: 00:01:40. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).
requestInterval 다음 요청을 보내기 전에 대기할 시간(밀리초)
requestMethod RESTful API를 호출하는 데 사용되는 HTTP 메서드입니다. 기본값은 POST입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

SalesforceServiceCloudSink

Name Description
형식 싱크 형식을 복사합니다. 'SalesforceServiceCloudSink'(필수)
externalIdFieldName upsert 작업의 외부 ID 필드 이름입니다. 기본값은 'Id' 열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
ignoreNullValues 쓰기 작업 중에 입력 데이터 세트(키 필드 제외)에서 null 값을 무시할지 여부를 나타내는 플래그입니다. 기본값은 false입니다. true로 설정하면 ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 변경하지 않고 삽입 작업을 수행할 때 정의된 기본값을 삽입하고, ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 NULL로 업데이트하고 삽입 작업을 수행할 때 NULL 값을 삽입합니다. 형식: 부울(또는 resultType 부울이 있는 식).
writeBehavior 작업의 쓰기 동작입니다. 기본값은 Insert입니다. 'Insert'
'Upsert'

SalesforceServiceCloudV2Sink

Name Description
형식 싱크 형식을 복사합니다. 'SalesforceServiceCloudV2Sink'(필수)
externalIdFieldName upsert 작업의 외부 ID 필드 이름입니다. 기본값은 'Id' 열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
ignoreNullValues 쓰기 작업 중에 입력 데이터 세트(키 필드 제외)에서 null 값을 무시할지 여부를 나타내는 플래그입니다. 기본값은 false입니다. true로 설정하면 ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 변경하지 않고 삽입 작업을 수행할 때 정의된 기본값을 삽입하고, ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 NULL로 업데이트하고 삽입 작업을 수행할 때 NULL 값을 삽입합니다. 형식: 부울(또는 resultType 부울이 있는 식).
writeBehavior 작업의 쓰기 동작입니다. 기본값은 Insert입니다. 'Insert'
'Upsert'

SalesforceSink

Name Description
형식 싱크 형식을 복사합니다. 'SalesforceSink'(필수)
externalIdFieldName upsert 작업의 외부 ID 필드 이름입니다. 기본값은 'Id' 열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
ignoreNullValues 쓰기 작업 중에 입력 데이터 세트(키 필드 제외)에서 null 값을 무시할지 여부를 나타내는 플래그입니다. 기본값은 false입니다. true로 설정하면 ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 변경하지 않고 삽입 작업을 수행할 때 정의된 기본값을 삽입하고, ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 NULL로 업데이트하고 삽입 작업을 수행할 때 NULL 값을 삽입합니다. 형식: 부울(또는 resultType 부울이 있는 식).
writeBehavior 작업의 쓰기 동작입니다. 기본값은 Insert입니다. 'Insert'
'Upsert'

SalesforceV2Sink

Name Description
형식 싱크 형식을 복사합니다. 'SalesforceV2Sink'(필수)
externalIdFieldName upsert 작업의 외부 ID 필드 이름입니다. 기본값은 'Id' 열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
ignoreNullValues 쓰기 작업 중에 입력 데이터 세트(키 필드 제외)에서 null 값을 무시할지 여부를 나타내는 플래그입니다. 기본값은 false입니다. true로 설정하면 ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 변경하지 않고 삽입 작업을 수행할 때 정의된 기본값을 삽입하고, ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 NULL로 업데이트하고 삽입 작업을 수행할 때 NULL 값을 삽입합니다. 형식: 부울(또는 resultType 부울이 있는 식).
writeBehavior 작업의 쓰기 동작입니다. 기본값은 Insert입니다. 'Insert'
'Upsert'

SapCloudForCustomerSink

Name Description
형식 싱크 형식을 복사합니다. 'SapCloudForCustomerSink'(필수)
httpRequestTimeout HTTP 응답을 가져올 시간 제한(TimeSpan)입니다. 응답 데이터를 읽는 시간 제한이 아니라, 응답을 받을 시간 제한입니다. 기본값: 00:05:00 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).
writeBehavior 작업의 쓰기 동작입니다. 기본값은 'Insert'입니다. 'Insert'
'업데이트'

SnowflakeSink

Name Description
형식 싱크 형식을 복사합니다. 'SnowflakeSink'(필수)
importSettings Snowflake 가져오기 설정입니다. SnowflakeImportCopyCommand
preCopyScript SQL 사전 복사 스크립트. 형식: 문자열(또는 resultType 문자열이 있는 식).

SnowflakeImportCopyCommand

Name Description
additionalCopyOptions snowflake Copy Command에 직접 전달되는 추가 복사 옵션입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다)(또는 resultType 개체가 있는 Expression). 예: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS. FF'" } SnowflakeImportCopyCommandAdditionalCopyOptions
additionalFormatOptions 눈송이 복사 명령에 직접 전달되는 추가 형식 옵션입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다)(또는 resultType 개체가 있는 Expression). 예: "additionalFormatOptions": { "FORCE": "TRUE", "LOAD_UNCERTAIN_FILES": "'FALSE'" } SnowflakeImportCopyCommandAdditionalFormatOptions
형식 가져오기 설정 유형입니다. string(필수)
{사용자 지정 속성}

SnowflakeImportCopyCommandAdditionalCopyOptions

Name Description
{사용자 지정 속성}

SnowflakeImportCopyCommandAdditionalFormatOptions

Name Description
{사용자 지정 속성}

SnowflakeV2Sink

Name Description
형식 싱크 형식을 복사합니다. 'SnowflakeV2Sink'(필수)
importSettings Snowflake 가져오기 설정입니다. SnowflakeImportCopyCommand
preCopyScript SQL 사전 복사 스크립트. 형식: 문자열(또는 resultType 문자열이 있는 식).

파이프라인

Name Description
형식 싱크 형식을 복사합니다. 'SqlDWSink'(필수)
allowCopyCommand 복사 명령을 사용하여 SQL Data Warehouse 데이터를 복사하도록 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
allowPolyBase PolyBase를 사용하여 해당하는 경우 SQL Data Warehouse 데이터를 복사하도록 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
copyCommandSettings allowCopyCommand가 true인 경우 복사 명령 관련 설정을 지정합니다. DWCopyCommandSettings
polyBaseSettings allowPolyBase가 true인 경우 PolyBase 관련 설정을 지정합니다. PolybaseSettings
preCopyScript SQL 사전 복사 스크립트. 형식: 문자열(또는 resultType 문자열이 있는 식).
sqlWriterUseTableLock 대량 복사 중에 테이블 잠금을 사용할지 여부입니다. 형식: 부울(또는 resultType 부울이 있는 식).
tableOption 자동 만들기와 같은 싱크 테이블을 처리하는 옵션입니다. 지금은 'autoCreate' 값만 지원됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
upsertSettings SQL DW upsert 설정. SqlDWUpsertSettings
writeBehavior Azure SQL DW에 데이터를 복사할 때 동작을 작성합니다. 형식: SqlDWWriteBehaviorEnum(또는 resultType SqlDWWriteBehaviorEnum이 있는 식)

DWCopyCommandSettings

Name Description
additionalOptions 복사 명령에서 SQL DW에 직접 전달되는 추가 옵션입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다)(또는 resultType 개체가 있는 Expression). 예: "additionalOptions": { "MAXERRORS": "1000", "DATEFORMAT": "'ymd'" } DWCopyCommandSettingsAdditionalOptions
defaultValues SQL DW의 각 대상 열에 대한 기본값을 지정합니다. 속성의 기본값은 DB에 설정된 DEFAULT 제약 조건을 덮어쓰며 ID 열에는 기본값이 있을 수 없습니다. 형식: 개체의 배열(또는 resultType 개체 배열이 있는 Expression)입니다. DWCopyCommandDefaultValue[]

DWCopyCommandSettingsAdditionalOptions

Name Description
{사용자 지정 속성} 문자열

DWCopyCommandDefaultValue

Name Description
columnName 열 이름입니다. 형식: 개체(또는 resultType 문자열이 있는 식).
defaultValue 열의 기본값입니다. 형식: 개체(또는 resultType 문자열이 있는 식).

PolybaseSettings

Name Description
rejectSampleValue PolyBase가 거부된 행의 백분율을 다시 계산하기 전에 검색하려는 행 수를 결정합니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0.
rejectType 거부 형식입니다. 'percentage'
'value'
rejectValue 쿼리가 실패할 때까지 거부될 수 있는 값 또는 행의 백분율을 지정합니다. 형식: number(또는 resultType 번호가 있는 식), 최소: 0.
useTypeDefault PolyBase가 텍스트 파일에서 데이터를 검색할 경우 구분된 텍스트 파일에서 누락된 값을 처리하는 방법을 지정합니다. 형식: 부울(또는 resultType 부울이 있는 식).
{사용자 지정 속성}

SqlDWUpsertSettings

Name Description
interimSchemaName 중간 테이블의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
고유 행 식별의 키 열 이름입니다. 형식: 문자열 배열(또는 resultType 문자열 배열이 있는 식).

SqlMISink

Name Description
형식 싱크 형식을 복사합니다. 'SqlMISink'(필수)
preCopyScript SQL 사전 복사 스크립트. 형식: 문자열(또는 resultType 문자열이 있는 식).
sqlWriterStoredProcedureName SQL 기록기 저장 프로시저 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
sqlWriterTableType SQL 기록기 테이블 형식입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
sqlWriterUseTableLock 대량 복사 중에 테이블 잠금을 사용할지 여부입니다. 형식: 부울(또는 resultType 부울이 있는 식).
storedProcedureParameters SQL 저장 프로시저 매개 변수.
storedProcedureTableTypeParameterName 테이블 형식의 저장 프로시저 매개 변수 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableOption 자동 만들기와 같은 싱크 테이블을 처리하는 옵션입니다. 지금은 'autoCreate' 값만 지원됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
upsertSettings SQL upsert 설정. SqlUpsertSettings
writeBehavior Azure SQL MI로 데이터를 복사할 때의 흰색 동작입니다. 형식: string(또는 resultType 문자열이 있는 식)

SqlServerSink

Name Description
형식 싱크 형식을 복사합니다. 'SqlServerSink'(필수)
preCopyScript SQL 사전 복사 스크립트. 형식: 문자열(또는 resultType 문자열이 있는 식).
sqlWriterStoredProcedureName SQL 기록기 저장 프로시저 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
sqlWriterTableType SQL 기록기 테이블 형식입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
sqlWriterUseTableLock 대량 복사 중에 테이블 잠금을 사용할지 여부입니다. 형식: 부울(또는 resultType 부울이 있는 식).
storedProcedureParameters SQL 저장 프로시저 매개 변수.
storedProcedureTableTypeParameterName 테이블 형식의 저장 프로시저 매개 변수 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableOption 자동 만들기와 같은 싱크 테이블을 처리하는 옵션입니다. 지금은 'autoCreate' 값만 지원됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
upsertSettings SQL upsert 설정. SqlUpsertSettings
writeBehavior SQL Server에 데이터를 복사할 때 동작을 씁니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

파이프라인

Name Description
형식 싱크 형식을 복사합니다. 'SqlSink'(필수)
preCopyScript SQL 사전 복사 스크립트. 형식: 문자열(또는 resultType 문자열이 있는 식).
sqlWriterStoredProcedureName SQL 기록기 저장 프로시저 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
sqlWriterTableType SQL 기록기 테이블 형식입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
sqlWriterUseTableLock 대량 복사 중에 테이블 잠금을 사용할지 여부입니다. 형식: 부울(또는 resultType 부울이 있는 식).
storedProcedureParameters SQL 저장 프로시저 매개 변수.
storedProcedureTableTypeParameterName 테이블 형식의 저장 프로시저 매개 변수 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableOption 자동 만들기와 같은 싱크 테이블을 처리하는 옵션입니다. 지금은 'autoCreate' 값만 지원됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
upsertSettings SQL upsert 설정. SqlUpsertSettings
writeBehavior sql에 데이터를 복사할 때 동작을 씁니다. 형식: string(또는 resultType 문자열이 있는 식).

WarehouseSink

Name Description
형식 싱크 형식을 복사합니다. 'WarehouseSink'(필수)
allowCopyCommand 복사 명령을 사용하여 SQL Data Warehouse 데이터를 복사하도록 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
copyCommandSettings allowCopyCommand가 true인 경우 복사 명령 관련 설정을 지정합니다. DWCopyCommandSettings
preCopyScript SQL 사전 복사 스크립트. 형식: string(또는 resultType 문자열이 있는 식).
tableOption 싱크 테이블을 처리하는 옵션(예: 자동만들기). 지금은 'autoCreate' 값만 지원됩니다. 형식: string(또는 resultType 문자열이 있는 식).
writeBehavior Azure Microsoft Fabric Data Warehouse 데이터를 복사할 때 동작을 씁니다. 형식: DWWriteBehaviorEnum(또는 resultType DWWriteBehaviorEnum이 있는 식)

SkipErrorFile

Name Description
dataInconsistency 원본/싱크 파일이 다른 동시 쓰기에 의해 변경된 경우 건너뜁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileMissing 복사하는 동안 다른 클라이언트에서 파일을 삭제하는 경우 건너뜁니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).

CopySource

Name Description
disableMetricsCollection true이면 데이터 저장소 메트릭 수집을 사용하지 않도록 설정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
maxConcurrentConnections 원본 데이터 저장소의 최대 동시 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식).
sourceRetryCount 원본 재시도 횟수입니다. 형식: 정수(또는 resultType 정수가 있는 식).
sourceRetryWait 원본 다시 시도 대기. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\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로 설정해야 합니다.

Name Description
형식 원본 형식을 복사합니다. 'AmazonMWSSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

AmazonRdsForOracleSource

Name Description
형식 원본 형식을 복사합니다. 'AmazonRdsForOracleSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
oracleReaderQuery AmazonRdsForOracle 판독기 쿼리. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionOption AmazonRdsForOracle에 사용할 파티션 메커니즘은 병렬로 읽습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionSettings AmazonRdsForOracle 원본 분할에 사용할 설정입니다. AmazonRdsForOraclePartitionSettings
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

AmazonRdsForOraclePartitionSettings

Name Description
partitionColumnName 범위 분할을 진행하는 데 사용할 정수 형식의 열 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionLowerBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최소값입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionNames AmazonRdsForOracle 테이블의 실제 파티션 이름입니다.
partitionUpperBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최대값입니다. 형식: string(또는 resultType 문자열이 있는 식).

AmazonRdsForSqlServerSource

Name Description
형식 원본 형식을 복사합니다. 'AmazonRdsForSqlServerSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
isolationLevel SQL 원본에 대한 트랜잭션 잠금 동작을 지정합니다. 허용되는 값: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. 기본값은 ReadCommitted입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionOption Sql 읽기에 병렬로 사용할 파티션 메커니즘입니다. 가능한 값은 "None", "PhysicalPartitionsOfTable", "DynamicRange"입니다.
partitionSettings Sql 원본 분할에 활용할 설정입니다. SqlPartitionSettings
produceAdditionalTypes 생성할 추가 형식입니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
SqlReaderQuery SQL 판독기 쿼리. 형식: string(또는 resultType 문자열이 있는 식).
sqlReaderStoredProcedureName SQL Database 원본에 대한 저장 프로시저의 이름입니다. SqlReaderQuery와 동시에 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식).
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}".

SqlPartitionSettings

Name Description
partitionColumnName 분할을 진행하는 데 사용할 정수 또는 datetime 형식의 열 이름입니다. 지정하지 않으면 테이블의 기본 키가 자동으로 검색되어 파티션 열로 사용됩니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionLowerBound 파티션 범위 분할에 대한 파티션 열의 최솟값입니다. 이 값은 테이블의 행을 필터링하는 것이 아니라 파티션 stride를 결정하는 데 사용됩니다. 테이블 또는 쿼리 결과의 모든 행이 분할되고 복사됩니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionUpperBound 파티션 범위 분할에 대한 파티션 열의 최댓값입니다. 이 값은 테이블의 행을 필터링하는 것이 아니라 파티션 stride를 결정하는 데 사용됩니다. 테이블 또는 쿼리 결과의 모든 행이 분할되고 복사됩니다. 형식: string(또는 resultType 문자열이 있는 식).

AmazonRedshiftSource

Name Description
형식 원본 형식을 복사합니다. 'AmazonRedshiftSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\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

Name Description
bucketName Amazon Redshift 원본에서 언로드된 데이터를 저장하는 데 사용할 중간 Amazon S3의 버킷입니다. 버킷은 Amazon Redshift 원본과 동일한 지역에 있어야 합니다. 형식: string(또는 resultType 문자열이 있는 식).
s3LinkedServiceName Amazon Redshift 원본에서 복사할 때 언로드 작업에 사용할 Amazon S3 연결된 서비스의 이름입니다. LinkedServiceReference (필수)

AvroSource

Name Description
형식 원본 형식을 복사합니다. 'AvroSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
storeSettings Avro 저장소 설정입니다. StoreReadSettings

StoreReadSettings

Name Description
disableMetricsCollection true이면 데이터 저장소 메트릭 수집을 사용하지 않도록 설정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
maxConcurrentConnections 원본 데이터 저장소의 최대 동시 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식).
형식 개체 유형 설정 AmazonS3CompatibleReadSettings
AmazonS3ReadSettings
AzureBlobFSReadSettings
AzureBlobStorageReadSettings
AzureDataLakeStoreReadSettings
AzureFileStorageReadSettings
FileServerReadSettings
FtpReadSettings
GoogleCloudStorageReadSettings
HdfsReadSettings
HttpReadSettings
LakeHouseReadSettings
OracleCloudStorageReadSettings
SftpReadSettings (필수)

AmazonS3CompatibleReadSettings

Name Description
형식 읽기 설정 유형입니다. 'AmazonS3CompatibleReadSettings'(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
접두사 S3 호환 개체 이름에 대한 접두사 필터입니다. 형식: string(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName Amazon S3 호환 와일드카드파일Name. 형식: string(또는 resultType 문자열이 있는 식).
와일드카드FolderPath Amazon S3 호환 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식).

AmazonS3ReadSettings

Name Description
형식 읽기 설정 유형입니다. 'AmazonS3ReadSettings'(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 datetime의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
접두사 S3 개체 이름에 대한 접두사 필터입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName AmazonS3 와일드카드파일Name. 형식: 문자열(또는 resultType 문자열이 있는 식).
wildcardFolderPath AmazonS3 와일드카드FolderPath. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureBlobFSReadSettings

Name Description
형식 읽기 설정 유형입니다. 'AzureBlobFSReadSettings'(필수)
deleteFilesAfterCompletion 복사가 완료된 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 datetime의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 datetime의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName Azure BlobFS 와일드카드FileName. 형식: 문자열(또는 resultType 문자열이 있는 식).
wildcardFolderPath Azure BlobFS 와일드카드FolderPath. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureBlobStorageReadSettings

Name Description
형식 읽기 설정 유형입니다. 'AzureBlobStorageReadSettings'(필수)
deleteFilesAfterCompletion 복사가 완료된 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 datetime의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 datetime의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
접두사 Azure Blob 이름에 대한 접두사 필터입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName Azure Blob 와일드카드FileName. 형식: 문자열(또는 resultType 문자열이 있는 식).
wildcardFolderPath Azure Blob 와일드카드FolderPath. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureDataLakeStoreReadSettings

Name Description
형식 읽기 설정 유형입니다. 'AzureDataLakeStoreReadSettings'(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식).
listAfter 파일/폴더 이름의 어휘 순서에 따라 값(배타적) 뒤의 파일을 Lists. 데이터 집합의 folderPath 아래에 적용되고 folderPath에서 파일/하위 폴더를 필터링합니다. 형식: string(또는 resultType 문자열이 있는 식).
listBefore 파일/폴더 이름의 어휘 순서에 따라 값(포함) 앞에 파일을 Lists. 데이터 집합의 folderPath 아래에 적용되고 folderPath에서 파일/하위 폴더를 필터링합니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName ADLS 와일드카드FileName. 형식: string(또는 resultType 문자열이 있는 식).
와일드카드FolderPath ADLS 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식).

AzureFileStorageReadSettings

Name Description
형식 읽기 설정 유형입니다. 'AzureFileStorageReadSettings'(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
접두사 루트 경로에서 시작하는 Azure 파일 이름에 대한 접두사 필터입니다. 형식: string(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName Azure File Storage 와일드카드FileName. 형식: string(또는 resultType 문자열이 있는 식).
와일드카드FolderPath Azure File Storage 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식).

FileServerReadSettings

Name Description
형식 읽기 설정 유형입니다. 'FileServerReadSettings'(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileFilter 모든 파일이 아닌 folderPath의 파일 하위 집합을 선택하는데 사용할 필터를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName FileServer 와일드카드FileName. 형식: string(또는 resultType 문자열이 있는 식).
와일드카드FolderPath FileServer 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식).

FtpReadSettings

Name Description
형식 읽기 설정 유형입니다. 'FtpReadSettings'(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
disableChunking true이면 각 파일 내에서 병렬 읽기를 사용하지 않도록 설정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
useBinaryTransfer FTP 저장소에 이진 전송 모드를 사용할지 여부를 지정합니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName Ftp 와일드카드FileName입니다. 형식: string(또는 resultType 문자열이 있는 식).
와일드카드FolderPath Ftp 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식).

GoogleCloudStorageReadSettings

Name Description
형식 읽기 설정 유형입니다. 'GoogleCloudStorageReadSettings'(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
접두사 Google Cloud Storage 개체 이름에 대한 접두사 필터입니다. 형식: string(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName Google Cloud Storage 와일드카드FileName. 형식: string(또는 resultType 문자열이 있는 식).
와일드카드FolderPath Google Cloud Storage 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식).

HdfsReadSettings

Name Description
형식 읽기 설정 유형입니다. 'HdfsReadSettings'(필수)
deleteFilesAfterCompletion 복사가 완료된 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
distcpSettings Distcp 관련 설정을 지정합니다. DistcpSettings
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 datetime의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 datetime의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName HDFS 와일드카드파일Name. 형식: 문자열(또는 resultType 문자열이 있는 식).
wildcardFolderPath HDFS 와일드카드FolderPath. 형식: 문자열(또는 resultType 문자열이 있는 식).

DistcpSettings

Name Description
distcpOptions Distcp 옵션을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
resourceManagerEndpoint Yarn ResourceManager 엔드포인트를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tempScriptPath 임시 Distcp 명령 스크립트를 저장하는 데 사용할 기존 폴더 경로를 지정합니다. 스크립트 파일이 ADF에 의해 생성되고 복사 작업을 완료한 후에 제거됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

HttpReadSettings

Name Description
형식 읽기 설정 유형입니다. 'HttpReadSettings'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
additionalHeaders RESTful API에 대한 요청의 추가 HTTP 헤더입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
requestBody requestMethod가 POST인 경우 RESTful API에 대한 HTTP 요청 본문입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
requestMethod RESTful API를 호출하는 데 사용되는 HTTP 메서드입니다. 기본값은 GET입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
requestTimeout HTTP 클라이언트가 HTTP 서버에서 HTTP 응답을 가져올 시간 제한을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

LakeHouseReadSettings

Name Description
형식 읽기 설정 유형입니다. 'LakeHouseReadSettings'(필수)
deleteFilesAfterCompletion 복사가 완료된 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 datetime의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 datetime의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName Microsoft Fabric LakeHouse Files 와일드카드FileName. 형식: 문자열(또는 resultType 문자열이 있는 식).
wildcardFolderPath Microsoft Fabric LakeHouse Files 와일드카드FolderPath. 형식: 문자열(또는 resultType 문자열이 있는 식).

OracleCloudStorageReadSettings

Name Description
형식 읽기 설정 유형입니다. 'OracleCloudStorageReadSettings'(필수)
deleteFilesAfterCompletion 복사가 완료된 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 datetime의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 datetime의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
접두사 Oracle Cloud Storage 개체 이름에 대한 접두사 필터입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName Oracle Cloud Storage 와일드카드파일Name. 형식: 문자열(또는 resultType 문자열이 있는 식).
wildcardFolderPath Oracle Cloud Storage 와일드카드FolderPath. 형식: 문자열(또는 resultType 문자열이 있는 식).

SftpReadSettings

Name Description
형식 읽기 설정 유형입니다. 'SftpReadSettings'(필수)
deleteFilesAfterCompletion 복사가 완료된 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
disableChunking true이면 각 파일 내에서 병렬 읽기를 사용하지 않도록 설정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 datetime의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 datetime의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName Sftp 와일드카드파일Name. 형식: 문자열(또는 resultType 문자열이 있는 식).
wildcardFolderPath Sftp 와일드카드FolderPath. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureBlobFSSource

Name Description
형식 원본 형식을 복사합니다. 'AzureBlobFSSource'(필수)
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
skipHeaderLineCount 각 Blob에서 건너뛸 머리글 줄의 수입니다. 형식: 정수(또는 resultType 정수의 식).
treatEmptyAsNull 빈 을 null로 처리합니다. 형식: 부울(또는 resultType 부울이 있는 식).

AzureDatabricksDeltaLakeSource

Name Description
형식 원본 형식을 복사합니다. 'AzureDatabricksDeltaLakeSource'(필수)
exportSettings Azure Databricks Delta Lake 내보내기 설정. AzureDatabricksDeltaLakeExportCommand
Query Azure Databricks Delta Lake Sql 쿼리. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureDatabricksDeltaLakeExportCommand

Name Description
dateFormat Azure Databricks Delta Lake Copy에서 csv의 날짜 형식을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
timestampFormat Azure Databricks Delta Lake Copy에서 csv에 대한 타임스탬프 형식을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
형식 내보내기 설정 유형입니다. string(필수)
{사용자 지정 속성}

AzureDataExplorerSource

Name Description
형식 원본 형식을 복사합니다. 'AzureDataExplorerSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
noTruncation 특정 행 개수 제한을 초과하는 결과 집합에 잘림이 적용되는지 여부를 제어하는 부울 옵션의 이름입니다.
Query 데이터베이스 쿼리 - Kusto 쿼리 언어(KQL) 쿼리여야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9]))):(60,([0-5][0-9])).

AzureDataLakeStoreSource

Name Description
형식 원본 형식을 복사합니다. 'AzureDataLakeStoreSource'(필수)
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).

AzureMariaDBSource

Name Description
형식 원본 형식을 복사합니다. 'AzureMariaDBSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

AzureMySqlSource

Name Description
형식 원본 형식을 복사합니다. 'AzureMySqlSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 데이터베이스 쿼리 - 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

AzurePostgreSqlSource

Name Description
형식 원본 형식을 복사합니다. 'AzurePostgreSqlSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

AzureSqlSource

Name Description
형식 원본 형식을 복사합니다. 'AzureSqlSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
isolationLevel SQL 원본에 대한 트랜잭션 잠금 동작을 지정합니다. 허용되는 값: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. 기본값은 ReadCommitted입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionOption Sql 읽기에 병렬로 사용할 파티션 메커니즘입니다. 가능한 값은 "None", "PhysicalPartitionsOfTable", "DynamicRange"입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionSettings Sql 원본 분할에 활용할 설정입니다. SqlPartitionSettings
produceAdditionalTypes 생성할 추가 형식입니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
SqlReaderQuery SQL 판독기 쿼리. 형식: string(또는 resultType 문자열이 있는 식).
sqlReaderStoredProcedureName SQL Database 원본에 대한 저장 프로시저의 이름입니다. SqlReaderQuery와 동시에 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식).
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}".

AzureTableSource

Name Description
형식 원본 형식을 복사합니다. 'AzureTableSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
azureTableSourceIgnoreTableNotFound Azure 테이블 원본 무시 테이블을 찾을 수 없습니다. 형식: 부울(또는 resultType 부울이 있는 식).
AzureTableSourceQuery Azure 테이블 원본 쿼리. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

BinarySource

Name Description
형식 원본 형식을 복사합니다. 'BinarySource'(필수)
formatSettings 이진 형식 설정. BinaryReadSettings
storeSettings 이진 저장소 설정. StoreReadSettings

BinaryReadSettings

Name Description
compressionProperties 압축 설정. CompressionReadSettings
형식 읽기 설정 유형입니다. string(필수)
{customized property}

CompressionReadSettings

Name Description
형식 개체 유형 설정 TarGZipReadSettings
TarReadSettings
ZipDeflateReadSettings (필수)

TarGZipReadSettings

Name Description
형식 압축 설정 유형입니다. 'TarGZipReadSettings'(필수)
preserveCompressionFileNameAsFolder 압축 파일 이름을 폴더 경로로 유지합니다. 형식: 부울(또는 resultType 부울이 있는 식).

TarReadSettings

Name Description
형식 압축 설정 유형입니다. 'TarReadSettings'(필수)
preserveCompressionFileNameAsFolder 압축 파일 이름을 폴더 경로로 유지합니다. 형식: 부울(또는 resultType 부울이 있는 식).

ZipDeflateReadSettings

Name Description
형식 압축 설정 유형입니다. 'ZipDeflateReadSettings'(필수)
preserveZipFileNameAsFolder zip 파일 이름을 폴더 경로로 유지합니다. 형식: 부울(또는 resultType 부울이 있는 식).

BlobSource

Name Description
형식 원본 형식을 복사합니다. 'BlobSource'(필수)
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
skipHeaderLineCount 각 Blob에서 건너뛸 머리글 줄의 수입니다. 형식: 정수(또는 resultType 정수의 식).
treatEmptyAsNull 빈 을 null로 처리합니다. 형식: 부울(또는 resultType 부울이 있는 식).

CassandraSource

Name Description
형식 원본 형식을 복사합니다. 'CassandraSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
consistencyLevel 일관성 수준은 클라이언트 애플리케이션에 데이터를 반환하기 전에 읽기 요청에 응답해야 하는 Cassandra 서버 수를 지정합니다. Cassandra는 지정된 수의 Cassandra 서버에서 읽기 요청을 충족할 데이터를 확인합니다. cassandraSourceReadConsistencyLevels 중 하나여야 합니다. 기본값은 'ONE'입니다. 대/소문자를 구분하지 않습니다. 'ALL'
'EACH_QUORUM'
'LOCAL_ONE'
'LOCAL_QUORUM'
'LOCAL_SERIAL'
'ONE'
'QUORUM'
'SERIAL'
'THREE'
'TWO'
Query 데이터베이스 쿼리 - SQL-92 쿼리 식 또는 CQL(Cassandra Query Language) 명령이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

CommonDataServiceForAppsSource

Name Description
형식 원본 형식을 복사합니다. 'CommonDataServiceForAppsSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query FetchXML은 Microsoft Common Data Service for Apps(온라인 & 온-프레미스)에서 사용되는 독점 쿼리 언어입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

ConcurSource

Name Description
형식 원본 형식을 복사합니다. 'ConcurSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

CosmosDbMongoDbApiSource

Name Description
형식 원본 형식을 복사합니다. 'CosmosDbMongoDbApiSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
batchSize MongoDB 인스턴스의 응답을 각각 일괄 처리로 반환할 문서 수를 지정합니다. 대부분의 경우 일괄 처리 크기를 수정해도 사용자 또는 애플리케이션에 영향이 없습니다. 이 속성의 기본 목적은 응답 크기의 제한에 부딪히지 않도록 하는 것입니다. 형식: 정수(또는 resultType 정수가 있는 식).
cursorMethods Mongodb 쿼리에 대한 커서 메서드입니다. MongoDbCursorMethodsProperties
filter 쿼리 연산자를 사용하여 선택 영역 필터를 지정합니다. 컬렉션의 모든 문서를 반환하려면 이 매개 변수를 생략하거나 빈 문서({})를 전달합니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

MongoDbCursorMethodsProperties

Name Description
limit 서버에서 반환하는 문서의 최대 수를 지정합니다. limit()는 SQL 데이터베이스의 LIMIT 문과 유사합니다. 형식: 정수(또는 resultType 정수가 있는 식).
프로젝트 쿼리 필터와 일치하는 문서에서 반환할 필드를 지정합니다. 일치하는 문서에서 모든 필드를 반환하려면 이 매개 변수를 생략합니다. 형식: string(또는 resultType 문자열이 있는 식).
skip 건너뛴 문서 수와 MongoDB에서 결과 반환을 시작하는 위치를 지정합니다. 이 방법은 페이지를 매긴 결과를 구현하는 데 유용할 수 있습니다. 형식: 정수(또는 resultType 정수가 있는 식).
sort 쿼리가 일치하는 문서를 반환하는 순서를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). 형식: string(또는 resultType 문자열이 있는 식).
{customized property}

CosmosDbSqlApiSource

Name Description
형식 원본 형식을 복사합니다. 'CosmosDbSqlApiSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
detectDatetime 기본 값을 datetime 값으로 검색하는지 여부입니다. 형식: 부울(또는 resultType 부울이 있는 식).
pageSize 결과의 페이지 크기입니다. 형식: 정수(또는 resultType 정수가 있는 식).
preferredRegions 기본 설정 지역입니다. 형식: 문자열 배열(또는 resultType 문자열 배열이 있는 식)입니다.
Query SQL API 쿼리. 형식: string(또는 resultType 문자열이 있는 식).

CouchbaseSource

Name Description
형식 원본 형식을 복사합니다. 'CouchbaseSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

Db2Source

Name Description
형식 원본 형식을 복사합니다. 'Db2Source'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

DelimitedTextSource

Name Description
형식 원본 형식을 복사합니다. 'DelimitedTextSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
formatSettings DelimitedText 형식 설정입니다. DelimitedTextReadSettings
storeSettings DelimitedText 저장소 설정입니다. StoreReadSettings

DelimitedTextReadSettings

Name Description
compressionProperties 압축 설정. CompressionReadSettings
skipLineCount 입력 파일에서 데이터를 읽을 때 건너뛸 비어 있지 않은 행의 수를 나타냅니다. 형식: 정수(또는 resultType 정수가 있는 식).
형식 읽기 설정 유형입니다. string(필수)
{customized property}

DocumentDbCollectionSource

Name Description
형식 원본 형식을 복사합니다. 'DocumentDbCollectionSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
nestingSeparator 중첩된 속성 구분 기호입니다. 형식: string(또는 resultType 문자열이 있는 식).
Query 문서 쿼리. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

DrillSource

Name Description
형식 원본 형식을 복사합니다. 'DrillSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

DynamicsAXSource

Name Description
형식 원본 형식을 복사합니다. 'DynamicsAXSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
httpRequestTimeout HTTP 응답을 가져올 시간 제한(TimeSpan)입니다. 응답 데이터를 읽는 시간 제한이 아니라, 응답을 받을 시간 제한입니다. 기본값: 00:05:00. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

DynamicsCrmSource

Name Description
형식 원본 형식을 복사합니다. 'DynamicsCrmSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query FetchXML은 Microsoft Dynamics CRM(온라인 & 온-프레미스)에서 사용되는 독점 쿼리 언어입니다. 형식: string(또는 resultType 문자열이 있는 식).

DynamicsSource

Name Description
형식 원본 형식을 복사합니다. 'DynamicsSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query FetchXML은 Microsoft Dynamics에 사용되는 전용 쿼리 언어(온라인 및 온-프레미스)입니다. 형식: string(또는 resultType 문자열이 있는 식).

EloquaSource

Name Description
형식 원본 형식을 복사합니다. 'EloquaSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

ExcelSource

Name Description
형식 원본 형식을 복사합니다. 'ExcelSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
storeSettings Excel 스토어 설정. StoreReadSettings

FileSystemSource

Name Description
형식 원본 형식을 복사합니다. 'FileSystemSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).

GoogleAdWordsSource

Name Description
형식 원본 형식을 복사합니다. 'GoogleAdWordsSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

GoogleBigQuerySource

Name Description
형식 원본 형식을 복사합니다. 'GoogleBigQuerySource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

GoogleBigQueryV2Source

Name Description
형식 원본 형식을 복사합니다. 'GoogleBigQueryV2Source'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

GreenplumSource

Name Description
형식 원본 형식을 복사합니다. 'GreenplumSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

HBaseSource

Name Description
형식 원본 형식을 복사합니다. 'HBaseSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

HdfsSource

Name Description
형식 원본 형식을 복사합니다. 'HdfsSource'(필수)
distcpSettings Distcp 관련 설정을 지정합니다. DistcpSettings
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).

HiveSource로 설정해야 합니다.

Name Description
형식 원본 형식을 복사합니다. 'HiveSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

HttpSource

Name Description
형식 원본 형식을 복사합니다. 'HttpSource'(필수)
httpRequestTimeout HTTP 클라이언트가 HTTP 서버에서 HTTP 응답을 가져올 시간 제한을 지정합니다. 기본값은 System.Net.HttpWebRequest.Timeout과 동일합니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

HubspotSource

Name Description
형식 원본 형식을 복사합니다. 'HubspotSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

ImpalaSource

Name Description
형식 원본 형식을 복사합니다. 'ImpalaSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

InformixSource

Name Description
형식 원본 형식을 복사합니다. 'InformixSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

JiraSource

Name Description
형식 원본 형식을 복사합니다. 'JiraSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

JsonSource

Name Description
형식 원본 형식을 복사합니다. 'JsonSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
formatSettings Json 형식 설정. JsonReadSettings
storeSettings Json 저장소 설정입니다. StoreReadSettings

JsonReadSettings

Name Description
compressionProperties 압축 설정. CompressionReadSettings
형식 읽기 설정 유형입니다. string(필수)
{customized property}

LakeHouseTableSource

Name Description
형식 원본 형식을 복사합니다. 'LakeHouseTableSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
timestampAsOf 타임스탬프별로 이전 스냅샷 쿼리합니다. 형식: string(또는 resultType 문자열이 있는 식).
versionAsOf 버전별 이전 스냅샷 쿼리합니다. 형식: 정수(또는 resultType 정수가 있는 식).

MagentoSource

Name Description
형식 원본 형식을 복사합니다. 'MagentoSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

MariaDBSource

Name Description
형식 원본 형식을 복사합니다. 'MariaDBSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

MarketoSource

Name Description
형식 원본 형식을 복사합니다. 'MarketoSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

MicrosoftAccessSource

Name Description
형식 원본 형식을 복사합니다. 'MicrosoftAccessSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 데이터베이스 쿼리 - 형식: 문자열(또는 resultType 문자열이 있는 식).

MongoDbAtlasSource

Name Description
형식 원본 형식을 복사합니다. 'MongoDbAtlasSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
batchSize MongoDB Atlas 인스턴스의 응답을 각각 일괄 처리로 반환할 문서 수를 지정합니다. 대부분의 경우 일괄 처리 크기를 수정해도 사용자 또는 애플리케이션에 영향이 없습니다. 이 속성의 기본 목적은 응답 크기의 제한에 부딪히지 않도록 하는 것입니다. 형식: 정수(또는 resultType 정수의 식).
cursorMethods Mongodb 쿼리용 커서 메서드 MongoDbCursorMethodsProperties
filter 쿼리 연산자를 사용하여 선택 영역 필터를 지정합니다. 컬렉션의 모든 문서를 반환하려면 이 매개 변수를 생략하거나 빈 문서({})를 전달합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

MongoDbSource

Name Description
형식 원본 형식을 복사합니다. 'MongoDbSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 데이터베이스 쿼리 - SQL-92 쿼리 식이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

MongoDbV2Source

Name Description
형식 원본 형식을 복사합니다. 'MongoDbV2Source'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
batchSize MongoDB 인스턴스의 응답을 각각 일괄 처리로 반환할 문서 수를 지정합니다. 대부분의 경우 일괄 처리 크기를 수정해도 사용자 또는 애플리케이션에 영향이 없습니다. 이 속성의 기본 목적은 응답 크기의 제한에 부딪히지 않도록 하는 것입니다. 형식: 정수(또는 resultType 정수의 식).
cursorMethods Mongodb 쿼리용 커서 메서드 MongoDbCursorMethodsProperties
filter 쿼리 연산자를 사용하여 선택 영역 필터를 지정합니다. 컬렉션의 모든 문서를 반환하려면 이 매개 변수를 생략하거나 빈 문서({})를 전달합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

MySqlSource

Name Description
형식 원본 형식을 복사합니다. 'MySqlSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 데이터베이스 쿼리 - 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

NetezzaSource

Name Description
형식 원본 형식을 복사합니다. 'NetezzaSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
partitionOption Netezza에 사용할 파티션 메커니즘은 병렬로 읽습니다. 가능한 값은 "None", "DataSlice", "DynamicRange"입니다.
partitionSettings Netezza 원본 분할에 활용할 설정입니다. NetezzaPartitionSettings
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

NetezzaPartitionSettings

Name Description
partitionColumnName 범위 분할을 진행하는 데 사용할 정수 형식의 열 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionLowerBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최소값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionUpperBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최대값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

ODataSource

Name Description
형식 원본 형식을 복사합니다. 'ODataSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
httpRequestTimeout HTTP 응답을 가져올 시간 제한(TimeSpan)입니다. 응답 데이터를 읽는 시간 제한이 아니라, 응답을 받을 시간 제한입니다. 기본값: 00:05:00 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).
Query OData 쿼리. 예를 들어 "$top=1"입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

OdbcSource

Name Description
형식 원본 형식을 복사합니다. 'OdbcSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 데이터베이스 쿼리 - 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

Office365Source

Name Description
형식 원본 형식을 복사합니다. 'Office365Source'(필수)
allowedGroups 모든 사용자가 포함된 그룹입니다. 형식: 문자열 배열(또는 resultType 문자열 배열이 있는 식).
dateFilterColumn {paramref name="StartTime"/} 및 {paramref name="EndTime"/}을 적용할 열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
endTime 이 데이터 세트에 대해 요청된 범위의 종료 시간입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
outputColumns Office 365 테이블에서 읽을 열입니다. 형식: 개체의 배열(또는 resultType 개체 배열이 있는 Expression)입니다. itemType: OutputColumn. 예: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]
startTime 이 데이터 세트에 대해 요청된 범위의 시작 시간입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
userScopeFilterUri 사용자가 uri를 scope. 형식: 문자열(또는 resultType 문자열이 있는 식).

OracleServiceCloudSource

Name Description
형식 원본 형식을 복사합니다. 'OracleServiceCloudSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

oracleReaderQuery

Name Description
형식 원본 형식을 복사합니다. 'OracleSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
oracleReaderQuery Oracle 판독기 쿼리. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionOption Oracle에 사용할 파티션 메커니즘은 병렬로 읽습니다. 가능한 값으로는 "None", "PhysicalPartitionsOfTable", "DynamicRange"가 있습니다.
partitionSettings Oracle 원본 분할에 활용할 설정입니다. OraclePartitionSettings
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

OraclePartitionSettings

Name Description
partitionColumnName 범위 분할을 진행하는 데 사용할 정수 형식의 열 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionLowerBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최소값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionNames Oracle 테이블의 실제 파티션 이름입니다.
partitionUpperBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최대값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

OrcSource

Name Description
형식 원본 형식을 복사합니다. 'OrcSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
storeSettings ORC 저장소 설정. StoreReadSettings

ParquetSource

Name Description
형식 원본 형식을 복사합니다. 'ParquetSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
formatSettings Parquet 형식 설정입니다. ParquetReadSettings
storeSettings Parquet 저장소 설정입니다. StoreReadSettings

ParquetReadSettings

Name Description
compressionProperties 압축 설정. CompressionReadSettings
형식 읽기 설정 유형입니다. string(필수)
{customized property}

PaypalSource

Name Description
형식 원본 형식을 복사합니다. 'PaypalSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

PhoenixSource

Name Description
형식 원본 형식을 복사합니다. 'PhoenixSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

PostgreSqlSource

Name Description
형식 원본 형식을 복사합니다. 'PostgreSqlSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

PostgreSqlV2Source

Name Description
형식 원본 형식을 복사합니다. 'PostgreSqlV2Source'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

PrestoSource

Name Description
형식 원본 형식을 복사합니다. 'PrestoSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

QuickBooksSource

Name Description
형식 원본 형식을 복사합니다. 'QuickBooksSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

RelationalSource

Name Description
형식 원본 형식을 복사합니다. 'RelationalSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 데이터베이스 쿼리 - 형식: 문자열(또는 resultType 문자열이 있는 식).

ResponsysSource

Name Description
형식 원본 형식을 복사합니다. 'ResponsysSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

RestSource

Name Description
형식 원본 형식을 복사합니다. 'RestSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다).
additionalHeaders RESTful API에 대한 요청의 추가 HTTP 헤더입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
httpRequestTimeout HTTP 응답을 가져올 시간 제한(TimeSpan)입니다. 응답 데이터를 읽는 시간 제한이 아니라, 응답을 받을 시간 제한입니다. 기본값: 00:01:40. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).
paginationRules 다음 페이지 요청을 작성하기 위한 페이지 매김 규칙입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
requestBody requestMethod가 POST인 경우 RESTful API에 대한 HTTP 요청 본문입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
requestInterval 다음 페이지 요청을 보내기 전에 대기할 시간입니다.
requestMethod RESTful API를 호출하는 데 사용되는 HTTP 메서드입니다. 기본값은 GET입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

SalesforceMarketingCloudSource

Name Description
형식 원본 형식을 복사합니다. 'SalesforceMarketingCloudSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

SalesforceServiceCloudSource

Name Description
형식 원본 형식을 복사합니다. 'SalesforceServiceCloudSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식).
readBehavior 작업에 대한 읽기 동작입니다. 기본값은 Query입니다. 허용되는 값: Query/QueryAll. 형식: string(또는 resultType 문자열이 있는 식).

SalesforceServiceCloudV2Source

Name Description
형식 원본 형식을 복사합니다. 'SalesforceServiceCloudV2Source'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
includeDeletedObjects 이 속성은 쿼리 결과에 Deleted 개체가 포함되어 있는지 여부를 제어합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
SOQLQuery 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식).

SalesforceSource

Name Description
형식 원본 형식을 복사합니다. 'SalesforceSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
readBehavior 작업에 대한 읽기 동작입니다. 기본값은 Query입니다. 허용되는 값: Query/QueryAll. 형식: string(또는 resultType 문자열이 있는 식).

SalesforceV2Source

Name Description
형식 원본 형식을 복사합니다. 'SalesforceV2Source'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
includeDeletedObjects 이 속성은 쿼리 결과에 Deleted 개체가 포함되어 있는지 여부를 제어합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
SOQLQuery 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식).

SapBwSource

Name Description
형식 원본 형식을 복사합니다. 'SapBwSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query MDX 쿼리. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

SapCloudForCustomerSource

Name Description
형식 원본 형식을 복사합니다. 'SapCloudForCustomerSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
httpRequestTimeout HTTP 응답을 가져올 시간 제한(TimeSpan)입니다. 응답 데이터를 읽는 시간 제한이 아니라, 응답을 받을 시간 제한입니다. 기본값: 00:05:00. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
Query SAP Cloud for Customer OData 쿼리. 예를 들어 "$top=1"입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

SapEccSource

Name Description
형식 원본 형식을 복사합니다. 'SapEccSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
httpRequestTimeout HTTP 응답을 가져올 시간 제한(TimeSpan)입니다. 응답 데이터를 읽는 시간 제한이 아니라, 응답을 받을 시간 제한입니다. 기본값: 00:05:00. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
Query SAP ECC OData 쿼리. 예를 들어 "$top=1"입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

SapHanaSource

Name Description
형식 원본 형식을 복사합니다. 'SapHanaSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
packetSize SAP HANA에서 읽은 데이터의 패킷 크기입니다. 형식: integer(또는 resultType 정수가 있는 식).
partitionOption SAP HANA에 병렬로 읽을 파티션 메커니즘입니다. 가능한 값은 "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange"입니다.
partitionSettings SAP HANA 원본 분할에 활용할 설정입니다. SapHanaPartitionSettings
Query SAP HANA Sql 쿼리. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

SapHanaPartitionSettings

Name Description
partitionColumnName 범위 분할을 진행하는 데 사용할 열의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapOdpSource

Name Description
형식 원본 형식을 복사합니다. 'SapOdpSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
extractionMode 추출 모드입니다. 허용되는 값은 Full, Delta 및 Recovery입니다. 기본값은 Full입니다. 형식: string(또는 resultType 문자열이 있는 식).
프로젝션(projection) 원본 데이터에서 선택할 열을 지정합니다. 형식: 개체의 배열(프로젝션) (또는 개체의 resultType 배열이 있는 Expression).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
선택 원본 데이터의 선택 조건을 지정합니다. 형식: 개체의 배열(선택)(또는 개체의 resultType 배열이 있는 Expression)입니다.
subscriberProcess 델타 프로세스를 관리하는 구독자 프로세스입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapOpenHubSource

Name Description
형식 원본 형식을 복사합니다. 'SapOpenHubSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
baseRequestId 델타 로드의 요청 ID입니다. 설정하는 경우 requestId가 이 속성의 값보다 큰 데이터만 검색됩니다. 기본값은 0입니다. 형식: 정수(또는 resultType 정수가 있는 식).
customRfcReadTableFunctionModule SAP Table에서 데이터를 읽는 데 사용할 사용자 지정 RFC 함수 모듈을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
excludeLastRequest 마지막 요청의 레코드를 제외할지 여부입니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
sapDataColumnDelimiter SAP RFC에 전달되는 구분 기호로 사용할 단일 문자와 검색된 출력 데이터를 분할합니다. 형식: string(또는 resultType 문자열이 있는 식).

SapTableSource

Name Description
형식 원본 형식을 복사합니다. 'SapTableSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
batchSize SAP 테이블에서 데이터를 검색할 때 한 번에 검색할 최대 행 수를 지정합니다. 형식: 정수(또는 resultType 정수가 있는 식).
customRfcReadTableFunctionModule SAP Table에서 데이터를 읽는 데 사용할 사용자 지정 RFC 함수 모듈을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionOption 병렬로 읽은 SAP 테이블에 사용할 파티션 메커니즘입니다. 가능한 값은 "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime"입니다.
partitionSettings SAP 테이블 원본 분할에 활용할 설정입니다. SapTablePartitionSettings
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
rfcTableFields 검색할 SAP 테이블의 필드입니다. 예를 들어 column0, column1입니다. 형식: string(또는 resultType 문자열이 있는 식).
rfcTableOptions SAP 테이블의 필터링 옵션입니다. 예를 들어 EQ SOME VALUE를 COLUMN0. 형식: string(또는 resultType 문자열이 있는 식).
Rowcount 검색할 행의 수입니다. 형식: integer(또는 resultType 정수가 있는 식).
rowSkips 건너뛸 행 수입니다. 형식: 정수(또는 resultType 정수가 있는 식).
sapDataColumnDelimiter SAP RFC에 전달되는 구분 기호로 사용할 단일 문자와 검색된 출력 데이터를 분할합니다. 형식: string(또는 resultType 문자열이 있는 식).

SapTablePartitionSettings

Name Description
maxPartitionsNumber 테이블이 분할될 파티션의 최대값입니다. 형식: 정수(또는 resultType 문자열이 있는 식).
partitionColumnName 범위 분할을 진행하는 데 사용할 열의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionLowerBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최소값입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionUpperBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최대값입니다. 형식: string(또는 resultType 문자열이 있는 식).

ServiceNowSource

Name Description
형식 원본 형식을 복사합니다. 'ServiceNowSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

ServiceNowV2Source

Name Description
형식 원본 형식을 복사합니다. 'ServiceNowV2Source'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
원본에서 데이터를 필터링하는 식입니다. ExpressionV2
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

ExpressionV2

Name Description
피연산자 중첩된 식 목록입니다. ExpressionV2[]
operator 식 연산자 값 형식: 문자열입니다. 문자열
type 시스템에서 지원하는 식의 형식입니다. 형식: 문자열입니다. 'Binary'
'상수'
'Field'
'단항'
상수/필드 형식: 문자열의 값입니다. 문자열

SharePointOnlineListSource

Name Description
형식 원본 형식을 복사합니다. 'SharePointOnlineListSource'(필수)
httpRequestTimeout SharePoint Online에서 응답을 받기 위한 대기 시간입니다. 기본값은 5분(00:05:00)입니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).
Query SharePoint Online 목록에서 데이터를 필터링하는 OData 쿼리입니다. 예를 들어 "$top=1"입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

ShopifySource

Name Description
형식 원본 형식을 복사합니다. 'ShopifySource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

SnowflakeSource

Name Description
형식 원본 형식을 복사합니다. 'SnowflakeSource'(필수)
exportSettings Snowflake 내보내기 설정입니다. SnowflakeExportCopyCommand (필수)
Query Snowflake Sql 쿼리. 형식: 문자열(또는 resultType 문자열이 있는 식).

SnowflakeExportCopyCommand

Name Description
additionalCopyOptions snowflake Copy Command에 직접 전달되는 추가 복사 옵션입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다)(또는 resultType 개체가 있는 Expression). 예: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS. FF'" } SnowflakeExportCopyCommandAdditionalCopyOptions
additionalFormatOptions 눈송이 복사 명령에 직접 전달되는 추가 형식 옵션입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다)(또는 resultType 개체가 있는 Expression). 예: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" } SnowflakeExportCopyCommandAdditionalFormatOptions
형식 내보내기 설정 유형입니다. string(필수)
{사용자 지정 속성}

SnowflakeExportCopyCommandAdditionalCopyOptions

Name Description
{사용자 지정 속성}

SnowflakeExportCopyCommandAdditionalFormatOptions

Name Description
{사용자 지정 속성}

SnowflakeV2Source

Name Description
형식 원본 형식을 복사합니다. 'SnowflakeV2Source'(필수)
exportSettings Snowflake 내보내기 설정입니다. SnowflakeExportCopyCommand (필수)
Query Snowflake Sql 쿼리. 형식: string(또는 resultType 문자열이 있는 식).

SparkSource

Name Description
형식 원본 형식을 복사합니다. 'SparkSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

SqlDWSource

Name Description
형식 원본 형식을 복사합니다. 'SqlDWSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
isolationLevel SQL 원본에 대한 트랜잭션 잠금 동작을 지정합니다. 허용되는 값: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. 기본값은 ReadCommitted입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionOption Sql 읽기에 병렬로 사용할 파티션 메커니즘입니다. 가능한 값은 "None", "PhysicalPartitionsOfTable", "DynamicRange"입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionSettings Sql 원본 분할에 활용할 설정입니다. SqlPartitionSettings
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
SqlReaderQuery SQL Data Warehouse 판독기 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
sqlReaderStoredProcedureName SQL Data Warehouse 원본에 대한 저장 프로시저의 이름입니다. SqlReaderQuery와 동시에 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식).
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}". 형식: object(또는 resultType 개체가 있는 Expression), itemType: StoredProcedureParameter.

SqlMISource

Name Description
형식 원본 형식을 복사합니다. 'SqlMISource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
isolationLevel SQL 원본에 대한 트랜잭션 잠금 동작을 지정합니다. 허용되는 값: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. 기본값은 ReadCommitted입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionOption Sql 읽기에 병렬로 사용할 파티션 메커니즘입니다. 가능한 값은 "None", "PhysicalPartitionsOfTable", "DynamicRange"입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionSettings Sql 원본 분할에 활용할 설정입니다. SqlPartitionSettings
produceAdditionalTypes 생성할 추가 형식입니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
SqlReaderQuery SQL 판독기 쿼리. 형식: string(또는 resultType 문자열이 있는 식).
sqlReaderStoredProcedureName Azure SQL Managed Instance 원본에 대한 저장 프로시저의 이름입니다. SqlReaderQuery와 동시에 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식).
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}".

SqlServerSource

Name Description
형식 원본 형식을 복사합니다. 'SqlServerSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
isolationLevel SQL 원본에 대한 트랜잭션 잠금 동작을 지정합니다. 허용되는 값: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. 기본값은 ReadCommitted입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionOption Sql 읽기에 병렬로 사용할 파티션 메커니즘입니다. 가능한 값으로는 "None", "PhysicalPartitionsOfTable", "DynamicRange"가 있습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionSettings Sql 원본 분할에 활용할 설정입니다. SqlPartitionSettings
produceAdditionalTypes 생성할 추가 형식입니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).
SqlReaderQuery SQL 판독기 쿼리. 형식: 문자열(또는 resultType 문자열이 있는 식).
sqlReaderStoredProcedureName SQL Database 원본에 대한 저장 프로시저의 이름입니다. SqlReaderQuery와 동시에 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}".

SqlSource

Name Description
형식 원본 형식을 복사합니다. 'SqlSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
isolationLevel SQL 원본에 대한 트랜잭션 잠금 동작을 지정합니다. 허용되는 값: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. 기본값은 ReadCommitted입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionOption Sql 읽기에 병렬로 사용할 파티션 메커니즘입니다. 가능한 값으로는 "None", "PhysicalPartitionsOfTable", "DynamicRange"가 있습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionSettings Sql 원본 분할에 활용할 설정입니다. SqlPartitionSettings
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).
SqlReaderQuery SQL 판독기 쿼리. 형식: 문자열(또는 resultType 문자열이 있는 식).
sqlReaderStoredProcedureName SQL Database 원본에 대한 저장 프로시저의 이름입니다. SqlReaderQuery와 동시에 사용할 수 없습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}".

SquareSource

Name Description
형식 원본 형식을 복사합니다. 'SquareSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

SybaseSource

Name Description
형식 원본 형식을 복사합니다. 'SybaseSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 데이터베이스 쿼리 - 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

TeradataSource

Name Description
형식 원본 형식을 복사합니다. 'TeradataSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
partitionOption teradata를 병렬로 읽는 데 사용할 파티션 메커니즘입니다. 가능한 값은 "None", "Hash", "DynamicRange"입니다.
partitionSettings teradata 원본 분할에 활용할 설정입니다. TeradataPartitionSettings
Query Teradata 쿼리. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

TeradataPartitionSettings

Name Description
partitionColumnName 진행 범위 또는 해시 분할에 사용할 열의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionLowerBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최소값입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionUpperBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최대값입니다. 형식: string(또는 resultType 문자열이 있는 식).

VerticaSource

Name Description
형식 원본 형식을 복사합니다. 'VerticaSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

WarehouseSource

Name Description
형식 원본 형식을 복사합니다. 'WarehouseSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
isolationLevel Microsoft Fabric Warehouse 원본에 대한 트랜잭션 잠금 동작을 지정합니다. 허용되는 값: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. 기본값은 ReadCommitted입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionOption Sql 읽기에 병렬로 사용할 파티션 메커니즘입니다. 가능한 값은 "None", "PhysicalPartitionsOfTable", "DynamicRange"입니다.
partitionSettings Sql 원본 분할에 활용할 설정입니다. SqlPartitionSettings
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
SqlReaderQuery Microsoft Fabric Warehouse 판독기 쿼리. 형식: string(또는 resultType 문자열이 있는 식).
sqlReaderStoredProcedureName Microsoft Fabric Warehouse 원본에 대한 저장 프로시저의 이름입니다. SqlReaderQuery와 동시에 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식).
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}". 형식: object(또는 resultType 개체가 있는 Expression), itemType: StoredProcedureParameter.

WebSource

Name Description
형식 원본 형식을 복사합니다. 'WebSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).

XeroSource

Name Description
형식 원본 형식을 복사합니다. 'XeroSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

XmlSource

Name Description
형식 원본 형식을 복사합니다. 'XmlSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
formatSettings Xml 형식 설정입니다. XmlReadSettings
storeSettings Xml 저장소 설정입니다. StoreReadSettings

XmlReadSettings

Name Description
compressionProperties 압축 설정. CompressionReadSettings
detectDataType xml 파일을 읽을 때 형식 검색을 사용할 수 있는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
namespacePrefixes 네임스페이스를 사용할 때 열 이름의 접두사를 재정의하기 위한 접두사 매핑에 대한 네임스페이스 URI입니다. 네임스페이스 URI에 대한 접두사를 정의하지 않은 경우 xml 데이터 파일에서 xml 요소/특성 이름의 접두사를 사용합니다. 예: "{"http://www.example.com/xml":"접두사"}" Type: 개체(또는 resultType 개체가 있는 Expression).
네임스페이스 xml 파일을 읽을 때 네임스페이스를 사용할 수 있는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
형식 읽기 설정 유형입니다. string(필수)
validationMode xml 파일을 읽을 때 사용되는 유효성 검사 방법을 나타냅니다. 허용되는 값: 'none', 'xsd' 또는 'dtd'. 형식: string(또는 resultType 문자열이 있는 식).
{customized property}

ZohoSource

Name Description
형식 원본 형식을 복사합니다. 'ZohoSource'(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

StagingSettings

Name Description
enableCompression 중간 스테이징을 통해 데이터를 복사할 때 압축을 사용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
linkedServiceName 스테이징 연결된 서비스 참조. LinkedServiceReference (필수)
path 중간 데이터를 저장하기 위한 스토리지 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).
{customized property}

CustomActivity

Name Description
형식 활동의 유형입니다. 'Custom'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties 사용자 지정 작업 속성입니다. CustomActivityTypeProperties (필수)

CustomActivityTypeProperties

Name Description
autoUserSpecification 사용자의 권한 상승 수준 및 scope 기본값은 nonadmin 작업입니다. 형식: string(또는 resultType double이 있는 식).
명령을 사용합니다. 사용자 지정 작업 유형: 문자열(또는 resultType 문자열이 있는 식)에 대한 명령입니다.
extendedProperties 사용자 정의 속성 모음입니다. 사용할 수 있는 키 또는 값에는 제한이 없습니다. 사용자가 지정한 사용자 지정 작업은 정의된 콘텐츠를 사용하고 해석할 모든 책임이 있습니다. CustomActivityTypePropertiesExtendedProperties
folderPath 리소스 파일의 폴더 경로 유형: 문자열(또는 resultType 문자열이 있는 식).
referenceObjects 참조 개체 CustomActivityReferenceObject
resourceLinkedService 리소스 연결된 서비스 참조입니다. LinkedServiceReference
retentionTimeInDays 사용자 지정 작업에 대해 제출된 파일의 보존 시간입니다. 형식: double(또는 resultType double이 있는 식).

CustomActivityTypePropertiesExtendedProperties

Name Description
{customized property}

CustomActivityReferenceObject

Name Description
datasets 데이터 세트 참조. DatasetReference[]
linkedServices 연결된 서비스 참조. LinkedServiceReference[]

DatabricksNotebookActivity

Name Description
형식 활동의 유형입니다. 'DatabricksNotebook'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Databricks Notebook 활동 속성입니다. DatabricksNotebookActivityTypeProperties (필수)

DatabricksNotebookActivityTypeProperties

Name Description
baseParameters 이 작업의 각 실행에 사용할 기본 매개 변수입니다. Notebook이 지정되지 않은 매개 변수를 사용하는 경우 Notebook의 기본값이 사용됩니다. DatabricksNotebookActivityTypePropertiesBaseParamete...
라이브러리 작업을 실행할 클러스터에 설치할 라이브러리의 목록입니다. DatabricksNotebookActivityTypePropertiesLibrariesIte...[]
notebookPath Databricks 작업 영역에서 실행할 노트북의 절대 경로입니다. 이 경로는 슬래시로 시작해야 합니다. 형식: string(또는 resultType 문자열이 있는 식).

DatabricksNotebookActivityTypePropertiesBaseParamete...

Name Description
{customized property}

DatabricksNotebookActivityTypePropertiesLibrariesIte...

Name Description
{customized property}

DatabricksSparkJarActivity

Name Description
형식 활동의 유형입니다. 'DatabricksSparkJar'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Databricks SparkJar 활동 속성입니다. DatabricksSparkJarActivityTypeProperties (필수)

DatabricksSparkJarActivityTypeProperties

Name Description
라이브러리 작업을 실행할 클러스터에 설치할 라이브러리의 목록입니다. DatabricksSparkJarActivityTypePropertiesLibrariesIte...[]
mainClassName 실행될 main 메서드가 포함된 클래스의 전체 이름입니다. 이 클래스는 라이브러리로 제공된 JAR에 포함되어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
매개 변수 main 메서드에 전달할 매개 변수이며, any[]

DatabricksSparkJarActivityTypePropertiesLibrariesIte...

Name Description
{사용자 지정 속성}

DatabricksSparkPythonActivity

Name Description
형식 활동의 유형입니다. 'DatabricksSparkPython'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Databricks SparkPython 활동 속성입니다. DatabricksSparkPythonActivityTypeProperties (필수)

DatabricksSparkPythonActivityTypeProperties

Name Description
라이브러리 작업을 실행할 클러스터에 설치할 라이브러리의 목록입니다. DatabricksSparkPythonActivityTypePropertiesLibraries...[]
매개 변수 Python 파일에 전달되는 명령줄 매개 변수입니다. any[]
pythonFile 실행할 Python 파일의 URI입니다. DBFS 경로가 지원됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

DatabricksSparkPythonActivityTypePropertiesLibraries...

Name Description
{사용자 지정 속성}

DataLakeAnalyticsUsqlActivity

Name Description
형식 활동의 유형입니다. 'DataLakeAnalyticsU-SQL'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties U-SQL 활동 속성을 Data Lake Analytics. DataLakeAnalyticsUsqlActivityTypeProperties (필수)

DataLakeAnalyticsUsqlActivityTypeProperties

Name Description
compilationMode U-SQL의 컴파일 모드 의미 체계, 전체 및 SingleBox 값 중 하나여야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
degreeOfParallelism 작업을 실행하는 데 동시에 사용되는 최대 노드 수입니다. 기본값은 1입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 1.
매개 변수 U-SQL 작업 요청에 대한 매개 변수입니다. DataLakeAnalyticsUsqlActivityTypePropertiesParameter...
priority 대기열에 있는 모든 작업 중에서 먼저 실행해야 하는 작업을 결정합니다. 번호가 낮을수록 우선 순위가 높습니다. 기본값은 1,000입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 1.
runtimeVersion 사용할 U-SQL 엔진의 런타임 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
scriptLinkedService 연결된 서비스 참조를 스크립팅합니다. LinkedServiceReference (필수)
scriptPath U-SQL 스크립트를 포함하는 폴더에 대한 대/소문자를 구분하는 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

DataLakeAnalyticsUsqlActivityTypePropertiesParameter...

Name Description
{사용자 지정 속성}

DeleteActivity

Name Description
형식 활동의 유형입니다. 'Delete'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties 활동 속성을 삭제합니다. DeleteActivityTypeProperties (필수)

DeleteActivityTypeProperties

Name Description
데이터 세트 활동 데이터 세트 참조를 삭제합니다. DatasetReference (필수)
enableLogging 삭제 작업 실행의 자세한 로그를 기록할지 여부입니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
logStorageSettings Log Storage 설정 고객은 enableLogging이 true일 때 제공해야 합니다. LogStorageSettings
maxConcurrentConnections 데이터 원본을 동시에 연결하는 최대 동시 연결입니다. int

제약 조건:
최소값 = 1
recursive true이면 현재 폴더 경로 아래의 파일 또는 하위 폴더가 재귀적으로 삭제됩니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
storeSettings 활동 저장소 설정을 삭제합니다. StoreReadSettings

ExecuteDataFlowActivity

Name Description
형식 활동의 유형입니다. 'ExecuteDataFlow'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties 데이터 흐름 작업 속성을 실행합니다. ExecuteDataFlowActivityTypeProperties (필수)

ExecuteDataFlowActivityTypeProperties

Name Description
compute 데이터 흐름 작업에 대한 컴퓨팅 속성입니다. ExecuteDataFlowActivityTypePropertiesCompute
continueOnError 데이터 흐름 실행에 사용되는 오류 설정을 계속합니다. 싱크가 실패할 경우 처리를 계속할 수 있습니다. 형식: 부울(또는 resultType 부울이 있는 식)
Dataflow 데이터 흐름 참조. DataFlowReference (필수)
integrationRuntime 통합 런타임 참조입니다. IntegrationRuntimeReference
runConcurrently 데이터 흐름 실행에 사용되는 동시 실행 설정입니다. 동일한 저장 순서를 가진 싱크를 동시에 처리할 수 있습니다. 형식: 부울(또는 resultType 부울이 있는 식)
sourceStagingConcurrency 싱크에 적용할 수 있는 원본에 대한 병렬 스테이징 수를 지정합니다. 형식: 정수(또는 resultType 정수의 식)
staging 데이터 흐름 실행 작업에 대한 스테이징 정보입니다. DataFlowStagingInfo
traceLevel 데이터 흐름 모니터링 출력에 사용되는 추적 수준 설정입니다. 지원되는 값은 '거친', 'fine', 'none'입니다. 형식: string(또는 resultType 문자열이 있는 식)

ExecuteDataFlowActivityTypePropertiesCompute

Name Description
computeType 데이터 흐름 작업을 실행할 클러스터의 컴퓨팅 유형입니다. 가능한 값은 'General', 'MemoryOptimized', 'ComputeOptimized'입니다. 형식: string(또는 resultType 문자열이 있는 식)
coreCount 데이터 흐름 작업을 실행할 클러스터의 코어 수입니다. 지원되는 값은 8, 16, 32, 48, 80, 144 및 272입니다. 형식: 정수(또는 resultType 정수의 식)

DataFlowReference

Name Description
datasetParameters 데이터 세트에서 데이터 흐름 매개 변수를 참조합니다.
매개 변수 데이터 흐름 매개 변수 ParameterValueSpecification
referenceName 참조 데이터 흐름 이름입니다. string(필수)
형식 데이터 흐름 참조 형식입니다. 'DataFlowReference'(필수)
{customized property}

IntegrationRuntimeReference

Name Description
매개 변수 통합 런타임에 대한 인수입니다. ParameterValueSpecification
referenceName 통합 런타임 이름을 참조합니다. string(필수)
형식 통합 런타임의 유형입니다. 'IntegrationRuntimeReference'(필수)

DataFlowStagingInfo

Name Description
folderPath 스테이징 Blob에 대한 폴더 경로입니다. 형식: string(또는 resultType 문자열이 있는 식)
linkedService 스테이징 연결된 서비스 참조. LinkedServiceReference

ExecutePipelineActivity

Name Description
형식 활동의 유형입니다. 'ExecutePipeline'(필수)
policy 파이프라인 활동 정책을 실행합니다. ExecutePipelineActivityPolicy
typeProperties 파이프라인 작업 속성을 실행합니다. ExecutePipelineActivityTypeProperties (필수)

ExecutePipelineActivityPolicy

Name Description
secureInput true로 설정하면 활동의 입력이 안전한 것으로 간주되며 모니터링에 기록되지 않습니다. bool
{customized property}

ExecutePipelineActivityTypeProperties

Name Description
매개 변수 파이프라인 매개 변수 ParameterValueSpecification
pipeline 파이프라인 참조입니다. PipelineReference (필수)
waitOnCompletion 작업 실행이 종속 파이프라인 실행이 완료될 때까지 기다릴지 여부를 정의합니다. 기본값은 false입니다. bool

PipelineReference

Name Description
name 참조 이름입니다. 문자열
referenceName 참조 파이프라인 이름입니다. string(필수)
형식 파이프라인 참조 형식입니다. 'PipelineReference'(필수)

ExecuteSsisPackageActivity

Name Description
형식 활동의 유형입니다. 'ExecuteSSISPackage'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties SSIS 패키지 작업 속성을 실행합니다. ExecuteSsisPackageActivityTypeProperties (필수)

ExecuteSsisPackageActivityTypeProperties

Name Description
connectVia 통합 런타임 참조입니다. IntegrationRuntimeReference (필수)
environmentPath SSIS 패키지를 실행할 환경 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
executionCredential 패키지 실행 자격 증명입니다. SsisExecutionCredential
loggingLevel SSIS 패키지 실행의 로깅 수준입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
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 문자열이 있는 식).

SsisExecutionCredential

Name Description
도메인 Windows 인증을 위한 도메인입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password Windows 인증에 대한 암호입니다. SecureString (필수)
userName Windows 인증에 UseName을 사용합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

SecureString

Name Description
형식 비밀의 유형입니다. string(필수)
보안 문자열의 값입니다. string(필수)

SsisLogLocation

Name Description
logPath SSIS 패키지 실행 로그 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
형식 SSIS 로그 위치의 형식입니다. '파일'(필수)
typeProperties SSIS 패키지 실행 로그 위치 속성입니다. SsisLogLocationTypeProperties (필수)

SsisLogLocationTypeProperties

Name Description
accessCredential 패키지 실행 로그 액세스 자격 증명입니다. SsisAccessCredential
logRefreshInterval 로그를 새로 고칠 간격을 지정합니다. 기본 간격은 5 분입니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

SsisAccessCredential

Name Description
도메인 Windows 인증을 위한 도메인입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password Windows 인증에 대한 암호입니다. SecretBase (필수)
userName Windows 인증에 UseName을 사용합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

SecretBase

Name Description
형식 개체 형식 설정 AzureKeyVaultSecret
SecureString (필수)

AzureKeyVaultSecretReference

Name Description
secretName Azure Key Vault 비밀의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
secretVersion Azure Key Vault 비밀의 버전입니다. 기본값은 비밀의 최신 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
store Azure Key Vault 연결된 서비스 참조입니다. LinkedServiceReference (필수)
형식 비밀의 유형입니다. string(필수)

ExecuteSsisPackageActivityTypePropertiesPackageConne...

Name Description
{사용자 지정 속성} SsisConnectionManager

SsisConnectionManager

Name Description
{사용자 지정 속성} SsisExecutionParameter

SsisExecutionParameter

Name Description
SSIS 패키지 실행 매개 변수 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

SsisPackageLocation

Name Description
packagePath SSIS 패키지 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
형식 SSIS 패키지 위치의 유형입니다. '파일'
'InlinePackage'
'PackageStore'
'SSISDB'
typeProperties SSIS 패키지 위치 속성입니다. SsisPackageLocationTypeProperties

SsisPackageLocationTypeProperties

Name Description
accessCredential 패키지 액세스 자격 증명입니다. SsisAccessCredential
childPackages 포함된 자식 패키지 목록입니다. SsisChildPackage[]
configurationAccessCredential 구성 파일 액세스 자격 증명입니다. SsisAccessCredential
configurationPath 패키지 실행의 구성 파일입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
packageContent 포함된 패키지 콘텐츠입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
packageLastModifiedDate 포함된 패키지가 마지막으로 수정한 날짜입니다. 문자열
packageName 패키지 이름. 문자열
packagePassword 패키지의 암호입니다. SecretBase

SsisChildPackage

Name Description
packageContent 포함된 자식 패키지에 대한 콘텐츠입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
packageLastModifiedDate 포함된 자식 패키지의 마지막 수정 날짜입니다. 문자열
packageName 포함된 자식 패키지의 이름입니다. 문자열
packagePath 포함된 자식 패키지의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

ExecuteSsisPackageActivityTypePropertiesPackageParam...

Name Description
{사용자 지정 속성} SsisExecutionParameter

ExecuteSsisPackageActivityTypePropertiesProjectConne...

Name Description
{사용자 지정 속성} SsisConnectionManager

ExecuteSsisPackageActivityTypePropertiesProjectParam...

Name Description
{사용자 지정 속성} SsisExecutionParameter

ExecuteSsisPackageActivityTypePropertiesPropertyOver...

Name Description
{사용자 지정 속성} SsisPropertyOverride

SsisPropertyOverride

Name Description
isSensitive SSIS 패키지 속성 재정의 값이 중요한 데이터인지 여부입니다. 값이 true인 경우 SSISDB에서 암호화됩니다. bool
SSIS 패키지 속성 재정의 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

ExecuteWranglingDataflowActivity

Name Description
형식 활동의 유형입니다. 'ExecuteWranglingDataflow'(필수)
policy 활동 정책. ActivityPolicy
typeProperties 파워 쿼리 작업 속성을 실행합니다. ExecutePowerQueryActivityTypeProperties (필수)

ExecutePowerQueryActivityTypeProperties

Name Description
compute 데이터 흐름 작업에 대한 컴퓨팅 속성입니다. ExecuteDataFlowActivityTypePropertiesCompute
continueOnError 데이터 흐름 실행에 사용되는 오류 설정을 계속합니다. 싱크가 실패할 경우 처리를 계속할 수 있습니다. 형식: 부울(또는 resultType 부울이 있는 식)
Dataflow 데이터 흐름 참조. DataFlowReference (필수)
integrationRuntime 통합 런타임 참조입니다. IntegrationRuntimeReference
쿼리 싱크 데이터 세트에 대한 Power Query 매시업 쿼리에 대한 매핑 목록입니다. PowerQuerySinkMapping[]
runConcurrently 데이터 흐름 실행에 사용되는 동시 실행 설정입니다. 동일한 저장 순서를 가진 싱크를 동시에 처리할 수 있습니다. 형식: 부울(또는 resultType 부울이 있는 식)
sinks (사용되지 않습니다. 쿼리 사용). queryName에 매핑된 Power Query 작업 싱크 목록입니다. ExecutePowerQueryActivityTypePropertiesSinks
sourceStagingConcurrency 싱크에 적용할 수 있는 원본에 대한 병렬 스테이징 수를 지정합니다. 형식: 정수(또는 resultType 정수의 식)
staging 데이터 흐름 실행 작업에 대한 스테이징 정보입니다. DataFlowStagingInfo
traceLevel 데이터 흐름 모니터링 출력에 사용되는 추적 수준 설정입니다. 지원되는 값은 '거친', 'fine', 'none'입니다. 형식: string(또는 resultType 문자열이 있는 식)

PowerQuerySinkMapping

Name Description
dataflowSinks Power Query 매시업 쿼리에 매핑된 싱크 목록입니다. PowerQuerySink[]
queryName Power Query 매시업 문서의 쿼리 이름입니다. 문자열

PowerQuerySink

Name Description
데이터 세트 데이터 세트 참조. DatasetReference
description 변환 설명입니다. string
flowlet Flowlet 참조 DataFlowReference
linkedService 연결된 서비스 참조입니다. LinkedServiceReference
name 변환 이름입니다. string(필수)
rejectedDataLinkedService 데이터 연결된 서비스 참조가 거부되었습니다. LinkedServiceReference
schemaLinkedService 스키마 연결된 서비스 참조입니다. LinkedServiceReference
스크립트 싱크 스크립트. 문자열

ExecutePowerQueryActivityTypePropertiesSinks

Name Description
{customized property} PowerQuerySink

FailActivity

Name Description
형식 활동의 유형입니다. 'Fail'(필수)
typeProperties 실패 작업 속성입니다. FailActivityTypeProperties (필수)

FailActivityTypeProperties

Name Description
errorCode Fail 작업의 오류 유형을 분류하는 오류 코드입니다. 런타임에 비어 있지 않은/빈 문자열로 평가되는 동적 콘텐츠일 수 있습니다. 형식: string(또는 resultType 문자열이 있는 식).
message Fail 작업에서 나타난 오류 메시지입니다. 런타임에 비어 있지 않은/빈 문자열로 평가되는 동적 콘텐츠일 수 있습니다. 형식: string(또는 resultType 문자열이 있는 식).

FilterActivity

Name Description
형식 활동의 유형입니다. 'Filter'(필수)
typeProperties 작업 속성을 필터링합니다. FilterActivityTypeProperties (필수)

FilterActivityTypeProperties

Name Description
condition(조건) 입력을 필터링하는 데 사용할 조건입니다. (필수)
items 필터를 적용해야 하는 입력 배열입니다. (필수)

Name Description
형식 식 형식입니다. 'Expression'(필수)
식 값입니다. string(필수)

ForEachActivity

Name Description
형식 활동의 유형입니다. 'ForEach'(필수)
typeProperties ForEach 활동 속성입니다. ForEachActivityTypeProperties (필수)

ForEachActivityTypeProperties

Name Description
작업 를 실행할 활동 목록입니다. 활동[] (필수)
batchCount 병렬 실행 수를 제어하는 데 사용하는 Batch 계정입니다(IsSequential이 false로 설정된 경우). int

제약 조건:
최대값 = 50
isSequential 루프를 시퀀스 또는 병렬로 실행해야 하는 경우(최대 50) bool
items 반복할 컬렉션입니다. (필수)

GetMetadataActivity

Name Description
형식 활동의 유형입니다. 'GetMetadata'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties GetMetadata 활동 속성입니다. GetMetadataActivityTypeProperties (필수)

GetMetadataActivityTypeProperties

Name Description
데이터 세트 GetMetadata 활동 데이터 세트 참조입니다. DatasetReference (필수)
fieldList 데이터 세트에서 가져올 메타데이터 필드입니다. any[]
formatSettings GetMetadata 활동 형식 설정입니다. FormatReadSettings
storeSettings GetMetadata 활동 저장소 설정. StoreReadSettings

FormatReadSettings

Name Description
형식 개체 형식 설정 BinaryReadSettings
DelimitedTextReadSettings
JsonReadSettings
ParquetReadSettings
XmlReadSettings (필수)

HDInsightHiveActivity

Name Description
형식 활동의 유형입니다. 'HDInsightHive'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties HDInsight Hive 활동 속성입니다. HDInsightHiveActivityTypeProperties (필수)

HDInsightHiveActivityTypeProperties

Name Description
인수 사용자가 HDInsightActivity에 대한 인수를 지정했습니다. any[]
defines 사용자가 Hive 작업 요청에 대한 정의를 지정할 수 있습니다. HDInsightHiveActivityTypePropertiesDefines
getDebugInfo 디버그 정보 옵션입니다. 'Always'
'실패'
'None'
queryTimeout 쿼리 시간 제한 값(분)입니다. HDInsight 클러스터가 ESP를 사용하는 경우 유효(엔터프라이즈 보안 패키지) int
scriptLinkedService 연결된 서비스 참조를 스크립팅합니다. LinkedServiceReference
scriptPath 스크립트 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).
storageLinkedServices 스토리지 연결된 서비스 참조. LinkedServiceReference[]
variables hivevar 네임스페이스에서 사용자가 지정한 인수입니다. HDInsightHiveActivityTypePropertiesVariables

HDInsightHiveActivityTypePropertiesDefines

Name Description
{customized property}

HDInsightHiveActivityTypePropertiesVariables

Name Description
{customized property}

HDInsightMapReduceActivity

Name Description
형식 활동의 유형입니다. 'HDInsightMapReduce'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties HDInsight MapReduce 작업 속성입니다. HDInsightMapReduceActivityTypeProperties (필수)

HDInsightMapReduceActivityTypeProperties

Name Description
인수 사용자가 HDInsightActivity에 대해 지정한 인수입니다. any[]
className 클래스 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
defines 사용자가 MapReduce 작업 요청에 대한 정의를 지정할 수 있습니다. HDInsightMapReduceActivityTypePropertiesDefines
getDebugInfo 디버그 정보 옵션. 'Always'
'실패'
'None'
jarFilePath Jar 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).
jarLibs Jar libs. any[]
jarLinkedService Jar 연결된 서비스 참조입니다. LinkedServiceReference
storageLinkedServices 스토리지 연결된 서비스 참조. LinkedServiceReference[]

HDInsightMapReduceActivityTypePropertiesDefines

Name Description
{customized property}

HDInsightPigActivity

Name Description
형식 활동의 유형입니다. 'HDInsightPig'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties HDInsight Pig 작업 속성입니다. HDInsightPigActivityTypeProperties (필수)

HDInsightPigActivityTypeProperties

Name Description
인수 사용자가 HDInsightActivity에 대해 지정한 인수입니다. 형식: 배열(또는 resultType 배열이 있는 식).
defines 사용자가 Pig 작업 요청에 대한 정의를 지정할 수 있습니다. HDInsightPigActivityTypePropertiesDefines
getDebugInfo 디버그 정보 옵션. 'Always'
'실패'
'None'
scriptLinkedService 연결된 서비스 참조를 스크립팅합니다. LinkedServiceReference
scriptPath 스크립트 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
storageLinkedServices 스토리지 연결된 서비스 참조. LinkedServiceReference[]

HDInsightPigActivityTypePropertiesDefines

Name Description
{사용자 지정 속성}

HDInsightSparkActivity

Name Description
형식 활동의 유형입니다. 'HDInsightSpark'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties HDInsight spark 활동 속성입니다. HDInsightSparkActivityTypeProperties (필수)

HDInsightSparkActivityTypeProperties

Name Description
인수 HDInsightSparkActivity에 대해 사용자가 지정한 인수입니다. any[]
className 애플리케이션의 Java/Spark 기본 클래스입니다. string
entryFilePath 실행할 코드/패키지의 루트 폴더에 대한 상대 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
getDebugInfo 디버그 정보 옵션입니다. 'Always'
'실패'
'None'
proxyUser 작업을 실행할 가장할 사용자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
rootPath 모든 작업의 파일에 대한 'sparkJobLinkedService'의 루트 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
sparkConfig Spark 구성 속성입니다. HDInsightSparkActivityTypePropertiesSparkConfig
sparkJobLinkedService 항목 파일 및 종속성을 업로드하고 로그를 수신하기 위한 스토리지 연결된 서비스입니다. LinkedServiceReference

HDInsightSparkActivityTypePropertiesSparkConfig

Name Description
{사용자 지정 속성}

HDInsightStreamingActivity

Name Description
형식 활동의 유형입니다. 'HDInsightStreaming'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties HDInsight 스트리밍 작업 속성입니다. HDInsightStreamingActivityTypeProperties (필수)

HDInsightStreamingActivityTypeProperties

Name Description
인수 사용자가 HDInsightActivity에 대한 인수를 지정했습니다. any[]
combiner Combiner 실행 파일 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
commandEnvironment 명령줄 환경 값입니다. any[]
defines 사용자가 스트리밍 작업 요청에 대한 정의를 지정할 수 있습니다. HDInsightStreamingActivityTypePropertiesDefines
fileLinkedService 파일이 있는 연결된 서비스 참조입니다. LinkedServiceReference
filePaths 스트리밍 작업 파일의 경로입니다. 디렉터리일 수 있습니다. any[] (필수)
getDebugInfo 디버그 정보 옵션입니다. 'Always'
'실패'
'None'
input 입력 Blob 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
mapper 매퍼 실행 파일 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
output 출력 Blob 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
reducer Reducer 실행 파일 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
storageLinkedServices 스토리지 연결된 서비스 참조. LinkedServiceReference[]

HDInsightStreamingActivityTypePropertiesDefines

Name Description
{사용자 지정 속성}

IfConditionActivity

Name Description
형식 활동의 유형입니다. 'IfCondition'(필수)
typeProperties IfCondition 활동 속성입니다. IfConditionActivityTypeProperties (필수)

IfConditionActivityTypeProperties

Name Description
부울로 계산되는 식입니다. 이는 실행될 활동 블록(ifTrueActivities 또는 ifFalseActivities)을 결정하는 데 사용됩니다. (필수)
ifFalseActivities 식이 false로 평가되는 경우 실행할 활동 목록입니다. 선택적 속성이며 제공되지 않으면 작업이 아무 작업도 없이 종료됩니다. Activity[]
ifTrueActivities 식이 true로 평가되는 경우 실행할 활동 목록입니다. 선택적 속성이며 제공되지 않으면 작업이 아무 작업도 없이 종료됩니다. Activity[]

LookupActivity

Name Description
형식 활동의 유형입니다. 'Lookup'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties 조회 작업 속성입니다. LookupActivityTypeProperties (필수)

LookupActivityTypeProperties

Name Description
데이터 세트 조회 활동 데이터 세트 참조입니다. DatasetReference (필수)
firstRowOnly 첫 번째 행 또는 모든 행을 반환할지 여부입니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
source 복사 작업 원본과 동일한 데이터 세트별 원본 속성입니다. CopySource (필수)

ScriptActivity

Name Description
형식 활동의 유형입니다. 'Script'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties 스크립트 작업 속성입니다. ScriptActivityTypeProperties (필수)

ScriptActivityTypeProperties

Name Description
logSettings 스크립트 작업의 로그 설정입니다. ScriptActivityTypePropertiesLogSettings
scriptBlockExecutionTimeout ScriptBlock 실행 시간 제한입니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
스크립트 스크립트 블록의 배열입니다. 형식: 배열입니다. ScriptActivityScriptBlock[]

ScriptActivityTypePropertiesLogSettings

Name Description
logDestination 로그의 대상입니다. 형식: 문자열입니다. 'ActivityOutput'
'ExternalStore'(필수)
logLocationSettings 로그를 사용하도록 설정할 때 고객이 제공해야 하는 로그 위치 설정입니다. LogLocationSettings

ScriptActivityScriptBlock

Name Description
매개 변수 스크립트 매개 변수의 배열입니다. 형식: 배열입니다. ScriptActivityParameter[]
text 쿼리 텍스트입니다. 형식: string(또는 resultType 문자열이 있는 식).
형식 쿼리의 형식입니다. 형식: 문자열입니다. 'NonQuery'
'Query'(필수)

ScriptActivityParameter

Name Description
direction 매개 변수의 방향입니다. 'Input'
'InputOutput'
'Output'
name 매개 변수의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
크기 출력 방향 매개 변수의 크기입니다. int
형식 매개 변수의 형식입니다. 'Boolean'
'DateTime'
'DateTimeOffset'
'Decimal'
'Double'
'Guid'
'Int16'
'Int32'
'Int64'
'Single'
'String'
'Timespan'
매개 변수의 값입니다. 형식: string(또는 resultType 문자열이 있는 식).

SetVariableActivity

Name Description
형식 활동의 유형입니다. 'SetVariable'(필수)
policy 활동 정책. SecureInputOutputPolicy
typeProperties 변수 활동 속성을 설정합니다. SetVariableActivityTypeProperties (필수)

SecureInputOutputPolicy

Name Description
secureInput true로 설정하면 활동의 입력이 안전한 것으로 간주되며 모니터링에 기록되지 않습니다. bool
secureOutput true로 설정하면 작업의 출력이 안전한 것으로 간주되고 모니터링에 기록되지 않습니다. bool

SetVariableActivityTypeProperties

Name Description
setSystemVariable true로 설정하면 파이프라인 실행 반환 값이 설정됩니다. bool
설정할 값입니다. 정적 값 또는 식일 수 있습니다.
variableName 값을 설정해야 하는 변수의 이름입니다. 문자열

SynapseSparkJobDefinitionActivity

Name Description
형식 활동의 유형입니다. 'SparkJob'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Spark 작업 작업 속성을 실행합니다. SynapseSparkJobActivityTypeProperties (필수)

SynapseSparkJobActivityTypeProperties

Name Description
args 사용자가 SynapseSparkJobDefinitionActivity에 대한 인수를 지정했습니다. any[]
className 제공하는 spark 작업 정의의 'className'을 재정의하는 기본 정의 파일에 있는 정규화된 식별자 또는 기본 클래스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
conf 제공하는 Spark 작업 정의의 'conf'를 재정의하는 Spark 구성 속성입니다.
configurationType Spark 구성의 형식입니다. 'Artifact'
'사용자 지정됨'
'기본값'
driverSize 작업에 대해 지정된 Spark 풀에 할당된 드라이버에 사용할 코어 및 메모리의 수이며, 이는 사용자가 제공하는 Spark 작업 정의의 'driverCores' 및 'driverMemory'를 재정의하는 데 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
executorSize 작업에 대해 지정된 Spark 풀에 할당된 실행기에 사용할 코어 및 메모리의 수이며, 이는 사용자가 제공하는 Spark 작업 정의의 'executorCores' 및 'executorMemory'를 재정의하는 데 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
파일 작업에 사용되는 기본 파일로, 사용자가 제공하는 spark 작업 정의의 'file'을 재정의합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
files (사용되지 않습니다. pythonCodeReference 및 filesV2) 제공된 spark 작업 정의의 '파일'을 재정의하는 기본 정의 파일에서 참조에 사용되는 추가 파일을 사용하세요. any[]
filesV2 기본 정의 파일에서 참조에 사용되는 추가 파일로, 제공하는 spark 작업 정의의 'jars' 및 'files'를 재정의합니다. any[]
numExecutors 제공하는 Spark 작업 정의의 'numExecutors'를 재정의하는 이 작업에 대해 시작할 실행기 수입니다. 형식: 정수(또는 resultType 정수의 식).
pythonCodeReference 제공하는 spark 작업 정의의 'pyFiles'를 재정의하는 기본 정의 파일에서 참조에 사용되는 추가 Python 코드 파일입니다. any[]
scanFolder 기본 정의 파일의 루트 폴더에서 하위 폴더를 검사하면 이러한 파일이 참조 파일로 추가됩니다. 'jars', 'pyFiles', 'files' 또는 'archives'라는 폴더가 검색되고 폴더 이름은 대/소문자를 구분합니다. 형식: 부울(또는 resultType 부울이 있는 식).
sparkConfig Spark 구성 속성입니다. SynapseSparkJobActivityTypePropertiesSparkConfig
sparkJob Synapse spark 작업 참조입니다. SynapseSparkJobReference (필수)
targetBigDataPool 제공하는 Spark 작업 정의의 'targetBigDataPool'을 재정의하는 Spark 일괄 처리 작업을 실행하는 데 사용할 빅 데이터 풀의 이름입니다. BigDataPoolParametrizationReference
targetSparkConfiguration Spark 작업의 spark 구성입니다. SparkConfigurationParametrizationReference

SynapseSparkJobActivityTypePropertiesSparkConfig

Name Description
{사용자 지정 속성}

SynapseSparkJobReference

Name Description
referenceName 참조 spark 작업 이름입니다. resultType 문자열이 있는 식입니다.
형식 Synapse spark 작업 참조 형식입니다. 'SparkJobDefinitionReference'(필수)

BigDataPoolParametrizationReference

Name Description
referenceName 빅 데이터 풀 이름을 참조합니다. 형식: string(또는 resultType 문자열이 있는 식).
형식 빅 데이터 풀 참조 형식입니다. 'BigDataPoolReference'(필수)

SparkConfigurationParametrizationReference

Name Description
referenceName Spark 구성 이름을 참조합니다. 형식: string(또는 resultType 문자열이 있는 식).
형식 Spark 구성 참조 형식입니다. 'SparkConfigurationReference'(필수)

SqlServerStoredProcedureActivity

Name Description
형식 활동의 유형입니다. 'SqlServerStoredProcedure'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties SQL 저장 프로시저 작업 속성입니다. SqlServerStoredProcedureActivityTypeProperties (필수)

SqlServerStoredProcedureActivityTypeProperties

Name Description
storedProcedureName 저장 프로시저 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}".

SwitchActivity

Name Description
형식 활동의 유형입니다. 'Switch'(필수)
typeProperties 활동 속성을 전환합니다. SwitchActivityTypeProperties (필수)

SwitchActivityTypeProperties

Name Description
cases 'on' 속성의 예상 값에 해당하는 사례 목록입니다. 이 속성은 선택적 속성이며 제공되지 않으면 작업은 기본 활동에 제공된 활동을 실행합니다. SwitchCase[]
defaultActivities 사례 조건이 충족되지 않은 경우 실행할 활동 목록입니다. 선택적 속성이며 제공되지 않으면 작업이 아무 작업도 없이 종료됩니다. Activity[]
On 문자열 또는 정수로 계산되는 식입니다. 이는 실행될 경우 활동 블록을 확인하는 데 사용됩니다. (필수)

SwitchCase

Name Description
작업 충족된 사례 조건에 대해 실행할 활동 목록입니다. Activity[]
'on' 속성의 식 결과를 충족하는 예상 값입니다. string

SynapseNotebookActivity

Name Description
형식 활동의 유형입니다. 'SynapseNotebook'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Synapse Notebook 작업 속성을 실행합니다. SynapseNotebookActivityTypeProperties (필수)

SynapseNotebookActivityTypeProperties

Name Description
conf Spark 구성 속성은 사용자가 제공하는 Notebook의 'conf'를 재정의합니다.
configurationType Spark 구성의 형식입니다. 'Artifact'
'사용자 지정됨'
'기본값'
driverSize 세션에 대해 지정된 Spark 풀에 할당된 드라이버에 사용할 코어 및 메모리의 수이며, 이는 사용자가 제공한 Notebook의 'driverCores' 및 'driverMemory'를 재정의하는 데 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
executorSize 세션에 대해 지정된 Spark 풀에 할당된 실행기에 사용할 코어 및 메모리의 수이며, 이는 사용자가 제공하는 Notebook의 'executorCores' 및 'executorMemory'를 재정의하는 데 사용됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
Notebook Synapse Notebook 참조입니다. SynapseNotebookReference (필수)
numExecutors 제공된 Notebook의 'numExecutors'를 재정의하는 이 세션에 대해 시작할 실행기 수입니다. 형식: 정수(또는 resultType 정수의 식).
매개 변수 Notebook 매개 변수입니다. SynapseNotebookActivityTypePropertiesParameters
sparkConfig Spark 구성 속성입니다. SynapseNotebookActivityTypePropertiesSparkConfig
sparkPool Notebook을 실행하는 데 사용할 빅 데이터 풀의 이름입니다. BigDataPoolParametrizationReference
targetSparkConfiguration Spark 작업의 spark 구성입니다. SparkConfigurationParametrizationReference

SynapseNotebookReference

Name Description
referenceName 참조 Notebook 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
형식 Synapse Notebook 참조 형식입니다. 'NotebookReference'(필수)

SynapseNotebookActivityTypePropertiesParameters

Name Description
{사용자 지정 속성} NotebookParameter

NotebookParameter

Name Description
형식 Notebook 매개 변수 형식입니다. 'bool'
'float'
'int'
'string'
Notebook 매개 변수 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

SynapseNotebookActivityTypePropertiesSparkConfig

Name Description
{사용자 지정 속성}

UntilActivity

Name Description
형식 활동의 유형입니다. 'Until'(필수)
typeProperties Until 활동 속성입니다. UntilActivityTypeProperties (필수)

UntilActivityTypeProperties

Name Description
작업 실행할 활동 목록입니다. 활동[] (필수)
부울로 계산되는 식입니다. 이 식이 true로 평가될 때까지 루프가 계속됩니다. (필수)
시간 제한 작업 실행에 대한 시간 제한을 지정합니다. 지정된 값이 없으면 TimeSpan.FromDays(7) 값이 기본값으로 1주입니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

ValidationActivity

Name Description
형식 활동의 유형입니다. '유효성 검사'(필수)
typeProperties 유효성 검사 작업 속성입니다. ValidationActivityTypeProperties (필수)

ValidationActivityTypeProperties

Name Description
childItems 데이터 세트가 폴더를 가리키는 경우 사용할 수 있습니다. true로 설정하면 폴더에 파일이 하나 이상 있어야 합니다. false로 설정하면 폴더가 비어 있어야 합니다. 형식: 부울(또는 resultType 부울이 있는 식).
데이터 세트 유효성 검사 활동 데이터 세트 참조입니다. DatasetReference (필수)
minimumSize 데이터 세트가 파일을 가리키는 경우 사용할 수 있습니다. 파일 크기가 지정된 값보다 크거나 같아야 합니다. 형식: 정수(또는 resultType 정수가 있는 식).
sleep validation 시도 간의 지연 시간(초)입니다. 값을 지정하지 않으면 10초가 기본값으로 사용됩니다. 형식: 정수(또는 resultType 정수가 있는 식).
시간 제한 작업 실행에 대한 시간 제한을 지정합니다. 지정된 값이 없으면 TimeSpan.FromDays(7) 값이 기본값으로 1주입니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

WaitActivity

Name Description
형식 활동의 유형입니다. 'Wait'(필수)
typeProperties 대기 활동 속성입니다. WaitActivityTypeProperties (필수)

WaitActivityTypeProperties

Name Description
waitTimeInSeconds 기간(초)입니다. 형식: 정수(또는 resultType 정수가 있는 식).

WebActivity

Name Description
형식 활동의 유형입니다. 'WebActivity'(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties 웹 활동 속성입니다. WebActivityTypeProperties (필수)

WebActivityTypeProperties

Name Description
인증 엔드포인트를 호출하는 데 사용되는 인증 방법입니다. WebActivityAuthentication
본문 엔드포인트로 전송될 페이로드를 나타냅니다. POST/PUT 메서드에 필요하며 GET 메서드 Type: string(또는 resultType 문자열이 있는 식)에는 허용되지 않습니다.
connectVia 통합 런타임 참조입니다. IntegrationRuntimeReference
datasets 웹 엔드포인트에 전달된 데이터 세트 목록입니다. DatasetReference[]
disableCertValidation true로 설정하면 인증서 유효성 검사가 비활성화됩니다. bool
headers 요청으로 전송될 헤더를 나타냅니다. 예를 들어 요청에 언어 및 형식을 설정하려면 다음을 수행합니다. "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. 형식: string(또는 resultType 문자열이 있는 식). WebActivityTypePropertiesHeaders
httpRequestTimeout HTTP 요청이 응답을 가져오기 위한 시간 제한입니다. 형식은 TimeSpan(hh:mm:ss)입니다. 이 값은 활동 시간 제한이 아니라 응답을 가져오기 위한 시간 제한입니다. 기본값은 00:01:00(1분)입니다. 범위는 1~10분입니다.
linkedServices 웹 엔드포인트에 전달된 연결된 서비스 목록입니다. LinkedServiceReference[]
method 대상 엔드포인트에 대한 Rest API 메서드입니다. 'DELETE'
'GET'
'POST'
'PUT'(필수)
turnOffAsync HTTP 202 응답의 응답 헤더에 지정된 위치에서 HTTP GET 호출을 사용하지 않도록 설정하는 옵션입니다. true로 설정하면 응답 헤더에 지정된 http 위치에서 HTTP GET 호출을 중지합니다. false로 설정하면 http 응답 헤더에 지정된 위치에서 HTTP GET 호출을 계속 호출합니다. bool
url 웹 활동 대상 엔드포인트 및 경로. 형식: string(또는 resultType 문자열이 있는 식).

WebActivityAuthentication

Name Description
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
password SERVICEPrincipal에 사용되는 경우 PFX 파일 또는 기본 인증/비밀에 대한 암호 SecretBase
pfx ServicePrincipal에 사용되는 경우 PFX 파일 또는 인증서의 Base64로 인코딩된 콘텐츠 SecretBase
resource MSI 인증을 사용할 때 Azure 인증 토큰을 요청할 리소스입니다. 형식: string(또는 resultType 문자열이 있는 식).
형식 웹 활동 인증(Basic/ClientCertificate/MSI/ServicePrincipal) 문자열
사용자 이름 ServicePrincipal에 사용되는 경우 기본 인증 또는 ClientID에 대한 웹 활동 인증 사용자 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
userTenant ServicePrincipal 인증을 사용할 때 Azure Auth 토큰을 요청할 TenantId입니다. 형식: string(또는 resultType 문자열이 있는 식).

CredentialReference

Name Description
referenceName 참조 자격 증명 이름입니다. string(필수)
형식 자격 증명 참조 형식입니다. 'CredentialReference'(필수)
{customized property}

WebActivityTypePropertiesHeaders

Name Description
{customized property} 문자열

WebHookActivity

Name Description
형식 활동의 유형입니다. 'WebHook'(필수)
policy 활동 정책. SecureInputOutputPolicy
typeProperties WebHook 활동 속성입니다. WebHookActivityTypeProperties (필수)

WebHookActivityTypeProperties

Name Description
인증 엔드포인트를 호출하는 데 사용되는 인증 방법입니다. WebActivityAuthentication
본문 엔드포인트로 전송될 페이로드를 나타냅니다. POST/PUT 메서드에 필요하며 GET 메서드 Type: string(또는 resultType 문자열이 있는 식)에는 허용되지 않습니다.
headers 요청으로 전송될 헤더를 나타냅니다. 예를 들어 요청에 언어 및 형식을 설정하려면 다음을 수행합니다. "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. 형식: string(또는 resultType 문자열이 있는 식). WebHookActivityTypePropertiesHeaders
method 대상 엔드포인트에 대한 Rest API 메서드입니다. 'POST'(필수)
reportStatusOnCallBack true로 설정하면 statusCode, 콜백 요청 본문의 출력 및 오류가 활동에 의해 사용됩니다. 콜백 요청에서 statusCode >= 400을 설정하여 활동을 실패로 표시할 수 있습니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
시간 제한 웹후크를 다시 호출해야 하는 시간 제한입니다. 지정된 값이 없으면 기본값은 10분입니다. 형식: 문자열입니다. 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9]) 문자열
url WebHook 작업 대상 엔드포인트 및 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).

WebHookActivityTypePropertiesHeaders

Name Description
{customized property} 문자열

PipelineFolder

Name Description
name 이 파이프라인이 있는 폴더의 이름입니다. 문자열

ParameterDefinitionSpecification

Name Description
{customized property} ParameterSpecification

ParameterSpecification

Name Description
defaultValue 매개 변수의 기본값입니다.
형식 매개 변수 유형입니다. 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String'(필수)

PipelinePolicy

Name Description
elapsedTimeMetric 파이프라인 ElapsedTime 메트릭 정책. PipelineElapsedTimeMetricPolicy

PipelineElapsedTimeMetricPolicy

Name Description
duration TimeSpan 값이며, 그 후 Azure 모니터링 메트릭이 발생합니다.

PipelineRunDimensions

Name Description
{customized property}

VariableDefinitionSpecification

Name Description
{customized property} VariableSpecification

VariableSpecification

Name Description
defaultValue 변수의 기본값입니다.
형식 변수 형식입니다. 'Array'
'Bool'
'String'(필수)

빠른 시작 템플릿

다음 빠른 시작 템플릿은 이 리소스 종류를 배포합니다.

템플릿 Description
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에 배포
이 템플릿은 Azure SQL 데이터베이스의 데이터를 Azure SQL 데이터 웨어하우스에 대량으로 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더의 데이터를 스토리지의 다른 폴더로 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(MySQL)

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 Azure Database for MySQL 테이블로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(PostGre)

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 Azure Database for PostgreSQL 테이블로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(SQL)

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 Azure SQL 데이터베이스의 테이블로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(SQL 온-프레미스)

Azure에 배포
이 템플릿은 온-프레미스 SQL Server Azure Blob Storage로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(Spark)

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더의 데이터를 스토리지의 다른 폴더로 복사하는 V2 데이터 팩터리를 만듭니다.

Terraform(AzAPI 공급자) 리소스 정의

팩터리/파이프라인 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

  • 리소스 그룹

각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.

리소스 형식

Microsoft.DataFactory/factories/pipelines 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.DataFactory/factories/pipelines@2018-06-01"
  name = "string"
  parent_id = "string"
  body = 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"
        }
      }
    }
  })
}

활동 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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"
    }
  }

Until의 경우 다음을 사용합니다.

  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 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

AzureBlobFSWriteSettings의 경우 다음을 사용합니다.

  type = "AzureBlobFSWriteSettings"

AzureBlobStorageWriteSettings의 경우 다음을 사용합니다.

  type = "AzureBlobStorageWriteSettings"

AzureDataLakeStoreWriteSettings의 경우 다음을 사용합니다.

  type = "AzureDataLakeStoreWriteSettings"

AzureFileStorageWriteSettings의 경우 다음을 사용합니다.

  type = "AzureFileStorageWriteSettings"

FileServerWriteSettings의 경우 다음을 사용합니다.

  type = "FileServerWriteSettings"

LakeHouseWriteSettings의 경우 다음을 사용합니다.

  type = "LakeHouseWriteSettings"

SftpWriteSettings의 경우 다음을 사용합니다.

  type = "SftpWriteSettings"

CopySource 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

TarGZipReadSettings의 경우 다음을 사용합니다.

  type = "TarGZipReadSettings"

TarReadSettings의 경우 다음을 사용합니다.

  type = "TarReadSettings"

ZipDeflateReadSettings의 경우 다음을 사용합니다.

  type = "ZipDeflateReadSettings"

SecretBase 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

AzureKeyVaultSecret의 경우 다음을 사용합니다.

  type = "AzureKeyVaultSecret"
  store = {
    parameters = {}
    referenceName = "string"
    type = "LinkedServiceReference"
  }

SecureString의 경우 다음을 사용합니다.

  type = "SecureString"
  value = "string"

FormatReadSettings 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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
  }

속성 값

팩터리/파이프라인

Name Description
형식 리소스 종류 "Microsoft.DataFactory/factoryies/pipelines@2018-06-01"
name 리소스 이름 string(필수)

문자 제한: 1-260

유효한 문자:
다음을 사용할 수 없습니다.
<>*#.%&:\\+?/ 또는 제어 문자

영숫자로 시작합니다.
parent_id 이 리소스의 부모인 리소스의 ID입니다. 형식의 리소스에 대한 ID: 팩터리
properties 파이프라인의 속성입니다. 파이프라인 (필수)

파이프라인

Name Description
작업 파이프라인의 활동 목록입니다. Activity[]
주석 파이프라인을 설명하는 데 사용할 수 있는 태그 목록입니다. any[]
동시성 파이프라인에 대한 최대 동시 실행 수입니다. int

제약 조건:
최소값 = 1
description 파이프라인의 설명입니다. 문자열
폴더 이 파이프라인이 있는 폴더입니다. 지정하지 않으면 파이프라인이 루트 수준에 표시됩니다. PipelineFolder
매개 변수 파이프라인에 대한 매개 변수 목록입니다. ParameterDefinitionSpecification
policy 파이프라인 정책. PipelinePolicy
runDimensions 파이프라인에서 내보낸 차원입니다. PipelineRunDimensions
variables 파이프라인에 대한 변수 목록입니다. VariableDefinitionSpecification

활동

이름 Description
dependsOn 작업은 조건에 따라 달라집니다. ActivityDependency[]
description 활동 설명입니다. 문자열
name 활동 이름입니다. string(필수)
onInactiveMarkAs 상태가 비활성으로 설정된 경우 작업의 상태 결과입니다. 이 속성은 선택적 속성이며 활동이 비활성 상태일 때 제공되지 않으면 기본적으로 상태 Succeeded가 됩니다. "실패"
"건너뛰기"
"성공"
state 작업 상태입니다. 이 속성은 선택적 속성이며 제공되지 않으면 상태는 기본적으로 활성 상태가 됩니다. "활성"
"비활성"
userProperties 활동 사용자 속성입니다. UserProperty[]
형식 개체 유형 설정 AppendVariable
AzureDataExplorerCommand
AzureFunctionActivity
AzureMLBatchExecution
AzureMLExecutePipeline
AzureMLUpdateResource
Copy
사용자 지정
DatabricksNotebook
DatabricksSparkJar
DatabricksSparkPython
DataLakeAnalyticsU-SQL
Delete
ExecuteDataFlow
ExecutePipeline
ExecuteSSISPackage
ExecuteWranglingDataflow
Fail
Filter
ForEach
GetMetadata
HDInsightHive
HDInsightMapReduce
HDInsightPig
HDInsightSpark
HDInsightStreaming
IfCondition
조회
스크립트
SetVariable
SparkJob
SqlServerStoredProcedure
스위치
SynapseNotebook
Until
유효성 검사
Wait
WebActivity
WebHook (필수)

ActivityDependency

Name Description
활동 활동 이름입니다. string(필수)
dependencyConditions 종속성에 대한 Match-Condition. 다음 중 어느 것을 포함하는 문자열 배열:
"완료됨"
"실패"
"건너뛰기"
"성공"(필수)
{customized property}

UserProperty

Name Description
name 사용자 속성 이름입니다. string(필수)
사용자 속성 값입니다. 형식: string(또는 resultType 문자열이 있는 식).

AppendVariableActivity

Name Description
형식 활동의 유형입니다. "AppendVariable"(필수)
typeProperties 변수 활동 속성을 추가합니다. AppendVariableActivityTypeProperties (필수)

AppendVariableActivityTypeProperties

Name Description
추가할 값입니다. 형식: 변수 항목의 정적 값 일치 형식이거나 변수 항목의 resultType 일치 형식이 있는 Expression일 수 있습니다.
variableName 값을 추가해야 하는 변수의 이름입니다. string

AzureDataExplorerCommandActivity

Name Description
형식 활동의 유형입니다. "AzureDataExplorerCommand"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Azure Data Explorer 명령 작업 속성입니다. AzureDataExplorerCommandActivityTypeProperties (필수)

LinkedServiceReference

Name Description
매개 변수 LinkedService에 대한 인수입니다. ParameterValueSpecification
referenceName LinkedService 이름을 참조합니다. string(필수)
형식 연결된 서비스 참조 형식입니다. "LinkedServiceReference"(필수)

ParameterValueSpecification

Name Description
{customized property}

ActivityPolicy

Name Description
retry 최대 일반 재시도 시도. 기본값은 0입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소: 0.
retryIntervalInSeconds 각 재시도 간격(초)입니다. 기본값은 30초입니다. int

제약 조건:
최소값 = 30
최대값 = 86400
secureInput true로 설정하면 활동의 입력이 안전한 것으로 간주되며 모니터링에 기록되지 않습니다. bool
secureOutput true로 설정하면 작업의 출력이 안전한 것으로 간주되고 모니터링에 기록되지 않습니다. bool
시간 제한 작업 실행에 대한 시간 제한을 지정합니다. 기본 시간 제한은 7일입니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
{customized property}

AzureDataExplorerCommandActivityTypeProperties

Name Description
명령을 사용합니다. Azure Data Explorer 명령 구문에 따라 컨트롤 명령입니다. 형식: string(또는 resultType 문자열이 있는 식).
commandTimeout 제어 명령 시간 제한입니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).)

AzureFunctionActivity

Name Description
형식 활동의 유형입니다. "AzureFunctionActivity"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Azure Function 활동 속성입니다. AzureFunctionActivityTypeProperties (필수)

AzureFunctionActivityTypeProperties

Name Description
본문 엔드포인트로 전송될 페이로드를 나타냅니다. POST/PUT 메서드에 필요하며 GET 메서드 Type: string(또는 resultType 문자열이 있는 식)에는 허용되지 않습니다.
functionName Azure Function Activity가 호출할 함수의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식)
headers 요청으로 전송될 헤더를 나타냅니다. 예를 들어 요청에 언어 및 형식을 설정하려면 다음을 수행합니다. "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. 형식: string(또는 resultType 문자열이 있는 식). AzureFunctionActivityTypePropertiesHeaders
method 대상 엔드포인트에 대한 Rest API 메서드입니다. "DELETE"
"GET"
"HEAD"
"OPTIONS"
"POST"
"PUT"
"TRACE"(필수)

AzureFunctionActivityTypePropertiesHeaders

Name Description
{사용자 지정 속성} string

AzureMLBatchExecutionActivity

Name Description
형식 활동의 유형입니다. "AzureMLBatchExecution"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Azure ML Batch 실행 작업 속성입니다. AzureMLBatchExecutionActivityTypeProperties (필수)

AzureMLBatchExecutionActivityTypeProperties

Name Description
globalParameters 키, Azure ML Batch 실행 서비스 엔드포인트에 전달할 값 쌍입니다. 키는 게시된 Azure ML 웹 서비스에 정의된 웹 서비스 매개 변수의 이름과 일치해야 합니다. 값은 Azure ML 일괄 처리 실행 요청의 GlobalParameters 속성에 전달됩니다. AzureMLBatchExecutionActivityTypePropertiesGlobalPar...
webServiceInputs 키, 값 쌍, Azure ML 엔드포인트의 웹 서비스 입력 이름을 입력 Blob 위치를 지정하는 AzureMLWebServiceFile 개체에 매핑합니다. 이 정보는 Azure ML 일괄 처리 실행 요청의 WebServiceInputs 속성에 전달됩니다. AzureMLBatchExecutionActivityTypePropertiesWebServic...
webServiceOutputs 키, 값 쌍, Azure ML 엔드포인트의 웹 서비스 출력 이름을 출력 Blob 위치를 지정하는 AzureMLWebServiceFile 개체에 매핑합니다. 이 정보는 Azure ML 일괄 처리 실행 요청의 WebServiceOutputs 속성에 전달됩니다. AzureMLBatchExecutionActivityTypePropertiesWebServic...

AzureMLBatchExecutionActivityTypePropertiesGlobalPar...

Name Description
{사용자 지정 속성}

AzureMLBatchExecutionActivityTypePropertiesWebServic...

Name Description
{사용자 지정 속성} AzureMLWebServiceFile

AzureMLWebServiceFile

Name Description
filePath LinkedService에서 지정한 Azure Blob Storage 컨테이너 이름을 포함한 상대 파일 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
linkedServiceName Azure ML WebService 입력/출력 파일이 있는 Azure Storage LinkedService에 대한 참조입니다. LinkedServiceReference (필수)

AzureMLBatchExecutionActivityTypePropertiesWebServic...

Name Description
{사용자 지정 속성} AzureMLWebServiceFile

AzureMLExecutePipelineActivity

Name Description
형식 활동의 유형입니다. "AzureMLExecutePipeline"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Azure ML 파이프라인 실행 작업 속성입니다. AzureMLExecutePipelineActivityTypeProperties (필수)

AzureMLExecutePipelineActivityTypeProperties

Name Description
continueOnStepFailure 단계가 실패하는 경우 PipelineRun의 다른 단계를 계속 실행할지 여부입니다. 이 정보는 게시된 파이프라인 실행 요청의 continueOnStepFailure 속성에 전달됩니다. 형식: 부울(또는 resultType 부울이 있는 식).
dataPathAssignments 다시 학습하지 않고 데이터 경로 할당을 변경하는 데 사용되는 사전입니다. 값은 게시된 파이프라인 실행 요청의 dataPathAssignments 속성에 전달됩니다. 형식: 개체(또는 resultType 개체가 있는 Expression).
experimentName 파이프라인 실행의 실행 기록 실험 이름입니다. 이 정보는 게시된 파이프라인 실행 요청의 ExperimentName 속성에 전달됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
mlParentRunId 부모 Azure ML Service 파이프라인 실행 ID입니다. 이 정보는 게시된 파이프라인 실행 요청의 ParentRunId 속성에 전달됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
mlPipelineEndpointId 게시된 Azure ML 파이프라인 엔드포인트의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
mlPipelineId 게시된 Azure ML 파이프라인의 ID입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
mlPipelineParameters 게시된 Azure ML 파이프라인 엔드포인트에 전달할 키,값 쌍입니다. 키는 게시된 파이프라인에 정의된 파이프라인 매개 변수의 이름과 일치해야 합니다. 값은 게시된 파이프라인 실행 요청의 ParameterAssignments 속성에 전달됩니다. 형식: 키 값 쌍이 있는 개체(또는 resultType 개체가 있는 Expression).
버전 게시된 Azure ML 파이프라인 엔드포인트의 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureMLUpdateResourceActivity

Name Description
형식 활동의 유형입니다. "AzureMLUpdateResource"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Azure ML 업데이트 리소스 관리 작업 속성입니다. AzureMLUpdateResourceActivityTypeProperties (필수)

AzureMLUpdateResourceActivityTypeProperties

Name Description
trainedModelFilePath 업데이트 작업에서 업로드할 .ilearner 파일을 나타내는 trainedModelLinkedService의 상대 파일 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
trainedModelLinkedServiceName 업데이트 작업에서 업로드할 .ilearner 파일을 보유하는 Azure Storage 연결된 서비스의 이름입니다. LinkedServiceReference (필수)
trainedModelName 업데이트할 웹 서비스 실험에서 학습된 모델 모듈의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

CopyActivity

Name Description
형식 활동의 유형입니다. "복사"(필수)
입력 활동에 대한 입력 목록입니다. DatasetReference[]
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
outputs 활동에 대한 출력 목록입니다. DatasetReference[]
policy 활동 정책. ActivityPolicy
typeProperties 복사 작업 속성입니다. CopyActivityTypeProperties (필수)

DatasetReference

Name Description
매개 변수 데이터 세트에 대한 인수입니다. ParameterValueSpecification
referenceName 참조 데이터 세트 이름입니다. string(필수)
형식 데이터 세트 참조 형식입니다. "DatasetReference"(필수)

CopyActivityTypeProperties

Name Description
dataIntegrationUnits 이 데이터 이동을 수행하는 데 사용할 수 있는 최대 데이터 통합 단위 수입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0.
enableSkipIncompatibleRow 호환되지 않는 행을 건너뛸지 여부입니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enableStaging 중간 스테이징을 통해 데이터를 복사할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
logSettings 로그 설정을 사용하도록 설정할 때 고객이 제공해야 하는 로그 설정입니다. LogSettings
logStorageSettings (사용되지 않습니다. LogSettings를 사용하세요. 세션 로그를 사용하도록 설정할 때 고객이 제공해야 하는 로그 스토리지 설정입니다. LogStorageSettings
parallelCopies 데이터 저장소 오버로드를 방지하기 위해 원본 또는 싱크에서 열린 최대 동시 세션 수입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소: 0.
보존 규칙을 유지합니다. any[]
preserveRules 규칙을 유지합니다. any[]
redirectIncompatibleRowSettings EnableSkipIncompatibleRow가 true인 경우 호환되지 않는 행 설정을 리디렉션합니다. RedirectIncompatibleRowSettings
싱크 싱크를 복사 작업. CopySink (필수)
skipErrorFile 데이터 일관성에 대한 내결함성을 지정합니다. SkipErrorFile
source 복사 작업 원본입니다. CopySource (필수)
stagingSettings EnableStaging이 true인 경우 중간 스테이징 설정을 지정합니다. StagingSettings
번역기 복사 작업 번역기. 지정하지 않으면 테이블 형식 번역기 가 사용됩니다.
validateDataConsistency 데이터 일관성 유효성 검사를 사용하도록 설정할지 여부입니다. 형식: 부울(또는 resultType 부울이 있는 식).

LogSettings

Name Description
copyActivityLogSettings 복사 활동 로그에 대한 설정을 지정합니다. CopyActivityLogSettings
enableCopyActivityLog 복사 활동 로그를 사용할지 여부를 지정합니다. 형식: 부울(또는 resultType 부울이 있는 식).
logLocationSettings 로그를 사용하도록 설정할 때 고객이 제공해야 하는 로그 위치 설정입니다. LogLocationSettings (필수)

CopyActivityLogSettings

Name Description
enableReliableLogging 신뢰할 수 있는 로깅을 사용할지 여부를 지정합니다. 형식: 부울(또는 resultType 부울이 있는 식).
logLevel 로그 수준, 지원: 정보, 경고를 가져오거나 설정합니다. 형식: string(또는 resultType 문자열이 있는 식).

LogLocationSettings

Name Description
linkedServiceName 로그 스토리지 연결된 서비스 참조입니다. LinkedServiceReference (필수)
path 활동 실행의 자세한 로그를 저장하기 위한 스토리지 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).

LogStorageSettings

Name Description
enableReliableLogging 신뢰할 수 있는 로깅을 사용할지 여부를 지정합니다. 형식: 부울(또는 resultType 부울이 있는 식).
linkedServiceName 로그 스토리지 연결된 서비스 참조입니다. LinkedServiceReference (필수)
logLevel 로그 수준, 지원: 정보, 경고를 가져오거나 설정합니다. 형식: string(또는 resultType 문자열이 있는 식).
path 활동 실행의 자세한 로그를 저장하기 위한 스토리지 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).
{customized property}

RedirectIncompatibleRowSettings

Name Description
linkedServiceName 호환되지 않는 행을 리디렉션하는 데 사용되는 Azure Storage, Storage SAS 또는 Azure Data Lake Store 연결된 서비스의 이름입니다. redirectIncompatibleRowSettings가 지정된 경우 지정해야 합니다. 형식: string(또는 resultType 문자열이 있는 식).
path 리디렉션 호환되지 않는 행 데이터를 저장하기 위한 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).
{customized property}

CopySink

Name Description
disableMetricsCollection true이면 데이터 저장소 메트릭 수집을 사용하지 않도록 설정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
maxConcurrentConnections 싱크 데이터 저장소의 최대 동시 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식).
sinkRetryCount 싱크 재시도 횟수입니다. 형식: 정수(또는 resultType 정수가 있는 식).
sinkRetryWait 싱크 다시 시도 대기. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
writeBatchSize 쓰기 일괄 처리 크기입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소: 0.
writeBatchTimeout 일괄 처리 시간 제한을 씁니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\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

Name Description
형식 싱크 형식을 복사합니다. "AvroSink"(필수)
formatSettings Avro 형식 설정입니다. AvroWriteSettings
storeSettings Avro 저장소 설정입니다. StoreWriteSettings

AvroWriteSettings

Name Description
fileNamePrefix 파일 이름 패턴 {fileNamePrefix}_{fileIndex}을 지정합니다. partitionOptions 없이 파일 기반이 아닌 저장소에서 복사할 때 {fileExtension}입니다. 형식: string(또는 resultType 문자열이 있는 식).
maxRowsPerFile 기록된 파일의 행 수를 지정된 개수보다 작거나 같도록 제한합니다. 형식: 정수(또는 resultType 정수가 있는 식).
recordName AVRO 사양에 필요한 쓰기 결과의 최상위 레코드 이름입니다. 문자열
recordNamespace 쓰기 결과에 네임스페이스를 기록합니다. 문자열
type 쓰기 설정 유형입니다. string(필수)
{customized property}

StoreWriteSettings

Name Description
copyBehavior 복사 싱크의 복사 동작 유형입니다.
disableMetricsCollection true이면 데이터 저장소 메트릭 컬렉션을 사용하지 않도록 설정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
maxConcurrentConnections 원본 데이터 저장소의 최대 동시 연결 수입니다. 형식: 정수(또는 resultType 정수의 식).
metadata 싱크 데이터에 추가할 사용자 지정 메타데이터를 지정합니다. 형식: 개체의 배열(또는 resultType 개체 배열이 있는 Expression)입니다. MetadataItem[]
형식 개체 형식 설정 AzureBlobFSWriteSettings
AzureBlobStorageWriteSettings
AzureDataLakeStoreWriteSettings
AzureFileStorageWriteSettings
FileServerWriteSettings
LakeHouseWriteSettings
SftpWriteSettings (필수)

MetadataItem

Name Description
name 메타데이터 항목 키 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
메타데이터 항목 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureBlobFSWriteSettings

Name Description
형식 쓰기 설정 유형입니다. "AzureBlobFSWriteSettings"(필수)
blockSizeInMB Blob에 데이터를 쓸 때 블록 크기(MB)를 나타냅니다. 형식: 정수(또는 resultType 정수의 식).

AzureBlobStorageWriteSettings

Name Description
형식 쓰기 설정 유형입니다. "AzureBlobStorageWriteSettings"(필수)
blockSizeInMB Blob에 데이터를 쓸 때 블록 크기(MB)를 나타냅니다. 형식: 정수(또는 resultType 정수의 식).

AzureDataLakeStoreWriteSettings

Name Description
형식 쓰기 설정 유형입니다. "AzureDataLakeStoreWriteSettings"(필수)
expiryDateTime 작성된 파일의 만료 시간을 지정합니다. 시간은 UTC 표준 시간대에 "2018-12-01T05:00:00Z" 형식으로 적용됩니다. 기본값은 NULL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureFileStorageWriteSettings

Name Description
형식 쓰기 설정 유형입니다. "AzureFileStorageWriteSettings"(필수)

FileServerWriteSettings

Name Description
형식 쓰기 설정 유형입니다. "FileServerWriteSettings"(필수)

LakeHouseWriteSettings

Name Description
형식 쓰기 설정 유형입니다. "LakeHouseWriteSettings"(필수)

SftpWriteSettings

Name Description
형식 쓰기 설정 유형입니다. "SftpWriteSettings"(필수)
operationTimeout 각 청크를 SFTP 서버에 쓰기 위한 시간 제한을 지정합니다. 기본값: 01:00:00(1시간). 형식: 문자열(또는 resultType 문자열이 있는 식).
useTempFileRename 임시 파일에 업로드하고 이름을 바꿉니다. SFTP 서버에서 이름 바꾸기 작업을 지원하지 않는 경우 이 옵션을 사용하지 않도록 설정합니다. 형식: 부울(또는 resultType 부울이 있는 식).

AzureBlobFSSink

Name Description
형식 싱크 형식을 복사합니다. "AzureBlobFSSink"(필수)
copyBehavior 복사 싱크의 복사 동작 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
metadata 싱크 데이터에 추가할 사용자 지정 메타데이터를 지정합니다. 형식: 개체의 배열(또는 resultType 개체 배열이 있는 Expression)입니다. MetadataItem[]

AzureDatabricksDeltaLakeSink

Name Description
형식 싱크 형식을 복사합니다. "AzureDatabricksDeltaLakeSink"(필수)
importSettings Azure Databricks Delta Lake 가져오기 설정. AzureDatabricksDeltaLakeImportCommand
preCopyScript SQL 사전 복사 스크립트. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureDatabricksDeltaLakeImportCommand

Name Description
dateFormat Azure Databricks Delta Lake Copy에서 csv의 날짜 형식을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
timestampFormat Azure Databricks Delta Lake Copy에서 csv에 대한 타임스탬프 형식을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
형식 가져오기 설정 유형입니다. string(필수)
{사용자 지정 속성}

AzureDataExplorerSink

Name Description
형식 싱크 형식을 복사합니다. "AzureDataExplorerSink"(필수)
flushImmediately true로 설정하면 집계를 건너뜁습니다. 기본값은 false입니다. 형식: 부울입니다.
ingestionMappingAsJson json 형식으로 제공되는 명시적 열 매핑 설명입니다. 형식: 문자열입니다.
ingestionMappingName 대상 Kusto 테이블에 정의된 미리 만들어진 csv 매핑의 이름입니다. 형식: 문자열입니다.

AzureDataLakeStoreSink

Name Description
형식 싱크 형식을 복사합니다. "AzureDataLakeStoreSink"(필수)
copyBehavior 복사 싱크의 복사 동작 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
enableAdlsSingleFileParallel 단일 파일 병렬.

AzureMySqlSink

Name Description
형식 싱크 형식을 복사합니다. "AzureMySqlSink"(필수)
preCopyScript 복사를 시작하기 전에 실행할 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzurePostgreSqlSink

Name Description
형식 싱크 형식을 복사합니다. "AzurePostgreSqlSink"(필수)
preCopyScript 복사를 시작하기 전에 실행할 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureQueueSink

Name Description
형식 싱크 형식을 복사합니다. "AzureQueueSink"(필수)

AzureSearchIndexSink

Name Description
형식 싱크 형식을 복사합니다. "AzureSearchIndexSink"(필수)
writeBehavior Azure Search 인덱스에 문서를 업서팅할 때 쓰기 동작을 지정합니다. "병합"
"업로드"

AzureSqlSink

Name Description
형식 싱크 형식을 복사합니다. "AzureSqlSink"(필수)
preCopyScript SQL 사전 복사 스크립트. 형식: 문자열(또는 resultType 문자열이 있는 식).
sqlWriterStoredProcedureName SQL 기록기 저장 프로시저 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
sqlWriterTableType SQL 기록기 테이블 형식입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
sqlWriterUseTableLock 대량 복사 중에 테이블 잠금을 사용할지 여부입니다. 형식: 부울(또는 resultType 부울이 있는 식).
storedProcedureParameters SQL 저장 프로시저 매개 변수.
storedProcedureTableTypeParameterName 테이블 형식의 저장 프로시저 매개 변수 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableOption 자동 만들기와 같은 싱크 테이블을 처리하는 옵션입니다. 지금은 'autoCreate' 값만 지원됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
upsertSettings SQL upsert 설정. SqlUpsertSettings
writeBehavior 데이터를 Azure SQL 복사할 때 동작을 씁니다. 형식: SqlWriteBehaviorEnum(또는 resultType SqlWriteBehaviorEnum이 있는 식)

SqlUpsertSettings

Name Description
interimSchemaName 중간 테이블의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
고유 행 식별의 키 열 이름입니다. 형식: 문자열 배열(또는 resultType 문자열 배열이 있는 식).
useTempDB upsert 중간 테이블에 임시 db를 사용할지 여부를 지정합니다. 형식: 부울(또는 resultType 부울이 있는 식).

AzureTableSink

Name Description
형식 싱크 형식을 복사합니다. "AzureTableSink"(필수)
azureTableDefaultPartitionKeyValue Azure Table 기본 파티션 키 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
azureTableInsertType Azure Table 삽입 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
azureTablePartitionKeyName Azure Table 파티션 키 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
azureTableRowKeyName Azure Table 행 키 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

BinarySink

Name Description
형식 싱크 형식을 복사합니다. "BinarySink"(필수)
storeSettings 이진 저장소 설정. StoreWriteSettings

BlobSink

Name Description
형식 싱크 형식을 복사합니다. "BlobSink"(필수)
blobWriterAddHeader Blob 기록기에서 헤더를 추가합니다. 형식: 부울(또는 resultType 부울이 있는 식).
blobWriterDateTimeFormat Blob 작성기 날짜 시간 형식입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
blobWriterOverwriteFiles Blob 기록기는 파일을 덮어씁니다. 형식: 부울(또는 resultType 부울이 있는 식).
copyBehavior 복사 싱크의 복사 동작 유형입니다.
metadata 싱크 데이터에 추가할 사용자 지정 메타데이터를 지정합니다. 형식: 개체의 배열(또는 resultType 개체 배열이 있는 Expression)입니다. MetadataItem[]

CommonDataServiceForAppsSink

Name Description
형식 싱크 형식을 복사합니다. "CommonDataServiceForAppsSink"(필수)
alternateKeyName 레코드를 upserting할 때 사용할 대체 키의 논리적 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
ignoreNullValues 쓰기 작업 중에 입력 데이터 세트(키 필드 제외)에서 null 값을 무시할지 여부를 나타내는 플래그입니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
writeBehavior 작업의 쓰기 동작입니다. "Upsert"(필수)

CosmosDbMongoDbApiSink

Name Description
형식 싱크 형식을 복사합니다. "CosmosDbMongoDbApiSink"(필수)
writeBehavior 예외(삽입)를 throw하는 대신 동일한 키를 가진 문서를 덮어쓸지(upsert)할지 여부를 지정합니다. 기본값은 "insert"입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 형식: 문자열(또는 resultType 문자열이 있는 식).

CosmosDbSqlApiSink

Name Description
형식 싱크 형식을 복사합니다. "CosmosDbSqlApiSink"(필수)
writeBehavior Azure Cosmos DB에 데이터를 쓰는 방법을 설명합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 허용되는 값은 insert 및 upsert입니다.

DelimitedTextSink

Name Description
형식 싱크 형식을 복사합니다. "DelimitedTextSink"(필수)
formatSettings DelimitedText 형식 설정입니다. DelimitedTextWriteSettings
storeSettings DelimitedText 저장소 설정입니다. StoreWriteSettings

DelimitedTextWriteSettings

Name Description
fileExtension 파일을 만드는 데 사용되는 파일 확장명입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
fileNamePrefix 파일 이름 패턴 {fileNamePrefix}_{fileIndex}을(를) 지정합니다. partitionOptions 없이 파일 기반이 아닌 저장소에서 복사할 때 {fileExtension}입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
maxRowsPerFile 기록된 파일의 행 수를 지정된 개수보다 작거나 같도록 제한합니다. 형식: 정수(또는 resultType 정수의 식).
quoteAllText 문자열 값을 항상 따옴표로 묶어야 하는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
형식 쓰기 설정 유형입니다. string(필수)
{사용자 지정 속성}

DocumentDbCollectionSink

Name Description
형식 싱크 형식을 복사합니다. "DocumentDbCollectionSink"(필수)
nestingSeparator 중첩된 속성 구분 기호입니다. 기본값은 입니다. 식별합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
writeBehavior Azure Cosmos DB에 데이터를 쓰는 방법을 설명합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). 허용되는 값은 insert 및 upsert입니다.

DynamicsCrmSink

Name Description
형식 싱크 형식을 복사합니다. "DynamicsCrmSink"(필수)
alternateKeyName 레코드를 upserting할 때 사용할 대체 키의 논리적 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
ignoreNullValues 쓰기 작업 중에 입력 데이터 세트(키 필드 제외)에서 null 값을 무시할지 여부를 나타내는 플래그입니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
writeBehavior 작업의 쓰기 동작입니다. "Upsert"(필수)

DynamicsSink

Name Description
형식 싱크 형식을 복사합니다. "DynamicsSink"(필수)
alternateKeyName 레코드를 upserting할 때 사용할 대체 키의 논리적 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
ignoreNullValues 쓰기 작업 중에 입력 데이터 세트(키 필드 제외)에서 null 값을 무시할지 여부를 나타내는 플래그입니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
writeBehavior 작업의 쓰기 동작입니다. "Upsert"(필수)

FileSystemSink

Name Description
형식 싱크 형식을 복사합니다. "FileSystemSink"(필수)
copyBehavior 복사 싱크의 복사 동작 유형입니다.

InformixSink

Name Description
형식 싱크 형식을 복사합니다. "InformixSink"(필수)
preCopyScript 복사를 시작하기 전에 실행할 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

JsonSink

Name Description
형식 싱크 형식을 복사합니다. "JsonSink"(필수)
formatSettings Json 형식 설정입니다. JsonWriteSettings
storeSettings Json 저장소 설정. StoreWriteSettings

JsonWriteSettings

Name Description
filePattern JSON의 파일 패턴입니다. 이 설정은 JSON 개체의 컬렉션을 처리하는 방법을 제어합니다. 기본값은 'setOfObjects'입니다. 이 대/소문자 구분 합니다.
형식 쓰기 설정 유형입니다. string(필수)
{사용자 지정 속성}

LakeHouseTableSink

Name Description
형식 싱크 형식을 복사합니다. "LakeHouseTableSink"(필수)
partitionNameList 싱크 열에서 파티션 열 이름을 지정합니다. 형식: 개체의 배열(또는 resultType 개체 배열이 있는 Expression)입니다.
partitionOption 하나 이상의 열을 기반으로 폴더 구조에 파티션을 만듭니다. 각 고유 열 값(쌍)은 새 파티션이 됩니다. 가능한 값은 "None", "PartitionByKey"입니다.
tableActionOption LakeHouse 테이블 싱크에 대한 테이블 작업의 형식입니다. 가능한 값은 "None", "Append", "Overwrite"입니다.

MicrosoftAccessSink

Name Description
형식 싱크 형식을 복사합니다. "MicrosoftAccessSink"(필수)
preCopyScript 복사를 시작하기 전에 실행할 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).

MongoDbAtlasSink

Name Description
형식 싱크 형식을 복사합니다. "MongoDbAtlasSink"(필수)
writeBehavior 키가 같은 문서를 예외(삽입)를 throw하는 대신 덮어쓸지(upsert) 여부를 지정합니다. 기본값은 "insert"입니다. 형식: string(또는 resultType 문자열이 있는 식). 형식: string(또는 resultType 문자열이 있는 식).

MongoDbV2Sink

Name Description
형식 싱크 형식을 복사합니다. "MongoDbV2Sink"(필수)
writeBehavior 키가 같은 문서를 예외(삽입)를 throw하는 대신 덮어쓸지(upsert) 여부를 지정합니다. 기본값은 "insert"입니다. 형식: string(또는 resultType 문자열이 있는 식). 형식: string(또는 resultType 문자열이 있는 식).

OdbcSink

Name Description
형식 싱크 형식을 복사합니다. "OdbcSink"(필수)
preCopyScript 복사를 시작하기 전에 실행할 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).

파이프라인

Name Description
형식 싱크 형식을 복사합니다. "OracleSink"(필수)
preCopyScript SQL 사전 복사 스크립트. 형식: string(또는 resultType 문자열이 있는 식).

OrcSink

Name Description
형식 싱크 형식을 복사합니다. "OrcSink"(필수)
formatSettings ORC 형식 설정. OrcWriteSettings
storeSettings ORC 저장소 설정. StoreWriteSettings

OrcWriteSettings

Name Description
fileNamePrefix 파일 이름 패턴 {fileNamePrefix}_{fileIndex}을 지정합니다. partitionOptions 없이 파일 기반이 아닌 저장소에서 복사할 때 {fileExtension}입니다. 형식: string(또는 resultType 문자열이 있는 식).
maxRowsPerFile 기록된 파일의 행 수를 지정된 개수보다 작거나 같도록 제한합니다. 형식: 정수(또는 resultType 정수가 있는 식).
형식 쓰기 설정 유형입니다. string(필수)
{customized property}

ParquetSink

Name Description
형식 싱크 형식을 복사합니다. "ParquetSink"(필수)
formatSettings Parquet 형식 설정입니다. ParquetWriteSettings
storeSettings Parquet 저장소 설정입니다. StoreWriteSettings

ParquetWriteSettings

Name Description
fileNamePrefix 파일 이름 패턴 {fileNamePrefix}_{fileIndex}을 지정합니다. partitionOptions 없이 파일 기반이 아닌 저장소에서 복사할 때 {fileExtension}입니다. 형식: string(또는 resultType 문자열이 있는 식).
maxRowsPerFile 기록된 파일의 행 수를 지정된 개수보다 작거나 같도록 제한합니다. 형식: 정수(또는 resultType 정수가 있는 식).
형식 쓰기 설정 유형입니다. string(필수)
{사용자 지정 속성}

RestSink

Name Description
형식 싱크 형식을 복사합니다. "RestSink"(필수)
additionalHeaders RESTful API에 대한 요청의 추가 HTTP 헤더입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다).
httpCompressionType Http 압축 유형 - 최적 압축 수준으로 압축된 형식으로 데이터를 보냅니다. 기본값은 없음입니다. 지원되는 유일한 옵션은 Gzip입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
httpRequestTimeout HTTP 응답을 가져올 시간 제한(TimeSpan)입니다. 응답 데이터를 읽는 시간 제한이 아니라, 응답을 받을 시간 제한입니다. 기본값: 00:01:40. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).
requestInterval 다음 요청을 보내기 전에 대기할 시간(밀리초)
requestMethod RESTful API를 호출하는 데 사용되는 HTTP 메서드입니다. 기본값은 POST입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

SalesforceServiceCloudSink

Name Description
형식 싱크 형식을 복사합니다. "SalesforceServiceCloudSink"(필수)
externalIdFieldName upsert 작업의 외부 ID 필드 이름입니다. 기본값은 'Id' 열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
ignoreNullValues 쓰기 작업 중에 입력 데이터 세트(키 필드 제외)에서 null 값을 무시할지 여부를 나타내는 플래그입니다. 기본값은 false입니다. true로 설정하면 ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 변경하지 않고 삽입 작업을 수행할 때 정의된 기본값을 삽입하고, ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 NULL로 업데이트하고 삽입 작업을 수행할 때 NULL 값을 삽입합니다. 형식: 부울(또는 resultType 부울이 있는 식).
writeBehavior 작업의 쓰기 동작입니다. 기본값은 Insert입니다. "Insert"
"Upsert"

SalesforceServiceCloudV2Sink

Name Description
형식 싱크 형식을 복사합니다. "SalesforceServiceCloudV2Sink"(필수)
externalIdFieldName upsert 작업의 외부 ID 필드 이름입니다. 기본값은 'Id' 열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
ignoreNullValues 쓰기 작업 중에 입력 데이터 세트(키 필드 제외)에서 null 값을 무시할지 여부를 나타내는 플래그입니다. 기본값은 false입니다. true로 설정하면 ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 변경하지 않고 삽입 작업을 수행할 때 정의된 기본값을 삽입하고, ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 NULL로 업데이트하고 삽입 작업을 수행할 때 NULL 값을 삽입합니다. 형식: 부울(또는 resultType 부울이 있는 식).
writeBehavior 작업의 쓰기 동작입니다. 기본값은 Insert입니다. "Insert"
"Upsert"

SalesforceSink

Name Description
형식 싱크 형식을 복사합니다. "SalesforceSink"(필수)
externalIdFieldName upsert 작업의 외부 ID 필드 이름입니다. 기본값은 'Id' 열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
ignoreNullValues 쓰기 작업 중에 입력 데이터 세트(키 필드 제외)에서 null 값을 무시할지 여부를 나타내는 플래그입니다. 기본값은 false입니다. true로 설정하면 ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 변경하지 않고 삽입 작업을 수행할 때 정의된 기본값을 삽입하고, ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 NULL로 업데이트하고 삽입 작업을 수행할 때 NULL 값을 삽입합니다. 형식: 부울(또는 resultType 부울이 있는 식).
writeBehavior 작업의 쓰기 동작입니다. 기본값은 Insert입니다. "Insert"
"Upsert"

SalesforceV2Sink

Name Description
형식 싱크 형식을 복사합니다. "SalesforceV2Sink"(필수)
externalIdFieldName upsert 작업의 외부 ID 필드 이름입니다. 기본값은 'Id' 열입니다. 형식: string(또는 resultType 문자열이 있는 식).
ignoreNullValues 쓰기 작업 중에 입력 데이터 세트(키 필드 제외)에서 null 값을 무시할지 여부를 나타내는 플래그입니다. 기본값은 false입니다. true로 설정하면 ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 변경하지 않고 삽입 작업을 수행할 때 정의된 기본값을 삽입합니다. ADF는 upsert/update 작업을 수행할 때 대상 개체의 데이터를 NULL로 업데이트하고 삽입 작업을 수행할 때 NULL 값을 삽입합니다. 형식: 부울(또는 resultType 부울이 있는 식).
writeBehavior 작업의 쓰기 동작입니다. 기본값은 Insert입니다. "Insert"
"Upsert"

SapCloudForCustomerSink

Name Description
형식 싱크 형식을 복사합니다. "SapCloudForCustomerSink"(필수)
httpRequestTimeout HTTP 응답을 가져올 시간 제한(TimeSpan)입니다. 응답 데이터를 읽는 시간 제한이 아니라, 응답을 받을 시간 제한입니다. 기본값: 00:05:00. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
writeBehavior 작업의 쓰기 동작입니다. 기본값은 'Insert'입니다. "Insert"
"업데이트"

SnowflakeSink

Name Description
형식 싱크 형식을 복사합니다. "SnowflakeSink"(필수)
importSettings Snowflake 가져오기 설정입니다. SnowflakeImportCopyCommand
preCopyScript SQL 사전 복사 스크립트. 형식: string(또는 resultType 문자열이 있는 식).

SnowflakeImportCopyCommand

Name Description
additionalCopyOptions 눈송이 복사 명령에 직접 전달되는 추가 복사 옵션입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다)(또는 resultType 개체가 있는 Expression). 예: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS. FF'" } SnowflakeImportCopyCommandAdditionalCopyOptions
additionalFormatOptions 눈송이 복사 명령에 직접 전달되는 추가 형식 옵션입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다)(또는 resultType 개체가 있는 Expression). 예: "additionalFormatOptions": { "FORCE": "TRUE", "LOAD_UNCERTAIN_FILES": "'FALSE'" } SnowflakeImportCopyCommandAdditionalFormatOptions
형식 가져오기 설정 유형입니다. string(필수)
{customized property}

SnowflakeImportCopyCommandAdditionalCopyOptions

Name Description
{customized property}

SnowflakeImportCopyCommandAdditionalFormatOptions

Name Description
{customized property}

SnowflakeV2Sink

Name Description
형식 싱크 형식을 복사합니다. "SnowflakeV2Sink"(필수)
importSettings Snowflake 가져오기 설정입니다. SnowflakeImportCopyCommand
preCopyScript SQL 사전 복사 스크립트. 형식: string(또는 resultType 문자열이 있는 식).

파이프라인

Name Description
형식 싱크 형식을 복사합니다. "SqlDWSink"(필수)
allowCopyCommand 복사 명령을 사용하여 SQL Data Warehouse 데이터를 복사하도록 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
allowPolyBase 해당하는 경우 PolyBase를 사용하여 SQL Data Warehouse 데이터를 복사하도록 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
copyCommandSettings allowCopyCommand가 true인 경우 복사 명령 관련 설정을 지정합니다. DWCopyCommandSettings
polyBaseSettings allowPolyBase가 true인 경우 PolyBase 관련 설정을 지정합니다. PolybaseSettings
preCopyScript SQL 사전 복사 스크립트. 형식: string(또는 resultType 문자열이 있는 식).
sqlWriterUseTableLock 대량 복사 중에 테이블 잠금을 사용할지 여부입니다. 형식: 부울(또는 resultType 부울이 있는 식).
tableOption 싱크 테이블을 처리하는 옵션(예: 자동만들기). 지금은 'autoCreate' 값만 지원됩니다. 형식: string(또는 resultType 문자열이 있는 식).
upsertSettings SQL DW upsert 설정. SqlDWUpsertSettings
writeBehavior Azure SQL DW에 데이터를 복사할 때 동작을 씁니다. 형식: SqlDWWriteBehaviorEnum(또는 resultType SqlDWWriteBehaviorEnum이 있는 식)

DWCopyCommandSettings

Name Description
additionalOptions 복사 명령에서 SQL DW에 직접 전달되는 추가 옵션입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다)(또는 resultType 개체가 있는 Expression). 예: "additionalOptions": { "MAXERRORS": "1000", "DATEFORMAT": "'ymd'" } DWCopyCommandSettingsAdditionalOptions
defaultValues SQL DW의 각 대상 열에 대한 기본값을 지정합니다. 속성의 기본값은 DB에 설정된 DEFAULT 제약 조건을 덮어쓰며 ID 열에는 기본값이 있을 수 없습니다. 형식: 개체의 배열(또는 개체의 resultType 배열이 있는 Expression)입니다. DWCopyCommandDefaultValue[]

DWCopyCommandSettingsAdditionalOptions

Name Description
{customized property} 문자열

DWCopyCommandDefaultValue

Name Description
columnName 열 이름입니다. 형식: 개체(또는 resultType 문자열이 있는 식).
defaultValue 열의 기본값입니다. 형식: 개체(또는 resultType 문자열이 있는 식).

PolybaseSettings

Name Description
rejectSampleValue PolyBase가 거부된 행의 백분율을 다시 계산하기 전에 검색하려는 행 수를 결정합니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소: 0.
rejectType 거부 형식입니다. "percentage"
"value"
rejectValue 쿼리가 실패할 때까지 거부될 수 있는 값 또는 행의 백분율을 지정합니다. 형식: number(또는 resultType 번호가 있는 식), 최소: 0.
useTypeDefault PolyBase가 텍스트 파일에서 데이터를 검색할 경우 구분된 텍스트 파일에서 누락된 값을 처리하는 방법을 지정합니다. 형식: 부울(또는 resultType 부울이 있는 식).
{customized property}

SqlDWUpsertSettings

Name Description
interimSchemaName 중간 테이블의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
고유 행 식별을 위한 키 열 이름입니다. 형식: 문자열 배열(또는 resultType 문자열 배열이 있는 식)입니다.

SqlMISink

Name Description
형식 싱크 형식을 복사합니다. "SqlMISink"(필수)
preCopyScript SQL 사전 복사 스크립트. 형식: string(또는 resultType 문자열이 있는 식).
sqlWriterStoredProcedureName SQL 기록기 저장 프로시저 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
sqlWriterTableType SQL 기록기 테이블 형식입니다. 형식: string(또는 resultType 문자열이 있는 식).
sqlWriterUseTableLock 대량 복사 중에 테이블 잠금을 사용할지 여부입니다. 형식: 부울(또는 resultType 부울이 있는 식).
storedProcedureParameters SQL 저장 프로시저 매개 변수.
storedProcedureTableTypeParameterName 테이블 형식의 저장 프로시저 매개 변수 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableOption 싱크 테이블을 처리하는 옵션(예: 자동만들기). 지금은 'autoCreate' 값만 지원됩니다. 형식: string(또는 resultType 문자열이 있는 식).
upsertSettings SQL upsert 설정. SqlUpsertSettings
writeBehavior Azure SQL MI로 데이터를 복사할 때의 흰색 동작입니다. 형식: string(또는 resultType 문자열이 있는 식)

SqlServerSink

Name Description
형식 싱크 형식을 복사합니다. "SqlServerSink"(필수)
preCopyScript SQL 사전 복사 스크립트. 형식: string(또는 resultType 문자열이 있는 식).
sqlWriterStoredProcedureName SQL 기록기 저장 프로시저 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
sqlWriterTableType SQL 기록기 테이블 형식입니다. 형식: string(또는 resultType 문자열이 있는 식).
sqlWriterUseTableLock 대량 복사 중에 테이블 잠금을 사용할지 여부입니다. 형식: 부울(또는 resultType 부울이 있는 식).
storedProcedureParameters SQL 저장 프로시저 매개 변수.
storedProcedureTableTypeParameterName 테이블 형식의 저장 프로시저 매개 변수 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableOption 싱크 테이블을 처리하는 옵션(예: 자동만들기). 지금은 'autoCreate' 값만 지원됩니다. 형식: string(또는 resultType 문자열이 있는 식).
upsertSettings SQL upsert 설정. SqlUpsertSettings
writeBehavior SQL Server에 데이터를 복사할 때 동작을 씁니다. 형식: string(또는 resultType 문자열이 있는 식).

파이프라인

Name Description
형식 싱크 형식을 복사합니다. "SqlSink"(필수)
preCopyScript SQL 사전 복사 스크립트. 형식: string(또는 resultType 문자열이 있는 식).
sqlWriterStoredProcedureName SQL 기록기 저장 프로시저 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
sqlWriterTableType SQL 기록기 테이블 형식입니다. 형식: string(또는 resultType 문자열이 있는 식).
sqlWriterUseTableLock 대량 복사 중에 테이블 잠금을 사용할지 여부입니다. 형식: 부울(또는 resultType 부울이 있는 식).
storedProcedureParameters SQL 저장 프로시저 매개 변수.
storedProcedureTableTypeParameterName 테이블 형식의 저장 프로시저 매개 변수 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableOption 싱크 테이블을 처리하는 옵션(예: 자동만들기). 지금은 'autoCreate' 값만 지원됩니다. 형식: string(또는 resultType 문자열이 있는 식).
upsertSettings SQL upsert 설정. SqlUpsertSettings
writeBehavior sql에 데이터를 복사할 때 동작을 씁니다. 형식: string(또는 resultType 문자열이 있는 식).

WarehouseSink

Name Description
형식 싱크 형식을 복사합니다. "WarehouseSink"(필수)
allowCopyCommand 복사 명령을 사용하여 SQL Data Warehouse 데이터를 복사하도록 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
copyCommandSettings allowCopyCommand가 true인 경우 복사 명령 관련 설정을 지정합니다. DWCopyCommandSettings
preCopyScript SQL 사전 복사 스크립트. 형식: string(또는 resultType 문자열이 있는 식).
tableOption 싱크 테이블을 처리하는 옵션(예: 자동만들기). 지금은 'autoCreate' 값만 지원됩니다. 형식: string(또는 resultType 문자열이 있는 식).
writeBehavior Azure Microsoft Fabric Data Warehouse 데이터를 복사할 때 동작을 씁니다. 형식: DWWriteBehaviorEnum(또는 resultType DWWriteBehaviorEnum이 있는 식)

SkipErrorFile

Name Description
dataInconsistency 원본/싱크 파일이 다른 동시 쓰기에 의해 변경된 경우 건너뜁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileMissing 복사하는 동안 다른 클라이언트에서 파일을 삭제하는 경우 건너뜁니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).

CopySource

Name Description
disableMetricsCollection true이면 데이터 저장소 메트릭 수집을 사용하지 않도록 설정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
maxConcurrentConnections 원본 데이터 저장소의 최대 동시 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식).
sourceRetryCount 원본 재시도 횟수입니다. 형식: 정수(또는 resultType 정수가 있는 식).
sourceRetryWait 원본 다시 시도 대기. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\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로 설정해야 합니다.

Name Description
형식 원본 형식을 복사합니다. "AmazonMWSSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

AmazonRdsForOracleSource

Name Description
형식 원본 형식을 복사합니다. "AmazonRdsForOracleSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
oracleReaderQuery AmazonRdsForOracle 판독기 쿼리. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionOption AmazonRdsForOracle에 사용할 파티션 메커니즘은 병렬로 읽습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionSettings AmazonRdsForOracle 원본 분할에 사용할 설정입니다. AmazonRdsForOraclePartitionSettings
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

AmazonRdsForOraclePartitionSettings

Name Description
partitionColumnName 범위 분할을 진행하는 데 사용할 정수 형식의 열 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionLowerBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최소값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionNames AmazonRdsForOracle 테이블의 실제 파티션 이름입니다.
partitionUpperBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최대값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AmazonRdsForSqlServerSource

Name Description
형식 원본 형식을 복사합니다. "AmazonRdsForSqlServerSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
isolationLevel SQL 원본에 대한 트랜잭션 잠금 동작을 지정합니다. 허용되는 값: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. 기본값은 ReadCommitted입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionOption Sql 읽기에 병렬로 사용할 파티션 메커니즘입니다. 가능한 값은 "None", "PhysicalPartitionsOfTable", "DynamicRange"입니다.
partitionSettings Sql 원본 분할에 활용할 설정입니다. SqlPartitionSettings
produceAdditionalTypes 생성할 추가 형식입니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
SqlReaderQuery SQL 판독기 쿼리. 형식: string(또는 resultType 문자열이 있는 식).
sqlReaderStoredProcedureName SQL Database 원본에 대한 저장 프로시저의 이름입니다. SqlReaderQuery와 동시에 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식).
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}".

SqlPartitionSettings

Name Description
partitionColumnName 분할을 진행하는 데 사용할 정수 또는 datetime 형식의 열 이름입니다. 지정하지 않으면 테이블의 기본 키가 자동으로 검색되어 파티션 열로 사용됩니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionLowerBound 파티션 범위 분할에 대한 파티션 열의 최솟값입니다. 이 값은 테이블의 행을 필터링하는 것이 아니라 파티션 stride를 결정하는 데 사용됩니다. 테이블 또는 쿼리 결과의 모든 행이 분할되고 복사됩니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionUpperBound 파티션 범위 분할에 대한 파티션 열의 최댓값입니다. 이 값은 테이블의 행을 필터링하는 것이 아니라 파티션 stride를 결정하는 데 사용됩니다. 테이블 또는 쿼리 결과의 모든 행이 분할되고 복사됩니다. 형식: string(또는 resultType 문자열이 있는 식).

AmazonRedshiftSource

Name Description
형식 원본 형식을 복사합니다. "AmazonRedshiftSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\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

Name Description
bucketName Amazon Redshift 원본에서 언로드된 데이터를 저장하는 데 사용할 중간 Amazon S3의 버킷입니다. 버킷은 Amazon Redshift 원본과 동일한 지역에 있어야 합니다. 형식: string(또는 resultType 문자열이 있는 식).
s3LinkedServiceName Amazon Redshift 원본에서 복사할 때 언로드 작업에 사용할 Amazon S3 연결된 서비스의 이름입니다. LinkedServiceReference (필수)

AvroSource

Name Description
형식 원본 형식을 복사합니다. "AvroSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
storeSettings Avro 저장소 설정입니다. StoreReadSettings

StoreReadSettings

Name Description
disableMetricsCollection true이면 데이터 저장소 메트릭 수집을 사용하지 않도록 설정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
maxConcurrentConnections 원본 데이터 저장소의 최대 동시 연결 수입니다. 형식: 정수(또는 resultType 정수가 있는 식).
형식 개체 유형 설정 AmazonS3CompatibleReadSettings
AmazonS3ReadSettings
AzureBlobFSReadSettings
AzureBlobStorageReadSettings
AzureDataLakeStoreReadSettings
AzureFileStorageReadSettings
FileServerReadSettings
FtpReadSettings
GoogleCloudStorageReadSettings
HdfsReadSettings
HttpReadSettings
LakeHouseReadSettings
OracleCloudStorageReadSettings
SftpReadSettings (필수)

AmazonS3CompatibleReadSettings

Name Description
형식 읽기 설정 유형입니다. "AmazonS3CompatibleReadSettings"(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
접두사 S3 호환 개체 이름에 대한 접두사 필터입니다. 형식: string(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName Amazon S3 호환 와일드카드파일Name. 형식: string(또는 resultType 문자열이 있는 식).
와일드카드FolderPath Amazon S3 호환 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식).

AmazonS3ReadSettings

Name Description
형식 읽기 설정 유형입니다. "AmazonS3ReadSettings"(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
접두사 S3 개체 이름에 대한 접두사 필터입니다. 형식: string(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName AmazonS3 와일드카드FileName. 형식: string(또는 resultType 문자열이 있는 식).
와일드카드FolderPath AmazonS3 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식).

AzureBlobFSReadSettings

Name Description
형식 읽기 설정 유형입니다. "AzureBlobFSReadSettings"(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName Azure BlobFS 와일드카드FileName. 형식: string(또는 resultType 문자열이 있는 식).
와일드카드FolderPath Azure BlobFS 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식).

AzureBlobStorageReadSettings

Name Description
형식 읽기 설정 유형입니다. "AzureBlobStorageReadSettings"(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
접두사 Azure Blob 이름에 대한 접두사 필터입니다. 형식: string(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName Azure Blob 와일드카드FileName. 형식: string(또는 resultType 문자열이 있는 식).
와일드카드FolderPath Azure Blob 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식).

AzureDataLakeStoreReadSettings

Name Description
형식 읽기 설정 유형입니다. "AzureDataLakeStoreReadSettings"(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식).
listAfter 파일/폴더 이름의 어휘 순서에 따라 값(배타적) 뒤의 파일을 Lists. 데이터 집합의 folderPath 아래에 적용되고 folderPath에서 파일/하위 폴더를 필터링합니다. 형식: string(또는 resultType 문자열이 있는 식).
listBefore 파일/폴더 이름의 어휘 순서에 따라 값(포함) 앞에 파일을 Lists. 데이터 집합의 folderPath 아래에 적용되고 folderPath에서 파일/하위 폴더를 필터링합니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName ADLS 와일드카드FileName. 형식: string(또는 resultType 문자열이 있는 식).
와일드카드FolderPath ADLS 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식).

AzureFileStorageReadSettings

Name Description
형식 읽기 설정 유형입니다. "AzureFileStorageReadSettings"(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
접두사 루트 경로에서 시작하는 Azure 파일 이름에 대한 접두사 필터입니다. 형식: string(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName Azure File Storage 와일드카드FileName. 형식: string(또는 resultType 문자열이 있는 식).
와일드카드FolderPath Azure File Storage 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식).

FileServerReadSettings

Name Description
형식 읽기 설정 유형입니다. "FileServerReadSettings"(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileFilter 모든 파일이 아닌 folderPath의 파일 하위 집합을 선택하는데 사용할 필터를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName FileServer 와일드카드FileName. 형식: string(또는 resultType 문자열이 있는 식).
와일드카드FolderPath FileServer 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식).

FtpReadSettings

Name Description
형식 읽기 설정 유형입니다. "FtpReadSettings"(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
disableChunking true이면 각 파일 내에서 병렬 읽기를 사용하지 않도록 설정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
useBinaryTransfer FTP 저장소에 이진 전송 모드를 사용할지 여부를 지정합니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName Ftp 와일드카드파일Name. 형식: 문자열(또는 resultType 문자열이 있는 식).
wildcardFolderPath Ftp 와일드카드FolderPath. 형식: 문자열(또는 resultType 문자열이 있는 식).

GoogleCloudStorageReadSettings

Name Description
형식 읽기 설정 유형입니다. "GoogleCloudStorageReadSettings"(필수)
deleteFilesAfterCompletion 복사가 완료된 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 datetime의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 datetime의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
접두사 Google Cloud Storage 개체 이름에 대한 접두사 필터입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName Google Cloud Storage 와일드카드파일Name. 형식: 문자열(또는 resultType 문자열이 있는 식).
wildcardFolderPath Google Cloud Storage 와일드카드FolderPath. 형식: 문자열(또는 resultType 문자열이 있는 식).

HdfsReadSettings

Name Description
형식 읽기 설정 유형입니다. "HdfsReadSettings"(필수)
deleteFilesAfterCompletion 복사가 완료된 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
distcpSettings Distcp 관련 설정을 지정합니다. DistcpSettings
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 datetime의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 datetime의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName HDFS 와일드카드파일Name. 형식: 문자열(또는 resultType 문자열이 있는 식).
wildcardFolderPath HDFS 와일드카드FolderPath. 형식: 문자열(또는 resultType 문자열이 있는 식).

DistcpSettings

Name Description
distcpOptions Distcp 옵션을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
resourceManagerEndpoint Yarn ResourceManager 엔드포인트를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tempScriptPath 임시 Distcp 명령 스크립트를 저장하는 데 사용할 기존 폴더 경로를 지정합니다. 스크립트 파일이 ADF에 의해 생성되고 복사 작업을 완료한 후에 제거됩니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

HttpReadSettings

Name Description
형식 읽기 설정 유형입니다. "HttpReadSettings"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
additionalHeaders RESTful API에 대한 요청의 추가 HTTP 헤더입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
requestBody requestMethod가 POST인 경우 RESTful API에 대한 HTTP 요청 본문입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
requestMethod RESTful API를 호출하는 데 사용되는 HTTP 메서드입니다. 기본값은 GET입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
requestTimeout HTTP 클라이언트가 HTTP 서버에서 HTTP 응답을 가져올 시간 제한을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

LakeHouseReadSettings

Name Description
형식 읽기 설정 유형입니다. "LakeHouseReadSettings"(필수)
deleteFilesAfterCompletion 복사가 완료된 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 datetime의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 datetime의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName Microsoft Fabric LakeHouse Files 와일드카드FileName. 형식: 문자열(또는 resultType 문자열이 있는 식).
wildcardFolderPath Microsoft Fabric LakeHouse Files 와일드카드FolderPath. 형식: 문자열(또는 resultType 문자열이 있는 식).

OracleCloudStorageReadSettings

Name Description
형식 읽기 설정 유형입니다. "OracleCloudStorageReadSettings"(필수)
deleteFilesAfterCompletion 복사가 완료된 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 datetime의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 datetime의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
접두사 Oracle Cloud Storage 개체 이름에 대한 접두사 필터입니다. 형식: string(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName Oracle Cloud Storage 와일드카드FileName. 형식: string(또는 resultType 문자열이 있는 식).
와일드카드FolderPath Oracle Cloud Storage 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식).

SftpReadSettings

Name Description
형식 읽기 설정 유형입니다. "SftpReadSettings"(필수)
deleteFilesAfterCompletion 복사 완료 후 원본 파일을 삭제해야 하는지 여부를 나타냅니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
disableChunking true이면 각 파일 내에서 병렬 읽기를 사용하지 않도록 설정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
enablePartitionDiscovery 파티션 검색을 사용하도록 설정할지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
fileListPath 복사하려는 각 파일(데이터 세트에 구성된 경로의 상대 경로)을 나열하는 텍스트 파일을 가리킵니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionRootPath 파티션 검색이 시작되는 루트 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
wildcardFileName Sftp 와일드카드FileName. 형식: string(또는 resultType 문자열이 있는 식).
와일드카드FolderPath Sftp 와일드카드FolderPath. 형식: string(또는 resultType 문자열이 있는 식).

AzureBlobFSSource

Name Description
형식 원본 형식을 복사합니다. "AzureBlobFSSource"(필수)
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
skipHeaderLineCount 각 Blob에서 건너뛸 헤더 줄의 수입니다. 형식: 정수(또는 resultType 정수가 있는 식).
treatEmptyAsNull 빈 을 null로 처리합니다. 형식: 부울(또는 resultType 부울이 있는 식).

AzureDatabricksDeltaLakeSource

Name Description
형식 원본 형식을 복사합니다. "AzureDatabricksDeltaLakeSource"(필수)
exportSettings Azure Databricks Delta Lake 내보내기 설정. AzureDatabricksDeltaLakeExportCommand
Query Azure Databricks Delta Lake Sql 쿼리. 형식: string(또는 resultType 문자열이 있는 식).

AzureDatabricksDeltaLakeExportCommand

Name Description
dateFormat Azure Databricks Delta Lake Copy에서 csv의 날짜 형식을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
timestampFormat Azure Databricks Delta Lake Copy에서 csv에 대한 타임스탬프 형식을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
형식 내보내기 설정 유형입니다. string(필수)
{customized property}

AzureDataExplorerSource

Name Description
형식 원본 형식을 복사합니다. "AzureDataExplorerSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
noTruncation 특정 행 개수 제한을 초과하는 결과 집합에 잘림이 적용되는지 여부를 제어하는 부울 옵션의 이름입니다.
Query 데이터베이스 쿼리 - Kusto 쿼리 언어(KQL) 쿼리여야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9]))):(60,([0-5][0-9])).

AzureDataLakeStoreSource

Name Description
형식 원본 형식을 복사합니다. "AzureDataLakeStoreSource"(필수)
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).

AzureMariaDBSource

Name Description
형식 원본 형식을 복사합니다. "AzureMariaDBSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

AzureMySqlSource

Name Description
형식 원본 형식을 복사합니다. "AzureMySqlSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 데이터베이스 쿼리 - 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

AzurePostgreSqlSource

Name Description
형식 원본 형식을 복사합니다. "AzurePostgreSqlSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

AzureSqlSource

Name Description
형식 원본 형식을 복사합니다. "AzureSqlSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
isolationLevel SQL 원본에 대한 트랜잭션 잠금 동작을 지정합니다. 허용되는 값: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. 기본값은 ReadCommitted입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionOption Sql 읽기에 병렬로 사용할 파티션 메커니즘입니다. 가능한 값으로는 "None", "PhysicalPartitionsOfTable", "DynamicRange"가 있습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionSettings Sql 원본 분할에 활용할 설정입니다. SqlPartitionSettings
produceAdditionalTypes 생성할 추가 형식입니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
SqlReaderQuery SQL 판독기 쿼리. 형식: string(또는 resultType 문자열이 있는 식).
sqlReaderStoredProcedureName SQL Database 원본에 대한 저장 프로시저의 이름입니다. SqlReaderQuery와 동시에 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식).
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}".

AzureTableSource

Name Description
형식 원본 형식을 복사합니다. "AzureTableSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
azureTableSourceIgnoreTableNotFound Azure 테이블 원본 무시 테이블을 찾을 수 없습니다. 형식: 부울(또는 resultType 부울이 있는 식).
AzureTableSourceQuery Azure 테이블 원본 쿼리. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

BinarySource

Name Description
형식 원본 형식을 복사합니다. "BinarySource"(필수)
formatSettings 이진 형식 설정. BinaryReadSettings
storeSettings 이진 저장소 설정. StoreReadSettings

BinaryReadSettings

Name Description
compressionProperties 압축 설정. CompressionReadSettings
형식 읽기 설정 유형입니다. string(필수)
{customized property}

CompressionReadSettings

Name Description
형식 개체 유형 설정 TarGZipReadSettings
TarReadSettings
ZipDeflateReadSettings (필수)

TarGZipReadSettings

Name Description
형식 압축 설정 유형입니다. "TarGZipReadSettings"(필수)
preserveCompressionFileNameAsFolder 압축 파일 이름을 폴더 경로로 유지합니다. 형식: 부울(또는 resultType 부울이 있는 식).

TarReadSettings

Name Description
형식 압축 설정 유형입니다. "TarReadSettings"(필수)
preserveCompressionFileNameAsFolder 압축 파일 이름을 폴더 경로로 유지합니다. 형식: 부울(또는 resultType 부울이 있는 식).

ZipDeflateReadSettings

Name Description
형식 압축 설정 유형입니다. "ZipDeflateReadSettings"(필수)
preserveZipFileNameAsFolder zip 파일 이름을 폴더 경로로 유지합니다. 형식: 부울(또는 resultType 부울이 있는 식).

BlobSource

Name Description
형식 원본 형식을 복사합니다. "BlobSource"(필수)
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
skipHeaderLineCount 각 Blob에서 건너뛸 머리글 줄의 수입니다. 형식: 정수(또는 resultType 정수의 식).
treatEmptyAsNull 빈 을 null로 처리합니다. 형식: 부울(또는 resultType 부울이 있는 식).

CassandraSource

Name Description
형식 원본 형식을 복사합니다. "CassandraSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
consistencyLevel 일관성 수준은 클라이언트 애플리케이션에 데이터를 반환하기 전에 읽기 요청에 응답해야 하는 Cassandra 서버 수를 지정합니다. Cassandra는 지정된 수의 Cassandra 서버에서 읽기 요청을 충족할 데이터를 확인합니다. cassandraSourceReadConsistencyLevels 중 하나여야 합니다. 기본값은 'ONE'입니다. 대/소문자를 구분하지 않습니다. "ALL"
"EACH_QUORUM"
"LOCAL_ONE"
"LOCAL_QUORUM"
"LOCAL_SERIAL"
"ONE"
"QUORUM"
"SERIAL"
"THREE"
"TWO"
Query 데이터베이스 쿼리 - SQL-92 쿼리 식 또는 CQL(Cassandra Query Language) 명령이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

CommonDataServiceForAppsSource

Name Description
형식 원본 형식을 복사합니다. "CommonDataServiceForAppsSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query FetchXML은 Microsoft Common Data Service for Apps(온라인 & 온-프레미스)에서 사용되는 독점 쿼리 언어입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

ConcurSource

Name Description
형식 원본 형식을 복사합니다. "ConcurSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

CosmosDbMongoDbApiSource

Name Description
형식 원본 형식을 복사합니다. "CosmosDbMongoDbApiSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
batchSize MongoDB 인스턴스의 응답을 각각 일괄 처리로 반환할 문서 수를 지정합니다. 대부분의 경우 일괄 처리 크기를 수정해도 사용자 또는 애플리케이션에 영향이 없습니다. 이 속성의 기본 목적은 응답 크기의 제한에 부딪히지 않도록 하는 것입니다. 형식: 정수(또는 resultType 정수의 식).
cursorMethods Mongodb 쿼리에 대한 커서 메서드입니다. MongoDbCursorMethodsProperties
filter 쿼리 연산자를 사용하여 선택 영역 필터를 지정합니다. 컬렉션의 모든 문서를 반환하려면 이 매개 변수를 생략하거나 빈 문서({})를 전달합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

MongoDbCursorMethodsProperties

Name Description
limit 서버에서 반환하는 문서의 최대 수를 지정합니다. limit()는 SQL 데이터베이스의 LIMIT 문과 유사합니다. 형식: 정수(또는 resultType 정수가 있는 식).
프로젝트 쿼리 필터와 일치하는 문서에서 반환할 필드를 지정합니다. 일치하는 문서에서 모든 필드를 반환하려면 이 매개 변수를 생략합니다. 형식: string(또는 resultType 문자열이 있는 식).
skip 건너뛴 문서 수와 MongoDB에서 결과 반환을 시작하는 위치를 지정합니다. 이 방법은 페이지를 매긴 결과를 구현하는 데 유용할 수 있습니다. 형식: 정수(또는 resultType 정수가 있는 식).
sort 쿼리가 일치하는 문서를 반환하는 순서를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). 형식: string(또는 resultType 문자열이 있는 식).
{customized property}

CosmosDbSqlApiSource

Name Description
형식 원본 형식을 복사합니다. "CosmosDbSqlApiSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
detectDatetime 기본 값을 datetime 값으로 검색하는지 여부입니다. 형식: 부울(또는 resultType 부울이 있는 식).
pageSize 결과의 페이지 크기입니다. 형식: 정수(또는 resultType 정수가 있는 식).
preferredRegions 기본 설정 지역입니다. 형식: 문자열 배열(또는 resultType 문자열 배열이 있는 식)입니다.
Query SQL API 쿼리. 형식: string(또는 resultType 문자열이 있는 식).

CouchbaseSource

Name Description
형식 원본 형식을 복사합니다. "CouchbaseSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

Db2Source

Name Description
형식 원본 형식을 복사합니다. "Db2Source"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

DelimitedTextSource

Name Description
형식 원본 형식을 복사합니다. "DelimitedTextSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
formatSettings DelimitedText 형식 설정입니다. DelimitedTextReadSettings
storeSettings DelimitedText 저장소 설정입니다. StoreReadSettings

DelimitedTextReadSettings

Name Description
compressionProperties 압축 설정. CompressionReadSettings
skipLineCount 입력 파일에서 데이터를 읽을 때 건너뛸 비어 있지 않은 행의 수를 나타냅니다. 형식: 정수(또는 resultType 정수의 식).
형식 읽기 설정 유형입니다. string(필수)
{사용자 지정 속성}

DocumentDbCollectionSource

Name Description
형식 원본 형식을 복사합니다. "DocumentDbCollectionSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
nestingSeparator 중첩된 속성 구분 기호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
Query 문서 쿼리. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

DrillSource

Name Description
형식 원본 형식을 복사합니다. "DrillSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

DynamicsAXSource

Name Description
형식 원본 형식을 복사합니다. "DynamicsAXSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
httpRequestTimeout HTTP 응답을 가져올 시간 제한(TimeSpan)입니다. 응답 데이터를 읽는 시간 제한이 아니라, 응답을 받을 시간 제한입니다. 기본값: 00:05:00 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

DynamicsCrmSource

Name Description
형식 원본 형식을 복사합니다. "DynamicsCrmSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query FetchXML은 Microsoft Dynamics CRM(온라인 & 온-프레미스)에서 사용되는 독점 쿼리 언어입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

DynamicsSource

Name Description
형식 원본 형식을 복사합니다. "DynamicsSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query FetchXML은 Microsoft Dynamics에 사용되는 전용 쿼리 언어(온라인 및 온-프레미스)입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

EloquaSource

Name Description
형식 원본 형식을 복사합니다. "EloquaSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

ExcelSource

Name Description
형식 원본 형식을 복사합니다. "ExcelSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
storeSettings Excel 스토어 설정. StoreReadSettings

FileSystemSource

Name Description
형식 원본 형식을 복사합니다. "FileSystemSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
recursive true이면 폴더 경로 아래의 파일을 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).

GoogleAdWordsSource

Name Description
형식 원본 형식을 복사합니다. "GoogleAdWordsSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

GoogleBigQuerySource

Name Description
형식 원본 형식을 복사합니다. "GoogleBigQuerySource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

GoogleBigQueryV2Source

Name Description
형식 원본 형식을 복사합니다. "GoogleBigQueryV2Source"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

GreenplumSource

Name Description
형식 원본 형식을 복사합니다. "GreenplumSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

HBaseSource

Name Description
형식 원본 형식을 복사합니다. "HBaseSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

HdfsSource

Name Description
형식 원본 형식을 복사합니다. "HdfsSource"(필수)
distcpSettings Distcp 관련 설정을 지정합니다. DistcpSettings
recursive true이면 폴더 경로 아래의 파일이 재귀적으로 읽습니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).

HiveSource로 설정해야 합니다.

Name Description
형식 원본 형식을 복사합니다. "HiveSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

HttpSource

Name Description
형식 원본 형식을 복사합니다. "HttpSource"(필수)
httpRequestTimeout HTTP 클라이언트가 HTTP 서버에서 HTTP 응답을 가져올 시간 제한을 지정합니다. 기본값은 System.Net.HttpWebRequest.Timeout과 동일합니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

HubspotSource

Name Description
형식 원본 형식을 복사합니다. "HubspotSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

ImpalaSource

Name Description
형식 원본 형식을 복사합니다. "ImpalaSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

InformixSource

Name Description
형식 원본 형식을 복사합니다. "InformixSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

JiraSource

Name Description
형식 원본 형식을 복사합니다. "JiraSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

JsonSource

Name Description
형식 원본 형식을 복사합니다. "JsonSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
formatSettings Json 형식 설정입니다. JsonReadSettings
storeSettings Json 저장소 설정. StoreReadSettings

JsonReadSettings

Name Description
compressionProperties 압축 설정. CompressionReadSettings
형식 읽기 설정 유형입니다. string(필수)
{사용자 지정 속성}

LakeHouseTableSource

Name Description
형식 원본 형식을 복사합니다. "LakeHouseTableSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
timestampAsOf 타임스탬프별로 이전 스냅샷 쿼리합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
versionAsOf 버전별 이전 스냅샷 쿼리합니다. 형식: 정수(또는 resultType 정수의 식).

MagentoSource

Name Description
형식 원본 형식을 복사합니다. "MagentoSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

MariaDBSource

Name Description
형식 원본 형식을 복사합니다. "MariaDBSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

MarketoSource

Name Description
형식 원본 형식을 복사합니다. "MarketoSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

MicrosoftAccessSource

Name Description
형식 원본 형식을 복사합니다. "MicrosoftAccessSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 데이터베이스 쿼리 - 형식: 문자열(또는 resultType 문자열이 있는 식).

MongoDbAtlasSource

Name Description
형식 원본 형식을 복사합니다. "MongoDbAtlasSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
batchSize MongoDB Atlas 인스턴스의 응답을 각각 일괄 처리로 반환할 문서 수를 지정합니다. 대부분의 경우 일괄 처리 크기를 수정해도 사용자 또는 애플리케이션에 영향이 없습니다. 이 속성의 기본 목적은 응답 크기의 제한에 부딪히지 않도록 하는 것입니다. 형식: 정수(또는 resultType 정수의 식).
cursorMethods Mongodb 쿼리용 커서 메서드 MongoDbCursorMethodsProperties
filter 쿼리 연산자를 사용하여 선택 영역 필터를 지정합니다. 컬렉션의 모든 문서를 반환하려면 이 매개 변수를 생략하거나 빈 문서({})를 전달합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

MongoDbSource

Name Description
형식 원본 형식을 복사합니다. "MongoDbSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 데이터베이스 쿼리 - SQL-92 쿼리 식이어야 합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

MongoDbV2Source

Name Description
형식 원본 형식을 복사합니다. "MongoDbV2Source"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
batchSize MongoDB 인스턴스의 응답을 각각 일괄 처리로 반환할 문서 수를 지정합니다. 대부분의 경우 일괄 처리 크기를 수정해도 사용자 또는 애플리케이션에 영향이 없습니다. 이 속성의 기본 목적은 응답 크기의 제한에 부딪히지 않도록 하는 것입니다. 형식: 정수(또는 resultType 정수의 식).
cursorMethods Mongodb 쿼리용 커서 메서드 MongoDbCursorMethodsProperties
filter 쿼리 연산자를 사용하여 선택 영역 필터를 지정합니다. 컬렉션의 모든 문서를 반환하려면 이 매개 변수를 생략하거나 빈 문서({})를 전달합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

MySqlSource

Name Description
형식 원본 형식을 복사합니다. "MySqlSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 데이터베이스 쿼리 - 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

NetezzaSource

Name Description
형식 원본 형식을 복사합니다. "NetezzaSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
partitionOption Netezza에 사용할 파티션 메커니즘은 병렬로 읽습니다. 가능한 값은 "None", "DataSlice", "DynamicRange"입니다.
partitionSettings Netezza 원본 분할에 활용할 설정입니다. NetezzaPartitionSettings
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

NetezzaPartitionSettings

Name Description
partitionColumnName 범위 분할을 진행하는 데 사용할 정수 형식의 열 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionLowerBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최소값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionUpperBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최대값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

ODataSource

Name Description
형식 원본 형식을 복사합니다. "ODataSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
httpRequestTimeout HTTP 응답을 가져올 시간 제한(TimeSpan)입니다. 응답 데이터를 읽는 시간 제한이 아니라, 응답을 받을 시간 제한입니다. 기본값: 00:05:00 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).
Query OData 쿼리. 예를 들어 "$top=1"입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

OdbcSource

Name Description
형식 원본 형식을 복사합니다. "OdbcSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 데이터베이스 쿼리 - 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

Office365Source

Name Description
형식 원본 형식을 복사합니다. "Office365Source"(필수)
allowedGroups 모든 사용자가 포함된 그룹입니다. 형식: 문자열 배열(또는 resultType 문자열 배열이 있는 식).
dateFilterColumn {paramref name="StartTime"/} 및 {paramref name="EndTime"/}을 적용할 열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
endTime 이 데이터 세트에 대해 요청된 범위의 종료 시간입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
outputColumns Office 365 테이블에서 읽을 열입니다. 형식: 개체의 배열(또는 resultType 개체 배열이 있는 Expression)입니다. itemType: OutputColumn. 예: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]
startTime 이 데이터 세트에 대해 요청된 범위의 시작 시간입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
userScopeFilterUri 사용자가 uri를 scope. 형식: 문자열(또는 resultType 문자열이 있는 식).

OracleServiceCloudSource

Name Description
형식 원본 형식을 복사합니다. "OracleServiceCloudSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

oracleReaderQuery

Name Description
형식 원본 형식을 복사합니다. "OracleSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
oracleReaderQuery Oracle 판독기 쿼리. 형식: string(또는 resultType 문자열이 있는 식).
partitionOption Oracle에 사용할 파티션 메커니즘은 병렬로 읽습니다. 가능한 값은 "None", "PhysicalPartitionsOfTable", "DynamicRange"입니다.
partitionSettings Oracle 원본 분할에 활용할 설정입니다. OraclePartitionSettings
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

OraclePartitionSettings

Name Description
partitionColumnName 범위 분할을 진행하는 데 사용할 정수 형식의 열 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionLowerBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최소값입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionNames Oracle 테이블의 실제 파티션 이름입니다.
partitionUpperBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최대값입니다. 형식: string(또는 resultType 문자열이 있는 식).

OrcSource

Name Description
형식 원본 형식을 복사합니다. "OrcSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
storeSettings ORC 저장소 설정. StoreReadSettings

ParquetSource

Name Description
형식 원본 형식을 복사합니다. "ParquetSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
formatSettings Parquet 형식 설정입니다. ParquetReadSettings
storeSettings Parquet 저장소 설정입니다. StoreReadSettings

ParquetReadSettings

Name Description
compressionProperties 압축 설정. CompressionReadSettings
형식 읽기 설정 유형입니다. string(필수)
{customized property}

PaypalSource

Name Description
형식 원본 형식을 복사합니다. "PaypalSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

PhoenixSource

Name Description
형식 원본 형식을 복사합니다. "PhoenixSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

PostgreSqlSource

Name Description
형식 원본 형식을 복사합니다. "PostgreSqlSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 데이터베이스 쿼리 - 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

PostgreSqlV2Source

Name Description
형식 원본 형식을 복사합니다. "PostgreSqlV2Source"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 데이터베이스 쿼리 - 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

PrestoSource

Name Description
형식 원본 형식을 복사합니다. "PrestoSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

QuickBooksSource

Name Description
형식 원본 형식을 복사합니다. "QuickBooksSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

RelationalSource

Name Description
형식 원본 형식을 복사합니다. "RelationalSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 데이터베이스 쿼리 - 형식: 문자열(또는 resultType 문자열이 있는 식).

ResponsysSource

Name Description
형식 원본 형식을 복사합니다. "ResponsysSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

RestSource

Name Description
형식 원본 형식을 복사합니다. "RestSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다).
additionalHeaders RESTful API에 대한 요청의 추가 HTTP 헤더입니다. 형식: string(또는 resultType 문자열이 있는 식).
httpRequestTimeout HTTP 응답을 가져올 시간 제한(TimeSpan)입니다. 응답 데이터를 읽는 시간 제한이 아니라, 응답을 받을 시간 제한입니다. 기본값: 00:01:40. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
paginationRules 다음 페이지 요청을 작성하기 위한 페이지 매김 규칙입니다. 형식: string(또는 resultType 문자열이 있는 식).
requestBody requestMethod가 POST인 경우 RESTful API에 대한 HTTP 요청 본문입니다. 형식: string(또는 resultType 문자열이 있는 식).
requestInterval 다음 페이지 요청을 보내기 전에 대기할 시간입니다.
requestMethod RESTful API를 호출하는 데 사용되는 HTTP 메서드입니다. 기본값은 GET입니다. 형식: string(또는 resultType 문자열이 있는 식).

SalesforceMarketingCloudSource

Name Description
형식 원본 형식을 복사합니다. "SalesforceMarketingCloudSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

SalesforceServiceCloudSource

Name Description
형식 원본 형식을 복사합니다. "SalesforceServiceCloudSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식).
readBehavior 작업에 대한 읽기 동작입니다. 기본값은 Query입니다. 허용되는 값: Query/QueryAll. 형식: string(또는 resultType 문자열이 있는 식).

SalesforceServiceCloudV2Source

Name Description
형식 원본 형식을 복사합니다. "SalesforceServiceCloudV2Source"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
includeDeletedObjects 이 속성은 쿼리 결과에 Deleted 개체가 포함되어 있는지 여부를 제어합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
SOQLQuery 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식).

SalesforceSource

Name Description
형식 원본 형식을 복사합니다. "SalesforceSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
readBehavior 작업에 대한 읽기 동작입니다. 기본값은 Query입니다. 허용되는 값: Query/QueryAll. 형식: string(또는 resultType 문자열이 있는 식).

SalesforceV2Source

Name Description
형식 원본 형식을 복사합니다. "SalesforceV2Source"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
includeDeletedObjects 이 속성은 쿼리 결과에 Deleted 개체가 포함되어 있는지 여부를 제어합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
SOQLQuery 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식).

SapBwSource

Name Description
형식 원본 형식을 복사합니다. "SapBwSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query MDX 쿼리. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

SapCloudForCustomerSource

Name Description
형식 원본 형식을 복사합니다. "SapCloudForCustomerSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
httpRequestTimeout HTTP 응답을 가져올 시간 제한(TimeSpan)입니다. 응답 데이터를 읽는 시간 제한이 아니라, 응답을 받을 시간 제한입니다. 기본값: 00:05:00. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
Query SAP Cloud for Customer OData 쿼리. 예를 들어 "$top=1"입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

SapEccSource

Name Description
형식 원본 형식을 복사합니다. "SapEccSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
httpRequestTimeout HTTP 응답을 가져올 시간 제한(TimeSpan)입니다. 응답 데이터를 읽는 시간 제한이 아니라, 응답을 받을 시간 제한입니다. 기본값: 00:05:00. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
Query SAP ECC OData 쿼리. 예를 들어 "$top=1"입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

SapHanaSource

Name Description
형식 원본 형식을 복사합니다. "SapHanaSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
packetSize SAP HANA에서 읽은 데이터의 패킷 크기입니다. 형식: 정수(또는 resultType 정수가 있는 식).
partitionOption SAP HANA에 사용할 파티션 메커니즘은 병렬로 읽습니다. 가능한 값으로는 "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange"가 있습니다.
partitionSettings SAP HANA 원본 분할에 활용할 설정입니다. SapHanaPartitionSettings
Query SAP HANA Sql 쿼리. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

SapHanaPartitionSettings

Name Description
partitionColumnName 범위 분할을 진행하는 데 사용할 열의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

SapOdpSource

Name Description
형식 원본 형식을 복사합니다. "SapOdpSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
extractionMode 추출 모드입니다. 허용되는 값에는 전체, 델타 및 복구가 포함됩니다. 기본값은 Full입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
프로젝션(projection) 원본 데이터에서 선택할 열을 지정합니다. 형식: 개체(프로젝션) 배열(또는 resultType 개체 배열이 있는 Expression).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).
선택 원본 데이터의 선택 조건을 지정합니다. 형식: object(selection) 배열(또는 resultType 개체 배열이 있는 Expression)입니다.
subscriberProcess 델타 프로세스를 관리하는 구독자 프로세스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

SapOpenHubSource

Name Description
형식 원본 형식을 복사합니다. "SapOpenHubSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
baseRequestId 델타 로드의 요청 ID입니다. 설정하는 경우 requestId가 이 속성의 값보다 큰 데이터만 검색됩니다. 기본값은 0입니다. 형식: 정수(또는 resultType 정수가 있는 식).
customRfcReadTableFunctionModule SAP Table에서 데이터를 읽는 데 사용할 사용자 지정 RFC 함수 모듈을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
excludeLastRequest 마지막 요청의 레코드를 제외할지 여부입니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).
sapDataColumnDelimiter SAP RFC에 전달되고 검색된 출력 데이터를 분할하는 데 구분 기호로 사용할 단일 문자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

SapTableSource

Name Description
형식 원본 형식을 복사합니다. "SapTableSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
batchSize SAP 테이블에서 데이터를 검색할 때 한 번에 검색할 최대 행 수를 지정합니다. 형식: 정수(또는 resultType 정수의 식).
customRfcReadTableFunctionModule SAP Table에서 데이터를 읽는 데 사용할 사용자 지정 RFC 함수 모듈을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
partitionOption 병렬로 읽은 SAP 테이블에 사용할 파티션 메커니즘입니다. 가능한 값은 "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime"입니다.
partitionSettings SAP 테이블 원본 분할에 활용할 설정입니다. SapTablePartitionSettings
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
rfcTableFields 검색할 SAP 테이블의 필드입니다. 예를 들어 column0, column1입니다. 형식: string(또는 resultType 문자열이 있는 식).
rfcTableOptions SAP 테이블의 필터링 옵션입니다. 예를 들어 EQ SOME VALUE를 COLUMN0. 형식: string(또는 resultType 문자열이 있는 식).
Rowcount 검색할 행의 수입니다. 형식: integer(또는 resultType 정수가 있는 식).
rowSkips 건너뛸 행 수입니다. 형식: 정수(또는 resultType 정수가 있는 식).
sapDataColumnDelimiter SAP RFC에 전달되는 구분 기호로 사용할 단일 문자와 검색된 출력 데이터를 분할합니다. 형식: string(또는 resultType 문자열이 있는 식).

SapTablePartitionSettings

Name Description
maxPartitionsNumber 테이블이 분할될 파티션의 최대값입니다. 형식: 정수(또는 resultType 문자열이 있는 식).
partitionColumnName 범위 분할을 진행하는 데 사용할 열의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionLowerBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최소값입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionUpperBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최대값입니다. 형식: string(또는 resultType 문자열이 있는 식).

ServiceNowSource

Name Description
형식 원본 형식을 복사합니다. "ServiceNowSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

ServiceNowV2Source

Name Description
형식 원본 형식을 복사합니다. "ServiceNowV2Source"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
원본에서 데이터를 필터링하는 식입니다. ExpressionV2
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

ExpressionV2

Name Description
피연산자 중첩된 식 목록입니다. ExpressionV2[]
operator 식 연산자 값 형식: 문자열입니다. 문자열
type 시스템에서 지원하는 식의 형식입니다. 형식: 문자열입니다. "Binary"
"상수"
"Field"
"단항"
상수/필드 형식의 값: 문자열입니다. string

SharePointOnlineListSource

Name Description
형식 원본 형식을 복사합니다. "SharePointOnlineListSource"(필수)
httpRequestTimeout SharePoint Online에서 응답을 받기 위한 대기 시간입니다. 기본값은 5분(00:05:00)입니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
Query SharePoint Online 목록에서 데이터를 필터링하는 OData 쿼리입니다. 예를 들어 "$top=1"입니다. 형식: string(또는 resultType 문자열이 있는 식).

ShopifySource

Name Description
형식 원본 형식을 복사합니다. "ShopifySource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

SnowflakeSource

Name Description
형식 원본 형식을 복사합니다. "SnowflakeSource"(필수)
exportSettings Snowflake 내보내기 설정입니다. SnowflakeExportCopyCommand (필수)
Query Snowflake Sql 쿼리. 형식: string(또는 resultType 문자열이 있는 식).

SnowflakeExportCopyCommand

Name Description
additionalCopyOptions 눈송이 복사 명령에 직접 전달되는 추가 복사 옵션입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다)(또는 resultType 개체가 있는 Expression). 예: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS. FF'" } SnowflakeExportCopyCommandAdditionalCopyOptions
additionalFormatOptions 눈송이 복사 명령에 직접 전달되는 추가 형식 옵션입니다. 형식: 키 값 쌍(값은 문자열 형식이어야 합니다)(또는 resultType 개체가 있는 Expression). 예: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" } SnowflakeExportCopyCommandAdditionalFormatOptions
형식 내보내기 설정 유형입니다. string(필수)
{customized property}

SnowflakeExportCopyCommandAdditionalCopyOptions

Name Description
{customized property}

SnowflakeExportCopyCommandAdditionalFormatOptions

Name Description
{customized property}

SnowflakeV2Source

Name Description
형식 원본 형식을 복사합니다. "SnowflakeV2Source"(필수)
exportSettings Snowflake 내보내기 설정입니다. SnowflakeExportCopyCommand (필수)
Query Snowflake Sql 쿼리. 형식: string(또는 resultType 문자열이 있는 식).

SparkSource

Name Description
형식 원본 형식을 복사합니다. "SparkSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

SqlDWSource

Name Description
형식 원본 형식을 복사합니다. "SqlDWSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
isolationLevel SQL 원본에 대한 트랜잭션 잠금 동작을 지정합니다. 허용되는 값: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. 기본값은 ReadCommitted입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionOption Sql 읽기에 병렬로 사용할 파티션 메커니즘입니다. 가능한 값은 "None", "PhysicalPartitionsOfTable", "DynamicRange"입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionSettings Sql 원본 분할에 활용할 설정입니다. SqlPartitionSettings
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
SqlReaderQuery SQL Data Warehouse 판독기 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
sqlReaderStoredProcedureName SQL Data Warehouse 원본에 대한 저장 프로시저의 이름입니다. SqlReaderQuery와 동시에 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식).
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}". 형식: object(또는 resultType 개체가 있는 Expression), itemType: StoredProcedureParameter.

SqlMISource

Name Description
형식 원본 형식을 복사합니다. "SqlMISource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
isolationLevel SQL 원본에 대한 트랜잭션 잠금 동작을 지정합니다. 허용되는 값: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. 기본값은 ReadCommitted입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionOption Sql 읽기에 병렬로 사용할 파티션 메커니즘입니다. 가능한 값은 "None", "PhysicalPartitionsOfTable", "DynamicRange"입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionSettings Sql 원본 분할에 활용할 설정입니다. SqlPartitionSettings
produceAdditionalTypes 생성할 추가 형식입니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
SqlReaderQuery SQL 판독기 쿼리. 형식: string(또는 resultType 문자열이 있는 식).
sqlReaderStoredProcedureName Azure SQL Managed Instance 원본에 대한 저장 프로시저의 이름입니다. SqlReaderQuery와 동시에 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식).
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}".

SqlServerSource

Name Description
형식 원본 형식을 복사합니다. "SqlServerSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
isolationLevel SQL 원본에 대한 트랜잭션 잠금 동작을 지정합니다. 허용되는 값: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. 기본값은 ReadCommitted입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionOption Sql 읽기에 병렬로 사용할 파티션 메커니즘입니다. 가능한 값은 "None", "PhysicalPartitionsOfTable", "DynamicRange"입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionSettings Sql 원본 분할에 활용할 설정입니다. SqlPartitionSettings
produceAdditionalTypes 생성할 추가 형식입니다.
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
SqlReaderQuery SQL 판독기 쿼리. 형식: string(또는 resultType 문자열이 있는 식).
sqlReaderStoredProcedureName SQL Database 원본에 대한 저장 프로시저의 이름입니다. SqlReaderQuery와 동시에 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식).
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}".

SqlSource

Name Description
형식 원본 형식을 복사합니다. "SqlSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
isolationLevel SQL 원본에 대한 트랜잭션 잠금 동작을 지정합니다. 허용되는 값: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. 기본값은 ReadCommitted입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionOption Sql 읽기에 병렬로 사용할 파티션 메커니즘입니다. 가능한 값은 "None", "PhysicalPartitionsOfTable", "DynamicRange"입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionSettings Sql 원본 분할에 활용할 설정입니다. SqlPartitionSettings
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
SqlReaderQuery SQL 판독기 쿼리. 형식: string(또는 resultType 문자열이 있는 식).
sqlReaderStoredProcedureName SQL Database 원본에 대한 저장 프로시저의 이름입니다. SqlReaderQuery와 동시에 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식).
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}".

SquareSource

Name Description
형식 원본 형식을 복사합니다. "SquareSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

SybaseSource

Name Description
형식 원본 형식을 복사합니다. "SybaseSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 데이터베이스 쿼리 - 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

TeradataSource

Name Description
형식 원본 형식을 복사합니다. "TeradataSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
partitionOption teradata를 병렬로 읽는 데 사용할 파티션 메커니즘입니다. 가능한 값은 "None", "Hash", "DynamicRange"입니다.
partitionSettings teradata 원본 분할에 활용할 설정입니다. TeradataPartitionSettings
Query Teradata 쿼리. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

TeradataPartitionSettings

Name Description
partitionColumnName 진행 범위 또는 해시 분할에 사용할 열의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionLowerBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최소값입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionUpperBound 범위 분할을 진행하는 데 사용할 partitionColumnName에 지정된 열의 최대값입니다. 형식: string(또는 resultType 문자열이 있는 식).

VerticaSource

Name Description
형식 원본 형식을 복사합니다. "VerticaSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

WarehouseSource

Name Description
형식 원본 형식을 복사합니다. "WarehouseSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
isolationLevel Microsoft Fabric Warehouse 원본에 대한 트랜잭션 잠금 동작을 지정합니다. 허용되는 값: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. 기본값은 ReadCommitted입니다. 형식: string(또는 resultType 문자열이 있는 식).
partitionOption Sql 읽기에 병렬로 사용할 파티션 메커니즘입니다. 가능한 값은 "None", "PhysicalPartitionsOfTable", "DynamicRange"입니다.
partitionSettings Sql 원본 분할에 활용할 설정입니다. SqlPartitionSettings
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])
SqlReaderQuery Microsoft Fabric Warehouse 판독기 쿼리. 형식: string(또는 resultType 문자열이 있는 식).
sqlReaderStoredProcedureName Microsoft Fabric Warehouse 원본에 대한 저장 프로시저의 이름입니다. SqlReaderQuery와 동시에 사용할 수 없습니다. 형식: string(또는 resultType 문자열이 있는 식).
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}". 형식: object(또는 resultType 개체가 있는 Expression), itemType: StoredProcedureParameter.

WebSource

Name Description
형식 원본 형식을 복사합니다. "WebSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).

XeroSource

Name Description
형식 원본 형식을 복사합니다. "XeroSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: string(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

XmlSource

Name Description
형식 원본 형식을 복사합니다. "XmlSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체 배열(AdditionalColumns) (또는 개체의 resultType 배열이 있는 Expression).
formatSettings Xml 형식 설정입니다. XmlReadSettings
storeSettings Xml 저장소 설정입니다. StoreReadSettings

XmlReadSettings

Name Description
compressionProperties 압축 설정. CompressionReadSettings
detectDataType xml 파일을 읽을 때 형식 검색을 사용할 수 있는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
namespacePrefixes 네임스페이스를 사용하도록 설정할 때 열 이름의 접두사를 재정의하기 위한 접두사 매핑에 대한 네임스페이스 URI입니다. 네임스페이스 URI에 대해 접두사를 정의하지 않으면 xml 데이터 파일에서 xml 요소/특성 이름의 접두사를 사용합니다. 예: "{"http://www.example.com/xml":"접두사"}" Type: 개체(또는 resultType 개체가 있는 Expression).
네임스페이스 xml 파일을 읽을 때 네임스페이스를 사용할 수 있는지 여부를 나타냅니다. 형식: 부울(또는 resultType 부울이 있는 식).
형식 읽기 설정 유형입니다. string(필수)
validationMode xml 파일을 읽을 때 사용되는 유효성 검사 방법을 나타냅니다. 허용되는 값: 'none', 'xsd' 또는 'dtd'. 형식: 문자열(또는 resultType 문자열이 있는 식).
{사용자 지정 속성}

ZohoSource

Name Description
형식 원본 형식을 복사합니다. "ZohoSource"(필수)
additionalColumns 원본 데이터에 추가할 추가 열을 지정합니다. 형식: 개체의 배열(AdditionalColumns) 또는 resultType 개체 배열이 있는 Expression입니다.
Query 원본에서 데이터를 검색하는 쿼리입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
queryTimeout 쿼리 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

StagingSettings

Name Description
enableCompression 중간 스테이징을 통해 데이터를 복사할 때 압축을 사용할지 여부를 지정합니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
linkedServiceName 연결된 서비스 참조 준비 LinkedServiceReference (필수)
path 중간 데이터를 저장하기 위한 스토리지 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
{사용자 지정 속성}

CustomActivity

Name Description
형식 활동의 유형입니다. "사용자 지정"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties 사용자 지정 활동 속성입니다. CustomActivityTypeProperties (필수)

CustomActivityTypeProperties

Name Description
autoUserSpecification 사용자의 권한 상승 수준 및 scope 기본값은 nonadmin 작업입니다. 형식: string(또는 resultType double이 있는 식).
명령을 사용합니다. 사용자 지정 작업 유형: 문자열(또는 resultType 문자열이 있는 식)에 대한 명령입니다.
extendedProperties 사용자 정의 속성 모음입니다. 사용할 수 있는 키 또는 값에는 제한이 없습니다. 사용자가 지정한 사용자 지정 작업은 정의된 콘텐츠를 사용하고 해석할 모든 책임이 있습니다. CustomActivityTypePropertiesExtendedProperties
folderPath 리소스 파일의 폴더 경로 형식: 문자열(또는 resultType 문자열이 있는 식).
referenceObjects 참조 개체 CustomActivityReferenceObject
resourceLinkedService 리소스 연결된 서비스 참조입니다. LinkedServiceReference
retentionTimeInDays 사용자 지정 작업에 대해 제출된 파일의 보존 시간입니다. 형식: double(또는 resultType double이 있는 식).

CustomActivityTypePropertiesExtendedProperties

Name Description
{사용자 지정 속성}

CustomActivityReferenceObject

Name Description
datasets 데이터 세트 참조. DatasetReference[]
linkedServices 연결된 서비스 참조. LinkedServiceReference[]

DatabricksNotebookActivity

Name Description
형식 활동의 유형입니다. "DatabricksNotebook"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Databricks Notebook 활동 속성입니다. DatabricksNotebookActivityTypeProperties (필수)

DatabricksNotebookActivityTypeProperties

Name Description
baseParameters 이 작업의 각 실행에 사용할 기본 매개 변수입니다. Notebook이 지정되지 않은 매개 변수를 사용하는 경우 Notebook의 기본값이 사용됩니다. DatabricksNotebookActivityTypePropertiesBaseParamete...
라이브러리 작업을 실행할 클러스터에 설치할 라이브러리의 목록입니다. DatabricksNotebookActivityTypePropertiesLibrariesIte...[]
notebookPath Databricks 작업 영역에서 실행할 노트북의 절대 경로입니다. 이 경로는 슬래시로 시작해야 합니다. 형식: string(또는 resultType 문자열이 있는 식).

DatabricksNotebookActivityTypePropertiesBaseParamete...

Name Description
{customized property}

DatabricksNotebookActivityTypePropertiesLibrariesIte...

Name Description
{customized property}

DatabricksSparkJarActivity

Name Description
형식 활동의 유형입니다. "DatabricksSparkJar"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Databricks SparkJar 활동 속성입니다. DatabricksSparkJarActivityTypeProperties (필수)

DatabricksSparkJarActivityTypeProperties

Name Description
라이브러리 작업을 실행할 클러스터에 설치할 라이브러리의 목록입니다. DatabricksSparkJarActivityTypePropertiesLibrariesIte...[]
mainClassName 실행될 main 메서드가 포함된 클래스의 전체 이름입니다. 이 클래스는 라이브러리로 제공된 JAR에 포함되어야 합니다. 형식: string(또는 resultType 문자열이 있는 식).
매개 변수 main 메서드에 전달할 매개 변수이며, any[]

DatabricksSparkJarActivityTypePropertiesLibrariesIte...

Name Description
{customized property}

DatabricksSparkPythonActivity

Name Description
형식 활동의 유형입니다. "DatabricksSparkPython"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Databricks SparkPython 작업 속성입니다. DatabricksSparkPythonActivityTypeProperties (필수)

DatabricksSparkPythonActivityTypeProperties

Name Description
라이브러리 작업을 실행할 클러스터에 설치할 라이브러리의 목록입니다. DatabricksSparkPythonActivityTypePropertiesLibraries...[]
매개 변수 Python 파일에 전달되는 명령줄 매개 변수입니다. any[]
pythonFile 실행할 Python 파일의 URI입니다. DBFS 경로가 지원됩니다. 형식: string(또는 resultType 문자열이 있는 식).

DatabricksSparkPythonActivityTypePropertiesLibraries...

Name Description
{customized property}

DataLakeAnalyticsUsqlActivity

Name Description
형식 활동의 유형입니다. "DataLakeAnalyticsU-SQL"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties U-SQL 작업 속성을 Data Lake Analytics. DataLakeAnalyticsUsqlActivityTypeProperties (필수)

DataLakeAnalyticsUsqlActivityTypeProperties

Name Description
compilationMode U-SQL의 컴파일 모드 의미 체계, 전체 및 SingleBox 값 중 하나여야 합니다. 형식: string(또는 resultType 문자열이 있는 식).
degreeOfParallelism 작업을 실행하는 데 동시에 사용되는 최대 노드 수입니다. 기본값은 1입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소: 1.
매개 변수 U-SQL 작업 요청에 대한 매개 변수입니다. DataLakeAnalyticsUsqlActivityTypePropertiesParameter...
priority 대기열에 있는 모든 작업 중에서 먼저 실행해야 하는 작업을 결정합니다. 번호가 낮을수록 우선 순위가 높습니다. 기본값은 1,000입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소: 1.
runtimeVersion 사용할 U-SQL 엔진의 런타임 버전입니다. 형식: string(또는 resultType 문자열이 있는 식).
scriptLinkedService 연결된 서비스 참조를 스크립팅합니다. LinkedServiceReference (필수)
scriptPath U-SQL 스크립트를 포함하는 폴더에 대한 대/소문자 구분 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).

DataLakeAnalyticsUsqlActivityTypePropertiesParameter...

Name Description
{customized property}

DeleteActivity

Name Description
형식 활동의 유형입니다. "Delete"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties 활동 속성을 삭제합니다. DeleteActivityTypeProperties (필수)

DeleteActivityTypeProperties

Name Description
데이터 세트 활동 데이터 세트 참조를 삭제합니다. DatasetReference (필수)
enableLogging 삭제 작업 실행의 자세한 로그를 기록할지 여부입니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
logStorageSettings Log Storage 설정 고객은 enableLogging이 true일 때 제공해야 합니다. LogStorageSettings
maxConcurrentConnections 데이터 원본을 동시에 연결하는 최대 동시 연결입니다. int

제약 조건:
최소값 = 1
recursive true이면 현재 폴더 경로 아래의 파일 또는 하위 폴더가 재귀적으로 삭제됩니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
storeSettings 활동 저장소 설정을 삭제합니다. StoreReadSettings

ExecuteDataFlowActivity

Name Description
형식 활동의 유형입니다. "ExecuteDataFlow"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties 데이터 흐름 작업 속성을 실행합니다. ExecuteDataFlowActivityTypeProperties (필수)

ExecuteDataFlowActivityTypeProperties

Name Description
compute 데이터 흐름 작업에 대한 컴퓨팅 속성입니다. ExecuteDataFlowActivityTypePropertiesCompute
continueOnError 데이터 흐름 실행에 사용되는 오류 설정을 계속합니다. 싱크가 실패할 경우 처리를 계속할 수 있도록 합니다. 형식: 부울(또는 resultType 부울이 있는 식)
Dataflow 데이터 흐름 참조입니다. DataFlowReference (필수)
integrationRuntime 통합 런타임 참조입니다. IntegrationRuntimeReference
runConcurrently 데이터 흐름 실행에 사용되는 동시 실행 설정입니다. 동일한 저장 순서를 가진 싱크를 동시에 처리할 수 있습니다. 형식: 부울(또는 resultType 부울이 있는 식)
sourceStagingConcurrency 싱크에 적용할 수 있는 원본에 대한 병렬 스테이징 수를 지정합니다. 형식: 정수(또는 resultType 정수가 있는 식)
staging 데이터 흐름 실행 작업에 대한 준비 정보입니다. DataFlowStagingInfo
traceLevel 데이터 흐름 모니터링 출력에 사용되는 추적 수준 설정입니다. 지원되는 값은 '거친', 'fine', 'none'입니다. 형식: string(또는 resultType 문자열이 있는 식)

ExecuteDataFlowActivityTypePropertiesCompute

Name Description
computeType 데이터 흐름 작업을 실행할 클러스터의 컴퓨팅 유형입니다. 가능한 값은 'General', 'MemoryOptimized', 'ComputeOptimized'입니다. 형식: string(또는 resultType 문자열이 있는 식)
coreCount 데이터 흐름 작업을 실행할 클러스터의 코어 수입니다. 지원되는 값은 8, 16, 32, 48, 80, 144 및 272입니다. 형식: 정수(또는 resultType 정수가 있는 식)

DataFlowReference

Name Description
datasetParameters 데이터 세트에서 데이터 흐름 매개 변수를 참조합니다.
매개 변수 데이터 흐름 매개 변수 ParameterValueSpecification
referenceName 참조 데이터 흐름 이름입니다. string(필수)
형식 데이터 흐름 참조 형식입니다. "DataFlowReference"(필수)
{customized property}

IntegrationRuntimeReference

Name Description
매개 변수 통합 런타임에 대한 인수입니다. ParameterValueSpecification
referenceName 통합 런타임 이름을 참조합니다. string(필수)
형식 통합 런타임의 유형입니다. "IntegrationRuntimeReference"(필수)

DataFlowStagingInfo

Name Description
folderPath 스테이징 Blob에 대한 폴더 경로입니다. 형식: string(또는 resultType 문자열이 있는 식)
linkedService 스테이징 연결된 서비스 참조. LinkedServiceReference

ExecutePipelineActivity

Name Description
형식 활동의 유형입니다. "ExecutePipeline"(필수)
policy 파이프라인 활동 정책을 실행합니다. ExecutePipelineActivityPolicy
typeProperties 파이프라인 작업 속성을 실행합니다. ExecutePipelineActivityTypeProperties (필수)

ExecutePipelineActivityPolicy

Name Description
secureInput true로 설정하면 활동의 입력이 안전한 것으로 간주되며 모니터링에 기록되지 않습니다. bool
{customized property}

ExecutePipelineActivityTypeProperties

Name Description
매개 변수 파이프라인 매개 변수 ParameterValueSpecification
pipeline 파이프라인 참조입니다. PipelineReference (필수)
waitOnCompletion 작업 실행이 종속 파이프라인 실행이 완료될 때까지 기다릴지 여부를 정의합니다. 기본값은 false입니다. bool

PipelineReference

Name Description
name 참조 이름입니다. 문자열
referenceName 참조 파이프라인 이름입니다. string(필수)
형식 파이프라인 참조 형식입니다. "PipelineReference"(필수)

ExecuteSsisPackageActivity

Name Description
형식 활동의 유형입니다. "ExecuteSSISPackage"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties SSIS 패키지 작업 속성을 실행합니다. ExecuteSsisPackageActivityTypeProperties (필수)

ExecuteSsisPackageActivityTypeProperties

Name Description
connectVia 통합 런타임 참조입니다. IntegrationRuntimeReference (필수)
environmentPath SSIS 패키지를 실행할 환경 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).
executionCredential 패키지 실행 자격 증명입니다. SsisExecutionCredential
loggingLevel SSIS 패키지 실행의 로깅 수준입니다. 형식: string(또는 resultType 문자열이 있는 식).
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 문자열이 있는 식).

SsisExecutionCredential

Name Description
도메인 Windows 인증을 위한 도메인입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password Windows 인증에 대한 암호입니다. SecureString (필수)
userName Windows 인증에 UseName을 사용합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

SecureString

Name Description
형식 비밀의 유형입니다. string(필수)
보안 문자열의 값입니다. string(필수)

SsisLogLocation

Name Description
logPath SSIS 패키지 실행 로그 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
형식 SSIS 로그 위치의 형식입니다. "파일"(필수)
typeProperties SSIS 패키지 실행 로그 위치 속성입니다. SsisLogLocationTypeProperties (필수)

SsisLogLocationTypeProperties

Name Description
accessCredential 패키지 실행 로그 액세스 자격 증명입니다. SsisAccessCredential
logRefreshInterval 로그를 새로 고칠 간격을 지정합니다. 기본 간격은 5 분입니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).

SsisAccessCredential

Name Description
도메인 Windows 인증을 위한 도메인입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
password Windows 인증에 대한 암호입니다. SecretBase (필수)
userName Windows 인증에 UseName을 사용합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

SecretBase

Name Description
형식 개체 형식 설정 AzureKeyVaultSecret
SecureString (필수)

AzureKeyVaultSecretReference

Name Description
secretName Azure Key Vault 비밀의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
secretVersion Azure Key Vault 비밀의 버전입니다. 기본값은 비밀의 최신 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
store Azure Key Vault 연결된 서비스 참조입니다. LinkedServiceReference (필수)
형식 비밀의 유형입니다. string(필수)

ExecuteSsisPackageActivityTypePropertiesPackageConne...

Name Description
{customized property} SsisConnectionManager

SsisConnectionManager

Name Description
{customized property} SsisExecutionParameter

SsisExecutionParameter

Name Description
SSIS 패키지 실행 매개 변수 값입니다. 형식: string(또는 resultType 문자열이 있는 식).

SsisPackageLocation

Name Description
packagePath SSIS 패키지 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).
형식 SSIS 패키지 위치의 유형입니다. "파일"
"InlinePackage"
"PackageStore"
"SSISDB"
typeProperties SSIS 패키지 위치 속성입니다. SsisPackageLocationTypeProperties

SsisPackageLocationTypeProperties

Name Description
accessCredential 패키지 액세스 자격 증명입니다. SsisAccessCredential
childPackages 포함된 자식 패키지 목록입니다. SsisChildPackage[]
configurationAccessCredential 구성 파일 액세스 자격 증명입니다. SsisAccessCredential
configurationPath 패키지 실행의 구성 파일입니다. 형식: string(또는 resultType 문자열이 있는 식).
packageContent 포함된 패키지 콘텐츠입니다. 형식: string(또는 resultType 문자열이 있는 식).
packageLastModifiedDate 포함된 패키지가 마지막으로 수정한 날짜입니다. 문자열
packageName 패키지 이름. string
packagePassword 패키지의 암호입니다. SecretBase

SsisChildPackage

Name Description
packageContent 포함된 자식 패키지에 대한 콘텐츠입니다. 형식: string(또는 resultType 문자열이 있는 식).
packageLastModifiedDate 포함된 자식 패키지의 마지막 수정 날짜입니다. 문자열
packageName 포함된 자식 패키지의 이름입니다. string
packagePath 포함된 자식 패키지의 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).

ExecuteSsisPackageActivityTypePropertiesPackageParam...

Name Description
{customized property} SsisExecutionParameter

ExecuteSsisPackageActivityTypePropertiesProjectConne...

Name Description
{customized property} SsisConnectionManager

ExecuteSsisPackageActivityTypePropertiesProjectParam...

Name Description
{customized property} SsisExecutionParameter

ExecuteSsisPackageActivityTypePropertiesPropertyOver...

Name Description
{사용자 지정 속성} SsisPropertyOverride

SsisPropertyOverride

Name Description
isSensitive SSIS 패키지 속성 재정의 값이 중요한 데이터인지 여부입니다. 값이 true인 경우 SSISDB에서 암호화됩니다. bool
SSIS 패키지 속성 재정의 값입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

ExecuteWranglingDataflowActivity

Name Description
형식 활동의 유형입니다. "ExecuteWranglingDataflow"(필수)
policy 활동 정책. ActivityPolicy
typeProperties 파워 쿼리 작업 속성을 실행합니다. ExecutePowerQueryActivityTypeProperties (필수)

ExecutePowerQueryActivityTypeProperties

Name Description
compute 데이터 흐름 작업에 대한 컴퓨팅 속성입니다. ExecuteDataFlowActivityTypePropertiesCompute
continueOnError 데이터 흐름 실행에 사용되는 오류 설정을 계속합니다. 싱크가 실패할 경우 처리를 계속할 수 있습니다. 형식: 부울(또는 resultType 부울이 있는 식)
Dataflow 데이터 흐름 참조. DataFlowReference (필수)
integrationRuntime 통합 런타임 참조입니다. IntegrationRuntimeReference
쿼리 싱크 데이터 세트에 대한 Power Query 매시업 쿼리에 대한 매핑 목록입니다. PowerQuerySinkMapping[]
runConcurrently 데이터 흐름 실행에 사용되는 동시 실행 설정입니다. 동일한 저장 순서를 가진 싱크를 동시에 처리할 수 있습니다. 형식: 부울(또는 resultType 부울이 있는 식)
sinks (사용되지 않습니다. 쿼리 사용). queryName에 매핑된 Power Query 작업 싱크 목록입니다. ExecutePowerQueryActivityTypePropertiesSinks
sourceStagingConcurrency 싱크에 적용할 수 있는 원본에 대한 병렬 스테이징 수를 지정합니다. 형식: 정수(또는 resultType 정수의 식)
staging 데이터 흐름 실행 작업에 대한 스테이징 정보입니다. DataFlowStagingInfo
traceLevel 데이터 흐름 모니터링 출력에 사용되는 추적 수준 설정입니다. 지원되는 값은 '거친', 'fine', 'none'입니다. 형식: string(또는 resultType 문자열이 있는 식)

PowerQuerySinkMapping

Name Description
dataflowSinks Power Query 매시업 쿼리에 매핑된 싱크 목록입니다. PowerQuerySink[]
queryName Power Query 매시업 문서의 쿼리 이름입니다. 문자열

PowerQuerySink

Name Description
데이터 세트 데이터 세트 참조. DatasetReference
description 변환 설명입니다. string
flowlet Flowlet 참조 DataFlowReference
linkedService 연결된 서비스 참조입니다. LinkedServiceReference
name 변환 이름입니다. string(필수)
rejectedDataLinkedService 거부된 데이터 연결된 서비스 참조입니다. LinkedServiceReference
schemaLinkedService 스키마 연결된 서비스 참조입니다. LinkedServiceReference
스크립트 싱크 스크립트. string

ExecutePowerQueryActivityTypePropertiesSinks

Name Description
{사용자 지정 속성} PowerQuerySink

FailActivity

Name Description
형식 활동의 유형입니다. "Fail"(필수)
typeProperties 실패 작업 속성입니다. FailActivityTypeProperties (필수)

FailActivityTypeProperties

Name Description
errorCode Fail 작업의 오류 유형을 분류하는 오류 코드입니다. 런타임에 비어 있지 않은/비어 있지 않은 문자열로 평가되는 동적 콘텐츠일 수 있습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
message Fail 작업에서 나타난 오류 메시지입니다. 런타임에 비어 있지 않은/비어 있지 않은 문자열로 평가되는 동적 콘텐츠일 수 있습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

FilterActivity

Name Description
형식 활동의 유형입니다. "필터"(필수)
typeProperties 작업 속성을 필터링합니다. FilterActivityTypeProperties (필수)

FilterActivityTypeProperties

Name Description
condition(조건) 입력을 필터링하는 데 사용할 조건입니다. (필수)
items 필터를 적용해야 하는 입력 배열입니다. (필수)

Name Description
형식 식 형식입니다. "식"(필수)
식 값입니다. string(필수)

ForEachActivity

Name Description
형식 활동의 유형입니다. "ForEach"(필수)
typeProperties ForEach 활동 속성입니다. ForEachActivityTypeProperties (필수)

ForEachActivityTypeProperties

Name Description
작업 를 실행할 활동 목록입니다. 활동[] (필수)
batchCount 병렬 실행 수를 제어하는 데 사용하는 Batch 계정입니다(IsSequential이 false로 설정된 경우). int

제약 조건:
최대값 = 50
isSequential 루프를 시퀀스 또는 병렬로 실행해야 하는 경우(최대 50) bool
items 반복할 컬렉션입니다. (필수)

GetMetadataActivity

Name Description
형식 활동의 유형입니다. "GetMetadata"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties GetMetadata 활동 속성입니다. GetMetadataActivityTypeProperties (필수)

GetMetadataActivityTypeProperties

Name Description
데이터 세트 GetMetadata 활동 데이터 세트 참조입니다. DatasetReference (필수)
fieldList 데이터 세트에서 가져올 메타데이터 필드입니다. any[]
formatSettings GetMetadata 활동 형식 설정입니다. FormatReadSettings
storeSettings GetMetadata 활동 저장소 설정. StoreReadSettings

FormatReadSettings

Name Description
형식 개체 형식 설정 BinaryReadSettings
DelimitedTextReadSettings
JsonReadSettings
ParquetReadSettings
XmlReadSettings (필수)

HDInsightHiveActivity

Name Description
형식 활동의 유형입니다. "HDInsightHive"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties HDInsight Hive 활동 속성입니다. HDInsightHiveActivityTypeProperties (필수)

HDInsightHiveActivityTypeProperties

Name Description
인수 사용자가 HDInsightActivity에 대한 인수를 지정했습니다. any[]
defines 사용자가 Hive 작업 요청에 대한 정의를 지정할 수 있습니다. HDInsightHiveActivityTypePropertiesDefines
getDebugInfo 디버그 정보 옵션입니다. "항상"
"실패"
“None”
queryTimeout 쿼리 시간 제한 값(분)입니다. HDInsight 클러스터가 ESP를 사용하는 경우 유효(엔터프라이즈 보안 패키지) int
scriptLinkedService 연결된 서비스 참조를 스크립팅합니다. LinkedServiceReference
scriptPath 스크립트 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
storageLinkedServices 스토리지 연결된 서비스 참조. LinkedServiceReference[]
variables hivevar 네임스페이스 아래에 사용자가 지정한 인수입니다. HDInsightHiveActivityTypePropertiesVariables

HDInsightHiveActivityTypePropertiesDefines

Name Description
{사용자 지정 속성}

HDInsightHiveActivityTypePropertiesVariables

Name Description
{사용자 지정 속성}

HDInsightMapReduceActivity

Name Description
형식 활동의 유형입니다. "HDInsightMapReduce"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties HDInsight MapReduce 작업 속성입니다. HDInsightMapReduceActivityTypeProperties (필수)

HDInsightMapReduceActivityTypeProperties

Name Description
인수 사용자가 HDInsightActivity에 대해 지정한 인수입니다. any[]
className 클래스 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
defines 사용자가 MapReduce 작업 요청에 대한 정의를 지정할 수 있습니다. HDInsightMapReduceActivityTypePropertiesDefines
getDebugInfo 디버그 정보 옵션. "항상"
"실패"
“None”
jarFilePath Jar 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).
jarLibs Jar libs. any[]
jarLinkedService Jar 연결된 서비스 참조입니다. LinkedServiceReference
storageLinkedServices 스토리지 연결된 서비스 참조. LinkedServiceReference[]

HDInsightMapReduceActivityTypePropertiesDefines

Name Description
{customized property}

HDInsightPigActivity

Name Description
형식 활동의 유형입니다. "HDInsightPig"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties HDInsight Pig 작업 속성입니다. HDInsightPigActivityTypeProperties (필수)

HDInsightPigActivityTypeProperties

Name Description
인수 사용자가 HDInsightActivity에 대해 지정한 인수입니다. 형식: 배열(또는 resultType 배열이 있는 식).
defines 사용자가 Pig 작업 요청에 대한 정의를 지정할 수 있습니다. HDInsightPigActivityTypePropertiesDefines
getDebugInfo 디버그 정보 옵션. "항상"
"실패"
“None”
scriptLinkedService 연결된 서비스 참조를 스크립팅합니다. LinkedServiceReference
scriptPath 스크립트 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).
storageLinkedServices 스토리지 연결된 서비스 참조. LinkedServiceReference[]

HDInsightPigActivityTypePropertiesDefines

Name Description
{customized property}

HDInsightSparkActivity

Name Description
형식 활동의 유형입니다. "HDInsightSpark"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties HDInsight Spark 작업 속성입니다. HDInsightSparkActivityTypeProperties (필수)

HDInsightSparkActivityTypeProperties

Name Description
인수 HDInsightSparkActivity에 대해 사용자가 지정한 인수입니다. any[]
className 애플리케이션의 Java/Spark 기본 클래스입니다. string
entryFilePath 실행할 코드/패키지의 루트 폴더에 대한 상대 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
getDebugInfo 디버그 정보 옵션입니다. "항상"
"실패"
“None”
proxyUser 작업을 실행할 가장할 사용자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
rootPath 모든 작업의 파일에 대한 'sparkJobLinkedService'의 루트 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
sparkConfig Spark 구성 속성입니다. HDInsightSparkActivityTypePropertiesSparkConfig
sparkJobLinkedService 항목 파일 및 종속성을 업로드하고 로그를 수신하기 위한 스토리지 연결된 서비스입니다. LinkedServiceReference

HDInsightSparkActivityTypePropertiesSparkConfig

Name Description
{사용자 지정 속성}

HDInsightStreamingActivity

Name Description
형식 활동의 유형입니다. "HDInsightStreaming"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties HDInsight 스트리밍 작업 속성입니다. HDInsightStreamingActivityTypeProperties (필수)

HDInsightStreamingActivityTypeProperties

Name Description
인수 사용자가 HDInsightActivity에 대한 인수를 지정했습니다. any[]
combiner Combiner 실행 파일 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
commandEnvironment 명령줄 환경 값입니다. any[]
defines 사용자가 스트리밍 작업 요청에 대한 정의를 지정할 수 있습니다. HDInsightStreamingActivityTypePropertiesDefines
fileLinkedService 파일이 있는 연결된 서비스 참조입니다. LinkedServiceReference
filePaths 스트리밍 작업 파일의 경로입니다. 디렉터리일 수 있습니다. any[] (필수)
getDebugInfo 디버그 정보 옵션입니다. "항상"
"실패"
“None”
input 입력 Blob 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
mapper 매퍼 실행 파일 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
output 출력 Blob 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
reducer Reducer 실행 파일 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
storageLinkedServices 스토리지 연결된 서비스 참조. LinkedServiceReference[]

HDInsightStreamingActivityTypePropertiesDefines

Name Description
{사용자 지정 속성}

IfConditionActivity

Name Description
형식 활동의 유형입니다. "IfCondition"(필수)
typeProperties IfCondition 활동 속성입니다. IfConditionActivityTypeProperties (필수)

IfConditionActivityTypeProperties

Name Description
부울로 계산되는 식입니다. 이는 실행될 활동 블록(ifTrueActivities 또는 ifFalseActivities)을 결정하는 데 사용됩니다. (필수)
ifFalseActivities 식이 false로 평가되는 경우 실행할 활동 목록입니다. 선택적 속성이며 제공되지 않으면 작업이 아무 작업도 없이 종료됩니다. Activity[]
ifTrueActivities 식이 true로 평가되는 경우 실행할 활동 목록입니다. 선택적 속성이며 제공되지 않으면 작업이 아무 작업도 없이 종료됩니다. Activity[]

LookupActivity

Name Description
형식 활동의 유형입니다. "조회"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties 조회 작업 속성입니다. LookupActivityTypeProperties (필수)

LookupActivityTypeProperties

Name Description
데이터 세트 조회 활동 데이터 세트 참조입니다. DatasetReference (필수)
firstRowOnly 첫 번째 행 또는 모든 행을 반환할지 여부입니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
source 복사 작업 원본과 동일한 데이터 세트별 원본 속성입니다. CopySource (필수)

ScriptActivity

Name Description
형식 활동의 유형입니다. "스크립트"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties 스크립트 작업 속성입니다. ScriptActivityTypeProperties (필수)

ScriptActivityTypeProperties

Name Description
logSettings 스크립트 작업의 로그 설정입니다. ScriptActivityTypePropertiesLogSettings
scriptBlockExecutionTimeout ScriptBlock 실행 시간 제한. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])).
스크립트 스크립트 블록의 배열입니다. 형식: 배열입니다. ScriptActivityScriptBlock[]

ScriptActivityTypePropertiesLogSettings

Name Description
logDestination 로그의 대상입니다. 형식: 문자열입니다. "ActivityOutput"
"ExternalStore"(필수)
logLocationSettings 로그를 사용하도록 설정할 때 고객이 제공해야 하는 로그 위치 설정입니다. LogLocationSettings

ScriptActivityScriptBlock

Name Description
매개 변수 스크립트 매개 변수의 배열입니다. 형식: 배열입니다. ScriptActivityParameter[]
text 쿼리 텍스트입니다. 형식: string(또는 resultType 문자열이 있는 식).
형식 쿼리의 형식입니다. 형식: 문자열입니다. "NonQuery"
"쿼리"(필수)

ScriptActivityParameter

Name Description
direction 매개 변수의 방향입니다. "입력"
"InputOutput"
"출력"
name 매개 변수의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
크기 출력 방향 매개 변수의 크기입니다. int
형식 매개 변수의 형식입니다. "Boolean"
"DateTime"
"DateTimeOffset"
"Decimal"
"Double"
"Guid"
"Int16"
"Int32"
"Int64"
"Single"
"String"
"Timespan"
매개 변수의 값입니다. 형식: string(또는 resultType 문자열이 있는 식).

SetVariableActivity

Name Description
형식 활동의 유형입니다. "SetVariable"(필수)
policy 활동 정책. SecureInputOutputPolicy
typeProperties 변수 활동 속성을 설정합니다. SetVariableActivityTypeProperties (필수)

SecureInputOutputPolicy

Name Description
secureInput true로 설정하면 활동의 입력이 안전한 것으로 간주되며 모니터링에 기록되지 않습니다. bool
secureOutput true로 설정하면 작업의 출력이 안전한 것으로 간주되고 모니터링에 기록되지 않습니다. bool

SetVariableActivityTypeProperties

Name Description
setSystemVariable true로 설정하면 파이프라인 실행 반환 값이 설정됩니다. bool
설정할 값입니다. 정적 값 또는 식일 수 있습니다.
variableName 값을 설정해야 하는 변수의 이름입니다. string

SynapseSparkJobDefinitionActivity

Name Description
형식 활동의 유형입니다. "SparkJob"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Spark 작업 작업 속성을 실행합니다. SynapseSparkJobActivityTypeProperties (필수)

SynapseSparkJobActivityTypeProperties

Name Description
args SynapseSparkJobDefinitionActivity에 대해 사용자가 지정한 인수입니다. any[]
className 제공하는 spark 작업 정의의 'className'을 재정의하는 기본 정의 파일에 있는 정규화된 식별자 또는 기본 클래스입니다. 형식: string(또는 resultType 문자열이 있는 식).
conf 제공하는 Spark 작업 정의의 'conf'를 재정의하는 Spark 구성 속성입니다.
configurationType Spark 구성의 형식입니다. "아티팩트"
"사용자 지정됨"
"기본값"
driverSize 작업에 대해 지정된 Spark 풀에 할당된 드라이버에 사용할 코어 및 메모리의 수이며, 이는 사용자가 제공하는 Spark 작업 정의의 'driverCores' 및 'driverMemory'를 재정의하는 데 사용됩니다. 형식: string(또는 resultType 문자열이 있는 식).
executorSize 작업에 대해 지정된 Spark 풀에 할당된 실행기에 사용할 코어 및 메모리의 수이며, 이는 사용자가 제공하는 Spark 작업 정의의 'executorCores' 및 'executorMemory'를 재정의하는 데 사용됩니다. 형식: string(또는 resultType 문자열이 있는 식).
파일 작업에 사용되는 기본 파일로, 사용자가 제공하는 spark 작업 정의의 '파일'을 재정의합니다. 형식: string(또는 resultType 문자열이 있는 식).
files (사용되지 않습니다. pythonCodeReference 및 filesV2) 기본 정의 파일에서 참조에 사용되는 추가 파일을 사용하세요. 이 파일은 사용자가 제공하는 spark 작업 정의의 '파일'을 재정의합니다. any[]
filesV2 기본 정의 파일에서 참조에 사용되는 추가 파일로, 제공하는 spark 작업 정의의 'jars' 및 'files'를 재정의합니다. any[]
numExecutors 제공하는 Spark 작업 정의의 'numExecutors'를 재정의하는 이 작업에 대해 시작할 실행기 수입니다. 형식: 정수(또는 resultType 정수가 있는 식).
pythonCodeReference 제공하는 spark 작업 정의의 'pyFiles'를 재정의하는 기본 정의 파일에서 참조에 사용되는 추가 Python 코드 파일입니다. any[]
scanFolder 기본 정의 파일의 루트 폴더에서 하위 폴더를 검사하면 이러한 파일이 참조 파일로 추가됩니다. 'jars', 'pyFiles', 'files' 또는 'archives'라는 폴더가 검색되고 폴더 이름은 대/소문자를 구분합니다. 형식: 부울(또는 resultType 부울이 있는 식).
sparkConfig Spark 구성 속성입니다. SynapseSparkJobActivityTypePropertiesSparkConfig
sparkJob Synapse Spark 작업 참조입니다. SynapseSparkJobReference (필수)
targetBigDataPool 제공하는 Spark 작업 정의의 'targetBigDataPool'을 재정의하는 Spark 일괄 처리 작업을 실행하는 데 사용할 빅 데이터 풀의 이름입니다. BigDataPoolParametrizationReference
targetSparkConfiguration Spark 작업의 spark 구성입니다. SparkConfigurationParametrizationReference

SynapseSparkJobActivityTypePropertiesSparkConfig

Name Description
{customized property}

SynapseSparkJobReference

Name Description
referenceName Spark 작업 이름을 참조합니다. resultType 문자열이 있는 식입니다.
형식 Synapse spark 작업 참조 형식입니다. "SparkJobDefinitionReference"(필수)

BigDataPoolParametrizationReference

Name Description
referenceName 빅 데이터 풀 이름을 참조합니다. 형식: string(또는 resultType 문자열이 있는 식).
형식 빅 데이터 풀 참조 형식입니다. "BigDataPoolReference"(필수)

SparkConfigurationParametrizationReference

Name Description
referenceName Spark 구성 이름을 참조합니다. 형식: string(또는 resultType 문자열이 있는 식).
형식 Spark 구성 참조 형식입니다. "SparkConfigurationReference"(필수)

SqlServerStoredProcedureActivity

Name Description
형식 활동의 유형입니다. "SqlServerStoredProcedure"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties SQL 저장 프로시저 작업 속성입니다. SqlServerStoredProcedureActivityTypeProperties (필수)

SqlServerStoredProcedureActivityTypeProperties

Name Description
storedProcedureName 저장 프로시저 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
storedProcedureParameters 저장 프로시저 매개 변수에 대한 값 및 형식 설정입니다. 예: "{Parameter1: {value: "1", type: "int"}}".

SwitchActivity

Name Description
형식 활동의 유형입니다. "Switch"(필수)
typeProperties 활동 속성을 전환합니다. SwitchActivityTypeProperties (필수)

SwitchActivityTypeProperties

Name Description
cases 'on' 속성의 예상 값에 해당하는 사례 목록입니다. 이 속성은 선택적 속성이며 제공되지 않으면 작업은 기본 활동에 제공된 활동을 실행합니다. SwitchCase[]
defaultActivities 사례 조건이 충족되지 않은 경우 실행할 활동 목록입니다. 선택적 속성이며 제공되지 않으면 작업이 아무 작업도 없이 종료됩니다. Activity[]
On 문자열 또는 정수로 계산되는 식입니다. 이는 실행될 경우 활동 블록을 확인하는 데 사용됩니다. (필수)

SwitchCase

Name Description
작업 충족된 사례 조건에 대해 실행할 활동 목록입니다. Activity[]
'on' 속성의 식 결과를 충족하는 예상 값입니다. 문자열

SynapseNotebookActivity

Name Description
형식 활동의 유형입니다. "SynapseNotebook"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties Synapse Notebook 작업 속성을 실행합니다. SynapseNotebookActivityTypeProperties (필수)

SynapseNotebookActivityTypeProperties

Name Description
conf Spark 구성 속성은 사용자가 제공하는 Notebook의 'conf'를 재정의합니다.
configurationType Spark 구성의 형식입니다. "아티팩트"
"사용자 지정됨"
"기본값"
driverSize 세션에 대해 지정된 Spark 풀에 할당된 드라이버에 사용할 코어 및 메모리의 수이며, 이는 사용자가 제공하는 Notebook의 'driverCores' 및 'driverMemory'를 재정의하는 데 사용됩니다. 형식: string(또는 resultType 문자열이 있는 식).
executorSize 세션에 대해 지정된 Spark 풀에 할당된 실행기에 사용할 코어 및 메모리의 수이며, 이는 사용자가 제공하는 Notebook의 'executorCores' 및 'executorMemory'를 재정의하는 데 사용됩니다. 형식: string(또는 resultType 문자열이 있는 식).
Notebook Synapse Notebook 참조입니다. SynapseNotebookReference (필수)
numExecutors 제공된 Notebook의 'numExecutors'를 재정의하는 이 세션에 대해 시작할 실행기 수입니다. 형식: 정수(또는 resultType 정수가 있는 식).
매개 변수 Notebook 매개 변수입니다. SynapseNotebookActivityTypePropertiesParameters
sparkConfig Spark 구성 속성입니다. SynapseNotebookActivityTypePropertiesSparkConfig
sparkPool Notebook을 실행하는 데 사용할 빅 데이터 풀의 이름입니다. BigDataPoolParametrizationReference
targetSparkConfiguration Spark 작업의 spark 구성입니다. SparkConfigurationParametrizationReference

SynapseNotebookReference

Name Description
referenceName 참조 전자 필기장 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
형식 Synapse Notebook 참조 형식입니다. "NotebookReference"(필수)

SynapseNotebookActivityTypePropertiesParameters

Name Description
{customized property} NotebookParameter

NotebookParameter

Name Description
형식 Notebook 매개 변수 형식입니다. "bool"
"float"
"int"
"문자열"
Notebook 매개 변수 값입니다. 형식: string(또는 resultType 문자열이 있는 식).

SynapseNotebookActivityTypePropertiesSparkConfig

Name Description
{customized property}

UntilActivity

Name Description
형식 활동의 유형입니다. "Until"(필수)
typeProperties Until 활동 속성입니다. UntilActivityTypeProperties (필수)

UntilActivityTypeProperties

Name Description
작업 실행할 활동 목록입니다. Activity[] (필수)
부울로 계산되는 식입니다. 루프는 이 식이 true로 평가될 때까지 계속됩니다. (필수)
시간 제한 작업 실행에 대한 시간 제한을 지정합니다. 지정된 값이 없으면 TimeSpan.FromDays(7) 값이 기본값으로 1주입니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

ValidationActivity

Name Description
형식 활동의 유형입니다. "유효성 검사"(필수)
typeProperties 유효성 검사 작업 속성입니다. ValidationActivityTypeProperties (필수)

ValidationActivityTypeProperties

Name Description
childItems 데이터 세트가 폴더를 가리키는 경우 사용할 수 있습니다. true로 설정하면 폴더에 파일이 하나 이상 있어야 합니다. false로 설정하면 폴더가 비어 있어야 합니다. 형식: 부울(또는 resultType 부울이 있는 식).
데이터 세트 유효성 검사 활동 데이터 세트 참조입니다. DatasetReference (필수)
minimumSize 데이터 세트가 파일을 가리키는 경우 사용할 수 있습니다. 파일 크기가 지정된 값보다 크거나 같아야 합니다. 형식: 정수(또는 resultType 정수가 있는 식).
sleep validation 시도 간의 지연 시간(초)입니다. 값을 지정하지 않으면 10초가 기본값으로 사용됩니다. 형식: 정수(또는 resultType 정수가 있는 식).
시간 제한 작업 실행에 대한 시간 제한을 지정합니다. 지정된 값이 없으면 TimeSpan.FromDays(7) 값이 기본값으로 1주입니다. 형식: string(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])

WaitActivity

Name Description
형식 활동의 유형입니다. "Wait"(필수)
typeProperties 대기 활동 속성입니다. WaitActivityTypeProperties (필수)

WaitActivityTypeProperties

Name Description
waitTimeInSeconds 기간(초)입니다. 형식: 정수(또는 resultType 정수의 식).

WebActivity

Name Description
형식 활동의 유형입니다. "WebActivity"(필수)
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference
policy 활동 정책. ActivityPolicy
typeProperties 웹 활동 속성입니다. WebActivityTypeProperties (필수)

WebActivityTypeProperties

Name Description
인증 엔드포인트를 호출하는 데 사용되는 인증 방법입니다. WebActivityAuthentication
본문 엔드포인트로 전송될 페이로드를 나타냅니다. POST/PUT 메서드에 필요하며 GET 메서드 Type: string(또는 resultType 문자열이 있는 식)에는 허용되지 않습니다.
connectVia 통합 런타임 참조입니다. IntegrationRuntimeReference
datasets 웹 엔드포인트에 전달된 데이터 세트 목록입니다. DatasetReference[]
disableCertValidation true로 설정하면 인증서 유효성 검사가 비활성화됩니다. bool
headers 요청으로 전송될 헤더를 나타냅니다. 예를 들어 요청에 언어 및 형식을 설정하려면 다음을 수행합니다. "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. 형식: 문자열(또는 resultType 문자열이 있는 식). WebActivityTypePropertiesHeaders
httpRequestTimeout 응답을 가져오기 위한 HTTP 요청에 대한 시간 제한입니다. 형식은 TimeSpan(hh:mm:ss)입니다. 이 값은 활동 시간 제한이 아니라 응답을 가져오는 시간 제한입니다. 기본값은 00:01:00(1분)입니다. 범위는 1~10분입니다.
linkedServices 웹 엔드포인트에 전달된 연결된 서비스 목록입니다. LinkedServiceReference[]
method 대상 엔드포인트에 대한 Rest API 메서드입니다. "DELETE"
"GET"
"POST"
"PUT"(필수)
turnOffAsync HTTP 202 응답의 응답 헤더에 지정된 위치에서 HTTP GET 호출을 사용하지 않도록 설정하는 옵션입니다. true로 설정하면 응답 헤더에 지정된 http 위치에서 HTTP GET 호출을 중지합니다. false로 설정하면 http 응답 헤더에 지정된 위치에서 HTTP GET 호출을 계속 호출합니다. bool
url 웹 활동 대상 엔드포인트 및 경로. 형식: 문자열(또는 resultType 문자열이 있는 식).

WebActivityAuthentication

Name Description
자격 증명(credential) 인증 정보를 포함하는 자격 증명 참조입니다. CredentialReference
password ServicePrincipal에 사용되는 경우 PFX 파일 또는 기본 인증/비밀에 대한 암호 SecretBase
pfx ServicePrincipal에 사용되는 경우 PFX 파일 또는 인증서의 Base64로 인코딩된 콘텐츠 SecretBase
resource MSI 인증을 사용할 때 Azure Auth 토큰을 요청할 리소스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
형식 웹 활동 인증(Basic/ClientCertificate/MSI/ServicePrincipal) 문자열
사용자 이름 ServicePrincipal에 사용되는 경우 기본 인증 또는 ClientID에 대한 웹 활동 인증 사용자 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
userTenant ServicePrincipal 인증을 사용할 때 Azure Auth 토큰을 요청할 TenantId입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

CredentialReference

Name Description
referenceName 참조 자격 증명 이름입니다. string(필수)
형식 자격 증명 참조 형식입니다. "CredentialReference"(필수)
{사용자 지정 속성}

WebActivityTypePropertiesHeaders

Name Description
{사용자 지정 속성} 문자열

WebHookActivity

Name Description
형식 활동의 유형입니다. "WebHook"(필수)
policy 활동 정책. SecureInputOutputPolicy
typeProperties WebHook 활동 속성입니다. WebHookActivityTypeProperties (필수)

WebHookActivityTypeProperties

Name Description
인증 엔드포인트를 호출하는 데 사용되는 인증 방법입니다. WebActivityAuthentication
본문 엔드포인트로 전송될 페이로드를 나타냅니다. POST/PUT 메서드에 필요하며 GET 메서드 Type: string(또는 resultType 문자열이 있는 식)에는 허용되지 않습니다.
headers 요청으로 전송될 헤더를 나타냅니다. 예를 들어 요청에 언어 및 형식을 설정하려면 다음을 수행합니다. "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. 형식: 문자열(또는 resultType 문자열이 있는 식). WebHookActivityTypePropertiesHeaders
method 대상 엔드포인트에 대한 Rest API 메서드입니다. "POST"(필수)
reportStatusOnCallBack true로 설정하면 statusCode, 콜백 요청 본문의 출력 및 오류가 활동에 의해 사용됩니다. 콜백 요청에서 statusCode >= 400을 설정하여 활동을 실패로 표시할 수 있습니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
시간 제한 웹후크를 다시 호출해야 하는 시간 제한입니다. 지정된 값이 없으면 기본값은 10분입니다. 형식: 문자열입니다. 패턴: ((\d+).)? (\d\d):(60,([0-5][0-9])):(60,([0-5][0-9])). string
url WebHook 활동 대상 엔드포인트 및 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

WebHookActivityTypePropertiesHeaders

Name Description
{사용자 지정 속성} 문자열

PipelineFolder

Name Description
name 이 파이프라인이 있는 폴더의 이름입니다. 문자열

ParameterDefinitionSpecification

Name Description
{사용자 지정 속성} ParameterSpecification

ParameterSpecification

Name Description
defaultValue 매개 변수의 기본값입니다.
형식 매개 변수 유형입니다. "Array"
"Bool"
"Float"
"Int"
"개체"
"SecureString"
"String"(필수)

PipelinePolicy

Name Description
elapsedTimeMetric 파이프라인 ElapsedTime 메트릭 정책. PipelineElapsedTimeMetricPolicy

PipelineElapsedTimeMetricPolicy

Name Description
duration TimeSpan 값이며, 그 후 Azure 모니터링 메트릭이 발생합니다.

PipelineRunDimensions

Name Description
{customized property}

VariableDefinitionSpecification

Name Description
{customized property} VariableSpecification

VariableSpecification

Name Description
defaultValue 변수의 기본값입니다.
형식 변수 형식입니다. "Array"
"Bool"
"String"(필수)