다음을 통해 공유


Microsoft.DataFactory 팩터리/데이터 세트 2017-09-01-preview

Bicep 리소스 정의

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

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

리소스 형식

Microsoft.DataFactory/factories/datasets 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.

resource symbolicname 'Microsoft.DataFactory/factories/datasets@2017-09-01-preview' = {
  name: 'string'
  parent: resourceSymbolicName
  properties: {
    annotations: [
      any
    ]
    description: 'string'
    linkedServiceName: {
      parameters: {
        {customized property}: any()
      }
      referenceName: 'string'
      type: 'LinkedServiceReference'
    }
    parameters: {
      {customized property}: {
        defaultValue: any()
        type: 'string'
      }
    }
    structure: any()
    type: 'string'
    // For remaining properties, see Dataset objects
  }
}

데이터 세트 개체

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

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

  type: 'AmazonMWSObject'

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

  type: 'AmazonS3Object'
  typeProperties: {
    bucketName: any()
    compression: {
      type: 'string'
      // For remaining properties, see DatasetCompression objects
    }
    format: {
      deserializer: any()
      serializer: any()
      // For remaining properties, see DatasetStorageFormat objects
    }
    key: any()
    prefix: any()
    version: any()
  }

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

  type: 'AzureBlob'
  typeProperties: {
    compression: {
      type: 'string'
      // For remaining properties, see DatasetCompression objects
    }
    fileName: any()
    folderPath: any()
    format: {
      deserializer: any()
      serializer: any()
      // For remaining properties, see DatasetStorageFormat objects
    }
    tableRootLocation: any()
  }

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

  type: 'AzureDataLakeStoreFile'
  typeProperties: {
    compression: {
      type: 'string'
      // For remaining properties, see DatasetCompression objects
    }
    fileName: any()
    folderPath: any()
    format: {
      deserializer: any()
      serializer: any()
      // For remaining properties, see DatasetStorageFormat objects
    }
  }

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

  type: 'AzureMySqlTable'
  typeProperties: {
    tableName: any()
  }

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

  type: 'AzurePostgreSqlTable'

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

  type: 'AzureSearchIndex'
  typeProperties: {
    indexName: any()
  }

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

  type: 'AzureSqlDWTable'
  typeProperties: {
    tableName: any()
  }

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

  type: 'AzureSqlTable'
  typeProperties: {
    tableName: any()
  }

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

  type: 'AzureTable'
  typeProperties: {
    tableName: any()
  }

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

  type: 'CassandraTable'
  typeProperties: {
    keyspace: any()
    tableName: any()
  }

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

  type: 'ConcurObject'

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

  type: 'CouchbaseTable'

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

  type: 'DocumentDbCollection'
  typeProperties: {
    collectionName: any()
  }

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

  type: 'DrillTable'

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

  type: 'DynamicsEntity'
  typeProperties: {
    entityName: any()
  }

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

  type: 'EloquaObject'

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

  type: 'FileShare'
  typeProperties: {
    compression: {
      type: 'string'
      // For remaining properties, see DatasetCompression objects
    }
    fileFilter: any()
    fileName: any()
    folderPath: any()
    format: {
      deserializer: any()
      serializer: any()
      // For remaining properties, see DatasetStorageFormat objects
    }
  }

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

  type: 'GoogleBigQueryObject'

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

  type: 'GreenplumTable'

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

  type: 'HBaseObject'

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

  type: 'HiveObject'

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

  type: 'HttpFile'
  typeProperties: {
    additionalHeaders: any()
    compression: {
      type: 'string'
      // For remaining properties, see DatasetCompression objects
    }
    format: {
      deserializer: any()
      serializer: any()
      // For remaining properties, see DatasetStorageFormat objects
    }
    relativeUrl: any()
    requestBody: any()
    requestMethod: any()
  }

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

  type: 'HubspotObject'

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

  type: 'ImpalaObject'

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

  type: 'JiraObject'

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

  type: 'MagentoObject'

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

  type: 'MariaDBTable'

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

  type: 'MarketoObject'

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

  type: 'MongoDbCollection'
  typeProperties: {
    collectionName: any()
  }

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

  type: 'NetezzaTable'

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

  type: 'ODataResource'
  typeProperties: {
    path: any()
  }

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

  type: 'OracleTable'
  typeProperties: {
    tableName: any()
  }

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

  type: 'PaypalObject'

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

  type: 'PhoenixObject'

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

  type: 'PrestoObject'

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

  type: 'QuickBooksObject'

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

  type: 'RelationalTable'
  typeProperties: {
    tableName: any()
  }

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

  type: 'ResponsysObject'

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

  type: 'SalesforceMarketingCloudObject'

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

  type: 'SalesforceObject'
  typeProperties: {
    objectApiName: any()
  }

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

  type: 'SapCloudForCustomerResource'
  typeProperties: {
    path: any()
  }

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

  type: 'SapEccResource'
  typeProperties: {
    path: any()
  }

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

  type: 'ServiceNowObject'

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

  type: 'ShopifyObject'

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

  type: 'SparkObject'

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

  type: 'SqlServerTable'
  typeProperties: {
    tableName: any()
  }

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

  type: 'SquareObject'

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

  type: 'VerticaTable'

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

  type: 'WebTable'
  typeProperties: {
    index: any()
    path: any()
  }

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

  type: 'XeroObject'

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

  type: 'ZohoObject'

DatasetCompression 개체

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

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

  type: 'BZip2'

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

  type: 'Deflate'
  level: 'string'

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

  type: 'GZip'
  level: 'string'

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

  type: 'ZipDeflate'
  level: 'string'

DatasetStorageFormat 개체

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

속성 값

factories/datasets

Name Description
name 리소스 이름

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

문자 제한: 1-260

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

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

자세한 내용은 부모 리소스 외부의 자식 리소스를 참조하세요.
형식의 리소스에 대한 기호화된 이름: 팩터리
properties 데이터 세트 속성. 데이터 세트 (필수)

데이터 세트

Name Description
주석 데이터 세트를 설명하는 데 사용할 수 있는 태그 목록입니다. any[]
description 데이터 세트 설명입니다. string
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference (필수)
매개 변수 데이터 세트에 대한 매개 변수입니다. ParameterDefinitionSpecification
structure 데이터 세트의 구조를 정의하는 열입니다. 형식: array(또는 resultType 배열이 있는 식), itemType: DatasetDataElement. Bicep의 경우 any() 함수를 사용할 수 있습니다.
형식 개체 형식 설정 AmazonMWSObject로 설정해야 합니다.
AmazonS3Object
AzureBlob
AzureDataLakeStoreFile로 설정해야 합니다.
AzureMySqlTable
AzurePostgreSqlTable
AzureSearchIndex
AzureSqlDWTable
AzureSqlTable
AzureTable
CassandraTable
ConcurObject
CouchbaseTable
DocumentDbCollection
DrillTable
DynamicsEntity
EloquaObject
Fileshare
GoogleBigQueryObject
GreenplumTable
HBaseObject
HiveObject로 설정해야 합니다.
HttpFile
HubspotObject
ImpalaObject
JiraObject
MagentoObject
MariaDBTable
MarketoObject
MongoDbCollection
NetezzaTable
ODataResource
OracleTable
PaypalObject
PhoenixObject
PrestoObject
QuickBooksObject
RelationalTable
ResponsysObject
SalesforceMarketingCloudObject
SalesforceObject
SapCloudForCustomerResource
SapEccResource
ServiceNowObject
ShopifyObject
SparkObject
SqlServerTable
SquareObject
VerticaTable
WebTable
XeroObject
ZohoObject (필수)

LinkedServiceReference

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

ParameterValueSpecification

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

ParameterDefinitionSpecification

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

ParameterSpecification

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

AmazonMWSObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'AmazonMWSObject'(필수)

AmazonS3Dataset

Name Description
형식 데이터 세트의 형식입니다. 'AmazonS3Object'(필수)
typeProperties Amazon S3 데이터 세트 속성. AmazonS3DatasetTypeProperties (필수)

AmazonS3DatasetTypeProperties

Name Description
bucketName Amazon S3 버킷의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
압축 Amazon S3 개체에 사용되는 데이터 압축 방법입니다. DatasetCompression
format 파일 형식입니다. DatasetStorageFormat
key Amazon S3 개체의 키입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
접두사 S3 개체 이름에 대한 접두사 필터입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
버전 S3 개체의 버전입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

DatasetCompression

Name Description
형식 개체 유형 설정 BZip2

Gzip
ZipDeflate (필수)

DatasetBZip2Compression

Name Description
형식 데이터 세트 압축의 유형입니다. 'BZip2'(필수)

DatasetDeflateCompression

Name Description
형식 데이터 세트 압축의 유형입니다. 'Deflate'(필수)
수준 Deflate 압축 수준입니다. '가장 빠른'
'최적'

DatasetGZipCompression

Name Description
형식 데이터 세트 압축의 유형입니다. 'GZip'(필수)
수준 GZip 압축 수준입니다. '가장 빠른'
'최적'

DatasetZipDeflateCompression

Name Description
형식 데이터 세트 압축의 유형입니다. 'ZipDeflate'(필수)
수준 ZipDeflate 압축 수준입니다. '가장 빠른'
'최적'

DatasetStorageFormat

Name Description
디 시리얼 라이저 디 시리얼 라이저. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
직렬 변환기 Serializer. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureBlobDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureBlob'(필수)
typeProperties Azure Blob 데이터 세트 속성. AzureBlobDatasetTypeProperties (필수)

AzureBlobDatasetTypeProperties

Name Description
압축 Blob Storage에 사용되는 데이터 압축 방법입니다. DatasetCompression
fileName Azure Blob의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
folderPath Azure Blob Storage의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
format Azure Blob Storage의 형식입니다. DatasetStorageFormat
tableRootLocation Blob 경로의 루트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureDataLakeStoreDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureDataLakeStoreFile'(필수)
typeProperties Azure Data Lake Store 데이터 세트 속성. AzureDataLakeStoreDatasetTypeProperties (필수)

AzureDataLakeStoreDatasetTypeProperties

Name Description
압축 Azure Data Lake Store의 항목에 사용되는 데이터 압축 방법입니다. DatasetCompression
fileName Azure Data Lake Store에 있는 파일의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
folderPath Azure Data Lake Store의 폴더 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
format Data Lake Store의 형식입니다. DatasetStorageFormat

AzureMySqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureMySqlTable'(필수)
typeProperties Azure MySQL 데이터베이스 데이터 세트 속성. AzureMySqlTableDatasetTypeProperties (필수)

AzureMySqlTableDatasetTypeProperties

Name Description
tableName Azure MySQL 데이터베이스 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzurePostgreSqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzurePostgreSqlTable'(필수)

AzureSearchIndexDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureSearchIndex'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. AzureSearchIndexDatasetTypeProperties (필수)

AzureSearchIndexDatasetTypeProperties

Name Description
indexName Azure Search 인덱스의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

AzureSqlDWTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureSqlDWTable'(필수)
typeProperties 데이터 세트 속성을 Azure SQL Data Warehouse. AzureSqlDWTableDatasetTypeProperties (필수)

AzureSqlDWTableDatasetTypeProperties

Name Description
tableName Azure SQL Data Warehouse 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

AzureSqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureSqlTable'(필수)
typeProperties 데이터 세트 속성을 Azure SQL. AzureSqlTableDatasetTypeProperties (필수)

AzureSqlTableDatasetTypeProperties

Name Description
tableName Azure SQL 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

AzureTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureTable'(필수)
typeProperties Azure Table 데이터 세트 속성. AzureTableDatasetTypeProperties (필수)

AzureTableDatasetTypeProperties

Name Description
tableName Azure Table Storage의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

CassandraTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'CassandraTable'(필수)
typeProperties Cassandra 데이터 세트 속성입니다. CassandraTableDatasetTypeProperties (필수)

CassandraTableDatasetTypeProperties

Name Description
keyspace Cassandra 데이터베이스의 키스페이스입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName Cassandra 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ConcurObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ConcurObject'(필수)

CouchbaseTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'CouchbaseTable'(필수)

DocumentDbCollectionDataset

Name Description
형식 데이터 세트의 형식입니다. 'DocumentDbCollection'(필수)
typeProperties DocumentDB 컬렉션 데이터 세트 속성입니다. DocumentDbCollectionDatasetTypeProperties (필수)

DocumentDbCollectionDatasetTypeProperties

Name Description
collectionName 문서 데이터베이스 컬렉션 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

DrillTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'DrillTable'(필수)

DynamicsEntityDataset

Name Description
형식 데이터 세트의 형식입니다. 'DynamicsEntity'(필수)
typeProperties Dynamics 엔터티 데이터 세트 속성입니다. DynamicsEntityDatasetTypeProperties (필수)

DynamicsEntityDatasetTypeProperties

Name Description
entityName 엔터티의 논리적 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

EloquaObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'EloquaObject'(필수)

FileShareDataset

Name Description
형식 데이터 세트의 형식입니다. 'FileShare'(필수)
typeProperties 온-프레미스 파일 시스템 데이터 세트 속성입니다. FileShareDatasetTypeProperties (필수)

FileShareDatasetTypeProperties

Name Description
압축 파일 시스템에 사용되는 데이터 압축 방법입니다. DatasetCompression
fileFilter 모든 파일이 아닌 folderPath의 파일 하위 집합을 선택하는데 사용할 필터를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
fileName 온-프레미스 파일 시스템의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
folderPath 온-프레미스 파일 시스템의 경로입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
format 파일의 형식입니다. DatasetStorageFormat

GoogleBigQueryObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'GoogleBigQueryObject'(필수)

GreenplumTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'GreenplumTable'(필수)

HBaseObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'HBaseObject'(필수)

HiveObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'HiveObject'(필수)

HttpDataset

Name Description
형식 데이터 세트의 형식입니다. 'HttpFile'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. HttpDatasetTypeProperties (필수)

HttpDatasetTypeProperties

Name Description
additionalHeaders HTTP 요청에 대한 헤더입니다. 예: request-header-name-1:request-header-value-1
...
request-header-name-n:request-header-value-n Type: string(또는 resultType 문자열이 있는 식).
Bicep의 경우 any() 함수를 사용할 수 있습니다.
압축 파일에 사용되는 데이터 압축 방법입니다. DatasetCompression
format 파일 형식입니다. DatasetStorageFormat
relativeUrl HttpLinkedService의 URL을 기반으로 하는 상대 URL은 HTTP 파일 형식: 문자열(또는 resultType 문자열이 있는 식)을 참조합니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
requestBody HTTP 요청의 본문입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
requestMethod HTTP 요청에 대한 HTTP 메서드입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

HubspotObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'HubspotObject'(필수)

ImpalaObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ImpalaObject'(필수)

JiraObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'JiraObject'(필수)

MagentoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'MagentoObject'(필수)

MariaDBTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'MariaDBTable'(필수)

MarketoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'MarketoObject'(필수)

MongoDbCollectionDataset

Name Description
형식 데이터 세트의 형식입니다. 'MongoDbCollection'(필수)
typeProperties MongoDB 데이터베이스 데이터 세트 속성입니다. MongoDbCollectionDatasetTypeProperties (필수)

MongoDbCollectionDatasetTypeProperties

Name Description
collectionName MongoDB 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

NetezzaTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'NetezzaTable'(필수)

ODataResourceDataset

Name Description
형식 데이터 세트의 형식입니다. 'ODataResource'(필수)
typeProperties OData 데이터 세트 속성입니다. ODataResourceDatasetTypeProperties (필수)

ODataResourceDatasetTypeProperties

Name Description
path OData 리소스 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

OracleTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'OracleTable'(필수)
typeProperties 온-프레미스 Oracle 데이터 세트 속성. OracleTableDatasetTypeProperties (필수)

OracleTableDatasetTypeProperties

Name Description
tableName 온-프레미스 Oracle 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

PaypalObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'PaypalObject'(필수)

PhoenixObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'PhoenixObject'(필수)

PrestoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'PrestoObject'(필수)

QuickBooksObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'QuickBooksObject'(필수)

RelationalTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'RelationalTable'(필수)
typeProperties 관계형 테이블 데이터 세트 속성입니다. RelationalTableDatasetTypeProperties (필수)

RelationalTableDatasetTypeProperties

Name Description
tableName 관계형 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ResponsysObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ResponsysObject'(필수)

SalesforceMarketingCloudObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'SalesforceMarketingCloudObject'(필수)

SalesforceObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'SalesforceObject'(필수)
typeProperties Salesforce 개체 데이터 세트 속성입니다. SalesforceObjectDatasetTypeProperties (필수)

SalesforceObjectDatasetTypeProperties

Name Description
objectApiName Salesforce 개체 API 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SapCloudForCustomerResourceDataset

Name Description
형식 데이터 세트의 형식입니다. 'SapCloudForCustomerResource'(필수)
typeProperties SAP Cloud For Customer OData 리소스 데이터 세트 속성. SapCloudForCustomerResourceDatasetTypeProperties (필수)

SapCloudForCustomerResourceDatasetTypeProperties

Name Description
path SAP Cloud for Customer OData 엔터티의 경로입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

SapEccResourceDataset

Name Description
형식 데이터 세트의 형식입니다. 'SapEccResource'(필수)
typeProperties SAP ECC OData 리소스 데이터 세트 속성입니다. SapEccResourceDatasetTypeProperties (필수)

SapEccResourceDatasetTypeProperties

Name Description
path SAP ECC OData 엔터티의 경로입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

ServiceNowObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ServiceNowObject'(필수)

ShopifyObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ShopifyObject'(필수)

SparkObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'SparkObject'(필수)

SqlServerTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'SqlServerTable'(필수)
typeProperties 온-프레미스 SQL Server 데이터 세트 속성입니다. SqlServerTableDatasetTypeProperties (필수)

SqlServerTableDatasetTypeProperties

Name Description
tableName SQL Server 데이터 세트의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

SquareObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'SquareObject'(필수)

VerticaTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'VerticaTable'(필수)

WebTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'WebTable'(필수)
typeProperties 웹 테이블 데이터 세트 속성입니다. WebTableDatasetTypeProperties (필수)

WebTableDatasetTypeProperties

Name Description
인덱스 웹 페이지에 있는 테이블의 인덱스(0부터 시작)입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
path 연결된 서비스 URL의 웹 페이지에 대한 상대 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

XeroObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'XeroObject'(필수)

ZohoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ZohoObject'(필수)

빠른 시작 템플릿

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

템플릿 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 데이터 팩터리를 만듭니다.

ARM 템플릿 리소스 정의

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

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

리소스 형식

Microsoft.DataFactory/factories/datasets 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.

{
  "type": "Microsoft.DataFactory/factories/datasets",
  "apiVersion": "2017-09-01-preview",
  "name": "string",
  "properties": {
    "annotations": [ object ],
    "description": "string",
    "linkedServiceName": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "LinkedServiceReference"
    },
    "parameters": {
      "{customized property}": {
        "defaultValue": {},
        "type": "string"
      }
    },
    "structure": {},
    "type": "string"
    // For remaining properties, see Dataset objects
  }
}

데이터 세트 개체

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

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

  "type": "AmazonMWSObject"

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

  "type": "AmazonS3Object",
  "typeProperties": {
    "bucketName": {},
    "compression": {
      "type": "string"
      // For remaining properties, see DatasetCompression objects
    },
    "format": {
      "deserializer": {},
      "serializer": {}
      // For remaining properties, see DatasetStorageFormat objects
    },
    "key": {},
    "prefix": {},
    "version": {}
  }

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

  "type": "AzureBlob",
  "typeProperties": {
    "compression": {
      "type": "string"
      // For remaining properties, see DatasetCompression objects
    },
    "fileName": {},
    "folderPath": {},
    "format": {
      "deserializer": {},
      "serializer": {}
      // For remaining properties, see DatasetStorageFormat objects
    },
    "tableRootLocation": {}
  }

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

  "type": "AzureDataLakeStoreFile",
  "typeProperties": {
    "compression": {
      "type": "string"
      // For remaining properties, see DatasetCompression objects
    },
    "fileName": {},
    "folderPath": {},
    "format": {
      "deserializer": {},
      "serializer": {}
      // For remaining properties, see DatasetStorageFormat objects
    }
  }

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

  "type": "AzureMySqlTable",
  "typeProperties": {
    "tableName": {}
  }

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

  "type": "AzurePostgreSqlTable"

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

  "type": "AzureSearchIndex",
  "typeProperties": {
    "indexName": {}
  }

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

  "type": "AzureSqlDWTable",
  "typeProperties": {
    "tableName": {}
  }

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

  "type": "AzureSqlTable",
  "typeProperties": {
    "tableName": {}
  }

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

  "type": "AzureTable",
  "typeProperties": {
    "tableName": {}
  }

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

  "type": "CassandraTable",
  "typeProperties": {
    "keyspace": {},
    "tableName": {}
  }

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

  "type": "ConcurObject"

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

  "type": "CouchbaseTable"

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

  "type": "DocumentDbCollection",
  "typeProperties": {
    "collectionName": {}
  }

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

  "type": "DrillTable"

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

  "type": "DynamicsEntity",
  "typeProperties": {
    "entityName": {}
  }

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

  "type": "EloquaObject"

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

  "type": "FileShare",
  "typeProperties": {
    "compression": {
      "type": "string"
      // For remaining properties, see DatasetCompression objects
    },
    "fileFilter": {},
    "fileName": {},
    "folderPath": {},
    "format": {
      "deserializer": {},
      "serializer": {}
      // For remaining properties, see DatasetStorageFormat objects
    }
  }

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

  "type": "GoogleBigQueryObject"

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

  "type": "GreenplumTable"

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

  "type": "HBaseObject"

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

  "type": "HiveObject"

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

  "type": "HttpFile",
  "typeProperties": {
    "additionalHeaders": {},
    "compression": {
      "type": "string"
      // For remaining properties, see DatasetCompression objects
    },
    "format": {
      "deserializer": {},
      "serializer": {}
      // For remaining properties, see DatasetStorageFormat objects
    },
    "relativeUrl": {},
    "requestBody": {},
    "requestMethod": {}
  }

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

  "type": "HubspotObject"

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

  "type": "ImpalaObject"

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

  "type": "JiraObject"

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

  "type": "MagentoObject"

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

  "type": "MariaDBTable"

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

  "type": "MarketoObject"

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

  "type": "MongoDbCollection",
  "typeProperties": {
    "collectionName": {}
  }

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

  "type": "NetezzaTable"

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

  "type": "ODataResource",
  "typeProperties": {
    "path": {}
  }

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

  "type": "OracleTable",
  "typeProperties": {
    "tableName": {}
  }

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

  "type": "PaypalObject"

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

  "type": "PhoenixObject"

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

  "type": "PrestoObject"

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

  "type": "QuickBooksObject"

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

  "type": "RelationalTable",
  "typeProperties": {
    "tableName": {}
  }

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

  "type": "ResponsysObject"

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

  "type": "SalesforceMarketingCloudObject"

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

  "type": "SalesforceObject",
  "typeProperties": {
    "objectApiName": {}
  }

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

  "type": "SapCloudForCustomerResource",
  "typeProperties": {
    "path": {}
  }

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

  "type": "SapEccResource",
  "typeProperties": {
    "path": {}
  }

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

  "type": "ServiceNowObject"

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

  "type": "ShopifyObject"

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

  "type": "SparkObject"

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

  "type": "SqlServerTable",
  "typeProperties": {
    "tableName": {}
  }

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

  "type": "SquareObject"

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

  "type": "VerticaTable"

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

  "type": "WebTable",
  "typeProperties": {
    "index": {},
    "path": {}
  }

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

  "type": "XeroObject"

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

  "type": "ZohoObject"

DatasetCompression 개체

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

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

  "type": "BZip2"

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

  "type": "Deflate",
  "level": "string"

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

  "type": "GZip",
  "level": "string"

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

  "type": "ZipDeflate",
  "level": "string"

DatasetStorageFormat 개체

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

속성 값

factories/datasets

Name Description
형식 리소스 종류 'Microsoft.DataFactory/factories/datasets'
apiVersion 리소스 api 버전 '2017-09-01-preview'
name 리소스 이름

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

문자 제한: 1-260

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

영숫자로 시작합니다.
properties 데이터 세트 속성. 데이터 세트 (필수)

데이터 세트

Name Description
주석 데이터 세트를 설명하는 데 사용할 수 있는 태그 목록입니다. any[]
description 데이터 세트 설명입니다. 문자열
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference (필수)
매개 변수 데이터 세트에 대한 매개 변수입니다. ParameterDefinitionSpecification
structure 데이터 세트의 구조를 정의하는 열입니다. 형식: array(또는 resultType 배열이 있는 식), itemType: DatasetDataElement.
형식 개체 형식 설정 AmazonMWSObject로 설정해야 합니다.
AmazonS3Object
AzureBlob
AzureDataLakeStoreFile로 설정해야 합니다.
AzureMySqlTable
AzurePostgreSqlTable
AzureSearchIndex
AzureSqlDWTable
AzureSqlTable
AzureTable
CassandraTable
ConcurObject
CouchbaseTable
DocumentDbCollection
DrillTable
DynamicsEntity
EloquaObject
Fileshare
GoogleBigQueryObject
GreenplumTable
HBaseObject
HiveObject로 설정해야 합니다.
HttpFile
HubspotObject
ImpalaObject
JiraObject
MagentoObject
MariaDBTable
MarketoObject
MongoDbCollection
NetezzaTable
ODataResource
OracleTable
PaypalObject
PhoenixObject
PrestoObject
QuickBooksObject
RelationalTable
ResponsysObject
SalesforceMarketingCloudObject
SalesforceObject
SapCloudForCustomerResource
SapEccResource
ServiceNowObject
ShopifyObject
SparkObject
SqlServerTable
SquareObject
VerticaTable
WebTable
XeroObject
ZohoObject (필수)

LinkedServiceReference

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

ParameterValueSpecification

Name Description
{사용자 지정 속성}

ParameterDefinitionSpecification

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

ParameterSpecification

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

AmazonMWSObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'AmazonMWSObject'(필수)

AmazonS3Dataset

Name Description
형식 데이터 세트의 형식입니다. 'AmazonS3Object'(필수)
typeProperties Amazon S3 데이터 세트 속성. AmazonS3DatasetTypeProperties (필수)

AmazonS3DatasetTypeProperties

Name Description
bucketName Amazon S3 버킷의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
압축 Amazon S3 개체에 사용되는 데이터 압축 방법입니다. DatasetCompression
format 파일 형식입니다. DatasetStorageFormat
key Amazon S3 개체의 키입니다. 형식: string(또는 resultType 문자열이 있는 식).
접두사 S3 개체 이름에 대한 접두사 필터입니다. 형식: string(또는 resultType 문자열이 있는 식).
버전 S3 개체의 버전입니다. 형식: string(또는 resultType 문자열이 있는 식).

DatasetCompression

Name Description
형식 개체 유형 설정 BZip2

Gzip
ZipDeflate (필수)

DatasetBZip2Compression

Name Description
형식 데이터 세트 압축의 유형입니다. 'BZip2'(필수)

DatasetDeflateCompression

Name Description
형식 데이터 세트 압축의 유형입니다. 'Deflate'(필수)
수준 Deflate 압축 수준입니다. '가장 빠른'
'최적'

DatasetGZipCompression

Name Description
형식 데이터 세트 압축의 유형입니다. 'GZip'(필수)
수준 GZip 압축 수준입니다. '가장 빠른'
'최적'

DatasetZipDeflateCompression

Name Description
형식 데이터 세트 압축의 유형입니다. 'ZipDeflate'(필수)
수준 ZipDeflate 압축 수준입니다. '가장 빠른'
'최적'

DatasetStorageFormat

Name Description
디 시리얼 라이저 디 시리얼 라이저. 형식: string(또는 resultType 문자열이 있는 식).
직렬 변환기 Serializer. 형식: string(또는 resultType 문자열이 있는 식).

AzureBlobDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureBlob'(필수)
typeProperties Azure Blob 데이터 세트 속성. AzureBlobDatasetTypeProperties (필수)

AzureBlobDatasetTypeProperties

Name Description
압축 Blob Storage에 사용되는 데이터 압축 방법입니다. DatasetCompression
fileName Azure Blob의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
folderPath Azure Blob Storage의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
format Azure Blob Storage의 형식입니다. DatasetStorageFormat
tableRootLocation Blob 경로의 루트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureDataLakeStoreDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureDataLakeStoreFile'(필수)
typeProperties Azure Data Lake Store 데이터 세트 속성. AzureDataLakeStoreDatasetTypeProperties (필수)

AzureDataLakeStoreDatasetTypeProperties

Name Description
압축 Azure Data Lake Store의 항목에 사용되는 데이터 압축 방법입니다. DatasetCompression
fileName Azure Data Lake Store에 있는 파일의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
folderPath Azure Data Lake Store의 폴더 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
format Data Lake Store의 형식입니다. DatasetStorageFormat

AzureMySqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureMySqlTable'(필수)
typeProperties Azure MySQL 데이터베이스 데이터 세트 속성. AzureMySqlTableDatasetTypeProperties (필수)

AzureMySqlTableDatasetTypeProperties

Name Description
tableName Azure MySQL 데이터베이스 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzurePostgreSqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzurePostgreSqlTable'(필수)

AzureSearchIndexDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureSearchIndex'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. AzureSearchIndexDatasetTypeProperties (필수)

AzureSearchIndexDatasetTypeProperties

Name Description
indexName Azure Search 인덱스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureSqlDWTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureSqlDWTable'(필수)
typeProperties 데이터 세트 속성을 Azure SQL Data Warehouse. AzureSqlDWTableDatasetTypeProperties (필수)

AzureSqlDWTableDatasetTypeProperties

Name Description
tableName Azure SQL Data Warehouse 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureSqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureSqlTable'(필수)
typeProperties 데이터 세트 속성을 Azure SQL. AzureSqlTableDatasetTypeProperties (필수)

AzureSqlTableDatasetTypeProperties

Name Description
tableName Azure SQL 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureTable'(필수)
typeProperties Azure Table 데이터 세트 속성. AzureTableDatasetTypeProperties (필수)

AzureTableDatasetTypeProperties

Name Description
tableName Azure Table Storage의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

CassandraTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'CassandraTable'(필수)
typeProperties Cassandra 데이터 세트 속성입니다. CassandraTableDatasetTypeProperties (필수)

CassandraTableDatasetTypeProperties

Name Description
keyspace Cassandra 데이터베이스의 키스페이스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableName Cassandra 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

ConcurObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ConcurObject'(필수)

CouchbaseTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'CouchbaseTable'(필수)

DocumentDbCollectionDataset

Name Description
형식 데이터 세트의 형식입니다. 'DocumentDbCollection'(필수)
typeProperties DocumentDB 컬렉션 데이터 세트 속성입니다. DocumentDbCollectionDatasetTypeProperties (필수)

DocumentDbCollectionDatasetTypeProperties

Name Description
collectionName Document Database 컬렉션 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

DrillTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'DrillTable'(필수)

DynamicsEntityDataset

Name Description
형식 데이터 세트의 형식입니다. 'DynamicsEntity'(필수)
typeProperties Dynamics 엔터티 데이터 세트 속성입니다. DynamicsEntityDatasetTypeProperties (필수)

DynamicsEntityDatasetTypeProperties

Name Description
entityName 엔터티의 논리적 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

EloquaObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'EloquaObject'(필수)

FileShareDataset

Name Description
형식 데이터 세트의 형식입니다. 'FileShare'(필수)
typeProperties 온-프레미스 파일 시스템 데이터 세트 속성입니다. FileShareDatasetTypeProperties (필수)

FileShareDatasetTypeProperties

Name Description
압축 파일 시스템에 사용되는 데이터 압축 방법입니다. DatasetCompression
fileFilter 모든 파일이 아닌 folderPath의 파일 하위 집합을 선택하는데 사용할 필터를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
fileName 온-프레미스 파일 시스템의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
folderPath 온-프레미스 파일 시스템의 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).
format 파일의 형식입니다. DatasetStorageFormat

GoogleBigQueryObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'GoogleBigQueryObject'(필수)

GreenplumTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'GreenplumTable'(필수)

HBaseObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'HBaseObject'(필수)

HiveObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'HiveObject'(필수)

HttpDataset

Name Description
형식 데이터 세트의 형식입니다. 'HttpFile'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. HttpDatasetTypeProperties (필수)

HttpDatasetTypeProperties

Name Description
additionalHeaders HTTP 요청에 대한 헤더입니다. 예: request-header-name-1:request-header-value-1
...
request-header-name-n:request-header-value-n Type: string(또는 resultType 문자열이 있는 식).
압축 파일에 사용되는 데이터 압축 방법입니다. DatasetCompression
format 파일 형식입니다. DatasetStorageFormat
relativeUrl HttpLinkedService의 URL을 기반으로 하는 상대 URL은 HTTP 파일 형식: 문자열(또는 resultType 문자열이 있는 식)을 참조합니다.
requestBody HTTP 요청의 본문입니다. 형식: string(또는 resultType 문자열이 있는 식).
requestMethod HTTP 요청에 대한 HTTP 메서드입니다. 형식: string(또는 resultType 문자열이 있는 식).

HubspotObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'HubspotObject'(필수)

ImpalaObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ImpalaObject'(필수)

JiraObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'JiraObject'(필수)

MagentoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'MagentoObject'(필수)

MariaDBTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'MariaDBTable'(필수)

MarketoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'MarketoObject'(필수)

MongoDbCollectionDataset

Name Description
형식 데이터 세트의 형식입니다. 'MongoDbCollection'(필수)
typeProperties MongoDB 데이터베이스 데이터 세트 속성입니다. MongoDbCollectionDatasetTypeProperties (필수)

MongoDbCollectionDatasetTypeProperties

Name Description
collectionName MongoDB 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

NetezzaTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'NetezzaTable'(필수)

ODataResourceDataset

Name Description
형식 데이터 세트의 형식입니다. 'ODataResource'(필수)
typeProperties OData 데이터 세트 속성입니다. ODataResourceDatasetTypeProperties (필수)

ODataResourceDatasetTypeProperties

Name Description
path OData 리소스 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).

OracleTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'OracleTable'(필수)
typeProperties 온-프레미스 Oracle 데이터 세트 속성입니다. OracleTableDatasetTypeProperties (필수)

OracleTableDatasetTypeProperties

Name Description
tableName 온-프레미스 Oracle 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

PaypalObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'PaypalObject'(필수)

PhoenixObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'PhoenixObject'(필수)

PrestoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'PrestoObject'(필수)

QuickBooksObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'QuickBooksObject'(필수)

RelationalTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'RelationalTable'(필수)
typeProperties 관계형 테이블 데이터 세트 속성입니다. RelationalTableDatasetTypeProperties (필수)

RelationalTableDatasetTypeProperties

Name Description
tableName 관계형 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

ResponsysObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ResponsysObject'(필수)

SalesforceMarketingCloudObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'SalesforceMarketingCloudObject'(필수)

SalesforceObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'SalesforceObject'(필수)
typeProperties Salesforce 개체 데이터 세트 속성입니다. SalesforceObjectDatasetTypeProperties (필수)

SalesforceObjectDatasetTypeProperties

Name Description
objectApiName Salesforce 개체 API 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapCloudForCustomerResourceDataset

Name Description
형식 데이터 세트의 형식입니다. 'SapCloudForCustomerResource'(필수)
typeProperties SAP Cloud For Customer OData 리소스 데이터 세트 속성. SapCloudForCustomerResourceDatasetTypeProperties (필수)

SapCloudForCustomerResourceDatasetTypeProperties

Name Description
path SAP Cloud for Customer OData 엔터티의 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapEccResourceDataset

Name Description
형식 데이터 세트의 형식입니다. 'SapEccResource'(필수)
typeProperties SAP ECC OData 리소스 데이터 세트 속성입니다. SapEccResourceDatasetTypeProperties (필수)

SapEccResourceDatasetTypeProperties

Name Description
path SAP ECC OData 엔터티의 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).

ServiceNowObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ServiceNowObject'(필수)

ShopifyObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ShopifyObject'(필수)

SparkObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'SparkObject'(필수)

SqlServerTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'SqlServerTable'(필수)
typeProperties 온-프레미스 SQL Server 데이터 세트 속성입니다. SqlServerTableDatasetTypeProperties (필수)

SqlServerTableDatasetTypeProperties

Name Description
tableName SQL Server 데이터 세트의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SquareObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'SquareObject'(필수)

VerticaTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'VerticaTable'(필수)

WebTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'WebTable'(필수)
typeProperties 웹 테이블 데이터 세트 속성입니다. WebTableDatasetTypeProperties (필수)

WebTableDatasetTypeProperties

Name Description
인덱스 웹 페이지에 있는 테이블의 인덱스(0부터 시작)입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소: 0.
path 연결된 서비스 URL의 웹 페이지에 대한 상대 URL입니다. 형식: string(또는 resultType 문자열이 있는 식).

XeroObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'XeroObject'(필수)

ZohoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ZohoObject'(필수)

빠른 시작 템플릿

다음 빠른 시작 템플릿은 이 리소스 종류를 배포합니다.

템플릿 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 데이터 팩터리를 만듭니다.

Terraform(AzAPI 공급자) 리소스 정의

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

  • 리소스 그룹

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

리소스 형식

Microsoft.DataFactory/factories/datasets 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.DataFactory/factories/datasets@2017-09-01-preview"
  name = "string"
  parent_id = "string"
  body = jsonencode({
    properties = {
      annotations = [ object ]
      description = "string"
      linkedServiceName = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      parameters = {
        {customized property} = {
          type = "string"
        }
      }
      type = "string"
      // For remaining properties, see Dataset objects
    }
  })
}

데이터 세트 개체

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

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

  type = "AmazonMWSObject"

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

  type = "AmazonS3Object"
  typeProperties = {
    compression = {
      type = "string"
      // For remaining properties, see DatasetCompression objects
    }
    format = {
      // For remaining properties, see DatasetStorageFormat objects
    }
  }

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

  type = "AzureBlob"
  typeProperties = {
    compression = {
      type = "string"
      // For remaining properties, see DatasetCompression objects
    }
    format = {
      // For remaining properties, see DatasetStorageFormat objects
    }
  }

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

  type = "AzureDataLakeStoreFile"
  typeProperties = {
    compression = {
      type = "string"
      // For remaining properties, see DatasetCompression objects
    }
    format = {
      // For remaining properties, see DatasetStorageFormat objects
    }
  }

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

  type = "AzureMySqlTable"
  typeProperties = {}

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

  type = "AzurePostgreSqlTable"

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

  type = "AzureSearchIndex"
  typeProperties = {}

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

  type = "AzureSqlDWTable"
  typeProperties = {}

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

  type = "AzureSqlTable"
  typeProperties = {}

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

  type = "AzureTable"
  typeProperties = {}

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

  type = "CassandraTable"
  typeProperties = {}

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

  type = "ConcurObject"

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

  type = "CouchbaseTable"

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

  type = "DocumentDbCollection"
  typeProperties = {}

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

  type = "DrillTable"

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

  type = "DynamicsEntity"
  typeProperties = {}

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

  type = "EloquaObject"

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

  type = "FileShare"
  typeProperties = {
    compression = {
      type = "string"
      // For remaining properties, see DatasetCompression objects
    }
    format = {
      // For remaining properties, see DatasetStorageFormat objects
    }
  }

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

  type = "GoogleBigQueryObject"

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

  type = "GreenplumTable"

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

  type = "HBaseObject"

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

  type = "HiveObject"

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

  type = "HttpFile"
  typeProperties = {
    compression = {
      type = "string"
      // For remaining properties, see DatasetCompression objects
    }
    format = {
      // For remaining properties, see DatasetStorageFormat objects
    }
  }

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

  type = "HubspotObject"

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

  type = "ImpalaObject"

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

  type = "JiraObject"

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

  type = "MagentoObject"

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

  type = "MariaDBTable"

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

  type = "MarketoObject"

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

  type = "MongoDbCollection"
  typeProperties = {}

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

  type = "NetezzaTable"

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

  type = "ODataResource"
  typeProperties = {}

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

  type = "OracleTable"
  typeProperties = {}

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

  type = "PaypalObject"

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

  type = "PhoenixObject"

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

  type = "PrestoObject"

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

  type = "QuickBooksObject"

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

  type = "RelationalTable"
  typeProperties = {}

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

  type = "ResponsysObject"

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

  type = "SalesforceMarketingCloudObject"

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

  type = "SalesforceObject"
  typeProperties = {}

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

  type = "SapCloudForCustomerResource"
  typeProperties = {}

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

  type = "SapEccResource"
  typeProperties = {}

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

  type = "ServiceNowObject"

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

  type = "ShopifyObject"

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

  type = "SparkObject"

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

  type = "SqlServerTable"
  typeProperties = {}

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

  type = "SquareObject"

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

  type = "VerticaTable"

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

  type = "WebTable"
  typeProperties = {}

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

  type = "XeroObject"

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

  type = "ZohoObject"

DatasetCompression 개체

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

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

  type = "BZip2"

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

  type = "Deflate"
  level = "string"

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

  type = "GZip"
  level = "string"

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

  type = "ZipDeflate"
  level = "string"

DatasetStorageFormat 개체

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

속성 값

팩터리/데이터 세트

Name Description
형식 리소스 종류 "Microsoft.DataFactory/factoryies/datasets@2017-09-01-preview"
name 리소스 이름 string(필수)

문자 제한: 1-260

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

영숫자로 시작합니다.
parent_id 이 리소스의 부모인 리소스의 ID입니다. 형식의 리소스에 대한 ID: 팩터리
properties 데이터 세트 속성. 데이터 세트 (필수)

데이터 세트

Name Description
주석 데이터 세트를 설명하는 데 사용할 수 있는 태그 목록입니다. any[]
description 데이터 세트 설명입니다. string
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference (필수)
매개 변수 데이터 세트에 대한 매개 변수입니다. ParameterDefinitionSpecification
structure 데이터 세트의 구조를 정의하는 열입니다. 형식: array(또는 resultType 배열이 있는 식), itemType: DatasetDataElement.
형식 개체 형식 설정 AmazonMWSObject로 설정해야 합니다.
AmazonS3Object
AzureBlob
AzureDataLakeStoreFile로 설정해야 합니다.
AzureMySqlTable
AzurePostgreSqlTable
AzureSearchIndex
AzureSqlDWTable
AzureSqlTable
AzureTable
CassandraTable
ConcurObject
CouchbaseTable
DocumentDbCollection
DrillTable
DynamicsEntity
EloquaObject
Fileshare
GoogleBigQueryObject
GreenplumTable
HBaseObject
HiveObject로 설정해야 합니다.
HttpFile
HubspotObject
ImpalaObject
JiraObject
MagentoObject
MariaDBTable
MarketoObject
MongoDbCollection
NetezzaTable
ODataResource
OracleTable
PaypalObject
PhoenixObject
PrestoObject
QuickBooksObject
RelationalTable
ResponsysObject
SalesforceMarketingCloudObject
SalesforceObject
SapCloudForCustomerResource
SapEccResource
ServiceNowObject
ShopifyObject
SparkObject
SqlServerTable
SquareObject
VerticaTable
WebTable
XeroObject
ZohoObject (필수)

LinkedServiceReference

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

ParameterValueSpecification

Name Description
{사용자 지정 속성}

ParameterDefinitionSpecification

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

ParameterSpecification

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

AmazonMWSObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "AmazonMWSObject"(필수)

AmazonS3Dataset

Name Description
형식 데이터 세트의 형식입니다. "AmazonS3Object"(필수)
typeProperties Amazon S3 데이터 세트 속성. AmazonS3DatasetTypeProperties (필수)

AmazonS3DatasetTypeProperties

Name Description
bucketName Amazon S3 버킷의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
압축 Amazon S3 개체에 사용되는 데이터 압축 방법입니다. DatasetCompression
format 파일 형식입니다. DatasetStorageFormat
key Amazon S3 개체의 키입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
접두사 S3 개체 이름에 대한 접두사 필터입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
버전 S3 개체의 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

DatasetCompression

Name Description
형식 개체 형식 설정 BZip2

Gzip
ZipDeflate (필수)

DatasetBZip2Compression

Name Description
형식 데이터 세트 압축 유형입니다. "BZip2"(필수)

DatasetDeflateCompression

Name Description
형식 데이터 세트 압축 유형입니다. "Deflate"(필수)
수준 Deflate 압축 수준입니다. "가장 빠른"
"최적"

DatasetGZipCompression

Name Description
형식 데이터 세트 압축의 유형입니다. "GZip"(필수)
수준 GZip 압축 수준입니다. "가장 빠른"
"최적"

DatasetZipDeflateCompression

Name Description
형식 데이터 세트 압축의 유형입니다. "ZipDeflate"(필수)
수준 ZipDeflate 압축 수준입니다. "가장 빠른"
"최적"

DatasetStorageFormat

Name Description
디 시리얼 라이저 디 시리얼 라이저. 형식: string(또는 resultType 문자열이 있는 식).
직렬 변환기 Serializer. 형식: string(또는 resultType 문자열이 있는 식).

AzureBlobDataset

Name Description
형식 데이터 세트의 형식입니다. "AzureBlob"(필수)
typeProperties Azure Blob 데이터 세트 속성. AzureBlobDatasetTypeProperties (필수)

AzureBlobDatasetTypeProperties

Name Description
압축 Blob Storage에 사용되는 데이터 압축 방법입니다. DatasetCompression
fileName Azure Blob의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
folderPath Azure Blob Storage의 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).
format Azure Blob Storage의 형식입니다. DatasetStorageFormat
tableRootLocation Blob 경로의 루트입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureDataLakeStoreDataset

Name Description
형식 데이터 세트의 형식입니다. "AzureDataLakeStoreFile"(필수)
typeProperties Azure Data Lake Store 데이터 세트 속성. AzureDataLakeStoreDatasetTypeProperties (필수)

AzureDataLakeStoreDatasetTypeProperties

Name Description
압축 Azure Data Lake Store의 항목에 사용되는 데이터 압축 방법입니다. DatasetCompression
fileName Azure Data Lake Store에 있는 파일의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
folderPath Azure Data Lake Store의 폴더 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).
format Data Lake Store의 형식입니다. DatasetStorageFormat

AzureMySqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. "AzureMySqlTable"(필수)
typeProperties Azure MySQL 데이터베이스 데이터 세트 속성. AzureMySqlTableDatasetTypeProperties (필수)

AzureMySqlTableDatasetTypeProperties

Name Description
tableName Azure MySQL 데이터베이스 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzurePostgreSqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. "AzurePostgreSqlTable"(필수)

AzureSearchIndexDataset

Name Description
형식 데이터 세트의 형식입니다. "AzureSearchIndex"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. AzureSearchIndexDatasetTypeProperties (필수)

AzureSearchIndexDatasetTypeProperties

Name Description
indexName Azure Search 인덱스의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureSqlDWTableDataset

Name Description
형식 데이터 세트의 형식입니다. "AzureSqlDWTable"(필수)
typeProperties 데이터 세트 속성을 Azure SQL Data Warehouse. AzureSqlDWTableDatasetTypeProperties (필수)

AzureSqlDWTableDatasetTypeProperties

Name Description
tableName Azure SQL Data Warehouse 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureSqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. "AzureSqlTable"(필수)
typeProperties 데이터 세트 속성을 Azure SQL. AzureSqlTableDatasetTypeProperties (필수)

AzureSqlTableDatasetTypeProperties

Name Description
tableName Azure SQL 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureTableDataset

Name Description
형식 데이터 세트의 형식입니다. "AzureTable"(필수)
typeProperties Azure Table 데이터 세트 속성. AzureTableDatasetTypeProperties (필수)

AzureTableDatasetTypeProperties

Name Description
tableName Azure Table Storage의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

CassandraTableDataset

Name Description
형식 데이터 세트의 형식입니다. "CassandraTable"(필수)
typeProperties Cassandra 데이터 세트 속성입니다. CassandraTableDatasetTypeProperties (필수)

CassandraTableDatasetTypeProperties

Name Description
keyspace Cassandra 데이터베이스의 키스페이스입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName Cassandra 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

ConcurObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "ConcurObject"(필수)

CouchbaseTableDataset

Name Description
형식 데이터 세트의 형식입니다. "CouchbaseTable"(필수)

DocumentDbCollectionDataset

Name Description
형식 데이터 세트의 형식입니다. "DocumentDbCollection"(필수)
typeProperties DocumentDB 컬렉션 데이터 세트 속성입니다. DocumentDbCollectionDatasetTypeProperties (필수)

DocumentDbCollectionDatasetTypeProperties

Name Description
collectionName 문서 데이터베이스 컬렉션 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

DrillTableDataset

Name Description
형식 데이터 세트의 형식입니다. "DrillTable"(필수)

DynamicsEntityDataset

Name Description
형식 데이터 세트의 형식입니다. "DynamicsEntity"(필수)
typeProperties Dynamics 엔터티 데이터 세트 속성입니다. DynamicsEntityDatasetTypeProperties (필수)

DynamicsEntityDatasetTypeProperties

Name Description
entityName 엔터티의 논리적 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

EloquaObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "EloquaObject"(필수)

FileShareDataset

Name Description
형식 데이터 세트의 형식입니다. "FileShare"(필수)
typeProperties 온-프레미스 파일 시스템 데이터 세트 속성입니다. FileShareDatasetTypeProperties (필수)

FileShareDatasetTypeProperties

Name Description
압축 파일 시스템에 사용되는 데이터 압축 방법입니다. DatasetCompression
fileFilter 모든 파일이 아닌 folderPath의 파일 하위 집합을 선택하는데 사용할 필터를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
fileName 온-프레미스 파일 시스템의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
folderPath 온-프레미스 파일 시스템의 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).
format 파일의 형식입니다. DatasetStorageFormat

GoogleBigQueryObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "GoogleBigQueryObject"(필수)

GreenplumTableDataset

Name Description
형식 데이터 세트의 형식입니다. "GreenplumTable"(필수)

HBaseObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "HBaseObject"(필수)

HiveObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "HiveObject"(필수)

HttpDataset

Name Description
형식 데이터 세트의 형식입니다. "HttpFile"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. HttpDatasetTypeProperties (필수)

HttpDatasetTypeProperties

Name Description
additionalHeaders HTTP 요청에 대한 헤더입니다. 예: request-header-name-1:request-header-value-1
...
request-header-name-n:request-header-value-n Type: string(또는 resultType 문자열이 있는 식).
압축 파일에 사용되는 데이터 압축 방법입니다. DatasetCompression
format 파일 형식입니다. DatasetStorageFormat
relativeUrl HttpLinkedService의 URL을 기반으로 하는 상대 URL은 HTTP 파일 형식: 문자열(또는 resultType 문자열이 있는 식)을 참조합니다.
requestBody HTTP 요청의 본문입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
requestMethod HTTP 요청에 대한 HTTP 메서드입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

HubspotObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "HubspotObject"(필수)

ImpalaObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "ImpalaObject"(필수)

JiraObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "JiraObject"(필수)

MagentoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "MagentoObject"(필수)

MariaDBTableDataset

Name Description
형식 데이터 세트의 형식입니다. "MariaDBTable"(필수)

MarketoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "MarketoObject"(필수)

MongoDbCollectionDataset

Name Description
형식 데이터 세트의 형식입니다. "MongoDbCollection"(필수)
typeProperties MongoDB 데이터베이스 데이터 세트 속성입니다. MongoDbCollectionDatasetTypeProperties (필수)

MongoDbCollectionDatasetTypeProperties

Name Description
collectionName MongoDB 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

NetezzaTableDataset

Name Description
형식 데이터 세트의 형식입니다. "NetezzaTable"(필수)

ODataResourceDataset

Name Description
형식 데이터 세트의 형식입니다. "ODataResource"(필수)
typeProperties OData 데이터 세트 속성입니다. ODataResourceDatasetTypeProperties (필수)

ODataResourceDatasetTypeProperties

Name Description
path OData 리소스 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).

OracleTableDataset

Name Description
형식 데이터 세트의 형식입니다. "OracleTable"(필수)
typeProperties 온-프레미스 Oracle 데이터 세트 속성입니다. OracleTableDatasetTypeProperties (필수)

OracleTableDatasetTypeProperties

Name Description
tableName 온-프레미스 Oracle 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

PaypalObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "PaypalObject"(필수)

PhoenixObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "PhoenixObject"(필수)

PrestoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "PrestoObject"(필수)

QuickBooksObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "QuickBooksObject"(필수)

RelationalTableDataset

Name Description
형식 데이터 세트의 형식입니다. "RelationalTable"(필수)
typeProperties 관계형 테이블 데이터 세트 속성입니다. RelationalTableDatasetTypeProperties (필수)

RelationalTableDatasetTypeProperties

Name Description
tableName 관계형 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

ResponsysObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "ResponsysObject"(필수)

SalesforceMarketingCloudObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "SalesforceMarketingCloudObject"(필수)

SalesforceObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "SalesforceObject"(필수)
typeProperties Salesforce 개체 데이터 세트 속성입니다. SalesforceObjectDatasetTypeProperties (필수)

SalesforceObjectDatasetTypeProperties

Name Description
objectApiName Salesforce 개체 API 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapCloudForCustomerResourceDataset

Name Description
형식 데이터 세트의 형식입니다. "SapCloudForCustomerResource"(필수)
typeProperties SAP Cloud For Customer OData 리소스 데이터 세트 속성. SapCloudForCustomerResourceDatasetTypeProperties (필수)

SapCloudForCustomerResourceDatasetTypeProperties

Name Description
path SAP Cloud for Customer OData 엔터티의 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapEccResourceDataset

Name Description
형식 데이터 세트의 형식입니다. "SapEccResource"(필수)
typeProperties SAP ECC OData 리소스 데이터 세트 속성입니다. SapEccResourceDatasetTypeProperties (필수)

SapEccResourceDatasetTypeProperties

Name Description
path SAP ECC OData 엔터티의 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).

ServiceNowObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "ServiceNowObject"(필수)

ShopifyObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "ShopifyObject"(필수)

SparkObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "SparkObject"(필수)

SqlServerTableDataset

Name Description
형식 데이터 세트의 형식입니다. "SqlServerTable"(필수)
typeProperties 온-프레미스 SQL Server 데이터 세트 속성입니다. SqlServerTableDatasetTypeProperties (필수)

SqlServerTableDatasetTypeProperties

Name Description
tableName SQL Server 데이터 세트의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SquareObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "SquareObject"(필수)

VerticaTableDataset

Name Description
형식 데이터 세트의 형식입니다. "VerticaTable"(필수)

WebTableDataset

Name Description
형식 데이터 세트의 형식입니다. "WebTable"(필수)
typeProperties 웹 테이블 데이터 세트 속성입니다. WebTableDatasetTypeProperties (필수)

WebTableDatasetTypeProperties

Name Description
인덱스 웹 페이지에 있는 테이블의 인덱스(0부터 시작)입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소: 0.
path 연결된 서비스 URL의 웹 페이지에 대한 상대 URL입니다. 형식: string(또는 resultType 문자열이 있는 식).

XeroObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "XeroObject"(필수)

ZohoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "ZohoObject"(필수)