Microsoft.DataFactory Factoryies/datasets 2017-09-01-preview

Bicep 資源定義

處理站/資料集資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。

資源格式

若要建立 Microsoft.DataFactory/factoryies/datasets 資源,請將下列 Bicep 新增至您的範本。

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

數據集物件

設定 type 屬性以指定物件的類型。

針對 AmazonMWSObject,請使用:

  type: 'AmazonMWSObject'

針對 AmazonS3Object,請使用:

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

針對 AzureBlob,請使用:

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

針對 AzureDataLakeStoreFile,請使用:

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

針對 AzureMySqlTable,請使用:

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

針對 AzurePostgreSqlTable,請使用:

  type: 'AzurePostgreSqlTable'

針對 AzureSearchIndex,請使用:

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

針對 AzureSqlDWTable,請使用:

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

針對 AzureSqlTable,請使用:

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

針對 AzureTable,請使用:

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

針對 CassandraTable,請使用:

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

針對 ConcurObject,請使用:

  type: 'ConcurObject'

針對 CouchbaseTable,請使用:

  type: 'CouchbaseTable'

針對 DocumentDbCollection,請使用:

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

針對 DrillTable,請使用:

  type: 'DrillTable'

針對 DynamicsEntity,請使用:

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

針對 EloquaObject,請使用:

  type: 'EloquaObject'

針對 FileShare,請使用:

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

針對 GoogleBigQueryObject,請使用:

  type: 'GoogleBigQueryObject'

針對 GreenplumTable,請使用:

  type: 'GreenplumTable'

針對 HBaseObject,請使用:

  type: 'HBaseObject'

針對 HiveObject,請使用:

  type: 'HiveObject'

針對 HttpFile,請使用:

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

針對 HubspotObject,請使用:

  type: 'HubspotObject'

針對 ImpalaObject,請使用:

  type: 'ImpalaObject'

針對 JiraObject,請使用:

  type: 'JiraObject'

針對 MagentoObject,請使用:

  type: 'MagentoObject'

針對 MariaDBTable,請使用:

  type: 'MariaDBTable'

針對 MarketoObject,請使用:

  type: 'MarketoObject'

針對 MongoDbCollection,請使用:

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

針對 NetezzaTable,請使用:

  type: 'NetezzaTable'

針對 ODataResource,請使用:

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

針對 OracleTable,請使用:

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

針對 PaypalObject,請使用:

  type: 'PaypalObject'

針對 PhoenixObject,請使用:

  type: 'PhoenixObject'

針對 PrestoObject,請使用:

  type: 'PrestoObject'

針對 QuickBooksObject,請使用:

  type: 'QuickBooksObject'

針對 RelationalTable,請使用:

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

針對 ResponsysObject,請使用:

  type: 'ResponsysObject'

針對 SalesforceMarketingCloudObject,請使用:

  type: 'SalesforceMarketingCloudObject'

針對 SalesforceObject,請使用:

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

針對 SapCloudForCustomerResource,請使用:

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

針對 SapEccResource,請使用:

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

針對 ServiceNowObject,請使用:

  type: 'ServiceNowObject'

針對 ShopifyObject,請使用:

  type: 'ShopifyObject'

針對 SparkObject,請使用:

  type: 'SparkObject'

針對 SqlServerTable,請使用:

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

針對 SquareObject,請使用:

  type: 'SquareObject'

針對 VerticaTable,請使用:

  type: 'VerticaTable'

針對 WebTable,請使用:

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

針對 XeroObject,請使用:

  type: 'XeroObject'

針對 ZohoObject,請使用:

  type: 'ZohoObject'

DatasetCompression 物件

設定 type 屬性以指定物件的類型。

針對 BZip2,請使用:

  type: 'BZip2'

針對 Deflate,請使用:

  type: 'Deflate'
  level: 'string'

針對 GZip,請使用:

  type: 'GZip'
  level: 'string'

針對 ZipDflate,請使用:

  type: 'ZipDeflate'
  level: 'string'

DatasetStorageFormat 物件

設定 type 屬性以指定物件的類型。

屬性值

factoryies/datasets

名稱 描述
NAME 資源名稱

瞭解如何在 Bicep 中設定子資源的名稱和類型。
需要字串 ()

字元限制:1-260

合法字元:
不能使用:
<>*#.%&:\\+?/- 或控制字元

以英數字元開頭。
父系 (parent) 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增此屬性。

如需詳細資訊,請參閱 父資源外部的子資源
類型資源的符號名稱: Factory
properties 數據集屬性。 需要數據集 ()

資料集

名稱 描述
註解 可用於描述數據集的標記清單。 any[]
description 數據集描述。 字串
linkedServiceName 連結服務參考。 需要 LinkedServiceReference ()
參數 數據集的參數。 ParameterDefinitionSpecification
structure 定義數據集結構的數據行。 Type:array (或 Expression with resultType array) , itemType: DatasetDataElement。 針對 Bicep,您可以使用 任何 () 函式。
類型 設定物件類型 AmazonMWSObject
AmazonS3Object
AzureBlob
AzureDataLakeStoreFile
AzureMySqlTable
AzurePostgreSqlTable
AzureSearchIndex
AzureSqlDWTable
AzureSqlTable
AzureTable
CassandraTable
ConcurObject
CouchbaseTable
DocumentDbCollection
DrillTable
DynamicsEntity
EloquaObject
FileShare
GoogleBigQueryObject
GreenplumTable
HBaseObject
HiveObject
HttpFile
HubspotObject
ImpalaObject
JiraObject
MagentoObject
MariaDBTable
MarketoObject
MongoDbCollection
NetezzaTable
ODataResource
OracleTable
PaypalObject
PhoenixObject
PrestoObject
QuickBooksObject
RelationalTable
ResponsysObject
SalesforceMarketingCloudObject
SalesforceObject
SapCloudForCustomerResource
SapEccResource
ServiceNowObject
ShopifyObject
SparkObject
SqlServerTable
SquareObject
VerticaTable
WebTable
XeroObject
需要 ZohoObject ()

LinkedServiceReference

名稱 描述
參數 LinkedService 的自變數。 ParameterValueSpecification
referenceName 參考 LinkedService 名稱。 需要字串 ()
類型 鏈接的服務參考類型。 'LinkedServiceReference' (必要)

ParameterValueSpecification

名稱 描述
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

ParameterDefinitionSpecification

名稱 描述
{自定義屬性} ParameterSpecification

ParameterSpecification

名稱 描述
defaultValue 參數的預設值。 針對 Bicep,您可以使用 任何 () 函式。
類型 參數類型。 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String' (必要)

AmazonMWSObjectDataset

名稱 描述
類型 數據集的類型。 'AmazonMWSObject' (必要)

AmazonS3Dataset

名稱 描述
類型 數據集的類型。 'AmazonS3Object' (必要)
typeProperties Amazon S3 資料集屬性。 AmazonS3DatasetTypeProperties (必要)

AmazonS3DatasetTypeProperties

名稱 描述
bucketName Amazon S3 貯體的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()
compression 用於 Amazon S3 物件的數據壓縮方法。 DatasetCompression
format 檔案格式。 DatasetStorageFormat
索引鍵 Amazon S3 物件的索引鍵。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
prefix S3 物件名稱的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
version S3 物件的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

DatasetCompression

名稱 描述
類型 設定物件類型 BZip2
緊縮
Gzip
需要 ZipD ()

DatasetBZip2Compression

名稱 描述
類型 數據集壓縮的類型。 'BZip2' (必要)

DatasetDeflateCompression

名稱 描述
類型 數據集壓縮的類型。 'Deflate' (必要)
等級 Deflate 壓縮層級。 'Fastest'
'Optimal'

DatasetGZipCompression

名稱 描述
類型 數據集壓縮的類型。 'GZip' (必要)
等級 GZip 壓縮層級。 'Fastest'
'Optimal'

DatasetZipDeflateCompression

名稱 描述
類型 數據集壓縮的類型。 'ZipD (必要)
等級 ZipDeflate 壓縮層級。 'Fastest'
'Optimal'

DatasetStorageFormat

名稱 描述
還原串行化程式 還原串行化程式。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
序列化程式 串行化程式。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureBlobDataset

名稱 描述
類型 數據集的類型。 需要 『AzureBlob』 ()
typeProperties Azure Blob 資料集屬性。 AzureBlobDatasetTypeProperties (必要)

AzureBlobDatasetTypeProperties

名稱 描述
compression 用於 Blob 記憶體的數據壓縮方法。 DatasetCompression
fileName Azure Blob 的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
folderPath Azure Blob 記憶體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
format Azure Blob 記憶體的格式。 DatasetStorageFormat
tableRootLocation Blob 路徑的根目錄。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureDataLakeStoreDataset

名稱 描述
類型 數據集的類型。 'AzureDataLakeStoreFile' (必要)
typeProperties Azure Data Lake Store 數據集屬性。 AzureDataLakeStoreDatasetTypeProperties (必要)

AzureDataLakeStoreDatasetTypeProperties

名稱 描述
compression 用於 Azure Data Lake Store 中專案 () 的數據壓縮方法。 DatasetCompression
fileName Azure Data Lake Store 中的檔名。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
folderPath Azure Data Lake Store 中資料夾的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)
format Data Lake Store 的格式。 DatasetStorageFormat

AzureMySqlTableDataset

名稱 描述
類型 數據集的類型。 'AzureMySqlTable' (必要)
typeProperties Azure MySQL 資料庫數據集屬性。 需要 AzureMySqlTableDatasetTypeProperties ()

AzureMySqlTableDatasetTypeProperties

名稱 描述
tableName Azure MySQL 資料庫數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AzurePostgreSqlTableDataset

名稱 描述
類型 數據集的類型。 'AzurePostgreSqlTable' (必要)

AzureSearchIndexDataset

名稱 描述
類型 數據集的類型。 'AzureSearchIndex' (必要)
typeProperties 這個數據集類型特有的屬性。 AzureSearchIndexDatasetTypeProperties (必要)

AzureSearchIndexDatasetTypeProperties

名稱 描述
IndexName Azure 搜尋服務索引的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)

AzureSqlDWTableDataset

名稱 描述
類型 數據集的類型。 'AzureSqlDWTable' (必要)
typeProperties Azure SQL Data Warehouse 數據集屬性。 需要 AzureSqlDWTableDatasetTypeProperties ()

AzureSqlDWTableDatasetTypeProperties

名稱 描述
tableName Azure SQL Data Warehouse 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)

AzureSqlTableDataset

名稱 描述
類型 數據集的類型。 'AzureSqlTable' (必要)
typeProperties Azure SQL 數據集屬性。 AzureSqlTableDatasetTypeProperties (必要)

AzureSqlTableDatasetTypeProperties

名稱 描述
tableName Azure SQL 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)

AzureTableDataset

名稱 描述
類型 數據集的類型。 'AzureTable' (必要)
typeProperties Azure 資料表數據集屬性。 AzureTableDatasetTypeProperties (必要)

AzureTableDatasetTypeProperties

名稱 描述
tableName Azure 資料表記憶體的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)

CassandraTableDataset

名稱 描述
類型 數據集的類型。 'CassandraTable' (必要)
typeProperties Cassandra 資料集屬性。 CassandraTableDatasetTypeProperties (必要)

CassandraTableDatasetTypeProperties

名稱 描述
keyspace Cassandra 資料庫的 keyspace。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableName Cassandra 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

ConcurObjectDataset

名稱 描述
類型 數據集的類型。 'ConcurObject' (必要)

CouchbaseTableDataset

名稱 描述
類型 數據集的類型。 'CouchbaseTable' (必要)

DocumentDbCollectionDataset

名稱 描述
類型 數據集的類型。 'DocumentDbCollection' (必要)
typeProperties DocumentDB 集合數據集屬性。 DocumentDbCollectionDatasetTypeProperties (必要)

DocumentDbCollectionDatasetTypeProperties

名稱 描述
collectionName 檔案資料庫集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()

DrillTableDataset

名稱 描述
類型 數據集的類型。 需要 『DrillTable』 ()

DynamicsEntityDataset

名稱 描述
類型 數據集的類型。 'DynamicsEntity' (必要)
typeProperties Dynamics 實體數據集屬性。 DynamicsEntityDatasetTypeProperties (必要)

DynamicsEntityDatasetTypeProperties

名稱 描述
entityName 實體的邏輯名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

EloquaObjectDataset

名稱 描述
類型 數據集的類型。 'EloquaObject' (必要)

FileShareDataset

名稱 描述
類型 數據集的類型。 'FileShare' (必要)
typeProperties 內部部署檔案系統數據集屬性。 FileShareDatasetTypeProperties (必要)

FileShareDatasetTypeProperties

名稱 描述
compression 用於檔案系統的數據壓縮方法。 DatasetCompression
fileFilter 指定要用來在 folderPath (而不是所有檔案) 中選取檔案子集的篩選器。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
fileName 內部部署檔案系統的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
folderPath 內部部署檔案系統的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
format 檔案的格式。 DatasetStorageFormat

GoogleBigQueryObjectDataset

名稱 描述
類型 數據集的類型。 'GoogleBigQueryObject' (必要)

GreenplumTableDataset

名稱 描述
類型 數據集的類型。 需要 'GreenplumTable' ()

HBaseObjectDataset

名稱 描述
類型 數據集的類型。 'HBaseObject' (必要)

HiveObjectDataset

名稱 描述
類型 數據集的類型。 'HiveObject' (必要)

HttpDataset

名稱 描述
類型 數據集的類型。 'HttpFile' (必要)
typeProperties 這個數據集類型特有的屬性。 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) 。
針對 Bicep,您可以使用 任何 () 函式。
compression 用於檔案的數據壓縮方法。 DatasetCompression
format 檔案格式。 DatasetStorageFormat
relativeUrl 根據 HttpLinkedService 中 URL 的相對 URL 會參考 HTTP 檔類型:string (或 Expression with resultType string) 。 針對 Bicep,您可以使用 任何 () 函式。
requestBody HTTP 要求的主體。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
requestMethod HTTP 要求的 HTTP 方法。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

HubspotObjectDataset

名稱 描述
類型 數據集的類型。 'HubspotObject' (必要)

ImpalaObjectDataset

名稱 描述
類型 數據集的類型。 'ImpalaObject' (必要)

JiraObjectDataset

名稱 描述
類型 數據集的類型。 需要 『JiraObject』 ()

MagentoObjectDataset

名稱 描述
類型 數據集的類型。 'MagentoObject' (必要)

MariaDBTableDataset

名稱 描述
類型 數據集的類型。 需要 'MariaDBTable' ()

MarketoObjectDataset

名稱 描述
類型 數據集的類型。 'MarketoObject' (必要)

MongoDbCollectionDataset

名稱 描述
類型 數據集的類型。 'MongoDbCollection' (必要)
typeProperties MongoDB 資料庫數據集屬性。 MongoDbCollectionDatasetTypeProperties (必要)

MongoDbCollectionDatasetTypeProperties

名稱 描述
collectionName MongoDB 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)

NetezzaTableDataset

名稱 描述
類型 數據集的類型。 'NetezzaTable' (必要)

ODataResourceDataset

名稱 描述
類型 數據集的類型。 'ODataResource' (必要)
typeProperties OData 數據集屬性。 ODataResourceDatasetTypeProperties (必要)

ODataResourceDatasetTypeProperties

名稱 描述
path OData 資源路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

OracleTableDataset

名稱 描述
類型 數據集的類型。 需要 『OracleTable』 ()
typeProperties 內部部署 Oracle 資料集屬性。 OracleTableDatasetTypeProperties (必要)

OracleTableDatasetTypeProperties

名稱 描述
tableName 內部部署 Oracle 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)

PaypalObjectDataset

名稱 描述
類型 數據集的類型。 需要 『PaypalObject』 ()

PhoenixObjectDataset

名稱 描述
類型 數據集的類型。 'PhoenixObject' (必要)

PrestoObjectDataset

名稱 描述
類型 數據集的類型。 必要 ('PrestoObject')

QuickBooksObjectDataset

名稱 描述
類型 數據集的類型。 需要 『QuickBooksObject』 ()

RelationalTableDataset

名稱 描述
類型 數據集的類型。 需要 'RelationalTable' ()
typeProperties 關係型數據表數據集屬性。 RelationalTableDatasetTypeProperties (必要)

RelationalTableDatasetTypeProperties

名稱 描述
tableName 關係型數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

ResponsysObjectDataset

名稱 描述
類型 數據集的類型。 'ResponsysObject' (必要)

SalesforceMarketingCloudObjectDataset

名稱 描述
類型 數據集的類型。 'SalesforceMarketingCloudObject' (必要)

SalesforceObjectDataset

名稱 描述
類型 數據集的類型。 'SalesforceObject' (必要)
typeProperties Salesforce 對象資料集屬性。 需要 SalesforceObjectDatasetTypeProperties ()

SalesforceObjectDatasetTypeProperties

名稱 描述
objectApiName Salesforce 物件 API 名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

SapCloudForCustomerResourceDataset

名稱 描述
類型 數據集的類型。 'SapCloudForCustomerResource' (必要)
typeProperties SAP Cloud for Customer OData 資源數據集屬性。 SapCloudForCustomerResourceDatasetTypeProperties (必要)

SapCloudForCustomerResourceDatasetTypeProperties

名稱 描述
path SAP Cloud for Customer OData 實體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)

SapEccResourceDataset

名稱 描述
類型 數據集的類型。 'SapEccResource' (必要)
typeProperties SAP ECC OData 資源數據集屬性。 需要 sapEccResourceDatasetTypeProperties ()

SapEccResourceDatasetTypeProperties

名稱 描述
path SAP ECC OData 實體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)

ServiceNowObjectDataset

名稱 描述
類型 數據集的類型。 'ServiceNowObject' (必要)

ShopifyObjectDataset

名稱 描述
類型 數據集的類型。 'ShopifyObject' (必要)

SparkObjectDataset

名稱 描述
類型 數據集的類型。 需要 『SparkObject』 ()

SqlServerTableDataset

名稱 描述
類型 數據集的類型。 'SqlServerTable' (必要)
typeProperties 內部部署 SQL Server 數據集屬性。 需要 sqlServerTableDatasetTypeProperties ()

SqlServerTableDatasetTypeProperties

名稱 描述
tableName SQL Server 資料集的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)

SquareObjectDataset

名稱 描述
類型 數據集的類型。 'SquareObject' (必要)

VerticaTableDataset

名稱 描述
類型 數據集的類型。 'VerticaTable' (必要)

WebTableDataset

名稱 描述
類型 數據集的類型。 'WebTable' (必要)
typeProperties Web 資料表數據集屬性。 需要 WebTableDatasetTypeProperties ()

WebTableDatasetTypeProperties

名稱 描述
索引 網頁中數據表以零起始的索引。 Type:integer (或 Expression with resultType integer) ,minimum: 0。 針對 Bicep,您可以使用 任何 () function. (所需的)
path 鏈接服務 URL 中網頁的相對 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

XeroObjectDataset

名稱 描述
類型 數據集的類型。 'XeroObject' (必要)

ZohoObjectDataset

名稱 描述
類型 數據集的類型。 'ZohoObject' (必要)

快速入門範本

下列快速入門範本會部署此資源類型。

範本 描述
Azure Data Factory 可以執行更多功能 - 按下即可嘗試 Azure Data Factory

部署至 Azure
此範本會為從 Azure Blob 複製到另一個 Azure Blob 的複製活動建立數據處理站管線
建立 Data Factory,從 Salesforce 複製到 Blob

部署至 Azure
此範本會使用 Azure Data Factory 來執行從 Salesforce 到 Azure Blob 的數據移動
使用 Azure Data Factory 大量複製

部署至 Azure
此範本會建立 V2 數據處理站,將數據大量複製到 Azure SQL 資料庫至 Azure SQL 數據倉儲。
建立 V2 數據處理站

部署至 Azure
此範本會建立 V2 資料處理站,將資料從 Azure Blob 儲存體 的資料夾複製到記憶體中的其他資料夾。
建立 V2 Data Factory (MySQL)

部署至 Azure
此範本會建立 V2 數據處理站,將資料從 Azure Blob 儲存體 的資料夾複製到 適用於 MySQL 的 Azure 資料庫 中的數據表。
建立 V2 Data Factory (PostGre)

部署至 Azure
此範本會建立 V2 資料處理站,將資料從 Azure Blob 儲存體 的資料夾複製到 適用於 PostgreSQL 的 Azure 資料庫 中的數據表。
建立 V2 Data Factory (SQL)

部署至 Azure
此範本會建立 V2 資料處理站,將資料從 Azure Blob 儲存體 的資料夾複製到 Azure SQL 資料庫中的數據表。
建立 V2 Data Factory (SQL 內部部署)

部署至 Azure
此範本會建立 V2 數據處理站,將數據從內部部署 SQL Server 複製到 Azure Blob 記憶體

ARM 範本資源定義

處理站/資料集資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。

資源格式

若要建立 Microsoft.DataFactory/factoryies/datasets 資源,請將下列 JSON 新增至您的範本。

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

數據集物件

設定 type 屬性以指定物件的類型。

針對 AmazonMWSObject,請使用:

  "type": "AmazonMWSObject"

針對 AmazonS3Object,請使用:

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

針對 AzureBlob,請使用:

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

針對 AzureDataLakeStoreFile,請使用:

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

針對 AzureMySqlTable,請使用:

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

針對 AzurePostgreSqlTable,請使用:

  "type": "AzurePostgreSqlTable"

針對 AzureSearchIndex,請使用:

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

針對 AzureSqlDWTable,請使用:

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

針對 AzureSqlTable,請使用:

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

針對 AzureTable,請使用:

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

針對 CassandraTable,請使用:

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

針對 ConcurObject,請使用:

  "type": "ConcurObject"

針對 CouchbaseTable,請使用:

  "type": "CouchbaseTable"

針對 DocumentDbCollection,請使用:

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

針對 DrillTable,請使用:

  "type": "DrillTable"

針對 DynamicsEntity,請使用:

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

針對 EloquaObject,請使用:

  "type": "EloquaObject"

針對 FileShare,請使用:

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

針對 GoogleBigQueryObject,請使用:

  "type": "GoogleBigQueryObject"

針對 GreenplumTable,請使用:

  "type": "GreenplumTable"

針對 HBaseObject,請使用:

  "type": "HBaseObject"

針對 HiveObject,請使用:

  "type": "HiveObject"

針對 HttpFile,請使用:

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

針對 HubspotObject,請使用:

  "type": "HubspotObject"

針對 ImpalaObject,請使用:

  "type": "ImpalaObject"

針對 JiraObject,請使用:

  "type": "JiraObject"

針對 MagentoObject,請使用:

  "type": "MagentoObject"

針對 MariaDBTable,請使用:

  "type": "MariaDBTable"

針對 MarketoObject,請使用:

  "type": "MarketoObject"

針對 MongoDbCollection,請使用:

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

針對 NetezzaTable,請使用:

  "type": "NetezzaTable"

針對 ODataResource,請使用:

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

針對 OracleTable,請使用:

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

針對 PaypalObject,請使用:

  "type": "PaypalObject"

針對 PhoenixObject,請使用:

  "type": "PhoenixObject"

針對 PrestoObject,請使用:

  "type": "PrestoObject"

針對 QuickBooksObject,請使用:

  "type": "QuickBooksObject"

針對 RelationalTable,請使用:

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

針對 ResponsysObject,請使用:

  "type": "ResponsysObject"

針對 SalesforceMarketingCloudObject,請使用:

  "type": "SalesforceMarketingCloudObject"

針對 SalesforceObject,請使用:

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

針對 SapCloudForCustomerResource,請使用:

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

針對 SapEccResource,請使用:

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

針對 ServiceNowObject,請使用:

  "type": "ServiceNowObject"

針對 ShopifyObject,請使用:

  "type": "ShopifyObject"

針對 SparkObject,請使用:

  "type": "SparkObject"

針對 SqlServerTable,請使用:

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

針對 SquareObject,請使用:

  "type": "SquareObject"

針對 VerticaTable,請使用:

  "type": "VerticaTable"

針對 WebTable,請使用:

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

針對 XeroObject,請使用:

  "type": "XeroObject"

針對 ZohoObject,請使用:

  "type": "ZohoObject"

DatasetCompression 物件

設定 type 屬性以指定物件的類型。

針對 BZip2,請使用:

  "type": "BZip2"

針對 Deflate,請使用:

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

針對 GZip,請使用:

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

針對 ZipDeflate,請使用:

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

DatasetStorageFormat 物件

設定 type 屬性以指定物件的類型。

屬性值

factoryies/datasets

名稱 描述
類型 資源類型 'Microsoft.DataFactory/factoryies/datasets'
apiVersion 資源 API 版本 '2017-09-01-preview'
NAME 資源名稱

請參閱如何在 JSON ARM 樣本中設定子資源的名稱和類型。
字串 (必要)

字元限制:1-260

合法字元:
不能使用:
<>*#.%&:\\+?/- 或控制字元

以英數字元開頭。
properties 數據集屬性。 需要數據集 ()

資料集

名稱 描述
註解 可用於描述數據集的標記清單。 any[]
description 數據集描述。 字串
linkedServiceName 連結服務參考。 LinkedServiceReference (必要)
參數 數據集的參數。 ParameterDefinitionSpecification
structure 定義數據集結構的數據行。 Type:array (或 Expression with resultType array) ,itemType:DatasetDataElement。
類型 設定物件類型 AmazonMWSObject
AmazonS3Object
AzureBlob
AzureDataLakeStoreFile
AzureMySqlTable
AzurePostgreSqlTable
AzureSearchIndex
AzureSqlDWTable
AzureSqlTable
AzureTable
CassandraTable
ConcurObject
CouchbaseTable
DocumentDbCollection
DrillTable
DynamicsEntity
EloquaObject
FileShare
GoogleBigQueryObject
GreenplumTable
HBaseObject
HiveObject
HttpFile
HubspotObject
ImpalaObject
JiraObject
MagentoObject
MariaDBTable
MarketoObject
MongoDbCollection
NetezzaTable
ODataResource
OracleTable
PaypalObject
PhoenixObject
PrestoObject
QuickBooksObject
RelationalTable
ResponsysObject
SalesforceMarketingCloudObject
SalesforceObject
SapCloudForCustomerResource
SapEccResource
ServiceNowObject
ShopifyObject
SparkObject
SqlServerTable
SquareObject
VerticaTable
WebTable
XeroObject
需要 ZohoObject ()

LinkedServiceReference

名稱 描述
參數 LinkedService 的自變數。 ParameterValueSpecification
referenceName 參考 LinkedService 名稱。 需要字串 ()
類型 鏈接的服務參考類型。 'LinkedServiceReference' (必要)

ParameterValueSpecification

名稱 描述
{自定義屬性}

ParameterDefinitionSpecification

名稱 描述
{自定義屬性} ParameterSpecification

ParameterSpecification

名稱 描述
defaultValue 參數的預設值。
類型 參數類型。 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
需要 『String』 ()

AmazonMWSObjectDataset

名稱 描述
類型 數據集的類型。 需要 『AmazonMWSObject』 ()

AmazonS3Dataset

名稱 描述
類型 數據集的類型。 'AmazonS3Object' (必要)
typeProperties Amazon S3 資料集屬性。 AmazonS3DatasetTypeProperties (必要)

AmazonS3DatasetTypeProperties

名稱 描述
bucketName Amazon S3 貯體的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
compression 用於 Amazon S3 物件的數據壓縮方法。 DatasetCompression
format 檔案格式。 DatasetStorageFormat
索引鍵 Amazon S3 物件的索引鍵。 類型:字串 (或具有 resultType 字串的 Expression) 。
prefix S3 物件名稱的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。
version S3 物件的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。

DatasetCompression

名稱 描述
類型 設定物件類型 BZip2
緊縮
Gzip
需要 ZipD ()

DatasetBZip2Compression

名稱 描述
類型 數據集壓縮的類型。 'BZip2' (必要)

DatasetDeflateCompression

名稱 描述
類型 數據集壓縮的類型。 'Deflate' (必要)
等級 Deflate 壓縮層級。 'Fastest'
'Optimal'

DatasetGZipCompression

名稱 描述
類型 數據集壓縮的類型。 'GZip' (必要)
等級 GZip 壓縮層級。 'Fastest'
'Optimal'

DatasetZipDeflateCompression

名稱 描述
類型 數據集壓縮的類型。 必要 ('ZipDeflate')
等級 ZipDeflate 壓縮層級。 'Fastest'
'Optimal'

DatasetStorageFormat

名稱 描述
還原串行化程式 還原串行化程式。 類型:字串 (或具有 resultType 字串的 Expression) 。
序列化程式 串行化程式。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureBlobDataset

名稱 描述
類型 數據集的類型。 'AzureBlob' (必要)
typeProperties Azure Blob 資料集屬性。 AzureBlobDatasetTypeProperties (必要)

AzureBlobDatasetTypeProperties

名稱 描述
compression 用於 Blob 記憶體的數據壓縮方法。 DatasetCompression
fileName Azure Blob 的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
folderPath Azure Blob 記憶體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
format Azure Blob 記憶體的格式。 DatasetStorageFormat
tableRootLocation Blob 路徑的根目錄。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureDataLakeStoreDataset

名稱 描述
類型 數據集的類型。 'AzureDataLakeStoreFile' (必要)
typeProperties Azure Data Lake Store 數據集屬性。 AzureDataLakeStoreDatasetTypeProperties (必要)

AzureDataLakeStoreDatasetTypeProperties

名稱 描述
compression 用於 Azure Data Lake Store 中專案 () 的數據壓縮方法。 DatasetCompression
fileName Azure Data Lake Store 中的檔名。 類型:字串 (或具有 resultType 字串的 Expression) 。
folderPath Azure Data Lake Store 中資料夾的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
format Data Lake Store 的格式。 DatasetStorageFormat

AzureMySqlTableDataset

名稱 描述
類型 數據集的類型。 必要) 'AzureMySqlTable' (
typeProperties Azure MySQL 資料庫數據集屬性。 AzureMySqlTableDatasetTypeProperties (必要)

AzureMySqlTableDatasetTypeProperties

名稱 描述
tableName Azure MySQL 資料庫數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzurePostgreSqlTableDataset

名稱 描述
類型 數據集的類型。 'AzurePostgreSqlTable' (必要)

AzureSearchIndexDataset

名稱 描述
類型 數據集的類型。 'AzureSearchIndex' (必要)
typeProperties 此數據集類型特有的屬性。 AzureSearchIndexDatasetTypeProperties (必要)

AzureSearchIndexDatasetTypeProperties

名稱 描述
IndexName Azure 搜尋服務索引的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureSqlDWTableDataset

名稱 描述
類型 數據集的類型。 'AzureSqlDWTable' (必要)
typeProperties Azure SQL Data Warehouse 數據集屬性。 AzureSqlDWTableDatasetTypeProperties (必要)

AzureSqlDWTableDatasetTypeProperties

名稱 描述
tableName Azure SQL Data Warehouse 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureSqlTableDataset

名稱 描述
類型 數據集的類型。 'AzureSqlTable' (必要)
typeProperties Azure SQL 數據集屬性。 AzureSqlTableDatasetTypeProperties (必要)

AzureSqlTableDatasetTypeProperties

名稱 描述
tableName Azure SQL 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureTableDataset

名稱 描述
類型 數據集的類型。 'AzureTable' (必要)
typeProperties Azure 資料表數據集屬性。 AzureTableDatasetTypeProperties (必要)

AzureTableDatasetTypeProperties

名稱 描述
tableName Azure 資料表記憶體的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

CassandraTableDataset

名稱 描述
類型 數據集的類型。 'CassandraTable' (必要)
typeProperties Cassandra 資料集屬性。 CassandraTableDatasetTypeProperties (必要)

CassandraTableDatasetTypeProperties

名稱 描述
keyspace Cassandra 資料庫的 keyspace。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName Cassandra 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

ConcurObjectDataset

名稱 描述
類型 數據集的類型。 'ConcurObject' (必要)

CouchbaseTableDataset

名稱 描述
類型 數據集的類型。 'CouchbaseTable' (必要)

DocumentDbCollectionDataset

名稱 描述
類型 數據集的類型。 'DocumentDbCollection' (必要)
typeProperties DocumentDB 集合數據集屬性。 DocumentDbCollectionDatasetTypeProperties (必要)

DocumentDbCollectionDatasetTypeProperties

名稱 描述
collectionName 檔案資料庫集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

DrillTableDataset

名稱 描述
類型 數據集的類型。 需要 『DrillTable』 ()

DynamicsEntityDataset

名稱 描述
類型 數據集的類型。 需要 'DynamicsEntity' ()
typeProperties Dynamics 實體數據集屬性。 需要 DynamicsEntityDatasetTypeProperties ()

DynamicsEntityDatasetTypeProperties

名稱 描述
entityName 實體的邏輯名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

EloquaObjectDataset

名稱 描述
類型 數據集的類型。 'EloquaObject' (必要)

FileShareDataset

名稱 描述
類型 數據集的類型。 'FileShare' (必要)
typeProperties 內部部署檔案系統數據集屬性。 FileShareDatasetTypeProperties (必要)

FileShareDatasetTypeProperties

名稱 描述
compression 用於檔案系統的數據壓縮方法。 DatasetCompression
fileFilter 指定要用來在 folderPath (而不是所有檔案) 中選取檔案子集的篩選器。 類型:字串 (或具有 resultType 字串的 Expression) 。
fileName 內部部署檔案系統的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
folderPath 內部部署檔案系統的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
format 檔案的格式。 DatasetStorageFormat

GoogleBigQueryObjectDataset

名稱 描述
類型 數據集的類型。 'GoogleBigQueryObject' (必要)

GreenplumTableDataset

名稱 描述
類型 數據集的類型。 需要 'GreenplumTable' ()

HBaseObjectDataset

名稱 描述
類型 數據集的類型。 'HBaseObject' (必要)

HiveObjectDataset

名稱 描述
類型 數據集的類型。 'HiveObject' (必要)

HttpDataset

名稱 描述
類型 數據集的類型。 'HttpFile' (必要)
typeProperties 這個數據集類型特有的屬性。 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) 。
compression 用於檔案的數據壓縮方法。 DatasetCompression
format 檔案格式。 DatasetStorageFormat
relativeUrl 根據 HttpLinkedService 中 URL 的相對 URL 是指 HTTP 檔類型:字串 (或 expression 與 resultType 字串) 。
requestBody HTTP 要求的主體。 類型:字串 (或具有 resultType 字串的 Expression) 。
requestMethod HTTP 要求的 HTTP 方法。 類型:字串 (或具有 resultType 字串的 Expression) 。

HubspotObjectDataset

名稱 描述
類型 數據集的類型。 'HubspotObject' (必要)

ImpalaObjectDataset

名稱 描述
類型 數據集的類型。 必要) 'ImpalaObject' (

JiraObjectDataset

名稱 描述
類型 數據集的類型。 'JiraObject' (必要)

MagentoObjectDataset

名稱 描述
類型 數據集的類型。 必要 ('MagentoObject')

MariaDBTableDataset

名稱 描述
類型 數據集的類型。 必要) 'MariaDBTable' (

MarketoObjectDataset

名稱 描述
類型 數據集的類型。 'MarketoObject' (必要)

MongoDbCollectionDataset

名稱 描述
類型 數據集的類型。 'MongoDbCollection' (必要)
typeProperties MongoDB 資料庫數據集屬性。 MongoDbCollectionDatasetTypeProperties (必要)

MongoDbCollectionDatasetTypeProperties

名稱 描述
collectionName MongoDB 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

NetezzaTableDataset

名稱 描述
類型 數據集的類型。 'NetezzaTable' (必要)

ODataResourceDataset

名稱 描述
類型 數據集的類型。 'ODataResource' (必要)
typeProperties OData 數據集屬性。 ODataResourceDatasetTypeProperties (必要)

ODataResourceDatasetTypeProperties

名稱 描述
path OData 資源路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。

OracleTableDataset

名稱 描述
類型 數據集的類型。 'OracleTable' (必要)
typeProperties 內部部署 Oracle 資料集屬性。 OracleTableDatasetTypeProperties (必要)

OracleTableDatasetTypeProperties

名稱 描述
tableName 內部部署 Oracle 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

PaypalObjectDataset

名稱 描述
類型 數據集的類型。 'PaypalObject' (必要)

PhoenixObjectDataset

名稱 描述
類型 數據集的類型。 必要) 『PhoenixObject』 (

PrestoObjectDataset

名稱 描述
類型 數據集的類型。 'PrestoObject' (必要)

QuickBooksObjectDataset

名稱 描述
類型 數據集的類型。 'QuickBooksObject' (必要)

RelationalTableDataset

名稱 描述
類型 數據集的類型。 需要 'RelationalTable' ()
typeProperties 關係型數據表數據集屬性。 RelationalTableDatasetTypeProperties (必要)

RelationalTableDatasetTypeProperties

名稱 描述
tableName 關係型數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

ResponsysObjectDataset

名稱 描述
類型 數據集的類型。 'ResponsysObject' (必要)

SalesforceMarketingCloudObjectDataset

名稱 描述
類型 數據集的類型。 'SalesforceMarketingCloudObject' (必要)

SalesforceObjectDataset

名稱 描述
類型 數據集的類型。 'SalesforceObject' (必要)
typeProperties Salesforce 對象資料集屬性。 SalesforceObjectDatasetTypeProperties (必要)

SalesforceObjectDatasetTypeProperties

名稱 描述
objectApiName Salesforce 物件 API 名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

SapCloudForCustomerResourceDataset

名稱 描述
類型 數據集的類型。 'SapCloudForCustomerResource' (必要)
typeProperties SAP Cloud For Customer OData 資源數據集屬性。 SapCloudForCustomerResourceDatasetTypeProperties (必要)

SapCloudForCustomerResourceDatasetTypeProperties

名稱 描述
path SAP Cloud for Customer OData 實體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。

SapEccResourceDataset

名稱 描述
類型 數據集的類型。 'SapEccResource' (必要)
typeProperties SAP ECC OData 資源數據集屬性。 sapEccResourceDatasetTypeProperties (必要)

SapEccResourceDatasetTypeProperties

名稱 描述
path SAP ECC OData 實體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。

ServiceNowObjectDataset

名稱 描述
類型 數據集的類型。 'ServiceNowObject' (必要)

ShopifyObjectDataset

名稱 描述
類型 數據集的類型。 'ShopifyObject' (必要)

SparkObjectDataset

名稱 描述
類型 數據集的類型。 'SparkObject' (必要)

SqlServerTableDataset

名稱 描述
類型 數據集的類型。 'SqlServerTable' (必要)
typeProperties 內部部署 SQL Server 數據集屬性。 SqlServerTableDatasetTypeProperties (必要)

SqlServerTableDatasetTypeProperties

名稱 描述
tableName SQL Server 資料集的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

SquareObjectDataset

名稱 描述
類型 數據集的類型。 必要 (『SquareObject』)

VerticaTableDataset

名稱 描述
類型 數據集的類型。 'VerticaTable' (必要)

WebTableDataset

名稱 描述
類型 數據集的類型。 'WebTable' (必要)
typeProperties Web 資料表數據集屬性。 WebTableDatasetTypeProperties (必要)

WebTableDatasetTypeProperties

名稱 描述
索引 網頁中數據表以零起始的索引。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。
path 來自鏈接服務 URL 之網頁的相對 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。

XeroObjectDataset

名稱 描述
類型 數據集的類型。 'XeroObject' (必要)

ZohoObjectDataset

名稱 描述
類型 數據集的類型。 'ZohoObject' (必要)

快速入門範本

下列快速入門範本會部署此資源類型。

範本 描述
Azure Data Factory 有更多可能 - 按兩下即可嘗試 Azure Data Factory

部署至 Azure
此範本會為從 Azure Blob 複製活動建立數據處理站管線,並將其複製到另一個 Azure Blob
建立 Data Factory,從 Salesforce 複製到 Blob

部署至 Azure
此範本會使用 Azure Data Factory 來執行從 Salesforce 移至 Azure Blob 的數據移動
使用 Azure Data Factory 大量複製

部署至 Azure
此範本會建立 V2 數據處理站,將數據大量複製到 Azure SQL 資料庫至 Azure SQL 數據倉儲。
建立 V2 數據處理站

部署至 Azure
此範本會建立 V2 資料處理站,將資料從 Azure Blob 儲存體 的資料夾複製到記憶體中的另一個資料夾。
建立 V2 Data Factory (MySQL)

部署至 Azure
此範本會建立 V2 資料處理站,將資料從 Azure Blob 儲存體 中的資料夾複製到 適用於 MySQL 的 Azure 資料庫 中的數據表。
建立 V2 Data Factory (PostGre)

部署至 Azure
此範本會建立 V2 資料處理站,將資料從 Azure Blob 儲存體 中的資料夾複製到 適用於 PostgreSQL 的 Azure 資料庫 中的數據表。
建立 V2 Data Factory (SQL)

部署至 Azure
此範本會建立 V2 資料處理站,將資料從 Azure Blob 儲存體 中的資料夾複製到 Azure SQL 資料庫中的數據表。
建立 V2 Data Factory (SQL 內部部署)

部署至 Azure
此範本會建立 V2 數據處理站,將數據從內部部署 SQL Server 複製到 Azure Blob 記憶體

Terraform (AzAPI 提供者) 資源定義

處理站/資料集資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄

資源格式

若要建立 Microsoft.DataFactory/factoryies/datasets 資源,請將下列 Terraform 新增至您的範本。

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

數據集物件

設定 type 屬性以指定物件的類型。

針對 AmazonMWSObject,請使用:

  type = "AmazonMWSObject"

針對 AmazonS3Object,請使用:

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

針對 AzureBlob,請使用:

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

針對 AzureDataLakeStoreFile,請使用:

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

針對 AzureMySqlTable,請使用:

  type = "AzureMySqlTable"
  typeProperties = {}

針對 AzurePostgreSqlTable,請使用:

  type = "AzurePostgreSqlTable"

針對 AzureSearchIndex,請使用:

  type = "AzureSearchIndex"
  typeProperties = {}

針對 AzureSqlDWTable,請使用:

  type = "AzureSqlDWTable"
  typeProperties = {}

針對 AzureSqlTable,請使用:

  type = "AzureSqlTable"
  typeProperties = {}

針對 AzureTable,請使用:

  type = "AzureTable"
  typeProperties = {}

針對 CassandraTable,請使用:

  type = "CassandraTable"
  typeProperties = {}

針對 ConcurObject,請使用:

  type = "ConcurObject"

針對 CouchbaseTable,請使用:

  type = "CouchbaseTable"

針對 DocumentDbCollection,請使用:

  type = "DocumentDbCollection"
  typeProperties = {}

針對 DrillTable,請使用:

  type = "DrillTable"

針對 DynamicsEntity,請使用:

  type = "DynamicsEntity"
  typeProperties = {}

針對 EloquaObject,請使用:

  type = "EloquaObject"

針對 FileShare,請使用:

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

針對 GoogleBigQueryObject,請使用:

  type = "GoogleBigQueryObject"

針對 GreenplumTable,請使用:

  type = "GreenplumTable"

針對 HBaseObject,請使用:

  type = "HBaseObject"

針對 HiveObject,請使用:

  type = "HiveObject"

針對 HttpFile,請使用:

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

針對 HubspotObject,請使用:

  type = "HubspotObject"

針對 ImpalaObject,請使用:

  type = "ImpalaObject"

針對 JiraObject,請使用:

  type = "JiraObject"

針對 MagentoObject,請使用:

  type = "MagentoObject"

針對 MariaDBTable,請使用:

  type = "MariaDBTable"

針對 MarketoObject,請使用:

  type = "MarketoObject"

針對 MongoDbCollection,請使用:

  type = "MongoDbCollection"
  typeProperties = {}

針對 NetezzaTable,請使用:

  type = "NetezzaTable"

針對 ODataResource,請使用:

  type = "ODataResource"
  typeProperties = {}

針對 OracleTable,請使用:

  type = "OracleTable"
  typeProperties = {}

針對 PaypalObject,請使用:

  type = "PaypalObject"

針對 PhoenixObject,請使用:

  type = "PhoenixObject"

針對 PrestoObject,請使用:

  type = "PrestoObject"

針對 QuickBooksObject,請使用:

  type = "QuickBooksObject"

針對 RelationalTable,請使用:

  type = "RelationalTable"
  typeProperties = {}

針對 ResponsysObject,請使用:

  type = "ResponsysObject"

針對 SalesforceMarketingCloudObject,請使用:

  type = "SalesforceMarketingCloudObject"

針對 SalesforceObject,請使用:

  type = "SalesforceObject"
  typeProperties = {}

針對 SapCloudForCustomerResource,請使用:

  type = "SapCloudForCustomerResource"
  typeProperties = {}

針對 SapEccResource,請使用:

  type = "SapEccResource"
  typeProperties = {}

針對 ServiceNowObject,請使用:

  type = "ServiceNowObject"

針對 ShopifyObject,請使用:

  type = "ShopifyObject"

針對 SparkObject,請使用:

  type = "SparkObject"

針對 SqlServerTable,請使用:

  type = "SqlServerTable"
  typeProperties = {}

針對 SquareObject,請使用:

  type = "SquareObject"

針對 VerticaTable,請使用:

  type = "VerticaTable"

針對 WebTable,請使用:

  type = "WebTable"
  typeProperties = {}

針對 XeroObject,請使用:

  type = "XeroObject"

針對 ZohoObject,請使用:

  type = "ZohoObject"

DatasetCompression 物件

設定 type 屬性以指定物件的類型。

針對 BZip2,請使用:

  type = "BZip2"

針對 Deflate,請使用:

  type = "Deflate"
  level = "string"

針對 GZip,請使用:

  type = "GZip"
  level = "string"

針對 ZipDeflate,請使用:

  type = "ZipDeflate"
  level = "string"

DatasetStorageFormat 物件

設定 type 屬性以指定物件的類型。

屬性值

factoryies/datasets

名稱 描述
類型 資源類型 “Microsoft.DataFactory/factories/datasets@2017-09-01-preview”
NAME 資源名稱 字串 (必要)

字元限制:1-260

合法字元:
不能使用:
<>*#.%&:\\+?/- 或控制字元

以英數字元開頭。
parent_id 此資源之父系的資源標識碼。 類型資源的標識碼: Factory
properties 數據集屬性。 需要數據集 ()

資料集

名稱 描述
註解 可用於描述數據集的標記清單。 any[]
description 數據集描述。 字串
linkedServiceName 連結服務參考。 LinkedServiceReference (必要)
參數 數據集的參數。 ParameterDefinitionSpecification
structure 定義數據集結構的數據行。 Type:array (或 Expression with resultType array) ,itemType:DatasetDataElement。
類型 設定物件類型 AmazonMWSObject
AmazonS3Object
AzureBlob
AzureDataLakeStoreFile
AzureMySqlTable
AzurePostgreSqlTable
AzureSearchIndex
AzureSqlDWTable
AzureSqlTable
AzureTable
CassandraTable
ConcurObject
CouchbaseTable
DocumentDbCollection
DrillTable
DynamicsEntity
EloquaObject
FileShare
GoogleBigQueryObject
GreenplumTable
HBaseObject
HiveObject
HttpFile
HubspotObject
ImpalaObject
JiraObject
MagentoObject
MariaDBTable
MarketoObject
MongoDbCollection
NetezzaTable
ODataResource
OracleTable
PaypalObject
PhoenixObject
PrestoObject
QuickBooksObject
RelationalTable
ResponsysObject
SalesforceMarketingCloudObject
SalesforceObject
SapCloudForCustomerResource
SapEccResource
ServiceNowObject
ShopifyObject
SparkObject
SqlServerTable
SquareObject
VerticaTable
WebTable
XeroObject
ZohoObject (必要)

LinkedServiceReference

名稱 描述
參數 LinkedService 的自變數。 ParameterValueSpecification
referenceName 參考 LinkedService 名稱。 字串 (必要)
類型 連結服務參考類型。 必要 (“LinkedServiceReference”)

ParameterValueSpecification

名稱 描述
{自定義屬性}

ParameterDefinitionSpecification

名稱 描述
{自定義屬性} ParameterSpecification

ParameterSpecification

名稱 描述
defaultValue 參數的預設值。
類型 參數類型。 “Array”
“Bool”
“Float”
“Int”
“Object”
“SecureString”
「字串」 (必要)

AmazonMWSObjectDataset

名稱 描述
類型 數據集的類型。 “AmazonMWSObject” (必要)

AmazonS3Dataset

名稱 描述
類型 數據集的類型。 “AmazonS3Object” (必要)
typeProperties Amazon S3 資料集屬性。 AmazonS3DatasetTypeProperties (必要)

AmazonS3DatasetTypeProperties

名稱 描述
bucketName Amazon S3 貯體的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
compression 用於 Amazon S3 物件的數據壓縮方法。 DatasetCompression
format 檔案格式。 DatasetStorageFormat
索引鍵 Amazon S3 物件的索引鍵。 類型:字串 (或具有 resultType 字串的 Expression) 。
prefix S3 物件名稱的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。
version S3 物件的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。

DatasetCompression

名稱 描述
類型 設定物件類型 BZip2
緊縮
Gzip
需要 ZipD ()

DatasetBZip2Compression

名稱 描述
類型 數據集壓縮的類型。 “BZip2” (必要)

DatasetDeflateCompression

名稱 描述
類型 數據集壓縮的類型。 必要) (“Deflate”
等級 Deflate 壓縮層級。 “Fastest”
“最佳”

DatasetGZipCompression

名稱 描述
類型 數據集壓縮的類型。 “GZip” (必要)
等級 GZip 壓縮層級。 “Fastest”
“最佳”

DatasetZipDflateCompression

名稱 描述
類型 數據集壓縮的類型。 “ZipDflate” (必要)
等級 ZipDeflate 壓縮層級。 “Fastest”
“最佳”

DatasetStorageFormat

名稱 描述
還原串行化程式 還原串行化程式。 類型:字串 (或具有 resultType 字串的 Expression) 。
序列化程式 串行化程式。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureBlobDataset

名稱 描述
類型 數據集的類型。 “AzureBlob” (必要)
typeProperties Azure Blob 資料集屬性。 AzureBlobDatasetTypeProperties (必要)

AzureBlobDatasetTypeProperties

名稱 描述
compression 用於 Blob 記憶體的數據壓縮方法。 DatasetCompression
fileName Azure Blob 的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
folderPath Azure Blob 記憶體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
format Azure Blob 記憶體的格式。 DatasetStorageFormat
tableRootLocation Blob 路徑的根目錄。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureDataLakeStoreDataset

名稱 描述
類型 數據集的類型。 “AzureDataLakeStoreFile” (必要)
typeProperties Azure Data Lake Store 數據集屬性。 AzureDataLakeStoreDatasetTypeProperties (必要)

AzureDataLakeStoreDatasetTypeProperties

名稱 描述
compression 用於 Azure Data Lake Store 中專案 () 的數據壓縮方法。 DatasetCompression
fileName Azure Data Lake Store 中的檔名。 類型:字串 (或具有 resultType 字串的 Expression) 。
folderPath Azure Data Lake Store 中資料夾的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
format Data Lake Store 的格式。 DatasetStorageFormat

AzureMySqlTableDataset

名稱 描述
類型 數據集的類型。 “AzureMySqlTable” (必要)
typeProperties Azure MySQL 資料庫數據集屬性。 需要 AzureMySqlTableDatasetTypeProperties ()

AzureMySqlTableDatasetTypeProperties

名稱 描述
tableName Azure MySQL 資料庫數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzurePostgreSqlTableDataset

名稱 描述
類型 數據集的類型。 “AzurePostgreSqlTable” (必要)

AzureSearchIndexDataset

名稱 描述
類型 數據集的類型。 “AzureSearchIndex” (必要)
typeProperties 此數據集類型特有的屬性。 AzureSearchIndexDatasetTypeProperties (必要)

AzureSearchIndexDatasetTypeProperties

名稱 描述
IndexName Azure 搜尋服務索引的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureSqlDWTableDataset

名稱 描述
類型 數據集的類型。 ) 所需的 “AzureSqlDWTable” (
typeProperties Azure SQL Data Warehouse 數據集屬性。 AzureSqlDWTableDatasetTypeProperties (必要)

AzureSqlDWTableDatasetTypeProperties

名稱 描述
tableName Azure SQL Data Warehouse 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureSqlTableDataset

名稱 描述
類型 數據集的類型。 “AzureSqlTable” (必要)
typeProperties Azure SQL 數據集屬性。 AzureSqlTableDatasetTypeProperties (必要)

AzureSqlTableDatasetTypeProperties

名稱 描述
tableName Azure SQL 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureTableDataset

名稱 描述
類型 數據集的類型。 “AzureTable” (必要)
typeProperties Azure 資料表數據集屬性。 AzureTableDatasetTypeProperties (必要)

AzureTableDatasetTypeProperties

名稱 描述
tableName Azure 資料表記憶體的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

CassandraTableDataset

名稱 描述
類型 數據集的類型。 “CassandraTable” (必要)
typeProperties Cassandra 資料集屬性。 CassandraTableDatasetTypeProperties (必要)

CassandraTableDatasetTypeProperties

名稱 描述
keyspace Cassandra 資料庫的 keyspace。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName Cassandra 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

ConcurObjectDataset

名稱 描述
類型 數據集的類型。 “ConcurObject” (必要)

CouchbaseTableDataset

名稱 描述
類型 數據集的類型。 “CouchbaseTable” (必要)

DocumentDbCollectionDataset

名稱 描述
類型 數據集的類型。 “DocumentDbCollection” (必要)
typeProperties DocumentDB 集合數據集屬性。 DocumentDbCollectionDatasetTypeProperties (必要)

DocumentDbCollectionDatasetTypeProperties

名稱 描述
collectionName 檔案資料庫集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

DrillTableDataset

名稱 描述
類型 數據集的類型。 “DrillTable” (必要)

DynamicsEntityDataset

名稱 描述
類型 數據集的類型。 “DynamicsEntity” (必要)
typeProperties Dynamics 實體數據集屬性。 需要 DynamicsEntityDatasetTypeProperties ()

DynamicsEntityDatasetTypeProperties

名稱 描述
entityName 實體的邏輯名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

EloquaObjectDataset

名稱 描述
類型 數據集的類型。 “EloquaObject” (必要)

FileShareDataset

名稱 描述
類型 數據集的類型。 “FileShare” (必要)
typeProperties 內部部署檔案系統數據集屬性。 FileShareDatasetTypeProperties (必要)

FileShareDatasetTypeProperties

名稱 描述
compression 用於檔案系統的數據壓縮方法。 DatasetCompression
fileFilter 指定要用來在 folderPath (而不是所有檔案) 中選取檔案子集的篩選器。 類型:字串 (或具有 resultType 字串的 Expression) 。
fileName 內部部署檔案系統的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
folderPath 內部部署檔案系統的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
format 檔案的格式。 DatasetStorageFormat

GoogleBigQueryObjectDataset

名稱 描述
類型 數據集的類型。 “GoogleBigQueryObject” (必要)

GreenplumTableDataset

名稱 描述
類型 數據集的類型。 必要 (“GreenplumTable”)

HBaseObjectDataset

名稱 描述
類型 數據集的類型。 “HBaseObject” (必要)

HiveObjectDataset

名稱 描述
類型 數據集的類型。 “HiveObject” (必要)

HttpDataset

名稱 描述
類型 數據集的類型。 “HttpFile” (必要)
typeProperties 此數據集類型特有的屬性。 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) 。
compression 檔案上使用的數據壓縮方法。 DatasetCompression
format 檔案格式。 DatasetStorageFormat
relativeUrl 根據 HttpLinkedService 中 URL 的相對 URL 是指 HTTP 檔類型:字串 (或 expression 與 resultType 字串) 。
requestBody HTTP 要求的主體。 類型:字串 (或具有 resultType 字串的 Expression) 。
requestMethod HTTP 要求的 HTTP 方法。 類型:字串 (或具有 resultType 字串的 Expression) 。

HubspotObjectDataset

名稱 描述
類型 數據集的類型。 必要 (“HubspotObject”)

ImpalaObjectDataset

名稱 描述
類型 數據集的類型。 必要) “ImpalaObject” (

JiraObjectDataset

名稱 描述
類型 數據集的類型。 必要) 「JiraObject」 (

MagentoObjectDataset

名稱 描述
類型 數據集的類型。 “MagentoObject” (必要)

MariaDBTableDataset

名稱 描述
類型 數據集的類型。 “MariaDBTable” (必要)

MarketoObjectDataset

名稱 描述
類型 數據集的類型。 “MarketoObject” (必要)

MongoDbCollectionDataset

名稱 描述
類型 數據集的類型。 “MongoDbCollection” (必要)
typeProperties MongoDB 資料庫數據集屬性。 MongoDbCollectionDatasetTypeProperties (必要)

MongoDbCollectionDatasetTypeProperties

名稱 描述
collectionName MongoDB 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

NetezzaTableDataset

名稱 描述
類型 數據集的類型。 “NetezzaTable” (必要)

ODataResourceDataset

名稱 描述
類型 數據集的類型。 “ODataResource” (必要)
typeProperties OData 數據集屬性。 ODataResourceDatasetTypeProperties (必要)

ODataResourceDatasetTypeProperties

名稱 描述
path OData 資源路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。

OracleTableDataset

名稱 描述
類型 數據集的類型。 “OracleTable” (必要)
typeProperties 內部部署 Oracle 資料集屬性。 OracleTableDatasetTypeProperties (必要)

OracleTableDatasetTypeProperties

名稱 描述
tableName 內部部署 Oracle 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

PaypalObjectDataset

名稱 描述
類型 數據集的類型。 “PaypalObject” (必要)

PhoenixObjectDataset

名稱 描述
類型 數據集的類型。 “PhoenixObject” (必要)

PrestoObjectDataset

名稱 描述
類型 數據集的類型。 “PrestoObject” (必要)

QuickBooksObjectDataset

名稱 描述
類型 數據集的類型。 “QuickBooksObject” (必要)

RelationalTableDataset

名稱 描述
類型 數據集的類型。 “RelationalTable” (必要)
typeProperties 關係型數據表數據集屬性。 RelationalTableDatasetTypeProperties (必要)

RelationalTableDatasetTypeProperties

名稱 描述
tableName 關係型數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

ResponsysObjectDataset

名稱 描述
類型 數據集的類型。 “ResponsysObject” (必要)

SalesforceMarketingCloudObjectDataset

名稱 描述
類型 數據集的類型。 “SalesforceMarketingCloudObject” (必要)

SalesforceObjectDataset

名稱 描述
類型 數據集的類型。 “SalesforceObject” (必要)
typeProperties Salesforce 對象資料集屬性。 需要 SalesforceObjectDatasetTypeProperties ()

SalesforceObjectDatasetTypeProperties

名稱 描述
objectApiName Salesforce 物件 API 名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

SapCloudForCustomerResourceDataset

名稱 描述
類型 數據集的類型。 “SapCloudForCustomerResource” (必要)
typeProperties SAP Cloud for Customer OData 資源數據集屬性。 SapCloudForCustomerResourceDatasetTypeProperties (必要)

SapCloudForCustomerResourceDatasetTypeProperties

名稱 描述
path SAP Cloud for Customer OData 實體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。

SapEccResourceDataset

名稱 描述
類型 數據集的類型。 “SapEccResource” (必要)
typeProperties SAP ECC OData 資源數據集屬性。 需要 sapEccResourceDatasetTypeProperties ()

SapEccResourceDatasetTypeProperties

名稱 描述
path SAP ECC OData 實體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。

ServiceNowObjectDataset

名稱 描述
類型 數據集的類型。 “ServiceNowObject” (必要)

ShopifyObjectDataset

名稱 描述
類型 數據集的類型。 “ShopifyObject” (必要)

SparkObjectDataset

名稱 描述
類型 數據集的類型。 “SparkObject” (必要)

SqlServerTableDataset

名稱 描述
類型 數據集的類型。 “SqlServerTable” (必要)
typeProperties 內部部署 SQL Server 數據集屬性。 需要 sqlServerTableDatasetTypeProperties ()

SqlServerTableDatasetTypeProperties

名稱 描述
tableName SQL Server 資料集的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

SquareObjectDataset

名稱 描述
類型 數據集的類型。 必要 (“SquareObject”)

VerticaTableDataset

名稱 描述
類型 數據集的類型。 “VerticaTable” (必要)

WebTableDataset

名稱 描述
類型 數據集的類型。 “WebTable” (必要)
typeProperties Web 資料表數據集屬性。 WebTableDatasetTypeProperties (必要)

WebTableDatasetTypeProperties

名稱 描述
索引 網頁中數據表以零起始的索引。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。
path 來自鏈接服務 URL 之網頁的相對 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。

XeroObjectDataset

名稱 描述
類型 數據集的類型。 必要) 「XeroObject」 (

ZohoObjectDataset

名稱 描述
類型 數據集的類型。 ) 所需的 「ZohoObject」 (