Microsoft.DataFactory Factoryies/datasets
本文內容
Bicep 資源定義
處理站/資料集資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄 。
若要建立 Microsoft.DataFactory/factoryies/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
}
}
數據集物件
設定 type 屬性以指定物件的類型。
針對 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()
}
設定 type 屬性以指定物件的類型。
針對 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 物件
設定 type 屬性以指定物件的類型。
針對 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'
屬性值
factoryies/datasets
名稱
描述
值
NAME
資源名稱 瞭解如何在 Bicep 中設定子資源的名稱和類型。
字串 (必要) 字元限制:1-260 合法字元: 不能使用:<>*#.%&:\\+?/-
或控制字元 以英數字元開頭。
父系 (parent)
在 Bicep 中,您可以指定子資源的父資源。 只有在父資源之外宣告子資源時,才需要新增這個屬性。 如需詳細資訊,請參閱 父資源外部的子資源 。
類型資源的符號名稱: Factory
properties
數據集屬性。
需要數據集 ()
資料集
DatasetFolder
名稱
描述
值
NAME
此資料集所在的資料夾名稱。
字串
LinkedServiceReference
名稱
描述
值
參數
LinkedService 的自變數。
ParameterValueSpecification
referenceName
參考 LinkedService 名稱。
需要字串 ()
類型
鏈接的服務參考類型。
'LinkedServiceReference' (必要)
ParameterValueSpecification
名稱
描述
值
{自定義屬性}
針對 Bicep,您可以使用 任何 () 函式。
ParameterDefinitionSpecification
ParameterSpecification
名稱
描述
值
defaultValue
參數的預設值。
針對 Bicep,您可以使用 任何 () 函式。
類型
參數類型。
'Array' 'Bool' 'Float' 'Int' 'Object' 'SecureString' 需要 『String』 ()
AmazonMWSObjectDataset
GenericDatasetTypeProperties
名稱
描述
值
tableName
資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
AmazonRdsForOracleTableDataset
AmazonRdsForOracleTableDatasetTypeProperties
名稱
描述
值
結構描述
AmazonRdsForOracle 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
AmazonRdsForOracle 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
AmazonRdsForSqlServerTableDataset
AmazonRdsForSqlServerTableDatasetTypeProperties
名稱
描述
值
結構描述
SQL Server 數據集的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
SQL Server 資料集的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
AmazonRedshiftTableDataset
AmazonRedshiftTableDatasetTypeProperties
名稱
描述
值
結構描述
Amazon Redshift 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
Amazon Redshift 數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
針對 Bicep,您可以使用 任何 () 函式。
AmazonS3Dataset
AmazonS3DatasetTypeProperties
名稱
描述
值
bucketName
Amazon S3 貯體的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () function. (所需的)
compression
用於 Amazon S3 物件的數據壓縮方法。
DatasetCompression
format
檔案格式。
DatasetStorageFormat
索引鍵
Amazon S3 物件的索引鍵。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeEnd
S3 物件的修改日期時間結束。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeStart
S3 物件的修改日期時間開始。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
prefix
S3 物件名稱的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
version
S3 物件的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
DatasetCompression
名稱
描述
值
等級
數據集壓縮層級。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
類型
數據集壓縮的類型。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () function. (所需的)
{自定義屬性}
針對 Bicep,您可以使用 任何 () 函式。
名稱
描述
值
類型
數據集儲存格式的類型。
'AvroFormat' (必要)
名稱
描述
值
類型
數據集儲存格式的類型。
'JsonFormat' (必要)
encodingName
慣用編碼方式的字碼頁名稱。 如果未提供,則預設值為 『utf-8』,除非位元組順序標記 (BOM) 表示另一個 Unicode 編碼。 您可以在下列參考中編碼資料表的 [名稱] 資料行中找到支援值的完整清單: https://go.microsoft.com/fwlink/?linkid=861078
。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
filePattern
JSON 的檔案模式。 為了更具體來說,分隔 JSON 物件的集合的方式。 默認值為 『setOfObjects』。 它會區分大小寫。
針對 Bicep,您可以使用 任何 () 函式。
jsonNodeReference
要扁平化之 JSON 陣列專案的 JSONPath。 範例:“$。ArrayPath”。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
jsonPathDefinition
每個數據行對應的 JSONPath 定義,具有自定義的數據行名稱,以從 JSON 檔案擷取數據。 對於根物件下的欄位,請從 “$” 開始;針對 jsonNodeReference 屬性所選擇陣列內的欄位,請從數位元素開始。 範例: {“Column1”: “$.Column1Path“、”Column2“: ”Column2PathInArray“}。 類型:具有 resultType 物件) 的物件 (或 Expression。
針對 Bicep,您可以使用 任何 () 函式。
nestingSeparator
用來分隔巢狀層級的字元。 預設值為 『.』 (點) 。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
名稱
描述
值
類型
數據集儲存格式的類型。
'OrcFormat' (必要)
名稱
描述
值
類型
數據集儲存格式的類型。
'ParquetFormat' (必要)
TextFormat
名稱
描述
值
類型
數據集儲存格式的類型。
必要 ('TextFormat')
columnDelimiter
資料行分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
encodingName
慣用編碼方式的字碼頁名稱。 如果遺漏,除非 BOM 表示另一個 Unicode 編碼,否則預設值為 ΓÇ?utf-8ΓÇ?。 請參閱下列連結中數據表的 ΓÇ\NameΓÇ> 數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx
。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
escapeChar
逸出字元。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
firstRowAsHeader
當做輸入使用時,請將數據的第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出作為數據的第一個數據列。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
針對 Bicep,您可以使用 任何 () 函式。
nullValue
Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
quoteChar
引號字元。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
rowDelimiter
資料列分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
skipLineCount
剖析文字檔時要略過的行/列數。 預設值為 0。 類型:具有 resultType 整數) 的整數 (或 Expression。
針對 Bicep,您可以使用 任何 () 函式。
treatEmptyAsNull
將文字檔中的空白資料行值視為 Null。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
針對 Bicep,您可以使用 任何 () 函式。
AvroDataset
AvroDatasetTypeProperties
名稱
描述
值
avroCompressionCodec
數據 avroCompressionCodec。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
avroCompressionLevel
int 約束: 最小值 = 1 最大值 = 9
location
avro 記憶體的位置。
DatasetLocation (必要)
DatasetLocation
AmazonS3CompatibleLocation
名稱
描述
值
類型
數據集儲存位置的類型。
需要 『AmazonS3CompatibleLocation』 ()
bucketName
指定 Amazon S3 Compatible 的 bucketName。 類型:具有 resultType 字串的字串 (或 Expression)
針對 Bicep,您可以使用 任何 () 函式。
version
指定 Amazon S3 相容版本。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
AmazonS3Location
名稱
描述
值
類型
數據集儲存位置的類型。
需要 『AmazonS3Location』 ()
bucketName
指定 amazon S3 的 bucketName。 類型:具有 resultType 字串的字串 (或 Expression)
針對 Bicep,您可以使用 任何 () 函式。
version
指定 amazon S3 的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
AzureBlobFSLocation
名稱
描述
值
類型
數據集儲存位置的類型。
必要 ('AzureBlobFSLocation')
fileSystem
指定 azure blobFS 的 fileSystem。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
AzureBlobStorageLocation
名稱
描述
值
類型
數據集儲存位置的類型。
'AzureBlobStorageLocation' (必要)
容器
指定 Azure Blob 的容器。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
AzureDataLakeStoreLocation
名稱
描述
值
類型
數據集儲存位置的類型。
'AzureDataLakeStoreLocation' (必要)
AzureFileStorageLocation
名稱
描述
值
類型
數據集儲存位置的類型。
'AzureFileStorageLocation' (必要)
FileServerLocation
名稱
描述
值
類型
數據集儲存位置的類型。
'FileServerLocation' (必要)
FtpServerLocation
名稱
描述
值
類型
數據集儲存位置的類型。
'FtpServerLocation' (必要)
GoogleCloudStorageLocation
名稱
描述
值
類型
數據集儲存位置的類型。
'GoogleCloudStorageLocation' (必要)
bucketName
指定Google Cloud Storage的bucketName。 類型:字串 (或具有 resultType 字串的 Expression)
針對 Bicep,您可以使用 任何 () 函式。
version
指定Google Cloud Storage的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
HdfsLocation
名稱
描述
值
類型
數據集儲存位置的類型。
'HdfsLocation' (必要)
HttpServerLocation
名稱
描述
值
類型
數據集儲存位置的類型。
'HttpServerLocation' (必要)
relativeUrl
指定 HTTP 伺服器的 relativeUrl。 類型:字串 (或具有 resultType 字串的 Expression)
針對 Bicep,您可以使用 任何 () 函式。
LakeHouseLocation
名稱
描述
值
類型
數據集儲存位置的類型。
'LakeHouseLocation' (必要)
OracleCloudStorageLocation
名稱
描述
值
類型
數據集儲存位置的類型。
'OracleCloudStorageLocation' (必要)
bucketName
指定 Oracle 雲端記憶體的 bucketName。 類型:字串 (或具有 resultType 字串的 Expression)
針對 Bicep,您可以使用 任何 () 函式。
version
指定 Oracle 雲端記憶體的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
SftpLocation
名稱
描述
值
類型
數據集儲存位置的類型。
'SftpLocation' (必要)
AzureBlobDataset
AzureBlobDatasetTypeProperties
名稱
描述
值
compression
用於 Blob 記憶體的數據壓縮方法。
DatasetCompression
fileName
Azure Blob 的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
folderPath
Azure Blob 記憶體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
format
Azure Blob 記憶體的格式。
DatasetStorageFormat
modifiedDatetimeEnd
Azure Blob 修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeStart
Azure Blob 修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableRootLocation
Blob 路徑的根目錄。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
AzureBlobFSDataset
AzureBlobFSDatasetTypeProperties
名稱
描述
值
compression
用於 Blob 記憶體的數據壓縮方法。
DatasetCompression
fileName
Azure Data Lake Storage Gen2 的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
folderPath
Azure Data Lake Storage Gen2 記憶體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
format
Azure Data Lake Storage Gen2 記憶體的格式。
DatasetStorageFormat
AzureDatabricksDeltaLakeDataset
AzureDatabricksDeltaLakeDatasetTypeProperties
名稱
描述
值
[資料庫]
差異數據表的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
差異數據表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
AzureDataExplorerTableDataset
AzureDataExplorerDatasetTypeProperties
名稱
描述
值
table
Azure Data Explorer 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
AzureDataLakeStoreDataset
AzureDataLakeStoreDatasetTypeProperties
名稱
描述
值
compression
用於 Azure Data Lake Store 中專案 () 的數據壓縮方法。
DatasetCompression
fileName
Azure Data Lake Store 中的檔名。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
folderPath
Azure Data Lake Store 中資料夾的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
format
Data Lake Store 的格式。
DatasetStorageFormat
AzureMariaDBTableDataset
AzureMySqlTableDataset
AzureMySqlTableDatasetTypeProperties
名稱
描述
值
table
Azure MySQL 資料庫數據表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableName
Azure MySQL 資料庫數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
AzurePostgreSqlTableDataset
AzurePostgreSqlTableDatasetTypeProperties
名稱
描述
值
結構描述
Azure PostgreSQL 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
Azure PostgreSQL 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableName
Azure PostgreSQL 資料庫的數據表名稱,其中包含架構和數據表。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
AzureSearchIndexDataset
AzureSearchIndexDatasetTypeProperties
名稱
描述
值
IndexName
Azure 搜尋服務索引的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何必要的 () function. ()
AzureSqlDWTableDataset
AzureSqlDWTableDatasetTypeProperties
名稱
描述
值
結構描述
Azure SQL Data Warehouse 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
Azure SQL Data Warehouse 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableName
此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
針對 Bicep,您可以使用 任何 () 函式。
AzureSqlMITableDataset
AzureSqlMITableDatasetTypeProperties
名稱
描述
值
結構描述
Azure SQL 受控執行個體 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
Azure SQL 受控執行個體 數據集的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableName
此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
針對 Bicep,您可以使用 任何 () 函式。
AzureSqlTableDataset
AzureSqlTableDatasetTypeProperties
名稱
描述
值
結構描述
Azure SQL 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
Azure SQL 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableName
此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
針對 Bicep,您可以使用 任何 () 函式。
AzureTableDataset
AzureTableDatasetTypeProperties
名稱
描述
值
tableName
Azure 資料表記憶體的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () function. (所需的)
BinaryDataset
BinaryDatasetTypeProperties
CassandraTableDataset
CassandraTableDatasetTypeProperties
名稱
描述
值
keyspace
Cassandra 資料庫的 keyspace。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableName
Cassandra 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
CommonDataServiceForAppsEntityDataset
CommonDataServiceForAppsEntityDatasetTypeProperties
名稱
描述
值
entityName
實體的邏輯名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
ConcurObjectDataset
CosmosDbMongoDbApiCollectionDataset
CosmosDbMongoDbApiCollectionDatasetTypeProperties
名稱
描述
值
collection
CosmosDB (MongoDB API) 資料庫的集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () function. (所需的)
CosmosDbSqlApiCollectionDataset
CosmosDbSqlApiCollectionDatasetTypeProperties
名稱
描述
值
collectionName
CosmosDB (SQL API) 集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () function. (所需的)
CouchbaseTableDataset
CustomDataset
名稱
描述
值
類型
數據集的類型。
需要 『CustomDataset』 ()
typeProperties
自訂數據集屬性。
針對 Bicep,您可以使用 任何 () 函式。
Db2TableDataset
Db2TableDatasetTypeProperties
名稱
描述
值
結構描述
Db2 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
Db2 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
針對 Bicep,您可以使用 任何 () 函式。
DelimitedTextDataset
DelimitedTextDatasetTypeProperties
名稱
描述
值
columnDelimiter
資料行分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
compressionCodec
數據壓縮Codec。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
compressionLevel
用於 DelimitedText 的數據壓縮方法。
針對 Bicep,您可以使用 任何 () 函式。
encodingName
慣用編碼方式的字碼頁名稱。 如果遺漏,則預設值為UTF-8,除非BOM表示另一個 Unicode 編碼。 請參閱下列連結中數據表的名稱數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx
。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
escapeChar
逸出字元。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
firstRowAsHeader
當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,將標頭寫入輸出做為數據的第一個數據列。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
針對 Bicep,您可以使用 任何 () 函式。
location
分隔文字儲存區的位置。
DatasetLocation (必要)
nullValue
Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
quoteChar
引號字元。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
rowDelimiter
資料列分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
DocumentDbCollectionDataset
DocumentDbCollectionDatasetTypeProperties
名稱
描述
值
collectionName
檔案資料庫集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () function. (所需的)
DrillTableDataset
DrillDatasetTypeProperties
名稱
描述
值
結構描述
Drill 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
Drill 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
針對 Bicep,您可以使用 任何 () 函式。
DynamicsAXResourceDataset
DynamicsAXResourceDatasetTypeProperties
名稱
描述
值
path
Dynamics AX OData 實體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () function. (所需的)
DynamicsCrmEntityDataset
DynamicsCrmEntityDatasetTypeProperties
名稱
描述
值
entityName
實體的邏輯名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
DynamicsEntityDataset
DynamicsEntityDatasetTypeProperties
名稱
描述
值
entityName
實體的邏輯名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
EloquaObjectDataset
ExcelDataset
ExcelDatasetTypeProperties
名稱
描述
值
compression
用於 json 數據集的數據壓縮方法。
DatasetCompression
firstRowAsHeader
當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,將標頭寫入輸出做為數據的第一個數據列。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
針對 Bicep,您可以使用 任何 () 函式。
location
Excel 記憶體的位置。
DatasetLocation (必要)
nullValue
Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
range
一張工作表的部分數據。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
sheetIndex
Excel 檔案的工作表索引,預設值為 0。 類型:具有 resultType 整數的整數 (或 Expression)
針對 Bicep,您可以使用 任何 () 函式。
sheetName
excel 檔案的工作表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
FileShareDataset
FileShareDatasetTypeProperties
名稱
描述
值
compression
用於檔案系統的數據壓縮方法。
DatasetCompression
fileFilter
指定要用來在 folderPath (而不是所有檔案) 中選取檔案子集的篩選器。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
fileName
內部部署檔案系統的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
folderPath
內部部署檔案系統的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
format
檔案的格式。
DatasetStorageFormat
modifiedDatetimeEnd
檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeStart
檔案修改日期時間的開始。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
GoogleAdWordsObjectDataset
GoogleBigQueryObjectDataset
GoogleBigQueryDatasetTypeProperties
名稱
描述
值
資料集
Google BigQuery 的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
Google BigQuery 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableName
此屬性將會淘汰。 請考慮改用資料庫 + 資料表屬性。
針對 Bicep,您可以使用 任何 () 函式。
GoogleBigQueryV2ObjectDataset
GoogleBigQueryV2DatasetTypeProperties
名稱
描述
值
資料集
Google BigQuery 的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
Google BigQuery 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
GreenplumTableDataset
GreenplumDatasetTypeProperties
名稱
描述
值
結構描述
Greenplum 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
Greenplum 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableName
此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
針對 Bicep,您可以使用 任何 () 函式。
HBaseObjectDataset
HiveObjectDataset
HiveDatasetTypeProperties
名稱
描述
值
結構描述
Hive 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
Hive 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
針對 Bicep,您可以使用 任何 () 函式。
HttpDataset
HttpDatasetTypeProperties
名稱
描述
值
additionalHeaders
HTTP 要求的標頭。 例如 request-header-name-1:request-header-value-1 ... request-header-name-n:request-header-value-n 類型:string (或 Expression with resultType string) 。
針對 Bicep,您可以使用 任何 () 函式。
compression
用於檔案的數據壓縮方法。
DatasetCompression
format
檔案格式。
DatasetStorageFormat
relativeUrl
根據 HttpLinkedService 中 URL 的相對 URL 會參考 HTTP 檔類型:string (或 Expression with resultType string) 。
針對 Bicep,您可以使用 任何 () 函式。
requestBody
HTTP 要求的主體。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
requestMethod
HTTP 要求的 HTTP 方法。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
HubspotObjectDataset
ImpalaObjectDataset
ImpalaDatasetTypeProperties
名稱
描述
值
結構描述
Impala 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
Impala 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
針對 Bicep,您可以使用 任何 () 函式。
名稱
描述
值
tableName
Informix 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
JiraObjectDataset
JsonDataset
JsonDatasetTypeProperties
名稱
描述
值
compression
用於 json 數據集的數據壓縮方法。
DatasetCompression
encodingName
慣用編碼方式的字碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中數據表的名稱數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx
。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
location
json 數據記憶體的位置。
DatasetLocation (必要)
LakeHouseTableDataset
LakeHouseTableDatasetTypeProperties
名稱
描述
值
table
Microsoft Fabric LakeHouse 數據表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
MagentoObjectDataset
MariaDBTableDataset
MarketoObjectDataset
MicrosoftAccessTableDataset
MicrosoftAccessTableDatasetTypeProperties
名稱
描述
值
tableName
Microsoft Access 數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
MongoDbAtlasCollectionDataset
MongoDbAtlasCollectionDatasetTypeProperties
名稱
描述
值
collection
MongoDB Atlas 資料庫的集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () function. (所需的)
MongoDbCollectionDataset
MongoDbCollectionDatasetTypeProperties
名稱
描述
值
collectionName
MongoDB 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () function. (所需的)
MongoDbV2CollectionDataset
MongoDbV2CollectionDatasetTypeProperties
名稱
描述
值
collection
MongoDB 資料庫的集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () function. (所需的)
MySqlTableDataset
MySqlTableDatasetTypeProperties
名稱
描述
值
tableName
MySQL 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
NetezzaTableDataset
NetezzaTableDatasetTypeProperties
名稱
描述
值
結構描述
Netezza 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
Netezza 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
針對 Bicep,您可以使用 任何 () 函式。
ODataResourceDataset
ODataResourceDatasetTypeProperties
名稱
描述
值
path
OData 資源路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
OdbcTableDataset
OdbcTableDatasetTypeProperties
名稱
描述
值
tableName
ODBC 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
Office365Dataset
Office365DatasetTypeProperties
名稱
描述
值
predicate
述詞運算式,可用來篩選要從 Office 365 中擷取的特定資料列。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableName
擷取自 Office 365 的資料集名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () function. (所需的)
OracleServiceCloudObjectDataset
OracleTableDataset
OracleTableDatasetTypeProperties
名稱
描述
值
結構描述
內部部署 Oracle 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
內部部署 Oracle 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
針對 Bicep,您可以使用 任何 () 函式。
OrcDataset
OrcDatasetTypeProperties
名稱
描述
值
location
ORC 數據記憶體的位置。
DatasetLocation (必要)
orcCompressionCodec
data orcCompressionCodec。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
ParquetDataset
ParquetDatasetTypeProperties
名稱
描述
值
compressionCodec
數據壓縮Codec。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
location
parquet 記憶體的位置。
DatasetLocation (必要)
PaypalObjectDataset
PhoenixObjectDataset
PhoenixDatasetTypeProperties
名稱
描述
值
結構描述
Phoenix 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
Phoenix 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
針對 Bicep,您可以使用 任何 () 函式。
PostgreSqlTableDataset
PostgreSqlTableDatasetTypeProperties
名稱
描述
值
結構描述
PostgreSQL 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
PostgreSQL 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableName
此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
針對 Bicep,您可以使用 任何 () 函式。
PostgreSqlV2TableDataset
PostgreSqlV2TableDatasetTypeProperties
名稱
描述
值
結構描述
PostgreSQL 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
PostgreSQL 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
PrestoObjectDataset
PrestoDatasetTypeProperties
名稱
描述
值
結構描述
Presto 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
Presto 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableName
此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
針對 Bicep,您可以使用 任何 () 函式。
QuickBooksObjectDataset
RelationalTableDataset
RelationalTableDatasetTypeProperties
名稱
描述
值
tableName
關係型數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
ResponsysObjectDataset
RestResourceDataset
RestResourceDatasetTypeProperties
名稱
描述
值
{自定義屬性}
針對 Bicep,您可以使用 任何 () 函式。
名稱
描述
值
{自定義屬性}
針對 Bicep,您可以使用 任何 () 函式。
SalesforceMarketingCloudObjectDataset
SalesforceObjectDataset
SalesforceObjectDatasetTypeProperties
名稱
描述
值
objectApiName
Salesforce 物件 API 名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
SalesforceServiceCloudObjectDataset
SalesforceServiceCloudObjectDatasetTypeProperties
名稱
描述
值
objectApiName
Salesforce Service Cloud 物件 API 名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
SalesforceServiceCloudV2ObjectDataset
SalesforceServiceCloudV2ObjectDatasetTypeProperties
名稱
描述
值
objectApiName
Salesforce Service Cloud V2 物件 API 名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
reportId
Salesforce Service Cloud V2 reportId。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
SalesforceV2ObjectDataset
SalesforceV2ObjectDatasetTypeProperties
名稱
描述
值
objectApiName
Salesforce V2 物件 API 名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
reportId
Salesforce V2 報表標識符。類型:string (或 Expression with resultType string) 。
針對 Bicep,您可以使用 任何 () 函式。
SapBwCubeDataset
名稱
描述
值
類型
數據集的類型。
'SapBwCube' (必要)
SapCloudForCustomerResourceDataset
SapCloudForCustomerResourceDatasetTypeProperties
名稱
描述
值
path
SAP Cloud for Customer OData 實體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何必要的 () function. ()
SapEccResourceDataset
SapEccResourceDatasetTypeProperties
名稱
描述
值
path
SAP ECC OData 實體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何必要的 () function. ()
SapHanaTableDataset
SapHanaTableDatasetTypeProperties
名稱
描述
值
結構描述
SAP HANA 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
SAP HANA 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
SapOdpResourceDataset
SapOdpResourceDatasetTypeProperties
名稱
描述
值
context
SAP ODP 對象的內容。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何必要的 () function. ()
objectName
SAP ODP 物件的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何必要的 () function. ()
SapOpenHubTableDataset
SapOpenHubTableDatasetTypeProperties
名稱
描述
值
baseRequestId
差異載入的要求識別碼。 設定之後,將只會擷取 requestId 大於此屬性值的資料。 預設值為 0。 類型:具有 resultType 整數的整數 (或 Expression ) 。
針對 Bicep,您可以使用 任何 () 函式。
excludeLastRequest
是否要排除最後一個要求的記錄。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
針對 Bicep,您可以使用 任何 () 函式。
openHubDestinationName
開啟中樞目的地的名稱,目的地類型為資料庫數據表。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何必要的 () function. ()
SapTableResourceDataset
SapTableResourceDatasetTypeProperties
名稱
描述
值
tableName
SAP 資料表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何必要的 () function. ()
ServiceNowObjectDataset
ServiceNowV2ObjectDataset
SharePointOnlineListResourceDataset
SharePointOnlineListDatasetTypeProperties
名稱
描述
值
listName
SharePoint Online 列表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
ShopifyObjectDataset
SnowflakeDataset
SnowflakeDatasetTypeProperties
名稱
描述
值
結構描述
Snowflake 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
Snowflake 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
SnowflakeV2Dataset
SparkObjectDataset
SparkDatasetTypeProperties
名稱
描述
值
結構描述
Spark 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
Spark 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
針對 Bicep,您可以使用 任何 () 函式。
SqlServerTableDataset
SqlServerTableDatasetTypeProperties
名稱
描述
值
結構描述
SQL Server 數據集的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
SQL Server 資料集的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
針對 Bicep,您可以使用 任何 () 函式。
SquareObjectDataset
SybaseTableDataset
SybaseTableDatasetTypeProperties
名稱
描述
值
tableName
Sybase 數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
TeradataTableDataset
TeradataTableDatasetTypeProperties
名稱
描述
值
[資料庫]
Teradata 的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
Teradata 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
VerticaTableDataset
VerticaDatasetTypeProperties
名稱
描述
值
結構描述
Vertica 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
Vertica 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
針對 Bicep,您可以使用 任何 () 函式。
WarehouseTableDataset
WarehouseTableDatasetTypeProperties
名稱
描述
值
結構描述
Microsoft Fabric Warehouse 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
table
Microsoft Fabric Warehouse 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
WebTableDataset
WebTableDatasetTypeProperties
名稱
描述
值
索引
網頁中數據表以零起始的索引。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。
針對 Bicep,您可以使用 任何必要的 () function. ()
path
來自鏈接服務 URL 之網頁的相對 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
XeroObjectDataset
XmlDataset
XmlDatasetTypeProperties
名稱
描述
值
compression
用於 json 數據集的數據壓縮方法。
DatasetCompression
encodingName
慣用編碼方式的字碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中數據表的名稱數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx
。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
location
json 數據記憶體的位置。
DatasetLocation (必要)
nullValue
Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。
針對 Bicep,您可以使用 任何 () 函式。
ZohoObjectDataset
快速入門範本
下列快速入門範本會部署此資源類型。
ARM 範本資源定義
處理站/資料集資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄 檔。
若要建立 Microsoft.DataFactory/factoryies/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
}
}
數據集物件
設定 type 屬性以指定物件的類型。
針對 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": {}
}
設定 type 屬性以指定物件的類型。
針對 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 物件
設定 type 屬性以指定物件的類型。
針對 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"
屬性值
factoryies/datasets
名稱
描述
值
類型
資源類型
'Microsoft.DataFactory/factoryies/datasets'
apiVersion
資源 API 版本
'2018-06-01'
NAME
資源名稱 請參閱如何在 JSON ARM 樣本 中設定子資源的名稱和類型。
字串 (必要) 字元限制:1-260 合法字元: 不能使用:<>*#.%&:\\+?/-
或控制字元 以英數字元開頭。
properties
數據集屬性。
需要數據集 ()
資料集
DatasetFolder
名稱
描述
值
NAME
此資料集所在的資料夾名稱。
字串
LinkedServiceReference
名稱
描述
值
參數
LinkedService 的自變數。
ParameterValueSpecification
referenceName
參考 LinkedService 名稱。
字串 (必要)
類型
連結服務參考類型。
'LinkedServiceReference' (必要)
ParameterValueSpecification
ParameterDefinitionSpecification
ParameterSpecification
名稱
描述
值
defaultValue
參數的預設值。
類型
參數類型。
'Array' 'Bool' 'Float' 'Int' 'Object' 'SecureString' 'String' (必要)
AmazonMWSObjectDataset
GenericDatasetTypeProperties
名稱
描述
值
tableName
資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
AmazonRdsForOracleTableDataset
AmazonRdsForOracleTableDatasetTypeProperties
名稱
描述
值
結構描述
AmazonRdsForOracle 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
AmazonRdsForOracle 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
AmazonRdsForSqlServerTableDataset
AmazonRdsForSqlServerTableDatasetTypeProperties
名稱
描述
值
結構描述
SQL Server 數據集的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
SQL Server 資料集的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
AmazonRedshiftTableDataset
AmazonRedshiftTableDatasetTypeProperties
名稱
描述
值
結構描述
Amazon Redshift 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Amazon Redshift 數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
AmazonS3Dataset
AmazonS3DatasetTypeProperties
名稱
描述
值
bucketName
Amazon S3 貯體的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
compression
用於 Amazon S3 物件的數據壓縮方法。
DatasetCompression
format
檔案格式。
DatasetStorageFormat
索引鍵
Amazon S3 物件的索引鍵。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd
S3 物件的修改日期時間結束。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart
S3 物件的修改日期時間開始。 類型:字串 (或具有 resultType 字串的 Expression) 。
prefix
S3 物件名稱的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。
version
S3 物件的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。
DatasetCompression
名稱
描述
值
等級
數據集壓縮層級。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型
數據集壓縮的類型。 類型:字串 (或具有 resultType 字串的 Expression) 。
{自定義屬性}
名稱
描述
值
類型
數據集儲存格式的類型。
'AvroFormat' (必要)
名稱
描述
值
類型
數據集儲存格式的類型。
'JsonFormat' (必要)
encodingName
慣用編碼方式的字碼頁名稱。 如果未提供,則預設值為 『utf-8』,除非位元組順序標記 (BOM) 表示另一個 Unicode 編碼。 您可以在下列參考中編碼資料表的 [名稱] 資料行中找到支援值的完整清單: https://go.microsoft.com/fwlink/?linkid=861078
。 類型:字串 (或具有 resultType 字串的 Expression) 。
filePattern
JSON 的檔案模式。 更具體來說,分隔 JSON 物件集合的方式。 默認值為 『setOfObjects』。 它會區分大小寫。
jsonNodeReference
要扁平化之 JSON 陣列專案的 JSONPath。 範例:“$.ArrayPath”。 類型:字串 (或具有 resultType 字串的 Expression) 。
jsonPathDefinition
每個數據行對應的 JSONPath 定義,其具有自定義的數據行名稱,可從 JSON 檔案擷取數據。 若為根物件下的欄位,請以 「$」 開頭;針對 jsonNodeReference 屬性所選擇陣列內的欄位,請從數位元素開始。 範例: {“Column1”: “$.Column1Path“、”Column2“: ”Column2PathInArray“}。 類型:具有 resultType 物件) 的物件 (或 Expression。
nestingSeparator
用來分隔巢狀層級的字元。 預設值為 『.』 (點) 。 類型:字串 (或具有 resultType 字串的 Expression) 。
名稱
描述
值
類型
數據集儲存格式的類型。
'OrcFormat' (必要)
名稱
描述
值
類型
數據集儲存格式的類型。
需要 『ParquetFormat』 ()
TextFormat
名稱
描述
值
類型
數據集儲存格式的類型。
'TextFormat' (必要)
columnDelimiter
資料行分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。
encodingName
慣用編碼方式的字碼頁名稱。 如果遺漏,除非 BOM 表示另一個 Unicode 編碼,否則預設值為 TfÇ\utf-8TfÇ?。 請參閱下列連結中數據表的 ΓÇ\NameΓÇ\ 數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx
。 類型:字串 (或具有 resultType 字串的 Expression) 。
escapeChar
逸出字元。 類型:字串 (或具有 resultType 字串的 Expression) 。
firstRowAsHeader
當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,將標頭寫入輸出做為數據的第一個數據列。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
nullValue
Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。
quoteChar
引號字元。 類型:字串 (或具有 resultType 字串的 Expression) 。
rowDelimiter
資料列分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。
skipLineCount
剖析文字檔時要略過的行/列數。 預設值為 0。 類型:具有 resultType 整數) 的整數 (或 Expression。
treatEmptyAsNull
將文字檔中的空白資料行值視為 Null。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
AvroDataset
AvroDatasetTypeProperties
名稱
描述
值
avroCompressionCodec
數據 avroCompressionCodec。 類型:字串 (或具有 resultType 字串的 Expression) 。
avroCompressionLevel
int 約束: 最小值 = 1 最大值 = 9
location
avro 記憶體的位置。
DatasetLocation (必要)
DatasetLocation
AmazonS3CompatibleLocation
名稱
描述
值
類型
數據集儲存位置的類型。
需要 『AmazonS3CompatibleLocation』 ()
bucketName
指定 Amazon S3 Compatible 的 bucketName。 類型:具有 resultType 字串的字串 (或 Expression)
version
指定 Amazon S3 相容版本。 類型:字串 (或具有 resultType 字串的 Expression) 。
AmazonS3Location
名稱
描述
值
類型
數據集儲存位置的類型。
需要 『AmazonS3Location』 ()
bucketName
指定 amazon S3 的 bucketName。 類型:具有 resultType 字串的字串 (或 Expression)
version
指定 amazon S3 的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。
AzureBlobFSLocation
名稱
描述
值
類型
數據集儲存位置的類型。
'AzureBlobFSLocation' (必要)
fileSystem
指定 azure blobFS 的 fileSystem。 類型:字串 (或具有 resultType 字串的 Expression) 。
AzureBlobStorageLocation
名稱
描述
值
類型
數據集儲存位置的類型。
'AzureBlobStorageLocation' (必要)
容器
指定 Azure Blob 的容器。 類型:字串 (或具有 resultType 字串的 Expression) 。
AzureDataLakeStoreLocation
名稱
描述
值
類型
數據集儲存位置的類型。
'AzureDataLakeStoreLocation' (必要)
AzureFileStorageLocation
名稱
描述
值
類型
數據集儲存位置的類型。
'AzureFileStorageLocation' (必要)
FileServerLocation
名稱
描述
值
類型
數據集儲存位置的類型。
'FileServerLocation' (必要)
FtpServerLocation
名稱
描述
值
類型
數據集儲存位置的類型。
需要 『FtpServerLocation』 ()
GoogleCloudStorageLocation
名稱
描述
值
類型
數據集儲存位置的類型。
'GoogleCloudStorageLocation' (必要)
bucketName
指定Google Cloud Storage的bucketName。 類型:具有 resultType 字串的字串 (或 Expression)
version
指定Google Cloud Storage的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。
HdfsLocation
名稱
描述
值
類型
數據集儲存位置的類型。
'HdfsLocation' (必要)
HttpServerLocation
名稱
描述
值
類型
數據集儲存位置的類型。
'HttpServerLocation' (必要)
relativeUrl
指定 HTTP 伺服器的 relativeUrl。 類型:具有 resultType 字串的字串 (或 Expression)
LakeHouseLocation
名稱
描述
值
類型
數據集儲存位置的類型。
'LakeHouseLocation' (必要)
OracleCloudStorageLocation
名稱
描述
值
類型
數據集儲存位置的類型。
'OracleCloudStorageLocation' (必要)
bucketName
指定 Oracle 雲端記憶體的 bucketName。 類型:具有 resultType 字串的字串 (或 Expression)
version
指定 Oracle 雲端記憶體的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。
SftpLocation
名稱
描述
值
類型
數據集儲存位置的類型。
'SftpLocation' (必要)
AzureBlobDataset
AzureBlobDatasetTypeProperties
名稱
描述
值
compression
用於 Blob 記憶體的數據壓縮方法。
DatasetCompression
fileName
Azure Blob 的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
folderPath
Azure Blob 記憶體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
format
Azure Blob 記憶體的格式。
DatasetStorageFormat
modifiedDatetimeEnd
Azure Blob 修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart
Azure Blob 修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableRootLocation
Blob 路徑的根目錄。 類型:字串 (或具有 resultType 字串的 Expression) 。
AzureBlobFSDataset
AzureBlobFSDatasetTypeProperties
名稱
描述
值
compression
用於 Blob 記憶體的數據壓縮方法。
DatasetCompression
fileName
Azure Data Lake Storage Gen2 的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
folderPath
Azure Data Lake Storage Gen2 記憶體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
format
Azure Data Lake Storage Gen2 記憶體的格式。
DatasetStorageFormat
AzureDatabricksDeltaLakeDataset
AzureDatabricksDeltaLakeDatasetTypeProperties
名稱
描述
值
[資料庫]
差異數據表的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
差異數據表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
AzureDataExplorerTableDataset
AzureDataExplorerDatasetTypeProperties
名稱
描述
值
table
Azure Data Explorer 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
AzureDataLakeStoreDataset
AzureDataLakeStoreDatasetTypeProperties
名稱
描述
值
compression
用於 Azure Data Lake Store 中專案 () 的數據壓縮方法。
DatasetCompression
fileName
Azure Data Lake Store 中的檔名。 類型:字串 (或具有 resultType 字串的 Expression) 。
folderPath
Azure Data Lake Store 中資料夾的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
format
Data Lake Store 的格式。
DatasetStorageFormat
AzureMariaDBTableDataset
AzureMySqlTableDataset
AzureMySqlTableDatasetTypeProperties
名稱
描述
值
table
Azure MySQL 資料庫數據表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
Azure MySQL 資料庫數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
AzurePostgreSqlTableDataset
AzurePostgreSqlTableDatasetTypeProperties
名稱
描述
值
結構描述
Azure PostgreSQL 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Azure PostgreSQL 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
Azure PostgreSQL 資料庫的數據表名稱,其中包含架構和數據表。 類型:字串 (或具有 resultType 字串的 Expression) 。
AzureSearchIndexDataset
AzureSearchIndexDatasetTypeProperties
名稱
描述
值
IndexName
Azure 搜尋服務索引的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
AzureSqlDWTableDataset
AzureSqlDWTableDatasetTypeProperties
名稱
描述
值
結構描述
Azure SQL Data Warehouse 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Azure SQL Data Warehouse 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
AzureSqlMITableDataset
AzureSqlMITableDatasetTypeProperties
名稱
描述
值
結構描述
Azure SQL 受控執行個體 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Azure SQL 受控執行個體 數據集的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
AzureSqlTableDataset
AzureSqlTableDatasetTypeProperties
名稱
描述
值
結構描述
Azure SQL 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Azure SQL 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
AzureTableDataset
AzureTableDatasetTypeProperties
名稱
描述
值
tableName
Azure 資料表記憶體的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
BinaryDataset
BinaryDatasetTypeProperties
CassandraTableDataset
CassandraTableDatasetTypeProperties
名稱
描述
值
keyspace
Cassandra 資料庫的 keyspace。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
Cassandra 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
CommonDataServiceForAppsEntityDataset
CommonDataServiceForAppsEntityDatasetTypeProperties
名稱
描述
值
entityName
實體的邏輯名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
ConcurObjectDataset
CosmosDbMongoDbApiCollectionDataset
CosmosDbMongoDbApiCollectionDatasetTypeProperties
名稱
描述
值
collection
CosmosDB (MongoDB API) 資料庫的集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
CosmosDbSqlApiCollectionDataset
CosmosDbSqlApiCollectionDatasetTypeProperties
名稱
描述
值
collectionName
CosmosDB (SQL API) 集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
CouchbaseTableDataset
CustomDataset
名稱
描述
值
類型
數據集的類型。
'CustomDataset' (必要)
typeProperties
自訂數據集屬性。
Db2TableDataset
Db2TableDatasetTypeProperties
名稱
描述
值
結構描述
Db2 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Db2 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
DelimitedTextDataset
DelimitedTextDatasetTypeProperties
名稱
描述
值
columnDelimiter
資料行分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。
compressionCodec
數據壓縮Codec。 類型:字串 (或具有 resultType 字串的 Expression) 。
compressionLevel
用於 DelimitedText 的數據壓縮方法。
encodingName
慣用編碼方式的字碼頁名稱。 如果遺漏,則預設值為UTF-8,除非BOM表示另一個 Unicode 編碼。 請參閱下列連結中數據表的名稱數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx
。 類型:字串 (或具有 resultType 字串的 Expression) 。
escapeChar
逸出字元。 類型:字串 (或具有 resultType 字串的 Expression) 。
firstRowAsHeader
當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,將標頭寫入輸出做為數據的第一個數據列。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
location
分隔文字儲存區的位置。
DatasetLocation (必要)
nullValue
Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。
quoteChar
引號字元。 類型:字串 (或具有 resultType 字串的 Expression) 。
rowDelimiter
資料列分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。
DocumentDbCollectionDataset
DocumentDbCollectionDatasetTypeProperties
名稱
描述
值
collectionName
檔案資料庫集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
DrillTableDataset
DrillDatasetTypeProperties
名稱
描述
值
結構描述
Drill 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Drill 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
DynamicsAXResourceDataset
DynamicsAXResourceDatasetTypeProperties
名稱
描述
值
path
Dynamics AX OData 實體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
DynamicsCrmEntityDataset
DynamicsCrmEntityDatasetTypeProperties
名稱
描述
值
entityName
實體的邏輯名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
DynamicsEntityDataset
DynamicsEntityDatasetTypeProperties
名稱
描述
值
entityName
實體的邏輯名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
EloquaObjectDataset
ExcelDataset
ExcelDatasetTypeProperties
名稱
描述
值
compression
用於 json 數據集的數據壓縮方法。
DatasetCompression
firstRowAsHeader
當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,將標頭寫入輸出做為數據的第一個數據列。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
location
Excel 記憶體的位置。
DatasetLocation (必要)
nullValue
Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。
range
一張工作表的部分數據。 類型:字串 (或具有 resultType 字串的 Expression) 。
sheetIndex
Excel 檔案的工作表索引,預設值為 0。 類型:具有 resultType 整數的整數 (或 Expression)
sheetName
excel 檔案的工作表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
FileShareDataset
FileShareDatasetTypeProperties
名稱
描述
值
compression
用於檔案系統的數據壓縮方法。
DatasetCompression
fileFilter
指定要用來在 folderPath (而不是所有檔案) 中選取檔案子集的篩選器。 類型:字串 (或具有 resultType 字串的 Expression) 。
fileName
內部部署檔案系統的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
folderPath
內部部署檔案系統的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
format
檔案的格式。
DatasetStorageFormat
modifiedDatetimeEnd
檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart
檔案修改日期時間的開始。 類型:字串 (或具有 resultType 字串的 Expression) 。
GoogleAdWordsObjectDataset
GoogleBigQueryObjectDataset
GoogleBigQueryDatasetTypeProperties
名稱
描述
值
資料集
Google BigQuery 的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Google BigQuery 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
此屬性將會淘汰。 請考慮改用資料庫 + 資料表屬性。
GoogleBigQueryV2ObjectDataset
GoogleBigQueryV2DatasetTypeProperties
名稱
描述
值
資料集
Google BigQuery 的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Google BigQuery 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
GreenplumTableDataset
GreenplumDatasetTypeProperties
名稱
描述
值
結構描述
Greenplum 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Greenplum 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
HBaseObjectDataset
HiveObjectDataset
HiveDatasetTypeProperties
名稱
描述
值
結構描述
Hive 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Hive 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
HttpDataset
HttpDatasetTypeProperties
名稱
描述
值
additionalHeaders
HTTP 要求的標頭。 例如 request-header-name-1:request-header-value-1 ... request-header-name-n:request-header-value-n 類型:string (或 Expression with resultType string) 。
compression
用於檔案的數據壓縮方法。
DatasetCompression
format
檔案格式。
DatasetStorageFormat
relativeUrl
根據 HttpLinkedService 中 URL 的相對 URL 會參考 HTTP 檔類型:string (或 Expression with resultType string) 。
requestBody
HTTP 要求的主體。 類型:字串 (或具有 resultType 字串的 Expression) 。
requestMethod
HTTP 要求的 HTTP 方法。 類型:字串 (或具有 resultType 字串的 Expression) 。
HubspotObjectDataset
ImpalaObjectDataset
ImpalaDatasetTypeProperties
名稱
描述
值
結構描述
Impala 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Impala 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
名稱
描述
值
tableName
Informix 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
JiraObjectDataset
JsonDataset
JsonDatasetTypeProperties
名稱
描述
值
compression
用於 json 數據集的數據壓縮方法。
DatasetCompression
encodingName
慣用編碼方式的字碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中數據表的名稱數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx
。 類型:字串 (或具有 resultType 字串的 Expression) 。
location
json 數據記憶體的位置。
DatasetLocation (必要)
LakeHouseTableDataset
LakeHouseTableDatasetTypeProperties
名稱
描述
值
table
Microsoft Fabric LakeHouse 數據表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
MagentoObjectDataset
MariaDBTableDataset
MarketoObjectDataset
MicrosoftAccessTableDataset
MicrosoftAccessTableDatasetTypeProperties
名稱
描述
值
tableName
Microsoft Access 數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
MongoDbAtlasCollectionDataset
MongoDbAtlasCollectionDatasetTypeProperties
名稱
描述
值
collection
MongoDB Atlas 資料庫的集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
MongoDbCollectionDataset
MongoDbCollectionDatasetTypeProperties
名稱
描述
值
collectionName
MongoDB 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
MongoDbV2CollectionDataset
MongoDbV2CollectionDatasetTypeProperties
名稱
描述
值
collection
MongoDB 資料庫的集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
MySqlTableDataset
MySqlTableDatasetTypeProperties
名稱
描述
值
tableName
MySQL 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
NetezzaTableDataset
NetezzaTableDatasetTypeProperties
名稱
描述
值
結構描述
Netezza 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Netezza 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
ODataResourceDataset
ODataResourceDatasetTypeProperties
名稱
描述
值
path
OData 資源路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
OdbcTableDataset
OdbcTableDatasetTypeProperties
名稱
描述
值
tableName
ODBC 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
Office365Dataset
Office365DatasetTypeProperties
名稱
描述
值
predicate
述詞運算式,可用來篩選要從 Office 365 中擷取的特定資料列。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
擷取自 Office 365 的資料集名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
OracleServiceCloudObjectDataset
OracleTableDataset
OracleTableDatasetTypeProperties
名稱
描述
值
結構描述
內部部署 Oracle 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
內部部署 Oracle 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
OrcDataset
OrcDatasetTypeProperties
名稱
描述
值
location
ORC 數據記憶體的位置。
DatasetLocation (必要)
orcCompressionCodec
data orcCompressionCodec。 類型:字串 (或具有 resultType 字串的 Expression) 。
ParquetDataset
ParquetDatasetTypeProperties
名稱
描述
值
compressionCodec
數據壓縮Codec。 類型:字串 (或具有 resultType 字串的 Expression) 。
location
parquet 記憶體的位置。
DatasetLocation (必要)
PaypalObjectDataset
PhoenixObjectDataset
PhoenixDatasetTypeProperties
名稱
描述
值
結構描述
Phoenix 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Phoenix 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
PostgreSqlTableDataset
PostgreSqlTableDatasetTypeProperties
名稱
描述
值
結構描述
PostgreSQL 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
PostgreSQL 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
PostgreSqlV2TableDataset
PostgreSqlV2TableDatasetTypeProperties
名稱
描述
值
結構描述
PostgreSQL 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
PostgreSQL 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
PrestoObjectDataset
PrestoDatasetTypeProperties
名稱
描述
值
結構描述
Presto 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Presto 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
QuickBooksObjectDataset
RelationalTableDataset
RelationalTableDatasetTypeProperties
名稱
描述
值
tableName
關係型數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
ResponsysObjectDataset
RestResourceDataset
RestResourceDatasetTypeProperties
SalesforceMarketingCloudObjectDataset
SalesforceObjectDataset
SalesforceObjectDatasetTypeProperties
名稱
描述
值
objectApiName
Salesforce 物件 API 名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
SalesforceServiceCloudObjectDataset
SalesforceServiceCloudObjectDatasetTypeProperties
名稱
描述
值
objectApiName
Salesforce Service Cloud 物件 API 名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
SalesforceServiceCloudV2ObjectDataset
SalesforceServiceCloudV2ObjectDatasetTypeProperties
名稱
描述
值
objectApiName
Salesforce Service Cloud V2 物件 API 名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
reportId
Salesforce Service Cloud V2 reportId。 類型:字串 (或具有 resultType 字串的 Expression) 。
SalesforceV2ObjectDataset
SalesforceV2ObjectDatasetTypeProperties
名稱
描述
值
objectApiName
Salesforce V2 物件 API 名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
reportId
Salesforce V2 報表標識符。類型:string (或 Expression with resultType string) 。
SapBwCubeDataset
名稱
描述
值
類型
數據集的類型。
'SapBwCube' (必要)
SapCloudForCustomerResourceDataset
SapCloudForCustomerResourceDatasetTypeProperties
名稱
描述
值
path
SAP Cloud for Customer OData 實體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
SapEccResourceDataset
SapEccResourceDatasetTypeProperties
名稱
描述
值
path
SAP ECC OData 實體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
SapHanaTableDataset
SapHanaTableDatasetTypeProperties
名稱
描述
值
結構描述
SAP HANA 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
SAP HANA 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
SapOdpResourceDataset
SapOdpResourceDatasetTypeProperties
名稱
描述
值
context
SAP ODP 對象的內容。 類型:字串 (或具有 resultType 字串的 Expression) 。
objectName
SAP ODP 物件的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
SapOpenHubTableDataset
SapOpenHubTableDatasetTypeProperties
名稱
描述
值
baseRequestId
差異載入的要求識別碼。 設定之後,將只會擷取 requestId 大於此屬性值的資料。 預設值為 0。 類型:具有 resultType 整數的整數 (或 Expression ) 。
excludeLastRequest
是否要排除最後一個要求的記錄。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
openHubDestinationName
開啟中樞目的地的名稱,目的地類型為資料庫數據表。 類型:字串 (或具有 resultType 字串的 Expression) 。
SapTableResourceDataset
SapTableResourceDatasetTypeProperties
名稱
描述
值
tableName
SAP 資料表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
ServiceNowObjectDataset
ServiceNowV2ObjectDataset
SharePointOnlineListResourceDataset
SharePointOnlineListDatasetTypeProperties
名稱
描述
值
listName
SharePoint Online 列表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
ShopifyObjectDataset
SnowflakeDataset
SnowflakeDatasetTypeProperties
名稱
描述
值
結構描述
Snowflake 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Snowflake 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
SnowflakeV2Dataset
SparkObjectDataset
SparkDatasetTypeProperties
名稱
描述
值
結構描述
Spark 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Spark 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
SqlServerTableDataset
SqlServerTableDatasetTypeProperties
名稱
描述
值
結構描述
SQL Server 數據集的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
SQL Server 資料集的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
SquareObjectDataset
SybaseTableDataset
SybaseTableDatasetTypeProperties
名稱
描述
值
tableName
Sybase 數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
TeradataTableDataset
TeradataTableDatasetTypeProperties
名稱
描述
值
[資料庫]
Teradata 的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Teradata 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
VerticaTableDataset
VerticaDatasetTypeProperties
名稱
描述
值
結構描述
Vertica 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Vertica 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
WarehouseTableDataset
WarehouseTableDatasetTypeProperties
名稱
描述
值
結構描述
Microsoft Fabric 倉儲的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Microsoft Fabric Warehouse 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
WebTableDataset
WebTableDatasetTypeProperties
名稱
描述
值
索引
網頁中數據表以零起始的索引。 Type:integer (或 Expression with resultType integer) ,minimum: 0。
path
鏈接服務 URL 中網頁的相對 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。
XeroObjectDataset
XmlDataset
XmlDatasetTypeProperties
名稱
描述
值
compression
用於 json 數據集的數據壓縮方法。
DatasetCompression
encodingName
慣用編碼方式的字碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中數據表的名稱數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx
。 類型:字串 (或具有 resultType 字串的 Expression) 。
location
json 數據記憶體的位置。
DatasetLocation (必要)
nullValue
Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。
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
}
})
}
數據集物件
設定 type 屬性以指定物件的類型。
針對 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 = {}
設定 type 屬性以指定物件的類型。
針對 AvroFormat ,請使用:
type = "AvroFormat"
針對 JsonFormat ,請使用:
type = "JsonFormat"
針對 OrcFormat ,請使用:
type = "OrcFormat"
針對 ParquetFormat ,請使用:
type = "ParquetFormat"
針對 TextFormat ,請使用:
type = "TextFormat"
DatasetLocation 物件
設定 type 屬性以指定物件的類型。
針對 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"
屬性值
factoryies/datasets
名稱
描述
值
類型
資源類型
“Microsoft.DataFactory/factories/datasets@2018-06-01”
NAME
資源名稱
需要字串 () 字元限制:1-260 合法字元: 不能使用:<>*#.%&:\\+?/-
或控制字元 以英數字元開頭。
parent_id
此資源父系之資源的標識碼。
類型資源的標識碼: Factory
properties
數據集屬性。
需要數據集 ()
資料集
DatasetFolder
名稱
描述
值
NAME
此資料集所在的資料夾名稱。
字串
LinkedServiceReference
名稱
描述
值
參數
LinkedService 的自變數。
ParameterValueSpecification
referenceName
參考 LinkedService 名稱。
需要字串 ()
類型
鏈接的服務參考類型。
“LinkedServiceReference” (必要)
ParameterValueSpecification
ParameterDefinitionSpecification
ParameterSpecification
名稱
描述
值
defaultValue
參數的預設值。
類型
參數類型。
“Array” “Bool” “Float” “Int” “Object” “SecureString” “String” (必要)
AmazonMWSObjectDataset
GenericDatasetTypeProperties
名稱
描述
值
tableName
資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
AmazonRdsForOracleTableDataset
AmazonRdsForOracleTableDatasetTypeProperties
名稱
描述
值
結構描述
AmazonRdsForOracle 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
AmazonRdsForOracle 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
AmazonRdsForSqlServerTableDataset
AmazonRdsForSqlServerTableDatasetTypeProperties
名稱
描述
值
結構描述
SQL Server 數據集的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
SQL Server 資料集的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
AmazonRedshiftTableDataset
AmazonRedshiftTableDatasetTypeProperties
名稱
描述
值
結構描述
Amazon Redshift 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Amazon Redshift 數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
AmazonS3Dataset
AmazonS3DatasetTypeProperties
名稱
描述
值
bucketName
Amazon S3 貯體的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
compression
用於 Amazon S3 物件的數據壓縮方法。
DatasetCompression
format
檔案格式。
DatasetStorageFormat
索引鍵
Amazon S3 物件的索引鍵。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeEnd
S3 物件的修改日期時間結束。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart
S3 物件的修改日期時間開始。 類型:字串 (或具有 resultType 字串的 Expression) 。
prefix
S3 物件名稱的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。
version
S3 物件的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。
DatasetCompression
名稱
描述
值
等級
數據集壓縮層級。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型
數據集壓縮的類型。 類型:字串 (或具有 resultType 字串的 Expression) 。
{自定義屬性}
名稱
描述
值
類型
數據集儲存格式的類型。
必要 (“AvroFormat”)
名稱
描述
值
類型
數據集儲存格式的類型。
“JsonFormat” (必要)
encodingName
慣用編碼方式的字碼頁名稱。 如果未提供,則預設值為 『utf-8』,除非位元組順序標記 (BOM) 表示另一個 Unicode 編碼。 您可以在下列參考中編碼資料表的 [名稱] 資料行中找到支援值的完整清單: https://go.microsoft.com/fwlink/?linkid=861078
。 類型:字串 (或具有 resultType 字串的 Expression) 。
filePattern
JSON 的檔案模式。 更具體來說,分隔 JSON 物件集合的方式。 默認值為 『setOfObjects』。 它會區分大小寫。
jsonNodeReference
要扁平化之 JSON 陣列專案的 JSONPath。 範例:“$.ArrayPath”。 類型:字串 (或具有 resultType 字串的 Expression) 。
jsonPathDefinition
每個數據行對應的 JSONPath 定義,其具有自定義的數據行名稱,可從 JSON 檔案擷取數據。 若為根物件下的欄位,請以 「$」 開頭;針對 jsonNodeReference 屬性所選擇陣列內的欄位,請從數位元素開始。 範例: {“Column1”: “$.Column1Path“、”Column2“: ”Column2PathInArray“}。 類型:具有 resultType 物件) 的物件 (或 Expression。
nestingSeparator
用來分隔巢狀層級的字元。 預設值為 『.』 (點) 。 類型:字串 (或具有 resultType 字串的 Expression) 。
名稱
描述
值
類型
數據集儲存格式的類型。
“OrcFormat” (必要)
名稱
描述
值
類型
數據集儲存格式的類型。
“ParquetFormat” (必要)
TextFormat
名稱
描述
值
類型
數據集儲存格式的類型。
“TextFormat” (必要)
columnDelimiter
資料行分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。
encodingName
慣用編碼方式的字碼頁名稱。 如果遺漏,除非 BOM 表示另一個 Unicode 編碼,否則預設值為 TfÇ\utf-8TfÇ?。 請參閱下列連結中數據表的 ΓÇ\NameΓÇ\ 數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx
。 類型:字串 (或具有 resultType 字串的 Expression) 。
escapeChar
逸出字元。 類型:字串 (或具有 resultType 字串的 Expression) 。
firstRowAsHeader
當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,將標頭寫入輸出做為數據的第一個數據列。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
nullValue
Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。
quoteChar
引號字元。 類型:字串 (或具有 resultType 字串的 Expression) 。
rowDelimiter
資料列分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。
skipLineCount
剖析文字檔時要略過的行/列數。 預設值為 0。 類型:具有 resultType 整數) 的整數 (或 Expression。
treatEmptyAsNull
將文字檔中的空白資料行值視為 Null。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
AvroDataset
AvroDatasetTypeProperties
名稱
描述
值
avroCompressionCodec
數據 avroCompressionCodec。 類型:字串 (或具有 resultType 字串的 Expression) 。
avroCompressionLevel
int 約束: 最小值 = 1 最大值 = 9
location
avro 記憶體的位置。
DatasetLocation (必要)
DatasetLocation
AmazonS3CompatibleLocation
名稱
描述
值
類型
數據集儲存位置的類型。
“AmazonS3CompatibleLocation” (必要)
bucketName
指定 Amazon S3 Compatible 的 bucketName。 類型:具有 resultType 字串的字串 (或 Expression)
version
指定 Amazon S3 相容版本。 類型:字串 (或具有 resultType 字串的 Expression) 。
AmazonS3Location
名稱
描述
值
類型
數據集儲存位置的類型。
“AmazonS3Location” (必要)
bucketName
指定 amazon S3 的 bucketName。 類型:具有 resultType 字串的字串 (或 Expression)
version
指定 amazon S3 的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。
AzureBlobFSLocation
名稱
描述
值
類型
數據集儲存位置的類型。
“AzureBlobFSLocation” (必要)
fileSystem
指定 azure blobFS 的 fileSystem。 類型:字串 (或具有 resultType 字串的 Expression) 。
AzureBlobStorageLocation
名稱
描述
值
類型
數據集儲存位置的類型。
“AzureBlobStorageLocation” (必要)
容器
指定 Azure Blob 的容器。 類型:字串 (或具有 resultType 字串的 Expression) 。
AzureDataLakeStoreLocation
名稱
描述
值
類型
數據集儲存位置的類型。
“AzureDataLakeStoreLocation” (必要)
AzureFileStorageLocation
名稱
描述
值
類型
數據集儲存位置的類型。
“AzureFileStorageLocation” (必要)
FileServerLocation
名稱
描述
值
類型
數據集儲存位置的類型。
“FileServerLocation” (必要)
FtpServerLocation
名稱
描述
值
類型
數據集儲存位置的類型。
必要 (“FtpServerLocation”)
GoogleCloudStorageLocation
名稱
描述
值
類型
數據集儲存位置的類型。
“GoogleCloudStorageLocation” (必要)
bucketName
指定Google Cloud Storage的bucketName。 類型:字串 (或具有 resultType 字串的 Expression)
version
指定Google Cloud Storage的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。
HdfsLocation
名稱
描述
值
類型
數據集儲存位置的類型。
) 所需的 「HdfsLocation」 (
HttpServerLocation
名稱
描述
值
類型
數據集儲存位置的類型。
“HttpServerLocation” (必要)
relativeUrl
指定 HTTP 伺服器的 relativeUrl。 類型:字串 (或具有 resultType 字串的 Expression)
LakeHouseLocation
名稱
描述
值
類型
數據集儲存位置的類型。
必要) “LakeHouseLocation” (
OracleCloudStorageLocation
名稱
描述
值
類型
數據集儲存位置的類型。
“OracleCloudStorageLocation” (必要)
bucketName
指定 Oracle 雲端記憶體的 bucketName。 類型:字串 (或具有 resultType 字串的 Expression)
version
指定 Oracle 雲端記憶體的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。
SftpLocation
名稱
描述
值
類型
數據集儲存位置的類型。
) 所需的 「SftpLocation」 (
AzureBlobDataset
AzureBlobDatasetTypeProperties
名稱
描述
值
compression
用於 Blob 記憶體的數據壓縮方法。
DatasetCompression
fileName
Azure Blob 的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
folderPath
Azure Blob 記憶體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
format
Azure Blob 記憶體的格式。
DatasetStorageFormat
modifiedDatetimeEnd
Azure Blob 修改日期時間結束。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart
Azure Blob 修改日期時間的開始。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableRootLocation
Blob 路徑的根目錄。 類型:字串 (或具有 resultType 字串的 Expression) 。
AzureBlobFSDataset
AzureBlobFSDatasetTypeProperties
名稱
描述
值
compression
用於 Blob 記憶體的數據壓縮方法。
DatasetCompression
fileName
Azure Data Lake Storage Gen2 的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
folderPath
Azure Data Lake Storage Gen2 記憶體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
format
Azure Data Lake Storage Gen2 記憶體的格式。
DatasetStorageFormat
AzureDatabricksDeltaLakeDataset
AzureDatabricksDeltaLakeDatasetTypeProperties
名稱
描述
值
[資料庫]
差異數據表的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
差異數據表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
AzureDataExplorerTableDataset
AzureDataExplorerDatasetTypeProperties
名稱
描述
值
table
Azure Data Explorer 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
AzureDataLakeStoreDataset
AzureDataLakeStoreDatasetTypeProperties
名稱
描述
值
compression
用於 Azure Data Lake Store 中專案 () 的數據壓縮方法。
DatasetCompression
fileName
Azure Data Lake Store 中的檔名。 類型:字串 (或具有 resultType 字串的 Expression) 。
folderPath
Azure Data Lake Store 中資料夾的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
format
Data Lake Store 的格式。
DatasetStorageFormat
AzureMariaDBTableDataset
AzureMySqlTableDataset
AzureMySqlTableDatasetTypeProperties
名稱
描述
值
table
Azure MySQL 資料庫數據表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
Azure MySQL 資料庫數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
AzurePostgreSqlTableDataset
AzurePostgreSqlTableDatasetTypeProperties
名稱
描述
值
結構描述
Azure PostgreSQL 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Azure PostgreSQL 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
Azure PostgreSQL 資料庫的數據表名稱,其中包含架構和數據表。 類型:字串 (或具有 resultType 字串的 Expression) 。
AzureSearchIndexDataset
AzureSearchIndexDatasetTypeProperties
名稱
描述
值
IndexName
Azure 搜尋服務索引的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
AzureSqlDWTableDataset
AzureSqlDWTableDatasetTypeProperties
名稱
描述
值
結構描述
Azure SQL Data Warehouse 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Azure SQL Data Warehouse 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
AzureSqlMITableDataset
AzureSqlMITableDatasetTypeProperties
名稱
描述
值
結構描述
Azure SQL 受控執行個體 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Azure SQL 受控執行個體 數據集的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
AzureSqlTableDataset
AzureSqlTableDatasetTypeProperties
名稱
描述
值
結構描述
Azure SQL 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Azure SQL 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
AzureTableDataset
AzureTableDatasetTypeProperties
名稱
描述
值
tableName
Azure 資料表記憶體的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
BinaryDataset
BinaryDatasetTypeProperties
CassandraTableDataset
CassandraTableDatasetTypeProperties
名稱
描述
值
keyspace
Cassandra 資料庫的 keyspace。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
Cassandra 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
CommonDataServiceForAppsEntityDataset
CommonDataServiceForAppsEntityDatasetTypeProperties
名稱
描述
值
entityName
實體的邏輯名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
ConcurObjectDataset
CosmosDbMongoDbApiCollectionDataset
CosmosDbMongoDbApiCollectionDatasetTypeProperties
名稱
描述
值
collection
CosmosDB (MongoDB API) 資料庫的集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
CosmosDbSqlApiCollectionDataset
CosmosDbSqlApiCollectionDatasetTypeProperties
名稱
描述
值
collectionName
CosmosDB (SQL API) 集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
CouchbaseTableDataset
CustomDataset
名稱
描述
值
類型
數據集的類型。
“CustomDataset” (必要)
typeProperties
自訂數據集屬性。
Db2TableDataset
Db2TableDatasetTypeProperties
名稱
描述
值
結構描述
Db2 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Db2 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
DelimitedTextDataset
DelimitedTextDatasetTypeProperties
名稱
描述
值
columnDelimiter
資料行分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。
compressionCodec
數據壓縮Codec。 類型:字串 (或具有 resultType 字串的 Expression) 。
compressionLevel
用於 DelimitedText 的數據壓縮方法。
encodingName
慣用編碼方式的字碼頁名稱。 如果遺漏,則預設值為UTF-8,除非BOM表示另一個 Unicode 編碼。 請參閱下列連結中數據表的名稱數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx
。 類型:字串 (或具有 resultType 字串的 Expression) 。
escapeChar
逸出字元。 類型:字串 (或具有 resultType 字串的 Expression) 。
firstRowAsHeader
當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,將標頭寫入輸出做為數據的第一個數據列。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
location
分隔文字儲存區的位置。
DatasetLocation (必要)
nullValue
Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。
quoteChar
引號字元。 類型:字串 (或具有 resultType 字串的 Expression) 。
rowDelimiter
資料列分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。
DocumentDbCollectionDataset
DocumentDbCollectionDatasetTypeProperties
名稱
描述
值
collectionName
檔案資料庫集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
DrillTableDataset
DrillDatasetTypeProperties
名稱
描述
值
結構描述
Drill 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Drill 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
DynamicsAXResourceDataset
DynamicsAXResourceDatasetTypeProperties
名稱
描述
值
path
Dynamics AX OData 實體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
DynamicsCrmEntityDataset
DynamicsCrmEntityDatasetTypeProperties
名稱
描述
值
entityName
實體的邏輯名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
DynamicsEntityDataset
DynamicsEntityDatasetTypeProperties
名稱
描述
值
entityName
實體的邏輯名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
EloquaObjectDataset
ExcelDataset
ExcelDatasetTypeProperties
名稱
描述
值
compression
用於 json 數據集的數據壓縮方法。
DatasetCompression
firstRowAsHeader
當做輸入使用時,請將數據的第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出作為數據的第一個數據列。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
location
Excel 記憶體的位置。
DatasetLocation (必要)
nullValue
Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。
range
一張工作表的部分數據。 類型:字串 (或具有 resultType 字串的 Expression) 。
sheetIndex
Excel 檔案的工作表索引,預設值為 0。 類型:具有 resultType 整數的整數 (或 Expression)
sheetName
Excel 檔案的工作表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
FileShareDataset
FileShareDatasetTypeProperties
名稱
描述
值
compression
用於檔案系統的數據壓縮方法。
DatasetCompression
fileFilter
指定要用來在 folderPath (而不是所有檔案) 中選取檔案子集的篩選器。 類型:字串 (或具有 resultType 字串的 Expression) 。
fileName
內部部署檔案系統的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
folderPath
內部部署檔案系統的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
format
檔案的格式。
DatasetStorageFormat
modifiedDatetimeEnd
檔案修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart
檔案修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
GoogleAdWordsObjectDataset
GoogleBigQueryObjectDataset
GoogleBigQueryDatasetTypeProperties
名稱
描述
值
資料集
Google BigQuery 的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Google BigQuery 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用資料庫 + 資料表屬性。
GoogleBigQueryV2ObjectDataset
GoogleBigQueryV2DatasetTypeProperties
名稱
描述
值
資料集
Google BigQuery 的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Google BigQuery 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
GreenplumTableDataset
GreenplumDatasetTypeProperties
名稱
描述
值
結構描述
Greenplum 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Greenplum 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
HBaseObjectDataset
HiveObjectDataset
HiveDatasetTypeProperties
名稱
描述
值
結構描述
Hive 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Hive 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
HttpDataset
HttpDatasetTypeProperties
名稱
描述
值
additionalHeaders
HTTP 要求的標頭。 例如 request-header-name-1:request-header-value-1 ... request-header-name-n:request-header-value-n 類型:string (或 Expression with resultType string) 。
compression
用於檔案的數據壓縮方法。
DatasetCompression
format
檔案格式。
DatasetStorageFormat
relativeUrl
根據 HttpLinkedService 中 URL 的相對 URL 會參考 HTTP 檔類型:string (或 Expression with resultType string) 。
requestBody
HTTP 要求的主體。 類型:字串 (或具有 resultType 字串的 Expression) 。
requestMethod
HTTP 要求的 HTTP 方法。 類型:字串 (或具有 resultType 字串的 Expression) 。
HubspotObjectDataset
ImpalaObjectDataset
ImpalaDatasetTypeProperties
名稱
描述
值
結構描述
Impala 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Impala 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
名稱
描述
值
tableName
Informix 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
JiraObjectDataset
JsonDataset
JsonDatasetTypeProperties
名稱
描述
值
compression
用於 json 數據集的數據壓縮方法。
DatasetCompression
encodingName
慣用編碼方式的字碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中數據表的名稱數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx
。 類型:字串 (或具有 resultType 字串的 Expression) 。
location
json 數據記憶體的位置。
DatasetLocation (必要)
LakeHouseTableDataset
LakeHouseTableDatasetTypeProperties
名稱
描述
值
table
Microsoft Fabric LakeHouse 數據表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
MagentoObjectDataset
MariaDBTableDataset
MarketoObjectDataset
MicrosoftAccessTableDataset
MicrosoftAccessTableDatasetTypeProperties
名稱
描述
值
tableName
Microsoft Access 數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
MongoDbAtlasCollectionDataset
MongoDbAtlasCollectionDatasetTypeProperties
名稱
描述
值
collection
MongoDB Atlas 資料庫的集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
MongoDbCollectionDataset
MongoDbCollectionDatasetTypeProperties
名稱
描述
值
collectionName
MongoDB 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
MongoDbV2CollectionDataset
MongoDbV2CollectionDatasetTypeProperties
名稱
描述
值
collection
MongoDB 資料庫的集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
MySqlTableDataset
MySqlTableDatasetTypeProperties
名稱
描述
值
tableName
MySQL 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
NetezzaTableDataset
NetezzaTableDatasetTypeProperties
名稱
描述
值
結構描述
Netezza 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Netezza 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
ODataResourceDataset
ODataResourceDatasetTypeProperties
名稱
描述
值
path
OData 資源路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
OdbcTableDataset
OdbcTableDatasetTypeProperties
名稱
描述
值
tableName
ODBC 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
Office365Dataset
Office365DatasetTypeProperties
名稱
描述
值
predicate
述詞運算式,可用來篩選要從 Office 365 中擷取的特定資料列。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
擷取自 Office 365 的資料集名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
OracleServiceCloudObjectDataset
OracleTableDataset
OracleTableDatasetTypeProperties
名稱
描述
值
結構描述
內部部署 Oracle 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
內部部署 Oracle 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
OrcDataset
OrcDatasetTypeProperties
名稱
描述
值
location
ORC 數據記憶體的位置。
DatasetLocation (必要)
orcCompressionCodec
數據 orcCompressionCodec。 類型:字串 (或具有 resultType 字串的 Expression) 。
ParquetDataset
ParquetDatasetTypeProperties
名稱
描述
值
compressionCodec
數據壓縮Codec。 類型:字串 (或具有 resultType 字串的 Expression) 。
location
parquet 記憶體的位置。
DatasetLocation (必要)
PaypalObjectDataset
PhoenixObjectDataset
PhoenixDatasetTypeProperties
名稱
描述
值
結構描述
Phoenix 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Phoenix 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
PostgreSqlTableDataset
PostgreSqlTableDatasetTypeProperties
名稱
描述
值
結構描述
PostgreSQL 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
PostgreSQL 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
PostgreSqlV2TableDataset
PostgreSqlV2TableDatasetTypeProperties
名稱
描述
值
結構描述
PostgreSQL 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
PostgreSQL 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
PrestoObjectDataset
PrestoDatasetTypeProperties
名稱
描述
值
結構描述
Presto 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Presto 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
QuickBooksObjectDataset
RelationalTableDataset
RelationalTableDatasetTypeProperties
名稱
描述
值
tableName
關係型數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
ResponsysObjectDataset
RestResourceDataset
RestResourceDatasetTypeProperties
SalesforceMarketingCloudObjectDataset
SalesforceObjectDataset
SalesforceObjectDatasetTypeProperties
名稱
描述
值
objectApiName
Salesforce 物件 API 名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
SalesforceServiceCloudObjectDataset
SalesforceServiceCloudObjectDatasetTypeProperties
名稱
描述
值
objectApiName
Salesforce Service Cloud 物件 API 名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
SalesforceServiceCloudV2ObjectDataset
SalesforceServiceCloudV2ObjectDatasetTypeProperties
名稱
描述
值
objectApiName
Salesforce Service Cloud V2 物件 API 名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
reportId
Salesforce Service Cloud V2 reportId。 類型:字串 (或具有 resultType 字串的 Expression) 。
SalesforceV2ObjectDataset
SalesforceV2ObjectDatasetTypeProperties
名稱
描述
值
objectApiName
Salesforce V2 物件 API 名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
reportId
Salesforce V2 報表標識符。類型:string (或 Expression with resultType string) 。
SapBwCubeDataset
名稱
描述
值
類型
數據集的類型。
) 所需的 「SapBwCube」 (
SapCloudForCustomerResourceDataset
SapCloudForCustomerResourceDatasetTypeProperties
名稱
描述
值
path
SAP Cloud for Customer OData 實體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
SapEccResourceDataset
SapEccResourceDatasetTypeProperties
名稱
描述
值
path
SAP ECC OData 實體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
SapHanaTableDataset
SapHanaTableDatasetTypeProperties
名稱
描述
值
結構描述
SAP HANA 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
SAP HANA 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
SapOdpResourceDataset
SapOdpResourceDatasetTypeProperties
名稱
描述
值
context
SAP ODP 對象的內容。 類型:字串 (或具有 resultType 字串的 Expression) 。
objectName
SAP ODP 物件的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
SapOpenHubTableDataset
SapOpenHubTableDatasetTypeProperties
名稱
描述
值
baseRequestId
差異載入的要求識別碼。 設定之後,將只會擷取 requestId 大於此屬性值的資料。 預設值為 0。 類型:具有 resultType 整數 ) 的整數 (或 Expression。
excludeLastRequest
是否要排除最後一個要求的記錄。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
openHubDestinationName
目的地類型為資料庫數據表的 Open Hub 目的地名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
SapTableResourceDataset
SapTableResourceDatasetTypeProperties
名稱
描述
值
tableName
SAP 資料表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
ServiceNowObjectDataset
ServiceNowV2ObjectDataset
SharePointOnlineListResourceDataset
SharePointOnlineListDatasetTypeProperties
名稱
描述
值
listName
SharePoint Online 列表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
ShopifyObjectDataset
SnowflakeDataset
SnowflakeDatasetTypeProperties
名稱
描述
值
結構描述
Snowflake 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Snowflake 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
SnowflakeV2Dataset
SparkObjectDataset
SparkDatasetTypeProperties
名稱
描述
值
結構描述
Spark 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Spark 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
SqlServerTableDataset
SqlServerTableDatasetTypeProperties
名稱
描述
值
結構描述
SQL Server 數據集的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
SQL Server 資料集的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
SquareObjectDataset
SybaseTableDataset
SybaseTableDatasetTypeProperties
名稱
描述
值
tableName
Sybase 數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
TeradataTableDataset
TeradataTableDatasetTypeProperties
名稱
描述
值
[資料庫]
Teradata 的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Teradata 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
VerticaTableDataset
VerticaDatasetTypeProperties
名稱
描述
值
結構描述
Vertica 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Vertica 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName
這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。
WarehouseTableDataset
WarehouseTableDatasetTypeProperties
名稱
描述
值
結構描述
Microsoft Fabric Warehouse 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table
Microsoft Fabric Warehouse 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
WebTableDataset
WebTableDatasetTypeProperties
名稱
描述
值
索引
網頁中數據表以零起始的索引。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。
path
來自鏈接服務 URL 之網頁的相對 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。
XeroObjectDataset
XmlDataset
XmlDatasetTypeProperties
名稱
描述
值
compression
用於 json 數據集的數據壓縮方法。
DatasetCompression
encodingName
慣用編碼方式的字碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中數據表的名稱數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx
。 類型:字串 (或具有 resultType 字串的 Expression) 。
location
json 數據記憶體的位置。
DatasetLocation (必要)
nullValue
Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。
ZohoObjectDataset