Microsoft.DataFactory Factoryies/datasets 2018-06-01

Bicep 資源定義

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

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

資源格式

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

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

數據集物件

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

針對 AmazonMWSObject,請使用:

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

針對 AmazonRdsForOracleTable,請使用:

  type: 'AmazonRdsForOracleTable'
  typeProperties: {
    schema: any()
    table: any()
  }

針對 AmazonRdsForSqlServerTable,請使用:

  type: 'AmazonRdsForSqlServerTable'
  typeProperties: {
    schema: any()
    table: any()
  }

針對 AmazonRedshiftTable,請使用:

  type: 'AmazonRedshiftTable'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

針對 AmazonS3Object,請使用:

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

針對 Avro,請使用:

  type: 'Avro'
  typeProperties: {
    avroCompressionCodec: any()
    avroCompressionLevel: int
    location: {
      fileName: any()
      folderPath: any()
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
  }

針對 AzureBlob,請使用:

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

針對 AzureBlobFSFile,請使用:

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

針對 AzureDatabricksDeltaLakeDataset,請使用:

  type: 'AzureDatabricksDeltaLakeDataset'
  typeProperties: {
    database: any()
    table: any()
  }

針對 AzureDataExplorerTable,請使用:

  type: 'AzureDataExplorerTable'
  typeProperties: {
    table: any()
  }

針對 AzureDataLakeStoreFile,請使用:

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

針對 AzureMariaDBTable,請使用:

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

針對 AzureMySqlTable,請使用:

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

針對 AzurePostgreSqlTable,請使用:

  type: 'AzurePostgreSqlTable'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

針對 AzureSearchIndex,請使用:

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

針對 AzureSqlDWTable,請使用:

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

針對 AzureSqlMITable,請使用:

  type: 'AzureSqlMITable'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

針對 AzureSqlTable,請使用:

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

針對 AzureTable,請使用:

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

針對 二進位,請使用:

  type: 'Binary'
  typeProperties: {
    compression: {
      level: any()
      type: any()
      {customized property}: any()
    }
    location: {
      fileName: any()
      folderPath: any()
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
  }

針對 CassandraTable,請使用:

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

針對 CommonDataServiceForAppsEntity,請使用:

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

針對 ConcurObject,請使用:

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

針對 CosmosDbMongoDbApiCollection,請使用:

  type: 'CosmosDbMongoDbApiCollection'
  typeProperties: {
    collection: any()
  }

針對 CosmosDbSqlApiCollection,請使用:

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

針對 CouchbaseTable,請使用:

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

針對 CustomDataset,請使用:

  type: 'CustomDataset'
  typeProperties: any()

針對 Db2Table,請使用:

  type: 'Db2Table'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

針對 DelimitedText,請使用:

  type: 'DelimitedText'
  typeProperties: {
    columnDelimiter: any()
    compressionCodec: any()
    compressionLevel: any()
    encodingName: any()
    escapeChar: any()
    firstRowAsHeader: any()
    location: {
      fileName: any()
      folderPath: any()
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
    nullValue: any()
    quoteChar: any()
    rowDelimiter: any()
  }

針對 DocumentDbCollection,請使用:

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

針對 DrillTable,請使用:

  type: 'DrillTable'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

針對 DynamicsAXResource,請使用:

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

針對 DynamicsCrmEntity,請使用:

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

針對 DynamicsEntity,請使用:

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

針對 EloquaObject,請使用:

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

針對 Excel,請使用:

  type: 'Excel'
  typeProperties: {
    compression: {
      level: any()
      type: any()
      {customized property}: any()
    }
    firstRowAsHeader: any()
    location: {
      fileName: any()
      folderPath: any()
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
    nullValue: any()
    range: any()
    sheetIndex: any()
    sheetName: any()
  }

針對 FileShare,請使用:

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

針對 GoogleAdWordsObject,請使用:

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

針對 GoogleBigQueryObject,請使用:

  type: 'GoogleBigQueryObject'
  typeProperties: {
    dataset: any()
    table: any()
    tableName: any()
  }

針對 GoogleBigQueryV2Object,請使用:

  type: 'GoogleBigQueryV2Object'
  typeProperties: {
    dataset: any()
    table: any()
  }

針對 GreenplumTable,請使用:

  type: 'GreenplumTable'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

針對 HBaseObject,請使用:

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

針對 HiveObject,請使用:

  type: 'HiveObject'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

針對 HttpFile,請使用:

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

針對 HubspotObject,請使用:

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

針對 ImpalaObject,請使用:

  type: 'ImpalaObject'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

針對 InformixTable,請使用:

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

針對 JiraObject,請使用:

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

針對 Json,請使用:

  type: 'Json'
  typeProperties: {
    compression: {
      level: any()
      type: any()
      {customized property}: any()
    }
    encodingName: any()
    location: {
      fileName: any()
      folderPath: any()
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
  }

針對 LakeHouseTable,請使用:

  type: 'LakeHouseTable'
  typeProperties: {
    table: any()
  }

針對 MagentoObject,請使用:

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

針對 MariaDBTable,請使用:

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

針對 MarketoObject,請使用:

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

針對 MicrosoftAccessTable,請使用:

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

針對 MongoDbAtlasCollection,請使用:

  type: 'MongoDbAtlasCollection'
  typeProperties: {
    collection: any()
  }

針對 MongoDbCollection,請使用:

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

針對 MongoDbV2Collection,請使用:

  type: 'MongoDbV2Collection'
  typeProperties: {
    collection: any()
  }

針對 MySqlTable,請使用:

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

針對 NetezzaTable,請使用:

  type: 'NetezzaTable'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

針對 ODataResource,請使用:

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

針對 OdbcTable,請使用:

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

針對 Office365Table,請使用:

  type: 'Office365Table'
  typeProperties: {
    predicate: any()
    tableName: any()
  }

針對 OracleServiceCloudObject,請使用:

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

針對 OracleTable,請使用:

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

針對 Orc,請使用:

  type: 'Orc'
  typeProperties: {
    location: {
      fileName: any()
      folderPath: any()
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
    orcCompressionCodec: any()
  }

針對 Parquet,請使用:

  type: 'Parquet'
  typeProperties: {
    compressionCodec: any()
    location: {
      fileName: any()
      folderPath: any()
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
  }

針對 PaypalObject,請使用:

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

針對 PhoenixObject,請使用:

  type: 'PhoenixObject'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

針對 PostgreSqlTable,請使用:

  type: 'PostgreSqlTable'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

針對 PostgreSqlV2Table,請使用:

  type: 'PostgreSqlV2Table'
  typeProperties: {
    schema: any()
    table: any()
  }

針對 PrestoObject,請使用:

  type: 'PrestoObject'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

針對 QuickBooksObject,請使用:

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

針對 RelationalTable,請使用:

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

針對 ResponsysObject,請使用:

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

針對 RestResource,請使用:

  type: 'RestResource'
  typeProperties: {
    additionalHeaders: {
      {customized property}: any()
    }
    paginationRules: {
      {customized property}: any()
    }
    relativeUrl: any()
    requestBody: any()
    requestMethod: any()
  }

針對 SalesforceMarketingCloudObject,請使用:

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

針對 SalesforceObject,請使用:

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

針對 SalesforceServiceCloudObject,請使用:

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

針對 SalesforceServiceCloudV2Object,請使用:

  type: 'SalesforceServiceCloudV2Object'
  typeProperties: {
    objectApiName: any()
    reportId: any()
  }

針對 SalesforceV2Object,請使用:

  type: 'SalesforceV2Object'
  typeProperties: {
    objectApiName: any()
    reportId: any()
  }

針對 SapBwCube,請使用:

  type: 'SapBwCube'

針對 SapCloudForCustomerResource,請使用:

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

針對 SapEccResource,請使用:

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

針對 SapHanaTable,請使用:

  type: 'SapHanaTable'
  typeProperties: {
    schema: any()
    table: any()
  }

針對 SapOdpResource,請使用:

  type: 'SapOdpResource'
  typeProperties: {
    context: any()
    objectName: any()
  }

針對 SapOpenHubTable,請使用:

  type: 'SapOpenHubTable'
  typeProperties: {
    baseRequestId: any()
    excludeLastRequest: any()
    openHubDestinationName: any()
  }

針對 SapTableResource,請使用:

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

針對 ServiceNowObject,請使用:

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

針對 ServiceNowV2Object,請使用:

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

針對 SharePointOnlineListResource,請使用:

  type: 'SharePointOnlineListResource'
  typeProperties: {
    listName: any()
  }

針對 ShopifyObject,請使用:

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

針對 SnowflakeTable,請使用:

  type: 'SnowflakeTable'
  typeProperties: {
    schema: any()
    table: any()
  }

針對 SnowflakeV2Table,請使用:

  type: 'SnowflakeV2Table'
  typeProperties: {
    schema: any()
    table: any()
  }

針對 SparkObject,請使用:

  type: 'SparkObject'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

針對 SqlServerTable,請使用:

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

針對 SquareObject,請使用:

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

針對 SybaseTable,請使用:

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

針對 TeradataTable,請使用:

  type: 'TeradataTable'
  typeProperties: {
    database: any()
    table: any()
  }

針對 VerticaTable,請使用:

  type: 'VerticaTable'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

針對 WarehouseTable,請使用:

  type: 'WarehouseTable'
  typeProperties: {
    schema: any()
    table: any()
  }

針對 WebTable,請使用:

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

針對 XeroObject,請使用:

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

針對 Xml,請使用:

  type: 'Xml'
  typeProperties: {
    compression: {
      level: any()
      type: any()
      {customized property}: any()
    }
    encodingName: any()
    location: {
      fileName: any()
      folderPath: any()
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
    nullValue: any()
  }

針對 ZohoObject,請使用:

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

DatasetStorageFormat 物件

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

針對 AvroFormat,請使用:

  type: 'AvroFormat'

針對 JsonFormat,請使用:

  type: 'JsonFormat'
  encodingName: any()
  filePattern: any()
  jsonNodeReference: any()
  jsonPathDefinition: any()
  nestingSeparator: any()

針對 OrcFormat,請使用:

  type: 'OrcFormat'

針對 ParquetFormat,請使用:

  type: 'ParquetFormat'

針對 TextFormat,請使用:

  type: 'TextFormat'
  columnDelimiter: any()
  encodingName: any()
  escapeChar: any()
  firstRowAsHeader: any()
  nullValue: any()
  quoteChar: any()
  rowDelimiter: any()
  skipLineCount: any()
  treatEmptyAsNull: any()

DatasetLocation 物件

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

針對 AmazonS3CompatibleLocation,請使用:

  type: 'AmazonS3CompatibleLocation'
  bucketName: any()
  version: any()

針對 AmazonS3Location,請使用:

  type: 'AmazonS3Location'
  bucketName: any()
  version: any()

針對 AzureBlobFSLocation,請使用:

  type: 'AzureBlobFSLocation'
  fileSystem: any()

針對 AzureBlobStorageLocation,請使用:

  type: 'AzureBlobStorageLocation'
  container: any()

針對 AzureDataLakeStoreLocation,請使用:

  type: 'AzureDataLakeStoreLocation'

針對 AzureFileStorageLocation,請使用:

  type: 'AzureFileStorageLocation'

針對 FileServerLocation,請使用:

  type: 'FileServerLocation'

針對 FtpServerLocation,請使用:

  type: 'FtpServerLocation'

針對 GoogleCloudStorageLocation,請使用:

  type: 'GoogleCloudStorageLocation'
  bucketName: any()
  version: any()

針對 HdfsLocation,請使用:

  type: 'HdfsLocation'

針對 HttpServerLocation,請使用:

  type: 'HttpServerLocation'
  relativeUrl: any()

針對 LakeHouseLocation,請使用:

  type: 'LakeHouseLocation'

針對 OracleCloudStorageLocation,請使用:

  type: 'OracleCloudStorageLocation'
  bucketName: any()
  version: any()

針對 SftpLocation,請使用:

  type: 'SftpLocation'

屬性值

factoryies/datasets

名稱 描述
NAME 資源名稱

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

字元限制:1-260

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

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

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

資料集

名稱 描述
註解 可用於描述數據集的標記清單。 any[]
description 數據集描述。 字串
folder 此資料集所在的資料夾。 如果未指定,數據集會顯示在根層級。 DatasetFolder
linkedServiceName 連結服務參考。 需要 LinkedServiceReference ()
參數 數據集的參數。 ParameterDefinitionSpecification
結構描述 定義數據集實體類型架構的數據行。 Type:array (或 Expression with resultType array) ,itemType: DatasetSchemaDataElement。 針對 Bicep,您可以使用 任何 () 函式。
structure 定義數據集結構的數據行。 Type:array (或 Expression with resultType array) , itemType: DatasetDataElement。 針對 Bicep,您可以使用 任何 () 函式。
類型 設定物件類型 AmazonMWSObject
AmazonRdsForOracleTable
AmazonRdsForSqlServerTable
AmazonRedshiftTable
AmazonS3Object
Avro
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
FileShare
GoogleAdWordsObject
GoogleBigQueryObject
GoogleBigQueryV2Object
GreenplumTable
HBaseObject
HiveObject
HttpFile
HubspotObject
ImpalaObject
InformixTable
JiraObject
Json
LakeHouseTable
MagentoObject
MariaDBTable
MarketoObject
MicrosoftAccessTable
MongoDbAtlasCollection
MongoDbCollection
MongoDbV2Collection
MySqlTable
NetezzaTable
ODataResource
OdbcTable
Office365Table
OracleServiceCloudObject
OracleTable
Orc
Parquet
PaypalObject
PhoenixObject
PostgreSqlTable
PostgreSqlV2Table
PrestoObject
QuickBooksObject
RelationalTable
ResponsysObject
RestResource
SalesforceMarketingCloudObject
SalesforceObject
SalesforceServiceCloudObject
SalesforceServiceCloudV2Object
SalesforceV2Object
SapBwCube
SapCloudForCustomerResource
SapEccResource
SapHanaTable
SapOdpResource
SapOpenHubTable
SapTableResource
ServiceNowObject
ServiceNowV2Object
SharePointOnlineListResource
ShopifyObject
SnowflakeTable
SnowflakeV2Table
SparkObject
SqlServerTable
SquareObject
SybaseTable
TeradataTable
VerticaTable
WarehouseTable
WebTable
XeroObject
XML
ZohoObject (必要)

DatasetFolder

名稱 描述
NAME 此資料集所在的資料夾名稱。 字串

LinkedServiceReference

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

ParameterValueSpecification

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

ParameterDefinitionSpecification

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

ParameterSpecification

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

AmazonMWSObjectDataset

名稱 描述
類型 數據集的類型。 需要 『AmazonMWSObject』 ()
typeProperties 這個數據集類型特有的屬性。 GenericDatasetTypeProperties

GenericDatasetTypeProperties

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

AmazonRdsForOracleTableDataset

名稱 描述
類型 數據集的類型。 'AmazonRdsForOracleTable' (必要)
typeProperties AmazonRdsForOracle 數據集屬性。 AmazonRdsForOracleTableDatasetTypeProperties

AmazonRdsForOracleTableDatasetTypeProperties

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

AmazonRdsForSqlServerTableDataset

名稱 描述
類型 數據集的類型。 'AmazonRdsForSqlServerTable' (必要)
typeProperties 適用於 SQL Server 數據集屬性的 Amazon RDS。 AmazonRdsForSqlServerTableDatasetTypeProperties

AmazonRdsForSqlServerTableDatasetTypeProperties

名稱 描述
結構描述 SQL Server 數據集的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table SQL Server 資料集的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AmazonRedshiftTableDataset

名稱 描述
類型 數據集的類型。 'AmazonRedshiftTable' (必要)
typeProperties Amazon Redshift 數據表數據集屬性。 AmazonRedshiftTableDatasetTypeProperties

AmazonRedshiftTableDatasetTypeProperties

名稱 描述
結構描述 Amazon Redshift 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table Amazon Redshift 數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableName 此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 針對 Bicep,您可以使用 任何 () 函式。

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,您可以使用 任何 () 函式。
modifiedDatetimeEnd S3 物件的修改日期時間結束。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeStart S3 物件的修改日期時間開始。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
prefix S3 物件名稱的前置詞篩選。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
version S3 物件的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

DatasetCompression

名稱 描述
等級 數據集壓縮層級。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
類型 數據集壓縮的類型。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()
{自定義屬性} 針對 Bicep,您可以使用 任何 () 函式。

DatasetStorageFormat

名稱 描述
還原串行化程式 還原串行化程式。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
序列化程式 串行化程式。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
類型 設定物件類型 AvroFormat
JsonFormat
OrcFormat
ParquetFormat
需要 TextFormat ()

AvroFormat

名稱 描述
類型 數據集儲存格式的類型。 'AvroFormat' (必要)

JsonFormat

名稱 描述
類型 數據集儲存格式的類型。 'JsonFormat' (必要)
encodingName 慣用編碼方式的字碼頁名稱。 如果未提供,則預設值為 『utf-8』,除非位元組順序標記 (BOM) 表示另一個 Unicode 編碼。 您可以在下列參考中編碼資料表的 [名稱] 資料行中找到支援值的完整清單: https://go.microsoft.com/fwlink/?linkid=861078。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
filePattern JSON 的檔案模式。 更具體來說,分隔 JSON 物件集合的方式。 默認值為 『setOfObjects』。 它會區分大小寫。 針對 Bicep,您可以使用 任何 () 函式。
jsonNodeReference 要扁平化之 JSON 陣列專案的 JSONPath。 範例:“$.ArrayPath”。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
jsonPathDefinition 每個數據行對應的 JSONPath 定義,其具有自定義的數據行名稱,可從 JSON 檔案擷取數據。 若為根物件下的欄位,請以 「$」 開頭;針對 jsonNodeReference 屬性所選擇陣列內的欄位,請從數位元素開始。 範例: {“Column1”: “$.Column1Path“、”Column2“: ”Column2PathInArray“}。 類型:具有 resultType 物件) 的物件 (或 Expression。 針對 Bicep,您可以使用 任何 () 函式。
nestingSeparator 用來分隔巢狀層級的字元。 預設值為 『.』 (點) 。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

OrcFormat

名稱 描述
類型 數據集儲存格式的類型。 'OrcFormat' (必要)

ParquetFormat

名稱 描述
類型 數據集儲存格式的類型。 需要 『ParquetFormat』 ()

TextFormat

名稱 描述
類型 數據集儲存格式的類型。 'TextFormat' (必要)
columnDelimiter 資料行分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
encodingName 慣用編碼方式的字碼頁名稱。 如果遺漏,除非 BOM 表示另一個 Unicode 編碼,否則預設值為 TfÇ\utf-8TfÇ?。 請參閱下列連結中數據表的 ΓÇ\NameΓÇ\ 數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
escapeChar 逸出字元。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
firstRowAsHeader 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,將標頭寫入輸出做為數據的第一個數據列。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
nullValue Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
quoteChar 引號字元。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
rowDelimiter 資料列分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
skipLineCount 剖析文字檔時要略過的行/列數。 預設值為 0。 類型:具有 resultType 整數) 的整數 (或 Expression。 針對 Bicep,您可以使用 任何 () 函式。
treatEmptyAsNull 將文字檔中的空白資料行值視為 Null。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。

AvroDataset

名稱 描述
類型 數據集的類型。 需要 『Avro』 ()
typeProperties Avro 數據集屬性。 AvroDatasetTypeProperties

AvroDatasetTypeProperties

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

約束:
最小值 = 1
最大值 = 9
location avro 記憶體的位置。 DatasetLocation (必要)

DatasetLocation

名稱 描述
fileName 指定數據集的檔案名。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
folderPath 指定資料集的資料夾路徑。 類型:具有 resultType 字串的字串 (或 Expression) 針對 Bicep,您可以使用 任何 () 函式。
類型 設定物件類型 AmazonS3CompatibleLocation
AmazonS3Location
AzureBlobFSLocation
AzureBlobStorageLocation
AzureDataLakeStoreLocation
AzureFileStorageLocation
FileServerLocation
FtpServerLocation
GoogleCloudStorageLocation
HdfsLocation
HttpServerLocation
LakeHouseLocation
OracleCloudStorageLocation
需要 SftpLocation ()

AmazonS3CompatibleLocation

名稱 描述
類型 數據集儲存位置的類型。 需要 『AmazonS3CompatibleLocation』 ()
bucketName 指定 Amazon S3 Compatible 的 bucketName。 類型:具有 resultType 字串的字串 (或 Expression) 針對 Bicep,您可以使用 任何 () 函式。
version 指定 Amazon S3 相容版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AmazonS3Location

名稱 描述
類型 數據集儲存位置的類型。 需要 『AmazonS3Location』 ()
bucketName 指定 amazon S3 的 bucketName。 類型:具有 resultType 字串的字串 (或 Expression) 針對 Bicep,您可以使用 任何 () 函式。
version 指定 amazon S3 的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureBlobFSLocation

名稱 描述
類型 數據集儲存位置的類型。 'AzureBlobFSLocation' (必要)
fileSystem 指定 azure blobFS 的 fileSystem。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureBlobStorageLocation

名稱 描述
類型 數據集儲存位置的類型。 'AzureBlobStorageLocation' (必要)
容器 指定 Azure Blob 的容器。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureDataLakeStoreLocation

名稱 描述
類型 數據集儲存位置的類型。 'AzureDataLakeStoreLocation' (必要)

AzureFileStorageLocation

名稱 描述
類型 數據集儲存位置的類型。 'AzureFileStorageLocation' (必要)

FileServerLocation

名稱 描述
類型 數據集儲存位置的類型。 'FileServerLocation' (必要)

FtpServerLocation

名稱 描述
類型 數據集儲存位置的類型。 需要 『FtpServerLocation』 ()

GoogleCloudStorageLocation

名稱 描述
類型 數據集儲存位置的類型。 'GoogleCloudStorageLocation' (必要)
bucketName 指定Google Cloud Storage的bucketName。 類型:具有 resultType 字串的字串 (或 Expression) 針對 Bicep,您可以使用 任何 () 函式。
version 指定Google Cloud Storage的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

HdfsLocation

名稱 描述
類型 數據集儲存位置的類型。 'HdfsLocation' (必要)

HttpServerLocation

名稱 描述
類型 數據集儲存位置的類型。 'HttpServerLocation' (必要)
relativeUrl 指定 HTTP 伺服器的 relativeUrl。 類型:具有 resultType 字串的字串 (或 Expression) 針對 Bicep,您可以使用 任何 () 函式。

LakeHouseLocation

名稱 描述
類型 數據集儲存位置的類型。 'LakeHouseLocation' (必要)

OracleCloudStorageLocation

名稱 描述
類型 數據集儲存位置的類型。 'OracleCloudStorageLocation' (必要)
bucketName 指定 Oracle 雲端記憶體的 bucketName。 類型:具有 resultType 字串的字串 (或 Expression) 針對 Bicep,您可以使用 任何 () 函式。
version 指定 Oracle 雲端記憶體的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

SftpLocation

名稱 描述
類型 數據集儲存位置的類型。 'SftpLocation' (必要)

AzureBlobDataset

名稱 描述
類型 數據集的類型。 '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
modifiedDatetimeEnd Azure Blob 修改日期時間結束。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
modifiedDatetimeStart Azure Blob 修改日期時間的開始。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableRootLocation Blob 路徑的根目錄。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureBlobFSDataset

名稱 描述
類型 數據集的類型。 'AzureBlobFSFile' (必要)
typeProperties Azure Data Lake Storage Gen2 數據集屬性。 AzureBlobFSDatasetTypeProperties

AzureBlobFSDatasetTypeProperties

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

AzureDatabricksDeltaLakeDataset

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

AzureDatabricksDeltaLakeDatasetTypeProperties

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

AzureDataExplorerTableDataset

名稱 描述
類型 數據集的類型。 'AzureDataExplorerTable' (必要)
typeProperties Azure Data Explorer (Kusto) 數據集屬性。 AzureDataExplorerDatasetTypeProperties (必要)

AzureDataExplorerDatasetTypeProperties

名稱 描述
table Azure Data Explorer 資料庫的數據表名稱。 類型:字串 (或具有 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,您可以使用 任何 () 函式。
format Data Lake Store 的格式。 DatasetStorageFormat

AzureMariaDBTableDataset

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

AzureMySqlTableDataset

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

AzureMySqlTableDatasetTypeProperties

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

AzurePostgreSqlTableDataset

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

AzurePostgreSqlTableDatasetTypeProperties

名稱 描述
結構描述 Azure PostgreSQL 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table Azure PostgreSQL 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableName Azure PostgreSQL 資料庫的數據表名稱,其中包含架構和數據表。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

AzureSearchIndexDataset

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

AzureSearchIndexDatasetTypeProperties

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

AzureSqlDWTableDataset

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

AzureSqlDWTableDatasetTypeProperties

名稱 描述
結構描述 Azure SQL Data Warehouse 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table Azure SQL Data Warehouse 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 針對 Bicep,您可以使用 任何 () 函式。

AzureSqlMITableDataset

名稱 描述
類型 數據集的類型。 'AzureSqlMITable' (必要)
typeProperties Azure SQL 受控執行個體 數據集屬性。 AzureSqlMITableDatasetTypeProperties

AzureSqlMITableDatasetTypeProperties

名稱 描述
結構描述 Azure SQL 受控執行個體 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table Azure SQL 受控執行個體 數據集的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 針對 Bicep,您可以使用 任何 () 函式。

AzureSqlTableDataset

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

AzureSqlTableDatasetTypeProperties

名稱 描述
結構描述 Azure SQL 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table Azure SQL 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 針對 Bicep,您可以使用 任何 () 函式。

AzureTableDataset

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

AzureTableDatasetTypeProperties

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

BinaryDataset

名稱 描述
類型 數據集的類型。 需要 『Binary』 ()
typeProperties 二進位數據集屬性。 BinaryDatasetTypeProperties

BinaryDatasetTypeProperties

名稱 描述
compression 用於二進位數據集的數據壓縮方法。 DatasetCompression
location 二進位記憶體的位置。 DatasetLocation (必要)

CassandraTableDataset

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

CassandraTableDatasetTypeProperties

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

CommonDataServiceForAppsEntityDataset

名稱 描述
類型 數據集的類型。 'CommonDataServiceForAppsEntity' (必要)
typeProperties Common Data Service for Apps 實體數據集屬性。 CommonDataServiceForAppsEntityDatasetTypeProperties

CommonDataServiceForAppsEntityDatasetTypeProperties

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

ConcurObjectDataset

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

CosmosDbMongoDbApiCollectionDataset

名稱 描述
類型 數據集的類型。 'CosmosDbMongoDbApiCollection' (必要)
typeProperties CosmosDB (MongoDB API) 資料庫數據集屬性。 CosmosDbMongoDbApiCollectionDatasetTypeProperties (必要)

CosmosDbMongoDbApiCollectionDatasetTypeProperties

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

CosmosDbSqlApiCollectionDataset

名稱 描述
類型 數據集的類型。 'CosmosDbSqlApiCollection' (必要)
typeProperties CosmosDB (SQL API) 集合資料集屬性。 CosmosDbSqlApiCollectionDatasetTypeProperties (必要)

CosmosDbSqlApiCollectionDatasetTypeProperties

名稱 描述
collectionName CosmosDB (SQL API) 集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)

CouchbaseTableDataset

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

CustomDataset

名稱 描述
類型 數據集的類型。 需要 『CustomDataset』 ()
typeProperties 自訂數據集屬性。 針對 Bicep,您可以使用 任何 () 函式。

Db2TableDataset

名稱 描述
類型 數據集的類型。 需要 『Db2Table』 ()
typeProperties Db2 資料表數據集屬性。 Db2TableDatasetTypeProperties

Db2TableDatasetTypeProperties

名稱 描述
結構描述 Db2 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table Db2 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 針對 Bicep,您可以使用 任何 () 函式。

DelimitedTextDataset

名稱 描述
類型 數據集的類型。 需要 『DelimitedText』 ()
typeProperties 分隔的文字數據集屬性。 DelimitedTextDatasetTypeProperties

DelimitedTextDatasetTypeProperties

名稱 描述
columnDelimiter 資料行分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
compressionCodec 數據壓縮Codec。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
compressionLevel 用於 DelimitedText 的數據壓縮方法。 針對 Bicep,您可以使用 任何 () 函式。
encodingName 慣用編碼方式的字碼頁名稱。 如果遺漏,則預設值為UTF-8,除非BOM表示另一個 Unicode 編碼。 請參閱下列連結中數據表的名稱數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
escapeChar 逸出字元。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
firstRowAsHeader 當做輸入使用時,請將數據的第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出作為數據的第一個數據列。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
location 分隔文字儲存區的位置。 DatasetLocation (必要)
nullValue Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
quoteChar 引號字元。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
rowDelimiter 資料列分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

DocumentDbCollectionDataset

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

DocumentDbCollectionDatasetTypeProperties

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

DrillTableDataset

名稱 描述
類型 數據集的類型。 需要 『DrillTable』 ()
typeProperties 此數據集類型特有的屬性。 DrillDatasetTypeProperties

DrillDatasetTypeProperties

名稱 描述
結構描述 Drill 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table Drill 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableName 此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 針對 Bicep,您可以使用 任何 () 函式。

DynamicsAXResourceDataset

名稱 描述
類型 數據集的類型。 'DynamicsAXResource' (必要)
typeProperties Dynamics AX OData 資源數據集屬性。 DynamicsAXResourceDatasetTypeProperties (必要)

DynamicsAXResourceDatasetTypeProperties

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

DynamicsCrmEntityDataset

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

DynamicsCrmEntityDatasetTypeProperties

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

DynamicsEntityDataset

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

DynamicsEntityDatasetTypeProperties

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

EloquaObjectDataset

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

ExcelDataset

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

ExcelDatasetTypeProperties

名稱 描述
compression 用於 json 數據集的數據壓縮方法。 DatasetCompression
firstRowAsHeader 當做輸入使用時,請將數據的第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出作為數據的第一個數據列。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。 針對 Bicep,您可以使用 任何 () 函式。
location Excel 記憶體的位置。 DatasetLocation (必要)
nullValue Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
range 一張工作表的部分數據。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
sheetIndex Excel 檔案的工作表索引,預設值為 0。 類型:具有 resultType 整數的整數 (或 Expression) 針對 Bicep,您可以使用 任何 () 函式。
sheetName Excel 檔案的工作表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

FileShareDataset

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

FileShareDatasetTypeProperties

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

GoogleAdWordsObjectDataset

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

GoogleBigQueryObjectDataset

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

GoogleBigQueryDatasetTypeProperties

名稱 描述
資料集 Google BigQuery 的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table Google BigQuery 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableName 此屬性將會淘汰。 請考慮改用資料庫 + 資料表屬性。 針對 Bicep,您可以使用 任何 () 函式。

GoogleBigQueryV2ObjectDataset

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

GoogleBigQueryV2DatasetTypeProperties

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

GreenplumTableDataset

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

GreenplumDatasetTypeProperties

名稱 描述
結構描述 Greenplum 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table Greenplum 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableName 此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 針對 Bicep,您可以使用 任何 () 函式。

HBaseObjectDataset

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

HiveObjectDataset

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

HiveDatasetTypeProperties

名稱 描述
結構描述 Hive 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table Hive 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 針對 Bicep,您可以使用 任何 () 函式。

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' (必要)
typeProperties 這個數據集類型特有的屬性。 GenericDatasetTypeProperties

ImpalaObjectDataset

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

ImpalaDatasetTypeProperties

名稱 描述
結構描述 Impala 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table Impala 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableName 此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 針對 Bicep,您可以使用 任何 () 函式。

InformixTableDataset

名稱 描述
類型 數據集的類型。 必要 ('InformixTable')
typeProperties Informix 數據表數據集屬性。 InformixTableDatasetTypeProperties

InformixTableDatasetTypeProperties

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

JiraObjectDataset

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

JsonDataset

名稱 描述
類型 數據集的類型。 需要 『Json』 ()
typeProperties Json 數據集屬性。 JsonDatasetTypeProperties

JsonDatasetTypeProperties

名稱 描述
compression 用於 json 數據集的數據壓縮方法。 DatasetCompression
encodingName 慣用編碼方式的字碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中數據表的名稱數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
location json 數據記憶體的位置。 DatasetLocation (必要)

LakeHouseTableDataset

名稱 描述
類型 數據集的類型。 'LakeHouseTable' (必要)
typeProperties Microsoft Fabric LakeHouse 數據表數據集屬性。 LakeHouseTableDatasetTypeProperties

LakeHouseTableDatasetTypeProperties

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

MagentoObjectDataset

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

MariaDBTableDataset

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

MarketoObjectDataset

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

MicrosoftAccessTableDataset

名稱 描述
類型 數據集的類型。 'MicrosoftAccessTable' (必要)
typeProperties Microsoft Access 數據表數據集屬性。 MicrosoftAccessTableDatasetTypeProperties

MicrosoftAccessTableDatasetTypeProperties

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

MongoDbAtlasCollectionDataset

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

MongoDbAtlasCollectionDatasetTypeProperties

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

MongoDbCollectionDataset

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

MongoDbCollectionDatasetTypeProperties

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

MongoDbV2CollectionDataset

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

MongoDbV2CollectionDatasetTypeProperties

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

MySqlTableDataset

名稱 描述
類型 數據集的類型。 'MySqlTable' (必要)
typeProperties MySQL 資料表數據集屬性。 MySqlTableDatasetTypeProperties

MySqlTableDatasetTypeProperties

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

NetezzaTableDataset

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

NetezzaTableDatasetTypeProperties

名稱 描述
結構描述 Netezza 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table Netezza 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableName 此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 針對 Bicep,您可以使用 任何 () 函式。

ODataResourceDataset

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

ODataResourceDatasetTypeProperties

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

OdbcTableDataset

名稱 描述
類型 數據集的類型。 'OdbcTable' (必要)
typeProperties ODBC 資料表數據集屬性。 OdbcTableDatasetTypeProperties

OdbcTableDatasetTypeProperties

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

Office365Dataset

名稱 描述
類型 數據集的類型。 'Office365Table' (必要)
typeProperties Office365 數據集屬性。 需要 Office365DatasetTypeProperties ()

Office365DatasetTypeProperties

名稱 描述
predicate 述詞運算式,可用來篩選要從 Office 365 中擷取的特定資料列。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableName 擷取自 Office 365 的資料集名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何必要的 () function. ()

OracleServiceCloudObjectDataset

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

OracleTableDataset

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

OracleTableDatasetTypeProperties

名稱 描述
結構描述 內部部署 Oracle 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table 內部部署 Oracle 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 針對 Bicep,您可以使用 任何 () 函式。

OrcDataset

名稱 描述
類型 數據集的類型。 'Orc' (必要)
typeProperties ORC 資料集屬性。 OrcDatasetTypeProperties

OrcDatasetTypeProperties

名稱 描述
location ORC 數據記憶體的位置。 DatasetLocation (必要)
orcCompressionCodec data orcCompressionCodec。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

ParquetDataset

名稱 描述
類型 數據集的類型。 需要 『Parquet』 ()
typeProperties Parquet 資料集屬性。 ParquetDatasetTypeProperties

ParquetDatasetTypeProperties

名稱 描述
compressionCodec 數據壓縮Codec。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
location parquet 記憶體的位置。 DatasetLocation (必要)

PaypalObjectDataset

名稱 描述
類型 數據集的類型。 需要 『PaypalObject』 ()
typeProperties 這個數據集類型特有的屬性。 GenericDatasetTypeProperties

PhoenixObjectDataset

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

PhoenixDatasetTypeProperties

名稱 描述
結構描述 Phoenix 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table Phoenix 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 針對 Bicep,您可以使用 任何 () 函式。

PostgreSqlTableDataset

名稱 描述
類型 數據集的類型。 需要 'PostgreSqlTable' ()
typeProperties PostgreSQL 數據表數據集屬性。 PostgreSqlTableDatasetTypeProperties

PostgreSqlTableDatasetTypeProperties

名稱 描述
結構描述 PostgreSQL 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table PostgreSQL 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 針對 Bicep,您可以使用 任何 () 函式。

PostgreSqlV2TableDataset

名稱 描述
類型 數據集的類型。 'PostgreSqlV2Table' (必要)
typeProperties PostgreSQLV2 數據表數據集屬性。 PostgreSqlV2TableDatasetTypeProperties

PostgreSqlV2TableDatasetTypeProperties

名稱 描述
結構描述 PostgreSQL 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table PostgreSQL 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

PrestoObjectDataset

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

PrestoDatasetTypeProperties

名稱 描述
結構描述 Presto 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table Presto 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 針對 Bicep,您可以使用 任何 () 函式。

QuickBooksObjectDataset

名稱 描述
類型 數據集的類型。 需要 『QuickBooksObject』 ()
typeProperties 這個數據集類型特有的屬性。 GenericDatasetTypeProperties

RelationalTableDataset

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

RelationalTableDatasetTypeProperties

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

ResponsysObjectDataset

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

RestResourceDataset

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

RestResourceDatasetTypeProperties

名稱 描述
additionalHeaders 要求中對 RESTful API 的其他 HTTP 標頭。 RestResourceDatasetTypePropertiesAdditionalHeaders
paginationRules 用來撰寫下一個頁面要求的分頁規則。 RestResourceDatasetTypePropertiesPaginationRules
relativeUrl RESTful API 提供之資源的相對 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
requestBody 如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
requestMethod 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

RestResourceDatasetTypePropertiesAdditionalHeaders

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

RestResourceDatasetTypePropertiesPaginationRules

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

SalesforceMarketingCloudObjectDataset

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

SalesforceObjectDataset

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

SalesforceObjectDatasetTypeProperties

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

SalesforceServiceCloudObjectDataset

名稱 描述
類型 數據集的類型。 'SalesforceServiceCloudObject' (必要)
typeProperties Salesforce Service Cloud 對象數據集屬性。 SalesforceServiceCloudObjectDatasetTypeProperties

SalesforceServiceCloudObjectDatasetTypeProperties

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

SalesforceServiceCloudV2ObjectDataset

名稱 描述
類型 數據集的類型。 'SalesforceServiceCloudV2Object' (必要)
typeProperties Salesforce Service Cloud V2 對象數據集屬性。 SalesforceServiceCloudV2ObjectDatasetTypeProperties

SalesforceServiceCloudV2ObjectDatasetTypeProperties

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

SalesforceV2ObjectDataset

名稱 描述
類型 數據集的類型。 'SalesforceV2Object' (必要)
typeProperties Salesforce V2 對象數據集屬性。 SalesforceV2ObjectDatasetTypeProperties

SalesforceV2ObjectDatasetTypeProperties

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

SapBwCubeDataset

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

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. (所需的)

SapHanaTableDataset

名稱 描述
類型 數據集的類型。 'SapHanaTable' (必要)
typeProperties SAP HANA 資料表屬性。 SapHanaTableDatasetTypeProperties

SapHanaTableDatasetTypeProperties

名稱 描述
結構描述 SAP HANA 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table SAP HANA 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

SapOdpResourceDataset

名稱 描述
類型 數據集的類型。 'SapOdpResource' (必要)
typeProperties SAP ODP 資源屬性。 需要 sapOdpResourceDatasetTypeProperties ()

SapOdpResourceDatasetTypeProperties

名稱 描述
context SAP ODP 對象的內容。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)
objectName SAP ODP 物件的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)

SapOpenHubTableDataset

名稱 描述
類型 數據集的類型。 需要 'SapOpenHubTable' ()
typeProperties Sap Business Warehouse Open Hub 目的地數據表屬性。 SapOpenHubTableDatasetTypeProperties (必要)

SapOpenHubTableDatasetTypeProperties

名稱 描述
baseRequestId 差異載入的要求識別碼。 設定之後,將只會擷取 requestId 大於此屬性值的資料。 預設值為 0。 類型:具有 resultType 整數 ) 的整數 (或 Expression。 針對 Bicep,您可以使用 任何 () 函式。
excludeLastRequest 是否要排除最後一個要求的記錄。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。 針對 Bicep,您可以使用 任何 () 函式。
openHubDestinationName 目的地類型為資料庫數據表的 Open Hub 目的地名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () function. (所需的)

SapTableResourceDataset

名稱 描述
類型 數據集的類型。 'SapTableResource' (必要)
typeProperties SAP 資料表資源屬性。 SapTableResourceDatasetTypeProperties (必要)

SapTableResourceDatasetTypeProperties

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

ServiceNowObjectDataset

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

ServiceNowV2ObjectDataset

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

SharePointOnlineListResourceDataset

名稱 描述
類型 數據集的類型。 'SharePointOnlineListResource' (必要)
typeProperties Sharepoint Online 清單數據集屬性。 SharePointOnlineListDatasetTypeProperties

SharePointOnlineListDatasetTypeProperties

名稱 描述
listName SharePoint Online 列表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

ShopifyObjectDataset

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

SnowflakeDataset

名稱 描述
類型 數據集的類型。 'SnowflakeTable' (必要)
typeProperties Snowflake 數據集屬性。 SnowflakeDatasetTypeProperties (必要)

SnowflakeDatasetTypeProperties

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

SnowflakeV2Dataset

名稱 描述
類型 數據集的類型。 'SnowflakeV2Table' (必要)
typeProperties Snowflake 數據集屬性。 SnowflakeDatasetTypeProperties (必要)

SparkObjectDataset

名稱 描述
類型 數據集的類型。 需要 『SparkObject』 ()
typeProperties 這個數據集類型特有的屬性。 SparkDatasetTypeProperties

SparkDatasetTypeProperties

名稱 描述
結構描述 Spark 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table Spark 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 針對 Bicep,您可以使用 任何 () 函式。

SqlServerTableDataset

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

SqlServerTableDatasetTypeProperties

名稱 描述
結構描述 SQL Server 數據集的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table SQL Server 資料集的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableName 此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 針對 Bicep,您可以使用 任何 () 函式。

SquareObjectDataset

名稱 描述
類型 數據集的類型。 必要 (『SquareObject』)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

SybaseTableDataset

名稱 描述
類型 數據集的類型。 'SybaseTable' (必要)
typeProperties Sybase 數據表數據集屬性。 SybaseTableDatasetTypeProperties

SybaseTableDatasetTypeProperties

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

TeradataTableDataset

名稱 描述
類型 數據集的類型。 'TeradataTable' (必要)
typeProperties Teradata 資料集屬性。 TeradataTableDatasetTypeProperties

TeradataTableDatasetTypeProperties

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

VerticaTableDataset

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

VerticaDatasetTypeProperties

名稱 描述
結構描述 Vertica 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table Vertica 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
tableName 此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 針對 Bicep,您可以使用 任何 () 函式。

WarehouseTableDataset

名稱 描述
類型 數據集的類型。 'WarehouseTable' (必要)
typeProperties Microsoft Fabric Warehouse 數據集屬性。 WarehouseTableDatasetTypeProperties

WarehouseTableDatasetTypeProperties

名稱 描述
結構描述 Microsoft Fabric Warehouse 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
table Microsoft Fabric Warehouse 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

WebTableDataset

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

WebTableDatasetTypeProperties

名稱 描述
索引 網頁中數據表以零起始的索引。 類型:具有 resultType 整數的整數 (或 Expression) ,最小值:0。 針對 Bicep,您可以使用 任何必要的 () function. ()
path 來自鏈接服務 URL 之網頁的相對 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

XeroObjectDataset

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

XmlDataset

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

XmlDatasetTypeProperties

名稱 描述
compression 用於 json 數據集的數據壓縮方法。 DatasetCompression
encodingName 慣用編碼方式的字碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中數據表的名稱數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。
location json 數據記憶體的位置。 DatasetLocation (必要)
nullValue Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。 針對 Bicep,您可以使用 任何 () 函式。

ZohoObjectDataset

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

快速入門範本

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

範本 描述
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": "2018-06-01",
  "name": "string",
  "properties": {
    "annotations": [ object ],
    "description": "string",
    "folder": {
      "name": "string"
    },
    "linkedServiceName": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "LinkedServiceReference"
    },
    "parameters": {
      "{customized property}": {
        "defaultValue": {},
        "type": "string"
      }
    },
    "schema": {},
    "structure": {},
    "type": "string"
    // For remaining properties, see Dataset objects
  }
}

數據集物件

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

針對 AmazonMWSObject,請使用:

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

針對 AmazonRdsForOracleTable,請使用:

  "type": "AmazonRdsForOracleTable",
  "typeProperties": {
    "schema": {},
    "table": {}
  }

針對 AmazonRdsForSqlServerTable,請使用:

  "type": "AmazonRdsForSqlServerTable",
  "typeProperties": {
    "schema": {},
    "table": {}
  }

針對 AmazonRedshiftTable,請使用:

  "type": "AmazonRedshiftTable",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }

針對 AmazonS3Object,請使用:

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

針對 Avro,請使用:

  "type": "Avro",
  "typeProperties": {
    "avroCompressionCodec": {},
    "avroCompressionLevel": "int",
    "location": {
      "fileName": {},
      "folderPath": {},
      "type": "string"
      // For remaining properties, see DatasetLocation objects
    }
  }

針對 AzureBlob,請使用:

  "type": "AzureBlob",
  "typeProperties": {
    "compression": {
      "level": {},
      "type": {},
      "{customized property}": {}
    },
    "fileName": {},
    "folderPath": {},
    "format": {
      "deserializer": {},
      "serializer": {},
      "type": "string"
      // For remaining properties, see DatasetStorageFormat objects
    },
    "modifiedDatetimeEnd": {},
    "modifiedDatetimeStart": {},
    "tableRootLocation": {}
  }

針對 AzureBlobFSFile,請使用:

  "type": "AzureBlobFSFile",
  "typeProperties": {
    "compression": {
      "level": {},
      "type": {},
      "{customized property}": {}
    },
    "fileName": {},
    "folderPath": {},
    "format": {
      "deserializer": {},
      "serializer": {},
      "type": "string"
      // For remaining properties, see DatasetStorageFormat objects
    }
  }

針對 AzureDatabricksDeltaLakeDataset,請使用:

  "type": "AzureDatabricksDeltaLakeDataset",
  "typeProperties": {
    "database": {},
    "table": {}
  }

針對 AzureDataExplorerTable,請使用:

  "type": "AzureDataExplorerTable",
  "typeProperties": {
    "table": {}
  }

針對 AzureDataLakeStoreFile,請使用:

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

針對 AzureMariaDBTable,請使用:

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

針對 AzureMySqlTable,請使用:

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

針對 AzurePostgreSqlTable,請使用:

  "type": "AzurePostgreSqlTable",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }

針對 AzureSearchIndex,請使用:

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

針對 AzureSqlDWTable,請使用:

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

針對 AzureSqlMITable,請使用:

  "type": "AzureSqlMITable",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }

針對 AzureSqlTable,請使用:

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

針對 AzureTable,請使用:

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

針對 二進位,請使用:

  "type": "Binary",
  "typeProperties": {
    "compression": {
      "level": {},
      "type": {},
      "{customized property}": {}
    },
    "location": {
      "fileName": {},
      "folderPath": {},
      "type": "string"
      // For remaining properties, see DatasetLocation objects
    }
  }

針對 CassandraTable,請使用:

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

針對 CommonDataServiceForAppsEntity,請使用:

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

針對 ConcurObject,請使用:

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

針對 CosmosDbMongoDbApiCollection,請使用:

  "type": "CosmosDbMongoDbApiCollection",
  "typeProperties": {
    "collection": {}
  }

針對 CosmosDbSqlApiCollection,請使用:

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

針對 CouchbaseTable,請使用:

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

針對 CustomDataset,請使用:

  "type": "CustomDataset",
  "typeProperties": {}

針對 Db2Table,請使用:

  "type": "Db2Table",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }

針對 DelimitedText,請使用:

  "type": "DelimitedText",
  "typeProperties": {
    "columnDelimiter": {},
    "compressionCodec": {},
    "compressionLevel": {},
    "encodingName": {},
    "escapeChar": {},
    "firstRowAsHeader": {},
    "location": {
      "fileName": {},
      "folderPath": {},
      "type": "string"
      // For remaining properties, see DatasetLocation objects
    },
    "nullValue": {},
    "quoteChar": {},
    "rowDelimiter": {}
  }

針對 DocumentDbCollection,請使用:

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

針對 DrillTable,請使用:

  "type": "DrillTable",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }

針對 DynamicsAXResource,請使用:

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

針對 DynamicsCrmEntity,請使用:

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

針對 DynamicsEntity,請使用:

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

針對 EloquaObject,請使用:

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

針對 Excel,請使用:

  "type": "Excel",
  "typeProperties": {
    "compression": {
      "level": {},
      "type": {},
      "{customized property}": {}
    },
    "firstRowAsHeader": {},
    "location": {
      "fileName": {},
      "folderPath": {},
      "type": "string"
      // For remaining properties, see DatasetLocation objects
    },
    "nullValue": {},
    "range": {},
    "sheetIndex": {},
    "sheetName": {}
  }

針對 FileShare,請使用:

  "type": "FileShare",
  "typeProperties": {
    "compression": {
      "level": {},
      "type": {},
      "{customized property}": {}
    },
    "fileFilter": {},
    "fileName": {},
    "folderPath": {},
    "format": {
      "deserializer": {},
      "serializer": {},
      "type": "string"
      // For remaining properties, see DatasetStorageFormat objects
    },
    "modifiedDatetimeEnd": {},
    "modifiedDatetimeStart": {}
  }

針對 GoogleAdWordsObject,請使用:

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

針對 GoogleBigQueryObject,請使用:

  "type": "GoogleBigQueryObject",
  "typeProperties": {
    "dataset": {},
    "table": {},
    "tableName": {}
  }

針對 GoogleBigQueryV2Object,請使用:

  "type": "GoogleBigQueryV2Object",
  "typeProperties": {
    "dataset": {},
    "table": {}
  }

針對 GreenplumTable,請使用:

  "type": "GreenplumTable",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }

針對 HBaseObject,請使用:

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

針對 HiveObject,請使用:

  "type": "HiveObject",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }

針對 HttpFile,請使用:

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

針對 HubspotObject,請使用:

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

針對 ImpalaObject,請使用:

  "type": "ImpalaObject",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }

針對 InformixTable,請使用:

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

針對 JiraObject,請使用:

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

針對 Json,請使用:

  "type": "Json",
  "typeProperties": {
    "compression": {
      "level": {},
      "type": {},
      "{customized property}": {}
    },
    "encodingName": {},
    "location": {
      "fileName": {},
      "folderPath": {},
      "type": "string"
      // For remaining properties, see DatasetLocation objects
    }
  }

針對 LakeHouseTable,請使用:

  "type": "LakeHouseTable",
  "typeProperties": {
    "table": {}
  }

針對 MagentoObject,請使用:

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

針對 MariaDBTable,請使用:

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

針對 MarketoObject,請使用:

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

針對 MicrosoftAccessTable,請使用:

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

針對 MongoDbAtlasCollection,請使用:

  "type": "MongoDbAtlasCollection",
  "typeProperties": {
    "collection": {}
  }

針對 MongoDbCollection,請使用:

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

針對 MongoDbV2Collection,請使用:

  "type": "MongoDbV2Collection",
  "typeProperties": {
    "collection": {}
  }

針對 MySqlTable,請使用:

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

針對 NetezzaTable,請使用:

  "type": "NetezzaTable",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }

針對 ODataResource,請使用:

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

針對 OdbcTable,請使用:

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

針對 Office365Table,請使用:

  "type": "Office365Table",
  "typeProperties": {
    "predicate": {},
    "tableName": {}
  }

針對 OracleServiceCloudObject,請使用:

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

針對 OracleTable,請使用:

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

針對 Orc,請使用:

  "type": "Orc",
  "typeProperties": {
    "location": {
      "fileName": {},
      "folderPath": {},
      "type": "string"
      // For remaining properties, see DatasetLocation objects
    },
    "orcCompressionCodec": {}
  }

針對 Parquet,請使用:

  "type": "Parquet",
  "typeProperties": {
    "compressionCodec": {},
    "location": {
      "fileName": {},
      "folderPath": {},
      "type": "string"
      // For remaining properties, see DatasetLocation objects
    }
  }

針對 PaypalObject,請使用:

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

針對 PhoenixObject,請使用:

  "type": "PhoenixObject",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }

針對 PostgreSqlTable,請使用:

  "type": "PostgreSqlTable",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }

針對 PostgreSqlV2Table,請使用:

  "type": "PostgreSqlV2Table",
  "typeProperties": {
    "schema": {},
    "table": {}
  }

針對 PrestoObject,請使用:

  "type": "PrestoObject",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }

針對 QuickBooksObject,請使用:

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

針對 RelationalTable,請使用:

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

針對 ResponsysObject,請使用:

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

針對 RestResource,請使用:

  "type": "RestResource",
  "typeProperties": {
    "additionalHeaders": {
      "{customized property}": {}
    },
    "paginationRules": {
      "{customized property}": {}
    },
    "relativeUrl": {},
    "requestBody": {},
    "requestMethod": {}
  }

針對 SalesforceMarketingCloudObject,請使用:

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

針對 SalesforceObject,請使用:

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

針對 SalesforceServiceCloudObject,請使用:

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

針對 SalesforceServiceCloudV2Object,請使用:

  "type": "SalesforceServiceCloudV2Object",
  "typeProperties": {
    "objectApiName": {},
    "reportId": {}
  }

針對 SalesforceV2Object,請使用:

  "type": "SalesforceV2Object",
  "typeProperties": {
    "objectApiName": {},
    "reportId": {}
  }

針對 SapBwCube,請使用:

  "type": "SapBwCube"

針對 SapCloudForCustomerResource,請使用:

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

針對 SapEccResource,請使用:

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

針對 SapHanaTable,請使用:

  "type": "SapHanaTable",
  "typeProperties": {
    "schema": {},
    "table": {}
  }

針對 SapOdpResource,請使用:

  "type": "SapOdpResource",
  "typeProperties": {
    "context": {},
    "objectName": {}
  }

針對 SapOpenHubTable,請使用:

  "type": "SapOpenHubTable",
  "typeProperties": {
    "baseRequestId": {},
    "excludeLastRequest": {},
    "openHubDestinationName": {}
  }

針對 SapTableResource,請使用:

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

針對 ServiceNowObject,請使用:

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

針對 ServiceNowV2Object,請使用:

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

針對 SharePointOnlineListResource,請使用:

  "type": "SharePointOnlineListResource",
  "typeProperties": {
    "listName": {}
  }

針對 ShopifyObject,請使用:

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

針對 SnowflakeTable,請使用:

  "type": "SnowflakeTable",
  "typeProperties": {
    "schema": {},
    "table": {}
  }

針對 SnowflakeV2Table,請使用:

  "type": "SnowflakeV2Table",
  "typeProperties": {
    "schema": {},
    "table": {}
  }

針對 SparkObject,請使用:

  "type": "SparkObject",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }

針對 SqlServerTable,請使用:

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

針對 SquareObject,請使用:

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

針對 SybaseTable,請使用:

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

針對 TeradataTable,請使用:

  "type": "TeradataTable",
  "typeProperties": {
    "database": {},
    "table": {}
  }

針對 VerticaTable,請使用:

  "type": "VerticaTable",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }

針對 WarehouseTable,請使用:

  "type": "WarehouseTable",
  "typeProperties": {
    "schema": {},
    "table": {}
  }

針對 WebTable,請使用:

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

針對 XeroObject,請使用:

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

針對 Xml,請使用:

  "type": "Xml",
  "typeProperties": {
    "compression": {
      "level": {},
      "type": {},
      "{customized property}": {}
    },
    "encodingName": {},
    "location": {
      "fileName": {},
      "folderPath": {},
      "type": "string"
      // For remaining properties, see DatasetLocation objects
    },
    "nullValue": {}
  }

針對 ZohoObject,請使用:

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

DatasetStorageFormat 物件

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

針對 AvroFormat,請使用:

  "type": "AvroFormat"

針對 JsonFormat,請使用:

  "type": "JsonFormat",
  "encodingName": {},
  "filePattern": {},
  "jsonNodeReference": {},
  "jsonPathDefinition": {},
  "nestingSeparator": {}

針對 OrcFormat,請使用:

  "type": "OrcFormat"

針對 ParquetFormat,請使用:

  "type": "ParquetFormat"

針對 TextFormat,請使用:

  "type": "TextFormat",
  "columnDelimiter": {},
  "encodingName": {},
  "escapeChar": {},
  "firstRowAsHeader": {},
  "nullValue": {},
  "quoteChar": {},
  "rowDelimiter": {},
  "skipLineCount": {},
  "treatEmptyAsNull": {}

DatasetLocation 物件

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

針對 AmazonS3CompatibleLocation,請使用:

  "type": "AmazonS3CompatibleLocation",
  "bucketName": {},
  "version": {}

針對 AmazonS3Location,請使用:

  "type": "AmazonS3Location",
  "bucketName": {},
  "version": {}

針對 AzureBlobFSLocation,請使用:

  "type": "AzureBlobFSLocation",
  "fileSystem": {}

針對 AzureBlobStorageLocation,請使用:

  "type": "AzureBlobStorageLocation",
  "container": {}

針對 AzureDataLakeStoreLocation,請使用:

  "type": "AzureDataLakeStoreLocation"

針對 AzureFileStorageLocation,請使用:

  "type": "AzureFileStorageLocation"

針對 FileServerLocation,請使用:

  "type": "FileServerLocation"

針對 FtpServerLocation,請使用:

  "type": "FtpServerLocation"

針對 GoogleCloudStorageLocation,請使用:

  "type": "GoogleCloudStorageLocation",
  "bucketName": {},
  "version": {}

針對 HdfsLocation,請使用:

  "type": "HdfsLocation"

針對 HttpServerLocation,請使用:

  "type": "HttpServerLocation",
  "relativeUrl": {}

針對 LakeHouseLocation,請使用:

  "type": "LakeHouseLocation"

針對 OracleCloudStorageLocation,請使用:

  "type": "OracleCloudStorageLocation",
  "bucketName": {},
  "version": {}

針對 SftpLocation,請使用:

  "type": "SftpLocation"

屬性值

factoryies/datasets

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

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

字元限制:1-260

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

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

資料集

名稱 描述
註解 可用於描述數據集的標記清單。 any[]
description 數據集描述。 字串
folder 此資料集所在的資料夾。 如果未指定,數據集會顯示在根層級。 DatasetFolder
linkedServiceName 連結服務參考。 LinkedServiceReference (必要)
參數 數據集的參數。 ParameterDefinitionSpecification
結構描述 定義數據集實體類型架構的數據行。 Type: array (或 Expression with resultType array) , itemType: DatasetSchemaDataElement。
structure 定義數據集結構的數據行。 Type:array (或 Expression with resultType array) ,itemType:DatasetDataElement。
類型 設定物件類型 AmazonMWSObject
AmazonRdsForOracleTable
AmazonRdsForSqlServerTable
AmazonRedshiftTable
AmazonS3Object
Avro
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
FileShare
GoogleAdWordsObject
GoogleBigQueryObject
GoogleBigQueryV2Object
GreenplumTable
HBaseObject
HiveObject
HttpFile
HubspotObject
ImpalaObject
InformixTable
JiraObject
Json
LakeHouseTable
MagentoObject
MariaDBTable
MarketoObject
MicrosoftAccessTable
MongoDbAtlasCollection
MongoDbCollection
MongoDbV2Collection
MySqlTable
NetezzaTable
ODataResource
OdbcTable
Office365Table
OracleServiceCloudObject
OracleTable
Orc
Parquet
PaypalObject
PhoenixObject
PostgreSqlTable
PostgreSqlV2Table
PrestoObject
QuickBooksObject
RelationalTable
ResponsysObject
RestResource
SalesforceMarketingCloudObject
SalesforceObject
SalesforceServiceCloudObject
SalesforceServiceCloudV2Object
SalesforceV2Object
SapBwCube
SapCloudForCustomerResource
SapEccResource
SapHanaTable
SapOdpResource
SapOpenHubTable
SapTableResource
ServiceNowObject
ServiceNowV2Object
SharePointOnlineListResource
ShopifyObject
SnowflakeTable
SnowflakeV2Table
SparkObject
SqlServerTable
SquareObject
SybaseTable
TeradataTable
VerticaTable
WarehouseTable
WebTable
XeroObject
XML
ZohoObject (必要)

DatasetFolder

名稱 描述
NAME 此資料集所在的資料夾名稱。 字串

LinkedServiceReference

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

ParameterValueSpecification

名稱 描述
{自定義屬性}

ParameterDefinitionSpecification

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

ParameterSpecification

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

AmazonMWSObjectDataset

名稱 描述
類型 數據集的類型。 需要 『AmazonMWSObject』 ()
typeProperties 這個數據集類型特有的屬性。 GenericDatasetTypeProperties

GenericDatasetTypeProperties

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

AmazonRdsForOracleTableDataset

名稱 描述
類型 數據集的類型。 'AmazonRdsForOracleTable' (必要)
typeProperties AmazonRdsForOracle 數據集屬性。 AmazonRdsForOracleTableDatasetTypeProperties

AmazonRdsForOracleTableDatasetTypeProperties

名稱 描述
結構描述 AmazonRdsForOracle 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table AmazonRdsForOracle 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

AmazonRdsForSqlServerTableDataset

名稱 描述
類型 數據集的類型。 'AmazonRdsForSqlServerTable' (必要)
typeProperties 適用於 SQL Server 數據集屬性的 Amazon RDS。 AmazonRdsForSqlServerTableDatasetTypeProperties

AmazonRdsForSqlServerTableDatasetTypeProperties

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

AmazonRedshiftTableDataset

名稱 描述
類型 數據集的類型。 'AmazonRedshiftTable' (必要)
typeProperties Amazon Redshift 數據表數據集屬性。 AmazonRedshiftTableDatasetTypeProperties

AmazonRedshiftTableDatasetTypeProperties

名稱 描述
結構描述 Amazon Redshift 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Amazon Redshift 數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

AmazonS3Dataset

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

AmazonS3DatasetTypeProperties

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

DatasetCompression

名稱 描述
等級 數據集壓縮層級。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型 數據集壓縮的類型。 類型:字串 (或具有 resultType 字串的 Expression) 。
{自定義屬性}

DatasetStorageFormat

名稱 描述
還原串行化程式 還原串行化程式。 類型:字串 (或具有 resultType 字串的 Expression) 。
序列化程式 串行化程式。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型 設定物件類型 AvroFormat
JsonFormat
OrcFormat
ParquetFormat
需要 TextFormat ()

AvroFormat

名稱 描述
類型 數據集儲存格式的類型。 'AvroFormat' (必要)

JsonFormat

名稱 描述
類型 數據集儲存格式的類型。 'JsonFormat' (必要)
encodingName 慣用編碼方式的字碼頁名稱。 如果未提供,則預設值為 『utf-8』,除非位元組順序標記 (BOM) 表示另一個 Unicode 編碼。 您可以在下列參考中編碼資料表的 [名稱] 資料行中找到支援值的完整清單: https://go.microsoft.com/fwlink/?linkid=861078。 類型:字串 (或具有 resultType 字串的 Expression) 。
filePattern JSON 的檔案模式。 更具體來說,分隔 JSON 物件集合的方式。 默認值為 『setOfObjects』。 它會區分大小寫。
jsonNodeReference 要扁平化之 JSON 陣列專案的 JSONPath。 範例:“$.ArrayPath”。 類型:字串 (或具有 resultType 字串的 Expression) 。
jsonPathDefinition 每個數據行對應的 JSONPath 定義,其具有自定義的數據行名稱,可從 JSON 檔案擷取數據。 若為根物件下的欄位,請以 「$」 開頭;針對 jsonNodeReference 屬性所選擇陣列內的欄位,請從數位元素開始。 範例: {“Column1”: “$.Column1Path“、”Column2“: ”Column2PathInArray“}。 類型:具有 resultType 物件) 的物件 (或 Expression。
nestingSeparator 用來分隔巢狀層級的字元。 預設值為 『.』 (點) 。 類型:字串 (或具有 resultType 字串的 Expression) 。

OrcFormat

名稱 描述
類型 數據集儲存格式的類型。 'OrcFormat' (必要)

ParquetFormat

名稱 描述
類型 數據集儲存格式的類型。 需要 『ParquetFormat』 ()

TextFormat

名稱 描述
類型 數據集儲存格式的類型。 'TextFormat' (必要)
columnDelimiter 資料行分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。
encodingName 慣用編碼方式的字碼頁名稱。 如果遺漏,除非 BOM 表示另一個 Unicode 編碼,否則預設值為 TfÇ\utf-8TfÇ?。 請參閱下列連結中數據表的 ΓÇ\NameΓÇ\ 數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx。 類型:字串 (或具有 resultType 字串的 Expression) 。
escapeChar 逸出字元。 類型:字串 (或具有 resultType 字串的 Expression) 。
firstRowAsHeader 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,將標頭寫入輸出做為數據的第一個數據列。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
nullValue Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。
quoteChar 引號字元。 類型:字串 (或具有 resultType 字串的 Expression) 。
rowDelimiter 資料列分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。
skipLineCount 剖析文字檔時要略過的行/列數。 預設值為 0。 類型:具有 resultType 整數) 的整數 (或 Expression。
treatEmptyAsNull 將文字檔中的空白資料行值視為 Null。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。

AvroDataset

名稱 描述
類型 數據集的類型。 需要 『Avro』 ()
typeProperties Avro 數據集屬性。 AvroDatasetTypeProperties

AvroDatasetTypeProperties

名稱 描述
avroCompressionCodec 數據 avroCompressionCodec。 類型:字串 (或具有 resultType 字串的 Expression) 。
avroCompressionLevel int

約束:
最小值 = 1
最大值 = 9
location avro 記憶體的位置。 DatasetLocation (必要)

DatasetLocation

名稱 描述
fileName 指定數據集的檔案名。 類型:字串 (或具有 resultType 字串的 Expression) 。
folderPath 指定資料集的資料夾路徑。 類型:字串 (或具有 resultType 字串的 Expression)
類型 設定物件類型 AmazonS3CompatibleLocation
AmazonS3Location
AzureBlobFSLocation
AzureBlobStorageLocation
AzureDataLakeStoreLocation
AzureFileStorageLocation
FileServerLocation
FtpServerLocation
GoogleCloudStorageLocation
HdfsLocation
HttpServerLocation
LakeHouseLocation
OracleCloudStorageLocation
需要 SftpLocation ()

AmazonS3CompatibleLocation

名稱 描述
類型 數據集儲存位置的類型。 'AmazonS3CompatibleLocation' (必要)
bucketName 指定 Amazon S3 相容的 bucketName。 類型:字串 (或具有 resultType 字串的 Expression)
version 指定 Amazon S3 相容版本。 類型:字串 (或具有 resultType 字串的 Expression) 。

AmazonS3Location

名稱 描述
類型 數據集儲存位置的類型。 需要 『AmazonS3Location』 ()
bucketName 指定 amazon S3 的 bucketName。 類型:字串 (或具有 resultType 字串的 Expression)
version 指定 amazon S3 的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureBlobFSLocation

名稱 描述
類型 數據集儲存位置的類型。 必要 ('AzureBlobFSLocation')
fileSystem 指定 azure blobFS 的 fileSystem。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureBlobStorageLocation

名稱 描述
類型 數據集儲存位置的類型。 'AzureBlobStorageLocation' (必要)
容器 指定 Azure Blob 的容器。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureDataLakeStoreLocation

名稱 描述
類型 數據集儲存位置的類型。 'AzureDataLakeStoreLocation' (必要)

AzureFileStorageLocation

名稱 描述
類型 數據集儲存位置的類型。 'AzureFileStorageLocation' (必要)

FileServerLocation

名稱 描述
類型 數據集儲存位置的類型。 'FileServerLocation' (必要)

FtpServerLocation

名稱 描述
類型 數據集儲存位置的類型。 需要 『FtpServerLocation』 ()

GoogleCloudStorageLocation

名稱 描述
類型 數據集儲存位置的類型。 'GoogleCloudStorageLocation' (必要)
bucketName 指定Google Cloud Storage的bucketName。 類型:具有 resultType 字串的字串 (或 Expression)
version 指定Google Cloud Storage的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。

HdfsLocation

名稱 描述
類型 數據集儲存位置的類型。 'HdfsLocation' (必要)

HttpServerLocation

名稱 描述
類型 數據集儲存位置的類型。 'HttpServerLocation' (必要)
relativeUrl 指定 HTTP 伺服器的 relativeUrl。 類型:具有 resultType 字串的字串 (或 Expression)

LakeHouseLocation

名稱 描述
類型 數據集儲存位置的類型。 'LakeHouseLocation' (必要)

OracleCloudStorageLocation

名稱 描述
類型 數據集儲存位置的類型。 'OracleCloudStorageLocation' (必要)
bucketName 指定 Oracle 雲端記憶體的 bucketName。 類型:具有 resultType 字串的字串 (或 Expression)
version 指定 Oracle 雲端記憶體的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。

SftpLocation

名稱 描述
類型 數據集儲存位置的類型。 'SftpLocation' (必要)

AzureBlobDataset

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

AzureBlobDatasetTypeProperties

名稱 描述
compression 用於 Blob 記憶體的數據壓縮方法。 DatasetCompression
fileName Azure Blob 的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
folderPath Azure Blob 記憶體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
format Azure Blob 記憶體的格式。 DatasetStorageFormat
modifiedDatetimeEnd Azure Blob 修改日期時間的結尾。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart Azure Blob 修改日期時間的開頭。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableRootLocation Blob 路徑的根目錄。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureBlobFSDataset

名稱 描述
類型 數據集的類型。 'AzureBlobFSFile' (必要)
typeProperties Azure Data Lake Storage Gen2 數據集屬性。 AzureBlobFSDatasetTypeProperties

AzureBlobFSDatasetTypeProperties

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

AzureDatabricksDeltaLakeDataset

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

AzureDatabricksDeltaLakeDatasetTypeProperties

名稱 描述
[資料庫] 差異數據表的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table 差異數據表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureDataExplorerTableDataset

名稱 描述
類型 數據集的類型。 'AzureDataExplorerTable' (必要)
typeProperties Azure Data Explorer (Kusto) 數據集屬性。 AzureDataExplorerDatasetTypeProperties (必要)

AzureDataExplorerDatasetTypeProperties

名稱 描述
table Azure Data Explorer 資料庫的數據表名稱。 類型:字串 (或具有 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

AzureMariaDBTableDataset

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

AzureMySqlTableDataset

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

AzureMySqlTableDatasetTypeProperties

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

AzurePostgreSqlTableDataset

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

AzurePostgreSqlTableDatasetTypeProperties

名稱 描述
結構描述 Azure PostgreSQL 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Azure PostgreSQL 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName Azure PostgreSQL 資料庫的數據表名稱,其中包含架構和數據表。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureSearchIndexDataset

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

AzureSearchIndexDatasetTypeProperties

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

AzureSqlDWTableDataset

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

AzureSqlDWTableDatasetTypeProperties

名稱 描述
結構描述 Azure SQL Data Warehouse 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Azure SQL Data Warehouse 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

AzureSqlMITableDataset

名稱 描述
類型 數據集的類型。 'AzureSqlMITable' (必要)
typeProperties Azure SQL 受控執行個體 數據集屬性。 AzureSqlMITableDatasetTypeProperties

AzureSqlMITableDatasetTypeProperties

名稱 描述
結構描述 Azure SQL 受控執行個體 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Azure SQL 受控執行個體 數據集的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

AzureSqlTableDataset

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

AzureSqlTableDatasetTypeProperties

名稱 描述
結構描述 Azure SQL 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Azure SQL 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

AzureTableDataset

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

AzureTableDatasetTypeProperties

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

BinaryDataset

名稱 描述
類型 數據集的類型。 需要 『Binary』 ()
typeProperties 二進位數據集屬性。 BinaryDatasetTypeProperties

BinaryDatasetTypeProperties

名稱 描述
compression 用於二進位數據集的數據壓縮方法。 DatasetCompression
location 二進位記憶體的位置。 DatasetLocation (必要)

CassandraTableDataset

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

CassandraTableDatasetTypeProperties

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

CommonDataServiceForAppsEntityDataset

名稱 描述
類型 數據集的類型。 'CommonDataServiceForAppsEntity' (必要)
typeProperties Common Data Service for Apps 實體數據集屬性。 CommonDataServiceForAppsEntityDatasetTypeProperties

CommonDataServiceForAppsEntityDatasetTypeProperties

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

ConcurObjectDataset

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

CosmosDbMongoDbApiCollectionDataset

名稱 描述
類型 數據集的類型。 'CosmosDbMongoDbApiCollection' (必要)
typeProperties CosmosDB (MongoDB API) 資料庫數據集屬性。 CosmosDbMongoDbApiCollectionDatasetTypeProperties (必要)

CosmosDbMongoDbApiCollectionDatasetTypeProperties

名稱 描述
collection CosmosDB (MongoDB API) 資料庫的集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

CosmosDbSqlApiCollectionDataset

名稱 描述
類型 數據集的類型。 'CosmosDbSqlApiCollection' (必要)
typeProperties CosmosDB (SQL API) 集合資料集屬性。 CosmosDbSqlApiCollectionDatasetTypeProperties (必要)

CosmosDbSqlApiCollectionDatasetTypeProperties

名稱 描述
collectionName CosmosDB (SQL API) 集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

CouchbaseTableDataset

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

CustomDataset

名稱 描述
類型 數據集的類型。 需要 『CustomDataset』 ()
typeProperties 自訂數據集屬性。

Db2TableDataset

名稱 描述
類型 數據集的類型。 需要 『Db2Table』 ()
typeProperties Db2 資料表數據集屬性。 Db2TableDatasetTypeProperties

Db2TableDatasetTypeProperties

名稱 描述
結構描述 Db2 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Db2 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

DelimitedTextDataset

名稱 描述
類型 數據集的類型。 需要 『DelimitedText』 ()
typeProperties 分隔的文字數據集屬性。 DelimitedTextDatasetTypeProperties

DelimitedTextDatasetTypeProperties

名稱 描述
columnDelimiter 資料行分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。
compressionCodec 數據壓縮Codec。 類型:字串 (或具有 resultType 字串的 Expression) 。
compressionLevel 用於 DelimitedText 的數據壓縮方法。
encodingName 慣用編碼方式的字碼頁名稱。 如果遺漏,則預設值為UTF-8,除非BOM表示另一個 Unicode 編碼。 請參閱下列連結中數據表的名稱數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx。 類型:字串 (或具有 resultType 字串的 Expression) 。
escapeChar 逸出字元。 類型:字串 (或具有 resultType 字串的 Expression) 。
firstRowAsHeader 當做輸入使用時,請將數據的第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出作為數據的第一個數據列。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
location 分隔文字儲存區的位置。 DatasetLocation (必要)
nullValue Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。
quoteChar 引號字元。 類型:字串 (或具有 resultType 字串的 Expression) 。
rowDelimiter 資料列分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。

DocumentDbCollectionDataset

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

DocumentDbCollectionDatasetTypeProperties

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

DrillTableDataset

名稱 描述
類型 數據集的類型。 需要 『DrillTable』 ()
typeProperties 此數據集類型特有的屬性。 DrillDatasetTypeProperties

DrillDatasetTypeProperties

名稱 描述
結構描述 Drill 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Drill 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

DynamicsAXResourceDataset

名稱 描述
類型 數據集的類型。 'DynamicsAXResource' (必要)
typeProperties Dynamics AX OData 資源數據集屬性。 DynamicsAXResourceDatasetTypeProperties (必要)

DynamicsAXResourceDatasetTypeProperties

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

DynamicsCrmEntityDataset

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

DynamicsCrmEntityDatasetTypeProperties

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

DynamicsEntityDataset

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

DynamicsEntityDatasetTypeProperties

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

EloquaObjectDataset

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

ExcelDataset

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

ExcelDatasetTypeProperties

名稱 描述
compression 用於 json 數據集的數據壓縮方法。 DatasetCompression
firstRowAsHeader 當做輸入使用時,請將數據的第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出作為數據的第一個數據列。 預設值為 false。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
location Excel 記憶體的位置。 DatasetLocation (必要)
nullValue Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。
range 一張工作表的部分數據。 類型:字串 (或具有 resultType 字串的 Expression) 。
sheetIndex Excel 檔案的工作表索引,預設值為 0。 類型:具有 resultType 整數的整數 (或 Expression)
sheetName Excel 檔案的工作表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

FileShareDataset

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

FileShareDatasetTypeProperties

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

GoogleAdWordsObjectDataset

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

GoogleBigQueryObjectDataset

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

GoogleBigQueryDatasetTypeProperties

名稱 描述
資料集 Google BigQuery 的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Google BigQuery 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用資料庫 + 資料表屬性。

GoogleBigQueryV2ObjectDataset

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

GoogleBigQueryV2DatasetTypeProperties

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

GreenplumTableDataset

名稱 描述
類型 數據集的類型。 需要 'GreenplumTable' ()
typeProperties 這個數據集類型特有的屬性。 GreenplumDatasetTypeProperties

GreenplumDatasetTypeProperties

名稱 描述
結構描述 Greenplum 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Greenplum 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

HBaseObjectDataset

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

HiveObjectDataset

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

HiveDatasetTypeProperties

名稱 描述
結構描述 Hive 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Hive 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

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 檔類型:string (或 Expression with resultType string) 。
requestBody HTTP 要求的主體。 類型:字串 (或具有 resultType 字串的 Expression) 。
requestMethod HTTP 要求的 HTTP 方法。 類型:字串 (或具有 resultType 字串的 Expression) 。

HubspotObjectDataset

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

ImpalaObjectDataset

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

ImpalaDatasetTypeProperties

名稱 描述
結構描述 Impala 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Impala 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

InformixTableDataset

名稱 描述
類型 數據集的類型。 需要 'InformixTable' ()
typeProperties Informix 數據表數據集屬性。 InformixTableDatasetTypeProperties

InformixTableDatasetTypeProperties

名稱 描述
tableName Informix 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

JiraObjectDataset

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

JsonDataset

名稱 描述
類型 數據集的類型。 需要 『Json』 ()
typeProperties Json 數據集屬性。 JsonDatasetTypeProperties

JsonDatasetTypeProperties

名稱 描述
compression 用於 json 數據集的數據壓縮方法。 DatasetCompression
encodingName 慣用編碼方式的字碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中數據表的名稱數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx。 類型:字串 (或具有 resultType 字串的 Expression) 。
location json 數據記憶體的位置。 DatasetLocation (必要)

LakeHouseTableDataset

名稱 描述
類型 數據集的類型。 'LakeHouseTable' (必要)
typeProperties Microsoft Fabric LakeHouse 數據表數據集屬性。 LakeHouseTableDatasetTypeProperties

LakeHouseTableDatasetTypeProperties

名稱 描述
table Microsoft Fabric LakeHouse 數據表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

MagentoObjectDataset

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

MariaDBTableDataset

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

MarketoObjectDataset

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

MicrosoftAccessTableDataset

名稱 描述
類型 數據集的類型。 'MicrosoftAccessTable' (必要)
typeProperties Microsoft Access 數據表數據集屬性。 MicrosoftAccessTableDatasetTypeProperties

MicrosoftAccessTableDatasetTypeProperties

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

MongoDbAtlasCollectionDataset

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

MongoDbAtlasCollectionDatasetTypeProperties

名稱 描述
collection MongoDB Atlas 資料庫的集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

MongoDbCollectionDataset

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

MongoDbCollectionDatasetTypeProperties

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

MongoDbV2CollectionDataset

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

MongoDbV2CollectionDatasetTypeProperties

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

MySqlTableDataset

名稱 描述
類型 數據集的類型。 'MySqlTable' (必要)
typeProperties MySQL 資料表數據集屬性。 MySqlTableDatasetTypeProperties

MySqlTableDatasetTypeProperties

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

NetezzaTableDataset

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

NetezzaTableDatasetTypeProperties

名稱 描述
結構描述 Netezza 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Netezza 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

ODataResourceDataset

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

ODataResourceDatasetTypeProperties

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

OdbcTableDataset

名稱 描述
類型 數據集的類型。 'OdbcTable' (必要)
typeProperties ODBC 資料表數據集屬性。 OdbcTableDatasetTypeProperties

OdbcTableDatasetTypeProperties

名稱 描述
tableName ODBC 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

Office365Dataset

名稱 描述
類型 數據集的類型。 'Office365Table' (必要)
typeProperties Office365 數據集屬性。 Office365DatasetTypeProperties (必要)

Office365DatasetTypeProperties

名稱 描述
predicate 述詞運算式,可用來篩選要從 Office 365 中擷取的特定資料列。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 擷取自 Office 365 的資料集名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

OracleServiceCloudObjectDataset

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

OracleTableDataset

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

OracleTableDatasetTypeProperties

名稱 描述
結構描述 內部部署 Oracle 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table 內部部署 Oracle 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

OrcDataset

名稱 描述
類型 數據集的類型。 'Orc' (必要)
typeProperties ORC 資料集屬性。 OrcDatasetTypeProperties

OrcDatasetTypeProperties

名稱 描述
location ORC 數據記憶體的位置。 DatasetLocation (必要)
orcCompressionCodec data orcCompressionCodec。 類型:字串 (或具有 resultType 字串的 Expression) 。

ParquetDataset

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

ParquetDatasetTypeProperties

名稱 描述
compressionCodec 數據壓縮Codec。 類型:字串 (或具有 resultType 字串的 Expression) 。
location parquet 記憶體的位置。 DatasetLocation (必要)

PaypalObjectDataset

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

PhoenixObjectDataset

名稱 描述
類型 數據集的類型。 必要) 『PhoenixObject』 (
typeProperties 此數據集類型特有的屬性。 PhoenixDatasetTypeProperties

PhoenixDatasetTypeProperties

名稱 描述
結構描述 Phoenix 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Phoenix 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

PostgreSqlTableDataset

名稱 描述
類型 數據集的類型。 'PostgreSqlTable' (必要)
typeProperties PostgreSQL 數據表數據集屬性。 PostgreSqlTableDatasetTypeProperties

PostgreSqlTableDatasetTypeProperties

名稱 描述
結構描述 PostgreSQL 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table PostgreSQL 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

PostgreSqlV2TableDataset

名稱 描述
類型 數據集的類型。 'PostgreSqlV2Table' (必要)
typeProperties PostgreSQLV2 數據表數據集屬性。 PostgreSqlV2TableDatasetTypeProperties

PostgreSqlV2TableDatasetTypeProperties

名稱 描述
結構描述 PostgreSQL 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table PostgreSQL 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

PrestoObjectDataset

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

PrestoDatasetTypeProperties

名稱 描述
結構描述 Presto 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Presto 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

QuickBooksObjectDataset

名稱 描述
類型 數據集的類型。 需要 『QuickBooksObject』 ()
typeProperties 這個數據集類型特有的屬性。 GenericDatasetTypeProperties

RelationalTableDataset

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

RelationalTableDatasetTypeProperties

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

ResponsysObjectDataset

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

RestResourceDataset

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

RestResourceDatasetTypeProperties

名稱 描述
additionalHeaders 要求中對 RESTful API 的其他 HTTP 標頭。 RestResourceDatasetTypePropertiesAdditionalHeaders
paginationRules 用來撰寫下一個頁面要求的分頁規則。 RestResourceDatasetTypePropertiesPaginationRules
relativeUrl RESTful API 提供之資源的相對 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。
requestBody 如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 類型:字串 (或具有 resultType 字串的 Expression) 。
requestMethod 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 類型:字串 (或具有 resultType 字串的 Expression) 。

RestResourceDatasetTypePropertiesAdditionalHeaders

名稱 描述
{自定義屬性}

RestResourceDatasetTypePropertiesPaginationRules

名稱 描述
{自定義屬性}

SalesforceMarketingCloudObjectDataset

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

SalesforceObjectDataset

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

SalesforceObjectDatasetTypeProperties

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

SalesforceServiceCloudObjectDataset

名稱 描述
類型 數據集的類型。 'SalesforceServiceCloudObject' (必要)
typeProperties Salesforce Service Cloud 對象數據集屬性。 SalesforceServiceCloudObjectDatasetTypeProperties

SalesforceServiceCloudObjectDatasetTypeProperties

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

SalesforceServiceCloudV2ObjectDataset

名稱 描述
類型 數據集的類型。 'SalesforceServiceCloudV2Object' (必要)
typeProperties Salesforce Service Cloud V2 對象數據集屬性。 SalesforceServiceCloudV2ObjectDatasetTypeProperties

SalesforceServiceCloudV2ObjectDatasetTypeProperties

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

SalesforceV2ObjectDataset

名稱 描述
類型 數據集的類型。 'SalesforceV2Object' (必要)
typeProperties Salesforce V2 對象數據集屬性。 SalesforceV2ObjectDatasetTypeProperties

SalesforceV2ObjectDatasetTypeProperties

名稱 描述
objectApiName Salesforce V2 物件 API 名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
reportId Salesforce V2 報表標識符。類型:字串 (或具有 resultType 字串的 Expression) 。

SapBwCubeDataset

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

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) 。

SapHanaTableDataset

名稱 描述
類型 數據集的類型。 'SapHanaTable' (必要)
typeProperties SAP HANA 資料表屬性。 SapHanaTableDatasetTypeProperties

SapHanaTableDatasetTypeProperties

名稱 描述
結構描述 SAP HANA 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table SAP HANA 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

SapOdpResourceDataset

名稱 描述
類型 數據集的類型。 'SapOdpResource' (必要)
typeProperties SAP ODP 資源屬性。 需要 sapOdpResourceDatasetTypeProperties ()

SapOdpResourceDatasetTypeProperties

名稱 描述
context SAP ODP 對象的內容。 類型:字串 (或具有 resultType 字串的 Expression) 。
objectName SAP ODP 物件的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

SapOpenHubTableDataset

名稱 描述
類型 數據集的類型。 需要 'SapOpenHubTable' ()
typeProperties Sap Business Warehouse Open Hub 目的地數據表屬性。 SapOpenHubTableDatasetTypeProperties (必要)

SapOpenHubTableDatasetTypeProperties

名稱 描述
baseRequestId 差異載入的要求識別碼。 設定之後,將只會擷取 requestId 大於此屬性值的資料。 預設值為 0。 類型:具有 resultType 整數 ) 的整數 (或 Expression。
excludeLastRequest 是否要排除最後一個要求的記錄。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。
openHubDestinationName 目的地類型為資料庫數據表的 Open Hub 目的地名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

SapTableResourceDataset

名稱 描述
類型 數據集的類型。 'SapTableResource' (必要)
typeProperties SAP 資料表資源屬性。 SapTableResourceDatasetTypeProperties (必要)

SapTableResourceDatasetTypeProperties

名稱 描述
tableName SAP 資料表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

ServiceNowObjectDataset

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

ServiceNowV2ObjectDataset

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

SharePointOnlineListResourceDataset

名稱 描述
類型 數據集的類型。 'SharePointOnlineListResource' (必要)
typeProperties Sharepoint Online 清單數據集屬性。 SharePointOnlineListDatasetTypeProperties

SharePointOnlineListDatasetTypeProperties

名稱 描述
listName SharePoint Online 列表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

ShopifyObjectDataset

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

SnowflakeDataset

名稱 描述
類型 數據集的類型。 'SnowflakeTable' (必要)
typeProperties Snowflake 數據集屬性。 SnowflakeDatasetTypeProperties (必要)

SnowflakeDatasetTypeProperties

名稱 描述
結構描述 Snowflake 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Snowflake 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

SnowflakeV2Dataset

名稱 描述
類型 數據集的類型。 'SnowflakeV2Table' (必要)
typeProperties Snowflake 數據集屬性。 SnowflakeDatasetTypeProperties (必要)

SparkObjectDataset

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

SparkDatasetTypeProperties

名稱 描述
結構描述 Spark 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Spark 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

SqlServerTableDataset

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

SqlServerTableDatasetTypeProperties

名稱 描述
結構描述 SQL Server 數據集的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table SQL Server 資料集的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

SquareObjectDataset

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

SybaseTableDataset

名稱 描述
類型 數據集的類型。 'SybaseTable' (必要)
typeProperties Sybase 數據表數據集屬性。 SybaseTableDatasetTypeProperties

SybaseTableDatasetTypeProperties

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

TeradataTableDataset

名稱 描述
類型 數據集的類型。 'TeradataTable' (必要)
typeProperties Teradata 資料集屬性。 TeradataTableDatasetTypeProperties

TeradataTableDatasetTypeProperties

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

VerticaTableDataset

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

VerticaDatasetTypeProperties

名稱 描述
結構描述 Vertica 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Vertica 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

WarehouseTableDataset

名稱 描述
類型 數據集的類型。 'WarehouseTable' (必要)
typeProperties Microsoft Fabric Warehouse 數據集屬性。 WarehouseTableDatasetTypeProperties

WarehouseTableDatasetTypeProperties

名稱 描述
結構描述 Microsoft Fabric Warehouse 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Microsoft Fabric Warehouse 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

WebTableDataset

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

WebTableDatasetTypeProperties

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

XeroObjectDataset

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

XmlDataset

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

XmlDatasetTypeProperties

名稱 描述
compression 用於 json 數據集的數據壓縮方法。 DatasetCompression
encodingName 慣用編碼方式的字碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中數據表的名稱數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx。 類型:字串 (或具有 resultType 字串的 Expression) 。
location json 數據記憶體的位置。 DatasetLocation (必要)
nullValue Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。

ZohoObjectDataset

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

快速入門範本

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

範本 描述
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@2018-06-01"
  name = "string"
  parent_id = "string"
  body = jsonencode({
    properties = {
      annotations = [ object ]
      description = "string"
      folder = {
        name = "string"
      }
      linkedServiceName = {
        parameters = {}
        referenceName = "string"
        type = "LinkedServiceReference"
      }
      parameters = {
        {customized property} = {
          type = "string"
        }
      }
      type = "string"
      // For remaining properties, see Dataset objects
    }
  })
}

數據集物件

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

針對 AmazonMWSObject,請使用:

  type = "AmazonMWSObject"
  typeProperties = {}

針對 AmazonRdsForOracleTable,請使用:

  type = "AmazonRdsForOracleTable"
  typeProperties = {}

針對 AmazonRdsForSqlServerTable,請使用:

  type = "AmazonRdsForSqlServerTable"
  typeProperties = {}

針對 AmazonRedshiftTable,請使用:

  type = "AmazonRedshiftTable"
  typeProperties = {}

針對 AmazonS3Object,請使用:

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

針對 Avro,請使用:

  type = "Avro"
  typeProperties = {
    avroCompressionLevel = int
    location = {
      type = "string"
      // For remaining properties, see DatasetLocation objects
    }
  }

針對 AzureBlob,請使用:

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

針對 AzureBlobFSFile,請使用:

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

針對 AzureDatabricksDeltaLakeDataset,請使用:

  type = "AzureDatabricksDeltaLakeDataset"
  typeProperties = {}

針對 AzureDataExplorerTable,請使用:

  type = "AzureDataExplorerTable"
  typeProperties = {}

針對 AzureDataLakeStoreFile,請使用:

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

針對 AzureMariaDBTable,請使用:

  type = "AzureMariaDBTable"
  typeProperties = {}

針對 AzureMySqlTable,請使用:

  type = "AzureMySqlTable"
  typeProperties = {}

針對 AzurePostgreSqlTable,請使用:

  type = "AzurePostgreSqlTable"
  typeProperties = {}

針對 AzureSearchIndex,請使用:

  type = "AzureSearchIndex"
  typeProperties = {}

針對 AzureSqlDWTable,請使用:

  type = "AzureSqlDWTable"
  typeProperties = {}

針對 AzureSqlMITable,請使用:

  type = "AzureSqlMITable"
  typeProperties = {}

針對 AzureSqlTable,請使用:

  type = "AzureSqlTable"
  typeProperties = {}

針對 AzureTable,請使用:

  type = "AzureTable"
  typeProperties = {}

針對 二進位,請使用:

  type = "Binary"
  typeProperties = {
    compression = {}
    location = {
      type = "string"
      // For remaining properties, see DatasetLocation objects
    }
  }

針對 CassandraTable,請使用:

  type = "CassandraTable"
  typeProperties = {}

針對 CommonDataServiceForAppsEntity,請使用:

  type = "CommonDataServiceForAppsEntity"
  typeProperties = {}

針對 ConcurObject,請使用:

  type = "ConcurObject"
  typeProperties = {}

針對 CosmosDbMongoDbApiCollection,請使用:

  type = "CosmosDbMongoDbApiCollection"
  typeProperties = {}

針對 CosmosDbSqlApiCollection,請使用:

  type = "CosmosDbSqlApiCollection"
  typeProperties = {}

針對 CouchbaseTable,請使用:

  type = "CouchbaseTable"
  typeProperties = {}

針對 CustomDataset,請使用:

  type = "CustomDataset"

針對 Db2Table,請使用:

  type = "Db2Table"
  typeProperties = {}

針對 DelimitedText,請使用:

  type = "DelimitedText"
  typeProperties = {
    location = {
      type = "string"
      // For remaining properties, see DatasetLocation objects
    }
  }

針對 DocumentDbCollection,請使用:

  type = "DocumentDbCollection"
  typeProperties = {}

針對 DrillTable,請使用:

  type = "DrillTable"
  typeProperties = {}

針對 DynamicsAXResource,請使用:

  type = "DynamicsAXResource"
  typeProperties = {}

針對 DynamicsCrmEntity,請使用:

  type = "DynamicsCrmEntity"
  typeProperties = {}

針對 DynamicsEntity,請使用:

  type = "DynamicsEntity"
  typeProperties = {}

針對 EloquaObject,請使用:

  type = "EloquaObject"
  typeProperties = {}

針對 Excel,請使用:

  type = "Excel"
  typeProperties = {
    compression = {}
    location = {
      type = "string"
      // For remaining properties, see DatasetLocation objects
    }
  }

針對 FileShare,請使用:

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

針對 GoogleAdWordsObject,請使用:

  type = "GoogleAdWordsObject"
  typeProperties = {}

針對 GoogleBigQueryObject,請使用:

  type = "GoogleBigQueryObject"
  typeProperties = {}

針對 GoogleBigQueryV2Object,請使用:

  type = "GoogleBigQueryV2Object"
  typeProperties = {}

針對 GreenplumTable,請使用:

  type = "GreenplumTable"
  typeProperties = {}

針對 HBaseObject,請使用:

  type = "HBaseObject"
  typeProperties = {}

針對 HiveObject,請使用:

  type = "HiveObject"
  typeProperties = {}

針對 HttpFile,請使用:

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

針對 HubspotObject,請使用:

  type = "HubspotObject"
  typeProperties = {}

針對 ImpalaObject,請使用:

  type = "ImpalaObject"
  typeProperties = {}

針對 InformixTable,請使用:

  type = "InformixTable"
  typeProperties = {}

針對 JiraObject,請使用:

  type = "JiraObject"
  typeProperties = {}

針對 Json,請使用:

  type = "Json"
  typeProperties = {
    compression = {}
    location = {
      type = "string"
      // For remaining properties, see DatasetLocation objects
    }
  }

針對 LakeHouseTable,請使用:

  type = "LakeHouseTable"
  typeProperties = {}

針對 MagentoObject,請使用:

  type = "MagentoObject"
  typeProperties = {}

針對 MariaDBTable,請使用:

  type = "MariaDBTable"
  typeProperties = {}

針對 MarketoObject,請使用:

  type = "MarketoObject"
  typeProperties = {}

針對 MicrosoftAccessTable,請使用:

  type = "MicrosoftAccessTable"
  typeProperties = {}

針對 MongoDbAtlasCollection,請使用:

  type = "MongoDbAtlasCollection"
  typeProperties = {}

針對 MongoDbCollection,請使用:

  type = "MongoDbCollection"
  typeProperties = {}

針對 MongoDbV2Collection,請使用:

  type = "MongoDbV2Collection"
  typeProperties = {}

針對 MySqlTable,請使用:

  type = "MySqlTable"
  typeProperties = {}

針對 NetezzaTable,請使用:

  type = "NetezzaTable"
  typeProperties = {}

針對 ODataResource,請使用:

  type = "ODataResource"
  typeProperties = {}

針對 OdbcTable,請使用:

  type = "OdbcTable"
  typeProperties = {}

針對 Office365Table,請使用:

  type = "Office365Table"
  typeProperties = {}

針對 OracleServiceCloudObject,請使用:

  type = "OracleServiceCloudObject"
  typeProperties = {}

針對 OracleTable,請使用:

  type = "OracleTable"
  typeProperties = {}

針對 Orc,請使用:

  type = "Orc"
  typeProperties = {
    location = {
      type = "string"
      // For remaining properties, see DatasetLocation objects
    }
  }

針對 Parquet,請使用:

  type = "Parquet"
  typeProperties = {
    location = {
      type = "string"
      // For remaining properties, see DatasetLocation objects
    }
  }

針對 PaypalObject,請使用:

  type = "PaypalObject"
  typeProperties = {}

針對 PhoenixObject,請使用:

  type = "PhoenixObject"
  typeProperties = {}

針對 PostgreSqlTable,請使用:

  type = "PostgreSqlTable"
  typeProperties = {}

針對 PostgreSqlV2Table,請使用:

  type = "PostgreSqlV2Table"
  typeProperties = {}

針對 PrestoObject,請使用:

  type = "PrestoObject"
  typeProperties = {}

針對 QuickBooksObject,請使用:

  type = "QuickBooksObject"
  typeProperties = {}

針對 RelationalTable,請使用:

  type = "RelationalTable"
  typeProperties = {}

針對 ResponsysObject,請使用:

  type = "ResponsysObject"
  typeProperties = {}

針對 RestResource,請使用:

  type = "RestResource"
  typeProperties = {
    additionalHeaders = {}
    paginationRules = {}
  }

針對 SalesforceMarketingCloudObject,請使用:

  type = "SalesforceMarketingCloudObject"
  typeProperties = {}

針對 SalesforceObject,請使用:

  type = "SalesforceObject"
  typeProperties = {}

針對 SalesforceServiceCloudObject,請使用:

  type = "SalesforceServiceCloudObject"
  typeProperties = {}

針對 SalesforceServiceCloudV2Object,請使用:

  type = "SalesforceServiceCloudV2Object"
  typeProperties = {}

針對 SalesforceV2Object,請使用:

  type = "SalesforceV2Object"
  typeProperties = {}

針對 SapBwCube,請使用:

  type = "SapBwCube"

針對 SapCloudForCustomerResource,請使用:

  type = "SapCloudForCustomerResource"
  typeProperties = {}

針對 SapEccResource,請使用:

  type = "SapEccResource"
  typeProperties = {}

針對 SapHanaTable,請使用:

  type = "SapHanaTable"
  typeProperties = {}

針對 SapOdpResource,請使用:

  type = "SapOdpResource"
  typeProperties = {}

針對 SapOpenHubTable,請使用:

  type = "SapOpenHubTable"
  typeProperties = {}

針對 SapTableResource,請使用:

  type = "SapTableResource"
  typeProperties = {}

針對 ServiceNowObject,請使用:

  type = "ServiceNowObject"
  typeProperties = {}

針對 ServiceNowV2Object,請使用:

  type = "ServiceNowV2Object"
  typeProperties = {}

針對 SharePointOnlineListResource,請使用:

  type = "SharePointOnlineListResource"
  typeProperties = {}

針對 ShopifyObject,請使用:

  type = "ShopifyObject"
  typeProperties = {}

針對 SnowflakeTable,請使用:

  type = "SnowflakeTable"
  typeProperties = {}

針對 SnowflakeV2Table,請使用:

  type = "SnowflakeV2Table"
  typeProperties = {}

針對 SparkObject,請使用:

  type = "SparkObject"
  typeProperties = {}

針對 SqlServerTable,請使用:

  type = "SqlServerTable"
  typeProperties = {}

針對 SquareObject,請使用:

  type = "SquareObject"
  typeProperties = {}

針對 SybaseTable,請使用:

  type = "SybaseTable"
  typeProperties = {}

針對 TeradataTable,請使用:

  type = "TeradataTable"
  typeProperties = {}

針對 VerticaTable,請使用:

  type = "VerticaTable"
  typeProperties = {}

針對 WarehouseTable,請使用:

  type = "WarehouseTable"
  typeProperties = {}

針對 WebTable,請使用:

  type = "WebTable"
  typeProperties = {}

針對 XeroObject,請使用:

  type = "XeroObject"
  typeProperties = {}

針對 Xml,請使用:

  type = "Xml"
  typeProperties = {
    compression = {}
    location = {
      type = "string"
      // For remaining properties, see DatasetLocation objects
    }
  }

針對 ZohoObject,請使用:

  type = "ZohoObject"
  typeProperties = {}

DatasetStorageFormat 物件

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

針對 AvroFormat,請使用:

  type = "AvroFormat"

針對 JsonFormat,請使用:

  type = "JsonFormat"

針對 OrcFormat,請使用:

  type = "OrcFormat"

針對 ParquetFormat,請使用:

  type = "ParquetFormat"

針對 TextFormat,請使用:

  type = "TextFormat"

DatasetLocation 物件

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

針對 AmazonS3CompatibleLocation,請使用:

  type = "AmazonS3CompatibleLocation"

針對 AmazonS3Location,請使用:

  type = "AmazonS3Location"

針對 AzureBlobFSLocation,請使用:

  type = "AzureBlobFSLocation"

針對 AzureBlobStorageLocation,請使用:

  type = "AzureBlobStorageLocation"

針對 AzureDataLakeStoreLocation,請使用:

  type = "AzureDataLakeStoreLocation"

針對 AzureFileStorageLocation,請使用:

  type = "AzureFileStorageLocation"

針對 FileServerLocation,請使用:

  type = "FileServerLocation"

針對 FtpServerLocation,請使用:

  type = "FtpServerLocation"

針對 GoogleCloudStorageLocation,請使用:

  type = "GoogleCloudStorageLocation"

針對 HdfsLocation,請使用:

  type = "HdfsLocation"

針對 HttpServerLocation,請使用:

  type = "HttpServerLocation"

針對 LakeHouseLocation,請使用:

  type = "LakeHouseLocation"

針對 OracleCloudStorageLocation,請使用:

  type = "OracleCloudStorageLocation"

針對 SftpLocation,請使用:

  type = "SftpLocation"

屬性值

factoryies/datasets

名稱 描述
類型 資源類型 “Microsoft.DataFactory/factories/datasets@2018-06-01”
NAME 資源名稱 需要字串 ()

字元限制:1-260

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

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

資料集

名稱 描述
註解 可用於描述數據集的標記清單。 any[]
description 數據集描述。 字串
folder 此資料集所在的資料夾。 如果未指定,數據集會顯示在根層級。 DatasetFolder
linkedServiceName 連結服務參考。 需要 LinkedServiceReference ()
參數 數據集的參數。 ParameterDefinitionSpecification
結構描述 定義數據集實體類型架構的數據行。 Type:array (或 Expression with resultType array) ,itemType: DatasetSchemaDataElement。
structure 定義數據集結構的數據行。 Type:array (或 Expression with resultType array) , itemType: DatasetDataElement。
類型 設定物件類型 AmazonMWSObject
AmazonRdsForOracleTable
AmazonRdsForSqlServerTable
AmazonRedshiftTable
AmazonS3Object
Avro
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
FileShare
GoogleAdWordsObject
GoogleBigQueryObject
GoogleBigQueryV2Object
GreenplumTable
HBaseObject
HiveObject
HttpFile
HubspotObject
ImpalaObject
InformixTable
JiraObject
Json
LakeHouseTable
MagentoObject
MariaDBTable
MarketoObject
MicrosoftAccessTable
MongoDbAtlasCollection
MongoDbCollection
MongoDbV2Collection
MySqlTable
NetezzaTable
ODataResource
OdbcTable
Office365Table
OracleServiceCloudObject
OracleTable
Orc
Parquet
PaypalObject
PhoenixObject
PostgreSqlTable
PostgreSqlV2Table
PrestoObject
QuickBooksObject
RelationalTable
ResponsysObject
RestResource
SalesforceMarketingCloudObject
SalesforceObject
SalesforceServiceCloudObject
SalesforceServiceCloudV2Object
SalesforceV2Object
SapBwCube
SapCloudForCustomerResource
SapEccResource
SapHanaTable
SapOdpResource
SapOpenHubTable
SapTableResource
ServiceNowObject
ServiceNowV2Object
SharePointOnlineListResource
ShopifyObject
SnowflakeTable
SnowflakeV2Table
SparkObject
SqlServerTable
SquareObject
SybaseTable
TeradataTable
VerticaTable
WarehouseTable
WebTable
XeroObject
XML
需要 ZohoObject ()

DatasetFolder

名稱 描述
NAME 此資料集所在的資料夾名稱。 字串

LinkedServiceReference

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

ParameterValueSpecification

名稱 描述
{自定義屬性}

ParameterDefinitionSpecification

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

ParameterSpecification

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

AmazonMWSObjectDataset

名稱 描述
類型 數據集的類型。 “AmazonMWSObject” (必要)
typeProperties 這個數據集類型特有的屬性。 GenericDatasetTypeProperties

GenericDatasetTypeProperties

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

AmazonRdsForOracleTableDataset

名稱 描述
類型 數據集的類型。 “AmazonRdsForOracleTable” (必要)
typeProperties AmazonRdsForOracle 數據集屬性。 AmazonRdsForOracleTableDatasetTypeProperties

AmazonRdsForOracleTableDatasetTypeProperties

名稱 描述
結構描述 AmazonRdsForOracle 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table AmazonRdsForOracle 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

AmazonRdsForSqlServerTableDataset

名稱 描述
類型 數據集的類型。 “AmazonRdsForSqlServerTable” (必要)
typeProperties 適用於 SQL Server 數據集屬性的 Amazon RDS。 AmazonRdsForSqlServerTableDatasetTypeProperties

AmazonRdsForSqlServerTableDatasetTypeProperties

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

AmazonRedshiftTableDataset

名稱 描述
類型 數據集的類型。 “AmazonRedshiftTable” (必要)
typeProperties Amazon Redshift 數據表數據集屬性。 AmazonRedshiftTableDatasetTypeProperties

AmazonRedshiftTableDatasetTypeProperties

名稱 描述
結構描述 Amazon Redshift 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Amazon Redshift 數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

AmazonS3Dataset

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

AmazonS3DatasetTypeProperties

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

DatasetCompression

名稱 描述
等級 數據集壓縮層級。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型 數據集壓縮的類型。 類型:字串 (或具有 resultType 字串的 Expression) 。
{自定義屬性}

DatasetStorageFormat

名稱 描述
還原串行化程式 還原串行化程式。 類型:字串 (或具有 resultType 字串的 Expression) 。
序列化程式 串行化程式。 類型:字串 (或具有 resultType 字串的 Expression) 。
類型 設定物件類型 AvroFormat
JsonFormat
OrcFormat
ParquetFormat
需要 TextFormat ()

AvroFormat

名稱 描述
類型 數據集儲存格式的類型。 “AvroFormat” (必要)

JsonFormat

名稱 描述
類型 數據集儲存格式的類型。 “JsonFormat” (必要)
encodingName 慣用編碼方式的字碼頁名稱。 如果未提供,則預設值為 『utf-8』,除非位元組順序標記 (BOM) 表示另一個 Unicode 編碼。 您可以在下列參考中編碼資料表的 [名稱] 資料行中找到支援值的完整清單: https://go.microsoft.com/fwlink/?linkid=861078。 類型:字串 (或具有 resultType 字串的 Expression) 。
filePattern JSON 的檔案模式。 更具體來說,分隔 JSON 物件集合的方式。 默認值為 『setOfObjects』。 它會區分大小寫。
jsonNodeReference 要扁平化之 JSON 陣列專案的 JSONPath。 範例:“$.ArrayPath”。 類型:字串 (或具有 resultType 字串的 Expression) 。
jsonPathDefinition 每個數據行對應的 JSONPath 定義,其具有自定義的數據行名稱,可從 JSON 檔案擷取數據。 若為根物件下的欄位,請以 「$」 開頭;針對 jsonNodeReference 屬性所選擇陣列內的欄位,請從數位元素開始。 範例: {“Column1”: “$.Column1Path“、”Column2“: ”Column2PathInArray“}。 類型:具有 resultType 物件) 的物件 (或 Expression。
nestingSeparator 用來分隔巢狀層級的字元。 預設值為 『.』 (點) 。 類型:字串 (或具有 resultType 字串的 Expression) 。

OrcFormat

名稱 描述
類型 數據集儲存格式的類型。 “OrcFormat” (必要)

ParquetFormat

名稱 描述
類型 數據集儲存格式的類型。 “ParquetFormat” (必要)

TextFormat

名稱 描述
類型 數據集儲存格式的類型。 “TextFormat” (必要)
columnDelimiter 資料行分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。
encodingName 慣用編碼方式的字碼頁名稱。 如果遺漏,除非 BOM 表示另一個 Unicode 編碼,否則預設值為 TfÇ\utf-8TfÇ?。 請參閱下列連結中數據表的 ΓÇ\NameΓÇ\ 數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx。 類型:字串 (或具有 resultType 字串的 Expression) 。
escapeChar 逸出字元。 類型:字串 (或具有 resultType 字串的 Expression) 。
firstRowAsHeader 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,將標頭寫入輸出做為數據的第一個數據列。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
nullValue Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。
quoteChar 引號字元。 類型:字串 (或具有 resultType 字串的 Expression) 。
rowDelimiter 資料列分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。
skipLineCount 剖析文字檔時要略過的行/列數。 預設值為 0。 類型:具有 resultType 整數) 的整數 (或 Expression。
treatEmptyAsNull 將文字檔中的空白資料行值視為 Null。 預設值為 true。 Type:boolean (或 Expression with resultType boolean) 。

AvroDataset

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

AvroDatasetTypeProperties

名稱 描述
avroCompressionCodec 數據 avroCompressionCodec。 類型:字串 (或具有 resultType 字串的 Expression) 。
avroCompressionLevel int

約束:
最小值 = 1
最大值 = 9
location avro 記憶體的位置。 DatasetLocation (必要)

DatasetLocation

名稱 描述
fileName 指定數據集的檔案名。 類型:字串 (或具有 resultType 字串的 Expression) 。
folderPath 指定資料集的資料夾路徑。 類型:字串 (或具有 resultType 字串的 Expression)
類型 設定物件類型 AmazonS3CompatibleLocation
AmazonS3Location
AzureBlobFSLocation
AzureBlobStorageLocation
AzureDataLakeStoreLocation
AzureFileStorageLocation
FileServerLocation
FtpServerLocation
GoogleCloudStorageLocation
HdfsLocation
HttpServerLocation
LakeHouseLocation
OracleCloudStorageLocation
需要 SftpLocation ()

AmazonS3CompatibleLocation

名稱 描述
類型 數據集儲存位置的類型。 “AmazonS3CompatibleLocation” (必要)
bucketName 指定 Amazon S3 相容的 bucketName。 類型:字串 (或具有 resultType 字串的 Expression)
version 指定 Amazon S3 相容版本。 類型:字串 (或具有 resultType 字串的 Expression) 。

AmazonS3Location

名稱 描述
類型 數據集儲存位置的類型。 “AmazonS3Location” (必要)
bucketName 指定 amazon S3 的 bucketName。 類型:字串 (或具有 resultType 字串的 Expression)
version 指定 amazon S3 的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureBlobFSLocation

名稱 描述
類型 數據集儲存位置的類型。 “AzureBlobFSLocation” (必要)
fileSystem 指定 azure blobFS 的 fileSystem。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureBlobStorageLocation

名稱 描述
類型 數據集儲存位置的類型。 “AzureBlobStorageLocation” (必要)
容器 指定 Azure Blob 的容器。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureDataLakeStoreLocation

名稱 描述
類型 數據集儲存位置的類型。 “AzureDataLakeStoreLocation” (必要)

AzureFileStorageLocation

名稱 描述
類型 數據集儲存位置的類型。 “AzureFileStorageLocation” (必要)

FileServerLocation

名稱 描述
類型 數據集儲存位置的類型。 “FileServerLocation” (必要)

FtpServerLocation

名稱 描述
類型 數據集儲存位置的類型。 必要 (“FtpServerLocation”)

GoogleCloudStorageLocation

名稱 描述
類型 數據集儲存位置的類型。 “GoogleCloudStorageLocation” (必要)
bucketName 指定Google Cloud Storage的bucketName。 類型:字串 (或具有 resultType 字串的 Expression)
version 指定Google Cloud Storage的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。

HdfsLocation

名稱 描述
類型 數據集儲存位置的類型。 ) 所需的 「HdfsLocation」 (

HttpServerLocation

名稱 描述
類型 數據集儲存位置的類型。 “HttpServerLocation” (必要)
relativeUrl 指定 HTTP 伺服器的 relativeUrl。 類型:字串 (或具有 resultType 字串的 Expression)

LakeHouseLocation

名稱 描述
類型 數據集儲存位置的類型。 必要) “LakeHouseLocation” (

OracleCloudStorageLocation

名稱 描述
類型 數據集儲存位置的類型。 “OracleCloudStorageLocation” (必要)
bucketName 指定 Oracle 雲端記憶體的 bucketName。 類型:字串 (或具有 resultType 字串的 Expression)
version 指定 Oracle 雲端記憶體的版本。 類型:字串 (或具有 resultType 字串的 Expression) 。

SftpLocation

名稱 描述
類型 數據集儲存位置的類型。 ) 所需的 「SftpLocation」 (

AzureBlobDataset

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

AzureBlobDatasetTypeProperties

名稱 描述
compression 用於 Blob 記憶體的數據壓縮方法。 DatasetCompression
fileName Azure Blob 的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
folderPath Azure Blob 記憶體的路徑。 類型:字串 (或具有 resultType 字串的 Expression) 。
format Azure Blob 記憶體的格式。 DatasetStorageFormat
modifiedDatetimeEnd Azure Blob 修改日期時間結束。 類型:字串 (或具有 resultType 字串的 Expression) 。
modifiedDatetimeStart Azure Blob 修改日期時間的開始。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableRootLocation Blob 路徑的根目錄。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureBlobFSDataset

名稱 描述
類型 數據集的類型。 “AzureBlobFSFile” (必要)
typeProperties Azure Data Lake Storage Gen2 數據集屬性。 AzureBlobFSDatasetTypeProperties

AzureBlobFSDatasetTypeProperties

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

AzureDatabricksDeltaLakeDataset

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

AzureDatabricksDeltaLakeDatasetTypeProperties

名稱 描述
[資料庫] 差異數據表的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table 差異數據表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureDataExplorerTableDataset

名稱 描述
類型 數據集的類型。 “AzureDataExplorerTable” (必要)
typeProperties Azure Data Explorer (Kusto) 數據集屬性。 AzureDataExplorerDatasetTypeProperties (必要)

AzureDataExplorerDatasetTypeProperties

名稱 描述
table Azure Data Explorer 資料庫的數據表名稱。 類型:字串 (或具有 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

AzureMariaDBTableDataset

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

AzureMySqlTableDataset

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

AzureMySqlTableDatasetTypeProperties

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

AzurePostgreSqlTableDataset

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

AzurePostgreSqlTableDatasetTypeProperties

名稱 描述
結構描述 Azure PostgreSQL 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Azure PostgreSQL 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName Azure PostgreSQL 資料庫的數據表名稱,其中包含架構和數據表。 類型:字串 (或具有 resultType 字串的 Expression) 。

AzureSearchIndexDataset

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

AzureSearchIndexDatasetTypeProperties

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

AzureSqlDWTableDataset

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

AzureSqlDWTableDatasetTypeProperties

名稱 描述
結構描述 Azure SQL Data Warehouse 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Azure SQL Data Warehouse 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

AzureSqlMITableDataset

名稱 描述
類型 數據集的類型。 “AzureSqlMITable” (必要)
typeProperties Azure SQL 受控執行個體 數據集屬性。 AzureSqlMITableDatasetTypeProperties

AzureSqlMITableDatasetTypeProperties

名稱 描述
結構描述 Azure SQL 受控執行個體 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Azure SQL 受控執行個體 數據集的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

AzureSqlTableDataset

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

AzureSqlTableDatasetTypeProperties

名稱 描述
結構描述 Azure SQL 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Azure SQL 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

AzureTableDataset

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

AzureTableDatasetTypeProperties

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

BinaryDataset

名稱 描述
類型 數據集的類型。 “Binary” (必要)
typeProperties 二進位數據集屬性。 BinaryDatasetTypeProperties

BinaryDatasetTypeProperties

名稱 描述
compression 用於二進位數據集的數據壓縮方法。 DatasetCompression
location 二進位記憶體的位置。 DatasetLocation (必要)

CassandraTableDataset

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

CassandraTableDatasetTypeProperties

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

CommonDataServiceForAppsEntityDataset

名稱 描述
類型 數據集的類型。 “CommonDataServiceForAppsEntity” (必要)
typeProperties Common Data Service for Apps 實體數據集屬性。 CommonDataServiceForAppsEntityDatasetTypeProperties

CommonDataServiceForAppsEntityDatasetTypeProperties

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

ConcurObjectDataset

名稱 描述
類型 數據集的類型。 “ConcurObject” (必要)
typeProperties 這個數據集類型特有的屬性。 GenericDatasetTypeProperties

CosmosDbMongoDbApiCollectionDataset

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

CosmosDbMongoDbApiCollectionDatasetTypeProperties

名稱 描述
collection CosmosDB (MongoDB API) 資料庫的集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

CosmosDbSqlApiCollectionDataset

名稱 描述
類型 數據集的類型。 “CosmosDbSqlApiCollection” (必要)
typeProperties CosmosDB (SQL API) 集合資料集屬性。 CosmosDbSqlApiCollectionDatasetTypeProperties (必要)

CosmosDbSqlApiCollectionDatasetTypeProperties

名稱 描述
collectionName CosmosDB (SQL API) 集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

CouchbaseTableDataset

名稱 描述
類型 數據集的類型。 “CouchbaseTable” (必要)
typeProperties 這個數據集類型特有的屬性。 GenericDatasetTypeProperties

CustomDataset

名稱 描述
類型 數據集的類型。 “CustomDataset” (必要)
typeProperties 自訂數據集屬性。

Db2TableDataset

名稱 描述
類型 數據集的類型。 “Db2Table” (必要)
typeProperties Db2 資料表數據集屬性。 Db2TableDatasetTypeProperties

Db2TableDatasetTypeProperties

名稱 描述
結構描述 Db2 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Db2 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

DelimitedTextDataset

名稱 描述
類型 數據集的類型。 “DelimitedText” (必要)
typeProperties 分隔的文字數據集屬性。 DelimitedTextDatasetTypeProperties

DelimitedTextDatasetTypeProperties

名稱 描述
columnDelimiter 資料行分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。
compressionCodec 數據壓縮Codec。 類型:字串 (或具有 resultType 字串的 Expression) 。
compressionLevel 用於 DelimitedText 的數據壓縮方法。
encodingName 慣用編碼方式的字碼頁名稱。 如果遺漏,則預設值為UTF-8,除非BOM表示另一個 Unicode 編碼。 請參閱下列連結中數據表的名稱數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx。 類型:字串 (或具有 resultType 字串的 Expression) 。
escapeChar 逸出字元。 類型:字串 (或具有 resultType 字串的 Expression) 。
firstRowAsHeader 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,將標頭寫入輸出做為數據的第一個數據列。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
location 分隔文字儲存區的位置。 DatasetLocation (必要)
nullValue Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。
quoteChar 引號字元。 類型:字串 (或具有 resultType 字串的 Expression) 。
rowDelimiter 資料列分隔符號。 類型:字串 (或具有 resultType 字串的 Expression) 。

DocumentDbCollectionDataset

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

DocumentDbCollectionDatasetTypeProperties

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

DrillTableDataset

名稱 描述
類型 數據集的類型。 “DrillTable” (必要)
typeProperties 這個數據集類型特有的屬性。 DrillDatasetTypeProperties

DrillDatasetTypeProperties

名稱 描述
結構描述 Drill 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Drill 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

DynamicsAXResourceDataset

名稱 描述
類型 數據集的類型。 “DynamicsAXResource” (必要)
typeProperties Dynamics AX OData 資源數據集屬性。 需要 DynamicsAXResourceDatasetTypeProperties ()

DynamicsAXResourceDatasetTypeProperties

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

DynamicsCrmEntityDataset

名稱 描述
類型 數據集的類型。 “DynamicsCrmEntity” (必要)
typeProperties Dynamics CRM 實體數據集屬性。 DynamicsCrmEntityDatasetTypeProperties

DynamicsCrmEntityDatasetTypeProperties

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

DynamicsEntityDataset

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

DynamicsEntityDatasetTypeProperties

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

EloquaObjectDataset

名稱 描述
類型 數據集的類型。 “EloquaObject” (必要)
typeProperties 這個數據集類型特有的屬性。 GenericDatasetTypeProperties

ExcelDataset

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

ExcelDatasetTypeProperties

名稱 描述
compression 用於 json 數據集的數據壓縮方法。 DatasetCompression
firstRowAsHeader 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,將標頭寫入輸出做為數據的第一個數據列。 預設值為 false。 Type:boolean (或 Expression with resultType boolean) 。
location Excel 記憶體的位置。 DatasetLocation (必要)
nullValue Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。
range 一張工作表的部分數據。 類型:字串 (或具有 resultType 字串的 Expression) 。
sheetIndex Excel 檔案的工作表索引,預設值為 0。 類型:具有 resultType 整數的整數 (或 Expression)
sheetName excel 檔案的工作表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

FileShareDataset

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

FileShareDatasetTypeProperties

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

GoogleAdWordsObjectDataset

名稱 描述
類型 數據集的類型。 “GoogleAdWordsObject” (必要)
typeProperties 這個數據集類型特有的屬性。 GenericDatasetTypeProperties

GoogleBigQueryObjectDataset

名稱 描述
類型 數據集的類型。 “GoogleBigQueryObject” (必要)
typeProperties 這個數據集類型特有的屬性。 GoogleBigQueryDatasetTypeProperties

GoogleBigQueryDatasetTypeProperties

名稱 描述
資料集 Google BigQuery 的資料庫名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Google BigQuery 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用資料庫 + 資料表屬性。

GoogleBigQueryV2ObjectDataset

名稱 描述
類型 數據集的類型。 “GoogleBigQueryV2Object” (必要)
typeProperties 這個數據集類型特有的屬性。 GoogleBigQueryV2DatasetTypeProperties

GoogleBigQueryV2DatasetTypeProperties

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

GreenplumTableDataset

名稱 描述
類型 數據集的類型。 “GreenplumTable” (必要)
typeProperties 這個數據集類型特有的屬性。 GreenplumDatasetTypeProperties

GreenplumDatasetTypeProperties

名稱 描述
結構描述 Greenplum 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Greenplum 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

HBaseObjectDataset

名稱 描述
類型 數據集的類型。 “HBaseObject” (必要)
typeProperties 這個數據集類型特有的屬性。 GenericDatasetTypeProperties

HiveObjectDataset

名稱 描述
類型 數據集的類型。 “HiveObject” (必要)
typeProperties 這個數據集類型特有的屬性。 HiveDatasetTypeProperties

HiveDatasetTypeProperties

名稱 描述
結構描述 Hive 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Hive 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

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”)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

ImpalaObjectDataset

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

ImpalaDatasetTypeProperties

名稱 描述
結構描述 Impala 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Impala 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

InformixTableDataset

名稱 描述
類型 數據集的類型。 “InformixTable” (必要)
typeProperties Informix 數據表數據集屬性。 InformixTableDatasetTypeProperties

InformixTableDatasetTypeProperties

名稱 描述
tableName Informix 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

JiraObjectDataset

名稱 描述
類型 數據集的類型。 必要) 「JiraObject」 (
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

JsonDataset

名稱 描述
類型 數據集的類型。 必要) 「Json」 (
typeProperties Json 數據集屬性。 JsonDatasetTypeProperties

JsonDatasetTypeProperties

名稱 描述
compression 用於 json 數據集的數據壓縮方法。 DatasetCompression
encodingName 慣用編碼方式的字碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中數據表的名稱數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx。 類型:字串 (或具有 resultType 字串的 Expression) 。
location json 數據記憶體的位置。 DatasetLocation (必要)

LakeHouseTableDataset

名稱 描述
類型 數據集的類型。 “LakeHouseTable” (必要)
typeProperties Microsoft Fabric LakeHouse 數據表數據集屬性。 LakeHouseTableDatasetTypeProperties

LakeHouseTableDatasetTypeProperties

名稱 描述
table Microsoft Fabric LakeHouse 數據表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

MagentoObjectDataset

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

MariaDBTableDataset

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

MarketoObjectDataset

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

MicrosoftAccessTableDataset

名稱 描述
類型 數據集的類型。 “MicrosoftAccessTable” (必要)
typeProperties Microsoft Access 數據表數據集屬性。 MicrosoftAccessTableDatasetTypeProperties

MicrosoftAccessTableDatasetTypeProperties

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

MongoDbAtlasCollectionDataset

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

MongoDbAtlasCollectionDatasetTypeProperties

名稱 描述
collection MongoDB Atlas 資料庫的集合名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

MongoDbCollectionDataset

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

MongoDbCollectionDatasetTypeProperties

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

MongoDbV2CollectionDataset

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

MongoDbV2CollectionDatasetTypeProperties

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

MySqlTableDataset

名稱 描述
類型 數據集的類型。 “MySqlTable” (必要)
typeProperties MySQL 資料表數據集屬性。 MySqlTableDatasetTypeProperties

MySqlTableDatasetTypeProperties

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

NetezzaTableDataset

名稱 描述
類型 數據集的類型。 “NetezzaTable” (必要)
typeProperties 這個數據集類型特有的屬性。 NetezzaTableDatasetTypeProperties

NetezzaTableDatasetTypeProperties

名稱 描述
結構描述 Netezza 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Netezza 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

ODataResourceDataset

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

ODataResourceDatasetTypeProperties

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

OdbcTableDataset

名稱 描述
類型 數據集的類型。 “OdbcTable” (必要)
typeProperties ODBC 資料表數據集屬性。 OdbcTableDatasetTypeProperties

OdbcTableDatasetTypeProperties

名稱 描述
tableName ODBC 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

Office365Dataset

名稱 描述
類型 數據集的類型。 “Office365Table” (必要)
typeProperties Office365 數據集屬性。 需要 Office365DatasetTypeProperties ()

Office365DatasetTypeProperties

名稱 描述
predicate 述詞運算式,可用來篩選要從 Office 365 中擷取的特定資料列。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 擷取自 Office 365 的資料集名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

OracleServiceCloudObjectDataset

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

OracleTableDataset

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

OracleTableDatasetTypeProperties

名稱 描述
結構描述 內部部署 Oracle 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table 內部部署 Oracle 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

OrcDataset

名稱 描述
類型 數據集的類型。 “Orc” (必要)
typeProperties ORC 資料集屬性。 OrcDatasetTypeProperties

OrcDatasetTypeProperties

名稱 描述
location ORC 數據記憶體的位置。 DatasetLocation (必要)
orcCompressionCodec 數據 orcCompressionCodec。 類型:字串 (或具有 resultType 字串的 Expression) 。

ParquetDataset

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

ParquetDatasetTypeProperties

名稱 描述
compressionCodec 數據壓縮Codec。 類型:字串 (或具有 resultType 字串的 Expression) 。
location parquet 記憶體的位置。 DatasetLocation (必要)

PaypalObjectDataset

名稱 描述
類型 數據集的類型。 “PaypalObject” (必要)
typeProperties 這個數據集類型特有的屬性。 GenericDatasetTypeProperties

PhoenixObjectDataset

名稱 描述
類型 數據集的類型。 “PhoenixObject” (必要)
typeProperties 這個數據集類型特有的屬性。 PhoenixDatasetTypeProperties

PhoenixDatasetTypeProperties

名稱 描述
結構描述 Phoenix 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Phoenix 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

PostgreSqlTableDataset

名稱 描述
類型 數據集的類型。 “PostgreSqlTable” (必要)
typeProperties PostgreSQL 數據表數據集屬性。 PostgreSqlTableDatasetTypeProperties

PostgreSqlTableDatasetTypeProperties

名稱 描述
結構描述 PostgreSQL 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table PostgreSQL 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

PostgreSqlV2TableDataset

名稱 描述
類型 數據集的類型。 “PostgreSqlV2Table” (必要)
typeProperties PostgreSQLV2 數據表數據集屬性。 PostgreSqlV2TableDatasetTypeProperties

PostgreSqlV2TableDatasetTypeProperties

名稱 描述
結構描述 PostgreSQL 架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table PostgreSQL 資料表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

PrestoObjectDataset

名稱 描述
類型 數據集的類型。 “PrestoObject” (必要)
typeProperties 這個數據集類型特有的屬性。 PrestoDatasetTypeProperties

PrestoDatasetTypeProperties

名稱 描述
結構描述 Presto 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Presto 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

QuickBooksObjectDataset

名稱 描述
類型 數據集的類型。 “QuickBooksObject” (必要)
typeProperties 這個數據集類型特有的屬性。 GenericDatasetTypeProperties

RelationalTableDataset

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

RelationalTableDatasetTypeProperties

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

ResponsysObjectDataset

名稱 描述
類型 數據集的類型。 “ResponsysObject” (必要)
typeProperties 這個數據集類型特有的屬性。 GenericDatasetTypeProperties

RestResourceDataset

名稱 描述
類型 數據集的類型。 “RestResource” (必要)
typeProperties 這個數據集類型特有的屬性。 RestResourceDatasetTypeProperties

RestResourceDatasetTypeProperties

名稱 描述
additionalHeaders 要求中對 RESTful API 的其他 HTTP 標頭。 RestResourceDatasetTypePropertiesAdditionalHeaders
paginationRules 用來撰寫下一個頁面要求的分頁規則。 RestResourceDatasetTypePropertiesPaginationRules
relativeUrl RESTful API 提供之資源的相對 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。
requestBody 如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 類型:字串 (或具有 resultType 字串的 Expression) 。
requestMethod 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 類型:字串 (或具有 resultType 字串的 Expression) 。

RestResourceDatasetTypePropertiesAdditionalHeaders

名稱 描述
{自定義屬性}

RestResourceDatasetTypePropertiesPaginationRules

名稱 描述
{自定義屬性}

SalesforceMarketingCloudObjectDataset

名稱 描述
類型 數據集的類型。 “SalesforceMarketingCloudObject” (必要)
typeProperties 這個數據集類型特有的屬性。 GenericDatasetTypeProperties

SalesforceObjectDataset

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

SalesforceObjectDatasetTypeProperties

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

SalesforceServiceCloudObjectDataset

名稱 描述
類型 數據集的類型。 “SalesforceServiceCloudObject” (必要)
typeProperties Salesforce Service Cloud 對象數據集屬性。 SalesforceServiceCloudObjectDatasetTypeProperties

SalesforceServiceCloudObjectDatasetTypeProperties

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

SalesforceServiceCloudV2ObjectDataset

名稱 描述
類型 數據集的類型。 “SalesforceServiceCloudV2Object” (必要)
typeProperties Salesforce Service Cloud V2 對象數據集屬性。 SalesforceServiceCloudV2ObjectDatasetTypeProperties

SalesforceServiceCloudV2ObjectDatasetTypeProperties

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

SalesforceV2ObjectDataset

名稱 描述
類型 數據集的類型。 “SalesforceV2Object” (必要)
typeProperties Salesforce V2 對象數據集屬性。 SalesforceV2ObjectDatasetTypeProperties

SalesforceV2ObjectDatasetTypeProperties

名稱 描述
objectApiName Salesforce V2 物件 API 名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
reportId Salesforce V2 報表標識符。類型:字串 (或具有 resultType 字串的 Expression) 。

SapBwCubeDataset

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

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) 。

SapHanaTableDataset

名稱 描述
類型 數據集的類型。 “SapHanaTable” (必要)
typeProperties SAP HANA 資料表屬性。 SapHanaTableDatasetTypeProperties

SapHanaTableDatasetTypeProperties

名稱 描述
結構描述 SAP HANA 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table SAP HANA 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

SapOdpResourceDataset

名稱 描述
類型 數據集的類型。 ) 所需的 「SapOdpResource」 (
typeProperties SAP ODP 資源屬性。 sapOdpResourceDatasetTypeProperties (必要)

SapOdpResourceDatasetTypeProperties

名稱 描述
context SAP ODP 對象的內容。 類型:字串 (或具有 resultType 字串的 Expression) 。
objectName SAP ODP 物件的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

SapOpenHubTableDataset

名稱 描述
類型 數據集的類型。 必要 (“SapOpenHubTable”)
typeProperties Sap Business Warehouse 開啟中樞目的地數據表屬性。 SapOpenHubTableDatasetTypeProperties (必要)

SapOpenHubTableDatasetTypeProperties

名稱 描述
baseRequestId 差異載入的要求識別碼。 設定之後,將只會擷取 requestId 大於此屬性值的資料。 預設值為 0。 類型:具有 resultType 整數的整數 (或 Expression ) 。
excludeLastRequest 是否要排除最後一個要求的記錄。 預設值為 true。 類型:布爾值 (或具有 resultType 布爾值) 的 Expression。
openHubDestinationName 開啟中樞目的地的名稱,目的地類型為資料庫數據表。 類型:字串 (或具有 resultType 字串的 Expression) 。

SapTableResourceDataset

名稱 描述
類型 數據集的類型。 必要) “SapTableResource” (
typeProperties SAP 資料表資源屬性。 sapTableResourceDatasetTypeProperties (必要)

SapTableResourceDatasetTypeProperties

名稱 描述
tableName SAP 資料表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

ServiceNowObjectDataset

名稱 描述
類型 數據集的類型。 “ServiceNowObject” (必要)
typeProperties 這個數據集類型特有的屬性。 GenericDatasetTypeProperties

ServiceNowV2ObjectDataset

名稱 描述
類型 數據集的類型。 “ServiceNowV2Object” (必要)
typeProperties 這個數據集類型特有的屬性。 GenericDatasetTypeProperties

SharePointOnlineListResourceDataset

名稱 描述
類型 數據集的類型。 “SharePointOnlineListResource” (必要)
typeProperties Sharepoint Online 清單數據集屬性。 SharePointOnlineListDatasetTypeProperties

SharePointOnlineListDatasetTypeProperties

名稱 描述
listName SharePoint Online 列表的名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

ShopifyObjectDataset

名稱 描述
類型 數據集的類型。 “ShopifyObject” (必要)
typeProperties 這個數據集類型特有的屬性。 GenericDatasetTypeProperties

SnowflakeDataset

名稱 描述
類型 數據集的類型。 “SnowflakeTable” (必要)
typeProperties Snowflake 數據集屬性。 SnowflakeDatasetTypeProperties (必要)

SnowflakeDatasetTypeProperties

名稱 描述
結構描述 Snowflake 資料庫的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Snowflake 資料庫的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

SnowflakeV2Dataset

名稱 描述
類型 數據集的類型。 “SnowflakeV2Table” (必要)
typeProperties Snowflake 數據集屬性。 SnowflakeDatasetTypeProperties (必要)

SparkObjectDataset

名稱 描述
類型 數據集的類型。 “SparkObject” (必要)
typeProperties 這個數據集類型特有的屬性。 SparkDatasetTypeProperties

SparkDatasetTypeProperties

名稱 描述
結構描述 Spark 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Spark 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

SqlServerTableDataset

名稱 描述
類型 數據集的類型。 ) 所需的 「SqlServerTable」 (
typeProperties 內部部署 SQL Server 數據集屬性。 SqlServerTableDatasetTypeProperties

SqlServerTableDatasetTypeProperties

名稱 描述
結構描述 SQL Server 數據集的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table SQL Server 資料集的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

SquareObjectDataset

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

SybaseTableDataset

名稱 描述
類型 數據集的類型。 必要) 「SybaseTable」 (
typeProperties Sybase 數據表數據集屬性。 SybaseTableDatasetTypeProperties

SybaseTableDatasetTypeProperties

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

TeradataTableDataset

名稱 描述
類型 數據集的類型。 ) 所需的 「TeradataTable」 (
typeProperties Teradata 資料集屬性。 TeradataTableDatasetTypeProperties

TeradataTableDatasetTypeProperties

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

VerticaTableDataset

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

VerticaDatasetTypeProperties

名稱 描述
結構描述 Vertica 的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Vertica 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
tableName 此屬性將會淘汰。 請考慮改用架構 + 資料表屬性。

WarehouseTableDataset

名稱 描述
類型 數據集的類型。 必要) “WarehouseTable” (
typeProperties Microsoft Fabric Warehouse 數據集屬性。 WarehouseTableDatasetTypeProperties

WarehouseTableDatasetTypeProperties

名稱 描述
結構描述 Microsoft Fabric 倉儲的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。
table Microsoft Fabric Warehouse 的數據表名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

WebTableDataset

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

WebTableDatasetTypeProperties

名稱 描述
索引 網頁中數據表以零起始的索引。 Type:integer (或 Expression with resultType integer) ,minimum: 0。
path 鏈接服務 URL 中網頁的相對 URL。 類型:字串 (或具有 resultType 字串的 Expression) 。

XeroObjectDataset

名稱 描述
類型 數據集的類型。 “XeroObject” (必要)
typeProperties 這個數據集類型特有的屬性。 GenericDatasetTypeProperties

XmlDataset

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

XmlDatasetTypeProperties

名稱 描述
compression 用於 json 數據集的數據壓縮方法。 DatasetCompression
encodingName 慣用編碼方式的字碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中數據表的名稱數據行,以設定支援的值: https://msdn.microsoft.com/library/system.text.encoding.aspx。 類型:字串 (或具有 resultType 字串的 Expression) 。
location json 數據記憶體的位置。 DatasetLocation (必要)
nullValue Null 值字串。 類型:字串 (或具有 resultType 字串的 Expression) 。

ZohoObjectDataset

名稱 描述
類型 數據集的類型。 “ZohoObject” (必要)
typeProperties 這個數據集類型特有的屬性。 GenericDatasetTypeProperties