Bicep 資源定義
工廠/資料集資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.DataFactory/factoryies/datasets 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.DataFactory/factories/datasets@2018-06-01' = {
parent: resourceSymbolicName
name: 'string'
properties: {
annotations: [
any(...)
]
description: 'string'
folder: {
name: 'string'
}
linkedServiceName: {
parameters: {
{customized property}: any(...)
}
referenceName: 'string'
type: 'string'
}
parameters: {
{customized property}: {
defaultValue: any(...)
type: 'string'
}
}
schema: any(...)
structure: any(...)
type: 'string'
// For remaining properties, see Dataset objects
}
}
DatasetStorageFormat 物件
設定 類型 屬性,以指定物件的類型。
針對 AvroFormat,請使用:
{
type: 'AvroFormat'
}
針對 JsonFormat,請使用:
{
encodingName: any(...)
filePattern: any(...)
jsonNodeReference: any(...)
jsonPathDefinition: any(...)
nestingSeparator: any(...)
type: 'JsonFormat'
}
針對 OrcFormat,請使用:
{
type: 'OrcFormat'
}
針對 ParquetFormat,請使用:
{
type: 'ParquetFormat'
}
針對 TextFormat,請使用:
{
columnDelimiter: any(...)
encodingName: any(...)
escapeChar: any(...)
firstRowAsHeader: any(...)
nullValue: any(...)
quoteChar: any(...)
rowDelimiter: any(...)
skipLineCount: any(...)
treatEmptyAsNull: any(...)
type: 'TextFormat'
}
DatasetLocation 物件
設定 類型 屬性,以指定物件的類型。
針對 AmazonS3CompatibleLocation,請使用:
{
bucketName: any(...)
type: 'AmazonS3CompatibleLocation'
version: any(...)
}
針對 AmazonS3Location,請使用:
{
bucketName: any(...)
type: 'AmazonS3Location'
version: any(...)
}
針對 AzureBlobFSLocation,請使用:
{
fileSystem: any(...)
type: 'AzureBlobFSLocation'
}
針對 AzureBlobStorageLocation,請使用:
{
container: any(...)
type: 'AzureBlobStorageLocation'
}
針對 AzureDataLakeStoreLocation,請使用:
{
type: 'AzureDataLakeStoreLocation'
}
針對 AzureFileStorageLocation,請使用:
{
type: 'AzureFileStorageLocation'
}
針對 FileServerLocation,請使用:
{
type: 'FileServerLocation'
}
針對 FtpServerLocation,請使用:
{
type: 'FtpServerLocation'
}
針對 GoogleCloudStorageLocation,請使用:
{
bucketName: any(...)
type: 'GoogleCloudStorageLocation'
version: any(...)
}
針對 HdfsLocation,請使用:
{
type: 'HdfsLocation'
}
針對 HttpServerLocation,請使用:
{
relativeUrl: any(...)
type: 'HttpServerLocation'
}
針對 LakeHouseLocation,請使用:
{
type: 'LakeHouseLocation'
}
針對 OracleCloudStorageLocation,請使用:
{
bucketName: any(...)
type: 'OracleCloudStorageLocation'
version: any(...)
}
針對 SftpLocation,請使用:
{
type: 'SftpLocation'
}
數據集物件
設定 類型 屬性,以指定物件的類型。
針對 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(...)
}
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(...)
}
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(...)
}
fileName: any(...)
folderPath: any(...)
format: {
deserializer: any(...)
serializer: any(...)
type: 'string'
// For remaining properties, see DatasetStorageFormat objects
}
}
}
針對 AzureDataExplorerTable,請使用:
{
type: 'AzureDataExplorerTable'
typeProperties: {
table: any(...)
}
}
針對 AzureDataLakeStoreFile,請使用:
{
type: 'AzureDataLakeStoreFile'
typeProperties: {
compression: {
level: any(...)
type: 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(...)
}
}
針對 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(...)
}
}
針對 Binary,請使用:
{
type: 'Binary'
typeProperties: {
compression: {
level: any(...)
type: 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(...)
}
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(...)
}
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(...)
}
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(...)
}
}
針對 Iceberg,請使用:
{
type: 'Iceberg'
typeProperties: {
location: {
fileName: any(...)
folderPath: any(...)
type: 'string'
// For remaining properties, see DatasetLocation objects
}
}
}
針對 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(...)
}
encodingName: any(...)
location: {
fileName: any(...)
folderPath: any(...)
type: 'string'
// For remaining properties, see DatasetLocation objects
}
}
}
針對 LakehouseTable,請使用:
{
type: 'LakehouseTable'
typeProperties: {
schema: any(...)
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(...)
valueType: 'string'
}
}
若為 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(...)
}
encodingName: any(...)
location: {
fileName: any(...)
folderPath: any(...)
type: 'string'
// For remaining properties, see DatasetLocation objects
}
nullValue: any(...)
}
}
針對 ZohoObject,請使用:
{
type: 'ZohoObject'
typeProperties: {
tableName: any(...)
}
}
屬性值
Microsoft.DataFactory/factories/datasets
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 約束: 最小長度 = 1 最大長度 = 260 模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必要) |
父母 | 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。 如需詳細資訊,請參閱 父資源外部的子資源。 |
類型資源的符號名稱:處理站 |
性能 | 數據集屬性。 | 資料集 (必要) |
AmazonMWSObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AmazonMWSObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
AmazonRdsForOracleTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AmazonRdsForOracleTable' (必要) |
類型屬性 | AmazonRdsForOracle 數據集屬性。 | AmazonRdsForOracleTableDatasetTypeProperties |
AmazonRdsForOracleTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | AmazonRdsForOracle 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | AmazonRdsForOracle 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
AmazonRdsForSqlServerTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AmazonRdsForSqlServerTable' (必要) |
類型屬性 | 適用於 SQL Server 資料集屬性的 Amazon RDS。 | AmazonRdsForSqlServerTableDatasetTypeProperties |
AmazonRdsForSqlServerTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | SQL Server 資料集的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | SQL Server 資料集的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
亞馬遜紅shiftTable數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AmazonRedshiftTable' (必要) |
類型屬性 | Amazon Redshift 數據表數據集屬性。 | AmazonRedshiftTableDatasetTypeProperties |
AmazonRedshiftTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Amazon Redshift 架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Amazon Redshift 數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
AmazonS3兼容位置
名字 | 描述 | 價值 |
---|---|---|
bucketName (儲存桶名稱) | 指定 Amazon S3 Compatible 的 bucketName。 類型:string (或 expression with resultType string) | 任何 |
類型 | 數據集儲存位置的類型。 | 'AmazonS3CompatibleLocation' (必要) |
版本 | 指定 Amazon S3 相容版本。 Type:string (或 expression with resultType string) 。 | 任何 |
AmazonS3數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AmazonS3Object' (必要) |
類型屬性 | Amazon S3 資料集屬性。 | AmazonS3DatasetTypeProperties (必要) |
AmazonS3DatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
bucketName (儲存桶名稱) | Amazon S3 貯體的名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
壓縮 | 用於 Amazon S3 物件的數據壓縮方法。 | 數據集壓縮 |
格式 | 檔案格式。 | 數據集存儲格式 |
鑰匙 | Amazon S3 物件的索引鍵。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | S3 物件的修改日期時間結束。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | S3 物件的修改日期時間的開頭。 Type:string (或 expression with resultType string) 。 | 任何 |
前綴 | S3 物件名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。 | 任何 |
版本 | S3 物件的版本。 Type:string (或 expression with resultType string) 。 | 任何 |
AmazonS3位置
名字 | 描述 | 價值 |
---|---|---|
bucketName (儲存桶名稱) | 指定 amazon S3 的 bucketName。 類型:string (或 expression with resultType string) | 任何 |
類型 | 數據集儲存位置的類型。 | 'AmazonS3Location' (必要) |
版本 | 指定 amazon S3 的版本。 Type:string (或 expression with resultType string) 。 | 任何 |
Avro數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Avro' (必要) |
類型屬性 | Avro 數據集屬性。 | AvroDatasetType屬性 |
AvroDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
avroCompression編解碼器 | data avroCompressionCodec。 Type:string (或 expression with resultType string) 。 | 任何 |
avroCompressionLevel | int 約束: 最小值 = 1 最大值 = 9 |
|
位置 | avro 記憶體的位置。 | DatasetLocation (必要) |
AvroFormat
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存格式的類型。 | 'AvroFormat' (必要) |
AzureBlobDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureBlob' (必要) |
類型屬性 | Azure Blob 資料集屬性。 | AzureBlobDatasetTypeProperties |
AzureBlobDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
壓縮 | 用於 Blob 記憶體的數據壓縮方法。 | 數據集壓縮 |
檔名 | Azure Blob 的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料夾路徑 | Azure Blob 記憶體的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
格式 | Azure Blob 記憶體的格式。 | 數據集存儲格式 |
修改日期時間結束 | Azure Blob 修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | Azure Blob 修改日期時間的開頭。 Type:string (或 expression with resultType string) 。 | 任何 |
表根位置 | Blob 路徑的根目錄。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureBlobFSDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureBlobFSFile' (必要) |
類型屬性 | Azure Data Lake Storage Gen2 數據集屬性。 | AzureBlobFSDatasetTypeProperties |
AzureBlobFSDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
壓縮 | 用於 Blob 記憶體的數據壓縮方法。 | 數據集壓縮 |
檔名 | Azure Data Lake Storage Gen2 的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料夾路徑 | Azure Data Lake Storage Gen2 記憶體的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
格式 | Azure Data Lake Storage Gen2 記憶體的格式。 | 數據集存儲格式 |
AzureBlobFSLocation
名字 | 描述 | 價值 |
---|---|---|
檔案系統 | 指定 azure blobFS 的 fileSystem。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 數據集儲存位置的類型。 | 'AzureBlobFSLocation' (必要) |
AzureBlobStorageLocation
名字 | 描述 | 價值 |
---|---|---|
容器 | 指定 Azure Blob 的容器。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 數據集儲存位置的類型。 | 'AzureBlobStorageLocation' (必要) |
AzureDatabricksDeltaLakeDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureDatabricksDeltaLakeDataset' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | AzureDatabricksDeltaLakeDatasetTypeProperties |
AzureDatabricksDeltaLakeDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料庫 | 差異數據表的資料庫名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | 差異數據表的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureDataExplorerDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
桌子 | Azure 數據總管資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureDataExplorerTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureDataExplorerTable' (必要) |
類型屬性 | Azure 資料總管 (Kusto) 資料集屬性。 | AzureDataExplorerDatasetTypeProperties (必要) |
AzureDataLakeStoreDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureDataLakeStoreFile' (必要) |
類型屬性 | Azure Data Lake Store 數據集屬性。 | AzureDataLakeStoreDatasetTypeProperties |
AzureDataLakeStoreDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
壓縮 | Azure Data Lake Store 中用於專案的數據壓縮方法。 | 數據集壓縮 |
檔名 | Azure Data Lake Store 中的檔名。 Type:string (或 expression with resultType string) 。 | 任何 |
資料夾路徑 | Azure Data Lake Store 中資料夾的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
格式 | Data Lake Store 的格式。 | 數據集存儲格式 |
AzureDataLakeStoreLocation
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存位置的類型。 | 'AzureDataLakeStoreLocation' (必要) |
AzureFileStorageLocation
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存位置的類型。 | 'AzureFileStorageLocation' (必要) |
AzureMariaDBTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureMariaDBTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
AzureMySqlTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureMySqlTable' (必要) |
類型屬性 | Azure MySQL 資料庫數據集屬性。 | AzureMySqlTableDatasetTypeProperties (必要) |
AzureMySqlTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
桌子 | Azure MySQL 資料庫數據表的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | Azure MySQL 資料庫數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
AzurePostgreSqlTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzurePostgreSqlTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | AzurePostgreSqlTableDatasetTypeProperties |
AzurePostgreSqlTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Azure PostgreSQL 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Azure PostgreSQL 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | Azure PostgreSQL 資料庫的數據表名稱,其中包含架構和數據表。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureSearchIndexDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureSearchIndex' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | AzureSearchIndexDatasetTypeProperties (必要) |
AzureSearchIndexDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
index名稱 | Azure 搜尋服務索引的名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
AzureSqlDWTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureSqlDWTable' (必要) |
類型屬性 | Azure SQL 數據倉儲數據集屬性。 | AzureSqlDWTableDatasetTypeProperties |
AzureSqlDWTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Azure SQL 數據倉儲的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Azure SQL 數據倉儲的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
AzureSqlMITableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureSqlMITable' (必要) |
類型屬性 | Azure SQL 受控實例數據集屬性。 | AzureSqlMITableDatasetTypeProperties |
AzureSqlMITableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Azure SQL 受控實例的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Azure SQL 受控實例數據集的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
AzureSqlTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureSqlTable' (必要) |
類型屬性 | Azure SQL 資料集屬性。 | AzureSqlTableDatasetTypeProperties |
AzureSqlTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Azure SQL 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Azure SQL 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
AzureTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureTable' (必要) |
類型屬性 | Azure 資料表數據集屬性。 | AzureTableDatasetTypeProperties (必要) |
AzureTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | Azure 資料表記憶體的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
二進位數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Binary' (必要) |
類型屬性 | 二進位數據集屬性。 | BinaryDatasetType屬性 |
BinaryDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
壓縮 | 用於二進位數據集的數據壓縮方法。 | 數據集壓縮 |
位置 | 二進位記憶體的位置。 | DatasetLocation (必要) |
CassandraTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'CassandraTable' (必要) |
類型屬性 | Cassandra 資料集屬性。 | CassandraTableDatasetType屬性 |
CassandraTableDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
鍵空間 | Cassandra 資料庫的索引鍵空間。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | Cassandra 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
CommonDataServiceForAppsEntityDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'CommonDataServiceForAppsEntity' (必要) |
類型屬性 | Common Data Service for Apps 實體數據集屬性。 | CommonDataServiceForAppsEntityDatasetTypeProperties |
CommonDataServiceForAppsEntityDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
實體名稱 | 實體的邏輯名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
ConcurObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ConcurObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
CosmosDbMongoDbApiCollectionDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'CosmosDbMongoDbApiCollection' (必要) |
類型屬性 | CosmosDB (MongoDB API) 資料庫數據集屬性。 | CosmosDbMongoDbApiCollectionDatasetTypeProperties (必要) |
CosmosDbMongoDbApiCollectionDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
收集 | CosmosDB (MongoDB API) 資料庫的集合名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
CosmosDbSqlApiCollectionDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'CosmosDbSqlApiCollection' (必要) |
類型屬性 | CosmosDB (SQL API) 集合數據集屬性。 | CosmosDbSqlApiCollectionDatasetTypeProperties (必要) |
CosmosDbSqlApiCollectionDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
集合名稱 | CosmosDB (SQL API) 集合名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
CouchbaseTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'CouchbaseTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
CustomDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'CustomDataset' (必要) |
類型屬性 | 自訂數據集屬性。 | 任何 |
數據
名字 | 描述 | 價值 |
---|---|---|
附註 | 可用於描述數據集的標記清單。 | 任何[] |
描述 | 數據集描述。 | 字串 |
資料夾 | 此數據集位於的資料夾。 如果未指定,數據集將會出現在根層級。 | 數據集資料夾 |
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference (必要) |
參數 | 數據集的參數。 | ParameterDefinitionSpecification |
圖式 | 定義數據集實體類型架構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetSchemaDataElement。 | 任何 |
結構 | 定義數據集結構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetDataElement。 | 任何 |
類型 | 針對 AmazonMWSObjectDataset 類型設定為 'AmazonMWSObject',。 針對 AmazonRdsForOracleTableDataset 類型設定為 'AmazonRdsForOracleTable',。 針對 AmazonRdsForSqlServerTableDataset類型,設定為 'AmazonRdsForSqlServerTable'。 針對 AmazonRedshiftTableDataset 類型設定為 'AmazonRedshiftTable',。 針對 AmazonS3Dataset 類型設定為 'AmazonS3Object',。 針對 AvroDataset 類型設定為 'Avro',。 針對 azureBlobDataset 類型設定為 'AzureBlob',。 針對 azureBlobFSDataset 類型設定為 'AzureBlobFSFile',。 針對 AzureDataExplorerTableDataset 類型設定為 'AzureDataExplorerTable',。 針對 AzureDataLakeStoreDataset類型,設定為 『AzureDataLakeStoreFile』。 針對 azureDatabricksDeltaLakeDataset 類型設定為 'AzureDatabricksDeltaLakeDataset',。 針對 azureMariaDBTableDataset 類型設定為 'AzureMariaDBTable',。 針對 azureMySqlTableDataset 類型 設定為 'AzureMySqlTable',。 針對 azurePostgreSqlTableDataset 類型設定為 'AzurePostgreSqlTable',。 針對 azureSearchIndexDataset 類型 設定為 'AzureSearchIndex',。 針對 AzureSqlDWTableDataset 類型設定為 'AzureSqlDWTable',。 針對 azureSqlMITableDataset 類型 設定為 'AzureSqlMITable',。 針對 azureSqlTableDataset 類型 設定為 'AzureSqlTable',。 針對 azureTableDataset 類型 設定為 'AzureTable',。 針對 binaryDataset 類型 設定為 'Binary',。 針對 CassandraTableDataset 類型 設定為 'CassandraTable',。 針對 CommonDataServiceForAppsEntityDataset類型 |
'AmazonMWSObject' “AmazonRdsForOracleTable” “AmazonRdsForSqlServerTable” “AmazonRedshiftTable” “AmazonS3Object” '阿夫羅' “AzureBlob” “AzureBlobFSFile” “AzureDatabricksDeltaLakeDataset” “AzureDataExplorerTable” “AzureDataLakeStoreFile” 'AzureMariaDBTable' “AzureMySqlTable” 'AzurePostgreSqlTable' “AzureSearchIndex” “AzureSqlDWTable” 'AzureSqlMITable' 'AzureSqlTable' 'AzureTable' '二進位' 'CassandraTable' “CommonDataServiceForAppsEntity” “ConcurObject” “CosmosDbMongoDbApiCollection” “CosmosDbSqlApiCollection” 'CouchbaseTable' “CustomDataset” “Db2Table” “DelimitedText” 'DocumentDbCollection' 'DrillTable' 'DynamicsAXResource' 'DynamicsCrmEntity' 'DynamicsEntity' (動態實體) 'EloquaObject' “Excel” '檔案共用' 'GoogleAdWordsObject' “GoogleBigQueryObject” “GoogleBigQueryV2Object” 'GreenplumTable' “HBaseObject” “HiveObject” “HttpFile” 'HubspotObject' 冰山” “ImpalaObject” 'InformixTable' 'JiraObject' 'Json' 'LakehouseTable' 'MagentoObject' 'MariaDBTable' 'MarketoObject' “MicrosoftAccessTable” 'MongoDbAtlasCollection' 'MongoDbCollection' “MongoDbV2Collection” 'MySqlTable' 'NetezzaTable' “ODataResource” 'OdbcTable' 'Office365Table' “OracleServiceCloudObject” 'OracleTable' “獸人” “鑲木地板” 'PaypalObject' “PhoenixObject” 'PostgreSqlTable' 'PostgreSqlV2Table' 'PrestoObject' “QuickBooksObject” 'RelationalTable' “ResponsysObject” 'RestResource' “SalesforceMarketingCloudObject” “SalesforceObject” “SalesforceServiceCloudObject” “SalesforceServiceCloudV2Object” “SalesforceV2Object” 'SapBwCube' “SapCloudForCustomerResource” “SapEccResource” 'SapHanaTable' “SapOdpResource” “SapOpenHubTable” “SapTableResource” “ServiceNowObject” “ServiceNowV2Object” “SharePointOnlineListResource” 'ShopifyObject' 'SnowflakeTable' (雪花表) 'SnowflakeV2Table' “SparkObject” “SqlServerTable” 'SquareObject' “SybaseTable” 'TeradataTable' 'VerticaTable' 'WarehouseTable' 'WebTable' 'XeroObject' “xml” 'ZohoObject' (必要) |
數據集壓縮
名字 | 描述 | 價值 |
---|---|---|
水準 | 數據集壓縮層級。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 數據集壓縮的類型。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
數據集資料夾
名字 | 描述 | 價值 |
---|---|---|
名字 | 此數據集位於的資料夾名稱。 | 字串 |
資料集位置
名字 | 描述 | 價值 |
---|---|---|
檔名 | 指定數據集的檔案名。 Type:string (或 expression with resultType string) 。 | 任何 |
資料夾路徑 | 指定資料集的資料夾路徑。 類型:string (或 expression with resultType string) | 任何 |
類型 | 設定為 'AmazonS3CompatibleLocation' 類型 AmazonS3CompatibleLocation。 針對 [amazonS3Location] 類型設定為 'AmazonS3Location',。 針對 AzureBlobFSLocation 類型 設定為 'AzureBlobFSLocation',。 針對 azureBlobStorageLocation 類型 設定為 'AzureBlobStorageLocation',。 針對 AzureDataLakeStoreLocation 類型設定為 'AzureDataLakeStoreLocation',。 針對 azureFileStorageLocation 類型 設定為 'AzureFileStorageLocation',。 針對 FileServerLocation 類型設定為 'FileServerLocation',。 針對 ftpServerLocation 類型設定為 'FtpServerLocation',。 針對 GoogleCloudStorageLocation 類型設定為 'GoogleCloudStorageLocation',。 針對 hdfsLocation 類型設定為 『HdfsLocation』,hdfsLocation。 針對 HTTPServerLocation 類型 設定為 'HttpServerLocation',。 將 類型設定為 'LakeHouseLocation' LakeHouseLocation。 針對 OracleCloudStorageLocation 類型設定為 'OracleCloudStorageLocation',。 針對 sftpLocation 類型設定為 'SftpLocation',SftpLocation。 | “AmazonS3CompatibleLocation” “AmazonS3Location” 'AzureBlobFSLocation' “AzureBlobStorageLocation” “AzureDataLakeStoreLocation” “AzureFileStorageLocation” 'FileServerLocation' 'FtpServerLocation' “GoogleCloudStorageLocation” 'HdfsLocation' “HttpServerLocation” 'LakeHouseLocation' “OracleCloudStorageLocation” 'SftpLocation' (必要) |
數據集存儲格式
名字 | 描述 | 價值 |
---|---|---|
還原串行化程式 | 還原串行化程式。 Type:string (或 expression with resultType string) 。 | 任何 |
串行化程式 | 串行化程式。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 針對 AvroFormat 類型設定為 'AvroFormat',。 將 類型設定為 'JsonFormat',JsonFormat。 針對 OrcFormat 類型設定為 'OrcFormat',。 將 類型設定為 'ParquetFormat',ParquetFormat。 將 類型設定為 'TextFormat',TextFormat。 | 'Avro格式' 'JsonFormat' 'OrcFormat' 'ParquetFormat' 'TextFormat' (必要) |
Db2TableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Db2Table' (必要) |
類型屬性 | Db2 資料表數據集屬性。 | Db2TableDatasetTypeProperties |
Db2TableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Db2 架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Db2 資料表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
DelimitedTextDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'DelimitedText' (必要) |
類型屬性 | 分隔的文字數據集屬性。 | DelimitedTextDatasetType屬性 |
DelimitedTextDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
columnDelimiter | 數據行分隔符。 Type:string (或 expression with resultType string) 。 | 任何 |
compression編解碼器 | 數據壓縮Codec。 Type:string (或 expression with resultType string) 。 | 任何 |
compressionLevel | 用於 DelimitedText 的數據壓縮方法。 | 任何 |
編碼名稱 | 慣用編碼的代碼頁名稱。 如果遺漏,則預設值為UTF-8,除非BOM表示另一個 Unicode 編碼。 請參閱下列連結中資料表的名稱資料列,以設定支援的值:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 | 任何 |
escapeChar 的 | 逸出字元。 Type:string (或 expression with resultType string) 。 | 任何 |
firstRowAsHeader 的 | 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
位置 | 分隔文字儲存區的位置。 | DatasetLocation (必要) |
空值 | Null 值字串。 Type:string (或 expression with resultType string) 。 | 任何 |
quoteChar | 引號字元。 Type:string (或 expression with resultType string) 。 | 任何 |
rowDelimiter (行分隔符) | 數據列分隔符。 Type:string (或 expression with resultType string) 。 | 任何 |
DocumentDbCollectionDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'DocumentDbCollection' (必要) |
類型屬性 | DocumentDB 集合數據集屬性。 | DocumentDbCollectionDatasetTypeProperties (必要) |
DocumentDbCollectionDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
集合名稱 | Document Database 集合名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DrillDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Drill 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Drill 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
DrillTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'DrillTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | DrillDatasetTypeProperties |
DynamicsAXResourceDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'DynamicsAXResource' (必要) |
類型屬性 | Dynamics AX OData 資源數據集屬性。 | DynamicsAXResourceDatasetTypeProperties (必要) |
DynamicsAXResourceDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
路徑 | Dynamics AX OData 實體的路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DynamicsCrmEntityDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'DynamicsCrmEntity' (必要) |
類型屬性 | Dynamics CRM 實體數據集屬性。 | DynamicsCrmEntityDatasetTypeProperties |
DynamicsCrmEntityDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
實體名稱 | 實體的邏輯名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
DynamicsEntityDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'DynamicsEntity' (必要) |
類型屬性 | Dynamics 實體數據集屬性。 | DynamicsEntityDatasetType屬性 |
DynamicsEntityDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
實體名稱 | 實體的邏輯名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
EloquaObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'EloquaObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
Excel數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Excel' (必要) |
類型屬性 | Excel 資料集屬性。 | ExcelDatasetType屬性 |
ExcelDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
壓縮 | 用於 json 數據集的數據壓縮方法。 | 數據集壓縮 |
firstRowAsHeader 的 | 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
位置 | Excel 記憶體的位置。 | DatasetLocation (必要) |
空值 | Null 值字串。 Type:string (或 expression with resultType string) 。 | 任何 |
範圍 | 一張工作表的部分數據。 Type:string (或 expression with resultType string) 。 | 任何 |
sheetIndex (工作表索引) | excel 檔案和預設值的工作表索引為 0。 類型:integer(或 expression 含 resultType 整數的運算式) | 任何 |
sheetName (工作表名稱) | Excel 檔案的工作表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
FileServerLocation 檔伺服器位置
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存位置的類型。 | 'FileServerLocation' (必要) |
FileShareDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'FileShare' (必要) |
類型屬性 | 內部部署檔案系統數據集屬性。 | FileShareDatasetTypeProperties |
FileShareDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
壓縮 | 用於檔案系統的數據壓縮方法。 | 數據集壓縮 |
fileFilter 檔 | 指定篩選條件,以用來選取 folderPath 中的檔案子集,而不是所有檔案。 Type:string (或 expression with resultType string) 。 | 任何 |
檔名 | 內部部署檔案系統的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料夾路徑 | 內部部署檔案系統的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
格式 | 檔案格式。 | 數據集存儲格式 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
FtpServer位置
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存位置的類型。 | 'FtpServerLocation' (必要) |
GenericDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | 數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
GoogleAdWordsObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'GoogleAdWordsObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
GoogleBigQueryDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
數據 | Google BigQuery 的資料庫名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Google BigQuery 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用資料庫 + 資料表屬性。 | 任何 |
GoogleBigQueryObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'GoogleBigQueryObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GoogleBigQueryDatasetTypeProperties |
GoogleBigQueryV2DatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
數據 | Google BigQuery 的資料庫名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Google BigQuery 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
GoogleBigQueryV2ObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'GoogleBigQueryV2Object' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GoogleBigQueryV2DatasetTypeProperties |
GoogleCloudStorageLocation
名字 | 描述 | 價值 |
---|---|---|
bucketName (儲存桶名稱) | 指定Google Cloud Storage的bucketName。 類型:string (或 expression with resultType string) | 任何 |
類型 | 數據集儲存位置的類型。 | 'GoogleCloudStorageLocation' (必要) |
版本 | 指定Google Cloud Storage的版本。 Type:string (或 expression with resultType string) 。 | 任何 |
GreenplumDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
圖式 | Greenplum 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Greenplum 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
GreenplumTable數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'GreenplumTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GreenplumDatasetType屬性 |
HBaseObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'HBaseObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
HdfsLocation
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存位置的類型。 | 'HdfsLocation' (必要) |
HiveDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
圖式 | Hive 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Hive 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
HiveObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'HiveObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | HiveDatasetType屬性 |
Http數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'HttpFile' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | HttpDatasetTypeProperties |
HttpDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
additionalHeaders | HTTP 要求的標頭。 例如 request-header-name-1:request-header-value-1 ... request-header-name-n:request-header-value-n 類型:string(或 expression with resultType string)。 |
任何 |
壓縮 | 檔案上使用的數據壓縮方法。 | 數據集壓縮 |
格式 | 檔案格式。 | 數據集存儲格式 |
相對網址 | 根據 HttpLinkedService 中 URL 的相對 URL 會參考 HTTP 檔類型:字串(或具有 resultType 字串串的表達式)。 | 任何 |
requestBody(請求體) | HTTP 要求的本文。 Type:string (或 expression with resultType string) 。 | 任何 |
請求方法 | HTTP 要求的 HTTP 方法。 Type:string (或 expression with resultType string) 。 | 任何 |
HttpServerLocation
名字 | 描述 | 價值 |
---|---|---|
相對網址 | 指定 HTTP 伺服器的 relativeUrl。 類型:string (或 expression with resultType string) | 任何 |
類型 | 數據集儲存位置的類型。 | 'HttpServerLocation' (必要) |
HubspotObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'HubspotObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
IcebergDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 冰山“(必要) |
類型屬性 | Iceberg 資料集屬性。 | IcebergDatasetType屬性 |
IcebergDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
位置 | 冰山儲存區的位置。 冰山格式不允許設定檔名。 | DatasetLocation (必要) |
ImpalaDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Impala 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Impala 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
ImpalaObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ImpalaObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | ImpalaDatasetTypeProperties |
InformixTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'InformixTable' (必要) |
類型屬性 | Informix 數據表數據集屬性。 | InformixTableDatasetType屬性 |
InformixTableDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | Informix 資料表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
JiraObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'JiraObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
JsonDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Json' (必要) |
類型屬性 | Json 數據集屬性。 | JsonDatasetTypeProperties |
JsonDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
壓縮 | 用於 json 數據集的數據壓縮方法。 | 數據集壓縮 |
編碼名稱 | 慣用編碼的代碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中資料表的名稱資料列,以設定支援的值:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 | 任何 |
位置 | json 數據記憶體的位置。 | DatasetLocation (必要) |
Json格式
名字 | 描述 | 價值 |
---|---|---|
編碼名稱 | 慣用編碼的代碼頁名稱。 如果未提供,則預設值為 'utf-8',除非位元組順序標記 (BOM) 表示另一個 Unicode 編碼。 您可以在下列參考中編碼資料表的 'Name' 資料列中找到支援值的完整清單:https://go.microsoft.com/fwlink/?linkid=861078。 Type:string (或 expression with resultType string) 。 | 任何 |
檔模式 | JSON 的檔案模式。 為了更具體,分隔 JSON 物件的集合方式。 默認值為 『setOfObjects』。 這是區分大小寫的。 | 任何 |
jsonNode引用 | 要扁平化之 JSON 陣列專案的 JSONPath。 範例:“$。ArrayPath”。 Type:string (或 expression with resultType string) 。 | 任何 |
jsonPathDefinition | 每個數據行對應的 JSONPath 定義,具有自定義的數據行名稱,以從 JSON 檔案擷取數據。 若為根物件下的欄位,請從 “$” 開始;針對 jsonNodeReference 屬性所選陣列內的欄位,從陣列元素開始。 範例: {“Column1”: “$.Column1Path“、”Column2“: ”Column2PathInArray“}。 Type:object (或 Expression with resultType 物件)。 | 任何 |
嵌套分隔符 | 用來分隔巢狀層級的字元。 預設值為 '.'(點)。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 數據集儲存格式的類型。 | 'JsonFormat' (必要) |
LakeHouse位置
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存位置的類型。 | 'LakeHouseLocation' (必要) |
LakeHouseTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'LakehouseTable' (必要) |
類型屬性 | Microsoft Fabric Lakehouse 數據表數據集屬性。 | LakeHouseTableDatasetTypeProperties |
LakeHouseTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Microsoft Fabric Lakehouse 數據表的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Microsoft Fabric Lakehouse 數據表的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
LinkedServiceReference
名字 | 描述 | 價值 |
---|---|---|
參數 | LinkedService 的自變數。 | ParameterValueSpecification 參數值規範 |
referenceName (引用名稱) | 參考 LinkedService 名稱。 | 字串 (必要) |
類型 | 連結服務參考類型。 | 'LinkedServiceReference' (必要) |
MagentoObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MagentoObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
MariaDBTable數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MariaDBTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
MarketoObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MarketoObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
MicrosoftAccessTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MicrosoftAccessTable' (必要) |
類型屬性 | Microsoft Access 數據表數據集屬性。 | MicrosoftAccessTableDatasetTypeProperties |
MicrosoftAccessTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | Microsoft Access 數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
MongoDbAtlasCollectionDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MongoDbAtlasCollection' (必要) |
類型屬性 | MongoDB Atlas 資料庫數據集屬性。 | MongoDbAtlasCollectionDatasetTypeProperties (必要) |
MongoDbAtlasCollectionDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
收集 | MongoDB Atlas 資料庫的集合名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
MongoDbCollectionDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MongoDbCollection' (必要) |
類型屬性 | MongoDB 資料庫數據集屬性。 | MongoDbCollectionDatasetTypeProperties (必要) |
MongoDbCollectionDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
集合名稱 | MongoDB 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
MongoDbV2CollectionDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MongoDbV2Collection' (必要) |
類型屬性 | MongoDB 資料庫數據集屬性。 | MongoDbV2CollectionDatasetTypeProperties (必要) |
MongoDbV2CollectionDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
收集 | MongoDB 資料庫的集合名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
MySqlTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MySqlTable' (必要) |
類型屬性 | MySQL 資料表數據集屬性。 | MySqlTableDatasetTypeProperties |
MySqlTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | MySQL 資料表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
NetezzaTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'NetezzaTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | NetezzaTableDatasetTypeProperties |
NetezzaTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Netezza 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Netezza 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
ODataResourceDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ODataResource' (必要) |
類型屬性 | OData 數據集屬性。 | ODataResourceDatasetTypeProperties |
ODataResourceDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
路徑 | OData 資源路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
OdbcTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'OdbcTable' (必要) |
類型屬性 | ODBC 資料表數據集屬性。 | OdbcTableDatasetTypeProperties |
OdbcTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | ODBC 資料表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
Office365數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Office365Table' (必要) |
類型屬性 | Office365 數據集屬性。 | Office365DatasetTypeProperties (必要) |
Office365DatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
謂語 | 述詞表達式,可用來篩選要從 Office 365 擷取的特定數據列。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 要從 Office 365 擷取的數據集名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
OracleCloudStorageLocation
名字 | 描述 | 價值 |
---|---|---|
bucketName (儲存桶名稱) | 指定 Oracle 雲端記憶體的 bucketName。 類型:string (或 expression with resultType string) | 任何 |
類型 | 數據集儲存位置的類型。 | 'OracleCloudStorageLocation' (必要) |
版本 | 指定 Oracle 雲端記憶體的版本。 Type:string (或 expression with resultType string) 。 | 任何 |
OracleServiceCloudObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'OracleServiceCloudObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
OracleTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'OracleTable' (必要) |
類型屬性 | 內部部署 Oracle 資料集屬性。 | OracleTableDatasetTypeProperties |
OracleTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | 內部部署 Oracle 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | 內部部署 Oracle 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
Orc數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Orc' (必要) |
類型屬性 | ORC 資料集屬性。 | OrcDatasetTypeProperties |
OrcDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
位置 | ORC 數據記憶體的位置。 | DatasetLocation (必要) |
orcCompressionCodec (英语) | data orcCompressionCodec。 Type:string (或 expression with resultType string) 。 | 任何 |
Orc格式
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存格式的類型。 | 'OrcFormat' (必要) |
ParameterDefinitionSpecification
名字 | 描述 | 價值 |
---|
參數規範
名字 | 描述 | 價值 |
---|---|---|
預設值 | 參數的預設值。 | 任何 |
類型 | 參數類型。 | '陣列' '布爾' '浮動' 'int' '物件' “安全字串” 'String' (必要) |
ParameterValueSpecification 參數值規範
名字 | 描述 | 價值 |
---|
ParquetDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Parquet' (必要) |
類型屬性 | Parquet 資料集屬性。 | ParquetDatasetTypeProperties |
ParquetDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
compression編解碼器 | 數據壓縮Codec。 Type:string (或 expression with resultType string) 。 | 任何 |
位置 | parquet 記憶體的位置。 | DatasetLocation (必要) |
ParquetFormat (Parquet格式)
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存格式的類型。 | 'ParquetFormat' (必要) |
PaypalObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'PaypalObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
PhoenixDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Phoenix 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Phoenix 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
PhoenixObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'PhoenixObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | PhoenixDatasetTypeProperties |
PostgreSqlTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'PostgreSqlTable' (必要) |
類型屬性 | PostgreSQL 數據表數據集屬性。 | PostgreSqlTableDatasetTypeProperties |
PostgreSqlTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | PostgreSQL 架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | PostgreSQL 資料表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
PostgreSqlV2TableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'PostgreSqlV2Table' (必要) |
類型屬性 | PostgreSQLV2 數據表數據集屬性。 | PostgreSqlV2TableDatasetTypeProperties |
PostgreSqlV2TableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | PostgreSQL 架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | PostgreSQL 資料表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
PrestoDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Presto 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Presto 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
PrestoObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'PrestoObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | PrestoDatasetTypeProperties |
QuickBooksObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'QuickBooksObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
RelationalTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'RelationalTable' (必要) |
類型屬性 | 關係型數據表數據集屬性。 | RelationalTableDatasetTypeProperties |
RelationalTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | 關係型數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
ResponsysObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ResponsysObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
RestResourceDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'RestResource' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | RestResourceDatasetType屬性 |
RestResourceDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
additionalHeaders | 要求中對 RESTful API 的其他 HTTP 標頭。 | RestResourceDatasetTypePropertiesAdditionalHeaders |
pagination規則 | 撰寫下一頁要求的分頁規則。 | RestResourceDatasetTypePropertiesPaginationRules |
相對網址 | RESTful API 所提供資源的相對 URL。 Type:string (或 expression with resultType string) 。 | 任何 |
requestBody(請求體) | 如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 Type:string (或 expression with resultType string) 。 | 任何 |
請求方法 | 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 Type:string (或 expression with resultType string) 。 | 任何 |
RestResourceDatasetTypePropertiesAdditionalHeaders
名字 | 描述 | 價值 |
---|
RestResourceDatasetTypePropertiesPaginationRules
名字 | 描述 | 價值 |
---|
SalesforceMarketingCloudObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SalesforceMarketingCloudObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
SalesforceObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SalesforceObject' (必要) |
類型屬性 | Salesforce 對象資料集屬性。 | SalesforceObjectDatasetType屬性 |
SalesforceObjectDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
物件API名稱 | Salesforce 物件 API 名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
SalesforceServiceCloudObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SalesforceServiceCloudObject' (必要) |
類型屬性 | Salesforce Service Cloud 對象數據集屬性。 | SalesforceServiceCloudObjectDatasetTypeProperties |
SalesforceServiceCloudObjectDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
物件API名稱 | Salesforce Service Cloud 物件 API 名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
SalesforceServiceCloudV2ObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SalesforceServiceCloudV2Object' (必要) |
類型屬性 | Salesforce Service Cloud V2 對象數據集屬性。 | SalesforceServiceCloudV2ObjectDatasetTypeProperties |
SalesforceServiceCloudV2ObjectDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
物件API名稱 | Salesforce Service Cloud V2 物件 API 名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
報告ID | Salesforce Service Cloud V2 reportId。 Type:string (或 expression with resultType string) 。 | 任何 |
SalesforceV2ObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SalesforceV2Object' (必要) |
類型屬性 | Salesforce V2 對象數據集屬性。 | SalesforceV2ObjectDatasetTypeProperties |
SalesforceV2ObjectDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
物件API名稱 | Salesforce V2 物件 API 名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
報告ID | Salesforce V2 報表標識符。類型:string (或 Expression with resultType string)。 | 任何 |
SapBwCubeDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SapBwCube' (必要) |
SapCloudForCustomerResourceDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SapCloudForCustomerResource' (必要) |
類型屬性 | SAP Cloud For Customer OData 資源數據集屬性。 | SapCloudForCustomerResourceDatasetTypeProperties (必要) |
SapCloudForCustomerResourceDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
路徑 | SAP Cloud for Customer OData 實體的路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SapEccResourceDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SapEccResource' (必要) |
類型屬性 | SAP ECC OData 資源數據集屬性。 | SapEccResourceDatasetTypeProperties (必要) |
SapEccResourceDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
路徑 | SAP ECC OData 實體的路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SapHanaTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SapHanaTable' (必要) |
類型屬性 | SAP HANA 資料表屬性。 | SapHanaTableDatasetTypeProperties |
SapHanaTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | SAP HANA 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | SAP HANA 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
SapOdpResourceDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SapOdpResource' (必要) |
類型屬性 | SAP ODP 資源屬性。 | SapOdpResourceDatasetTypeProperties (必要) |
SapOdpResourceDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
上下文 | SAP ODP 對象的內容。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
物件名稱 | SAP ODP 物件的名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SapOpenHubTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SapOpenHubTable' (必要) |
類型屬性 | Sap Business Warehouse Open Hub 目的地數據表屬性。 | SapOpenHubTableDatasetTypeProperties (必要) |
SapOpenHubTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
baseRequestId 資料庫 | 要求差異載入的標識碼。 設定之後,只會擷取 requestId 大於此屬性的值的數據。 預設值為 0。 類型:integer (或 expression with resultType integer 的運算式 )。 | 任何 |
excludeLastRequest | 是否要排除最後一個要求的記錄。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
openHubDestinationName (打開HubDestinationName) | [開啟中樞目的地] 的名稱,其目的地類型為Database Table。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SapTableResourceDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SapTableResource' (必要) |
類型屬性 | SAP 資料表資源屬性。 | SapTableResourceDatasetTypeProperties (必要) |
SapTableResourceDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | SAP 資料表的名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
ServiceNowObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ServiceNowObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
ServiceNowV2DatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | 數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
數值類型 | 從來源複製的值類型。 | '實際' '顯示' |
ServiceNowV2ObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ServiceNowV2Object' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | ServiceNowV2DatasetTypeProperties |
Sftp位置
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存位置的類型。 | 'SftpLocation' (必要) |
SharePointOnlineListDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
清單名稱 | SharePoint Online 列表的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
SharePointOnlineListResourceDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SharePointOnlineListResource' (必要) |
類型屬性 | Sharepoint Online 清單數據集屬性。 | SharePointOnlineListDatasetTypeProperties |
ShopifyObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ShopifyObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
SnowflakeDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SnowflakeTable' (必要) |
類型屬性 | Snowflake 數據集屬性。 | SnowflakeDatasetTypeProperties (必要) |
SnowflakeDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Snowflake 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Snowflake 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
SnowflakeV2Dataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SnowflakeV2Table' (必要) |
類型屬性 | Snowflake 數據集屬性。 | SnowflakeDatasetTypeProperties (必要) |
SparkDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Spark 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Spark 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
SparkObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SparkObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | SparkDatasetTypeProperties |
SqlServerTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SqlServerTable' (必要) |
類型屬性 | 內部部署 SQL Server 資料集屬性。 | SqlServerTableDatasetTypeProperties |
SqlServerTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | SQL Server 資料集的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | SQL Server 資料集的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
SquareObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SquareObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
SybaseTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SybaseTable' (必要) |
類型屬性 | Sybase 數據表數據集屬性。 | SybaseTableDatasetTypeProperties |
SybaseTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | Sybase 數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
TeradataTable數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'TeradataTable' (必要) |
類型屬性 | Teradata 資料集屬性。 | TeradataTableDatasetTypeProperties |
TeradataTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料庫 | Teradata 的資料庫名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Teradata 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
文字格式
名字 | 描述 | 價值 |
---|---|---|
columnDelimiter | 數據行分隔符。 Type:string (或 expression with resultType string) 。 | 任何 |
編碼名稱 | 慣用編碼的代碼頁名稱。 如果遺漏,除非 BOM 表示另一個 Unicode 編碼,否則預設值為 TfÇ£utf-8UniÇ¥。 若要設定支援的值,請參閱下列連結中數據表的 ーÇ£NameЛÇ¥ 數據行:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 | 任何 |
escapeChar 的 | 逸出字元。 Type:string (或 expression with resultType string) 。 | 任何 |
firstRowAsHeader 的 | 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
空值 | Null 值字串。 Type:string (或 expression with resultType string) 。 | 任何 |
quoteChar | 引號字元。 Type:string (或 expression with resultType string) 。 | 任何 |
rowDelimiter (行分隔符) | 數據列分隔符。 Type:string (或 expression with resultType string) 。 | 任何 |
skipLineCount | 剖析文字檔時要略過的行/列數。 預設值為 0。 類型:integer (或 expression with resultType integer) 。 | 任何 |
treatEmptyAsNull | 將文字檔中的空白資料行值視為 null。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 數據集儲存格式的類型。 | 'TextFormat' (必要) |
VerticaDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Vertica 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Vertica 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
VerticaTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'VerticaTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | VerticaDatasetTypeProperties |
WarehouseTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'WarehouseTable' (必要) |
類型屬性 | Microsoft網狀架構倉儲數據集屬性。 | WarehouseTableDatasetTypeProperties |
WarehouseTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Microsoft網狀架構倉儲的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Microsoft網狀架構倉儲的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
WebTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'WebTable' (必要) |
類型屬性 | Web 資料表數據集屬性。 | WebTableDatasetTypeProperties (必要) |
WebTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
指數 | 網頁中數據表以零起始的索引。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 (必要) |
路徑 | 鏈接服務 URL 中網頁的相對 URL。 Type:string (或 expression with resultType string) 。 | 任何 |
XeroObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'XeroObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
XmlDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Xml' (必要) |
類型屬性 | Xml 資料集屬性。 | XmlDatasetTypeProperties |
XmlDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
壓縮 | 用於 json 數據集的數據壓縮方法。 | 數據集壓縮 |
編碼名稱 | 慣用編碼的代碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中資料表的名稱資料列,以設定支援的值:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 | 任何 |
位置 | json 數據記憶體的位置。 | DatasetLocation (必要) |
空值 | Null 值字串。 Type:string (或 expression with resultType string) 。 | 任何 |
ZohoObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ZohoObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
使用範例
Azure 快速入門範例
下列 Azure 快速入門範本 包含用於部署此資源類型的 Bicep 範例。
Bicep 檔案 | 描述 |
---|---|
建立 V2 Data Factory | 此範本會建立 V2 資料處理站,將資料從 Azure Blob 記憶體中的資料夾複製到記憶體中的另一個資料夾。 |
Azure Data Factory 可以 更多 - 按兩下即可嘗試 Azure Data Factory | 此範本會建立數據處理站管線,以將複製活動從 Azure Blob 複製到另一個 Azure Blob |
ARM 樣本資源定義
工廠/資料集資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.DataFactory/factories/datasets 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.DataFactory/factories/datasets",
"apiVersion": "2018-06-01",
"name": "string",
"properties": {
"annotations": [ {} ],
"description": "string",
"folder": {
"name": "string"
},
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "string"
},
"parameters": {
"{customized property}": {
"defaultValue": {},
"type": "string"
}
},
"schema": {},
"structure": {},
"type": "string"
// For remaining properties, see Dataset objects
}
}
DatasetStorageFormat 物件
設定 類型 屬性,以指定物件的類型。
針對 AvroFormat,請使用:
{
"type": "AvroFormat"
}
針對 JsonFormat,請使用:
{
"encodingName": {},
"filePattern": {},
"jsonNodeReference": {},
"jsonPathDefinition": {},
"nestingSeparator": {},
"type": "JsonFormat"
}
針對 OrcFormat,請使用:
{
"type": "OrcFormat"
}
針對 ParquetFormat,請使用:
{
"type": "ParquetFormat"
}
針對 TextFormat,請使用:
{
"columnDelimiter": {},
"encodingName": {},
"escapeChar": {},
"firstRowAsHeader": {},
"nullValue": {},
"quoteChar": {},
"rowDelimiter": {},
"skipLineCount": {},
"treatEmptyAsNull": {},
"type": "TextFormat"
}
DatasetLocation 物件
設定 類型 屬性,以指定物件的類型。
針對 AmazonS3CompatibleLocation,請使用:
{
"bucketName": {},
"type": "AmazonS3CompatibleLocation",
"version": {}
}
針對 AmazonS3Location,請使用:
{
"bucketName": {},
"type": "AmazonS3Location",
"version": {}
}
針對 AzureBlobFSLocation,請使用:
{
"fileSystem": {},
"type": "AzureBlobFSLocation"
}
針對 AzureBlobStorageLocation,請使用:
{
"container": {},
"type": "AzureBlobStorageLocation"
}
針對 AzureDataLakeStoreLocation,請使用:
{
"type": "AzureDataLakeStoreLocation"
}
針對 AzureFileStorageLocation,請使用:
{
"type": "AzureFileStorageLocation"
}
針對 FileServerLocation,請使用:
{
"type": "FileServerLocation"
}
針對 FtpServerLocation,請使用:
{
"type": "FtpServerLocation"
}
針對 GoogleCloudStorageLocation,請使用:
{
"bucketName": {},
"type": "GoogleCloudStorageLocation",
"version": {}
}
針對 HdfsLocation,請使用:
{
"type": "HdfsLocation"
}
針對 HttpServerLocation,請使用:
{
"relativeUrl": {},
"type": "HttpServerLocation"
}
針對 LakeHouseLocation,請使用:
{
"type": "LakeHouseLocation"
}
針對 OracleCloudStorageLocation,請使用:
{
"bucketName": {},
"type": "OracleCloudStorageLocation",
"version": {}
}
針對 SftpLocation,請使用:
{
"type": "SftpLocation"
}
數據集物件
設定 類型 屬性,以指定物件的類型。
針對 AmazonMWSObject,請使用:
{
"type": "AmazonMWSObject",
"typeProperties": {
"tableName": {}
}
}
針對 AmazonRdsForOracleTable,請使用:
{
"type": "AmazonRdsForOracleTable",
"typeProperties": {
"schema": {},
"table": {}
}
}
針對 AmazonRdsForSqlServerTable,請使用:
{
"type": "AmazonRdsForSqlServerTable",
"typeProperties": {
"schema": {},
"table": {}
}
}
針對 AmazonRedshiftTable,請使用:
{
"type": "AmazonRedshiftTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
針對 AmazonS3Object,請使用:
{
"type": "AmazonS3Object",
"typeProperties": {
"bucketName": {},
"compression": {
"level": {},
"type": {}
},
"format": {
"deserializer": {},
"serializer": {},
"type": "string"
// For remaining properties, see DatasetStorageFormat objects
},
"key": {},
"modifiedDatetimeEnd": {},
"modifiedDatetimeStart": {},
"prefix": {},
"version": {}
}
}
針對 Avro,請使用:
{
"type": "Avro",
"typeProperties": {
"avroCompressionCodec": {},
"avroCompressionLevel": "int",
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
}
}
}
針對 AzureBlob,請使用:
{
"type": "AzureBlob",
"typeProperties": {
"compression": {
"level": {},
"type": {}
},
"fileName": {},
"folderPath": {},
"format": {
"deserializer": {},
"serializer": {},
"type": "string"
// For remaining properties, see DatasetStorageFormat objects
},
"modifiedDatetimeEnd": {},
"modifiedDatetimeStart": {},
"tableRootLocation": {}
}
}
針對 azureBlobFSFile
{
"type": "AzureBlobFSFile",
"typeProperties": {
"compression": {
"level": {},
"type": {}
},
"fileName": {},
"folderPath": {},
"format": {
"deserializer": {},
"serializer": {},
"type": "string"
// For remaining properties, see DatasetStorageFormat objects
}
}
}
針對 AzureDataExplorerTable,請使用:
{
"type": "AzureDataExplorerTable",
"typeProperties": {
"table": {}
}
}
針對 AzureDataLakeStoreFile,請使用:
{
"type": "AzureDataLakeStoreFile",
"typeProperties": {
"compression": {
"level": {},
"type": {}
},
"fileName": {},
"folderPath": {},
"format": {
"deserializer": {},
"serializer": {},
"type": "string"
// For remaining properties, see DatasetStorageFormat objects
}
}
}
針對 AzureDatabricksDeltaLakeDataset,請使用:
{
"type": "AzureDatabricksDeltaLakeDataset",
"typeProperties": {
"database": {},
"table": {}
}
}
針對 AzureMariaDBTable,請使用:
{
"type": "AzureMariaDBTable",
"typeProperties": {
"tableName": {}
}
}
針對 AzureMySqlTable,請使用:
{
"type": "AzureMySqlTable",
"typeProperties": {
"table": {},
"tableName": {}
}
}
針對 AzurePostgreSqlTable,請使用:
{
"type": "AzurePostgreSqlTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
針對 azureSearchIndex
{
"type": "AzureSearchIndex",
"typeProperties": {
"indexName": {}
}
}
針對 AzureSqlDWTable,請使用:
{
"type": "AzureSqlDWTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
針對 AzureSqlMITable,請使用:
{
"type": "AzureSqlMITable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
針對 AzureSqlTable,請使用:
{
"type": "AzureSqlTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
針對 AzureTable,請使用:
{
"type": "AzureTable",
"typeProperties": {
"tableName": {}
}
}
針對 Binary,請使用:
{
"type": "Binary",
"typeProperties": {
"compression": {
"level": {},
"type": {}
},
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
}
}
}
針對 CassandraTable,請使用:
{
"type": "CassandraTable",
"typeProperties": {
"keyspace": {},
"tableName": {}
}
}
針對 CommonDataServiceForAppsEntity,請使用:
{
"type": "CommonDataServiceForAppsEntity",
"typeProperties": {
"entityName": {}
}
}
針對 ConcurObject,請使用:
{
"type": "ConcurObject",
"typeProperties": {
"tableName": {}
}
}
針對 CosmosDbMongoDbApiCollection,請使用:
{
"type": "CosmosDbMongoDbApiCollection",
"typeProperties": {
"collection": {}
}
}
針對 CosmosDbSqlApiCollection,請使用:
{
"type": "CosmosDbSqlApiCollection",
"typeProperties": {
"collectionName": {}
}
}
針對 CouchbaseTable,請使用:
{
"type": "CouchbaseTable",
"typeProperties": {
"tableName": {}
}
}
針對 CustomDataset,請使用:
{
"type": "CustomDataset",
"typeProperties": {}
}
針對 Db2Table,請使用:
{
"type": "Db2Table",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
針對 DelimitedText,請使用:
{
"type": "DelimitedText",
"typeProperties": {
"columnDelimiter": {},
"compressionCodec": {},
"compressionLevel": {},
"encodingName": {},
"escapeChar": {},
"firstRowAsHeader": {},
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
},
"nullValue": {},
"quoteChar": {},
"rowDelimiter": {}
}
}
針對 DocumentDbCollection,請使用:
{
"type": "DocumentDbCollection",
"typeProperties": {
"collectionName": {}
}
}
針對 DrillTable,請使用:
{
"type": "DrillTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
針對 DynamicsAXResource,請使用:
{
"type": "DynamicsAXResource",
"typeProperties": {
"path": {}
}
}
針對 DynamicsCrmEntity,請使用:
{
"type": "DynamicsCrmEntity",
"typeProperties": {
"entityName": {}
}
}
針對 DynamicsEntity,請使用:
{
"type": "DynamicsEntity",
"typeProperties": {
"entityName": {}
}
}
針對 EloquaObject,請使用:
{
"type": "EloquaObject",
"typeProperties": {
"tableName": {}
}
}
針對 Excel,請使用:
{
"type": "Excel",
"typeProperties": {
"compression": {
"level": {},
"type": {}
},
"firstRowAsHeader": {},
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
},
"nullValue": {},
"range": {},
"sheetIndex": {},
"sheetName": {}
}
}
針對 FileShare,請使用:
{
"type": "FileShare",
"typeProperties": {
"compression": {
"level": {},
"type": {}
},
"fileFilter": {},
"fileName": {},
"folderPath": {},
"format": {
"deserializer": {},
"serializer": {},
"type": "string"
// For remaining properties, see DatasetStorageFormat objects
},
"modifiedDatetimeEnd": {},
"modifiedDatetimeStart": {}
}
}
針對 GoogleAdWordsObject,請使用:
{
"type": "GoogleAdWordsObject",
"typeProperties": {
"tableName": {}
}
}
針對 GoogleBigQueryObject,請使用:
{
"type": "GoogleBigQueryObject",
"typeProperties": {
"dataset": {},
"table": {},
"tableName": {}
}
}
針對 GoogleBigQueryV2Object,請使用:
{
"type": "GoogleBigQueryV2Object",
"typeProperties": {
"dataset": {},
"table": {}
}
}
針對 GreenplumTable,請使用:
{
"type": "GreenplumTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
針對 HBaseObject,請使用:
{
"type": "HBaseObject",
"typeProperties": {
"tableName": {}
}
}
針對 HiveObject,請使用:
{
"type": "HiveObject",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
針對 HttpFile,請使用:
{
"type": "HttpFile",
"typeProperties": {
"additionalHeaders": {},
"compression": {
"level": {},
"type": {}
},
"format": {
"deserializer": {},
"serializer": {},
"type": "string"
// For remaining properties, see DatasetStorageFormat objects
},
"relativeUrl": {},
"requestBody": {},
"requestMethod": {}
}
}
針對 HubspotObject,請使用:
{
"type": "HubspotObject",
"typeProperties": {
"tableName": {}
}
}
針對 Iceberg,請使用:
{
"type": "Iceberg",
"typeProperties": {
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
}
}
}
針對 ImpalaObject,請使用:
{
"type": "ImpalaObject",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
針對 InformixTable,請使用:
{
"type": "InformixTable",
"typeProperties": {
"tableName": {}
}
}
針對 JiraObject,請使用:
{
"type": "JiraObject",
"typeProperties": {
"tableName": {}
}
}
針對 Json,請使用:
{
"type": "Json",
"typeProperties": {
"compression": {
"level": {},
"type": {}
},
"encodingName": {},
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
}
}
}
針對 LakehouseTable,請使用:
{
"type": "LakehouseTable",
"typeProperties": {
"schema": {},
"table": {}
}
}
針對 MagentoObject,請使用:
{
"type": "MagentoObject",
"typeProperties": {
"tableName": {}
}
}
針對 MariaDBTable,請使用:
{
"type": "MariaDBTable",
"typeProperties": {
"tableName": {}
}
}
針對 MarketoObject,請使用:
{
"type": "MarketoObject",
"typeProperties": {
"tableName": {}
}
}
針對 MicrosoftAccessTable,請使用:
{
"type": "MicrosoftAccessTable",
"typeProperties": {
"tableName": {}
}
}
針對 MongoDbAtlasCollection,請使用:
{
"type": "MongoDbAtlasCollection",
"typeProperties": {
"collection": {}
}
}
針對 MongoDbCollection,請使用:
{
"type": "MongoDbCollection",
"typeProperties": {
"collectionName": {}
}
}
針對 MongoDbV2Collection,請使用:
{
"type": "MongoDbV2Collection",
"typeProperties": {
"collection": {}
}
}
針對 MySqlTable,請使用:
{
"type": "MySqlTable",
"typeProperties": {
"tableName": {}
}
}
針對 netezzaTable ,請使用:
{
"type": "NetezzaTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
針對 ODataResource,請使用:
{
"type": "ODataResource",
"typeProperties": {
"path": {}
}
}
針對 OdbcTable,請使用:
{
"type": "OdbcTable",
"typeProperties": {
"tableName": {}
}
}
針對 Office365Table,請使用:
{
"type": "Office365Table",
"typeProperties": {
"predicate": {},
"tableName": {}
}
}
針對 OracleServiceCloudObject,請使用:
{
"type": "OracleServiceCloudObject",
"typeProperties": {
"tableName": {}
}
}
針對 OracleTable,請使用:
{
"type": "OracleTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
針對 Orc,請使用:
{
"type": "Orc",
"typeProperties": {
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
},
"orcCompressionCodec": {}
}
}
針對 Parquet,請使用:
{
"type": "Parquet",
"typeProperties": {
"compressionCodec": {},
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
}
}
}
針對 PaypalObject,請使用:
{
"type": "PaypalObject",
"typeProperties": {
"tableName": {}
}
}
針對 PhoenixObject,請使用:
{
"type": "PhoenixObject",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
針對 PostgreSqlTable,請使用:
{
"type": "PostgreSqlTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
針對 PostgreSqlV2Table,請使用:
{
"type": "PostgreSqlV2Table",
"typeProperties": {
"schema": {},
"table": {}
}
}
針對 PrestoObject,請使用:
{
"type": "PrestoObject",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
針對 QuickBooksObject,請使用:
{
"type": "QuickBooksObject",
"typeProperties": {
"tableName": {}
}
}
針對 RelationalTable,請使用:
{
"type": "RelationalTable",
"typeProperties": {
"tableName": {}
}
}
針對 ResponsysObject,請使用:
{
"type": "ResponsysObject",
"typeProperties": {
"tableName": {}
}
}
針對 RestResource,請使用:
{
"type": "RestResource",
"typeProperties": {
"additionalHeaders": {
"{customized property}": {}
},
"paginationRules": {
"{customized property}": {}
},
"relativeUrl": {},
"requestBody": {},
"requestMethod": {}
}
}
針對 SalesforceMarketingCloudObject,請使用:
{
"type": "SalesforceMarketingCloudObject",
"typeProperties": {
"tableName": {}
}
}
針對 SalesforceObject,請使用:
{
"type": "SalesforceObject",
"typeProperties": {
"objectApiName": {}
}
}
針對 SalesforceServiceCloudObject,請使用:
{
"type": "SalesforceServiceCloudObject",
"typeProperties": {
"objectApiName": {}
}
}
針對 SalesforceServiceCloudV2Object,請使用:
{
"type": "SalesforceServiceCloudV2Object",
"typeProperties": {
"objectApiName": {},
"reportId": {}
}
}
針對 SalesforceV2Object,請使用:
{
"type": "SalesforceV2Object",
"typeProperties": {
"objectApiName": {},
"reportId": {}
}
}
針對 SapBwCube,請使用:
{
"type": "SapBwCube"
}
針對 SapCloudForCustomerResource,請使用:
{
"type": "SapCloudForCustomerResource",
"typeProperties": {
"path": {}
}
}
針對 SapEccResource,請使用:
{
"type": "SapEccResource",
"typeProperties": {
"path": {}
}
}
針對 SapHanaTable,請使用:
{
"type": "SapHanaTable",
"typeProperties": {
"schema": {},
"table": {}
}
}
針對 SapOdpResource,請使用:
{
"type": "SapOdpResource",
"typeProperties": {
"context": {},
"objectName": {}
}
}
針對 SapOpenHubTable,請使用:
{
"type": "SapOpenHubTable",
"typeProperties": {
"baseRequestId": {},
"excludeLastRequest": {},
"openHubDestinationName": {}
}
}
針對 SapTableResource,請使用:
{
"type": "SapTableResource",
"typeProperties": {
"tableName": {}
}
}
針對 ServiceNowObject,請使用:
{
"type": "ServiceNowObject",
"typeProperties": {
"tableName": {}
}
}
針對 ServiceNowV2Object,請使用:
{
"type": "ServiceNowV2Object",
"typeProperties": {
"tableName": {},
"valueType": "string"
}
}
若為 SharePointOnlineListResource,請使用:
{
"type": "SharePointOnlineListResource",
"typeProperties": {
"listName": {}
}
}
針對 ShopifyObject,請使用:
{
"type": "ShopifyObject",
"typeProperties": {
"tableName": {}
}
}
針對 SnowflakeTable,請使用:
{
"type": "SnowflakeTable",
"typeProperties": {
"schema": {},
"table": {}
}
}
針對 SnowflakeV2Table,請使用:
{
"type": "SnowflakeV2Table",
"typeProperties": {
"schema": {},
"table": {}
}
}
針對 SparkObject,請使用:
{
"type": "SparkObject",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
針對 SqlServerTable,請使用:
{
"type": "SqlServerTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
針對 SquareObject,請使用:
{
"type": "SquareObject",
"typeProperties": {
"tableName": {}
}
}
針對 SybaseTable,請使用:
{
"type": "SybaseTable",
"typeProperties": {
"tableName": {}
}
}
針對 TeradataTable,請使用:
{
"type": "TeradataTable",
"typeProperties": {
"database": {},
"table": {}
}
}
針對 VerticaTable,請使用:
{
"type": "VerticaTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
}
針對 WarehouseTable,請使用:
{
"type": "WarehouseTable",
"typeProperties": {
"schema": {},
"table": {}
}
}
針對 WebTable,請使用:
{
"type": "WebTable",
"typeProperties": {
"index": {},
"path": {}
}
}
針對 XeroObject,請使用:
{
"type": "XeroObject",
"typeProperties": {
"tableName": {}
}
}
針對 Xml,請使用:
{
"type": "Xml",
"typeProperties": {
"compression": {
"level": {},
"type": {}
},
"encodingName": {},
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
},
"nullValue": {}
}
}
針對 ZohoObject,請使用:
{
"type": "ZohoObject",
"typeProperties": {
"tableName": {}
}
}
屬性值
Microsoft.DataFactory/factories/datasets
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2018-06-01' |
名字 | 資源名稱 | 字串 約束: 最小長度 = 1 最大長度 = 260 模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必要) |
性能 | 數據集屬性。 | 資料集 (必要) |
類型 | 資源類型 | “Microsoft.DataFactory/factories/datasets” |
AmazonMWSObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AmazonMWSObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
AmazonRdsForOracleTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AmazonRdsForOracleTable' (必要) |
類型屬性 | AmazonRdsForOracle 數據集屬性。 | AmazonRdsForOracleTableDatasetTypeProperties |
AmazonRdsForOracleTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | AmazonRdsForOracle 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | AmazonRdsForOracle 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
AmazonRdsForSqlServerTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AmazonRdsForSqlServerTable' (必要) |
類型屬性 | 適用於 SQL Server 資料集屬性的 Amazon RDS。 | AmazonRdsForSqlServerTableDatasetTypeProperties |
AmazonRdsForSqlServerTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | SQL Server 資料集的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | SQL Server 資料集的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
亞馬遜紅shiftTable數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AmazonRedshiftTable' (必要) |
類型屬性 | Amazon Redshift 數據表數據集屬性。 | AmazonRedshiftTableDatasetTypeProperties |
AmazonRedshiftTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Amazon Redshift 架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Amazon Redshift 數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
AmazonS3兼容位置
名字 | 描述 | 價值 |
---|---|---|
bucketName (儲存桶名稱) | 指定 Amazon S3 Compatible 的 bucketName。 類型:string (或 expression with resultType string) | 任何 |
類型 | 數據集儲存位置的類型。 | 'AmazonS3CompatibleLocation' (必要) |
版本 | 指定 Amazon S3 相容版本。 Type:string (或 expression with resultType string) 。 | 任何 |
AmazonS3數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AmazonS3Object' (必要) |
類型屬性 | Amazon S3 資料集屬性。 | AmazonS3DatasetTypeProperties (必要) |
AmazonS3DatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
bucketName (儲存桶名稱) | Amazon S3 貯體的名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
壓縮 | 用於 Amazon S3 物件的數據壓縮方法。 | 數據集壓縮 |
格式 | 檔案格式。 | 數據集存儲格式 |
鑰匙 | Amazon S3 物件的索引鍵。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | S3 物件的修改日期時間結束。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | S3 物件的修改日期時間的開頭。 Type:string (或 expression with resultType string) 。 | 任何 |
前綴 | S3 物件名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。 | 任何 |
版本 | S3 物件的版本。 Type:string (或 expression with resultType string) 。 | 任何 |
AmazonS3位置
名字 | 描述 | 價值 |
---|---|---|
bucketName (儲存桶名稱) | 指定 amazon S3 的 bucketName。 類型:string (或 expression with resultType string) | 任何 |
類型 | 數據集儲存位置的類型。 | 'AmazonS3Location' (必要) |
版本 | 指定 amazon S3 的版本。 Type:string (或 expression with resultType string) 。 | 任何 |
Avro數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Avro' (必要) |
類型屬性 | Avro 數據集屬性。 | AvroDatasetType屬性 |
AvroDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
avroCompression編解碼器 | data avroCompressionCodec。 Type:string (或 expression with resultType string) 。 | 任何 |
avroCompressionLevel | int 約束: 最小值 = 1 最大值 = 9 |
|
位置 | avro 記憶體的位置。 | DatasetLocation (必要) |
AvroFormat
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存格式的類型。 | 'AvroFormat' (必要) |
AzureBlobDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureBlob' (必要) |
類型屬性 | Azure Blob 資料集屬性。 | AzureBlobDatasetTypeProperties |
AzureBlobDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
壓縮 | 用於 Blob 記憶體的數據壓縮方法。 | 數據集壓縮 |
檔名 | Azure Blob 的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料夾路徑 | Azure Blob 記憶體的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
格式 | Azure Blob 記憶體的格式。 | 數據集存儲格式 |
修改日期時間結束 | Azure Blob 修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | Azure Blob 修改日期時間的開頭。 Type:string (或 expression with resultType string) 。 | 任何 |
表根位置 | Blob 路徑的根目錄。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureBlobFSDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureBlobFSFile' (必要) |
類型屬性 | Azure Data Lake Storage Gen2 數據集屬性。 | AzureBlobFSDatasetTypeProperties |
AzureBlobFSDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
壓縮 | 用於 Blob 記憶體的數據壓縮方法。 | 數據集壓縮 |
檔名 | Azure Data Lake Storage Gen2 的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料夾路徑 | Azure Data Lake Storage Gen2 記憶體的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
格式 | Azure Data Lake Storage Gen2 記憶體的格式。 | 數據集存儲格式 |
AzureBlobFSLocation
名字 | 描述 | 價值 |
---|---|---|
檔案系統 | 指定 azure blobFS 的 fileSystem。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 數據集儲存位置的類型。 | 'AzureBlobFSLocation' (必要) |
AzureBlobStorageLocation
名字 | 描述 | 價值 |
---|---|---|
容器 | 指定 Azure Blob 的容器。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 數據集儲存位置的類型。 | 'AzureBlobStorageLocation' (必要) |
AzureDatabricksDeltaLakeDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureDatabricksDeltaLakeDataset' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | AzureDatabricksDeltaLakeDatasetTypeProperties |
AzureDatabricksDeltaLakeDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料庫 | 差異數據表的資料庫名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | 差異數據表的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureDataExplorerDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
桌子 | Azure 數據總管資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureDataExplorerTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureDataExplorerTable' (必要) |
類型屬性 | Azure 資料總管 (Kusto) 資料集屬性。 | AzureDataExplorerDatasetTypeProperties (必要) |
AzureDataLakeStoreDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureDataLakeStoreFile' (必要) |
類型屬性 | Azure Data Lake Store 數據集屬性。 | AzureDataLakeStoreDatasetTypeProperties |
AzureDataLakeStoreDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
壓縮 | Azure Data Lake Store 中用於專案的數據壓縮方法。 | 數據集壓縮 |
檔名 | Azure Data Lake Store 中的檔名。 Type:string (或 expression with resultType string) 。 | 任何 |
資料夾路徑 | Azure Data Lake Store 中資料夾的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
格式 | Data Lake Store 的格式。 | 數據集存儲格式 |
AzureDataLakeStoreLocation
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存位置的類型。 | 'AzureDataLakeStoreLocation' (必要) |
AzureFileStorageLocation
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存位置的類型。 | 'AzureFileStorageLocation' (必要) |
AzureMariaDBTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureMariaDBTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
AzureMySqlTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureMySqlTable' (必要) |
類型屬性 | Azure MySQL 資料庫數據集屬性。 | AzureMySqlTableDatasetTypeProperties (必要) |
AzureMySqlTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
桌子 | Azure MySQL 資料庫數據表的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | Azure MySQL 資料庫數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
AzurePostgreSqlTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzurePostgreSqlTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | AzurePostgreSqlTableDatasetTypeProperties |
AzurePostgreSqlTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Azure PostgreSQL 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Azure PostgreSQL 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | Azure PostgreSQL 資料庫的數據表名稱,其中包含架構和數據表。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureSearchIndexDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureSearchIndex' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | AzureSearchIndexDatasetTypeProperties (必要) |
AzureSearchIndexDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
index名稱 | Azure 搜尋服務索引的名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
AzureSqlDWTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureSqlDWTable' (必要) |
類型屬性 | Azure SQL 數據倉儲數據集屬性。 | AzureSqlDWTableDatasetTypeProperties |
AzureSqlDWTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Azure SQL 數據倉儲的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Azure SQL 數據倉儲的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
AzureSqlMITableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureSqlMITable' (必要) |
類型屬性 | Azure SQL 受控實例數據集屬性。 | AzureSqlMITableDatasetTypeProperties |
AzureSqlMITableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Azure SQL 受控實例的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Azure SQL 受控實例數據集的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
AzureSqlTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureSqlTable' (必要) |
類型屬性 | Azure SQL 資料集屬性。 | AzureSqlTableDatasetTypeProperties |
AzureSqlTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Azure SQL 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Azure SQL 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
AzureTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureTable' (必要) |
類型屬性 | Azure 資料表數據集屬性。 | AzureTableDatasetTypeProperties (必要) |
AzureTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | Azure 資料表記憶體的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
二進位數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Binary' (必要) |
類型屬性 | 二進位數據集屬性。 | BinaryDatasetType屬性 |
BinaryDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
壓縮 | 用於二進位數據集的數據壓縮方法。 | 數據集壓縮 |
位置 | 二進位記憶體的位置。 | DatasetLocation (必要) |
CassandraTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'CassandraTable' (必要) |
類型屬性 | Cassandra 資料集屬性。 | CassandraTableDatasetType屬性 |
CassandraTableDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
鍵空間 | Cassandra 資料庫的索引鍵空間。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | Cassandra 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
CommonDataServiceForAppsEntityDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'CommonDataServiceForAppsEntity' (必要) |
類型屬性 | Common Data Service for Apps 實體數據集屬性。 | CommonDataServiceForAppsEntityDatasetTypeProperties |
CommonDataServiceForAppsEntityDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
實體名稱 | 實體的邏輯名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
ConcurObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ConcurObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
CosmosDbMongoDbApiCollectionDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'CosmosDbMongoDbApiCollection' (必要) |
類型屬性 | CosmosDB (MongoDB API) 資料庫數據集屬性。 | CosmosDbMongoDbApiCollectionDatasetTypeProperties (必要) |
CosmosDbMongoDbApiCollectionDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
收集 | CosmosDB (MongoDB API) 資料庫的集合名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
CosmosDbSqlApiCollectionDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'CosmosDbSqlApiCollection' (必要) |
類型屬性 | CosmosDB (SQL API) 集合數據集屬性。 | CosmosDbSqlApiCollectionDatasetTypeProperties (必要) |
CosmosDbSqlApiCollectionDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
集合名稱 | CosmosDB (SQL API) 集合名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
CouchbaseTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'CouchbaseTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
CustomDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'CustomDataset' (必要) |
類型屬性 | 自訂數據集屬性。 | 任何 |
數據
名字 | 描述 | 價值 |
---|---|---|
附註 | 可用於描述數據集的標記清單。 | 任何[] |
描述 | 數據集描述。 | 字串 |
資料夾 | 此數據集位於的資料夾。 如果未指定,數據集將會出現在根層級。 | 數據集資料夾 |
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference (必要) |
參數 | 數據集的參數。 | ParameterDefinitionSpecification |
圖式 | 定義數據集實體類型架構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetSchemaDataElement。 | 任何 |
結構 | 定義數據集結構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetDataElement。 | 任何 |
類型 | 針對 AmazonMWSObjectDataset 類型設定為 'AmazonMWSObject',。 針對 AmazonRdsForOracleTableDataset 類型設定為 'AmazonRdsForOracleTable',。 針對 AmazonRdsForSqlServerTableDataset類型,設定為 'AmazonRdsForSqlServerTable'。 針對 AmazonRedshiftTableDataset 類型設定為 'AmazonRedshiftTable',。 針對 AmazonS3Dataset 類型設定為 'AmazonS3Object',。 針對 AvroDataset 類型設定為 'Avro',。 針對 azureBlobDataset 類型設定為 'AzureBlob',。 針對 azureBlobFSDataset 類型設定為 'AzureBlobFSFile',。 針對 AzureDataExplorerTableDataset 類型設定為 'AzureDataExplorerTable',。 針對 AzureDataLakeStoreDataset類型,設定為 『AzureDataLakeStoreFile』。 針對 azureDatabricksDeltaLakeDataset 類型設定為 'AzureDatabricksDeltaLakeDataset',。 針對 azureMariaDBTableDataset 類型設定為 'AzureMariaDBTable',。 針對 azureMySqlTableDataset 類型 設定為 'AzureMySqlTable',。 針對 azurePostgreSqlTableDataset 類型設定為 'AzurePostgreSqlTable',。 針對 azureSearchIndexDataset 類型 設定為 'AzureSearchIndex',。 針對 AzureSqlDWTableDataset 類型設定為 'AzureSqlDWTable',。 針對 azureSqlMITableDataset 類型 設定為 'AzureSqlMITable',。 針對 azureSqlTableDataset 類型 設定為 'AzureSqlTable',。 針對 azureTableDataset 類型 設定為 'AzureTable',。 針對 binaryDataset 類型 設定為 'Binary',。 針對 CassandraTableDataset 類型 設定為 'CassandraTable',。 針對 CommonDataServiceForAppsEntityDataset類型 |
'AmazonMWSObject' “AmazonRdsForOracleTable” “AmazonRdsForSqlServerTable” “AmazonRedshiftTable” “AmazonS3Object” '阿夫羅' “AzureBlob” “AzureBlobFSFile” “AzureDatabricksDeltaLakeDataset” “AzureDataExplorerTable” “AzureDataLakeStoreFile” 'AzureMariaDBTable' “AzureMySqlTable” 'AzurePostgreSqlTable' “AzureSearchIndex” “AzureSqlDWTable” 'AzureSqlMITable' 'AzureSqlTable' 'AzureTable' '二進位' 'CassandraTable' “CommonDataServiceForAppsEntity” “ConcurObject” “CosmosDbMongoDbApiCollection” “CosmosDbSqlApiCollection” 'CouchbaseTable' “CustomDataset” “Db2Table” “DelimitedText” 'DocumentDbCollection' 'DrillTable' 'DynamicsAXResource' 'DynamicsCrmEntity' 'DynamicsEntity' (動態實體) 'EloquaObject' “Excel” '檔案共用' 'GoogleAdWordsObject' “GoogleBigQueryObject” “GoogleBigQueryV2Object” 'GreenplumTable' “HBaseObject” “HiveObject” “HttpFile” 'HubspotObject' 冰山” “ImpalaObject” 'InformixTable' 'JiraObject' 'Json' 'LakehouseTable' 'MagentoObject' 'MariaDBTable' 'MarketoObject' “MicrosoftAccessTable” 'MongoDbAtlasCollection' 'MongoDbCollection' “MongoDbV2Collection” 'MySqlTable' 'NetezzaTable' “ODataResource” 'OdbcTable' 'Office365Table' “OracleServiceCloudObject” 'OracleTable' “獸人” “鑲木地板” 'PaypalObject' “PhoenixObject” 'PostgreSqlTable' 'PostgreSqlV2Table' 'PrestoObject' “QuickBooksObject” 'RelationalTable' “ResponsysObject” 'RestResource' “SalesforceMarketingCloudObject” “SalesforceObject” “SalesforceServiceCloudObject” “SalesforceServiceCloudV2Object” “SalesforceV2Object” 'SapBwCube' “SapCloudForCustomerResource” “SapEccResource” 'SapHanaTable' “SapOdpResource” “SapOpenHubTable” “SapTableResource” “ServiceNowObject” “ServiceNowV2Object” “SharePointOnlineListResource” 'ShopifyObject' 'SnowflakeTable' (雪花表) 'SnowflakeV2Table' “SparkObject” “SqlServerTable” 'SquareObject' “SybaseTable” 'TeradataTable' 'VerticaTable' 'WarehouseTable' 'WebTable' 'XeroObject' “xml” 'ZohoObject' (必要) |
數據集壓縮
名字 | 描述 | 價值 |
---|---|---|
水準 | 數據集壓縮層級。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 數據集壓縮的類型。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
數據集資料夾
名字 | 描述 | 價值 |
---|---|---|
名字 | 此數據集位於的資料夾名稱。 | 字串 |
資料集位置
名字 | 描述 | 價值 |
---|---|---|
檔名 | 指定數據集的檔案名。 Type:string (或 expression with resultType string) 。 | 任何 |
資料夾路徑 | 指定資料集的資料夾路徑。 類型:string (或 expression with resultType string) | 任何 |
類型 | 設定為 'AmazonS3CompatibleLocation' 類型 AmazonS3CompatibleLocation。 針對 [amazonS3Location] 類型設定為 'AmazonS3Location',。 針對 AzureBlobFSLocation 類型 設定為 'AzureBlobFSLocation',。 針對 azureBlobStorageLocation 類型 設定為 'AzureBlobStorageLocation',。 針對 AzureDataLakeStoreLocation 類型設定為 'AzureDataLakeStoreLocation',。 針對 azureFileStorageLocation 類型 設定為 'AzureFileStorageLocation',。 針對 FileServerLocation 類型設定為 'FileServerLocation',。 針對 ftpServerLocation 類型設定為 'FtpServerLocation',。 針對 GoogleCloudStorageLocation 類型設定為 'GoogleCloudStorageLocation',。 針對 hdfsLocation 類型設定為 『HdfsLocation』,hdfsLocation。 針對 HTTPServerLocation 類型 設定為 'HttpServerLocation',。 將 類型設定為 'LakeHouseLocation' LakeHouseLocation。 針對 OracleCloudStorageLocation 類型設定為 'OracleCloudStorageLocation',。 針對 sftpLocation 類型設定為 'SftpLocation',SftpLocation。 | “AmazonS3CompatibleLocation” “AmazonS3Location” 'AzureBlobFSLocation' “AzureBlobStorageLocation” “AzureDataLakeStoreLocation” “AzureFileStorageLocation” 'FileServerLocation' 'FtpServerLocation' “GoogleCloudStorageLocation” 'HdfsLocation' “HttpServerLocation” 'LakeHouseLocation' “OracleCloudStorageLocation” 'SftpLocation' (必要) |
數據集存儲格式
名字 | 描述 | 價值 |
---|---|---|
還原串行化程式 | 還原串行化程式。 Type:string (或 expression with resultType string) 。 | 任何 |
串行化程式 | 串行化程式。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 針對 AvroFormat 類型設定為 'AvroFormat',。 將 類型設定為 'JsonFormat',JsonFormat。 針對 OrcFormat 類型設定為 'OrcFormat',。 將 類型設定為 'ParquetFormat',ParquetFormat。 將 類型設定為 'TextFormat',TextFormat。 | 'Avro格式' 'JsonFormat' 'OrcFormat' 'ParquetFormat' 'TextFormat' (必要) |
Db2TableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Db2Table' (必要) |
類型屬性 | Db2 資料表數據集屬性。 | Db2TableDatasetTypeProperties |
Db2TableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Db2 架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Db2 資料表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
DelimitedTextDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'DelimitedText' (必要) |
類型屬性 | 分隔的文字數據集屬性。 | DelimitedTextDatasetType屬性 |
DelimitedTextDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
columnDelimiter | 數據行分隔符。 Type:string (或 expression with resultType string) 。 | 任何 |
compression編解碼器 | 數據壓縮Codec。 Type:string (或 expression with resultType string) 。 | 任何 |
compressionLevel | 用於 DelimitedText 的數據壓縮方法。 | 任何 |
編碼名稱 | 慣用編碼的代碼頁名稱。 如果遺漏,則預設值為UTF-8,除非BOM表示另一個 Unicode 編碼。 請參閱下列連結中資料表的名稱資料列,以設定支援的值:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 | 任何 |
escapeChar 的 | 逸出字元。 Type:string (或 expression with resultType string) 。 | 任何 |
firstRowAsHeader 的 | 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
位置 | 分隔文字儲存區的位置。 | DatasetLocation (必要) |
空值 | Null 值字串。 Type:string (或 expression with resultType string) 。 | 任何 |
quoteChar | 引號字元。 Type:string (或 expression with resultType string) 。 | 任何 |
rowDelimiter (行分隔符) | 數據列分隔符。 Type:string (或 expression with resultType string) 。 | 任何 |
DocumentDbCollectionDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'DocumentDbCollection' (必要) |
類型屬性 | DocumentDB 集合數據集屬性。 | DocumentDbCollectionDatasetTypeProperties (必要) |
DocumentDbCollectionDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
集合名稱 | Document Database 集合名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DrillDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Drill 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Drill 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
DrillTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'DrillTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | DrillDatasetTypeProperties |
DynamicsAXResourceDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'DynamicsAXResource' (必要) |
類型屬性 | Dynamics AX OData 資源數據集屬性。 | DynamicsAXResourceDatasetTypeProperties (必要) |
DynamicsAXResourceDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
路徑 | Dynamics AX OData 實體的路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DynamicsCrmEntityDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'DynamicsCrmEntity' (必要) |
類型屬性 | Dynamics CRM 實體數據集屬性。 | DynamicsCrmEntityDatasetTypeProperties |
DynamicsCrmEntityDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
實體名稱 | 實體的邏輯名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
DynamicsEntityDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'DynamicsEntity' (必要) |
類型屬性 | Dynamics 實體數據集屬性。 | DynamicsEntityDatasetType屬性 |
DynamicsEntityDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
實體名稱 | 實體的邏輯名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
EloquaObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'EloquaObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
Excel數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Excel' (必要) |
類型屬性 | Excel 資料集屬性。 | ExcelDatasetType屬性 |
ExcelDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
壓縮 | 用於 json 數據集的數據壓縮方法。 | 數據集壓縮 |
firstRowAsHeader 的 | 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
位置 | Excel 記憶體的位置。 | DatasetLocation (必要) |
空值 | Null 值字串。 Type:string (或 expression with resultType string) 。 | 任何 |
範圍 | 一張工作表的部分數據。 Type:string (或 expression with resultType string) 。 | 任何 |
sheetIndex (工作表索引) | excel 檔案和預設值的工作表索引為 0。 類型:integer(或 expression 含 resultType 整數的運算式) | 任何 |
sheetName (工作表名稱) | Excel 檔案的工作表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
FileServerLocation 檔伺服器位置
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存位置的類型。 | 'FileServerLocation' (必要) |
FileShareDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'FileShare' (必要) |
類型屬性 | 內部部署檔案系統數據集屬性。 | FileShareDatasetTypeProperties |
FileShareDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
壓縮 | 用於檔案系統的數據壓縮方法。 | 數據集壓縮 |
fileFilter 檔 | 指定篩選條件,以用來選取 folderPath 中的檔案子集,而不是所有檔案。 Type:string (或 expression with resultType string) 。 | 任何 |
檔名 | 內部部署檔案系統的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料夾路徑 | 內部部署檔案系統的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
格式 | 檔案格式。 | 數據集存儲格式 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
FtpServer位置
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存位置的類型。 | 'FtpServerLocation' (必要) |
GenericDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | 數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
GoogleAdWordsObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'GoogleAdWordsObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
GoogleBigQueryDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
數據 | Google BigQuery 的資料庫名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Google BigQuery 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用資料庫 + 資料表屬性。 | 任何 |
GoogleBigQueryObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'GoogleBigQueryObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GoogleBigQueryDatasetTypeProperties |
GoogleBigQueryV2DatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
數據 | Google BigQuery 的資料庫名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Google BigQuery 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
GoogleBigQueryV2ObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'GoogleBigQueryV2Object' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GoogleBigQueryV2DatasetTypeProperties |
GoogleCloudStorageLocation
名字 | 描述 | 價值 |
---|---|---|
bucketName (儲存桶名稱) | 指定Google Cloud Storage的bucketName。 類型:string (或 expression with resultType string) | 任何 |
類型 | 數據集儲存位置的類型。 | 'GoogleCloudStorageLocation' (必要) |
版本 | 指定Google Cloud Storage的版本。 Type:string (或 expression with resultType string) 。 | 任何 |
GreenplumDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
圖式 | Greenplum 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Greenplum 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
GreenplumTable數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'GreenplumTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GreenplumDatasetType屬性 |
HBaseObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'HBaseObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
HdfsLocation
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存位置的類型。 | 'HdfsLocation' (必要) |
HiveDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
圖式 | Hive 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Hive 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
HiveObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'HiveObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | HiveDatasetType屬性 |
Http數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'HttpFile' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | HttpDatasetTypeProperties |
HttpDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
additionalHeaders | HTTP 要求的標頭。 例如 request-header-name-1:request-header-value-1 ... request-header-name-n:request-header-value-n 類型:string(或 expression with resultType string)。 |
任何 |
壓縮 | 檔案上使用的數據壓縮方法。 | 數據集壓縮 |
格式 | 檔案格式。 | 數據集存儲格式 |
相對網址 | 根據 HttpLinkedService 中 URL 的相對 URL 會參考 HTTP 檔類型:字串(或具有 resultType 字串串的表達式)。 | 任何 |
requestBody(請求體) | HTTP 要求的本文。 Type:string (或 expression with resultType string) 。 | 任何 |
請求方法 | HTTP 要求的 HTTP 方法。 Type:string (或 expression with resultType string) 。 | 任何 |
HttpServerLocation
名字 | 描述 | 價值 |
---|---|---|
相對網址 | 指定 HTTP 伺服器的 relativeUrl。 類型:string (或 expression with resultType string) | 任何 |
類型 | 數據集儲存位置的類型。 | 'HttpServerLocation' (必要) |
HubspotObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'HubspotObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
IcebergDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 冰山“(必要) |
類型屬性 | Iceberg 資料集屬性。 | IcebergDatasetType屬性 |
IcebergDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
位置 | 冰山儲存區的位置。 冰山格式不允許設定檔名。 | DatasetLocation (必要) |
ImpalaDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Impala 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Impala 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
ImpalaObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ImpalaObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | ImpalaDatasetTypeProperties |
InformixTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'InformixTable' (必要) |
類型屬性 | Informix 數據表數據集屬性。 | InformixTableDatasetType屬性 |
InformixTableDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | Informix 資料表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
JiraObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'JiraObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
JsonDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Json' (必要) |
類型屬性 | Json 數據集屬性。 | JsonDatasetTypeProperties |
JsonDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
壓縮 | 用於 json 數據集的數據壓縮方法。 | 數據集壓縮 |
編碼名稱 | 慣用編碼的代碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中資料表的名稱資料列,以設定支援的值:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 | 任何 |
位置 | json 數據記憶體的位置。 | DatasetLocation (必要) |
Json格式
名字 | 描述 | 價值 |
---|---|---|
編碼名稱 | 慣用編碼的代碼頁名稱。 如果未提供,則預設值為 'utf-8',除非位元組順序標記 (BOM) 表示另一個 Unicode 編碼。 您可以在下列參考中編碼資料表的 'Name' 資料列中找到支援值的完整清單:https://go.microsoft.com/fwlink/?linkid=861078。 Type:string (或 expression with resultType string) 。 | 任何 |
檔模式 | JSON 的檔案模式。 為了更具體,分隔 JSON 物件的集合方式。 默認值為 『setOfObjects』。 這是區分大小寫的。 | 任何 |
jsonNode引用 | 要扁平化之 JSON 陣列專案的 JSONPath。 範例:“$。ArrayPath”。 Type:string (或 expression with resultType string) 。 | 任何 |
jsonPathDefinition | 每個數據行對應的 JSONPath 定義,具有自定義的數據行名稱,以從 JSON 檔案擷取數據。 若為根物件下的欄位,請從 “$” 開始;針對 jsonNodeReference 屬性所選陣列內的欄位,從陣列元素開始。 範例: {“Column1”: “$.Column1Path“、”Column2“: ”Column2PathInArray“}。 Type:object (或 Expression with resultType 物件)。 | 任何 |
嵌套分隔符 | 用來分隔巢狀層級的字元。 預設值為 '.'(點)。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 數據集儲存格式的類型。 | 'JsonFormat' (必要) |
LakeHouse位置
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存位置的類型。 | 'LakeHouseLocation' (必要) |
LakeHouseTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'LakehouseTable' (必要) |
類型屬性 | Microsoft Fabric Lakehouse 數據表數據集屬性。 | LakeHouseTableDatasetTypeProperties |
LakeHouseTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Microsoft Fabric Lakehouse 數據表的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Microsoft Fabric Lakehouse 數據表的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
LinkedServiceReference
名字 | 描述 | 價值 |
---|---|---|
參數 | LinkedService 的自變數。 | ParameterValueSpecification 參數值規範 |
referenceName (引用名稱) | 參考 LinkedService 名稱。 | 字串 (必要) |
類型 | 連結服務參考類型。 | 'LinkedServiceReference' (必要) |
MagentoObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MagentoObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
MariaDBTable數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MariaDBTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
MarketoObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MarketoObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
MicrosoftAccessTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MicrosoftAccessTable' (必要) |
類型屬性 | Microsoft Access 數據表數據集屬性。 | MicrosoftAccessTableDatasetTypeProperties |
MicrosoftAccessTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | Microsoft Access 數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
MongoDbAtlasCollectionDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MongoDbAtlasCollection' (必要) |
類型屬性 | MongoDB Atlas 資料庫數據集屬性。 | MongoDbAtlasCollectionDatasetTypeProperties (必要) |
MongoDbAtlasCollectionDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
收集 | MongoDB Atlas 資料庫的集合名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
MongoDbCollectionDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MongoDbCollection' (必要) |
類型屬性 | MongoDB 資料庫數據集屬性。 | MongoDbCollectionDatasetTypeProperties (必要) |
MongoDbCollectionDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
集合名稱 | MongoDB 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
MongoDbV2CollectionDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MongoDbV2Collection' (必要) |
類型屬性 | MongoDB 資料庫數據集屬性。 | MongoDbV2CollectionDatasetTypeProperties (必要) |
MongoDbV2CollectionDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
收集 | MongoDB 資料庫的集合名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
MySqlTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MySqlTable' (必要) |
類型屬性 | MySQL 資料表數據集屬性。 | MySqlTableDatasetTypeProperties |
MySqlTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | MySQL 資料表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
NetezzaTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'NetezzaTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | NetezzaTableDatasetTypeProperties |
NetezzaTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Netezza 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Netezza 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
ODataResourceDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ODataResource' (必要) |
類型屬性 | OData 數據集屬性。 | ODataResourceDatasetTypeProperties |
ODataResourceDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
路徑 | OData 資源路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
OdbcTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'OdbcTable' (必要) |
類型屬性 | ODBC 資料表數據集屬性。 | OdbcTableDatasetTypeProperties |
OdbcTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | ODBC 資料表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
Office365數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Office365Table' (必要) |
類型屬性 | Office365 數據集屬性。 | Office365DatasetTypeProperties (必要) |
Office365DatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
謂語 | 述詞表達式,可用來篩選要從 Office 365 擷取的特定數據列。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 要從 Office 365 擷取的數據集名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
OracleCloudStorageLocation
名字 | 描述 | 價值 |
---|---|---|
bucketName (儲存桶名稱) | 指定 Oracle 雲端記憶體的 bucketName。 類型:string (或 expression with resultType string) | 任何 |
類型 | 數據集儲存位置的類型。 | 'OracleCloudStorageLocation' (必要) |
版本 | 指定 Oracle 雲端記憶體的版本。 Type:string (或 expression with resultType string) 。 | 任何 |
OracleServiceCloudObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'OracleServiceCloudObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
OracleTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'OracleTable' (必要) |
類型屬性 | 內部部署 Oracle 資料集屬性。 | OracleTableDatasetTypeProperties |
OracleTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | 內部部署 Oracle 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | 內部部署 Oracle 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
Orc數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Orc' (必要) |
類型屬性 | ORC 資料集屬性。 | OrcDatasetTypeProperties |
OrcDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
位置 | ORC 數據記憶體的位置。 | DatasetLocation (必要) |
orcCompressionCodec (英语) | data orcCompressionCodec。 Type:string (或 expression with resultType string) 。 | 任何 |
Orc格式
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存格式的類型。 | 'OrcFormat' (必要) |
ParameterDefinitionSpecification
名字 | 描述 | 價值 |
---|
參數規範
名字 | 描述 | 價值 |
---|---|---|
預設值 | 參數的預設值。 | 任何 |
類型 | 參數類型。 | '陣列' '布爾' '浮動' 'int' '物件' “安全字串” 'String' (必要) |
ParameterValueSpecification 參數值規範
名字 | 描述 | 價值 |
---|
ParquetDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Parquet' (必要) |
類型屬性 | Parquet 資料集屬性。 | ParquetDatasetTypeProperties |
ParquetDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
compression編解碼器 | 數據壓縮Codec。 Type:string (或 expression with resultType string) 。 | 任何 |
位置 | parquet 記憶體的位置。 | DatasetLocation (必要) |
ParquetFormat (Parquet格式)
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存格式的類型。 | 'ParquetFormat' (必要) |
PaypalObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'PaypalObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
PhoenixDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Phoenix 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Phoenix 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
PhoenixObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'PhoenixObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | PhoenixDatasetTypeProperties |
PostgreSqlTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'PostgreSqlTable' (必要) |
類型屬性 | PostgreSQL 數據表數據集屬性。 | PostgreSqlTableDatasetTypeProperties |
PostgreSqlTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | PostgreSQL 架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | PostgreSQL 資料表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
PostgreSqlV2TableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'PostgreSqlV2Table' (必要) |
類型屬性 | PostgreSQLV2 數據表數據集屬性。 | PostgreSqlV2TableDatasetTypeProperties |
PostgreSqlV2TableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | PostgreSQL 架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | PostgreSQL 資料表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
PrestoDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Presto 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Presto 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
PrestoObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'PrestoObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | PrestoDatasetTypeProperties |
QuickBooksObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'QuickBooksObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
RelationalTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'RelationalTable' (必要) |
類型屬性 | 關係型數據表數據集屬性。 | RelationalTableDatasetTypeProperties |
RelationalTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | 關係型數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
ResponsysObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ResponsysObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
RestResourceDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'RestResource' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | RestResourceDatasetType屬性 |
RestResourceDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
additionalHeaders | 要求中對 RESTful API 的其他 HTTP 標頭。 | RestResourceDatasetTypePropertiesAdditionalHeaders |
pagination規則 | 撰寫下一頁要求的分頁規則。 | RestResourceDatasetTypePropertiesPaginationRules |
相對網址 | RESTful API 所提供資源的相對 URL。 Type:string (或 expression with resultType string) 。 | 任何 |
requestBody(請求體) | 如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 Type:string (或 expression with resultType string) 。 | 任何 |
請求方法 | 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 Type:string (或 expression with resultType string) 。 | 任何 |
RestResourceDatasetTypePropertiesAdditionalHeaders
名字 | 描述 | 價值 |
---|
RestResourceDatasetTypePropertiesPaginationRules
名字 | 描述 | 價值 |
---|
SalesforceMarketingCloudObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SalesforceMarketingCloudObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
SalesforceObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SalesforceObject' (必要) |
類型屬性 | Salesforce 對象資料集屬性。 | SalesforceObjectDatasetType屬性 |
SalesforceObjectDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
物件API名稱 | Salesforce 物件 API 名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
SalesforceServiceCloudObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SalesforceServiceCloudObject' (必要) |
類型屬性 | Salesforce Service Cloud 對象數據集屬性。 | SalesforceServiceCloudObjectDatasetTypeProperties |
SalesforceServiceCloudObjectDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
物件API名稱 | Salesforce Service Cloud 物件 API 名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
SalesforceServiceCloudV2ObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SalesforceServiceCloudV2Object' (必要) |
類型屬性 | Salesforce Service Cloud V2 對象數據集屬性。 | SalesforceServiceCloudV2ObjectDatasetTypeProperties |
SalesforceServiceCloudV2ObjectDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
物件API名稱 | Salesforce Service Cloud V2 物件 API 名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
報告ID | Salesforce Service Cloud V2 reportId。 Type:string (或 expression with resultType string) 。 | 任何 |
SalesforceV2ObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SalesforceV2Object' (必要) |
類型屬性 | Salesforce V2 對象數據集屬性。 | SalesforceV2ObjectDatasetTypeProperties |
SalesforceV2ObjectDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
物件API名稱 | Salesforce V2 物件 API 名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
報告ID | Salesforce V2 報表標識符。類型:string (或 Expression with resultType string)。 | 任何 |
SapBwCubeDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SapBwCube' (必要) |
SapCloudForCustomerResourceDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SapCloudForCustomerResource' (必要) |
類型屬性 | SAP Cloud For Customer OData 資源數據集屬性。 | SapCloudForCustomerResourceDatasetTypeProperties (必要) |
SapCloudForCustomerResourceDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
路徑 | SAP Cloud for Customer OData 實體的路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SapEccResourceDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SapEccResource' (必要) |
類型屬性 | SAP ECC OData 資源數據集屬性。 | SapEccResourceDatasetTypeProperties (必要) |
SapEccResourceDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
路徑 | SAP ECC OData 實體的路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SapHanaTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SapHanaTable' (必要) |
類型屬性 | SAP HANA 資料表屬性。 | SapHanaTableDatasetTypeProperties |
SapHanaTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | SAP HANA 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | SAP HANA 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
SapOdpResourceDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SapOdpResource' (必要) |
類型屬性 | SAP ODP 資源屬性。 | SapOdpResourceDatasetTypeProperties (必要) |
SapOdpResourceDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
上下文 | SAP ODP 對象的內容。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
物件名稱 | SAP ODP 物件的名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SapOpenHubTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SapOpenHubTable' (必要) |
類型屬性 | Sap Business Warehouse Open Hub 目的地數據表屬性。 | SapOpenHubTableDatasetTypeProperties (必要) |
SapOpenHubTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
baseRequestId 資料庫 | 要求差異載入的標識碼。 設定之後,只會擷取 requestId 大於此屬性的值的數據。 預設值為 0。 類型:integer (或 expression with resultType integer 的運算式 )。 | 任何 |
excludeLastRequest | 是否要排除最後一個要求的記錄。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
openHubDestinationName (打開HubDestinationName) | [開啟中樞目的地] 的名稱,其目的地類型為Database Table。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SapTableResourceDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SapTableResource' (必要) |
類型屬性 | SAP 資料表資源屬性。 | SapTableResourceDatasetTypeProperties (必要) |
SapTableResourceDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | SAP 資料表的名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
ServiceNowObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ServiceNowObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
ServiceNowV2DatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | 數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
數值類型 | 從來源複製的值類型。 | '實際' '顯示' |
ServiceNowV2ObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ServiceNowV2Object' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | ServiceNowV2DatasetTypeProperties |
Sftp位置
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存位置的類型。 | 'SftpLocation' (必要) |
SharePointOnlineListDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
清單名稱 | SharePoint Online 列表的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
SharePointOnlineListResourceDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SharePointOnlineListResource' (必要) |
類型屬性 | Sharepoint Online 清單數據集屬性。 | SharePointOnlineListDatasetTypeProperties |
ShopifyObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ShopifyObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
SnowflakeDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SnowflakeTable' (必要) |
類型屬性 | Snowflake 數據集屬性。 | SnowflakeDatasetTypeProperties (必要) |
SnowflakeDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Snowflake 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Snowflake 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
SnowflakeV2Dataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SnowflakeV2Table' (必要) |
類型屬性 | Snowflake 數據集屬性。 | SnowflakeDatasetTypeProperties (必要) |
SparkDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Spark 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Spark 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
SparkObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SparkObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | SparkDatasetTypeProperties |
SqlServerTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SqlServerTable' (必要) |
類型屬性 | 內部部署 SQL Server 資料集屬性。 | SqlServerTableDatasetTypeProperties |
SqlServerTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | SQL Server 資料集的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | SQL Server 資料集的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
SquareObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SquareObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
SybaseTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SybaseTable' (必要) |
類型屬性 | Sybase 數據表數據集屬性。 | SybaseTableDatasetTypeProperties |
SybaseTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | Sybase 數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
TeradataTable數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'TeradataTable' (必要) |
類型屬性 | Teradata 資料集屬性。 | TeradataTableDatasetTypeProperties |
TeradataTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料庫 | Teradata 的資料庫名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Teradata 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
文字格式
名字 | 描述 | 價值 |
---|---|---|
columnDelimiter | 數據行分隔符。 Type:string (或 expression with resultType string) 。 | 任何 |
編碼名稱 | 慣用編碼的代碼頁名稱。 如果遺漏,除非 BOM 表示另一個 Unicode 編碼,否則預設值為 TfÇ£utf-8UniÇ¥。 若要設定支援的值,請參閱下列連結中數據表的 ーÇ£NameЛÇ¥ 數據行:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 | 任何 |
escapeChar 的 | 逸出字元。 Type:string (或 expression with resultType string) 。 | 任何 |
firstRowAsHeader 的 | 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
空值 | Null 值字串。 Type:string (或 expression with resultType string) 。 | 任何 |
quoteChar | 引號字元。 Type:string (或 expression with resultType string) 。 | 任何 |
rowDelimiter (行分隔符) | 數據列分隔符。 Type:string (或 expression with resultType string) 。 | 任何 |
skipLineCount | 剖析文字檔時要略過的行/列數。 預設值為 0。 類型:integer (或 expression with resultType integer) 。 | 任何 |
treatEmptyAsNull | 將文字檔中的空白資料行值視為 null。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 數據集儲存格式的類型。 | 'TextFormat' (必要) |
VerticaDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Vertica 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Vertica 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
VerticaTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'VerticaTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | VerticaDatasetTypeProperties |
WarehouseTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'WarehouseTable' (必要) |
類型屬性 | Microsoft網狀架構倉儲數據集屬性。 | WarehouseTableDatasetTypeProperties |
WarehouseTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Microsoft網狀架構倉儲的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Microsoft網狀架構倉儲的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
WebTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'WebTable' (必要) |
類型屬性 | Web 資料表數據集屬性。 | WebTableDatasetTypeProperties (必要) |
WebTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
指數 | 網頁中數據表以零起始的索引。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 (必要) |
路徑 | 鏈接服務 URL 中網頁的相對 URL。 Type:string (或 expression with resultType string) 。 | 任何 |
XeroObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'XeroObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
XmlDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Xml' (必要) |
類型屬性 | Xml 資料集屬性。 | XmlDatasetTypeProperties |
XmlDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
壓縮 | 用於 json 數據集的數據壓縮方法。 | 數據集壓縮 |
編碼名稱 | 慣用編碼的代碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中資料表的名稱資料列,以設定支援的值:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 | 任何 |
位置 | json 數據記憶體的位置。 | DatasetLocation (必要) |
空值 | Null 值字串。 Type:string (或 expression with resultType string) 。 | 任何 |
ZohoObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ZohoObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
使用範例
Azure 快速入門範本
下列 Azure 快速入門範本 部署此資源類型。
範本 | 描述 |
---|---|
建立 V2 Data Factory |
此範本會建立 V2 資料處理站,將資料從 Azure Blob 記憶體中的資料夾複製到記憶體中的另一個資料夾。 |
Azure Data Factory 可以 更多 - 按兩下即可嘗試 Azure Data Factory |
此範本會建立數據處理站管線,以將複製活動從 Azure Blob 複製到另一個 Azure Blob |
Terraform (AzAPI 提供者) 資源定義
工廠/資料集資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.DataFactory/factories/datasets 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DataFactory/factories/datasets@2018-06-01"
name = "string"
parent_id = "string"
body = {
properties = {
annotations = [
?
]
description = "string"
folder = {
name = "string"
}
linkedServiceName = {
parameters = {
{customized property} = ?
}
referenceName = "string"
type = "string"
}
parameters = {
{customized property} = {
defaultValue = ?
type = "string"
}
}
schema = ?
structure = ?
type = "string"
// For remaining properties, see Dataset objects
}
}
}
DatasetStorageFormat 物件
設定 類型 屬性,以指定物件的類型。
針對 AvroFormat,請使用:
{
type = "AvroFormat"
}
針對 JsonFormat,請使用:
{
encodingName = ?
filePattern = ?
jsonNodeReference = ?
jsonPathDefinition = ?
nestingSeparator = ?
type = "JsonFormat"
}
針對 OrcFormat,請使用:
{
type = "OrcFormat"
}
針對 ParquetFormat,請使用:
{
type = "ParquetFormat"
}
針對 TextFormat,請使用:
{
columnDelimiter = ?
encodingName = ?
escapeChar = ?
firstRowAsHeader = ?
nullValue = ?
quoteChar = ?
rowDelimiter = ?
skipLineCount = ?
treatEmptyAsNull = ?
type = "TextFormat"
}
DatasetLocation 物件
設定 類型 屬性,以指定物件的類型。
針對 AmazonS3CompatibleLocation,請使用:
{
bucketName = ?
type = "AmazonS3CompatibleLocation"
version = ?
}
針對 AmazonS3Location,請使用:
{
bucketName = ?
type = "AmazonS3Location"
version = ?
}
針對 AzureBlobFSLocation,請使用:
{
fileSystem = ?
type = "AzureBlobFSLocation"
}
針對 AzureBlobStorageLocation,請使用:
{
container = ?
type = "AzureBlobStorageLocation"
}
針對 AzureDataLakeStoreLocation,請使用:
{
type = "AzureDataLakeStoreLocation"
}
針對 AzureFileStorageLocation,請使用:
{
type = "AzureFileStorageLocation"
}
針對 FileServerLocation,請使用:
{
type = "FileServerLocation"
}
針對 FtpServerLocation,請使用:
{
type = "FtpServerLocation"
}
針對 GoogleCloudStorageLocation,請使用:
{
bucketName = ?
type = "GoogleCloudStorageLocation"
version = ?
}
針對 HdfsLocation,請使用:
{
type = "HdfsLocation"
}
針對 HttpServerLocation,請使用:
{
relativeUrl = ?
type = "HttpServerLocation"
}
針對 LakeHouseLocation,請使用:
{
type = "LakeHouseLocation"
}
針對 OracleCloudStorageLocation,請使用:
{
bucketName = ?
type = "OracleCloudStorageLocation"
version = ?
}
針對 SftpLocation,請使用:
{
type = "SftpLocation"
}
數據集物件
設定 類型 屬性,以指定物件的類型。
針對 AmazonMWSObject,請使用:
{
type = "AmazonMWSObject"
typeProperties = {
tableName = ?
}
}
針對 AmazonRdsForOracleTable,請使用:
{
type = "AmazonRdsForOracleTable"
typeProperties = {
schema = ?
table = ?
}
}
針對 AmazonRdsForSqlServerTable,請使用:
{
type = "AmazonRdsForSqlServerTable"
typeProperties = {
schema = ?
table = ?
}
}
針對 AmazonRedshiftTable,請使用:
{
type = "AmazonRedshiftTable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
針對 AmazonS3Object,請使用:
{
type = "AmazonS3Object"
typeProperties = {
bucketName = ?
compression = {
level = ?
type = ?
}
format = {
deserializer = ?
serializer = ?
type = "string"
// For remaining properties, see DatasetStorageFormat objects
}
key = ?
modifiedDatetimeEnd = ?
modifiedDatetimeStart = ?
prefix = ?
version = ?
}
}
針對 Avro,請使用:
{
type = "Avro"
typeProperties = {
avroCompressionCodec = ?
avroCompressionLevel = int
location = {
fileName = ?
folderPath = ?
type = "string"
// For remaining properties, see DatasetLocation objects
}
}
}
針對 AzureBlob,請使用:
{
type = "AzureBlob"
typeProperties = {
compression = {
level = ?
type = ?
}
fileName = ?
folderPath = ?
format = {
deserializer = ?
serializer = ?
type = "string"
// For remaining properties, see DatasetStorageFormat objects
}
modifiedDatetimeEnd = ?
modifiedDatetimeStart = ?
tableRootLocation = ?
}
}
針對 azureBlobFSFile
{
type = "AzureBlobFSFile"
typeProperties = {
compression = {
level = ?
type = ?
}
fileName = ?
folderPath = ?
format = {
deserializer = ?
serializer = ?
type = "string"
// For remaining properties, see DatasetStorageFormat objects
}
}
}
針對 AzureDataExplorerTable,請使用:
{
type = "AzureDataExplorerTable"
typeProperties = {
table = ?
}
}
針對 AzureDataLakeStoreFile,請使用:
{
type = "AzureDataLakeStoreFile"
typeProperties = {
compression = {
level = ?
type = ?
}
fileName = ?
folderPath = ?
format = {
deserializer = ?
serializer = ?
type = "string"
// For remaining properties, see DatasetStorageFormat objects
}
}
}
針對 AzureDatabricksDeltaLakeDataset,請使用:
{
type = "AzureDatabricksDeltaLakeDataset"
typeProperties = {
database = ?
table = ?
}
}
針對 AzureMariaDBTable,請使用:
{
type = "AzureMariaDBTable"
typeProperties = {
tableName = ?
}
}
針對 AzureMySqlTable,請使用:
{
type = "AzureMySqlTable"
typeProperties = {
table = ?
tableName = ?
}
}
針對 AzurePostgreSqlTable,請使用:
{
type = "AzurePostgreSqlTable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
針對 azureSearchIndex
{
type = "AzureSearchIndex"
typeProperties = {
indexName = ?
}
}
針對 AzureSqlDWTable,請使用:
{
type = "AzureSqlDWTable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
針對 AzureSqlMITable,請使用:
{
type = "AzureSqlMITable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
針對 AzureSqlTable,請使用:
{
type = "AzureSqlTable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
針對 AzureTable,請使用:
{
type = "AzureTable"
typeProperties = {
tableName = ?
}
}
針對 Binary,請使用:
{
type = "Binary"
typeProperties = {
compression = {
level = ?
type = ?
}
location = {
fileName = ?
folderPath = ?
type = "string"
// For remaining properties, see DatasetLocation objects
}
}
}
針對 CassandraTable,請使用:
{
type = "CassandraTable"
typeProperties = {
keyspace = ?
tableName = ?
}
}
針對 CommonDataServiceForAppsEntity,請使用:
{
type = "CommonDataServiceForAppsEntity"
typeProperties = {
entityName = ?
}
}
針對 ConcurObject,請使用:
{
type = "ConcurObject"
typeProperties = {
tableName = ?
}
}
針對 CosmosDbMongoDbApiCollection,請使用:
{
type = "CosmosDbMongoDbApiCollection"
typeProperties = {
collection = ?
}
}
針對 CosmosDbSqlApiCollection,請使用:
{
type = "CosmosDbSqlApiCollection"
typeProperties = {
collectionName = ?
}
}
針對 CouchbaseTable,請使用:
{
type = "CouchbaseTable"
typeProperties = {
tableName = ?
}
}
針對 CustomDataset,請使用:
{
type = "CustomDataset"
typeProperties = ?
}
針對 Db2Table,請使用:
{
type = "Db2Table"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
針對 DelimitedText,請使用:
{
type = "DelimitedText"
typeProperties = {
columnDelimiter = ?
compressionCodec = ?
compressionLevel = ?
encodingName = ?
escapeChar = ?
firstRowAsHeader = ?
location = {
fileName = ?
folderPath = ?
type = "string"
// For remaining properties, see DatasetLocation objects
}
nullValue = ?
quoteChar = ?
rowDelimiter = ?
}
}
針對 DocumentDbCollection,請使用:
{
type = "DocumentDbCollection"
typeProperties = {
collectionName = ?
}
}
針對 DrillTable,請使用:
{
type = "DrillTable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
針對 DynamicsAXResource,請使用:
{
type = "DynamicsAXResource"
typeProperties = {
path = ?
}
}
針對 DynamicsCrmEntity,請使用:
{
type = "DynamicsCrmEntity"
typeProperties = {
entityName = ?
}
}
針對 DynamicsEntity,請使用:
{
type = "DynamicsEntity"
typeProperties = {
entityName = ?
}
}
針對 EloquaObject,請使用:
{
type = "EloquaObject"
typeProperties = {
tableName = ?
}
}
針對 Excel,請使用:
{
type = "Excel"
typeProperties = {
compression = {
level = ?
type = ?
}
firstRowAsHeader = ?
location = {
fileName = ?
folderPath = ?
type = "string"
// For remaining properties, see DatasetLocation objects
}
nullValue = ?
range = ?
sheetIndex = ?
sheetName = ?
}
}
針對 FileShare,請使用:
{
type = "FileShare"
typeProperties = {
compression = {
level = ?
type = ?
}
fileFilter = ?
fileName = ?
folderPath = ?
format = {
deserializer = ?
serializer = ?
type = "string"
// For remaining properties, see DatasetStorageFormat objects
}
modifiedDatetimeEnd = ?
modifiedDatetimeStart = ?
}
}
針對 GoogleAdWordsObject,請使用:
{
type = "GoogleAdWordsObject"
typeProperties = {
tableName = ?
}
}
針對 GoogleBigQueryObject,請使用:
{
type = "GoogleBigQueryObject"
typeProperties = {
dataset = ?
table = ?
tableName = ?
}
}
針對 GoogleBigQueryV2Object,請使用:
{
type = "GoogleBigQueryV2Object"
typeProperties = {
dataset = ?
table = ?
}
}
針對 GreenplumTable,請使用:
{
type = "GreenplumTable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
針對 HBaseObject,請使用:
{
type = "HBaseObject"
typeProperties = {
tableName = ?
}
}
針對 HiveObject,請使用:
{
type = "HiveObject"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
針對 HttpFile,請使用:
{
type = "HttpFile"
typeProperties = {
additionalHeaders = ?
compression = {
level = ?
type = ?
}
format = {
deserializer = ?
serializer = ?
type = "string"
// For remaining properties, see DatasetStorageFormat objects
}
relativeUrl = ?
requestBody = ?
requestMethod = ?
}
}
針對 HubspotObject,請使用:
{
type = "HubspotObject"
typeProperties = {
tableName = ?
}
}
針對 Iceberg,請使用:
{
type = "Iceberg"
typeProperties = {
location = {
fileName = ?
folderPath = ?
type = "string"
// For remaining properties, see DatasetLocation objects
}
}
}
針對 ImpalaObject,請使用:
{
type = "ImpalaObject"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
針對 InformixTable,請使用:
{
type = "InformixTable"
typeProperties = {
tableName = ?
}
}
針對 JiraObject,請使用:
{
type = "JiraObject"
typeProperties = {
tableName = ?
}
}
針對 Json,請使用:
{
type = "Json"
typeProperties = {
compression = {
level = ?
type = ?
}
encodingName = ?
location = {
fileName = ?
folderPath = ?
type = "string"
// For remaining properties, see DatasetLocation objects
}
}
}
針對 LakehouseTable,請使用:
{
type = "LakehouseTable"
typeProperties = {
schema = ?
table = ?
}
}
針對 MagentoObject,請使用:
{
type = "MagentoObject"
typeProperties = {
tableName = ?
}
}
針對 MariaDBTable,請使用:
{
type = "MariaDBTable"
typeProperties = {
tableName = ?
}
}
針對 MarketoObject,請使用:
{
type = "MarketoObject"
typeProperties = {
tableName = ?
}
}
針對 MicrosoftAccessTable,請使用:
{
type = "MicrosoftAccessTable"
typeProperties = {
tableName = ?
}
}
針對 MongoDbAtlasCollection,請使用:
{
type = "MongoDbAtlasCollection"
typeProperties = {
collection = ?
}
}
針對 MongoDbCollection,請使用:
{
type = "MongoDbCollection"
typeProperties = {
collectionName = ?
}
}
針對 MongoDbV2Collection,請使用:
{
type = "MongoDbV2Collection"
typeProperties = {
collection = ?
}
}
針對 MySqlTable,請使用:
{
type = "MySqlTable"
typeProperties = {
tableName = ?
}
}
針對 netezzaTable ,請使用:
{
type = "NetezzaTable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
針對 ODataResource,請使用:
{
type = "ODataResource"
typeProperties = {
path = ?
}
}
針對 OdbcTable,請使用:
{
type = "OdbcTable"
typeProperties = {
tableName = ?
}
}
針對 Office365Table,請使用:
{
type = "Office365Table"
typeProperties = {
predicate = ?
tableName = ?
}
}
針對 OracleServiceCloudObject,請使用:
{
type = "OracleServiceCloudObject"
typeProperties = {
tableName = ?
}
}
針對 OracleTable,請使用:
{
type = "OracleTable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
針對 Orc,請使用:
{
type = "Orc"
typeProperties = {
location = {
fileName = ?
folderPath = ?
type = "string"
// For remaining properties, see DatasetLocation objects
}
orcCompressionCodec = ?
}
}
針對 Parquet,請使用:
{
type = "Parquet"
typeProperties = {
compressionCodec = ?
location = {
fileName = ?
folderPath = ?
type = "string"
// For remaining properties, see DatasetLocation objects
}
}
}
針對 PaypalObject,請使用:
{
type = "PaypalObject"
typeProperties = {
tableName = ?
}
}
針對 PhoenixObject,請使用:
{
type = "PhoenixObject"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
針對 PostgreSqlTable,請使用:
{
type = "PostgreSqlTable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
針對 PostgreSqlV2Table,請使用:
{
type = "PostgreSqlV2Table"
typeProperties = {
schema = ?
table = ?
}
}
針對 PrestoObject,請使用:
{
type = "PrestoObject"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
針對 QuickBooksObject,請使用:
{
type = "QuickBooksObject"
typeProperties = {
tableName = ?
}
}
針對 RelationalTable,請使用:
{
type = "RelationalTable"
typeProperties = {
tableName = ?
}
}
針對 ResponsysObject,請使用:
{
type = "ResponsysObject"
typeProperties = {
tableName = ?
}
}
針對 RestResource,請使用:
{
type = "RestResource"
typeProperties = {
additionalHeaders = {
{customized property} = ?
}
paginationRules = {
{customized property} = ?
}
relativeUrl = ?
requestBody = ?
requestMethod = ?
}
}
針對 SalesforceMarketingCloudObject,請使用:
{
type = "SalesforceMarketingCloudObject"
typeProperties = {
tableName = ?
}
}
針對 SalesforceObject,請使用:
{
type = "SalesforceObject"
typeProperties = {
objectApiName = ?
}
}
針對 SalesforceServiceCloudObject,請使用:
{
type = "SalesforceServiceCloudObject"
typeProperties = {
objectApiName = ?
}
}
針對 SalesforceServiceCloudV2Object,請使用:
{
type = "SalesforceServiceCloudV2Object"
typeProperties = {
objectApiName = ?
reportId = ?
}
}
針對 SalesforceV2Object,請使用:
{
type = "SalesforceV2Object"
typeProperties = {
objectApiName = ?
reportId = ?
}
}
針對 SapBwCube,請使用:
{
type = "SapBwCube"
}
針對 SapCloudForCustomerResource,請使用:
{
type = "SapCloudForCustomerResource"
typeProperties = {
path = ?
}
}
針對 SapEccResource,請使用:
{
type = "SapEccResource"
typeProperties = {
path = ?
}
}
針對 SapHanaTable,請使用:
{
type = "SapHanaTable"
typeProperties = {
schema = ?
table = ?
}
}
針對 SapOdpResource,請使用:
{
type = "SapOdpResource"
typeProperties = {
context = ?
objectName = ?
}
}
針對 SapOpenHubTable,請使用:
{
type = "SapOpenHubTable"
typeProperties = {
baseRequestId = ?
excludeLastRequest = ?
openHubDestinationName = ?
}
}
針對 SapTableResource,請使用:
{
type = "SapTableResource"
typeProperties = {
tableName = ?
}
}
針對 ServiceNowObject,請使用:
{
type = "ServiceNowObject"
typeProperties = {
tableName = ?
}
}
針對 ServiceNowV2Object,請使用:
{
type = "ServiceNowV2Object"
typeProperties = {
tableName = ?
valueType = "string"
}
}
若為 SharePointOnlineListResource,請使用:
{
type = "SharePointOnlineListResource"
typeProperties = {
listName = ?
}
}
針對 ShopifyObject,請使用:
{
type = "ShopifyObject"
typeProperties = {
tableName = ?
}
}
針對 SnowflakeTable,請使用:
{
type = "SnowflakeTable"
typeProperties = {
schema = ?
table = ?
}
}
針對 SnowflakeV2Table,請使用:
{
type = "SnowflakeV2Table"
typeProperties = {
schema = ?
table = ?
}
}
針對 SparkObject,請使用:
{
type = "SparkObject"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
針對 SqlServerTable,請使用:
{
type = "SqlServerTable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
針對 SquareObject,請使用:
{
type = "SquareObject"
typeProperties = {
tableName = ?
}
}
針對 SybaseTable,請使用:
{
type = "SybaseTable"
typeProperties = {
tableName = ?
}
}
針對 TeradataTable,請使用:
{
type = "TeradataTable"
typeProperties = {
database = ?
table = ?
}
}
針對 VerticaTable,請使用:
{
type = "VerticaTable"
typeProperties = {
schema = ?
table = ?
tableName = ?
}
}
針對 WarehouseTable,請使用:
{
type = "WarehouseTable"
typeProperties = {
schema = ?
table = ?
}
}
針對 WebTable,請使用:
{
type = "WebTable"
typeProperties = {
index = ?
path = ?
}
}
針對 XeroObject,請使用:
{
type = "XeroObject"
typeProperties = {
tableName = ?
}
}
針對 Xml,請使用:
{
type = "Xml"
typeProperties = {
compression = {
level = ?
type = ?
}
encodingName = ?
location = {
fileName = ?
folderPath = ?
type = "string"
// For remaining properties, see DatasetLocation objects
}
nullValue = ?
}
}
針對 ZohoObject,請使用:
{
type = "ZohoObject"
typeProperties = {
tableName = ?
}
}
屬性值
Microsoft.DataFactory/factories/datasets
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 約束: 最小長度 = 1 最大長度 = 260 模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必要) |
父項識別碼 | 此資源為父系之資源的標識碼。 | 類型的資源標識碼:處理站 |
性能 | 數據集屬性。 | 資料集 (必要) |
類型 | 資源類型 | “Microsoft.DataFactory/factories/datasets@2018-06-01” |
AmazonMWSObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AmazonMWSObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
AmazonRdsForOracleTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AmazonRdsForOracleTable' (必要) |
類型屬性 | AmazonRdsForOracle 數據集屬性。 | AmazonRdsForOracleTableDatasetTypeProperties |
AmazonRdsForOracleTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | AmazonRdsForOracle 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | AmazonRdsForOracle 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
AmazonRdsForSqlServerTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AmazonRdsForSqlServerTable' (必要) |
類型屬性 | 適用於 SQL Server 資料集屬性的 Amazon RDS。 | AmazonRdsForSqlServerTableDatasetTypeProperties |
AmazonRdsForSqlServerTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | SQL Server 資料集的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | SQL Server 資料集的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
亞馬遜紅shiftTable數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AmazonRedshiftTable' (必要) |
類型屬性 | Amazon Redshift 數據表數據集屬性。 | AmazonRedshiftTableDatasetTypeProperties |
AmazonRedshiftTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Amazon Redshift 架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Amazon Redshift 數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
AmazonS3兼容位置
名字 | 描述 | 價值 |
---|---|---|
bucketName (儲存桶名稱) | 指定 Amazon S3 Compatible 的 bucketName。 類型:string (或 expression with resultType string) | 任何 |
類型 | 數據集儲存位置的類型。 | 'AmazonS3CompatibleLocation' (必要) |
版本 | 指定 Amazon S3 相容版本。 Type:string (或 expression with resultType string) 。 | 任何 |
AmazonS3數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AmazonS3Object' (必要) |
類型屬性 | Amazon S3 資料集屬性。 | AmazonS3DatasetTypeProperties (必要) |
AmazonS3DatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
bucketName (儲存桶名稱) | Amazon S3 貯體的名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
壓縮 | 用於 Amazon S3 物件的數據壓縮方法。 | 數據集壓縮 |
格式 | 檔案格式。 | 數據集存儲格式 |
鑰匙 | Amazon S3 物件的索引鍵。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間結束 | S3 物件的修改日期時間結束。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | S3 物件的修改日期時間的開頭。 Type:string (或 expression with resultType string) 。 | 任何 |
前綴 | S3 物件名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。 | 任何 |
版本 | S3 物件的版本。 Type:string (或 expression with resultType string) 。 | 任何 |
AmazonS3位置
名字 | 描述 | 價值 |
---|---|---|
bucketName (儲存桶名稱) | 指定 amazon S3 的 bucketName。 類型:string (或 expression with resultType string) | 任何 |
類型 | 數據集儲存位置的類型。 | 'AmazonS3Location' (必要) |
版本 | 指定 amazon S3 的版本。 Type:string (或 expression with resultType string) 。 | 任何 |
Avro數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Avro' (必要) |
類型屬性 | Avro 數據集屬性。 | AvroDatasetType屬性 |
AvroDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
avroCompression編解碼器 | data avroCompressionCodec。 Type:string (或 expression with resultType string) 。 | 任何 |
avroCompressionLevel | int 約束: 最小值 = 1 最大值 = 9 |
|
位置 | avro 記憶體的位置。 | DatasetLocation (必要) |
AvroFormat
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存格式的類型。 | 'AvroFormat' (必要) |
AzureBlobDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureBlob' (必要) |
類型屬性 | Azure Blob 資料集屬性。 | AzureBlobDatasetTypeProperties |
AzureBlobDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
壓縮 | 用於 Blob 記憶體的數據壓縮方法。 | 數據集壓縮 |
檔名 | Azure Blob 的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料夾路徑 | Azure Blob 記憶體的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
格式 | Azure Blob 記憶體的格式。 | 數據集存儲格式 |
修改日期時間結束 | Azure Blob 修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | Azure Blob 修改日期時間的開頭。 Type:string (或 expression with resultType string) 。 | 任何 |
表根位置 | Blob 路徑的根目錄。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureBlobFSDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureBlobFSFile' (必要) |
類型屬性 | Azure Data Lake Storage Gen2 數據集屬性。 | AzureBlobFSDatasetTypeProperties |
AzureBlobFSDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
壓縮 | 用於 Blob 記憶體的數據壓縮方法。 | 數據集壓縮 |
檔名 | Azure Data Lake Storage Gen2 的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料夾路徑 | Azure Data Lake Storage Gen2 記憶體的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
格式 | Azure Data Lake Storage Gen2 記憶體的格式。 | 數據集存儲格式 |
AzureBlobFSLocation
名字 | 描述 | 價值 |
---|---|---|
檔案系統 | 指定 azure blobFS 的 fileSystem。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 數據集儲存位置的類型。 | 'AzureBlobFSLocation' (必要) |
AzureBlobStorageLocation
名字 | 描述 | 價值 |
---|---|---|
容器 | 指定 Azure Blob 的容器。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 數據集儲存位置的類型。 | 'AzureBlobStorageLocation' (必要) |
AzureDatabricksDeltaLakeDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureDatabricksDeltaLakeDataset' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | AzureDatabricksDeltaLakeDatasetTypeProperties |
AzureDatabricksDeltaLakeDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料庫 | 差異數據表的資料庫名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | 差異數據表的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureDataExplorerDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
桌子 | Azure 數據總管資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureDataExplorerTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureDataExplorerTable' (必要) |
類型屬性 | Azure 資料總管 (Kusto) 資料集屬性。 | AzureDataExplorerDatasetTypeProperties (必要) |
AzureDataLakeStoreDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureDataLakeStoreFile' (必要) |
類型屬性 | Azure Data Lake Store 數據集屬性。 | AzureDataLakeStoreDatasetTypeProperties |
AzureDataLakeStoreDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
壓縮 | Azure Data Lake Store 中用於專案的數據壓縮方法。 | 數據集壓縮 |
檔名 | Azure Data Lake Store 中的檔名。 Type:string (或 expression with resultType string) 。 | 任何 |
資料夾路徑 | Azure Data Lake Store 中資料夾的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
格式 | Data Lake Store 的格式。 | 數據集存儲格式 |
AzureDataLakeStoreLocation
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存位置的類型。 | 'AzureDataLakeStoreLocation' (必要) |
AzureFileStorageLocation
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存位置的類型。 | 'AzureFileStorageLocation' (必要) |
AzureMariaDBTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureMariaDBTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
AzureMySqlTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureMySqlTable' (必要) |
類型屬性 | Azure MySQL 資料庫數據集屬性。 | AzureMySqlTableDatasetTypeProperties (必要) |
AzureMySqlTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
桌子 | Azure MySQL 資料庫數據表的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | Azure MySQL 資料庫數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
AzurePostgreSqlTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzurePostgreSqlTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | AzurePostgreSqlTableDatasetTypeProperties |
AzurePostgreSqlTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Azure PostgreSQL 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Azure PostgreSQL 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | Azure PostgreSQL 資料庫的數據表名稱,其中包含架構和數據表。 Type:string (或 expression with resultType string) 。 | 任何 |
AzureSearchIndexDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureSearchIndex' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | AzureSearchIndexDatasetTypeProperties (必要) |
AzureSearchIndexDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
index名稱 | Azure 搜尋服務索引的名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
AzureSqlDWTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureSqlDWTable' (必要) |
類型屬性 | Azure SQL 數據倉儲數據集屬性。 | AzureSqlDWTableDatasetTypeProperties |
AzureSqlDWTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Azure SQL 數據倉儲的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Azure SQL 數據倉儲的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
AzureSqlMITableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureSqlMITable' (必要) |
類型屬性 | Azure SQL 受控實例數據集屬性。 | AzureSqlMITableDatasetTypeProperties |
AzureSqlMITableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Azure SQL 受控實例的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Azure SQL 受控實例數據集的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
AzureSqlTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureSqlTable' (必要) |
類型屬性 | Azure SQL 資料集屬性。 | AzureSqlTableDatasetTypeProperties |
AzureSqlTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Azure SQL 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Azure SQL 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
AzureTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'AzureTable' (必要) |
類型屬性 | Azure 資料表數據集屬性。 | AzureTableDatasetTypeProperties (必要) |
AzureTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | Azure 資料表記憶體的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
二進位數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Binary' (必要) |
類型屬性 | 二進位數據集屬性。 | BinaryDatasetType屬性 |
BinaryDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
壓縮 | 用於二進位數據集的數據壓縮方法。 | 數據集壓縮 |
位置 | 二進位記憶體的位置。 | DatasetLocation (必要) |
CassandraTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'CassandraTable' (必要) |
類型屬性 | Cassandra 資料集屬性。 | CassandraTableDatasetType屬性 |
CassandraTableDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
鍵空間 | Cassandra 資料庫的索引鍵空間。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | Cassandra 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
CommonDataServiceForAppsEntityDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'CommonDataServiceForAppsEntity' (必要) |
類型屬性 | Common Data Service for Apps 實體數據集屬性。 | CommonDataServiceForAppsEntityDatasetTypeProperties |
CommonDataServiceForAppsEntityDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
實體名稱 | 實體的邏輯名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
ConcurObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ConcurObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
CosmosDbMongoDbApiCollectionDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'CosmosDbMongoDbApiCollection' (必要) |
類型屬性 | CosmosDB (MongoDB API) 資料庫數據集屬性。 | CosmosDbMongoDbApiCollectionDatasetTypeProperties (必要) |
CosmosDbMongoDbApiCollectionDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
收集 | CosmosDB (MongoDB API) 資料庫的集合名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
CosmosDbSqlApiCollectionDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'CosmosDbSqlApiCollection' (必要) |
類型屬性 | CosmosDB (SQL API) 集合數據集屬性。 | CosmosDbSqlApiCollectionDatasetTypeProperties (必要) |
CosmosDbSqlApiCollectionDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
集合名稱 | CosmosDB (SQL API) 集合名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
CouchbaseTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'CouchbaseTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
CustomDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'CustomDataset' (必要) |
類型屬性 | 自訂數據集屬性。 | 任何 |
數據
名字 | 描述 | 價值 |
---|---|---|
附註 | 可用於描述數據集的標記清單。 | 任何[] |
描述 | 數據集描述。 | 字串 |
資料夾 | 此數據集位於的資料夾。 如果未指定,數據集將會出現在根層級。 | 數據集資料夾 |
連結服務名稱 | 鏈接的服務參考。 | LinkedServiceReference (必要) |
參數 | 數據集的參數。 | ParameterDefinitionSpecification |
圖式 | 定義數據集實體類型架構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetSchemaDataElement。 | 任何 |
結構 | 定義數據集結構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetDataElement。 | 任何 |
類型 | 針對 AmazonMWSObjectDataset 類型設定為 'AmazonMWSObject',。 針對 AmazonRdsForOracleTableDataset 類型設定為 'AmazonRdsForOracleTable',。 針對 AmazonRdsForSqlServerTableDataset類型,設定為 'AmazonRdsForSqlServerTable'。 針對 AmazonRedshiftTableDataset 類型設定為 'AmazonRedshiftTable',。 針對 AmazonS3Dataset 類型設定為 'AmazonS3Object',。 針對 AvroDataset 類型設定為 'Avro',。 針對 azureBlobDataset 類型設定為 'AzureBlob',。 針對 azureBlobFSDataset 類型設定為 'AzureBlobFSFile',。 針對 AzureDataExplorerTableDataset 類型設定為 'AzureDataExplorerTable',。 針對 AzureDataLakeStoreDataset類型,設定為 『AzureDataLakeStoreFile』。 針對 azureDatabricksDeltaLakeDataset 類型設定為 'AzureDatabricksDeltaLakeDataset',。 針對 azureMariaDBTableDataset 類型設定為 'AzureMariaDBTable',。 針對 azureMySqlTableDataset 類型 設定為 'AzureMySqlTable',。 針對 azurePostgreSqlTableDataset 類型設定為 'AzurePostgreSqlTable',。 針對 azureSearchIndexDataset 類型 設定為 'AzureSearchIndex',。 針對 AzureSqlDWTableDataset 類型設定為 'AzureSqlDWTable',。 針對 azureSqlMITableDataset 類型 設定為 'AzureSqlMITable',。 針對 azureSqlTableDataset 類型 設定為 'AzureSqlTable',。 針對 azureTableDataset 類型 設定為 'AzureTable',。 針對 binaryDataset 類型 設定為 'Binary',。 針對 CassandraTableDataset 類型 設定為 'CassandraTable',。 針對 CommonDataServiceForAppsEntityDataset類型 |
'AmazonMWSObject' “AmazonRdsForOracleTable” “AmazonRdsForSqlServerTable” “AmazonRedshiftTable” “AmazonS3Object” '阿夫羅' “AzureBlob” “AzureBlobFSFile” “AzureDatabricksDeltaLakeDataset” “AzureDataExplorerTable” “AzureDataLakeStoreFile” 'AzureMariaDBTable' “AzureMySqlTable” 'AzurePostgreSqlTable' “AzureSearchIndex” “AzureSqlDWTable” 'AzureSqlMITable' 'AzureSqlTable' 'AzureTable' '二進位' 'CassandraTable' “CommonDataServiceForAppsEntity” “ConcurObject” “CosmosDbMongoDbApiCollection” “CosmosDbSqlApiCollection” 'CouchbaseTable' “CustomDataset” “Db2Table” “DelimitedText” 'DocumentDbCollection' 'DrillTable' 'DynamicsAXResource' 'DynamicsCrmEntity' 'DynamicsEntity' (動態實體) 'EloquaObject' “Excel” '檔案共用' 'GoogleAdWordsObject' “GoogleBigQueryObject” “GoogleBigQueryV2Object” 'GreenplumTable' “HBaseObject” “HiveObject” “HttpFile” 'HubspotObject' 冰山” “ImpalaObject” 'InformixTable' 'JiraObject' 'Json' 'LakehouseTable' 'MagentoObject' 'MariaDBTable' 'MarketoObject' “MicrosoftAccessTable” 'MongoDbAtlasCollection' 'MongoDbCollection' “MongoDbV2Collection” 'MySqlTable' 'NetezzaTable' “ODataResource” 'OdbcTable' 'Office365Table' “OracleServiceCloudObject” 'OracleTable' “獸人” “鑲木地板” 'PaypalObject' “PhoenixObject” 'PostgreSqlTable' 'PostgreSqlV2Table' 'PrestoObject' “QuickBooksObject” 'RelationalTable' “ResponsysObject” 'RestResource' “SalesforceMarketingCloudObject” “SalesforceObject” “SalesforceServiceCloudObject” “SalesforceServiceCloudV2Object” “SalesforceV2Object” 'SapBwCube' “SapCloudForCustomerResource” “SapEccResource” 'SapHanaTable' “SapOdpResource” “SapOpenHubTable” “SapTableResource” “ServiceNowObject” “ServiceNowV2Object” “SharePointOnlineListResource” 'ShopifyObject' 'SnowflakeTable' (雪花表) 'SnowflakeV2Table' “SparkObject” “SqlServerTable” 'SquareObject' “SybaseTable” 'TeradataTable' 'VerticaTable' 'WarehouseTable' 'WebTable' 'XeroObject' “xml” 'ZohoObject' (必要) |
數據集壓縮
名字 | 描述 | 價值 |
---|---|---|
水準 | 數據集壓縮層級。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 數據集壓縮的類型。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
數據集資料夾
名字 | 描述 | 價值 |
---|---|---|
名字 | 此數據集位於的資料夾名稱。 | 字串 |
資料集位置
名字 | 描述 | 價值 |
---|---|---|
檔名 | 指定數據集的檔案名。 Type:string (或 expression with resultType string) 。 | 任何 |
資料夾路徑 | 指定資料集的資料夾路徑。 類型:string (或 expression with resultType string) | 任何 |
類型 | 設定為 'AmazonS3CompatibleLocation' 類型 AmazonS3CompatibleLocation。 針對 [amazonS3Location] 類型設定為 'AmazonS3Location',。 針對 AzureBlobFSLocation 類型 設定為 'AzureBlobFSLocation',。 針對 azureBlobStorageLocation 類型 設定為 'AzureBlobStorageLocation',。 針對 AzureDataLakeStoreLocation 類型設定為 'AzureDataLakeStoreLocation',。 針對 azureFileStorageLocation 類型 設定為 'AzureFileStorageLocation',。 針對 FileServerLocation 類型設定為 'FileServerLocation',。 針對 ftpServerLocation 類型設定為 'FtpServerLocation',。 針對 GoogleCloudStorageLocation 類型設定為 'GoogleCloudStorageLocation',。 針對 hdfsLocation 類型設定為 『HdfsLocation』,hdfsLocation。 針對 HTTPServerLocation 類型 設定為 'HttpServerLocation',。 將 類型設定為 'LakeHouseLocation' LakeHouseLocation。 針對 OracleCloudStorageLocation 類型設定為 'OracleCloudStorageLocation',。 針對 sftpLocation 類型設定為 'SftpLocation',SftpLocation。 | “AmazonS3CompatibleLocation” “AmazonS3Location” 'AzureBlobFSLocation' “AzureBlobStorageLocation” “AzureDataLakeStoreLocation” “AzureFileStorageLocation” 'FileServerLocation' 'FtpServerLocation' “GoogleCloudStorageLocation” 'HdfsLocation' “HttpServerLocation” 'LakeHouseLocation' “OracleCloudStorageLocation” 'SftpLocation' (必要) |
數據集存儲格式
名字 | 描述 | 價值 |
---|---|---|
還原串行化程式 | 還原串行化程式。 Type:string (或 expression with resultType string) 。 | 任何 |
串行化程式 | 串行化程式。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 針對 AvroFormat 類型設定為 'AvroFormat',。 將 類型設定為 'JsonFormat',JsonFormat。 針對 OrcFormat 類型設定為 'OrcFormat',。 將 類型設定為 'ParquetFormat',ParquetFormat。 將 類型設定為 'TextFormat',TextFormat。 | 'Avro格式' 'JsonFormat' 'OrcFormat' 'ParquetFormat' 'TextFormat' (必要) |
Db2TableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Db2Table' (必要) |
類型屬性 | Db2 資料表數據集屬性。 | Db2TableDatasetTypeProperties |
Db2TableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Db2 架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Db2 資料表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
DelimitedTextDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'DelimitedText' (必要) |
類型屬性 | 分隔的文字數據集屬性。 | DelimitedTextDatasetType屬性 |
DelimitedTextDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
columnDelimiter | 數據行分隔符。 Type:string (或 expression with resultType string) 。 | 任何 |
compression編解碼器 | 數據壓縮Codec。 Type:string (或 expression with resultType string) 。 | 任何 |
compressionLevel | 用於 DelimitedText 的數據壓縮方法。 | 任何 |
編碼名稱 | 慣用編碼的代碼頁名稱。 如果遺漏,則預設值為UTF-8,除非BOM表示另一個 Unicode 編碼。 請參閱下列連結中資料表的名稱資料列,以設定支援的值:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 | 任何 |
escapeChar 的 | 逸出字元。 Type:string (或 expression with resultType string) 。 | 任何 |
firstRowAsHeader 的 | 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
位置 | 分隔文字儲存區的位置。 | DatasetLocation (必要) |
空值 | Null 值字串。 Type:string (或 expression with resultType string) 。 | 任何 |
quoteChar | 引號字元。 Type:string (或 expression with resultType string) 。 | 任何 |
rowDelimiter (行分隔符) | 數據列分隔符。 Type:string (或 expression with resultType string) 。 | 任何 |
DocumentDbCollectionDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'DocumentDbCollection' (必要) |
類型屬性 | DocumentDB 集合數據集屬性。 | DocumentDbCollectionDatasetTypeProperties (必要) |
DocumentDbCollectionDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
集合名稱 | Document Database 集合名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DrillDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Drill 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Drill 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
DrillTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'DrillTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | DrillDatasetTypeProperties |
DynamicsAXResourceDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'DynamicsAXResource' (必要) |
類型屬性 | Dynamics AX OData 資源數據集屬性。 | DynamicsAXResourceDatasetTypeProperties (必要) |
DynamicsAXResourceDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
路徑 | Dynamics AX OData 實體的路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
DynamicsCrmEntityDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'DynamicsCrmEntity' (必要) |
類型屬性 | Dynamics CRM 實體數據集屬性。 | DynamicsCrmEntityDatasetTypeProperties |
DynamicsCrmEntityDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
實體名稱 | 實體的邏輯名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
DynamicsEntityDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'DynamicsEntity' (必要) |
類型屬性 | Dynamics 實體數據集屬性。 | DynamicsEntityDatasetType屬性 |
DynamicsEntityDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
實體名稱 | 實體的邏輯名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
EloquaObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'EloquaObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
Excel數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Excel' (必要) |
類型屬性 | Excel 資料集屬性。 | ExcelDatasetType屬性 |
ExcelDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
壓縮 | 用於 json 數據集的數據壓縮方法。 | 數據集壓縮 |
firstRowAsHeader 的 | 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
位置 | Excel 記憶體的位置。 | DatasetLocation (必要) |
空值 | Null 值字串。 Type:string (或 expression with resultType string) 。 | 任何 |
範圍 | 一張工作表的部分數據。 Type:string (或 expression with resultType string) 。 | 任何 |
sheetIndex (工作表索引) | excel 檔案和預設值的工作表索引為 0。 類型:integer(或 expression 含 resultType 整數的運算式) | 任何 |
sheetName (工作表名稱) | Excel 檔案的工作表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
FileServerLocation 檔伺服器位置
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存位置的類型。 | 'FileServerLocation' (必要) |
FileShareDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'FileShare' (必要) |
類型屬性 | 內部部署檔案系統數據集屬性。 | FileShareDatasetTypeProperties |
FileShareDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
壓縮 | 用於檔案系統的數據壓縮方法。 | 數據集壓縮 |
fileFilter 檔 | 指定篩選條件,以用來選取 folderPath 中的檔案子集,而不是所有檔案。 Type:string (或 expression with resultType string) 。 | 任何 |
檔名 | 內部部署檔案系統的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料夾路徑 | 內部部署檔案系統的路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
格式 | 檔案格式。 | 數據集存儲格式 |
修改日期時間結束 | 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 | 任何 |
修改日期時間開始 | 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 | 任何 |
FtpServer位置
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存位置的類型。 | 'FtpServerLocation' (必要) |
GenericDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | 數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
GoogleAdWordsObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'GoogleAdWordsObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
GoogleBigQueryDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
數據 | Google BigQuery 的資料庫名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Google BigQuery 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用資料庫 + 資料表屬性。 | 任何 |
GoogleBigQueryObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'GoogleBigQueryObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GoogleBigQueryDatasetTypeProperties |
GoogleBigQueryV2DatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
數據 | Google BigQuery 的資料庫名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Google BigQuery 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
GoogleBigQueryV2ObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'GoogleBigQueryV2Object' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GoogleBigQueryV2DatasetTypeProperties |
GoogleCloudStorageLocation
名字 | 描述 | 價值 |
---|---|---|
bucketName (儲存桶名稱) | 指定Google Cloud Storage的bucketName。 類型:string (或 expression with resultType string) | 任何 |
類型 | 數據集儲存位置的類型。 | 'GoogleCloudStorageLocation' (必要) |
版本 | 指定Google Cloud Storage的版本。 Type:string (或 expression with resultType string) 。 | 任何 |
GreenplumDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
圖式 | Greenplum 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Greenplum 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
GreenplumTable數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'GreenplumTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GreenplumDatasetType屬性 |
HBaseObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'HBaseObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
HdfsLocation
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存位置的類型。 | 'HdfsLocation' (必要) |
HiveDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
圖式 | Hive 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Hive 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
HiveObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'HiveObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | HiveDatasetType屬性 |
Http數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'HttpFile' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | HttpDatasetTypeProperties |
HttpDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
additionalHeaders | HTTP 要求的標頭。 例如 request-header-name-1:request-header-value-1 ... request-header-name-n:request-header-value-n 類型:string(或 expression with resultType string)。 |
任何 |
壓縮 | 檔案上使用的數據壓縮方法。 | 數據集壓縮 |
格式 | 檔案格式。 | 數據集存儲格式 |
相對網址 | 根據 HttpLinkedService 中 URL 的相對 URL 會參考 HTTP 檔類型:字串(或具有 resultType 字串串的表達式)。 | 任何 |
requestBody(請求體) | HTTP 要求的本文。 Type:string (或 expression with resultType string) 。 | 任何 |
請求方法 | HTTP 要求的 HTTP 方法。 Type:string (或 expression with resultType string) 。 | 任何 |
HttpServerLocation
名字 | 描述 | 價值 |
---|---|---|
相對網址 | 指定 HTTP 伺服器的 relativeUrl。 類型:string (或 expression with resultType string) | 任何 |
類型 | 數據集儲存位置的類型。 | 'HttpServerLocation' (必要) |
HubspotObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'HubspotObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
IcebergDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 冰山“(必要) |
類型屬性 | Iceberg 資料集屬性。 | IcebergDatasetType屬性 |
IcebergDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
位置 | 冰山儲存區的位置。 冰山格式不允許設定檔名。 | DatasetLocation (必要) |
ImpalaDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Impala 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Impala 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
ImpalaObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ImpalaObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | ImpalaDatasetTypeProperties |
InformixTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'InformixTable' (必要) |
類型屬性 | Informix 數據表數據集屬性。 | InformixTableDatasetType屬性 |
InformixTableDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | Informix 資料表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
JiraObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'JiraObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
JsonDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Json' (必要) |
類型屬性 | Json 數據集屬性。 | JsonDatasetTypeProperties |
JsonDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
壓縮 | 用於 json 數據集的數據壓縮方法。 | 數據集壓縮 |
編碼名稱 | 慣用編碼的代碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中資料表的名稱資料列,以設定支援的值:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 | 任何 |
位置 | json 數據記憶體的位置。 | DatasetLocation (必要) |
Json格式
名字 | 描述 | 價值 |
---|---|---|
編碼名稱 | 慣用編碼的代碼頁名稱。 如果未提供,則預設值為 'utf-8',除非位元組順序標記 (BOM) 表示另一個 Unicode 編碼。 您可以在下列參考中編碼資料表的 'Name' 資料列中找到支援值的完整清單:https://go.microsoft.com/fwlink/?linkid=861078。 Type:string (或 expression with resultType string) 。 | 任何 |
檔模式 | JSON 的檔案模式。 為了更具體,分隔 JSON 物件的集合方式。 默認值為 『setOfObjects』。 這是區分大小寫的。 | 任何 |
jsonNode引用 | 要扁平化之 JSON 陣列專案的 JSONPath。 範例:“$。ArrayPath”。 Type:string (或 expression with resultType string) 。 | 任何 |
jsonPathDefinition | 每個數據行對應的 JSONPath 定義,具有自定義的數據行名稱,以從 JSON 檔案擷取數據。 若為根物件下的欄位,請從 “$” 開始;針對 jsonNodeReference 屬性所選陣列內的欄位,從陣列元素開始。 範例: {“Column1”: “$.Column1Path“、”Column2“: ”Column2PathInArray“}。 Type:object (或 Expression with resultType 物件)。 | 任何 |
嵌套分隔符 | 用來分隔巢狀層級的字元。 預設值為 '.'(點)。 Type:string (或 expression with resultType string) 。 | 任何 |
類型 | 數據集儲存格式的類型。 | 'JsonFormat' (必要) |
LakeHouse位置
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存位置的類型。 | 'LakeHouseLocation' (必要) |
LakeHouseTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'LakehouseTable' (必要) |
類型屬性 | Microsoft Fabric Lakehouse 數據表數據集屬性。 | LakeHouseTableDatasetTypeProperties |
LakeHouseTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Microsoft Fabric Lakehouse 數據表的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Microsoft Fabric Lakehouse 數據表的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
LinkedServiceReference
名字 | 描述 | 價值 |
---|---|---|
參數 | LinkedService 的自變數。 | ParameterValueSpecification 參數值規範 |
referenceName (引用名稱) | 參考 LinkedService 名稱。 | 字串 (必要) |
類型 | 連結服務參考類型。 | 'LinkedServiceReference' (必要) |
MagentoObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MagentoObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
MariaDBTable數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MariaDBTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
MarketoObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MarketoObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
MicrosoftAccessTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MicrosoftAccessTable' (必要) |
類型屬性 | Microsoft Access 數據表數據集屬性。 | MicrosoftAccessTableDatasetTypeProperties |
MicrosoftAccessTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | Microsoft Access 數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
MongoDbAtlasCollectionDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MongoDbAtlasCollection' (必要) |
類型屬性 | MongoDB Atlas 資料庫數據集屬性。 | MongoDbAtlasCollectionDatasetTypeProperties (必要) |
MongoDbAtlasCollectionDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
收集 | MongoDB Atlas 資料庫的集合名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
MongoDbCollectionDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MongoDbCollection' (必要) |
類型屬性 | MongoDB 資料庫數據集屬性。 | MongoDbCollectionDatasetTypeProperties (必要) |
MongoDbCollectionDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
集合名稱 | MongoDB 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
MongoDbV2CollectionDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MongoDbV2Collection' (必要) |
類型屬性 | MongoDB 資料庫數據集屬性。 | MongoDbV2CollectionDatasetTypeProperties (必要) |
MongoDbV2CollectionDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
收集 | MongoDB 資料庫的集合名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
MySqlTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'MySqlTable' (必要) |
類型屬性 | MySQL 資料表數據集屬性。 | MySqlTableDatasetTypeProperties |
MySqlTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | MySQL 資料表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
NetezzaTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'NetezzaTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | NetezzaTableDatasetTypeProperties |
NetezzaTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Netezza 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Netezza 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
ODataResourceDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ODataResource' (必要) |
類型屬性 | OData 數據集屬性。 | ODataResourceDatasetTypeProperties |
ODataResourceDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
路徑 | OData 資源路徑。 Type:string (或 expression with resultType string) 。 | 任何 |
OdbcTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'OdbcTable' (必要) |
類型屬性 | ODBC 資料表數據集屬性。 | OdbcTableDatasetTypeProperties |
OdbcTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | ODBC 資料表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
Office365數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Office365Table' (必要) |
類型屬性 | Office365 數據集屬性。 | Office365DatasetTypeProperties (必要) |
Office365DatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
謂語 | 述詞表達式,可用來篩選要從 Office 365 擷取的特定數據列。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 要從 Office 365 擷取的數據集名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
OracleCloudStorageLocation
名字 | 描述 | 價值 |
---|---|---|
bucketName (儲存桶名稱) | 指定 Oracle 雲端記憶體的 bucketName。 類型:string (或 expression with resultType string) | 任何 |
類型 | 數據集儲存位置的類型。 | 'OracleCloudStorageLocation' (必要) |
版本 | 指定 Oracle 雲端記憶體的版本。 Type:string (或 expression with resultType string) 。 | 任何 |
OracleServiceCloudObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'OracleServiceCloudObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
OracleTableDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'OracleTable' (必要) |
類型屬性 | 內部部署 Oracle 資料集屬性。 | OracleTableDatasetTypeProperties |
OracleTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | 內部部署 Oracle 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | 內部部署 Oracle 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
Orc數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Orc' (必要) |
類型屬性 | ORC 資料集屬性。 | OrcDatasetTypeProperties |
OrcDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
位置 | ORC 數據記憶體的位置。 | DatasetLocation (必要) |
orcCompressionCodec (英语) | data orcCompressionCodec。 Type:string (或 expression with resultType string) 。 | 任何 |
Orc格式
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存格式的類型。 | 'OrcFormat' (必要) |
ParameterDefinitionSpecification
名字 | 描述 | 價值 |
---|
參數規範
名字 | 描述 | 價值 |
---|---|---|
預設值 | 參數的預設值。 | 任何 |
類型 | 參數類型。 | '陣列' '布爾' '浮動' 'int' '物件' “安全字串” 'String' (必要) |
ParameterValueSpecification 參數值規範
名字 | 描述 | 價值 |
---|
ParquetDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Parquet' (必要) |
類型屬性 | Parquet 資料集屬性。 | ParquetDatasetTypeProperties |
ParquetDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
compression編解碼器 | 數據壓縮Codec。 Type:string (或 expression with resultType string) 。 | 任何 |
位置 | parquet 記憶體的位置。 | DatasetLocation (必要) |
ParquetFormat (Parquet格式)
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存格式的類型。 | 'ParquetFormat' (必要) |
PaypalObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'PaypalObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
PhoenixDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Phoenix 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Phoenix 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
PhoenixObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'PhoenixObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | PhoenixDatasetTypeProperties |
PostgreSqlTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'PostgreSqlTable' (必要) |
類型屬性 | PostgreSQL 數據表數據集屬性。 | PostgreSqlTableDatasetTypeProperties |
PostgreSqlTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | PostgreSQL 架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | PostgreSQL 資料表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
PostgreSqlV2TableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'PostgreSqlV2Table' (必要) |
類型屬性 | PostgreSQLV2 數據表數據集屬性。 | PostgreSqlV2TableDatasetTypeProperties |
PostgreSqlV2TableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | PostgreSQL 架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | PostgreSQL 資料表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
PrestoDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Presto 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Presto 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
PrestoObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'PrestoObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | PrestoDatasetTypeProperties |
QuickBooksObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'QuickBooksObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
RelationalTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'RelationalTable' (必要) |
類型屬性 | 關係型數據表數據集屬性。 | RelationalTableDatasetTypeProperties |
RelationalTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | 關係型數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
ResponsysObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ResponsysObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
RestResourceDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'RestResource' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | RestResourceDatasetType屬性 |
RestResourceDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
additionalHeaders | 要求中對 RESTful API 的其他 HTTP 標頭。 | RestResourceDatasetTypePropertiesAdditionalHeaders |
pagination規則 | 撰寫下一頁要求的分頁規則。 | RestResourceDatasetTypePropertiesPaginationRules |
相對網址 | RESTful API 所提供資源的相對 URL。 Type:string (或 expression with resultType string) 。 | 任何 |
requestBody(請求體) | 如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 Type:string (或 expression with resultType string) 。 | 任何 |
請求方法 | 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 Type:string (或 expression with resultType string) 。 | 任何 |
RestResourceDatasetTypePropertiesAdditionalHeaders
名字 | 描述 | 價值 |
---|
RestResourceDatasetTypePropertiesPaginationRules
名字 | 描述 | 價值 |
---|
SalesforceMarketingCloudObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SalesforceMarketingCloudObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
SalesforceObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SalesforceObject' (必要) |
類型屬性 | Salesforce 對象資料集屬性。 | SalesforceObjectDatasetType屬性 |
SalesforceObjectDatasetType屬性
名字 | 描述 | 價值 |
---|---|---|
物件API名稱 | Salesforce 物件 API 名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
SalesforceServiceCloudObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SalesforceServiceCloudObject' (必要) |
類型屬性 | Salesforce Service Cloud 對象數據集屬性。 | SalesforceServiceCloudObjectDatasetTypeProperties |
SalesforceServiceCloudObjectDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
物件API名稱 | Salesforce Service Cloud 物件 API 名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
SalesforceServiceCloudV2ObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SalesforceServiceCloudV2Object' (必要) |
類型屬性 | Salesforce Service Cloud V2 對象數據集屬性。 | SalesforceServiceCloudV2ObjectDatasetTypeProperties |
SalesforceServiceCloudV2ObjectDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
物件API名稱 | Salesforce Service Cloud V2 物件 API 名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
報告ID | Salesforce Service Cloud V2 reportId。 Type:string (或 expression with resultType string) 。 | 任何 |
SalesforceV2ObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SalesforceV2Object' (必要) |
類型屬性 | Salesforce V2 對象數據集屬性。 | SalesforceV2ObjectDatasetTypeProperties |
SalesforceV2ObjectDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
物件API名稱 | Salesforce V2 物件 API 名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
報告ID | Salesforce V2 報表標識符。類型:string (或 Expression with resultType string)。 | 任何 |
SapBwCubeDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SapBwCube' (必要) |
SapCloudForCustomerResourceDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SapCloudForCustomerResource' (必要) |
類型屬性 | SAP Cloud For Customer OData 資源數據集屬性。 | SapCloudForCustomerResourceDatasetTypeProperties (必要) |
SapCloudForCustomerResourceDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
路徑 | SAP Cloud for Customer OData 實體的路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SapEccResourceDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SapEccResource' (必要) |
類型屬性 | SAP ECC OData 資源數據集屬性。 | SapEccResourceDatasetTypeProperties (必要) |
SapEccResourceDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
路徑 | SAP ECC OData 實體的路徑。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SapHanaTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SapHanaTable' (必要) |
類型屬性 | SAP HANA 資料表屬性。 | SapHanaTableDatasetTypeProperties |
SapHanaTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | SAP HANA 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | SAP HANA 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
SapOdpResourceDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SapOdpResource' (必要) |
類型屬性 | SAP ODP 資源屬性。 | SapOdpResourceDatasetTypeProperties (必要) |
SapOdpResourceDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
上下文 | SAP ODP 對象的內容。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
物件名稱 | SAP ODP 物件的名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SapOpenHubTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SapOpenHubTable' (必要) |
類型屬性 | Sap Business Warehouse Open Hub 目的地數據表屬性。 | SapOpenHubTableDatasetTypeProperties (必要) |
SapOpenHubTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
baseRequestId 資料庫 | 要求差異載入的標識碼。 設定之後,只會擷取 requestId 大於此屬性的值的數據。 預設值為 0。 類型:integer (或 expression with resultType integer 的運算式 )。 | 任何 |
excludeLastRequest | 是否要排除最後一個要求的記錄。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
openHubDestinationName (打開HubDestinationName) | [開啟中樞目的地] 的名稱,其目的地類型為Database Table。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
SapTableResourceDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SapTableResource' (必要) |
類型屬性 | SAP 資料表資源屬性。 | SapTableResourceDatasetTypeProperties (必要) |
SapTableResourceDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | SAP 資料表的名稱。 Type:string (或 expression with resultType string) 。 | 任何 (必要) |
ServiceNowObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ServiceNowObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
ServiceNowV2DatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | 數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
數值類型 | 從來源複製的值類型。 | '實際' '顯示' |
ServiceNowV2ObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ServiceNowV2Object' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | ServiceNowV2DatasetTypeProperties |
Sftp位置
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集儲存位置的類型。 | 'SftpLocation' (必要) |
SharePointOnlineListDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
清單名稱 | SharePoint Online 列表的名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
SharePointOnlineListResourceDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SharePointOnlineListResource' (必要) |
類型屬性 | Sharepoint Online 清單數據集屬性。 | SharePointOnlineListDatasetTypeProperties |
ShopifyObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ShopifyObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
SnowflakeDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SnowflakeTable' (必要) |
類型屬性 | Snowflake 數據集屬性。 | SnowflakeDatasetTypeProperties (必要) |
SnowflakeDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Snowflake 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Snowflake 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
SnowflakeV2Dataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SnowflakeV2Table' (必要) |
類型屬性 | Snowflake 數據集屬性。 | SnowflakeDatasetTypeProperties (必要) |
SparkDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Spark 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Spark 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
SparkObjectDataset
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SparkObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | SparkDatasetTypeProperties |
SqlServerTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SqlServerTable' (必要) |
類型屬性 | 內部部署 SQL Server 資料集屬性。 | SqlServerTableDatasetTypeProperties |
SqlServerTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | SQL Server 資料集的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | SQL Server 資料集的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
SquareObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SquareObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
SybaseTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'SybaseTable' (必要) |
類型屬性 | Sybase 數據表數據集屬性。 | SybaseTableDatasetTypeProperties |
SybaseTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料表名稱 | Sybase 數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
TeradataTable數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'TeradataTable' (必要) |
類型屬性 | Teradata 資料集屬性。 | TeradataTableDatasetTypeProperties |
TeradataTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
資料庫 | Teradata 的資料庫名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Teradata 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
文字格式
名字 | 描述 | 價值 |
---|---|---|
columnDelimiter | 數據行分隔符。 Type:string (或 expression with resultType string) 。 | 任何 |
編碼名稱 | 慣用編碼的代碼頁名稱。 如果遺漏,除非 BOM 表示另一個 Unicode 編碼,否則預設值為 TfÇ£utf-8UniÇ¥。 若要設定支援的值,請參閱下列連結中數據表的 ーÇ£NameЛÇ¥ 數據行:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 | 任何 |
escapeChar 的 | 逸出字元。 Type:string (或 expression with resultType string) 。 | 任何 |
firstRowAsHeader 的 | 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
空值 | Null 值字串。 Type:string (或 expression with resultType string) 。 | 任何 |
quoteChar | 引號字元。 Type:string (或 expression with resultType string) 。 | 任何 |
rowDelimiter (行分隔符) | 數據列分隔符。 Type:string (或 expression with resultType string) 。 | 任何 |
skipLineCount | 剖析文字檔時要略過的行/列數。 預設值為 0。 類型:integer (或 expression with resultType integer) 。 | 任何 |
treatEmptyAsNull | 將文字檔中的空白資料行值視為 null。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 | 任何 |
類型 | 數據集儲存格式的類型。 | 'TextFormat' (必要) |
VerticaDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Vertica 的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Vertica 的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
資料表名稱 | 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 | 任何 |
VerticaTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'VerticaTable' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | VerticaDatasetTypeProperties |
WarehouseTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'WarehouseTable' (必要) |
類型屬性 | Microsoft網狀架構倉儲數據集屬性。 | WarehouseTableDatasetTypeProperties |
WarehouseTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
圖式 | Microsoft網狀架構倉儲的架構名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
桌子 | Microsoft網狀架構倉儲的數據表名稱。 Type:string (或 expression with resultType string) 。 | 任何 |
WebTableDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'WebTable' (必要) |
類型屬性 | Web 資料表數據集屬性。 | WebTableDatasetTypeProperties (必要) |
WebTableDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
指數 | 網頁中數據表以零起始的索引。 類型:integer (或 expression with resultType integer), minimum: 0。 | 任何 (必要) |
路徑 | 鏈接服務 URL 中網頁的相對 URL。 Type:string (或 expression with resultType string) 。 | 任何 |
XeroObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'XeroObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |
XmlDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'Xml' (必要) |
類型屬性 | Xml 資料集屬性。 | XmlDatasetTypeProperties |
XmlDatasetTypeProperties
名字 | 描述 | 價值 |
---|---|---|
壓縮 | 用於 json 數據集的數據壓縮方法。 | 數據集壓縮 |
編碼名稱 | 慣用編碼的代碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中資料表的名稱資料列,以設定支援的值:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 | 任何 |
位置 | json 數據記憶體的位置。 | DatasetLocation (必要) |
空值 | Null 值字串。 Type:string (或 expression with resultType string) 。 | 任何 |
ZohoObjectDataset 數據集
名字 | 描述 | 價值 |
---|---|---|
類型 | 數據集的類型。 | 'ZohoObject' (必要) |
類型屬性 | 此數據集類型特有的屬性。 | GenericDatasetType屬性 |