Microsoft.DataFactory 팩터리/데이터 세트
Bicep 리소스 정의
팩터리/데이터 세트 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.DataFactory/팩터리/데이터 세트 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.
resource symbolicname 'Microsoft.DataFactory/factories/datasets@2018-06-01' = {
parent: resourceSymbolicName
name: 'string'
properties: {
annotations: [
any(Azure.Bicep.Types.Concrete.AnyType)
]
description: 'string'
folder: {
name: 'string'
}
linkedServiceName: {
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
referenceName: 'string'
type: 'string'
}
parameters: {
{customized property}: {
defaultValue: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
}
schema: any(Azure.Bicep.Types.Concrete.AnyType)
structure: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see Dataset objects
}
}
데이터 세트 개체
형식 속성을 설정하여 개체의 형식을 지정합니다.
amazonMWSObject
{
type: 'AmazonMWSObject'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
amazonRdsForOracleTable
{
type: 'AmazonRdsForOracleTable'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
amazonRdsForSqlServerTable
{
type: 'AmazonRdsForSqlServerTable'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
amazonRedshiftTable
{
type: 'AmazonRedshiftTable'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
amazonS3Object
{
type: 'AmazonS3Object'
typeProperties: {
bucketName: any(Azure.Bicep.Types.Concrete.AnyType)
compression: {
level: any(Azure.Bicep.Types.Concrete.AnyType)
type: any(Azure.Bicep.Types.Concrete.AnyType)
}
format: {
deserializer: any(Azure.Bicep.Types.Concrete.AnyType)
serializer: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see DatasetStorageFormat objects
}
key: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeEnd: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeStart: any(Azure.Bicep.Types.Concrete.AnyType)
prefix: any(Azure.Bicep.Types.Concrete.AnyType)
version: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Avro경우 다음을 사용합니다.
{
type: 'Avro'
typeProperties: {
avroCompressionCodec: any(Azure.Bicep.Types.Concrete.AnyType)
avroCompressionLevel: int
location: {
fileName: any(Azure.Bicep.Types.Concrete.AnyType)
folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see DatasetLocation objects
}
}
}
AzureBlob
{
type: 'AzureBlob'
typeProperties: {
compression: {
level: any(Azure.Bicep.Types.Concrete.AnyType)
type: any(Azure.Bicep.Types.Concrete.AnyType)
}
fileName: any(Azure.Bicep.Types.Concrete.AnyType)
folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
format: {
deserializer: any(Azure.Bicep.Types.Concrete.AnyType)
serializer: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see DatasetStorageFormat objects
}
modifiedDatetimeEnd: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeStart: any(Azure.Bicep.Types.Concrete.AnyType)
tableRootLocation: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
azureBlobFSFile
{
type: 'AzureBlobFSFile'
typeProperties: {
compression: {
level: any(Azure.Bicep.Types.Concrete.AnyType)
type: any(Azure.Bicep.Types.Concrete.AnyType)
}
fileName: any(Azure.Bicep.Types.Concrete.AnyType)
folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
format: {
deserializer: any(Azure.Bicep.Types.Concrete.AnyType)
serializer: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see DatasetStorageFormat objects
}
}
}
azureDataExplorerTable
{
type: 'AzureDataExplorerTable'
typeProperties: {
table: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
azureDataLakeStoreFile
{
type: 'AzureDataLakeStoreFile'
typeProperties: {
compression: {
level: any(Azure.Bicep.Types.Concrete.AnyType)
type: any(Azure.Bicep.Types.Concrete.AnyType)
}
fileName: any(Azure.Bicep.Types.Concrete.AnyType)
folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
format: {
deserializer: any(Azure.Bicep.Types.Concrete.AnyType)
serializer: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see DatasetStorageFormat objects
}
}
}
AzureDatabricksDeltaLakeDataset
{
type: 'AzureDatabricksDeltaLakeDataset'
typeProperties: {
database: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
azureMariaDBTable
{
type: 'AzureMariaDBTable'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
azureMySqlTable
{
type: 'AzureMySqlTable'
typeProperties: {
table: any(Azure.Bicep.Types.Concrete.AnyType)
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
azurePostgreSqlTable
{
type: 'AzurePostgreSqlTable'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
azureSearchIndex
{
type: 'AzureSearchIndex'
typeProperties: {
indexName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
azureSqlDWTable
{
type: 'AzureSqlDWTable'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
azureSqlMITable
{
type: 'AzureSqlMITable'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
azureSqlTable
{
type: 'AzureSqlTable'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
azureTable
{
type: 'AzureTable'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
이진경우 다음을 사용합니다.
{
type: 'Binary'
typeProperties: {
compression: {
level: any(Azure.Bicep.Types.Concrete.AnyType)
type: any(Azure.Bicep.Types.Concrete.AnyType)
}
location: {
fileName: any(Azure.Bicep.Types.Concrete.AnyType)
folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see DatasetLocation objects
}
}
}
cassandraTable
{
type: 'CassandraTable'
typeProperties: {
keyspace: any(Azure.Bicep.Types.Concrete.AnyType)
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
CommonDataServiceForAppsEntity다음을 사용합니다.
{
type: 'CommonDataServiceForAppsEntity'
typeProperties: {
entityName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
ConcurObject경우 다음을 사용합니다.
{
type: 'ConcurObject'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
CosmosDbMongoDbApiCollection경우 다음을 사용합니다.
{
type: 'CosmosDbMongoDbApiCollection'
typeProperties: {
collection: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
CosmosDbSqlApiCollection경우 다음을 사용합니다.
{
type: 'CosmosDbSqlApiCollection'
typeProperties: {
collectionName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
CouchbaseTable경우 다음을 사용합니다.
{
type: 'CouchbaseTable'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
customDataset
{
type: 'CustomDataset'
typeProperties: any(Azure.Bicep.Types.Concrete.AnyType)
}
Db2Table경우 다음을 사용합니다.
{
type: 'Db2Table'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
DelimitedText경우 다음을 사용합니다.
{
type: 'DelimitedText'
typeProperties: {
columnDelimiter: any(Azure.Bicep.Types.Concrete.AnyType)
compressionCodec: any(Azure.Bicep.Types.Concrete.AnyType)
compressionLevel: any(Azure.Bicep.Types.Concrete.AnyType)
encodingName: any(Azure.Bicep.Types.Concrete.AnyType)
escapeChar: any(Azure.Bicep.Types.Concrete.AnyType)
firstRowAsHeader: any(Azure.Bicep.Types.Concrete.AnyType)
location: {
fileName: any(Azure.Bicep.Types.Concrete.AnyType)
folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see DatasetLocation objects
}
nullValue: any(Azure.Bicep.Types.Concrete.AnyType)
quoteChar: any(Azure.Bicep.Types.Concrete.AnyType)
rowDelimiter: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
documentDbCollection
{
type: 'DocumentDbCollection'
typeProperties: {
collectionName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
DrillTable경우 다음을 사용합니다.
{
type: 'DrillTable'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
DynamicsAXResource경우 다음을 사용합니다.
{
type: 'DynamicsAXResource'
typeProperties: {
path: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
DynamicsCrmEntity경우 다음을 사용합니다.
{
type: 'DynamicsCrmEntity'
typeProperties: {
entityName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
DynamicsEntity다음을 사용합니다.
{
type: 'DynamicsEntity'
typeProperties: {
entityName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
EloquaObject경우 다음을 사용합니다.
{
type: 'EloquaObject'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
excel
{
type: 'Excel'
typeProperties: {
compression: {
level: any(Azure.Bicep.Types.Concrete.AnyType)
type: any(Azure.Bicep.Types.Concrete.AnyType)
}
firstRowAsHeader: any(Azure.Bicep.Types.Concrete.AnyType)
location: {
fileName: any(Azure.Bicep.Types.Concrete.AnyType)
folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see DatasetLocation objects
}
nullValue: any(Azure.Bicep.Types.Concrete.AnyType)
range: any(Azure.Bicep.Types.Concrete.AnyType)
sheetIndex: any(Azure.Bicep.Types.Concrete.AnyType)
sheetName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
fileShare
{
type: 'FileShare'
typeProperties: {
compression: {
level: any(Azure.Bicep.Types.Concrete.AnyType)
type: any(Azure.Bicep.Types.Concrete.AnyType)
}
fileFilter: any(Azure.Bicep.Types.Concrete.AnyType)
fileName: any(Azure.Bicep.Types.Concrete.AnyType)
folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
format: {
deserializer: any(Azure.Bicep.Types.Concrete.AnyType)
serializer: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see DatasetStorageFormat objects
}
modifiedDatetimeEnd: any(Azure.Bicep.Types.Concrete.AnyType)
modifiedDatetimeStart: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
GoogleAdWordsObject
{
type: 'GoogleAdWordsObject'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
GoogleBigQueryObject
{
type: 'GoogleBigQueryObject'
typeProperties: {
dataset: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
GoogleBigQueryV2Object
{
type: 'GoogleBigQueryV2Object'
typeProperties: {
dataset: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
GreenplumTable경우 다음을 사용합니다.
{
type: 'GreenplumTable'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
HBaseObject경우 다음을 사용합니다.
{
type: 'HBaseObject'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
hiveObject
{
type: 'HiveObject'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
httpFile
{
type: 'HttpFile'
typeProperties: {
additionalHeaders: any(Azure.Bicep.Types.Concrete.AnyType)
compression: {
level: any(Azure.Bicep.Types.Concrete.AnyType)
type: any(Azure.Bicep.Types.Concrete.AnyType)
}
format: {
deserializer: any(Azure.Bicep.Types.Concrete.AnyType)
serializer: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see DatasetStorageFormat objects
}
relativeUrl: any(Azure.Bicep.Types.Concrete.AnyType)
requestBody: any(Azure.Bicep.Types.Concrete.AnyType)
requestMethod: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
HubspotObject경우 다음을 사용합니다.
{
type: 'HubspotObject'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
빙산경우 다음을 사용합니다.
{
type: 'Iceberg'
typeProperties: {
location: {
fileName: any(Azure.Bicep.Types.Concrete.AnyType)
folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see DatasetLocation objects
}
}
}
ImpalaObject경우 다음을 사용합니다.
{
type: 'ImpalaObject'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
InformixTable경우 다음을 사용합니다.
{
type: 'InformixTable'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
JiraObject
{
type: 'JiraObject'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Json
{
type: 'Json'
typeProperties: {
compression: {
level: any(Azure.Bicep.Types.Concrete.AnyType)
type: any(Azure.Bicep.Types.Concrete.AnyType)
}
encodingName: any(Azure.Bicep.Types.Concrete.AnyType)
location: {
fileName: any(Azure.Bicep.Types.Concrete.AnyType)
folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see DatasetLocation objects
}
}
}
LakeHouseTable경우 다음을 사용합니다.
{
type: 'LakeHouseTable'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
MagentoObject경우 다음을 사용합니다.
{
type: 'MagentoObject'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
MariaDBTable경우 다음을 사용합니다.
{
type: 'MariaDBTable'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
MarketoObject경우 다음을 사용합니다.
{
type: 'MarketoObject'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
microsoftAccessTable
{
type: 'MicrosoftAccessTable'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
MongoDbAtlasCollection경우 다음을 사용합니다.
{
type: 'MongoDbAtlasCollection'
typeProperties: {
collection: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
MongoDbCollection경우 다음을 사용합니다.
{
type: 'MongoDbCollection'
typeProperties: {
collectionName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
MongoDbV2Collection경우 다음을 사용합니다.
{
type: 'MongoDbV2Collection'
typeProperties: {
collection: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
mySqlTable
{
type: 'MySqlTable'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
netezzaTable
{
type: 'NetezzaTable'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
ODataResource
{
type: 'ODataResource'
typeProperties: {
path: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
OdbcTable경우 다음을 사용합니다.
{
type: 'OdbcTable'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Office365Table경우 다음을 사용합니다.
{
type: 'Office365Table'
typeProperties: {
predicate: any(Azure.Bicep.Types.Concrete.AnyType)
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
oracleServiceCloudObject
{
type: 'OracleServiceCloudObject'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
oracleTable
{
type: 'OracleTable'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Orc경우 다음을 사용합니다.
{
type: 'Orc'
typeProperties: {
location: {
fileName: any(Azure.Bicep.Types.Concrete.AnyType)
folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see DatasetLocation objects
}
orcCompressionCodec: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
parquet
{
type: 'Parquet'
typeProperties: {
compressionCodec: any(Azure.Bicep.Types.Concrete.AnyType)
location: {
fileName: any(Azure.Bicep.Types.Concrete.AnyType)
folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see DatasetLocation objects
}
}
}
paypalObject
{
type: 'PaypalObject'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
PhoenixObject경우 다음을 사용합니다.
{
type: 'PhoenixObject'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
PostgreSqlTable경우 다음을 사용합니다.
{
type: 'PostgreSqlTable'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
PostgreSqlV2Table경우 다음을 사용합니다.
{
type: 'PostgreSqlV2Table'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
PrestoObject경우 다음을 사용합니다.
{
type: 'PrestoObject'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
QuickBooksObject
{
type: 'QuickBooksObject'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
RelationalTable경우 다음을 사용합니다.
{
type: 'RelationalTable'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
ResponsysObject경우 다음을 사용합니다.
{
type: 'ResponsysObject'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
RestResource경우 다음을 사용합니다.
{
type: 'RestResource'
typeProperties: {
additionalHeaders: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
paginationRules: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
relativeUrl: any(Azure.Bicep.Types.Concrete.AnyType)
requestBody: any(Azure.Bicep.Types.Concrete.AnyType)
requestMethod: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
SalesforceMarketingCloudObject경우 다음을 사용합니다.
{
type: 'SalesforceMarketingCloudObject'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
SalesforceObject경우 다음을 사용합니다.
{
type: 'SalesforceObject'
typeProperties: {
objectApiName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
salesforceServiceCloudObject
{
type: 'SalesforceServiceCloudObject'
typeProperties: {
objectApiName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
SalesforceServiceCloudV2Object경우 다음을 사용합니다.
{
type: 'SalesforceServiceCloudV2Object'
typeProperties: {
objectApiName: any(Azure.Bicep.Types.Concrete.AnyType)
reportId: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
SalesforceV2Object경우 다음을 사용합니다.
{
type: 'SalesforceV2Object'
typeProperties: {
objectApiName: any(Azure.Bicep.Types.Concrete.AnyType)
reportId: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
sapBwCube
{
type: 'SapBwCube'
}
sapCloudForCustomerResource
{
type: 'SapCloudForCustomerResource'
typeProperties: {
path: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
sapEccResource
{
type: 'SapEccResource'
typeProperties: {
path: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
sapHanaTable
{
type: 'SapHanaTable'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
sapOdpResource
{
type: 'SapOdpResource'
typeProperties: {
context: any(Azure.Bicep.Types.Concrete.AnyType)
objectName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
SapOpenHubTable경우 다음을 사용합니다.
{
type: 'SapOpenHubTable'
typeProperties: {
baseRequestId: any(Azure.Bicep.Types.Concrete.AnyType)
excludeLastRequest: any(Azure.Bicep.Types.Concrete.AnyType)
openHubDestinationName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
sapTableResource
{
type: 'SapTableResource'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
serviceNowObject
{
type: 'ServiceNowObject'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
serviceNowV2Object
{
type: 'ServiceNowV2Object'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
SharePointOnlineListResource
{
type: 'SharePointOnlineListResource'
typeProperties: {
listName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
shopifyObject
{
type: 'ShopifyObject'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
snowflakeTable
{
type: 'SnowflakeTable'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
snowflakeV2Table
{
type: 'SnowflakeV2Table'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
SparkObject경우 다음을 사용합니다.
{
type: 'SparkObject'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
SqlServerTable경우 다음을 사용합니다.
{
type: 'SqlServerTable'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
SquareObject경우 다음을 사용합니다.
{
type: 'SquareObject'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
SybaseTable경우 다음을 사용합니다.
{
type: 'SybaseTable'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
TeradataTable경우 다음을 사용합니다.
{
type: 'TeradataTable'
typeProperties: {
database: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
VerticaTable경우 다음을 사용합니다.
{
type: 'VerticaTable'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
WarehouseTable경우 다음을 사용합니다.
{
type: 'WarehouseTable'
typeProperties: {
schema: any(Azure.Bicep.Types.Concrete.AnyType)
table: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
WebTable경우 다음을 사용합니다.
{
type: 'WebTable'
typeProperties: {
index: any(Azure.Bicep.Types.Concrete.AnyType)
path: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
XeroObject
{
type: 'XeroObject'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
Xml경우 다음을 사용합니다.
{
type: 'Xml'
typeProperties: {
compression: {
level: any(Azure.Bicep.Types.Concrete.AnyType)
type: any(Azure.Bicep.Types.Concrete.AnyType)
}
encodingName: any(Azure.Bicep.Types.Concrete.AnyType)
location: {
fileName: any(Azure.Bicep.Types.Concrete.AnyType)
folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
// For remaining properties, see DatasetLocation objects
}
nullValue: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
ZohoObject
{
type: 'ZohoObject'
typeProperties: {
tableName: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
DatasetStorageFormat 개체
형식 속성을 설정하여 개체의 형식을 지정합니다.
AvroFormat경우 다음을 사용합니다.
{
type: 'AvroFormat'
}
JsonFormat
{
encodingName: any(Azure.Bicep.Types.Concrete.AnyType)
filePattern: any(Azure.Bicep.Types.Concrete.AnyType)
jsonNodeReference: any(Azure.Bicep.Types.Concrete.AnyType)
jsonPathDefinition: any(Azure.Bicep.Types.Concrete.AnyType)
nestingSeparator: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'JsonFormat'
}
orcFormat
{
type: 'OrcFormat'
}
parquetFormat
{
type: 'ParquetFormat'
}
TextFormat
{
columnDelimiter: any(Azure.Bicep.Types.Concrete.AnyType)
encodingName: any(Azure.Bicep.Types.Concrete.AnyType)
escapeChar: any(Azure.Bicep.Types.Concrete.AnyType)
firstRowAsHeader: any(Azure.Bicep.Types.Concrete.AnyType)
nullValue: any(Azure.Bicep.Types.Concrete.AnyType)
quoteChar: any(Azure.Bicep.Types.Concrete.AnyType)
rowDelimiter: any(Azure.Bicep.Types.Concrete.AnyType)
skipLineCount: any(Azure.Bicep.Types.Concrete.AnyType)
treatEmptyAsNull: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'TextFormat'
}
DatasetLocation 개체
형식 속성을 설정하여 개체의 형식을 지정합니다.
AmazonS3CompatibleLocation경우 다음을 사용합니다.
{
bucketName: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AmazonS3CompatibleLocation'
version: any(Azure.Bicep.Types.Concrete.AnyType)
}
amazonS3Location
{
bucketName: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AmazonS3Location'
version: any(Azure.Bicep.Types.Concrete.AnyType)
}
AzureBlobFSLocation
{
fileSystem: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureBlobFSLocation'
}
AzureBlobStorageLocation
{
container: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'AzureBlobStorageLocation'
}
AzureDataLakeStoreLocation
{
type: 'AzureDataLakeStoreLocation'
}
AzureFileStorageLocation
{
type: 'AzureFileStorageLocation'
}
fileServerLocation
{
type: 'FileServerLocation'
}
ftpServerLocation
{
type: 'FtpServerLocation'
}
GoogleCloudStorageLocation
{
bucketName: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'GoogleCloudStorageLocation'
version: any(Azure.Bicep.Types.Concrete.AnyType)
}
HdfsLocation경우 다음을 사용합니다.
{
type: 'HdfsLocation'
}
httpServerLocation
{
relativeUrl: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'HttpServerLocation'
}
LakeHouseLocation경우 다음을 사용합니다.
{
type: 'LakeHouseLocation'
}
OracleCloudStorageLocation
{
bucketName: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'OracleCloudStorageLocation'
version: any(Azure.Bicep.Types.Concrete.AnyType)
}
SftpLocation경우 다음을 사용합니다.
{
type: 'SftpLocation'
}
속성 값
AmazonMWSObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AmazonMWSObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
AmazonRdsForOracleTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AmazonRdsForOracleTable'(필수) |
typeProperties | AmazonRdsForOracle 데이터 세트 속성입니다. | AmazonRdsForOracleTableDatasetTypeProperties |
AmazonRdsForOracleTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | AmazonRdsForOracle 데이터베이스의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | AmazonRdsForOracle 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AmazonRdsForSqlServerTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AmazonRdsForSqlServerTable'(필수) |
typeProperties | SQL Server용 Amazon RDS 데이터 세트 속성입니다. | AmazonRdsForSqlServerTableDatasetTypeProperties |
AmazonRdsForSqlServerTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | SQL Server 데이터 세트의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | SQL Server 데이터 세트의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AmazonRedshiftTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AmazonRedshiftTable'(필수) |
typeProperties | Amazon Redshift 테이블 데이터 세트 속성입니다. | amazonRedshiftTableDatasetTypeProperties |
AmazonRedshiftTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Amazon Redshift 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Amazon Redshift 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
AmazonS3CompatibleLocation
이름 | 묘사 | 값 |
---|---|---|
bucketName | Amazon S3 호환의 bucketName을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식) | 어떤 |
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'AmazonS3CompatibleLocation'(필수) |
버전 | Amazon S3 호환 버전을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AmazonS3Dataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AmazonS3Object'(필수) |
typeProperties | Amazon S3 데이터 세트 속성입니다. | AmazonS3DatasetTypeProperties(필수) |
AmazonS3DatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
bucketName | Amazon S3 버킷의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
압축 | Amazon S3 개체에 사용되는 데이터 압축 메서드입니다. | DatasetCompression |
판 | 파일 형식입니다. | DatasetStorageFormat |
열쇠 | Amazon S3 개체의 키입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
modifiedDatetimeEnd | S3 개체의 수정된 날짜/시간의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
modifiedDatetimeStart | S3 개체의 수정된 날짜/시간의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
접두사 | S3 개체 이름에 대한 접두사 필터입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
버전 | S3 개체의 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AmazonS3Location
이름 | 묘사 | 값 |
---|---|---|
bucketName | amazon S3의 bucketName을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식) | 어떤 |
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'AmazonS3Location'(필수) |
버전 | amazon S3 버전을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AvroDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Avro'(필수) |
typeProperties | Avro 데이터 세트 속성입니다. | AvroDatasetTypeProperties |
AvroDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
avroCompressionCodec | 데이터 avroCompressionCodec입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
avroCompressionLevel | int 제약 조건: 최소값 = 1 최대값 = 9 |
|
위치 | avro 스토리지의 위치입니다. | DatasetLocation(필수) |
AvroFormat
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 형식의 형식입니다. | 'AvroFormat'(필수) |
AzureBlobDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureBlob'(필수) |
typeProperties | Azure Blob 데이터 세트 속성입니다. | AzureBlobDatasetTypeProperties |
AzureBlobDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | Blob Storage에 사용되는 데이터 압축 방법입니다. | DatasetCompression |
파일 | Azure Blob의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
folderPath | Azure Blob Storage의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
판 | Azure Blob Storage의 형식입니다. | DatasetStorageFormat |
modifiedDatetimeEnd | Azure Blob의 수정된 날짜/시간의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
modifiedDatetimeStart | Azure Blob의 수정된 날짜/시간의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableRootLocation | Blob 경로의 루트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureBlobFSDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureBlobFSFile'(필수) |
typeProperties | Azure Data Lake Storage Gen2 데이터 세트 속성입니다. | AzureBlobFSDatasetTypeProperties |
AzureBlobFSDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | Blob Storage에 사용되는 데이터 압축 방법입니다. | DatasetCompression |
파일 | Azure Data Lake Storage Gen2의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
folderPath | Azure Data Lake Storage Gen2 스토리지의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
판 | Azure Data Lake Storage Gen2 스토리지의 형식입니다. | DatasetStorageFormat |
AzureBlobFSLocation
이름 | 묘사 | 값 |
---|---|---|
fileSystem | Azure BlobFS의 fileSystem을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'AzureBlobFSLocation'(필수) |
AzureBlobStorageLocation
이름 | 묘사 | 값 |
---|---|---|
컨테이너 | Azure Blob의 컨테이너를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'AzureBlobStorageLocation'(필수) |
AzureDatabricksDeltaLakeDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureDatabricksDeltaLakeDataset'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | AzureDatabricksDeltaLakeDatasetTypeProperties |
AzureDatabricksDeltaLakeDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
데이터베이스 | 델타 테이블의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | 델타 테이블의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureDataExplorerDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
테이블 | Azure Data Explorer 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureDataExplorerTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureDataExplorerTable'(필수) |
typeProperties | Azure Data Explorer(Kusto) 데이터 세트 속성입니다. | AzureDataExplorerDatasetTypeProperties |
AzureDataLakeStoreDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureDataLakeStoreFile'(필수) |
typeProperties | Azure Data Lake Store 데이터 세트 속성입니다. | AzureDataLakeStoreDatasetTypeProperties |
AzureDataLakeStoreDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | Azure Data Lake Store의 항목에 사용되는 데이터 압축 방법입니다. | DatasetCompression |
파일 | Azure Data Lake Store에 있는 파일의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
folderPath | Azure Data Lake Store의 폴더 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
판 | Data Lake Store의 형식입니다. | DatasetStorageFormat |
AzureDataLakeStoreLocation
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'AzureDataLakeStoreLocation'(필수) |
AzureFileStorageLocation
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'AzureFileStorageLocation'(필수) |
AzureMariaDBTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureMariaDBTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
AzureMySqlTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureMySqlTable'(필수) |
typeProperties | Azure MySQL 데이터베이스 데이터 세트 속성입니다. | AzureMySqlTableDatasetTypeProperties |
AzureMySqlTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
테이블 | Azure MySQL 데이터베이스 테이블의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | Azure MySQL 데이터베이스 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzurePostgreSqlTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzurePostgreSqlTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | AzurePostgreSqlTableDatasetTypeProperties |
AzurePostgreSqlTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Azure PostgreSQL 데이터베이스의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Azure PostgreSQL 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 스키마와 테이블을 모두 포함하는 Azure PostgreSQL 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureSearchIndexDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureSearchIndex'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | AzureSearchIndexDatasetTypeProperties |
AzureSearchIndexDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
indexName | Azure Search 인덱스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
AzureSqlDWTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureSqlDWTable'(필수) |
typeProperties | Azure SQL Data Warehouse 데이터 세트 속성입니다. | AzureSqlDWTableDatasetTypeProperties |
AzureSqlDWTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Azure SQL Data Warehouse의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Azure SQL Data Warehouse의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
AzureSqlMITableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureSqlMITable'(필수) |
typeProperties | Azure SQL Managed Instance 데이터 세트 속성입니다. | AzureSqlMITableDatasetTypeProperties |
AzureSqlMITableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Azure SQL Managed Instance의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Azure SQL Managed Instance 데이터 세트의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
AzureSqlTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureSqlTable'(필수) |
typeProperties | Azure SQL 데이터 세트 속성입니다. | AzureSqlTableDatasetTypeProperties |
AzureSqlTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Azure SQL 데이터베이스의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Azure SQL 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
AzureTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureTable'(필수) |
typeProperties | Azure Table 데이터 세트 속성입니다. | AzureTableDatasetTypeProperties |
AzureTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | Azure Table Storage의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
BinaryDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Binary'(필수) |
typeProperties | 이진 데이터 세트 속성입니다. | BinaryDatasetTypeProperties |
BinaryDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | 이진 데이터 세트에 사용되는 데이터 압축 메서드입니다. | DatasetCompression |
위치 | 이진 스토리지의 위치입니다. | DatasetLocation(필수) |
CassandraTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'CassandraTable'(필수) |
typeProperties | Cassandra 데이터 세트 속성입니다. | CassandraTableDatasetTypeProperties |
CassandraTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
keyspace | Cassandra 데이터베이스의 키스페이스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | Cassandra 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
CommonDataServiceForAppsEntityDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'CommonDataServiceForAppsEntity'(필수) |
typeProperties | 앱용 Common Data Service 엔터티 데이터 세트 속성입니다. | CommonDataServiceForAppsEntityDatasetTypeProperties |
CommonDataServiceForAppsEntityDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
entityName | 엔터티의 논리적 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
ConcurObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ConcurObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
CosmosDbMongoDbApiCollectionDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'CosmosDbMongoDbApiCollection'(필수) |
typeProperties | CosmosDB(MongoDB API) 데이터베이스 데이터 세트 속성입니다. | CosmosDbMongoDbApiCollectionDatasetTypeProperties(필수) |
CosmosDbMongoDbApiCollectionDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
수집 | CosmosDB(MongoDB API) 데이터베이스의 컬렉션 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
CosmosDbSqlApiCollectionDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'CosmosDbSqlApiCollection'(필수) |
typeProperties | CosmosDB(SQL API) 컬렉션 데이터 세트 속성입니다. | CosmosDbSqlApiCollectionDatasetTypeProperties(필수) |
CosmosDbSqlApiCollectionDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
collectionName | CosmosDB(SQL API) 컬렉션 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
CouchbaseTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'CouchbaseTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
CustomDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'CustomDataset'(필수) |
typeProperties | 사용자 지정 데이터 세트 속성입니다. | 어떤 |
데이터 세트
이름 | 묘사 | 값 |
---|---|---|
주석 | 데이터 세트를 설명하는 데 사용할 수 있는 태그 목록입니다. | any[] |
묘사 | 데이터 세트 설명입니다. | 문자열 |
폴더 | 이 데이터 세트가 있는 폴더입니다. 지정하지 않으면 데이터 세트가 루트 수준에 표시됩니다. | DatasetFolder |
linkedServiceName | 연결된 서비스 참조입니다. | linkedServiceReference |
매개 변수 | 데이터 세트에 대한 매개 변수입니다. | ParameterDefinitionSpecification |
스키마 | 데이터 세트의 실제 형식 스키마를 정의하는 열입니다. 형식: array(또는 resultType 배열이 있는 식), itemType: DatasetSchemaDataElement. | 어떤 |
구조 | 데이터 세트의 구조를 정의하는 열입니다. 형식: array(또는 resultType 배열이 있는 식), itemType: DatasetDataElement. | 어떤 |
형 | AmazonMWSObjectDataset |
'AmazonMWSObject' 'AmazonRdsForOracleTable' 'AmazonRdsForSqlServerTable' 'AmazonRedshiftTable' 'AmazonS3Object' 'Avro' 'AzureBlob' 'AzureBlobFSFile' 'AzureDatabricksDeltaLakeDataset' 'AzureDataExplorerTable' 'AzureDataLakeStoreFile' 'AzureMariaDBTable' 'AzureMySqlTable' 'AzurePostgreSqlTable' 'AzureSearchIndex' 'AzureSqlDWTable' 'AzureSqlMITable' 'AzureSqlTable' 'AzureTable' 'Binary' 'CassandraTable' 'CommonDataServiceForAppsEntity' 'ConcurObject' 'CosmosDbMongoDbApiCollection' 'CosmosDbSqlApiCollection' 'CouchbaseTable' 'CustomDataset' 'Db2Table' 'DelimitedText' 'DocumentDbCollection' 'DrillTable' 'DynamicsAXResource' 'DynamicsCrmEntity' 'DynamicsEntity' 'EloquaObject' 'Excel' 'FileShare' 'GoogleAdWordsObject' 'GoogleBigQueryObject' 'GoogleBigQueryV2Object' 'GreenplumTable' 'HBaseObject' 'HiveObject' 'HttpFile' 'HubspotObject' '빙산' 'ImpalaObject' 'InformixTable' 'JiraObject' 'Json' 'LakeHouseTable' 'MagentoObject' 'MariaDBTable' 'MarketoObject' 'MicrosoftAccessTable' 'MongoDbAtlasCollection' 'MongoDbCollection' 'MongoDbV2Collection' 'MySqlTable' 'NetezzaTable' 'ODataResource' 'OdbcTable' 'Office365Table' 'OracleServiceCloudObject' 'OracleTable' 'Orc' 'Parquet' 'PaypalObject' 'PhoenixObject' 'PostgreSqlTable' 'PostgreSqlV2Table' 'PrestoObject' 'QuickBooksObject' 'RelationalTable' 'ResponsysObject' 'RestResource' 'SalesforceMarketingCloudObject' 'SalesforceObject' 'SalesforceServiceCloudObject' 'SalesforceServiceCloudV2Object' 'SalesforceV2Object' 'SapBwCube' 'SapCloudForCustomerResource' 'SapEccResource' 'SapHanaTable' 'SapOdpResource' 'SapOpenHubTable' 'SapTableResource' 'ServiceNowObject' 'ServiceNowV2Object' 'SharePointOnlineListResource' 'ShopifyObject' 'SnowflakeTable' 'SnowflakeV2Table' 'SparkObject' 'SqlServerTable' 'SquareObject' 'SybaseTable' 'TeradataTable' 'VerticaTable' 'WarehouseTable' 'WebTable' 'XeroObject' 'Xml' 'ZohoObject'(필수) |
DatasetCompression
이름 | 묘사 | 값 |
---|---|---|
수준 | 데이터 세트 압축 수준입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
형 | 데이터 세트 압축의 형식입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
DatasetFolder
이름 | 묘사 | 값 |
---|---|---|
이름 | 이 데이터 세트가 있는 폴더의 이름입니다. | 문자열 |
DatasetLocation
이름 | 묘사 | 값 |
---|---|---|
파일 | 데이터 세트의 파일 이름을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
folderPath | 데이터 세트의 폴더 경로를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식) | 어떤 |
형 | AmazonS3CompatibleLocation |
'AmazonS3CompatibleLocation' 'AmazonS3Location' 'AzureBlobFSLocation' 'AzureBlobStorageLocation' 'AzureDataLakeStoreLocation' 'AzureFileStorageLocation' 'FileServerLocation' 'FtpServerLocation' 'GoogleCloudStorageLocation' 'HdfsLocation' 'HttpServerLocation' 'LakeHouseLocation' 'OracleCloudStorageLocation' 'SftpLocation'(필수) |
DatasetStorageFormat
이름 | 묘사 | 값 |
---|---|---|
deserializer | 역직렬 변환기입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
serializer | 직렬 변환기입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
형 | AvroFormat |
'AvroFormat' 'JsonFormat' 'OrcFormat' 'ParquetFormat' 'TextFormat'(필수) |
Db2TableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Db2Table'(필수) |
typeProperties | Db2 테이블 데이터 세트 속성입니다. | Db2TableDatasetTypeProperties |
Db2TableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Db2 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Db2 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
DelimitedTextDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'DelimitedText'(필수) |
typeProperties | 구분된 텍스트 데이터 세트 속성입니다. | DelimitedTextDatasetTypeProperties |
DelimitedTextDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
columnDelimiter | 열 구분 기호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
compressionCodec | 데이터 압축 코드입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
compressionLevel | DelimitedText에 사용되는 데이터 압축 메서드입니다. | 어떤 |
encodingName | 기본 설정 인코딩의 코드 페이지 이름입니다. 누락된 경우 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 UTF-8입니다. 지원되는 값을 설정하려면 다음 링크에서 테이블의 이름 열을 참조하세요. https://msdn.microsoft.com/library/system.text.encoding.aspx. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
escapeChar | 이스케이프 문자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
firstRowAsHeader | 입력으로 사용되는 경우 데이터의 첫 번째 행을 헤더로 처리합니다. 출력으로 사용되는 경우 헤더를 출력에 데이터의 첫 번째 행으로 씁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
위치 | 구분된 텍스트 저장소의 위치입니다. | DatasetLocation(필수) |
nullValue | null 값 문자열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
quoteChar | 따옴표 문자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
rowDelimiter | 행 구분 기호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
DocumentDbCollectionDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'DocumentDbCollection'(필수) |
typeProperties | DocumentDB 컬렉션 데이터 세트 속성입니다. | documentDbCollectionDatasetTypeProperties |
DocumentDbCollectionDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
collectionName | Document Database 컬렉션 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
DrillDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | 드릴의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | 드릴의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
DrillTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'DrillTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | drillDatasetTypeProperties |
DynamicsAXResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'DynamicsAXResource'(필수) |
typeProperties | Dynamics AX OData 리소스 데이터 세트 속성입니다. | DynamicsAXResourceDatasetTypeProperties(필수) |
DynamicsAXResourceDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
길 | Dynamics AX OData 엔터티의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
DynamicsCrmEntityDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'DynamicsCrmEntity'(필수) |
typeProperties | Dynamics CRM 엔터티 데이터 세트 속성입니다. | DynamicsCrmEntityDatasetTypeProperties |
DynamicsCrmEntityDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
entityName | 엔터티의 논리적 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
DynamicsEntityDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'DynamicsEntity'(필수) |
typeProperties | Dynamics 엔터티 데이터 세트 속성입니다. | DynamicsEntityDatasetTypeProperties |
DynamicsEntityDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
entityName | 엔터티의 논리적 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
EloquaObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'EloquaObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
ExcelDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Excel'(필수) |
typeProperties | Excel 데이터 세트 속성입니다. | ExcelDatasetTypeProperties |
ExcelDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | json 데이터 세트에 사용되는 데이터 압축 메서드입니다. | DatasetCompression |
firstRowAsHeader | 입력으로 사용되는 경우 데이터의 첫 번째 행을 헤더로 처리합니다. 출력으로 사용되는 경우 헤더를 출력에 데이터의 첫 번째 행으로 씁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
위치 | Excel 스토리지의 위치입니다. | DatasetLocation(필수) |
nullValue | null 값 문자열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
레인지 | 한 시트의 부분 데이터입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
sheetIndex | Excel 파일 및 기본값의 시트 인덱스는 0입니다. 형식: 정수(또는 resultType 정수가 있는 식) | 어떤 |
sheetName | Excel 파일의 시트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
FileServerLocation
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'FileServerLocation'(필수) |
FileShareDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'FileShare'(필수) |
typeProperties | 온-프레미스 파일 시스템 데이터 세트 속성입니다. | FileShareDatasetTypeProperties |
FileShareDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | 파일 시스템에 사용되는 데이터 압축 메서드입니다. | DatasetCompression |
fileFilter | 모든 파일이 아닌 folderPath에서 파일의 하위 집합을 선택하는 데 사용할 필터를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
파일 | 온-프레미스 파일 시스템의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
folderPath | 온-프레미스 파일 시스템의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
판 | 파일의 형식입니다. | DatasetStorageFormat |
modifiedDatetimeEnd | 파일의 수정된 날짜/시간의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
modifiedDatetimeStart | 파일의 수정된 날짜/시간의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
FtpServerLocation
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'FtpServerLocation'(필수) |
GenericDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
GoogleAdWordsObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'GoogleAdWordsObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
GoogleBigQueryDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
데이터 세트 | Google BigQuery의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Google BigQuery의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 데이터베이스 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
GoogleBigQueryObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'GoogleBigQueryObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GoogleBigQueryDatasetTypeProperties |
GoogleBigQueryV2DatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
데이터 세트 | Google BigQuery의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Google BigQuery의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
GoogleBigQueryV2ObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'GoogleBigQueryV2Object'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | googleBigQueryV2DatasetTypeProperties |
GoogleCloudStorageLocation
이름 | 묘사 | 값 |
---|---|---|
bucketName | Google Cloud Storage의 bucketName을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식) | 어떤 |
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'GoogleCloudStorageLocation'(필수) |
버전 | Google Cloud Storage의 버전을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
GreenplumDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Greenplum의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Greenplum의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
GreenplumTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'GreenplumTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | greenplumDatasetTypeProperties |
HBaseObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'HBaseObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
HdfsLocation
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'HdfsLocation'(필수) |
HiveDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Hive의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Hive의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
HiveObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'HiveObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | HiveDatasetTypeProperties |
HttpDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'HttpFile'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | httpDatasetTypeProperties |
HttpDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
additionalHeaders | HTTP 요청에 대한 헤더입니다. 예: request-header-name-1:request-header-value-1 ... request-header-name-n:request-header-value-n Type: string(또는 resultType 문자열이 있는 식). |
어떤 |
압축 | 파일에 사용되는 데이터 압축 메서드입니다. | DatasetCompression |
판 | 파일 형식입니다. | DatasetStorageFormat |
relativeUrl | HttpLinkedService의 URL을 기반으로 하는 상대 URL은 HTTP 파일 형식(문자열 또는 resultType 문자열이 있는 식)을 참조합니다. | 어떤 |
requestBody | HTTP 요청의 본문입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
requestMethod | HTTP 요청에 대한 HTTP 메서드입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
HttpServerLocation
이름 | 묘사 | 값 |
---|---|---|
relativeUrl | http 서버의 relativeUrl을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식) | 어떤 |
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'HttpServerLocation'(필수) |
HubspotObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'HubspotObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
IcebergDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Iceberg'(필수) |
typeProperties | Iceberg 데이터 세트 속성입니다. | IcebergDatasetTypeProperties |
IcebergDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
위치 | 빙산 저장소의 위치입니다. 파일 이름 설정은 빙산 형식에 사용할 수 없습니다. | DatasetLocation(필수) |
ImpalaDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Impala의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Impala의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
ImpalaObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ImpalaObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | ImpalaDatasetTypeProperties |
InformixTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'InformixTable'(필수) |
typeProperties | Informix 테이블 데이터 세트 속성입니다. | informixTableDatasetTypeProperties |
InformixTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | Informix 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
JiraObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'JiraObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
JsonDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Json'(필수) |
typeProperties | Json 데이터 세트 속성입니다. | JsonDatasetTypeProperties |
JsonDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | json 데이터 세트에 사용되는 데이터 압축 메서드입니다. | DatasetCompression |
encodingName | 기본 설정 인코딩의 코드 페이지 이름입니다. 지정하지 않으면 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 UTF-8입니다. 지원되는 값을 설정하려면 다음 링크에서 테이블의 이름 열을 참조하세요. https://msdn.microsoft.com/library/system.text.encoding.aspx. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
위치 | json 데이터 스토리지의 위치입니다. | DatasetLocation(필수) |
JsonFormat
이름 | 묘사 | 값 |
---|---|---|
encodingName | 기본 설정 인코딩의 코드 페이지 이름입니다. 입력하지 않으면 BOM(바이트 순서 표시)이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 'utf-8'입니다. 지원되는 값의 전체 목록은 인코딩 테이블의 '이름' 열에서 찾을 수 있습니다. https://go.microsoft.com/fwlink/?linkid=861078. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
filePattern | JSON의 파일 패턴입니다. 좀 더 구체적으로 말하자면 JSON 개체 컬렉션을 분리하는 방법입니다. 기본값은 'setOfObjects'입니다. 대/소문자를 구분합니다. | 어떤 |
jsonNodeReference | 평면화할 JSON 배열 요소의 JSONPath입니다. 예: "$. ArrayPath". 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
jsonPathDefinition | JSON 파일에서 데이터를 추출하기 위해 사용자 지정된 열 이름을 사용하여 각 열 매핑에 대한 JSONPath 정의입니다. 루트 개체 아래의 필드의 경우 "$"로 시작합니다. jsonNodeReference 속성에서 선택한 배열 내 필드의 경우 배열 요소에서 시작합니다. 예: {"Column1": "$. Column1Path", "Column2": "Column2PathInArray"}. Type: object(또는 resultType 개체가 있는 Expression). | 어떤 |
nestingSeparator | 중첩 수준을 구분하는 데 사용되는 문자입니다. 기본값은 '.'입니다. (점). 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
형 | 데이터 세트 스토리지 형식의 형식입니다. | 'JsonFormat'(필수) |
LakeHouseLocation
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'LakeHouseLocation'(필수) |
LakeHouseTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'LakeHouseTable'(필수) |
typeProperties | Microsoft Fabric LakeHouse 테이블 데이터 세트 속성입니다. | LakeHouseTableDatasetTypeProperties |
LakeHouseTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Microsoft Fabric LakeHouse 테이블의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Microsoft Fabric LakeHouse 테이블의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
LinkedServiceReference
이름 | 묘사 | 값 |
---|---|---|
매개 변수 | LinkedService에 대한 인수입니다. | ParameterValueSpecification |
referenceName | LinkedService 이름을 참조합니다. | string(필수) |
형 | 연결된 서비스 참조 형식입니다. | 'LinkedServiceReference'(필수) |
MagentoObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MagentoObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
MariaDBTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MariaDBTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
MarketoObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MarketoObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
Microsoft.DataFactory/팩터리/데이터 세트
이름 | 묘사 | 값 |
---|---|---|
이름 | 리소스 이름 | 문자열 제약 조건: 최소 길이 = 1 최대 길이 = 1 패턴 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (필수) |
부모 | Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다. 자세한 내용은 부모 리소스외부의 자식 리소스 |
형식의 리소스에 대한 기호 이름: 팩터리 |
속성 | 데이터 세트 속성입니다. | 데이터 세트(필수) |
MicrosoftAccessTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MicrosoftAccessTable'(필수) |
typeProperties | Microsoft Access 테이블 데이터 세트 속성입니다. | MicrosoftAccessTableDatasetTypeProperties |
MicrosoftAccessTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | Microsoft Access 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
MongoDbAtlasCollectionDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MongoDbAtlasCollection'(필수) |
typeProperties | MongoDB Atlas 데이터베이스 데이터 세트 속성입니다. | MongoDbAtlasCollectionDatasetTypeProperties(필수) |
MongoDbAtlasCollectionDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
수집 | MongoDB Atlas 데이터베이스의 컬렉션 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
MongoDbCollectionDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MongoDbCollection'(필수) |
typeProperties | MongoDB 데이터베이스 데이터 세트 속성입니다. | MongoDbCollectionDatasetTypeProperties(필수) |
MongoDbCollectionDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
collectionName | MongoDB 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
MongoDbV2CollectionDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MongoDbV2Collection'(필수) |
typeProperties | MongoDB 데이터베이스 데이터 세트 속성입니다. | MongoDbV2CollectionDatasetTypeProperties(필수) |
MongoDbV2CollectionDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
수집 | MongoDB 데이터베이스의 컬렉션 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
MySqlTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MySqlTable'(필수) |
typeProperties | MySQL 테이블 데이터 세트 속성입니다. | MySqlTableDatasetTypeProperties |
MySqlTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | MySQL 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
NetezzaTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'NetezzaTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | NetezzaTableDatasetTypeProperties |
NetezzaTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Netezza의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Netezza의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
ODataResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ODataResource'(필수) |
typeProperties | OData 데이터 세트 속성입니다. | ODataResourceDatasetTypeProperties |
ODataResourceDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
길 | OData 리소스 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
OdbcTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'OdbcTable'(필수) |
typeProperties | ODBC 테이블 데이터 세트 속성입니다. | OdbcTableDatasetTypeProperties |
OdbcTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | ODBC 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
Office365Dataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Office365Table'(필수) |
typeProperties | Office365 데이터 세트 속성입니다. | Office365DatasetTypeProperties |
Office365DatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
술어 | Office 365에서 추출할 특정 행을 필터링하는 데 사용할 수 있는 조건자 식입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | Office 365에서 추출할 데이터 세트의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
OracleCloudStorageLocation
이름 | 묘사 | 값 |
---|---|---|
bucketName | Oracle Cloud Storage의 bucketName을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식) | 어떤 |
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'OracleCloudStorageLocation'(필수) |
버전 | Oracle Cloud Storage의 버전을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
OracleServiceCloudObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'OracleServiceCloudObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
OracleTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'OracleTable'(필수) |
typeProperties | 온-프레미스 Oracle 데이터 세트 속성입니다. | OracleTableDatasetTypeProperties |
OracleTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | 온-프레미스 Oracle 데이터베이스의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | 온-프레미스 Oracle 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
OrcDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Orc'(필수) |
typeProperties | ORC 데이터 세트 속성입니다. | OrcDatasetTypeProperties |
OrcDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
위치 | ORC 데이터 스토리지의 위치입니다. | DatasetLocation(필수) |
orcCompressionCodec | 데이터 orcCompressionCodec입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
OrcFormat
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 형식의 형식입니다. | 'OrcFormat'(필수) |
ParameterDefinitionSpecification
이름 | 묘사 | 값 |
---|
ParameterSpecification
이름 | 묘사 | 값 |
---|---|---|
defaultValue | 매개 변수의 기본값입니다. | 어떤 |
형 | 매개 변수 형식입니다. | 'Array' 'Bool' 'Float' 'Int' 'Object' 'SecureString' 'String'(필수) |
ParameterValueSpecification
이름 | 묘사 | 값 |
---|
ParquetDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Parquet'(필수) |
typeProperties | Parquet 데이터 세트 속성입니다. | ParquetDatasetTypeProperties |
ParquetDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
compressionCodec | 데이터 압축 코드입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
위치 | parquet 스토리지의 위치입니다. | DatasetLocation(필수) |
ParquetFormat
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 형식의 형식입니다. | 'ParquetFormat'(필수) |
PaypalObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'PaypalObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
PhoenixDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Phoenix의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Phoenix의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
PhoenixObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'PhoenixObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | PhoenixDatasetTypeProperties |
PostgreSqlTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'PostgreSqlTable'(필수) |
typeProperties | PostgreSQL 테이블 데이터 세트 속성입니다. | PostgreSqlTableDatasetTypeProperties |
PostgreSqlTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | PostgreSQL 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | PostgreSQL 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
PostgreSqlV2TableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'PostgreSqlV2Table'(필수) |
typeProperties | PostgreSQLV2 테이블 데이터 세트 속성입니다. | PostgreSqlV2TableDatasetTypeProperties |
PostgreSqlV2TableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | PostgreSQL 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | PostgreSQL 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
PrestoDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Presto의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Presto의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
PrestoObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'PrestoObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | PrestoDatasetTypeProperties |
QuickBooksObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'QuickBooksObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
RelationalTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'RelationalTable'(필수) |
typeProperties | 관계형 테이블 데이터 세트 속성입니다. | RelationalTableDatasetTypeProperties |
RelationalTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | 관계형 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
ResponsysObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ResponsysObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
RestResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'RestResource'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | RestResourceDatasetTypeProperties |
RestResourceDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
additionalHeaders | RESTful API에 대한 요청의 추가 HTTP 헤더입니다. | RestResourceDatasetTypePropertiesAdditionalHeaders |
paginationRules | 다음 페이지 요청을 작성하기 위한 페이지 매김 규칙입니다. | RestResourceDatasetTypePropertiesPaginationRules |
relativeUrl | RESTful API가 제공하는 리소스에 대한 상대 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
requestBody | requestMethod가 POST인 경우 RESTful API에 대한 HTTP 요청 본문입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
requestMethod | RESTful API를 호출하는 데 사용되는 HTTP 메서드입니다. 기본값은 GET입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
RestResourceDatasetTypePropertiesAdditionalHeaders
이름 | 묘사 | 값 |
---|
RestResourceDatasetTypePropertiesPaginationRules
이름 | 묘사 | 값 |
---|
SalesforceMarketingCloudObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SalesforceMarketingCloudObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
SalesforceObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SalesforceObject'(필수) |
typeProperties | Salesforce 개체 데이터 세트 속성입니다. | SalesforceObjectDatasetTypeProperties |
SalesforceObjectDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
objectApiName | Salesforce 개체 API 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SalesforceServiceCloudObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SalesforceServiceCloudObject'(필수) |
typeProperties | Salesforce Service Cloud 개체 데이터 세트 속성입니다. | SalesforceServiceCloudObjectDatasetTypeProperties |
SalesforceServiceCloudObjectDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
objectApiName | Salesforce Service Cloud 개체 API 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SalesforceServiceCloudV2ObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SalesforceServiceCloudV2Object'(필수) |
typeProperties | Salesforce Service Cloud V2 개체 데이터 세트 속성입니다. | SalesforceServiceCloudV2ObjectDatasetTypeProperties |
SalesforceServiceCloudV2ObjectDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
objectApiName | Salesforce Service Cloud V2 개체 API 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
reportId | Salesforce Service Cloud V2 reportId. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SalesforceV2ObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SalesforceV2Object'(필수) |
typeProperties | Salesforce V2 개체 데이터 세트 속성입니다. | SalesforceV2ObjectDatasetTypeProperties |
SalesforceV2ObjectDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
objectApiName | Salesforce V2 개체 API 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
reportId | Salesforce V2 보고서 ID입니다. 문자열(또는 resultType 문자열이 있는 식)을 입력합니다. | 어떤 |
SapBwCubeDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SapBwCube'(필수) |
SapCloudForCustomerResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SapCloudForCustomerResource'(필수) |
typeProperties | SAP Cloud For Customer OData 리소스 데이터 세트 속성입니다. | SapCloudForCustomerResourceDatasetTypeProperties(필수) |
SapCloudForCustomerResourceDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
길 | SAP Cloud for Customer OData 엔터티의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
SapEccResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SapEccResource'(필수) |
typeProperties | SAP ECC OData 리소스 데이터 세트 속성입니다. | SapEccResourceDatasetTypeProperties(필수) |
SapEccResourceDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
길 | SAP ECC OData 엔터티의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
SapHanaTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SapHanaTable'(필수) |
typeProperties | SAP HANA 테이블 속성입니다. | SapHanaTableDatasetTypeProperties |
SapHanaTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | SAP HANA의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | SAP HANA의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SapOdpResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SapOdpResource'(필수) |
typeProperties | SAP ODP 리소스 속성입니다. | sapOdpResourceDatasetTypeProperties |
SapOdpResourceDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
문맥 | SAP ODP 개체의 컨텍스트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
objectName | SAP ODP 개체의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
SapOpenHubTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SapOpenHubTable'(필수) |
typeProperties | Sap Business Warehouse Open Hub 대상 테이블 속성입니다. | SapOpenHubTableDatasetTypeProperties(필수) |
SapOpenHubTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
baseRequestId | 델타 로드에 대한 요청의 ID입니다. 설정되면 requestId가 이 속성 값보다 큰 데이터만 검색됩니다. 기본값은 0입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. | 어떤 |
excludeLastRequest | 마지막 요청의 레코드를 제외할지 여부입니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
openHubDestinationName | 대상 형식이 데이터베이스 테이블인 Open Hub 대상의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
SapTableResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SapTableResource'(필수) |
typeProperties | SAP 테이블 리소스 속성입니다. | SapTableResourceDatasetTypeProperties(필수) |
SapTableResourceDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | SAP 테이블의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
ServiceNowObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ServiceNowObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
ServiceNowV2ObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ServiceNowV2Object'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
SftpLocation
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'SftpLocation'(필수) |
SharePointOnlineListDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
listName | SharePoint Online 목록의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SharePointOnlineListResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SharePointOnlineListResource'(필수) |
typeProperties | Sharepoint Online 목록 데이터 세트 속성입니다. | SharePointOnlineListDatasetTypeProperties |
ShopifyObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ShopifyObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
SnowflakeDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SnowflakeTable'(필수) |
typeProperties | Snowflake 데이터 세트 속성입니다. | SnowflakeDatasetTypeProperties(필수) |
SnowflakeDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Snowflake 데이터베이스의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Snowflake 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SnowflakeV2Dataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SnowflakeV2Table'(필수) |
typeProperties | Snowflake 데이터 세트 속성입니다. | SnowflakeDatasetTypeProperties(필수) |
SparkDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Spark의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Spark의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
SparkObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SparkObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | SparkDatasetTypeProperties |
SqlServerTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SqlServerTable'(필수) |
typeProperties | 온-프레미스 SQL Server 데이터 세트 속성입니다. | sqlServerTableDatasetTypeProperties |
SqlServerTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | SQL Server 데이터 세트의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | SQL Server 데이터 세트의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
SquareObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SquareObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
SybaseTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SybaseTable'(필수) |
typeProperties | Sybase 테이블 데이터 세트 속성입니다. | SybaseTableDatasetTypeProperties |
SybaseTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | Sybase 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
TeradataTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'TeradataTable'(필수) |
typeProperties | Teradata 데이터 세트 속성입니다. | TeradataTableDatasetTypeProperties |
TeradataTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
데이터베이스 | Teradata의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Teradata의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
TextFormat
이름 | 묘사 | 값 |
---|---|---|
columnDelimiter | 열 구분 기호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
encodingName | 기본 설정 인코딩의 코드 페이지 이름입니다. 누락된 경우 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 ΣÇ£utf-8ΣÇ-입니다. 지원되는 값을 설정하려면 다음 링크에서 테이블의 ΣÇ£NameΣÇ} 열을 참조하세요. https://msdn.microsoft.com/library/system.text.encoding.aspx. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
escapeChar | 이스케이프 문자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
firstRowAsHeader | 입력으로 사용되는 경우 데이터의 첫 번째 행을 헤더로 처리합니다. 출력으로 사용되는 경우 헤더를 출력에 데이터의 첫 번째 행으로 씁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
nullValue | null 값 문자열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
quoteChar | 따옴표 문자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
rowDelimiter | 행 구분 기호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
skipLineCount | 텍스트 파일을 구문 분석할 때 건너뛸 줄/행의 수입니다. 기본값은 0입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. | 어떤 |
treatEmptyAsNull | 텍스트 파일의 빈 열 값을 null로 처리합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
형 | 데이터 세트 스토리지 형식의 형식입니다. | 'TextFormat'(필수) |
VerticaDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Vertica의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Vertica의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
VerticaTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'VerticaTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | VerticaDatasetTypeProperties |
WarehouseTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'WarehouseTable'(필수) |
typeProperties | Microsoft Fabric Warehouse 데이터 세트 속성입니다. | WarehouseTableDatasetTypeProperties |
WarehouseTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Microsoft Fabric Warehouse의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Microsoft Fabric Warehouse의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
WebTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'WebTable'(필수) |
typeProperties | 웹 테이블 데이터 세트 속성입니다. | webTableDatasetTypeProperties |
WebTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
색인 | 웹 페이지에 있는 테이블의 인덱스(0부터 시작하는 인덱스)입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. | any(필수) |
길 | 연결된 서비스 URL의 웹 페이지에 대한 상대 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
XeroObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'XeroObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
XmlDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Xml'(필수) |
typeProperties | Xml 데이터 세트 속성입니다. | xmlDatasetTypeProperties |
XmlDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | json 데이터 세트에 사용되는 데이터 압축 메서드입니다. | DatasetCompression |
encodingName | 기본 설정 인코딩의 코드 페이지 이름입니다. 지정하지 않으면 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 UTF-8입니다. 지원되는 값을 설정하려면 다음 링크에서 테이블의 이름 열을 참조하세요. https://msdn.microsoft.com/library/system.text.encoding.aspx. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
위치 | json 데이터 스토리지의 위치입니다. | DatasetLocation(필수) |
nullValue | null 값 문자열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
ZohoObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ZohoObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
빠른 시작 샘플
다음 빠른 시작 샘플은 이 리소스 유형을 배포합니다.
Bicep 파일 | 묘사 |
---|---|
V2 데이터 팩터리 만들기 |
이 템플릿은 Azure Blob Storage의 폴더에서 스토리지의 다른 폴더로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다. |
Azure Data Factory를 사용하여 더 많은 작업을 할 수 있습니다. 한 번의 클릭으로 Azure Data Factory | 이 템플릿은 Azure Blob에서 다른 Azure Blob으로의 복사 작업에 대한 데이터 팩터리 파이프라인을 만듭니다. |
ARM 템플릿 리소스 정의
팩터리/데이터 세트 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.DataFactory/팩터리/데이터 세트 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.
{
"type": "Microsoft.DataFactory/factories/datasets",
"apiVersion": "2018-06-01",
"name": "string",
"properties": {
"annotations": [ {} ],
"description": "string",
"folder": {
"name": "string"
},
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"parameters": {
"{customized property}": {
"defaultValue": {},
"type": "string"
}
},
"schema": {},
"structure": {},
"type": "string"
// For remaining properties, see Dataset objects
}
}
데이터 세트 개체
형식 속성을 설정하여 개체의 형식을 지정합니다.
amazonMWSObject
{
"type": "AmazonMWSObject",
"typeProperties": {
"tableName": {}
}
}
amazonRdsForOracleTable
{
"type": "AmazonRdsForOracleTable",
"typeProperties": {
"schema": {},
"table": {}
}
}
amazonRdsForSqlServerTable
{
"type": "AmazonRdsForSqlServerTable",
"typeProperties": {
"schema": {},
"table": {}
}
}
amazonRedshiftTable
{
"type": "AmazonRedshiftTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
amazonS3Object
{
"type": "AmazonS3Object",
"typeProperties": {
"bucketName": {},
"compression": {
"level": {},
"type": {}
},
"format": {
"deserializer": {},
"serializer": {},
"type": "string"
// For remaining properties, see DatasetStorageFormat objects
},
"key": {},
"modifiedDatetimeEnd": {},
"modifiedDatetimeStart": {},
"prefix": {},
"version": {}
}
}
Avro경우 다음을 사용합니다.
{
"type": "Avro",
"typeProperties": {
"avroCompressionCodec": {},
"avroCompressionLevel": "int",
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
}
}
}
AzureBlob
{
"type": "AzureBlob",
"typeProperties": {
"compression": {
"level": {},
"type": {}
},
"fileName": {},
"folderPath": {},
"format": {
"deserializer": {},
"serializer": {},
"type": "string"
// For remaining properties, see DatasetStorageFormat objects
},
"modifiedDatetimeEnd": {},
"modifiedDatetimeStart": {},
"tableRootLocation": {}
}
}
azureBlobFSFile
{
"type": "AzureBlobFSFile",
"typeProperties": {
"compression": {
"level": {},
"type": {}
},
"fileName": {},
"folderPath": {},
"format": {
"deserializer": {},
"serializer": {},
"type": "string"
// For remaining properties, see DatasetStorageFormat objects
}
}
}
azureDataExplorerTable
{
"type": "AzureDataExplorerTable",
"typeProperties": {
"table": {}
}
}
azureDataLakeStoreFile
{
"type": "AzureDataLakeStoreFile",
"typeProperties": {
"compression": {
"level": {},
"type": {}
},
"fileName": {},
"folderPath": {},
"format": {
"deserializer": {},
"serializer": {},
"type": "string"
// For remaining properties, see DatasetStorageFormat objects
}
}
}
AzureDatabricksDeltaLakeDataset
{
"type": "AzureDatabricksDeltaLakeDataset",
"typeProperties": {
"database": {},
"table": {}
}
}
azureMariaDBTable
{
"type": "AzureMariaDBTable",
"typeProperties": {
"tableName": {}
}
}
azureMySqlTable
{
"type": "AzureMySqlTable",
"typeProperties": {
"table": {},
"tableName": {}
}
}
azurePostgreSqlTable
{
"type": "AzurePostgreSqlTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
azureSearchIndex
{
"type": "AzureSearchIndex",
"typeProperties": {
"indexName": {}
}
}
azureSqlDWTable
{
"type": "AzureSqlDWTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
azureSqlMITable
{
"type": "AzureSqlMITable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
azureSqlTable
{
"type": "AzureSqlTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
azureTable
{
"type": "AzureTable",
"typeProperties": {
"tableName": {}
}
}
이진경우 다음을 사용합니다.
{
"type": "Binary",
"typeProperties": {
"compression": {
"level": {},
"type": {}
},
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
}
}
}
cassandraTable
{
"type": "CassandraTable",
"typeProperties": {
"keyspace": {},
"tableName": {}
}
}
CommonDataServiceForAppsEntity다음을 사용합니다.
{
"type": "CommonDataServiceForAppsEntity",
"typeProperties": {
"entityName": {}
}
}
ConcurObject경우 다음을 사용합니다.
{
"type": "ConcurObject",
"typeProperties": {
"tableName": {}
}
}
CosmosDbMongoDbApiCollection경우 다음을 사용합니다.
{
"type": "CosmosDbMongoDbApiCollection",
"typeProperties": {
"collection": {}
}
}
CosmosDbSqlApiCollection경우 다음을 사용합니다.
{
"type": "CosmosDbSqlApiCollection",
"typeProperties": {
"collectionName": {}
}
}
CouchbaseTable경우 다음을 사용합니다.
{
"type": "CouchbaseTable",
"typeProperties": {
"tableName": {}
}
}
customDataset
{
"type": "CustomDataset",
"typeProperties": {}
}
Db2Table경우 다음을 사용합니다.
{
"type": "Db2Table",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
DelimitedText경우 다음을 사용합니다.
{
"type": "DelimitedText",
"typeProperties": {
"columnDelimiter": {},
"compressionCodec": {},
"compressionLevel": {},
"encodingName": {},
"escapeChar": {},
"firstRowAsHeader": {},
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
},
"nullValue": {},
"quoteChar": {},
"rowDelimiter": {}
}
}
documentDbCollection
{
"type": "DocumentDbCollection",
"typeProperties": {
"collectionName": {}
}
}
DrillTable경우 다음을 사용합니다.
{
"type": "DrillTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
DynamicsAXResource경우 다음을 사용합니다.
{
"type": "DynamicsAXResource",
"typeProperties": {
"path": {}
}
}
DynamicsCrmEntity경우 다음을 사용합니다.
{
"type": "DynamicsCrmEntity",
"typeProperties": {
"entityName": {}
}
}
DynamicsEntity다음을 사용합니다.
{
"type": "DynamicsEntity",
"typeProperties": {
"entityName": {}
}
}
EloquaObject경우 다음을 사용합니다.
{
"type": "EloquaObject",
"typeProperties": {
"tableName": {}
}
}
excel
{
"type": "Excel",
"typeProperties": {
"compression": {
"level": {},
"type": {}
},
"firstRowAsHeader": {},
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
},
"nullValue": {},
"range": {},
"sheetIndex": {},
"sheetName": {}
}
}
fileShare
{
"type": "FileShare",
"typeProperties": {
"compression": {
"level": {},
"type": {}
},
"fileFilter": {},
"fileName": {},
"folderPath": {},
"format": {
"deserializer": {},
"serializer": {},
"type": "string"
// For remaining properties, see DatasetStorageFormat objects
},
"modifiedDatetimeEnd": {},
"modifiedDatetimeStart": {}
}
}
GoogleAdWordsObject
{
"type": "GoogleAdWordsObject",
"typeProperties": {
"tableName": {}
}
}
GoogleBigQueryObject
{
"type": "GoogleBigQueryObject",
"typeProperties": {
"dataset": {},
"table": {},
"tableName": {}
}
}
GoogleBigQueryV2Object
{
"type": "GoogleBigQueryV2Object",
"typeProperties": {
"dataset": {},
"table": {}
}
}
GreenplumTable경우 다음을 사용합니다.
{
"type": "GreenplumTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
HBaseObject경우 다음을 사용합니다.
{
"type": "HBaseObject",
"typeProperties": {
"tableName": {}
}
}
hiveObject
{
"type": "HiveObject",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
httpFile
{
"type": "HttpFile",
"typeProperties": {
"additionalHeaders": {},
"compression": {
"level": {},
"type": {}
},
"format": {
"deserializer": {},
"serializer": {},
"type": "string"
// For remaining properties, see DatasetStorageFormat objects
},
"relativeUrl": {},
"requestBody": {},
"requestMethod": {}
}
}
HubspotObject경우 다음을 사용합니다.
{
"type": "HubspotObject",
"typeProperties": {
"tableName": {}
}
}
빙산경우 다음을 사용합니다.
{
"type": "Iceberg",
"typeProperties": {
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
}
}
}
ImpalaObject경우 다음을 사용합니다.
{
"type": "ImpalaObject",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
InformixTable경우 다음을 사용합니다.
{
"type": "InformixTable",
"typeProperties": {
"tableName": {}
}
}
JiraObject
{
"type": "JiraObject",
"typeProperties": {
"tableName": {}
}
}
Json
{
"type": "Json",
"typeProperties": {
"compression": {
"level": {},
"type": {}
},
"encodingName": {},
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
}
}
}
LakeHouseTable경우 다음을 사용합니다.
{
"type": "LakeHouseTable",
"typeProperties": {
"schema": {},
"table": {}
}
}
MagentoObject경우 다음을 사용합니다.
{
"type": "MagentoObject",
"typeProperties": {
"tableName": {}
}
}
MariaDBTable경우 다음을 사용합니다.
{
"type": "MariaDBTable",
"typeProperties": {
"tableName": {}
}
}
MarketoObject경우 다음을 사용합니다.
{
"type": "MarketoObject",
"typeProperties": {
"tableName": {}
}
}
microsoftAccessTable
{
"type": "MicrosoftAccessTable",
"typeProperties": {
"tableName": {}
}
}
MongoDbAtlasCollection경우 다음을 사용합니다.
{
"type": "MongoDbAtlasCollection",
"typeProperties": {
"collection": {}
}
}
MongoDbCollection경우 다음을 사용합니다.
{
"type": "MongoDbCollection",
"typeProperties": {
"collectionName": {}
}
}
MongoDbV2Collection경우 다음을 사용합니다.
{
"type": "MongoDbV2Collection",
"typeProperties": {
"collection": {}
}
}
mySqlTable
{
"type": "MySqlTable",
"typeProperties": {
"tableName": {}
}
}
netezzaTable
{
"type": "NetezzaTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
ODataResource
{
"type": "ODataResource",
"typeProperties": {
"path": {}
}
}
OdbcTable경우 다음을 사용합니다.
{
"type": "OdbcTable",
"typeProperties": {
"tableName": {}
}
}
Office365Table경우 다음을 사용합니다.
{
"type": "Office365Table",
"typeProperties": {
"predicate": {},
"tableName": {}
}
}
oracleServiceCloudObject
{
"type": "OracleServiceCloudObject",
"typeProperties": {
"tableName": {}
}
}
oracleTable
{
"type": "OracleTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
Orc경우 다음을 사용합니다.
{
"type": "Orc",
"typeProperties": {
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
},
"orcCompressionCodec": {}
}
}
parquet
{
"type": "Parquet",
"typeProperties": {
"compressionCodec": {},
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
}
}
}
paypalObject
{
"type": "PaypalObject",
"typeProperties": {
"tableName": {}
}
}
PhoenixObject경우 다음을 사용합니다.
{
"type": "PhoenixObject",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
PostgreSqlTable경우 다음을 사용합니다.
{
"type": "PostgreSqlTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
PostgreSqlV2Table경우 다음을 사용합니다.
{
"type": "PostgreSqlV2Table",
"typeProperties": {
"schema": {},
"table": {}
}
}
PrestoObject경우 다음을 사용합니다.
{
"type": "PrestoObject",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
QuickBooksObject
{
"type": "QuickBooksObject",
"typeProperties": {
"tableName": {}
}
}
RelationalTable경우 다음을 사용합니다.
{
"type": "RelationalTable",
"typeProperties": {
"tableName": {}
}
}
ResponsysObject경우 다음을 사용합니다.
{
"type": "ResponsysObject",
"typeProperties": {
"tableName": {}
}
}
RestResource경우 다음을 사용합니다.
{
"type": "RestResource",
"typeProperties": {
"additionalHeaders": {
"{customized property}": {}
},
"paginationRules": {
"{customized property}": {}
},
"relativeUrl": {},
"requestBody": {},
"requestMethod": {}
}
}
SalesforceMarketingCloudObject경우 다음을 사용합니다.
{
"type": "SalesforceMarketingCloudObject",
"typeProperties": {
"tableName": {}
}
}
SalesforceObject경우 다음을 사용합니다.
{
"type": "SalesforceObject",
"typeProperties": {
"objectApiName": {}
}
}
salesforceServiceCloudObject
{
"type": "SalesforceServiceCloudObject",
"typeProperties": {
"objectApiName": {}
}
}
SalesforceServiceCloudV2Object경우 다음을 사용합니다.
{
"type": "SalesforceServiceCloudV2Object",
"typeProperties": {
"objectApiName": {},
"reportId": {}
}
}
SalesforceV2Object경우 다음을 사용합니다.
{
"type": "SalesforceV2Object",
"typeProperties": {
"objectApiName": {},
"reportId": {}
}
}
sapBwCube
{
"type": "SapBwCube"
}
sapCloudForCustomerResource
{
"type": "SapCloudForCustomerResource",
"typeProperties": {
"path": {}
}
}
sapEccResource
{
"type": "SapEccResource",
"typeProperties": {
"path": {}
}
}
sapHanaTable
{
"type": "SapHanaTable",
"typeProperties": {
"schema": {},
"table": {}
}
}
sapOdpResource
{
"type": "SapOdpResource",
"typeProperties": {
"context": {},
"objectName": {}
}
}
SapOpenHubTable경우 다음을 사용합니다.
{
"type": "SapOpenHubTable",
"typeProperties": {
"baseRequestId": {},
"excludeLastRequest": {},
"openHubDestinationName": {}
}
}
sapTableResource
{
"type": "SapTableResource",
"typeProperties": {
"tableName": {}
}
}
serviceNowObject
{
"type": "ServiceNowObject",
"typeProperties": {
"tableName": {}
}
}
serviceNowV2Object
{
"type": "ServiceNowV2Object",
"typeProperties": {
"tableName": {}
}
}
SharePointOnlineListResource
{
"type": "SharePointOnlineListResource",
"typeProperties": {
"listName": {}
}
}
shopifyObject
{
"type": "ShopifyObject",
"typeProperties": {
"tableName": {}
}
}
snowflakeTable
{
"type": "SnowflakeTable",
"typeProperties": {
"schema": {},
"table": {}
}
}
snowflakeV2Table
{
"type": "SnowflakeV2Table",
"typeProperties": {
"schema": {},
"table": {}
}
}
SparkObject경우 다음을 사용합니다.
{
"type": "SparkObject",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
SqlServerTable경우 다음을 사용합니다.
{
"type": "SqlServerTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
SquareObject경우 다음을 사용합니다.
{
"type": "SquareObject",
"typeProperties": {
"tableName": {}
}
}
SybaseTable경우 다음을 사용합니다.
{
"type": "SybaseTable",
"typeProperties": {
"tableName": {}
}
}
TeradataTable경우 다음을 사용합니다.
{
"type": "TeradataTable",
"typeProperties": {
"database": {},
"table": {}
}
}
VerticaTable경우 다음을 사용합니다.
{
"type": "VerticaTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
WarehouseTable경우 다음을 사용합니다.
{
"type": "WarehouseTable",
"typeProperties": {
"schema": {},
"table": {}
}
}
WebTable경우 다음을 사용합니다.
{
"type": "WebTable",
"typeProperties": {
"index": {},
"path": {}
}
}
XeroObject
{
"type": "XeroObject",
"typeProperties": {
"tableName": {}
}
}
Xml경우 다음을 사용합니다.
{
"type": "Xml",
"typeProperties": {
"compression": {
"level": {},
"type": {}
},
"encodingName": {},
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
},
"nullValue": {}
}
}
ZohoObject
{
"type": "ZohoObject",
"typeProperties": {
"tableName": {}
}
}
DatasetStorageFormat 개체
형식 속성을 설정하여 개체의 형식을 지정합니다.
AvroFormat경우 다음을 사용합니다.
{
"type": "AvroFormat"
}
JsonFormat
{
"encodingName": {},
"filePattern": {},
"jsonNodeReference": {},
"jsonPathDefinition": {},
"nestingSeparator": {},
"type": "JsonFormat"
}
orcFormat
{
"type": "OrcFormat"
}
parquetFormat
{
"type": "ParquetFormat"
}
TextFormat
{
"columnDelimiter": {},
"encodingName": {},
"escapeChar": {},
"firstRowAsHeader": {},
"nullValue": {},
"quoteChar": {},
"rowDelimiter": {},
"skipLineCount": {},
"treatEmptyAsNull": {},
"type": "TextFormat"
}
DatasetLocation 개체
형식 속성을 설정하여 개체의 형식을 지정합니다.
AmazonS3CompatibleLocation경우 다음을 사용합니다.
{
"bucketName": {},
"type": "AmazonS3CompatibleLocation",
"version": {}
}
amazonS3Location
{
"bucketName": {},
"type": "AmazonS3Location",
"version": {}
}
AzureBlobFSLocation
{
"fileSystem": {},
"type": "AzureBlobFSLocation"
}
AzureBlobStorageLocation
{
"container": {},
"type": "AzureBlobStorageLocation"
}
AzureDataLakeStoreLocation
{
"type": "AzureDataLakeStoreLocation"
}
AzureFileStorageLocation
{
"type": "AzureFileStorageLocation"
}
fileServerLocation
{
"type": "FileServerLocation"
}
ftpServerLocation
{
"type": "FtpServerLocation"
}
GoogleCloudStorageLocation
{
"bucketName": {},
"type": "GoogleCloudStorageLocation",
"version": {}
}
HdfsLocation경우 다음을 사용합니다.
{
"type": "HdfsLocation"
}
httpServerLocation
{
"relativeUrl": {},
"type": "HttpServerLocation"
}
LakeHouseLocation경우 다음을 사용합니다.
{
"type": "LakeHouseLocation"
}
OracleCloudStorageLocation
{
"bucketName": {},
"type": "OracleCloudStorageLocation",
"version": {}
}
SftpLocation경우 다음을 사용합니다.
{
"type": "SftpLocation"
}
속성 값
AmazonMWSObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AmazonMWSObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
AmazonRdsForOracleTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AmazonRdsForOracleTable'(필수) |
typeProperties | AmazonRdsForOracle 데이터 세트 속성입니다. | AmazonRdsForOracleTableDatasetTypeProperties |
AmazonRdsForOracleTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | AmazonRdsForOracle 데이터베이스의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | AmazonRdsForOracle 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AmazonRdsForSqlServerTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AmazonRdsForSqlServerTable'(필수) |
typeProperties | SQL Server용 Amazon RDS 데이터 세트 속성입니다. | AmazonRdsForSqlServerTableDatasetTypeProperties |
AmazonRdsForSqlServerTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | SQL Server 데이터 세트의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | SQL Server 데이터 세트의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AmazonRedshiftTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AmazonRedshiftTable'(필수) |
typeProperties | Amazon Redshift 테이블 데이터 세트 속성입니다. | amazonRedshiftTableDatasetTypeProperties |
AmazonRedshiftTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Amazon Redshift 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Amazon Redshift 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
AmazonS3CompatibleLocation
이름 | 묘사 | 값 |
---|---|---|
bucketName | Amazon S3 호환의 bucketName을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식) | 어떤 |
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'AmazonS3CompatibleLocation'(필수) |
버전 | Amazon S3 호환 버전을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AmazonS3Dataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AmazonS3Object'(필수) |
typeProperties | Amazon S3 데이터 세트 속성입니다. | AmazonS3DatasetTypeProperties(필수) |
AmazonS3DatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
bucketName | Amazon S3 버킷의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
압축 | Amazon S3 개체에 사용되는 데이터 압축 메서드입니다. | DatasetCompression |
판 | 파일 형식입니다. | DatasetStorageFormat |
열쇠 | Amazon S3 개체의 키입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
modifiedDatetimeEnd | S3 개체의 수정된 날짜/시간의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
modifiedDatetimeStart | S3 개체의 수정된 날짜/시간의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
접두사 | S3 개체 이름에 대한 접두사 필터입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
버전 | S3 개체의 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AmazonS3Location
이름 | 묘사 | 값 |
---|---|---|
bucketName | amazon S3의 bucketName을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식) | 어떤 |
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'AmazonS3Location'(필수) |
버전 | amazon S3 버전을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AvroDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Avro'(필수) |
typeProperties | Avro 데이터 세트 속성입니다. | AvroDatasetTypeProperties |
AvroDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
avroCompressionCodec | 데이터 avroCompressionCodec입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
avroCompressionLevel | int 제약 조건: 최소값 = 1 최대값 = 9 |
|
위치 | avro 스토리지의 위치입니다. | DatasetLocation(필수) |
AvroFormat
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 형식의 형식입니다. | 'AvroFormat'(필수) |
AzureBlobDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureBlob'(필수) |
typeProperties | Azure Blob 데이터 세트 속성입니다. | AzureBlobDatasetTypeProperties |
AzureBlobDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | Blob Storage에 사용되는 데이터 압축 방법입니다. | DatasetCompression |
파일 | Azure Blob의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
folderPath | Azure Blob Storage의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
판 | Azure Blob Storage의 형식입니다. | DatasetStorageFormat |
modifiedDatetimeEnd | Azure Blob의 수정된 날짜/시간의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
modifiedDatetimeStart | Azure Blob의 수정된 날짜/시간의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableRootLocation | Blob 경로의 루트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureBlobFSDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureBlobFSFile'(필수) |
typeProperties | Azure Data Lake Storage Gen2 데이터 세트 속성입니다. | AzureBlobFSDatasetTypeProperties |
AzureBlobFSDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | Blob Storage에 사용되는 데이터 압축 방법입니다. | DatasetCompression |
파일 | Azure Data Lake Storage Gen2의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
folderPath | Azure Data Lake Storage Gen2 스토리지의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
판 | Azure Data Lake Storage Gen2 스토리지의 형식입니다. | DatasetStorageFormat |
AzureBlobFSLocation
이름 | 묘사 | 값 |
---|---|---|
fileSystem | Azure BlobFS의 fileSystem을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'AzureBlobFSLocation'(필수) |
AzureBlobStorageLocation
이름 | 묘사 | 값 |
---|---|---|
컨테이너 | Azure Blob의 컨테이너를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'AzureBlobStorageLocation'(필수) |
AzureDatabricksDeltaLakeDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureDatabricksDeltaLakeDataset'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | AzureDatabricksDeltaLakeDatasetTypeProperties |
AzureDatabricksDeltaLakeDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
데이터베이스 | 델타 테이블의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | 델타 테이블의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureDataExplorerDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
테이블 | Azure Data Explorer 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureDataExplorerTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureDataExplorerTable'(필수) |
typeProperties | Azure Data Explorer(Kusto) 데이터 세트 속성입니다. | AzureDataExplorerDatasetTypeProperties |
AzureDataLakeStoreDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureDataLakeStoreFile'(필수) |
typeProperties | Azure Data Lake Store 데이터 세트 속성입니다. | AzureDataLakeStoreDatasetTypeProperties |
AzureDataLakeStoreDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | Azure Data Lake Store의 항목에 사용되는 데이터 압축 방법입니다. | DatasetCompression |
파일 | Azure Data Lake Store에 있는 파일의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
folderPath | Azure Data Lake Store의 폴더 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
판 | Data Lake Store의 형식입니다. | DatasetStorageFormat |
AzureDataLakeStoreLocation
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'AzureDataLakeStoreLocation'(필수) |
AzureFileStorageLocation
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'AzureFileStorageLocation'(필수) |
AzureMariaDBTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureMariaDBTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
AzureMySqlTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureMySqlTable'(필수) |
typeProperties | Azure MySQL 데이터베이스 데이터 세트 속성입니다. | AzureMySqlTableDatasetTypeProperties |
AzureMySqlTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
테이블 | Azure MySQL 데이터베이스 테이블의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | Azure MySQL 데이터베이스 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzurePostgreSqlTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzurePostgreSqlTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | AzurePostgreSqlTableDatasetTypeProperties |
AzurePostgreSqlTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Azure PostgreSQL 데이터베이스의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Azure PostgreSQL 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 스키마와 테이블을 모두 포함하는 Azure PostgreSQL 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureSearchIndexDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureSearchIndex'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | AzureSearchIndexDatasetTypeProperties |
AzureSearchIndexDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
indexName | Azure Search 인덱스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
AzureSqlDWTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureSqlDWTable'(필수) |
typeProperties | Azure SQL Data Warehouse 데이터 세트 속성입니다. | AzureSqlDWTableDatasetTypeProperties |
AzureSqlDWTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Azure SQL Data Warehouse의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Azure SQL Data Warehouse의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
AzureSqlMITableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureSqlMITable'(필수) |
typeProperties | Azure SQL Managed Instance 데이터 세트 속성입니다. | AzureSqlMITableDatasetTypeProperties |
AzureSqlMITableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Azure SQL Managed Instance의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Azure SQL Managed Instance 데이터 세트의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
AzureSqlTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureSqlTable'(필수) |
typeProperties | Azure SQL 데이터 세트 속성입니다. | AzureSqlTableDatasetTypeProperties |
AzureSqlTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Azure SQL 데이터베이스의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Azure SQL 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
AzureTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureTable'(필수) |
typeProperties | Azure Table 데이터 세트 속성입니다. | AzureTableDatasetTypeProperties |
AzureTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | Azure Table Storage의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
BinaryDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Binary'(필수) |
typeProperties | 이진 데이터 세트 속성입니다. | BinaryDatasetTypeProperties |
BinaryDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | 이진 데이터 세트에 사용되는 데이터 압축 메서드입니다. | DatasetCompression |
위치 | 이진 스토리지의 위치입니다. | DatasetLocation(필수) |
CassandraTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'CassandraTable'(필수) |
typeProperties | Cassandra 데이터 세트 속성입니다. | CassandraTableDatasetTypeProperties |
CassandraTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
keyspace | Cassandra 데이터베이스의 키스페이스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | Cassandra 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
CommonDataServiceForAppsEntityDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'CommonDataServiceForAppsEntity'(필수) |
typeProperties | 앱용 Common Data Service 엔터티 데이터 세트 속성입니다. | CommonDataServiceForAppsEntityDatasetTypeProperties |
CommonDataServiceForAppsEntityDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
entityName | 엔터티의 논리적 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
ConcurObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ConcurObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
CosmosDbMongoDbApiCollectionDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'CosmosDbMongoDbApiCollection'(필수) |
typeProperties | CosmosDB(MongoDB API) 데이터베이스 데이터 세트 속성입니다. | CosmosDbMongoDbApiCollectionDatasetTypeProperties(필수) |
CosmosDbMongoDbApiCollectionDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
수집 | CosmosDB(MongoDB API) 데이터베이스의 컬렉션 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
CosmosDbSqlApiCollectionDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'CosmosDbSqlApiCollection'(필수) |
typeProperties | CosmosDB(SQL API) 컬렉션 데이터 세트 속성입니다. | CosmosDbSqlApiCollectionDatasetTypeProperties(필수) |
CosmosDbSqlApiCollectionDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
collectionName | CosmosDB(SQL API) 컬렉션 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
CouchbaseTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'CouchbaseTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
CustomDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'CustomDataset'(필수) |
typeProperties | 사용자 지정 데이터 세트 속성입니다. | 어떤 |
데이터 세트
이름 | 묘사 | 값 |
---|---|---|
주석 | 데이터 세트를 설명하는 데 사용할 수 있는 태그 목록입니다. | any[] |
묘사 | 데이터 세트 설명입니다. | 문자열 |
폴더 | 이 데이터 세트가 있는 폴더입니다. 지정하지 않으면 데이터 세트가 루트 수준에 표시됩니다. | DatasetFolder |
linkedServiceName | 연결된 서비스 참조입니다. | linkedServiceReference |
매개 변수 | 데이터 세트에 대한 매개 변수입니다. | ParameterDefinitionSpecification |
스키마 | 데이터 세트의 실제 형식 스키마를 정의하는 열입니다. 형식: array(또는 resultType 배열이 있는 식), itemType: DatasetSchemaDataElement. | 어떤 |
구조 | 데이터 세트의 구조를 정의하는 열입니다. 형식: array(또는 resultType 배열이 있는 식), itemType: DatasetDataElement. | 어떤 |
형 | AmazonMWSObjectDataset |
'AmazonMWSObject' 'AmazonRdsForOracleTable' 'AmazonRdsForSqlServerTable' 'AmazonRedshiftTable' 'AmazonS3Object' 'Avro' 'AzureBlob' 'AzureBlobFSFile' 'AzureDatabricksDeltaLakeDataset' 'AzureDataExplorerTable' 'AzureDataLakeStoreFile' 'AzureMariaDBTable' 'AzureMySqlTable' 'AzurePostgreSqlTable' 'AzureSearchIndex' 'AzureSqlDWTable' 'AzureSqlMITable' 'AzureSqlTable' 'AzureTable' 'Binary' 'CassandraTable' 'CommonDataServiceForAppsEntity' 'ConcurObject' 'CosmosDbMongoDbApiCollection' 'CosmosDbSqlApiCollection' 'CouchbaseTable' 'CustomDataset' 'Db2Table' 'DelimitedText' 'DocumentDbCollection' 'DrillTable' 'DynamicsAXResource' 'DynamicsCrmEntity' 'DynamicsEntity' 'EloquaObject' 'Excel' 'FileShare' 'GoogleAdWordsObject' 'GoogleBigQueryObject' 'GoogleBigQueryV2Object' 'GreenplumTable' 'HBaseObject' 'HiveObject' 'HttpFile' 'HubspotObject' '빙산' 'ImpalaObject' 'InformixTable' 'JiraObject' 'Json' 'LakeHouseTable' 'MagentoObject' 'MariaDBTable' 'MarketoObject' 'MicrosoftAccessTable' 'MongoDbAtlasCollection' 'MongoDbCollection' 'MongoDbV2Collection' 'MySqlTable' 'NetezzaTable' 'ODataResource' 'OdbcTable' 'Office365Table' 'OracleServiceCloudObject' 'OracleTable' 'Orc' 'Parquet' 'PaypalObject' 'PhoenixObject' 'PostgreSqlTable' 'PostgreSqlV2Table' 'PrestoObject' 'QuickBooksObject' 'RelationalTable' 'ResponsysObject' 'RestResource' 'SalesforceMarketingCloudObject' 'SalesforceObject' 'SalesforceServiceCloudObject' 'SalesforceServiceCloudV2Object' 'SalesforceV2Object' 'SapBwCube' 'SapCloudForCustomerResource' 'SapEccResource' 'SapHanaTable' 'SapOdpResource' 'SapOpenHubTable' 'SapTableResource' 'ServiceNowObject' 'ServiceNowV2Object' 'SharePointOnlineListResource' 'ShopifyObject' 'SnowflakeTable' 'SnowflakeV2Table' 'SparkObject' 'SqlServerTable' 'SquareObject' 'SybaseTable' 'TeradataTable' 'VerticaTable' 'WarehouseTable' 'WebTable' 'XeroObject' 'Xml' 'ZohoObject'(필수) |
DatasetCompression
이름 | 묘사 | 값 |
---|---|---|
수준 | 데이터 세트 압축 수준입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
형 | 데이터 세트 압축의 형식입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
DatasetFolder
이름 | 묘사 | 값 |
---|---|---|
이름 | 이 데이터 세트가 있는 폴더의 이름입니다. | 문자열 |
DatasetLocation
이름 | 묘사 | 값 |
---|---|---|
파일 | 데이터 세트의 파일 이름을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
folderPath | 데이터 세트의 폴더 경로를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식) | 어떤 |
형 | AmazonS3CompatibleLocation |
'AmazonS3CompatibleLocation' 'AmazonS3Location' 'AzureBlobFSLocation' 'AzureBlobStorageLocation' 'AzureDataLakeStoreLocation' 'AzureFileStorageLocation' 'FileServerLocation' 'FtpServerLocation' 'GoogleCloudStorageLocation' 'HdfsLocation' 'HttpServerLocation' 'LakeHouseLocation' 'OracleCloudStorageLocation' 'SftpLocation'(필수) |
DatasetStorageFormat
이름 | 묘사 | 값 |
---|---|---|
deserializer | 역직렬 변환기입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
serializer | 직렬 변환기입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
형 | AvroFormat |
'AvroFormat' 'JsonFormat' 'OrcFormat' 'ParquetFormat' 'TextFormat'(필수) |
Db2TableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Db2Table'(필수) |
typeProperties | Db2 테이블 데이터 세트 속성입니다. | Db2TableDatasetTypeProperties |
Db2TableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Db2 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Db2 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
DelimitedTextDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'DelimitedText'(필수) |
typeProperties | 구분된 텍스트 데이터 세트 속성입니다. | DelimitedTextDatasetTypeProperties |
DelimitedTextDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
columnDelimiter | 열 구분 기호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
compressionCodec | 데이터 압축 코드입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
compressionLevel | DelimitedText에 사용되는 데이터 압축 메서드입니다. | 어떤 |
encodingName | 기본 설정 인코딩의 코드 페이지 이름입니다. 누락된 경우 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 UTF-8입니다. 지원되는 값을 설정하려면 다음 링크에서 테이블의 이름 열을 참조하세요. https://msdn.microsoft.com/library/system.text.encoding.aspx. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
escapeChar | 이스케이프 문자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
firstRowAsHeader | 입력으로 사용되는 경우 데이터의 첫 번째 행을 헤더로 처리합니다. 출력으로 사용되는 경우 헤더를 출력에 데이터의 첫 번째 행으로 씁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
위치 | 구분된 텍스트 저장소의 위치입니다. | DatasetLocation(필수) |
nullValue | null 값 문자열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
quoteChar | 따옴표 문자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
rowDelimiter | 행 구분 기호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
DocumentDbCollectionDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'DocumentDbCollection'(필수) |
typeProperties | DocumentDB 컬렉션 데이터 세트 속성입니다. | documentDbCollectionDatasetTypeProperties |
DocumentDbCollectionDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
collectionName | Document Database 컬렉션 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
DrillDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | 드릴의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | 드릴의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
DrillTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'DrillTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | drillDatasetTypeProperties |
DynamicsAXResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'DynamicsAXResource'(필수) |
typeProperties | Dynamics AX OData 리소스 데이터 세트 속성입니다. | DynamicsAXResourceDatasetTypeProperties(필수) |
DynamicsAXResourceDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
길 | Dynamics AX OData 엔터티의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
DynamicsCrmEntityDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'DynamicsCrmEntity'(필수) |
typeProperties | Dynamics CRM 엔터티 데이터 세트 속성입니다. | DynamicsCrmEntityDatasetTypeProperties |
DynamicsCrmEntityDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
entityName | 엔터티의 논리적 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
DynamicsEntityDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'DynamicsEntity'(필수) |
typeProperties | Dynamics 엔터티 데이터 세트 속성입니다. | DynamicsEntityDatasetTypeProperties |
DynamicsEntityDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
entityName | 엔터티의 논리적 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
EloquaObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'EloquaObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
ExcelDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Excel'(필수) |
typeProperties | Excel 데이터 세트 속성입니다. | ExcelDatasetTypeProperties |
ExcelDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | json 데이터 세트에 사용되는 데이터 압축 메서드입니다. | DatasetCompression |
firstRowAsHeader | 입력으로 사용되는 경우 데이터의 첫 번째 행을 헤더로 처리합니다. 출력으로 사용되는 경우 헤더를 출력에 데이터의 첫 번째 행으로 씁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
위치 | Excel 스토리지의 위치입니다. | DatasetLocation(필수) |
nullValue | null 값 문자열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
레인지 | 한 시트의 부분 데이터입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
sheetIndex | Excel 파일 및 기본값의 시트 인덱스는 0입니다. 형식: 정수(또는 resultType 정수가 있는 식) | 어떤 |
sheetName | Excel 파일의 시트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
FileServerLocation
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'FileServerLocation'(필수) |
FileShareDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'FileShare'(필수) |
typeProperties | 온-프레미스 파일 시스템 데이터 세트 속성입니다. | FileShareDatasetTypeProperties |
FileShareDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | 파일 시스템에 사용되는 데이터 압축 메서드입니다. | DatasetCompression |
fileFilter | 모든 파일이 아닌 folderPath에서 파일의 하위 집합을 선택하는 데 사용할 필터를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
파일 | 온-프레미스 파일 시스템의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
folderPath | 온-프레미스 파일 시스템의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
판 | 파일의 형식입니다. | DatasetStorageFormat |
modifiedDatetimeEnd | 파일의 수정된 날짜/시간의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
modifiedDatetimeStart | 파일의 수정된 날짜/시간의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
FtpServerLocation
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'FtpServerLocation'(필수) |
GenericDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
GoogleAdWordsObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'GoogleAdWordsObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
GoogleBigQueryDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
데이터 세트 | Google BigQuery의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Google BigQuery의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 데이터베이스 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
GoogleBigQueryObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'GoogleBigQueryObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GoogleBigQueryDatasetTypeProperties |
GoogleBigQueryV2DatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
데이터 세트 | Google BigQuery의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Google BigQuery의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
GoogleBigQueryV2ObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'GoogleBigQueryV2Object'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | googleBigQueryV2DatasetTypeProperties |
GoogleCloudStorageLocation
이름 | 묘사 | 값 |
---|---|---|
bucketName | Google Cloud Storage의 bucketName을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식) | 어떤 |
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'GoogleCloudStorageLocation'(필수) |
버전 | Google Cloud Storage의 버전을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
GreenplumDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Greenplum의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Greenplum의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
GreenplumTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'GreenplumTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | greenplumDatasetTypeProperties |
HBaseObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'HBaseObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
HdfsLocation
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'HdfsLocation'(필수) |
HiveDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Hive의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Hive의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
HiveObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'HiveObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | HiveDatasetTypeProperties |
HttpDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'HttpFile'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | httpDatasetTypeProperties |
HttpDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
additionalHeaders | HTTP 요청에 대한 헤더입니다. 예: request-header-name-1:request-header-value-1 ... request-header-name-n:request-header-value-n Type: string(또는 resultType 문자열이 있는 식). |
어떤 |
압축 | 파일에 사용되는 데이터 압축 메서드입니다. | DatasetCompression |
판 | 파일 형식입니다. | DatasetStorageFormat |
relativeUrl | HttpLinkedService의 URL을 기반으로 하는 상대 URL은 HTTP 파일 형식(문자열 또는 resultType 문자열이 있는 식)을 참조합니다. | 어떤 |
requestBody | HTTP 요청의 본문입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
requestMethod | HTTP 요청에 대한 HTTP 메서드입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
HttpServerLocation
이름 | 묘사 | 값 |
---|---|---|
relativeUrl | http 서버의 relativeUrl을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식) | 어떤 |
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'HttpServerLocation'(필수) |
HubspotObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'HubspotObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
IcebergDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Iceberg'(필수) |
typeProperties | Iceberg 데이터 세트 속성입니다. | IcebergDatasetTypeProperties |
IcebergDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
위치 | 빙산 저장소의 위치입니다. 파일 이름 설정은 빙산 형식에 사용할 수 없습니다. | DatasetLocation(필수) |
ImpalaDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Impala의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Impala의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
ImpalaObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ImpalaObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | ImpalaDatasetTypeProperties |
InformixTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'InformixTable'(필수) |
typeProperties | Informix 테이블 데이터 세트 속성입니다. | informixTableDatasetTypeProperties |
InformixTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | Informix 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
JiraObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'JiraObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
JsonDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Json'(필수) |
typeProperties | Json 데이터 세트 속성입니다. | JsonDatasetTypeProperties |
JsonDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | json 데이터 세트에 사용되는 데이터 압축 메서드입니다. | DatasetCompression |
encodingName | 기본 설정 인코딩의 코드 페이지 이름입니다. 지정하지 않으면 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 UTF-8입니다. 지원되는 값을 설정하려면 다음 링크에서 테이블의 이름 열을 참조하세요. https://msdn.microsoft.com/library/system.text.encoding.aspx. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
위치 | json 데이터 스토리지의 위치입니다. | DatasetLocation(필수) |
JsonFormat
이름 | 묘사 | 값 |
---|---|---|
encodingName | 기본 설정 인코딩의 코드 페이지 이름입니다. 입력하지 않으면 BOM(바이트 순서 표시)이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 'utf-8'입니다. 지원되는 값의 전체 목록은 인코딩 테이블의 '이름' 열에서 찾을 수 있습니다. https://go.microsoft.com/fwlink/?linkid=861078. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
filePattern | JSON의 파일 패턴입니다. 좀 더 구체적으로 말하자면 JSON 개체 컬렉션을 분리하는 방법입니다. 기본값은 'setOfObjects'입니다. 대/소문자를 구분합니다. | 어떤 |
jsonNodeReference | 평면화할 JSON 배열 요소의 JSONPath입니다. 예: "$. ArrayPath". 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
jsonPathDefinition | JSON 파일에서 데이터를 추출하기 위해 사용자 지정된 열 이름을 사용하여 각 열 매핑에 대한 JSONPath 정의입니다. 루트 개체 아래의 필드의 경우 "$"로 시작합니다. jsonNodeReference 속성에서 선택한 배열 내 필드의 경우 배열 요소에서 시작합니다. 예: {"Column1": "$. Column1Path", "Column2": "Column2PathInArray"}. Type: object(또는 resultType 개체가 있는 Expression). | 어떤 |
nestingSeparator | 중첩 수준을 구분하는 데 사용되는 문자입니다. 기본값은 '.'입니다. (점). 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
형 | 데이터 세트 스토리지 형식의 형식입니다. | 'JsonFormat'(필수) |
LakeHouseLocation
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'LakeHouseLocation'(필수) |
LakeHouseTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'LakeHouseTable'(필수) |
typeProperties | Microsoft Fabric LakeHouse 테이블 데이터 세트 속성입니다. | LakeHouseTableDatasetTypeProperties |
LakeHouseTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Microsoft Fabric LakeHouse 테이블의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Microsoft Fabric LakeHouse 테이블의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
LinkedServiceReference
이름 | 묘사 | 값 |
---|---|---|
매개 변수 | LinkedService에 대한 인수입니다. | ParameterValueSpecification |
referenceName | LinkedService 이름을 참조합니다. | string(필수) |
형 | 연결된 서비스 참조 형식입니다. | 'LinkedServiceReference'(필수) |
MagentoObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MagentoObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
MariaDBTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MariaDBTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
MarketoObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MarketoObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
Microsoft.DataFactory/팩터리/데이터 세트
이름 | 묘사 | 값 |
---|---|---|
apiVersion | api 버전 | '2018-06-01' |
이름 | 리소스 이름 | 문자열 제약 조건: 최소 길이 = 1 최대 길이 = 1 패턴 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (필수) |
속성 | 데이터 세트 속성입니다. | 데이터 세트(필수) |
형 | 리소스 종류 | 'Microsoft.DataFactory/팩터리/데이터 세트' |
MicrosoftAccessTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MicrosoftAccessTable'(필수) |
typeProperties | Microsoft Access 테이블 데이터 세트 속성입니다. | MicrosoftAccessTableDatasetTypeProperties |
MicrosoftAccessTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | Microsoft Access 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
MongoDbAtlasCollectionDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MongoDbAtlasCollection'(필수) |
typeProperties | MongoDB Atlas 데이터베이스 데이터 세트 속성입니다. | MongoDbAtlasCollectionDatasetTypeProperties(필수) |
MongoDbAtlasCollectionDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
수집 | MongoDB Atlas 데이터베이스의 컬렉션 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
MongoDbCollectionDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MongoDbCollection'(필수) |
typeProperties | MongoDB 데이터베이스 데이터 세트 속성입니다. | MongoDbCollectionDatasetTypeProperties(필수) |
MongoDbCollectionDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
collectionName | MongoDB 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
MongoDbV2CollectionDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MongoDbV2Collection'(필수) |
typeProperties | MongoDB 데이터베이스 데이터 세트 속성입니다. | MongoDbV2CollectionDatasetTypeProperties(필수) |
MongoDbV2CollectionDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
수집 | MongoDB 데이터베이스의 컬렉션 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
MySqlTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MySqlTable'(필수) |
typeProperties | MySQL 테이블 데이터 세트 속성입니다. | MySqlTableDatasetTypeProperties |
MySqlTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | MySQL 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
NetezzaTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'NetezzaTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | NetezzaTableDatasetTypeProperties |
NetezzaTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Netezza의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Netezza의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
ODataResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ODataResource'(필수) |
typeProperties | OData 데이터 세트 속성입니다. | ODataResourceDatasetTypeProperties |
ODataResourceDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
길 | OData 리소스 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
OdbcTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'OdbcTable'(필수) |
typeProperties | ODBC 테이블 데이터 세트 속성입니다. | OdbcTableDatasetTypeProperties |
OdbcTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | ODBC 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
Office365Dataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Office365Table'(필수) |
typeProperties | Office365 데이터 세트 속성입니다. | Office365DatasetTypeProperties |
Office365DatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
술어 | Office 365에서 추출할 특정 행을 필터링하는 데 사용할 수 있는 조건자 식입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | Office 365에서 추출할 데이터 세트의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
OracleCloudStorageLocation
이름 | 묘사 | 값 |
---|---|---|
bucketName | Oracle Cloud Storage의 bucketName을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식) | 어떤 |
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'OracleCloudStorageLocation'(필수) |
버전 | Oracle Cloud Storage의 버전을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
OracleServiceCloudObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'OracleServiceCloudObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
OracleTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'OracleTable'(필수) |
typeProperties | 온-프레미스 Oracle 데이터 세트 속성입니다. | OracleTableDatasetTypeProperties |
OracleTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | 온-프레미스 Oracle 데이터베이스의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | 온-프레미스 Oracle 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
OrcDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Orc'(필수) |
typeProperties | ORC 데이터 세트 속성입니다. | OrcDatasetTypeProperties |
OrcDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
위치 | ORC 데이터 스토리지의 위치입니다. | DatasetLocation(필수) |
orcCompressionCodec | 데이터 orcCompressionCodec입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
OrcFormat
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 형식의 형식입니다. | 'OrcFormat'(필수) |
ParameterDefinitionSpecification
이름 | 묘사 | 값 |
---|
ParameterSpecification
이름 | 묘사 | 값 |
---|---|---|
defaultValue | 매개 변수의 기본값입니다. | 어떤 |
형 | 매개 변수 형식입니다. | 'Array' 'Bool' 'Float' 'Int' 'Object' 'SecureString' 'String'(필수) |
ParameterValueSpecification
이름 | 묘사 | 값 |
---|
ParquetDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Parquet'(필수) |
typeProperties | Parquet 데이터 세트 속성입니다. | ParquetDatasetTypeProperties |
ParquetDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
compressionCodec | 데이터 압축 코드입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
위치 | parquet 스토리지의 위치입니다. | DatasetLocation(필수) |
ParquetFormat
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 형식의 형식입니다. | 'ParquetFormat'(필수) |
PaypalObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'PaypalObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
PhoenixDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Phoenix의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Phoenix의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
PhoenixObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'PhoenixObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | PhoenixDatasetTypeProperties |
PostgreSqlTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'PostgreSqlTable'(필수) |
typeProperties | PostgreSQL 테이블 데이터 세트 속성입니다. | PostgreSqlTableDatasetTypeProperties |
PostgreSqlTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | PostgreSQL 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | PostgreSQL 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
PostgreSqlV2TableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'PostgreSqlV2Table'(필수) |
typeProperties | PostgreSQLV2 테이블 데이터 세트 속성입니다. | PostgreSqlV2TableDatasetTypeProperties |
PostgreSqlV2TableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | PostgreSQL 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | PostgreSQL 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
PrestoDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Presto의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Presto의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
PrestoObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'PrestoObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | PrestoDatasetTypeProperties |
QuickBooksObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'QuickBooksObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
RelationalTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'RelationalTable'(필수) |
typeProperties | 관계형 테이블 데이터 세트 속성입니다. | RelationalTableDatasetTypeProperties |
RelationalTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | 관계형 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
ResponsysObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ResponsysObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
RestResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'RestResource'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | RestResourceDatasetTypeProperties |
RestResourceDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
additionalHeaders | RESTful API에 대한 요청의 추가 HTTP 헤더입니다. | RestResourceDatasetTypePropertiesAdditionalHeaders |
paginationRules | 다음 페이지 요청을 작성하기 위한 페이지 매김 규칙입니다. | RestResourceDatasetTypePropertiesPaginationRules |
relativeUrl | RESTful API가 제공하는 리소스에 대한 상대 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
requestBody | requestMethod가 POST인 경우 RESTful API에 대한 HTTP 요청 본문입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
requestMethod | RESTful API를 호출하는 데 사용되는 HTTP 메서드입니다. 기본값은 GET입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
RestResourceDatasetTypePropertiesAdditionalHeaders
이름 | 묘사 | 값 |
---|
RestResourceDatasetTypePropertiesPaginationRules
이름 | 묘사 | 값 |
---|
SalesforceMarketingCloudObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SalesforceMarketingCloudObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
SalesforceObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SalesforceObject'(필수) |
typeProperties | Salesforce 개체 데이터 세트 속성입니다. | SalesforceObjectDatasetTypeProperties |
SalesforceObjectDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
objectApiName | Salesforce 개체 API 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SalesforceServiceCloudObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SalesforceServiceCloudObject'(필수) |
typeProperties | Salesforce Service Cloud 개체 데이터 세트 속성입니다. | SalesforceServiceCloudObjectDatasetTypeProperties |
SalesforceServiceCloudObjectDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
objectApiName | Salesforce Service Cloud 개체 API 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SalesforceServiceCloudV2ObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SalesforceServiceCloudV2Object'(필수) |
typeProperties | Salesforce Service Cloud V2 개체 데이터 세트 속성입니다. | SalesforceServiceCloudV2ObjectDatasetTypeProperties |
SalesforceServiceCloudV2ObjectDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
objectApiName | Salesforce Service Cloud V2 개체 API 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
reportId | Salesforce Service Cloud V2 reportId. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SalesforceV2ObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SalesforceV2Object'(필수) |
typeProperties | Salesforce V2 개체 데이터 세트 속성입니다. | SalesforceV2ObjectDatasetTypeProperties |
SalesforceV2ObjectDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
objectApiName | Salesforce V2 개체 API 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
reportId | Salesforce V2 보고서 ID입니다. 문자열(또는 resultType 문자열이 있는 식)을 입력합니다. | 어떤 |
SapBwCubeDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SapBwCube'(필수) |
SapCloudForCustomerResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SapCloudForCustomerResource'(필수) |
typeProperties | SAP Cloud For Customer OData 리소스 데이터 세트 속성입니다. | SapCloudForCustomerResourceDatasetTypeProperties(필수) |
SapCloudForCustomerResourceDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
길 | SAP Cloud for Customer OData 엔터티의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
SapEccResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SapEccResource'(필수) |
typeProperties | SAP ECC OData 리소스 데이터 세트 속성입니다. | SapEccResourceDatasetTypeProperties(필수) |
SapEccResourceDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
길 | SAP ECC OData 엔터티의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
SapHanaTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SapHanaTable'(필수) |
typeProperties | SAP HANA 테이블 속성입니다. | SapHanaTableDatasetTypeProperties |
SapHanaTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | SAP HANA의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | SAP HANA의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SapOdpResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SapOdpResource'(필수) |
typeProperties | SAP ODP 리소스 속성입니다. | sapOdpResourceDatasetTypeProperties |
SapOdpResourceDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
문맥 | SAP ODP 개체의 컨텍스트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
objectName | SAP ODP 개체의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
SapOpenHubTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SapOpenHubTable'(필수) |
typeProperties | Sap Business Warehouse Open Hub 대상 테이블 속성입니다. | SapOpenHubTableDatasetTypeProperties(필수) |
SapOpenHubTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
baseRequestId | 델타 로드에 대한 요청의 ID입니다. 설정되면 requestId가 이 속성 값보다 큰 데이터만 검색됩니다. 기본값은 0입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. | 어떤 |
excludeLastRequest | 마지막 요청의 레코드를 제외할지 여부입니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
openHubDestinationName | 대상 형식이 데이터베이스 테이블인 Open Hub 대상의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
SapTableResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SapTableResource'(필수) |
typeProperties | SAP 테이블 리소스 속성입니다. | SapTableResourceDatasetTypeProperties(필수) |
SapTableResourceDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | SAP 테이블의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
ServiceNowObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ServiceNowObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
ServiceNowV2ObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ServiceNowV2Object'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
SftpLocation
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'SftpLocation'(필수) |
SharePointOnlineListDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
listName | SharePoint Online 목록의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SharePointOnlineListResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SharePointOnlineListResource'(필수) |
typeProperties | Sharepoint Online 목록 데이터 세트 속성입니다. | SharePointOnlineListDatasetTypeProperties |
ShopifyObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ShopifyObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
SnowflakeDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SnowflakeTable'(필수) |
typeProperties | Snowflake 데이터 세트 속성입니다. | SnowflakeDatasetTypeProperties(필수) |
SnowflakeDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Snowflake 데이터베이스의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Snowflake 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SnowflakeV2Dataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SnowflakeV2Table'(필수) |
typeProperties | Snowflake 데이터 세트 속성입니다. | SnowflakeDatasetTypeProperties(필수) |
SparkDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Spark의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Spark의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
SparkObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SparkObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | SparkDatasetTypeProperties |
SqlServerTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SqlServerTable'(필수) |
typeProperties | 온-프레미스 SQL Server 데이터 세트 속성입니다. | sqlServerTableDatasetTypeProperties |
SqlServerTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | SQL Server 데이터 세트의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | SQL Server 데이터 세트의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
SquareObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SquareObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
SybaseTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SybaseTable'(필수) |
typeProperties | Sybase 테이블 데이터 세트 속성입니다. | SybaseTableDatasetTypeProperties |
SybaseTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | Sybase 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
TeradataTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'TeradataTable'(필수) |
typeProperties | Teradata 데이터 세트 속성입니다. | TeradataTableDatasetTypeProperties |
TeradataTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
데이터베이스 | Teradata의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Teradata의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
TextFormat
이름 | 묘사 | 값 |
---|---|---|
columnDelimiter | 열 구분 기호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
encodingName | 기본 설정 인코딩의 코드 페이지 이름입니다. 누락된 경우 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 ΣÇ£utf-8ΣÇ-입니다. 지원되는 값을 설정하려면 다음 링크에서 테이블의 ΣÇ£NameΣÇ} 열을 참조하세요. https://msdn.microsoft.com/library/system.text.encoding.aspx. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
escapeChar | 이스케이프 문자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
firstRowAsHeader | 입력으로 사용되는 경우 데이터의 첫 번째 행을 헤더로 처리합니다. 출력으로 사용되는 경우 헤더를 출력에 데이터의 첫 번째 행으로 씁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
nullValue | null 값 문자열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
quoteChar | 따옴표 문자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
rowDelimiter | 행 구분 기호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
skipLineCount | 텍스트 파일을 구문 분석할 때 건너뛸 줄/행의 수입니다. 기본값은 0입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. | 어떤 |
treatEmptyAsNull | 텍스트 파일의 빈 열 값을 null로 처리합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
형 | 데이터 세트 스토리지 형식의 형식입니다. | 'TextFormat'(필수) |
VerticaDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Vertica의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Vertica의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
VerticaTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'VerticaTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | VerticaDatasetTypeProperties |
WarehouseTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'WarehouseTable'(필수) |
typeProperties | Microsoft Fabric Warehouse 데이터 세트 속성입니다. | WarehouseTableDatasetTypeProperties |
WarehouseTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Microsoft Fabric Warehouse의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Microsoft Fabric Warehouse의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
WebTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'WebTable'(필수) |
typeProperties | 웹 테이블 데이터 세트 속성입니다. | webTableDatasetTypeProperties |
WebTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
색인 | 웹 페이지에 있는 테이블의 인덱스(0부터 시작하는 인덱스)입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. | any(필수) |
길 | 연결된 서비스 URL의 웹 페이지에 대한 상대 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
XeroObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'XeroObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
XmlDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Xml'(필수) |
typeProperties | Xml 데이터 세트 속성입니다. | xmlDatasetTypeProperties |
XmlDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | json 데이터 세트에 사용되는 데이터 압축 메서드입니다. | DatasetCompression |
encodingName | 기본 설정 인코딩의 코드 페이지 이름입니다. 지정하지 않으면 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 UTF-8입니다. 지원되는 값을 설정하려면 다음 링크에서 테이블의 이름 열을 참조하세요. https://msdn.microsoft.com/library/system.text.encoding.aspx. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
위치 | json 데이터 스토리지의 위치입니다. | DatasetLocation(필수) |
nullValue | null 값 문자열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
ZohoObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ZohoObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
빠른 시작 템플릿
다음 빠른 시작 템플릿은 이 리소스 유형을 배포합니다.
템플렛 | 묘사 |
---|---|
V2 데이터 팩터리 만들기 Azure |
이 템플릿은 Azure Blob Storage의 폴더에서 스토리지의 다른 폴더로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다. |
Azure Data Factory를 사용하여 더 많은 작업을 할 수 있습니다. 한 번의 클릭으로 Azure Data Factory Azure 배포 |
이 템플릿은 Azure Blob에서 다른 Azure Blob으로의 복사 작업에 대한 데이터 팩터리 파이프라인을 만듭니다. |
Terraform(AzAPI 공급자) 리소스 정의
팩터리/데이터 세트 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.DataFactory/팩터리/데이터 세트 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DataFactory/factories/datasets@2018-06-01"
name = "string"
body = jsonencode({
properties = {
annotations = [
?
]
description = "string"
folder = {
name = "string"
}
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
parameters = {
{customized property} = {
defaultValue = ?
type = "string"
}
}
schema = ?
structure = ?
type = "string"
// For remaining properties, see Dataset objects
}
})
}
데이터 세트 개체
형식 속성을 설정하여 개체의 형식을 지정합니다.
amazonMWSObject
{
type = "AmazonMWSObject"
typeProperties = {
tableName = ?
}
}
amazonRdsForOracleTable
{
type = "AmazonRdsForOracleTable"
typeProperties = {
schema = ?
table = ?
}
}
amazonRdsForSqlServerTable
{
type = "AmazonRdsForSqlServerTable"
typeProperties = {
schema = ?
table = ?
}
}
amazonRedshiftTable
{
type = "AmazonRedshiftTable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
amazonS3Object
{
type = "AmazonS3Object"
typeProperties = {
bucketName = ?
compression = {
level = ?
type = ?
}
format = {
deserializer = ?
serializer = ?
type = "string"
// For remaining properties, see DatasetStorageFormat objects
}
key = ?
modifiedDatetimeEnd = ?
modifiedDatetimeStart = ?
prefix = ?
version = ?
}
}
Avro경우 다음을 사용합니다.
{
type = "Avro"
typeProperties = {
avroCompressionCodec = ?
avroCompressionLevel = int
location = {
fileName = ?
folderPath = ?
type = "string"
// For remaining properties, see DatasetLocation objects
}
}
}
AzureBlob
{
type = "AzureBlob"
typeProperties = {
compression = {
level = ?
type = ?
}
fileName = ?
folderPath = ?
format = {
deserializer = ?
serializer = ?
type = "string"
// For remaining properties, see DatasetStorageFormat objects
}
modifiedDatetimeEnd = ?
modifiedDatetimeStart = ?
tableRootLocation = ?
}
}
azureBlobFSFile
{
type = "AzureBlobFSFile"
typeProperties = {
compression = {
level = ?
type = ?
}
fileName = ?
folderPath = ?
format = {
deserializer = ?
serializer = ?
type = "string"
// For remaining properties, see DatasetStorageFormat objects
}
}
}
azureDataExplorerTable
{
type = "AzureDataExplorerTable"
typeProperties = {
table = ?
}
}
azureDataLakeStoreFile
{
type = "AzureDataLakeStoreFile"
typeProperties = {
compression = {
level = ?
type = ?
}
fileName = ?
folderPath = ?
format = {
deserializer = ?
serializer = ?
type = "string"
// For remaining properties, see DatasetStorageFormat objects
}
}
}
AzureDatabricksDeltaLakeDataset
{
type = "AzureDatabricksDeltaLakeDataset"
typeProperties = {
database = ?
table = ?
}
}
azureMariaDBTable
{
type = "AzureMariaDBTable"
typeProperties = {
tableName = ?
}
}
azureMySqlTable
{
type = "AzureMySqlTable"
typeProperties = {
table = ?
tableName = ?
}
}
azurePostgreSqlTable
{
type = "AzurePostgreSqlTable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
azureSearchIndex
{
type = "AzureSearchIndex"
typeProperties = {
indexName = ?
}
}
azureSqlDWTable
{
type = "AzureSqlDWTable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
azureSqlMITable
{
type = "AzureSqlMITable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
azureSqlTable
{
type = "AzureSqlTable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
azureTable
{
type = "AzureTable"
typeProperties = {
tableName = ?
}
}
이진경우 다음을 사용합니다.
{
type = "Binary"
typeProperties = {
compression = {
level = ?
type = ?
}
location = {
fileName = ?
folderPath = ?
type = "string"
// For remaining properties, see DatasetLocation objects
}
}
}
cassandraTable
{
type = "CassandraTable"
typeProperties = {
keyspace = ?
tableName = ?
}
}
CommonDataServiceForAppsEntity다음을 사용합니다.
{
type = "CommonDataServiceForAppsEntity"
typeProperties = {
entityName = ?
}
}
ConcurObject경우 다음을 사용합니다.
{
type = "ConcurObject"
typeProperties = {
tableName = ?
}
}
CosmosDbMongoDbApiCollection경우 다음을 사용합니다.
{
type = "CosmosDbMongoDbApiCollection"
typeProperties = {
collection = ?
}
}
CosmosDbSqlApiCollection경우 다음을 사용합니다.
{
type = "CosmosDbSqlApiCollection"
typeProperties = {
collectionName = ?
}
}
CouchbaseTable경우 다음을 사용합니다.
{
type = "CouchbaseTable"
typeProperties = {
tableName = ?
}
}
customDataset
{
type = "CustomDataset"
typeProperties = ?
}
Db2Table경우 다음을 사용합니다.
{
type = "Db2Table"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
DelimitedText경우 다음을 사용합니다.
{
type = "DelimitedText"
typeProperties = {
columnDelimiter = ?
compressionCodec = ?
compressionLevel = ?
encodingName = ?
escapeChar = ?
firstRowAsHeader = ?
location = {
fileName = ?
folderPath = ?
type = "string"
// For remaining properties, see DatasetLocation objects
}
nullValue = ?
quoteChar = ?
rowDelimiter = ?
}
}
documentDbCollection
{
type = "DocumentDbCollection"
typeProperties = {
collectionName = ?
}
}
DrillTable경우 다음을 사용합니다.
{
type = "DrillTable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
DynamicsAXResource경우 다음을 사용합니다.
{
type = "DynamicsAXResource"
typeProperties = {
path = ?
}
}
DynamicsCrmEntity경우 다음을 사용합니다.
{
type = "DynamicsCrmEntity"
typeProperties = {
entityName = ?
}
}
DynamicsEntity다음을 사용합니다.
{
type = "DynamicsEntity"
typeProperties = {
entityName = ?
}
}
EloquaObject경우 다음을 사용합니다.
{
type = "EloquaObject"
typeProperties = {
tableName = ?
}
}
excel
{
type = "Excel"
typeProperties = {
compression = {
level = ?
type = ?
}
firstRowAsHeader = ?
location = {
fileName = ?
folderPath = ?
type = "string"
// For remaining properties, see DatasetLocation objects
}
nullValue = ?
range = ?
sheetIndex = ?
sheetName = ?
}
}
fileShare
{
type = "FileShare"
typeProperties = {
compression = {
level = ?
type = ?
}
fileFilter = ?
fileName = ?
folderPath = ?
format = {
deserializer = ?
serializer = ?
type = "string"
// For remaining properties, see DatasetStorageFormat objects
}
modifiedDatetimeEnd = ?
modifiedDatetimeStart = ?
}
}
GoogleAdWordsObject
{
type = "GoogleAdWordsObject"
typeProperties = {
tableName = ?
}
}
GoogleBigQueryObject
{
type = "GoogleBigQueryObject"
typeProperties = {
dataset = ?
table = ?
tableName = ?
}
}
GoogleBigQueryV2Object
{
type = "GoogleBigQueryV2Object"
typeProperties = {
dataset = ?
table = ?
}
}
GreenplumTable경우 다음을 사용합니다.
{
type = "GreenplumTable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
HBaseObject경우 다음을 사용합니다.
{
type = "HBaseObject"
typeProperties = {
tableName = ?
}
}
hiveObject
{
type = "HiveObject"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
httpFile
{
type = "HttpFile"
typeProperties = {
additionalHeaders = ?
compression = {
level = ?
type = ?
}
format = {
deserializer = ?
serializer = ?
type = "string"
// For remaining properties, see DatasetStorageFormat objects
}
relativeUrl = ?
requestBody = ?
requestMethod = ?
}
}
HubspotObject경우 다음을 사용합니다.
{
type = "HubspotObject"
typeProperties = {
tableName = ?
}
}
빙산경우 다음을 사용합니다.
{
type = "Iceberg"
typeProperties = {
location = {
fileName = ?
folderPath = ?
type = "string"
// For remaining properties, see DatasetLocation objects
}
}
}
ImpalaObject경우 다음을 사용합니다.
{
type = "ImpalaObject"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
InformixTable경우 다음을 사용합니다.
{
type = "InformixTable"
typeProperties = {
tableName = ?
}
}
JiraObject
{
type = "JiraObject"
typeProperties = {
tableName = ?
}
}
Json
{
type = "Json"
typeProperties = {
compression = {
level = ?
type = ?
}
encodingName = ?
location = {
fileName = ?
folderPath = ?
type = "string"
// For remaining properties, see DatasetLocation objects
}
}
}
LakeHouseTable경우 다음을 사용합니다.
{
type = "LakeHouseTable"
typeProperties = {
schema = ?
table = ?
}
}
MagentoObject경우 다음을 사용합니다.
{
type = "MagentoObject"
typeProperties = {
tableName = ?
}
}
MariaDBTable경우 다음을 사용합니다.
{
type = "MariaDBTable"
typeProperties = {
tableName = ?
}
}
MarketoObject경우 다음을 사용합니다.
{
type = "MarketoObject"
typeProperties = {
tableName = ?
}
}
microsoftAccessTable
{
type = "MicrosoftAccessTable"
typeProperties = {
tableName = ?
}
}
MongoDbAtlasCollection경우 다음을 사용합니다.
{
type = "MongoDbAtlasCollection"
typeProperties = {
collection = ?
}
}
MongoDbCollection경우 다음을 사용합니다.
{
type = "MongoDbCollection"
typeProperties = {
collectionName = ?
}
}
MongoDbV2Collection경우 다음을 사용합니다.
{
type = "MongoDbV2Collection"
typeProperties = {
collection = ?
}
}
mySqlTable
{
type = "MySqlTable"
typeProperties = {
tableName = ?
}
}
netezzaTable
{
type = "NetezzaTable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
ODataResource
{
type = "ODataResource"
typeProperties = {
path = ?
}
}
OdbcTable경우 다음을 사용합니다.
{
type = "OdbcTable"
typeProperties = {
tableName = ?
}
}
Office365Table경우 다음을 사용합니다.
{
type = "Office365Table"
typeProperties = {
predicate = ?
tableName = ?
}
}
oracleServiceCloudObject
{
type = "OracleServiceCloudObject"
typeProperties = {
tableName = ?
}
}
oracleTable
{
type = "OracleTable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
Orc경우 다음을 사용합니다.
{
type = "Orc"
typeProperties = {
location = {
fileName = ?
folderPath = ?
type = "string"
// For remaining properties, see DatasetLocation objects
}
orcCompressionCodec = ?
}
}
parquet
{
type = "Parquet"
typeProperties = {
compressionCodec = ?
location = {
fileName = ?
folderPath = ?
type = "string"
// For remaining properties, see DatasetLocation objects
}
}
}
paypalObject
{
type = "PaypalObject"
typeProperties = {
tableName = ?
}
}
PhoenixObject경우 다음을 사용합니다.
{
type = "PhoenixObject"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
PostgreSqlTable경우 다음을 사용합니다.
{
type = "PostgreSqlTable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
PostgreSqlV2Table경우 다음을 사용합니다.
{
type = "PostgreSqlV2Table"
typeProperties = {
schema = ?
table = ?
}
}
PrestoObject경우 다음을 사용합니다.
{
type = "PrestoObject"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
QuickBooksObject
{
type = "QuickBooksObject"
typeProperties = {
tableName = ?
}
}
RelationalTable경우 다음을 사용합니다.
{
type = "RelationalTable"
typeProperties = {
tableName = ?
}
}
ResponsysObject경우 다음을 사용합니다.
{
type = "ResponsysObject"
typeProperties = {
tableName = ?
}
}
RestResource경우 다음을 사용합니다.
{
type = "RestResource"
typeProperties = {
additionalHeaders = {
{customized property} = ?
}
paginationRules = {
{customized property} = ?
}
relativeUrl = ?
requestBody = ?
requestMethod = ?
}
}
SalesforceMarketingCloudObject경우 다음을 사용합니다.
{
type = "SalesforceMarketingCloudObject"
typeProperties = {
tableName = ?
}
}
SalesforceObject경우 다음을 사용합니다.
{
type = "SalesforceObject"
typeProperties = {
objectApiName = ?
}
}
salesforceServiceCloudObject
{
type = "SalesforceServiceCloudObject"
typeProperties = {
objectApiName = ?
}
}
SalesforceServiceCloudV2Object경우 다음을 사용합니다.
{
type = "SalesforceServiceCloudV2Object"
typeProperties = {
objectApiName = ?
reportId = ?
}
}
SalesforceV2Object경우 다음을 사용합니다.
{
type = "SalesforceV2Object"
typeProperties = {
objectApiName = ?
reportId = ?
}
}
sapBwCube
{
type = "SapBwCube"
}
sapCloudForCustomerResource
{
type = "SapCloudForCustomerResource"
typeProperties = {
path = ?
}
}
sapEccResource
{
type = "SapEccResource"
typeProperties = {
path = ?
}
}
sapHanaTable
{
type = "SapHanaTable"
typeProperties = {
schema = ?
table = ?
}
}
sapOdpResource
{
type = "SapOdpResource"
typeProperties = {
context = ?
objectName = ?
}
}
SapOpenHubTable경우 다음을 사용합니다.
{
type = "SapOpenHubTable"
typeProperties = {
baseRequestId = ?
excludeLastRequest = ?
openHubDestinationName = ?
}
}
sapTableResource
{
type = "SapTableResource"
typeProperties = {
tableName = ?
}
}
serviceNowObject
{
type = "ServiceNowObject"
typeProperties = {
tableName = ?
}
}
serviceNowV2Object
{
type = "ServiceNowV2Object"
typeProperties = {
tableName = ?
}
}
SharePointOnlineListResource
{
type = "SharePointOnlineListResource"
typeProperties = {
listName = ?
}
}
shopifyObject
{
type = "ShopifyObject"
typeProperties = {
tableName = ?
}
}
snowflakeTable
{
type = "SnowflakeTable"
typeProperties = {
schema = ?
table = ?
}
}
snowflakeV2Table
{
type = "SnowflakeV2Table"
typeProperties = {
schema = ?
table = ?
}
}
SparkObject경우 다음을 사용합니다.
{
type = "SparkObject"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
SqlServerTable경우 다음을 사용합니다.
{
type = "SqlServerTable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
SquareObject경우 다음을 사용합니다.
{
type = "SquareObject"
typeProperties = {
tableName = ?
}
}
SybaseTable경우 다음을 사용합니다.
{
type = "SybaseTable"
typeProperties = {
tableName = ?
}
}
TeradataTable경우 다음을 사용합니다.
{
type = "TeradataTable"
typeProperties = {
database = ?
table = ?
}
}
VerticaTable경우 다음을 사용합니다.
{
type = "VerticaTable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
WarehouseTable경우 다음을 사용합니다.
{
type = "WarehouseTable"
typeProperties = {
schema = ?
table = ?
}
}
WebTable경우 다음을 사용합니다.
{
type = "WebTable"
typeProperties = {
index = ?
path = ?
}
}
XeroObject
{
type = "XeroObject"
typeProperties = {
tableName = ?
}
}
Xml경우 다음을 사용합니다.
{
type = "Xml"
typeProperties = {
compression = {
level = ?
type = ?
}
encodingName = ?
location = {
fileName = ?
folderPath = ?
type = "string"
// For remaining properties, see DatasetLocation objects
}
nullValue = ?
}
}
ZohoObject
{
type = "ZohoObject"
typeProperties = {
tableName = ?
}
}
DatasetStorageFormat 개체
형식 속성을 설정하여 개체의 형식을 지정합니다.
AvroFormat경우 다음을 사용합니다.
{
type = "AvroFormat"
}
JsonFormat
{
encodingName = ?
filePattern = ?
jsonNodeReference = ?
jsonPathDefinition = ?
nestingSeparator = ?
type = "JsonFormat"
}
orcFormat
{
type = "OrcFormat"
}
parquetFormat
{
type = "ParquetFormat"
}
TextFormat
{
columnDelimiter = ?
encodingName = ?
escapeChar = ?
firstRowAsHeader = ?
nullValue = ?
quoteChar = ?
rowDelimiter = ?
skipLineCount = ?
treatEmptyAsNull = ?
type = "TextFormat"
}
DatasetLocation 개체
형식 속성을 설정하여 개체의 형식을 지정합니다.
AmazonS3CompatibleLocation경우 다음을 사용합니다.
{
bucketName = ?
type = "AmazonS3CompatibleLocation"
version = ?
}
amazonS3Location
{
bucketName = ?
type = "AmazonS3Location"
version = ?
}
AzureBlobFSLocation
{
fileSystem = ?
type = "AzureBlobFSLocation"
}
AzureBlobStorageLocation
{
container = ?
type = "AzureBlobStorageLocation"
}
AzureDataLakeStoreLocation
{
type = "AzureDataLakeStoreLocation"
}
AzureFileStorageLocation
{
type = "AzureFileStorageLocation"
}
fileServerLocation
{
type = "FileServerLocation"
}
ftpServerLocation
{
type = "FtpServerLocation"
}
GoogleCloudStorageLocation
{
bucketName = ?
type = "GoogleCloudStorageLocation"
version = ?
}
HdfsLocation경우 다음을 사용합니다.
{
type = "HdfsLocation"
}
httpServerLocation
{
relativeUrl = ?
type = "HttpServerLocation"
}
LakeHouseLocation경우 다음을 사용합니다.
{
type = "LakeHouseLocation"
}
OracleCloudStorageLocation
{
bucketName = ?
type = "OracleCloudStorageLocation"
version = ?
}
SftpLocation경우 다음을 사용합니다.
{
type = "SftpLocation"
}
속성 값
AmazonMWSObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AmazonMWSObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
AmazonRdsForOracleTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AmazonRdsForOracleTable'(필수) |
typeProperties | AmazonRdsForOracle 데이터 세트 속성입니다. | AmazonRdsForOracleTableDatasetTypeProperties |
AmazonRdsForOracleTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | AmazonRdsForOracle 데이터베이스의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | AmazonRdsForOracle 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AmazonRdsForSqlServerTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AmazonRdsForSqlServerTable'(필수) |
typeProperties | SQL Server용 Amazon RDS 데이터 세트 속성입니다. | AmazonRdsForSqlServerTableDatasetTypeProperties |
AmazonRdsForSqlServerTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | SQL Server 데이터 세트의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | SQL Server 데이터 세트의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AmazonRedshiftTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AmazonRedshiftTable'(필수) |
typeProperties | Amazon Redshift 테이블 데이터 세트 속성입니다. | amazonRedshiftTableDatasetTypeProperties |
AmazonRedshiftTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Amazon Redshift 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Amazon Redshift 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
AmazonS3CompatibleLocation
이름 | 묘사 | 값 |
---|---|---|
bucketName | Amazon S3 호환의 bucketName을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식) | 어떤 |
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'AmazonS3CompatibleLocation'(필수) |
버전 | Amazon S3 호환 버전을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AmazonS3Dataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AmazonS3Object'(필수) |
typeProperties | Amazon S3 데이터 세트 속성입니다. | AmazonS3DatasetTypeProperties(필수) |
AmazonS3DatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
bucketName | Amazon S3 버킷의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
압축 | Amazon S3 개체에 사용되는 데이터 압축 메서드입니다. | DatasetCompression |
판 | 파일 형식입니다. | DatasetStorageFormat |
열쇠 | Amazon S3 개체의 키입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
modifiedDatetimeEnd | S3 개체의 수정된 날짜/시간의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
modifiedDatetimeStart | S3 개체의 수정된 날짜/시간의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
접두사 | S3 개체 이름에 대한 접두사 필터입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
버전 | S3 개체의 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AmazonS3Location
이름 | 묘사 | 값 |
---|---|---|
bucketName | amazon S3의 bucketName을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식) | 어떤 |
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'AmazonS3Location'(필수) |
버전 | amazon S3 버전을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AvroDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Avro'(필수) |
typeProperties | Avro 데이터 세트 속성입니다. | AvroDatasetTypeProperties |
AvroDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
avroCompressionCodec | 데이터 avroCompressionCodec입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
avroCompressionLevel | int 제약 조건: 최소값 = 1 최대값 = 9 |
|
위치 | avro 스토리지의 위치입니다. | DatasetLocation(필수) |
AvroFormat
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 형식의 형식입니다. | 'AvroFormat'(필수) |
AzureBlobDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureBlob'(필수) |
typeProperties | Azure Blob 데이터 세트 속성입니다. | AzureBlobDatasetTypeProperties |
AzureBlobDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | Blob Storage에 사용되는 데이터 압축 방법입니다. | DatasetCompression |
파일 | Azure Blob의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
folderPath | Azure Blob Storage의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
판 | Azure Blob Storage의 형식입니다. | DatasetStorageFormat |
modifiedDatetimeEnd | Azure Blob의 수정된 날짜/시간의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
modifiedDatetimeStart | Azure Blob의 수정된 날짜/시간의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableRootLocation | Blob 경로의 루트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureBlobFSDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureBlobFSFile'(필수) |
typeProperties | Azure Data Lake Storage Gen2 데이터 세트 속성입니다. | AzureBlobFSDatasetTypeProperties |
AzureBlobFSDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | Blob Storage에 사용되는 데이터 압축 방법입니다. | DatasetCompression |
파일 | Azure Data Lake Storage Gen2의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
folderPath | Azure Data Lake Storage Gen2 스토리지의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
판 | Azure Data Lake Storage Gen2 스토리지의 형식입니다. | DatasetStorageFormat |
AzureBlobFSLocation
이름 | 묘사 | 값 |
---|---|---|
fileSystem | Azure BlobFS의 fileSystem을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'AzureBlobFSLocation'(필수) |
AzureBlobStorageLocation
이름 | 묘사 | 값 |
---|---|---|
컨테이너 | Azure Blob의 컨테이너를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'AzureBlobStorageLocation'(필수) |
AzureDatabricksDeltaLakeDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureDatabricksDeltaLakeDataset'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | AzureDatabricksDeltaLakeDatasetTypeProperties |
AzureDatabricksDeltaLakeDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
데이터베이스 | 델타 테이블의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | 델타 테이블의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureDataExplorerDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
테이블 | Azure Data Explorer 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureDataExplorerTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureDataExplorerTable'(필수) |
typeProperties | Azure Data Explorer(Kusto) 데이터 세트 속성입니다. | AzureDataExplorerDatasetTypeProperties |
AzureDataLakeStoreDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureDataLakeStoreFile'(필수) |
typeProperties | Azure Data Lake Store 데이터 세트 속성입니다. | AzureDataLakeStoreDatasetTypeProperties |
AzureDataLakeStoreDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | Azure Data Lake Store의 항목에 사용되는 데이터 압축 방법입니다. | DatasetCompression |
파일 | Azure Data Lake Store에 있는 파일의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
folderPath | Azure Data Lake Store의 폴더 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
판 | Data Lake Store의 형식입니다. | DatasetStorageFormat |
AzureDataLakeStoreLocation
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'AzureDataLakeStoreLocation'(필수) |
AzureFileStorageLocation
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'AzureFileStorageLocation'(필수) |
AzureMariaDBTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureMariaDBTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
AzureMySqlTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureMySqlTable'(필수) |
typeProperties | Azure MySQL 데이터베이스 데이터 세트 속성입니다. | AzureMySqlTableDatasetTypeProperties |
AzureMySqlTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
테이블 | Azure MySQL 데이터베이스 테이블의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | Azure MySQL 데이터베이스 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzurePostgreSqlTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzurePostgreSqlTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | AzurePostgreSqlTableDatasetTypeProperties |
AzurePostgreSqlTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Azure PostgreSQL 데이터베이스의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Azure PostgreSQL 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 스키마와 테이블을 모두 포함하는 Azure PostgreSQL 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
AzureSearchIndexDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureSearchIndex'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | AzureSearchIndexDatasetTypeProperties |
AzureSearchIndexDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
indexName | Azure Search 인덱스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
AzureSqlDWTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureSqlDWTable'(필수) |
typeProperties | Azure SQL Data Warehouse 데이터 세트 속성입니다. | AzureSqlDWTableDatasetTypeProperties |
AzureSqlDWTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Azure SQL Data Warehouse의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Azure SQL Data Warehouse의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
AzureSqlMITableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureSqlMITable'(필수) |
typeProperties | Azure SQL Managed Instance 데이터 세트 속성입니다. | AzureSqlMITableDatasetTypeProperties |
AzureSqlMITableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Azure SQL Managed Instance의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Azure SQL Managed Instance 데이터 세트의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
AzureSqlTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureSqlTable'(필수) |
typeProperties | Azure SQL 데이터 세트 속성입니다. | AzureSqlTableDatasetTypeProperties |
AzureSqlTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Azure SQL 데이터베이스의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Azure SQL 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
AzureTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'AzureTable'(필수) |
typeProperties | Azure Table 데이터 세트 속성입니다. | AzureTableDatasetTypeProperties |
AzureTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | Azure Table Storage의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
BinaryDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Binary'(필수) |
typeProperties | 이진 데이터 세트 속성입니다. | BinaryDatasetTypeProperties |
BinaryDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | 이진 데이터 세트에 사용되는 데이터 압축 메서드입니다. | DatasetCompression |
위치 | 이진 스토리지의 위치입니다. | DatasetLocation(필수) |
CassandraTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'CassandraTable'(필수) |
typeProperties | Cassandra 데이터 세트 속성입니다. | CassandraTableDatasetTypeProperties |
CassandraTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
keyspace | Cassandra 데이터베이스의 키스페이스입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | Cassandra 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
CommonDataServiceForAppsEntityDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'CommonDataServiceForAppsEntity'(필수) |
typeProperties | 앱용 Common Data Service 엔터티 데이터 세트 속성입니다. | CommonDataServiceForAppsEntityDatasetTypeProperties |
CommonDataServiceForAppsEntityDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
entityName | 엔터티의 논리적 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
ConcurObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ConcurObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
CosmosDbMongoDbApiCollectionDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'CosmosDbMongoDbApiCollection'(필수) |
typeProperties | CosmosDB(MongoDB API) 데이터베이스 데이터 세트 속성입니다. | CosmosDbMongoDbApiCollectionDatasetTypeProperties(필수) |
CosmosDbMongoDbApiCollectionDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
수집 | CosmosDB(MongoDB API) 데이터베이스의 컬렉션 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
CosmosDbSqlApiCollectionDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'CosmosDbSqlApiCollection'(필수) |
typeProperties | CosmosDB(SQL API) 컬렉션 데이터 세트 속성입니다. | CosmosDbSqlApiCollectionDatasetTypeProperties(필수) |
CosmosDbSqlApiCollectionDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
collectionName | CosmosDB(SQL API) 컬렉션 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
CouchbaseTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'CouchbaseTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
CustomDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'CustomDataset'(필수) |
typeProperties | 사용자 지정 데이터 세트 속성입니다. | 어떤 |
데이터 세트
이름 | 묘사 | 값 |
---|---|---|
주석 | 데이터 세트를 설명하는 데 사용할 수 있는 태그 목록입니다. | any[] |
묘사 | 데이터 세트 설명입니다. | 문자열 |
폴더 | 이 데이터 세트가 있는 폴더입니다. 지정하지 않으면 데이터 세트가 루트 수준에 표시됩니다. | DatasetFolder |
linkedServiceName | 연결된 서비스 참조입니다. | linkedServiceReference |
매개 변수 | 데이터 세트에 대한 매개 변수입니다. | ParameterDefinitionSpecification |
스키마 | 데이터 세트의 실제 형식 스키마를 정의하는 열입니다. 형식: array(또는 resultType 배열이 있는 식), itemType: DatasetSchemaDataElement. | 어떤 |
구조 | 데이터 세트의 구조를 정의하는 열입니다. 형식: array(또는 resultType 배열이 있는 식), itemType: DatasetDataElement. | 어떤 |
형 | AmazonMWSObjectDataset |
'AmazonMWSObject' 'AmazonRdsForOracleTable' 'AmazonRdsForSqlServerTable' 'AmazonRedshiftTable' 'AmazonS3Object' 'Avro' 'AzureBlob' 'AzureBlobFSFile' 'AzureDatabricksDeltaLakeDataset' 'AzureDataExplorerTable' 'AzureDataLakeStoreFile' 'AzureMariaDBTable' 'AzureMySqlTable' 'AzurePostgreSqlTable' 'AzureSearchIndex' 'AzureSqlDWTable' 'AzureSqlMITable' 'AzureSqlTable' 'AzureTable' 'Binary' 'CassandraTable' 'CommonDataServiceForAppsEntity' 'ConcurObject' 'CosmosDbMongoDbApiCollection' 'CosmosDbSqlApiCollection' 'CouchbaseTable' 'CustomDataset' 'Db2Table' 'DelimitedText' 'DocumentDbCollection' 'DrillTable' 'DynamicsAXResource' 'DynamicsCrmEntity' 'DynamicsEntity' 'EloquaObject' 'Excel' 'FileShare' 'GoogleAdWordsObject' 'GoogleBigQueryObject' 'GoogleBigQueryV2Object' 'GreenplumTable' 'HBaseObject' 'HiveObject' 'HttpFile' 'HubspotObject' '빙산' 'ImpalaObject' 'InformixTable' 'JiraObject' 'Json' 'LakeHouseTable' 'MagentoObject' 'MariaDBTable' 'MarketoObject' 'MicrosoftAccessTable' 'MongoDbAtlasCollection' 'MongoDbCollection' 'MongoDbV2Collection' 'MySqlTable' 'NetezzaTable' 'ODataResource' 'OdbcTable' 'Office365Table' 'OracleServiceCloudObject' 'OracleTable' 'Orc' 'Parquet' 'PaypalObject' 'PhoenixObject' 'PostgreSqlTable' 'PostgreSqlV2Table' 'PrestoObject' 'QuickBooksObject' 'RelationalTable' 'ResponsysObject' 'RestResource' 'SalesforceMarketingCloudObject' 'SalesforceObject' 'SalesforceServiceCloudObject' 'SalesforceServiceCloudV2Object' 'SalesforceV2Object' 'SapBwCube' 'SapCloudForCustomerResource' 'SapEccResource' 'SapHanaTable' 'SapOdpResource' 'SapOpenHubTable' 'SapTableResource' 'ServiceNowObject' 'ServiceNowV2Object' 'SharePointOnlineListResource' 'ShopifyObject' 'SnowflakeTable' 'SnowflakeV2Table' 'SparkObject' 'SqlServerTable' 'SquareObject' 'SybaseTable' 'TeradataTable' 'VerticaTable' 'WarehouseTable' 'WebTable' 'XeroObject' 'Xml' 'ZohoObject'(필수) |
DatasetCompression
이름 | 묘사 | 값 |
---|---|---|
수준 | 데이터 세트 압축 수준입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
형 | 데이터 세트 압축의 형식입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
DatasetFolder
이름 | 묘사 | 값 |
---|---|---|
이름 | 이 데이터 세트가 있는 폴더의 이름입니다. | 문자열 |
DatasetLocation
이름 | 묘사 | 값 |
---|---|---|
파일 | 데이터 세트의 파일 이름을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
folderPath | 데이터 세트의 폴더 경로를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식) | 어떤 |
형 | AmazonS3CompatibleLocation |
'AmazonS3CompatibleLocation' 'AmazonS3Location' 'AzureBlobFSLocation' 'AzureBlobStorageLocation' 'AzureDataLakeStoreLocation' 'AzureFileStorageLocation' 'FileServerLocation' 'FtpServerLocation' 'GoogleCloudStorageLocation' 'HdfsLocation' 'HttpServerLocation' 'LakeHouseLocation' 'OracleCloudStorageLocation' 'SftpLocation'(필수) |
DatasetStorageFormat
이름 | 묘사 | 값 |
---|---|---|
deserializer | 역직렬 변환기입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
serializer | 직렬 변환기입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
형 | AvroFormat |
'AvroFormat' 'JsonFormat' 'OrcFormat' 'ParquetFormat' 'TextFormat'(필수) |
Db2TableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Db2Table'(필수) |
typeProperties | Db2 테이블 데이터 세트 속성입니다. | Db2TableDatasetTypeProperties |
Db2TableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Db2 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Db2 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
DelimitedTextDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'DelimitedText'(필수) |
typeProperties | 구분된 텍스트 데이터 세트 속성입니다. | DelimitedTextDatasetTypeProperties |
DelimitedTextDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
columnDelimiter | 열 구분 기호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
compressionCodec | 데이터 압축 코드입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
compressionLevel | DelimitedText에 사용되는 데이터 압축 메서드입니다. | 어떤 |
encodingName | 기본 설정 인코딩의 코드 페이지 이름입니다. 누락된 경우 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 UTF-8입니다. 지원되는 값을 설정하려면 다음 링크에서 테이블의 이름 열을 참조하세요. https://msdn.microsoft.com/library/system.text.encoding.aspx. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
escapeChar | 이스케이프 문자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
firstRowAsHeader | 입력으로 사용되는 경우 데이터의 첫 번째 행을 헤더로 처리합니다. 출력으로 사용되는 경우 헤더를 출력에 데이터의 첫 번째 행으로 씁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
위치 | 구분된 텍스트 저장소의 위치입니다. | DatasetLocation(필수) |
nullValue | null 값 문자열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
quoteChar | 따옴표 문자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
rowDelimiter | 행 구분 기호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
DocumentDbCollectionDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'DocumentDbCollection'(필수) |
typeProperties | DocumentDB 컬렉션 데이터 세트 속성입니다. | documentDbCollectionDatasetTypeProperties |
DocumentDbCollectionDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
collectionName | Document Database 컬렉션 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
DrillDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | 드릴의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | 드릴의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
DrillTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'DrillTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | drillDatasetTypeProperties |
DynamicsAXResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'DynamicsAXResource'(필수) |
typeProperties | Dynamics AX OData 리소스 데이터 세트 속성입니다. | DynamicsAXResourceDatasetTypeProperties(필수) |
DynamicsAXResourceDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
길 | Dynamics AX OData 엔터티의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
DynamicsCrmEntityDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'DynamicsCrmEntity'(필수) |
typeProperties | Dynamics CRM 엔터티 데이터 세트 속성입니다. | DynamicsCrmEntityDatasetTypeProperties |
DynamicsCrmEntityDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
entityName | 엔터티의 논리적 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
DynamicsEntityDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'DynamicsEntity'(필수) |
typeProperties | Dynamics 엔터티 데이터 세트 속성입니다. | DynamicsEntityDatasetTypeProperties |
DynamicsEntityDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
entityName | 엔터티의 논리적 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
EloquaObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'EloquaObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
ExcelDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Excel'(필수) |
typeProperties | Excel 데이터 세트 속성입니다. | ExcelDatasetTypeProperties |
ExcelDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | json 데이터 세트에 사용되는 데이터 압축 메서드입니다. | DatasetCompression |
firstRowAsHeader | 입력으로 사용되는 경우 데이터의 첫 번째 행을 헤더로 처리합니다. 출력으로 사용되는 경우 헤더를 출력에 데이터의 첫 번째 행으로 씁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
위치 | Excel 스토리지의 위치입니다. | DatasetLocation(필수) |
nullValue | null 값 문자열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
레인지 | 한 시트의 부분 데이터입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
sheetIndex | Excel 파일 및 기본값의 시트 인덱스는 0입니다. 형식: 정수(또는 resultType 정수가 있는 식) | 어떤 |
sheetName | Excel 파일의 시트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
FileServerLocation
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'FileServerLocation'(필수) |
FileShareDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'FileShare'(필수) |
typeProperties | 온-프레미스 파일 시스템 데이터 세트 속성입니다. | FileShareDatasetTypeProperties |
FileShareDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | 파일 시스템에 사용되는 데이터 압축 메서드입니다. | DatasetCompression |
fileFilter | 모든 파일이 아닌 folderPath에서 파일의 하위 집합을 선택하는 데 사용할 필터를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
파일 | 온-프레미스 파일 시스템의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
folderPath | 온-프레미스 파일 시스템의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
판 | 파일의 형식입니다. | DatasetStorageFormat |
modifiedDatetimeEnd | 파일의 수정된 날짜/시간의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
modifiedDatetimeStart | 파일의 수정된 날짜/시간의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
FtpServerLocation
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'FtpServerLocation'(필수) |
GenericDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
GoogleAdWordsObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'GoogleAdWordsObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
GoogleBigQueryDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
데이터 세트 | Google BigQuery의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Google BigQuery의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 데이터베이스 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
GoogleBigQueryObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'GoogleBigQueryObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GoogleBigQueryDatasetTypeProperties |
GoogleBigQueryV2DatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
데이터 세트 | Google BigQuery의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Google BigQuery의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
GoogleBigQueryV2ObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'GoogleBigQueryV2Object'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | googleBigQueryV2DatasetTypeProperties |
GoogleCloudStorageLocation
이름 | 묘사 | 값 |
---|---|---|
bucketName | Google Cloud Storage의 bucketName을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식) | 어떤 |
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'GoogleCloudStorageLocation'(필수) |
버전 | Google Cloud Storage의 버전을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
GreenplumDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Greenplum의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Greenplum의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
GreenplumTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'GreenplumTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | greenplumDatasetTypeProperties |
HBaseObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'HBaseObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
HdfsLocation
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'HdfsLocation'(필수) |
HiveDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Hive의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Hive의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
HiveObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'HiveObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | HiveDatasetTypeProperties |
HttpDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'HttpFile'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | httpDatasetTypeProperties |
HttpDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
additionalHeaders | HTTP 요청에 대한 헤더입니다. 예: request-header-name-1:request-header-value-1 ... request-header-name-n:request-header-value-n Type: string(또는 resultType 문자열이 있는 식). |
어떤 |
압축 | 파일에 사용되는 데이터 압축 메서드입니다. | DatasetCompression |
판 | 파일 형식입니다. | DatasetStorageFormat |
relativeUrl | HttpLinkedService의 URL을 기반으로 하는 상대 URL은 HTTP 파일 형식(문자열 또는 resultType 문자열이 있는 식)을 참조합니다. | 어떤 |
requestBody | HTTP 요청의 본문입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
requestMethod | HTTP 요청에 대한 HTTP 메서드입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
HttpServerLocation
이름 | 묘사 | 값 |
---|---|---|
relativeUrl | http 서버의 relativeUrl을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식) | 어떤 |
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'HttpServerLocation'(필수) |
HubspotObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'HubspotObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
IcebergDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Iceberg'(필수) |
typeProperties | Iceberg 데이터 세트 속성입니다. | IcebergDatasetTypeProperties |
IcebergDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
위치 | 빙산 저장소의 위치입니다. 파일 이름 설정은 빙산 형식에 사용할 수 없습니다. | DatasetLocation(필수) |
ImpalaDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Impala의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Impala의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
ImpalaObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ImpalaObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | ImpalaDatasetTypeProperties |
InformixTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'InformixTable'(필수) |
typeProperties | Informix 테이블 데이터 세트 속성입니다. | informixTableDatasetTypeProperties |
InformixTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | Informix 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
JiraObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'JiraObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
JsonDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Json'(필수) |
typeProperties | Json 데이터 세트 속성입니다. | JsonDatasetTypeProperties |
JsonDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | json 데이터 세트에 사용되는 데이터 압축 메서드입니다. | DatasetCompression |
encodingName | 기본 설정 인코딩의 코드 페이지 이름입니다. 지정하지 않으면 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 UTF-8입니다. 지원되는 값을 설정하려면 다음 링크에서 테이블의 이름 열을 참조하세요. https://msdn.microsoft.com/library/system.text.encoding.aspx. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
위치 | json 데이터 스토리지의 위치입니다. | DatasetLocation(필수) |
JsonFormat
이름 | 묘사 | 값 |
---|---|---|
encodingName | 기본 설정 인코딩의 코드 페이지 이름입니다. 입력하지 않으면 BOM(바이트 순서 표시)이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 'utf-8'입니다. 지원되는 값의 전체 목록은 인코딩 테이블의 '이름' 열에서 찾을 수 있습니다. https://go.microsoft.com/fwlink/?linkid=861078. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
filePattern | JSON의 파일 패턴입니다. 좀 더 구체적으로 말하자면 JSON 개체 컬렉션을 분리하는 방법입니다. 기본값은 'setOfObjects'입니다. 대/소문자를 구분합니다. | 어떤 |
jsonNodeReference | 평면화할 JSON 배열 요소의 JSONPath입니다. 예: "$. ArrayPath". 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
jsonPathDefinition | JSON 파일에서 데이터를 추출하기 위해 사용자 지정된 열 이름을 사용하여 각 열 매핑에 대한 JSONPath 정의입니다. 루트 개체 아래의 필드의 경우 "$"로 시작합니다. jsonNodeReference 속성에서 선택한 배열 내 필드의 경우 배열 요소에서 시작합니다. 예: {"Column1": "$. Column1Path", "Column2": "Column2PathInArray"}. Type: object(또는 resultType 개체가 있는 Expression). | 어떤 |
nestingSeparator | 중첩 수준을 구분하는 데 사용되는 문자입니다. 기본값은 '.'입니다. (점). 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
형 | 데이터 세트 스토리지 형식의 형식입니다. | 'JsonFormat'(필수) |
LakeHouseLocation
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'LakeHouseLocation'(필수) |
LakeHouseTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'LakeHouseTable'(필수) |
typeProperties | Microsoft Fabric LakeHouse 테이블 데이터 세트 속성입니다. | LakeHouseTableDatasetTypeProperties |
LakeHouseTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Microsoft Fabric LakeHouse 테이블의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Microsoft Fabric LakeHouse 테이블의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
LinkedServiceReference
이름 | 묘사 | 값 |
---|---|---|
매개 변수 | LinkedService에 대한 인수입니다. | ParameterValueSpecification |
referenceName | LinkedService 이름을 참조합니다. | string(필수) |
형 | 연결된 서비스 참조 형식입니다. | 'LinkedServiceReference'(필수) |
MagentoObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MagentoObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
MariaDBTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MariaDBTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
MarketoObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MarketoObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
Microsoft.DataFactory/팩터리/데이터 세트
이름 | 묘사 | 값 |
---|---|---|
이름 | 리소스 이름 | 문자열 제약 조건: 최소 길이 = 1 최대 길이 = 1 패턴 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (필수) |
parent_id | 이 리소스의 부모인 리소스의 ID입니다. | 유형의 리소스 ID: 팩터리 |
속성 | 데이터 세트 속성입니다. | 데이터 세트(필수) |
형 | 리소스 종류 | "Microsoft.DataFactory/factoryies/datasets@2018-06-01" |
MicrosoftAccessTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MicrosoftAccessTable'(필수) |
typeProperties | Microsoft Access 테이블 데이터 세트 속성입니다. | MicrosoftAccessTableDatasetTypeProperties |
MicrosoftAccessTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | Microsoft Access 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
MongoDbAtlasCollectionDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MongoDbAtlasCollection'(필수) |
typeProperties | MongoDB Atlas 데이터베이스 데이터 세트 속성입니다. | MongoDbAtlasCollectionDatasetTypeProperties(필수) |
MongoDbAtlasCollectionDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
수집 | MongoDB Atlas 데이터베이스의 컬렉션 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
MongoDbCollectionDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MongoDbCollection'(필수) |
typeProperties | MongoDB 데이터베이스 데이터 세트 속성입니다. | MongoDbCollectionDatasetTypeProperties(필수) |
MongoDbCollectionDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
collectionName | MongoDB 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
MongoDbV2CollectionDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MongoDbV2Collection'(필수) |
typeProperties | MongoDB 데이터베이스 데이터 세트 속성입니다. | MongoDbV2CollectionDatasetTypeProperties(필수) |
MongoDbV2CollectionDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
수집 | MongoDB 데이터베이스의 컬렉션 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
MySqlTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'MySqlTable'(필수) |
typeProperties | MySQL 테이블 데이터 세트 속성입니다. | MySqlTableDatasetTypeProperties |
MySqlTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | MySQL 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
NetezzaTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'NetezzaTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | NetezzaTableDatasetTypeProperties |
NetezzaTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Netezza의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Netezza의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
ODataResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ODataResource'(필수) |
typeProperties | OData 데이터 세트 속성입니다. | ODataResourceDatasetTypeProperties |
ODataResourceDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
길 | OData 리소스 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
OdbcTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'OdbcTable'(필수) |
typeProperties | ODBC 테이블 데이터 세트 속성입니다. | OdbcTableDatasetTypeProperties |
OdbcTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | ODBC 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
Office365Dataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Office365Table'(필수) |
typeProperties | Office365 데이터 세트 속성입니다. | Office365DatasetTypeProperties |
Office365DatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
술어 | Office 365에서 추출할 특정 행을 필터링하는 데 사용할 수 있는 조건자 식입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | Office 365에서 추출할 데이터 세트의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
OracleCloudStorageLocation
이름 | 묘사 | 값 |
---|---|---|
bucketName | Oracle Cloud Storage의 bucketName을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식) | 어떤 |
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'OracleCloudStorageLocation'(필수) |
버전 | Oracle Cloud Storage의 버전을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
OracleServiceCloudObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'OracleServiceCloudObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
OracleTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'OracleTable'(필수) |
typeProperties | 온-프레미스 Oracle 데이터 세트 속성입니다. | OracleTableDatasetTypeProperties |
OracleTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | 온-프레미스 Oracle 데이터베이스의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | 온-프레미스 Oracle 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
OrcDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Orc'(필수) |
typeProperties | ORC 데이터 세트 속성입니다. | OrcDatasetTypeProperties |
OrcDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
위치 | ORC 데이터 스토리지의 위치입니다. | DatasetLocation(필수) |
orcCompressionCodec | 데이터 orcCompressionCodec입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
OrcFormat
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 형식의 형식입니다. | 'OrcFormat'(필수) |
ParameterDefinitionSpecification
이름 | 묘사 | 값 |
---|
ParameterSpecification
이름 | 묘사 | 값 |
---|---|---|
defaultValue | 매개 변수의 기본값입니다. | 어떤 |
형 | 매개 변수 형식입니다. | 'Array' 'Bool' 'Float' 'Int' 'Object' 'SecureString' 'String'(필수) |
ParameterValueSpecification
이름 | 묘사 | 값 |
---|
ParquetDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Parquet'(필수) |
typeProperties | Parquet 데이터 세트 속성입니다. | ParquetDatasetTypeProperties |
ParquetDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
compressionCodec | 데이터 압축 코드입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
위치 | parquet 스토리지의 위치입니다. | DatasetLocation(필수) |
ParquetFormat
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 형식의 형식입니다. | 'ParquetFormat'(필수) |
PaypalObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'PaypalObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
PhoenixDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Phoenix의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Phoenix의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
PhoenixObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'PhoenixObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | PhoenixDatasetTypeProperties |
PostgreSqlTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'PostgreSqlTable'(필수) |
typeProperties | PostgreSQL 테이블 데이터 세트 속성입니다. | PostgreSqlTableDatasetTypeProperties |
PostgreSqlTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | PostgreSQL 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | PostgreSQL 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
PostgreSqlV2TableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'PostgreSqlV2Table'(필수) |
typeProperties | PostgreSQLV2 테이블 데이터 세트 속성입니다. | PostgreSqlV2TableDatasetTypeProperties |
PostgreSqlV2TableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | PostgreSQL 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | PostgreSQL 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
PrestoDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Presto의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Presto의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
PrestoObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'PrestoObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | PrestoDatasetTypeProperties |
QuickBooksObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'QuickBooksObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
RelationalTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'RelationalTable'(필수) |
typeProperties | 관계형 테이블 데이터 세트 속성입니다. | RelationalTableDatasetTypeProperties |
RelationalTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | 관계형 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
ResponsysObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ResponsysObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
RestResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'RestResource'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | RestResourceDatasetTypeProperties |
RestResourceDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
additionalHeaders | RESTful API에 대한 요청의 추가 HTTP 헤더입니다. | RestResourceDatasetTypePropertiesAdditionalHeaders |
paginationRules | 다음 페이지 요청을 작성하기 위한 페이지 매김 규칙입니다. | RestResourceDatasetTypePropertiesPaginationRules |
relativeUrl | RESTful API가 제공하는 리소스에 대한 상대 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
requestBody | requestMethod가 POST인 경우 RESTful API에 대한 HTTP 요청 본문입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
requestMethod | RESTful API를 호출하는 데 사용되는 HTTP 메서드입니다. 기본값은 GET입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
RestResourceDatasetTypePropertiesAdditionalHeaders
이름 | 묘사 | 값 |
---|
RestResourceDatasetTypePropertiesPaginationRules
이름 | 묘사 | 값 |
---|
SalesforceMarketingCloudObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SalesforceMarketingCloudObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
SalesforceObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SalesforceObject'(필수) |
typeProperties | Salesforce 개체 데이터 세트 속성입니다. | SalesforceObjectDatasetTypeProperties |
SalesforceObjectDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
objectApiName | Salesforce 개체 API 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SalesforceServiceCloudObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SalesforceServiceCloudObject'(필수) |
typeProperties | Salesforce Service Cloud 개체 데이터 세트 속성입니다. | SalesforceServiceCloudObjectDatasetTypeProperties |
SalesforceServiceCloudObjectDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
objectApiName | Salesforce Service Cloud 개체 API 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SalesforceServiceCloudV2ObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SalesforceServiceCloudV2Object'(필수) |
typeProperties | Salesforce Service Cloud V2 개체 데이터 세트 속성입니다. | SalesforceServiceCloudV2ObjectDatasetTypeProperties |
SalesforceServiceCloudV2ObjectDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
objectApiName | Salesforce Service Cloud V2 개체 API 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
reportId | Salesforce Service Cloud V2 reportId. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SalesforceV2ObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SalesforceV2Object'(필수) |
typeProperties | Salesforce V2 개체 데이터 세트 속성입니다. | SalesforceV2ObjectDatasetTypeProperties |
SalesforceV2ObjectDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
objectApiName | Salesforce V2 개체 API 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
reportId | Salesforce V2 보고서 ID입니다. 문자열(또는 resultType 문자열이 있는 식)을 입력합니다. | 어떤 |
SapBwCubeDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SapBwCube'(필수) |
SapCloudForCustomerResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SapCloudForCustomerResource'(필수) |
typeProperties | SAP Cloud For Customer OData 리소스 데이터 세트 속성입니다. | SapCloudForCustomerResourceDatasetTypeProperties(필수) |
SapCloudForCustomerResourceDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
길 | SAP Cloud for Customer OData 엔터티의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
SapEccResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SapEccResource'(필수) |
typeProperties | SAP ECC OData 리소스 데이터 세트 속성입니다. | SapEccResourceDatasetTypeProperties(필수) |
SapEccResourceDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
길 | SAP ECC OData 엔터티의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
SapHanaTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SapHanaTable'(필수) |
typeProperties | SAP HANA 테이블 속성입니다. | SapHanaTableDatasetTypeProperties |
SapHanaTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | SAP HANA의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | SAP HANA의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SapOdpResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SapOdpResource'(필수) |
typeProperties | SAP ODP 리소스 속성입니다. | sapOdpResourceDatasetTypeProperties |
SapOdpResourceDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
문맥 | SAP ODP 개체의 컨텍스트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
objectName | SAP ODP 개체의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
SapOpenHubTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SapOpenHubTable'(필수) |
typeProperties | Sap Business Warehouse Open Hub 대상 테이블 속성입니다. | SapOpenHubTableDatasetTypeProperties(필수) |
SapOpenHubTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
baseRequestId | 델타 로드에 대한 요청의 ID입니다. 설정되면 requestId가 이 속성 값보다 큰 데이터만 검색됩니다. 기본값은 0입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. | 어떤 |
excludeLastRequest | 마지막 요청의 레코드를 제외할지 여부입니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
openHubDestinationName | 대상 형식이 데이터베이스 테이블인 Open Hub 대상의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
SapTableResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SapTableResource'(필수) |
typeProperties | SAP 테이블 리소스 속성입니다. | SapTableResourceDatasetTypeProperties(필수) |
SapTableResourceDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | SAP 테이블의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | any(필수) |
ServiceNowObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ServiceNowObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
ServiceNowV2ObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ServiceNowV2Object'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
SftpLocation
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트 스토리지 위치의 유형입니다. | 'SftpLocation'(필수) |
SharePointOnlineListDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
listName | SharePoint Online 목록의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SharePointOnlineListResourceDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SharePointOnlineListResource'(필수) |
typeProperties | Sharepoint Online 목록 데이터 세트 속성입니다. | SharePointOnlineListDatasetTypeProperties |
ShopifyObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ShopifyObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
SnowflakeDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SnowflakeTable'(필수) |
typeProperties | Snowflake 데이터 세트 속성입니다. | SnowflakeDatasetTypeProperties(필수) |
SnowflakeDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Snowflake 데이터베이스의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Snowflake 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
SnowflakeV2Dataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SnowflakeV2Table'(필수) |
typeProperties | Snowflake 데이터 세트 속성입니다. | SnowflakeDatasetTypeProperties(필수) |
SparkDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Spark의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Spark의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
SparkObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SparkObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | SparkDatasetTypeProperties |
SqlServerTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SqlServerTable'(필수) |
typeProperties | 온-프레미스 SQL Server 데이터 세트 속성입니다. | sqlServerTableDatasetTypeProperties |
SqlServerTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | SQL Server 데이터 세트의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | SQL Server 데이터 세트의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
SquareObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SquareObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
SybaseTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'SybaseTable'(필수) |
typeProperties | Sybase 테이블 데이터 세트 속성입니다. | SybaseTableDatasetTypeProperties |
SybaseTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
tableName | Sybase 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
TeradataTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'TeradataTable'(필수) |
typeProperties | Teradata 데이터 세트 속성입니다. | TeradataTableDatasetTypeProperties |
TeradataTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
데이터베이스 | Teradata의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Teradata의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
TextFormat
이름 | 묘사 | 값 |
---|---|---|
columnDelimiter | 열 구분 기호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
encodingName | 기본 설정 인코딩의 코드 페이지 이름입니다. 누락된 경우 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 ΣÇ£utf-8ΣÇ-입니다. 지원되는 값을 설정하려면 다음 링크에서 테이블의 ΣÇ£NameΣÇ} 열을 참조하세요. https://msdn.microsoft.com/library/system.text.encoding.aspx. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
escapeChar | 이스케이프 문자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
firstRowAsHeader | 입력으로 사용되는 경우 데이터의 첫 번째 행을 헤더로 처리합니다. 출력으로 사용되는 경우 헤더를 출력에 데이터의 첫 번째 행으로 씁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
nullValue | null 값 문자열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
quoteChar | 따옴표 문자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
rowDelimiter | 행 구분 기호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
skipLineCount | 텍스트 파일을 구문 분석할 때 건너뛸 줄/행의 수입니다. 기본값은 0입니다. 형식: 정수(또는 resultType 정수가 있는 식)입니다. | 어떤 |
treatEmptyAsNull | 텍스트 파일의 빈 열 값을 null로 처리합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). | 어떤 |
형 | 데이터 세트 스토리지 형식의 형식입니다. | 'TextFormat'(필수) |
VerticaDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Vertica의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Vertica의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
tableName | 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. | 어떤 |
VerticaTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'VerticaTable'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | VerticaDatasetTypeProperties |
WarehouseTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'WarehouseTable'(필수) |
typeProperties | Microsoft Fabric Warehouse 데이터 세트 속성입니다. | WarehouseTableDatasetTypeProperties |
WarehouseTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
스키마 | Microsoft Fabric Warehouse의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
테이블 | Microsoft Fabric Warehouse의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
WebTableDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'WebTable'(필수) |
typeProperties | 웹 테이블 데이터 세트 속성입니다. | webTableDatasetTypeProperties |
WebTableDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
색인 | 웹 페이지에 있는 테이블의 인덱스(0부터 시작하는 인덱스)입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소값: 0. | any(필수) |
길 | 연결된 서비스 URL의 웹 페이지에 대한 상대 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
XeroObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'XeroObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |
XmlDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'Xml'(필수) |
typeProperties | Xml 데이터 세트 속성입니다. | xmlDatasetTypeProperties |
XmlDatasetTypeProperties
이름 | 묘사 | 값 |
---|---|---|
압축 | json 데이터 세트에 사용되는 데이터 압축 메서드입니다. | DatasetCompression |
encodingName | 기본 설정 인코딩의 코드 페이지 이름입니다. 지정하지 않으면 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 UTF-8입니다. 지원되는 값을 설정하려면 다음 링크에서 테이블의 이름 열을 참조하세요. https://msdn.microsoft.com/library/system.text.encoding.aspx. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
위치 | json 데이터 스토리지의 위치입니다. | DatasetLocation(필수) |
nullValue | null 값 문자열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). | 어떤 |
ZohoObjectDataset
이름 | 묘사 | 값 |
---|---|---|
형 | 데이터 세트의 형식입니다. | 'ZohoObject'(필수) |
typeProperties | 이 데이터 세트 형식과 관련된 속성입니다. | GenericDatasetTypeProperties |