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