Pabrik/himpunan data Microsoft.DataFactory

Definisi sumber daya Bicep

Jenis sumber daya pabrik/himpunan data dapat disebarkan dengan operasi yang menargetkan:

Untuk daftar properti yang diubah di setiap versi API, lihat mengubah log.

Format sumber daya

Untuk membuat sumber daya Microsoft.DataFactory/factories/datasets, tambahkan Bicep berikut ke templat Anda.

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
  }
}

Objek himpunan data

Atur properti jenis untuk menentukan jenis objek.

Untuk AmazonMWSObject, gunakan:

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

Untuk AmazonRdsForOracleTable, gunakan:

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

Untuk AmazonRdsForSqlServerTable, gunakan:

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

Untuk AmazonRedshiftTable, gunakan:

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

Untuk AmazonS3Object, gunakan:

  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()
  }

Untuk Avro, gunakan:

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

Untuk AzureBlob, gunakan:

  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()
  }

Untuk AzureBlobFSFile, gunakan:

  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
    }
  }

Untuk AzureDatabricksDeltaLakeDataset, gunakan:

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

Untuk AzureDataExplorerTable, gunakan:

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

Untuk AzureDataLakeStoreFile, gunakan:

  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
    }
  }

Untuk AzureMariaDBTable, gunakan:

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

Untuk AzureMySqlTable, gunakan:

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

Untuk AzurePostgreSqlTable, gunakan:

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

Untuk AzureSearchIndex, gunakan:

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

Untuk AzureSqlDWTable, gunakan:

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

Untuk AzureSqlMITable, gunakan:

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

Untuk AzureSqlTable, gunakan:

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

Untuk AzureTable, gunakan:

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

Untuk Biner, gunakan:

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

Untuk CassandraTable, gunakan:

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

Untuk CommonDataServiceForAppsEntity, gunakan:

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

Untuk ConcurObject, gunakan:

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

Untuk CosmosDbMongoDbApiCollection, gunakan:

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

Untuk CosmosDbSqlApiCollection, gunakan:

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

Untuk CouchbaseTable, gunakan:

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

Untuk CustomDataset, gunakan:

  type: 'CustomDataset'
  typeProperties: any()

Untuk Db2Table, gunakan:

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

Untuk DelimitedText, gunakan:

  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()
  }

Untuk DocumentDbCollection, gunakan:

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

Untuk DrillTable, gunakan:

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

Untuk DynamicsAXResource, gunakan:

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

Untuk DynamicsCrmEntity, gunakan:

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

Untuk DynamicsEntity, gunakan:

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

Untuk EloquaObject, gunakan:

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

Untuk Excel, gunakan:

  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()
  }

Untuk FileShare, gunakan:

  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()
  }

Untuk GoogleAdWordsObject, gunakan:

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

Untuk GoogleBigQueryObject, gunakan:

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

Untuk GoogleBigQueryV2Object, gunakan:

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

Untuk GreenplumTable, gunakan:

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

Untuk HBaseObject, gunakan:

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

Untuk HiveObject, gunakan:

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

Untuk HttpFile, gunakan:

  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()
  }

Untuk HubspotObject, gunakan:

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

Untuk ImpalaObject, gunakan:

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

Untuk InformixTable, gunakan:

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

Untuk JiraObject, gunakan:

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

Untuk Json, gunakan:

  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
    }
  }

Untuk LakeHouseTable, gunakan:

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

Untuk MagentoObject, gunakan:

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

Untuk MariaDBTable, gunakan:

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

Untuk MarketoObject, gunakan:

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

Untuk MicrosoftAccessTable, gunakan:

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

Untuk MongoDbAtlasCollection, gunakan:

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

Untuk MongoDbCollection, gunakan:

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

Untuk MongoDbV2Collection, gunakan:

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

Untuk MySqlTable, gunakan:

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

Untuk NetezzaTable, gunakan:

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

Untuk ODataResource, gunakan:

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

Untuk OdbcTable, gunakan:

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

Untuk Office365Table, gunakan:

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

Untuk OracleServiceCloudObject, gunakan:

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

Untuk OracleTable, gunakan:

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

Untuk Orc, gunakan:

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

Untuk Parquet, gunakan:

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

Untuk PaypalObject, gunakan:

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

Untuk PhoenixObject, gunakan:

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

Untuk PostgreSqlTable, gunakan:

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

Untuk PostgreSqlV2Table, gunakan:

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

Untuk PrestoObject, gunakan:

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

Untuk QuickBooksObject, gunakan:

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

Untuk RelationalTable, gunakan:

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

Untuk ResponsysObject, gunakan:

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

Untuk RestResource, gunakan:

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

Untuk SalesforceMarketingCloudObject, gunakan:

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

Untuk SalesforceObject, gunakan:

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

Untuk SalesforceServiceCloudObject, gunakan:

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

Untuk SalesforceServiceCloudV2Object, gunakan:

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

Untuk SalesforceV2Object, gunakan:

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

Untuk SapBwCube, gunakan:

  type: 'SapBwCube'

Untuk SapCloudForCustomerResource, gunakan:

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

Untuk SapEccResource, gunakan:

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

Untuk SapHanaTable, gunakan:

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

Untuk SapOdpResource, gunakan:

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

Untuk SapOpenHubTable, gunakan:

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

Untuk SapTableResource, gunakan:

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

Untuk ServiceNowObject, gunakan:

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

Untuk ServiceNowV2Object, gunakan:

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

Untuk SharePointOnlineListResource, gunakan:

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

Untuk ShopifyObject, gunakan:

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

Untuk SnowflakeTable, gunakan:

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

Untuk SnowflakeV2Table, gunakan:

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

Untuk SparkObject, gunakan:

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

Untuk SqlServerTable, gunakan:

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

Untuk SquareObject, gunakan:

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

Untuk SybaseTable, gunakan:

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

Untuk TeradataTable, gunakan:

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

Untuk VerticaTable, gunakan:

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

Untuk WarehouseTable, gunakan:

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

Untuk WebTable, gunakan:

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

Untuk XeroObject, gunakan:

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

Untuk Xml, gunakan:

  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()
  }

Untuk ZohoObject, gunakan:

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

Objek DatasetStorageFormat

Atur properti jenis untuk menentukan jenis objek.

Untuk AvroFormat, gunakan:

  type: 'AvroFormat'

Untuk JsonFormat, gunakan:

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

Untuk OrcFormat, gunakan:

  type: 'OrcFormat'

Untuk ParquetFormat, gunakan:

  type: 'ParquetFormat'

Untuk TextFormat, gunakan:

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

Objek DatasetLocation

Atur properti jenis untuk menentukan jenis objek.

Untuk AmazonS3CompatibleLocation, gunakan:

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

Untuk AmazonS3Location, gunakan:

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

Untuk AzureBlobFSLocation, gunakan:

  type: 'AzureBlobFSLocation'
  fileSystem: any()

Untuk AzureBlobStorageLocation, gunakan:

  type: 'AzureBlobStorageLocation'
  container: any()

Untuk AzureDataLakeStoreLocation, gunakan:

  type: 'AzureDataLakeStoreLocation'

Untuk AzureFileStorageLocation, gunakan:

  type: 'AzureFileStorageLocation'

Untuk FileServerLocation, gunakan:

  type: 'FileServerLocation'

Untuk FtpServerLocation, gunakan:

  type: 'FtpServerLocation'

Untuk GoogleCloudStorageLocation, gunakan:

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

Untuk HdfsLocation, gunakan:

  type: 'HdfsLocation'

Untuk HttpServerLocation, gunakan:

  type: 'HttpServerLocation'
  relativeUrl: any()

Untuk LakeHouseLocation, gunakan:

  type: 'LakeHouseLocation'

Untuk OracleCloudStorageLocation, gunakan:

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

Untuk SftpLocation, gunakan:

  type: 'SftpLocation'

Nilai properti

pabrik/himpunan data

Nama Deskripsi Nilai
nama Nama sumber daya

Lihat cara mengatur nama dan jenis untuk sumber daya anak di Bicep.
string (diperlukan)

Batas karakter: 1-260

Karakter yang valid:
Tidak dapat menggunakan:
<>*#.%&:\\+?/- atau karakter kontrol

Mulai dengan alfanumerik.
induk Di Bicep, Anda dapat menentukan sumber daya induk untuk sumber daya anak. Anda hanya perlu menambahkan properti ini ketika sumber daya anak dideklarasikan di luar sumber daya induk.

Untuk informasi selengkapnya, lihat Sumber daya anak di luar sumber daya induk.
Nama simbolis untuk sumber daya jenis: pabrik
properti Properti himpunan data. Himpunan data (diperlukan)

Himpunan Data

Nama Deskripsi Nilai
anotasi Daftar tag yang dapat digunakan untuk menjelaskan Himpunan Data. any[]
deskripsi Deskripsi himpunan data. string
folder Folder tempat Himpunan Data ini berada. Jika tidak ditentukan, Himpunan Data akan muncul di tingkat akar. DatasetFolder
linkedServiceName Referensi layanan tertaut. LinkedServiceReference (diperlukan)
parameter Parameter untuk himpunan data. ParameterDefinitionSpecification
schema Kolom yang menentukan skema jenis fisik himpunan data. Jenis: array (atau Ekspresi dengan array resultType), itemType: DatasetSchemaDataElement. Untuk Bicep, Anda dapat menggunakan fungsi any().
Struktur Kolom yang menentukan struktur himpunan data. Jenis: array (atau Ekspresi dengan array resultType), itemType: DatasetDataElement. Untuk Bicep, Anda dapat menggunakan fungsi any().
jenis Mengatur jenis objek AmazonMWSObject
AmazonRdsForOracleTable
AmazonRdsForSqlServerTable
AmazonRedshiftTable
AmazonS3Object
Avro
AzureBlob
AzureBlobFSFile
AzureDatabricksDeltaLakeDataset
AzureDataExplorerTable
AzureDataLakeStoreFile
AzureMariaDBTable
AzureMySqlTable
AzurePostgreSqlTable
AzureSearchIndex
AzureSqlDWTable
AzureSqlMITable
AzureSqlTable
AzureTable
Biner
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 (diperlukan)

DatasetFolder

Nama Deskripsi Nilai
nama Nama folder tempat Himpunan Data ini berada. string

LinkedServiceReference

Nama Deskripsi Nilai
parameter Argumen untuk LinkedService. ParameterValueSpecification
referenceName Referensi Nama LinkedService. string (diperlukan)
jenis Jenis referensi layanan tertaut. 'LinkedServiceReference' (diperlukan)

ParameterValueSpecification

Nama Deskripsi Nilai
{properti yang disesuaikan} Untuk Bicep, Anda dapat menggunakan fungsi any().

ParameterDefinitionSpecification

Nama Deskripsi Nilai
{properti yang disesuaikan} ParameterSpecification

ParameterSpecification

Nama Deskripsi Nilai
defaultValue Nilai default parameter. Untuk Bicep, Anda dapat menggunakan fungsi any().
jenis Jenis parameter. 'Array'
'Bool'
'Float'
'Int'
'Objek'
'SecureString'
'String' (diperlukan)

AmazonMWSObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AmazonMWSObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

GenericDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

AmazonRdsForOracleTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AmazonRdsForOracleTable' (diperlukan)
typeProperties Properti himpunan data AmazonRdsForOracle. AmazonRdsForOracleTableDatasetTypeProperties

AmazonRdsForOracleTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema database AmazonRdsForOracle. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel database AmazonRdsForOracle. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

AmazonRdsForSqlServerTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AmazonRdsForSqlServerTable' (diperlukan)
typeProperties Amazon RDS untuk properti himpunan data SQL Server. AmazonRdsForSqlServerTableDatasetTypeProperties

AmazonRdsForSqlServerTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema himpunan data SQL Server. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel himpunan data SQL Server. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

AmazonRedshiftTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AmazonRedshiftTable' (diperlukan)
typeProperties Properti himpunan data tabel Amazon Redshift. AmazonRedshiftTableDatasetTypeProperties

AmazonRedshiftTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Amazon Redshift. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel Amazon Redshift. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya. Untuk Bicep, Anda dapat menggunakan fungsi any().

AmazonS3Dataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AmazonS3Object' (diperlukan)
typeProperties Properti himpunan data Amazon S3. AmazonS3DatasetTypeProperties (diperlukan)

AmazonS3DatasetTypeProperties

Nama Deskripsi Nilai
bucketName Nama wadah Amazon S3. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any(). (diperlukan)
compression Metode kompresi data yang digunakan untuk objek Amazon S3. DatasetCompression
format Format file. DatasetStorageFormat
kunci Kunci objek Amazon S3. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
modifiedDatetimeEnd Akhir tanggalwaktu objek S3 yang dimodifikasi. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
modifiedDatetimeStart Awal tanggalwaktu objek S3 yang dimodifikasi. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
awalan Filter awalan untuk nama objek S3. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
versi Versi untuk objek S3. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

DatasetCompression

Nama Deskripsi Nilai
tingkat Tingkat kompresi himpunan data. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
jenis Jenis kompresi himpunan data. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any(). (diperlukan)
{properti yang disesuaikan} Untuk Bicep, Anda dapat menggunakan fungsi any().

DatasetStorageFormat

Nama Deskripsi Nilai
deserializer Deserializer. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
pembuat serialisasi Serializer. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
jenis Mengatur jenis objek AvroFormat
JsonFormat
OrcFormat
ParquetFormat
TextFormat (diperlukan)

AvroFormat

Nama Deskripsi Nilai
jenis Jenis format penyimpanan himpunan data. 'AvroFormat' (diperlukan)

JsonFormat

Nama Deskripsi Nilai
jenis Jenis format penyimpanan himpunan data. 'JsonFormat' (diperlukan)
encodingName Nama halaman kode dari pengodean pilihan. Jika tidak disediakan, nilai defaultnya adalah 'utf-8', kecuali tanda urutan byte (BOM) menunjukkan pengodean Unicode lainnya. Daftar lengkap nilai yang didukung dapat ditemukan di kolom 'Nama' dari tabel pengodean dalam referensi berikut: https://go.microsoft.com/fwlink/?linkid=861078. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
filePattern Pola file JSON. Agar lebih spesifik, cara memisahkan koleksi objek JSON. Nilai defaultnya adalah 'setOfObjects'. Ini peka huruf besar/kecil. Untuk Bicep, Anda dapat menggunakan fungsi any().
jsonNodeReference JSONPath dari elemen array JSON yang akan diratakan. Contoh: "$. ArrayPath". Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
jsonPathDefinition Definisi JSONPath untuk setiap pemetaan kolom dengan nama kolom yang disesuaikan untuk mengekstrak data dari file JSON. Untuk bidang di bawah objek akar, mulailah dengan "$"; untuk bidang di dalam array yang dipilih oleh properti jsonNodeReference, mulai dari elemen array. Contoh: {"Column1": "$. Column1Path", "Column2": "Column2PathInArray"}. Ketik: objek (atau Ekspresi dengan objek resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
nestingSeparator Karakter yang digunakan untuk memisahkan tingkat bersarang. Nilai defaultnya adalah '.' (titik). Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

OrcFormat

Nama Deskripsi Nilai
jenis Jenis format penyimpanan himpunan data. 'OrcFormat' (diperlukan)

ParquetFormat

Nama Deskripsi Nilai
jenis Jenis format penyimpanan himpunan data. 'ParquetFormat' (diperlukan)

Format Teks

Nama Deskripsi Nilai
jenis Jenis format penyimpanan himpunan data. 'TextFormat' (diperlukan)
columnDelimiter Pemisah kolom. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
encodingName Nama halaman kode dari pengodean pilihan. Jika salah, nilai defaultnya adalah ΓÇ£utf-8ΓÇ¥, kecuali BOM menunjukkan pengodean Unicode lainnya. Lihat kolom ΓÇ£NameΓÇ¥ tabel di tautan berikut untuk mengatur nilai yang didukung: https://msdn.microsoft.com/library/system.text.encoding.aspx. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
escapeChar Karakter escape. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
firstRowAsHeader Saat digunakan sebagai input, perlakukan baris pertama data sebagai header. Saat digunakan sebagai output, tulis header ke dalam output sebagai baris pertama data. Nilai defaultnya adalah false. Jenis: boolean (atau Ekspresi dengan resultType boolean). Untuk Bicep, Anda dapat menggunakan fungsi any().
nullValue String nilai null. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
quoteChar Karakter kutipan. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
rowDelimiter Pemisah baris. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
skipLineCount Jumlah baris/baris yang akan dilewati saat mengurai file teks. Nilai default adalah 0. Jenis: bilangan bulat (atau Ekspresi dengan bilangan bulat resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
treatEmptyAsNull Perlakukan nilai kolom kosong dalam file teks sebagai null. Nilai defaultnya adalah true. Jenis: boolean (atau Ekspresi dengan resultType boolean). Untuk Bicep, Anda dapat menggunakan fungsi any().

AvroDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'Avro' (diperlukan)
typeProperties Properti himpunan data Avro. AvroDatasetTypeProperties

AvroDatasetTypeProperties

Nama Deskripsi Nilai
avroCompressionCodec Data avroCompressionCodec. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
avroCompressionLevel int

Batasan:
Nilai min = 1
Nilai maks = 9
lokasi Lokasi penyimpanan avro. DatasetLocation (diperlukan)

DatasetLocation

Nama Deskripsi Nilai
fileName Tentukan nama file himpunan data. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
folderPath Tentukan jalur folder himpunan data. Jenis: string (atau Ekspresi dengan string resultType) Untuk Bicep, Anda dapat menggunakan fungsi any().
jenis Mengatur jenis objek AmazonS3CompatibleLocation
AmazonS3Location
AzureBlobFSLocation
AzureBlobStorageLocation
AzureDataLakeStoreLocation
AzureFileStorageLocation
FileServerLocation
FtpServerLocation
GoogleCloudStorageLocation
HdfsLocation
HttpServerLocation
LakeHouseLocation
OracleCloudStorageLocation
SftpLocation (diperlukan)

AmazonS3CompatibleLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'AmazonS3CompatibleLocation' (diperlukan)
bucketName Tentukan bucketName yang Kompatibel dengan Amazon S3. Jenis: string (atau Ekspresi dengan string resultType) Untuk Bicep, Anda dapat menggunakan fungsi any().
versi Tentukan versi Amazon S3 Compatible. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

AmazonS3Location

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'AmazonS3Location' (diperlukan)
bucketName Tentukan bucketName amazon S3. Jenis: string (atau Ekspresi dengan string resultType) Untuk Bicep, Anda dapat menggunakan fungsi any().
versi Tentukan versi amazon S3. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

AzureBlobFSLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'AzureBlobFSLocation' (diperlukan)
fileSystem Tentukan fileSystem dari azure blobFS. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

AzureBlobStorageLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'AzureBlobStorageLocation' (diperlukan)
kontainer Tentukan kontainer blob azure. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

AzureDataLakeStoreLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'AzureDataLakeStoreLocation' (diperlukan)

AzureFileStorageLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'AzureFileStorageLocation' (diperlukan)

FileServerLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'FileServerLocation' (diperlukan)

FtpServerLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'FtpServerLocation' (diperlukan)

GoogleCloudStorageLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'GoogleCloudStorageLocation' (diperlukan)
bucketName Tentukan bucketName Google Cloud Storage. Jenis: string (atau Ekspresi dengan string resultType) Untuk Bicep, Anda dapat menggunakan fungsi any().
versi Tentukan versi Google Cloud Storage. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

HdfsLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'HdfsLocation' (diperlukan)

HttpServerLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'HttpServerLocation' (diperlukan)
relativeUrl Tentukan relativeUrl server http. Jenis: string (atau Ekspresi dengan string resultType) Untuk Bicep, Anda dapat menggunakan fungsi any().

LakeHouseLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'LakeHouseLocation' (diperlukan)

OracleCloudStorageLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'OracleCloudStorageLocation' (diperlukan)
bucketName Tentukan bucketName Oracle Cloud Storage. Jenis: string (atau Ekspresi dengan string resultType) Untuk Bicep, Anda dapat menggunakan fungsi any().
versi Tentukan versi Oracle Cloud Storage. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

SftpLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'SftpLocation' (diperlukan)

AzureBlobDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureBlob' (diperlukan)
typeProperties Properti himpunan data Azure Blob. AzureBlobDatasetTypeProperties

AzureBlobDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk penyimpanan blob. DatasetCompression
fileName Nama Azure Blob. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
folderPath Jalur penyimpanan Azure Blob. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
format Format penyimpanan Azure Blob. DatasetStorageFormat
modifiedDatetimeEnd Akhir tanggalwaktu Azure Blob yang dimodifikasi. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
modifiedDatetimeStart Awal tanggalwaktu Azure Blob yang dimodifikasi. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableRootLocation Akar jalur blob. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

AzureBlobFSDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureBlobFSFile' (diperlukan)
typeProperties Azure Data Lake Storage Gen2 properti himpunan data. AzureBlobFSDatasetTypeProperties

AzureBlobFSDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk penyimpanan blob. DatasetCompression
fileName Nama Azure Data Lake Storage Gen2. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
folderPath Jalur penyimpanan Azure Data Lake Storage Gen2. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
format Format penyimpanan Azure Data Lake Storage Gen2. DatasetStorageFormat

AzureDatabricksDeltaLakeDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureDatabricksDeltaLakeDataset' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. AzureDatabricksDeltaLakeDatasetTypeProperties

AzureDatabricksDeltaLakeDatasetTypeProperties

Nama Deskripsi Nilai
database Nama database tabel delta. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel delta. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

AzureDataExplorerTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureDataExplorerTable' (diperlukan)
typeProperties Properti himpunan data Azure Data Explorer (Kusto). AzureDataExplorerDatasetTypeProperties (diperlukan)

AzureDataExplorerDatasetTypeProperties

Nama Deskripsi Nilai
tabel Nama tabel database Azure Data Explorer. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

AzureDataLakeStoreDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureDataLakeStoreFile' (diperlukan)
typeProperties Properti himpunan data Azure Data Lake Store. AzureDataLakeStoreDatasetTypeProperties

AzureDataLakeStoreDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk item di Azure Data Lake Store. DatasetCompression
fileName Nama file di Azure Data Lake Store. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
folderPath Jalur ke folder di Azure Data Lake Store. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
format The format of the Data Lake Store. DatasetStorageFormat

AzureMariaDBTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureMariaDBTable' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

AzureMySqlTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureMySqlTable' (diperlukan)
typeProperties Properti himpunan data database Azure MySQL. AzureMySqlTableDatasetTypeProperties (diperlukan)

AzureMySqlTableDatasetTypeProperties

Nama Deskripsi Nilai
tabel Nama tabel database Azure MySQL. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableName Nama tabel database Azure MySQL. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

AzurePostgreSqlTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzurePostgreSqlTable' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. AzurePostgreSqlTableDatasetTypeProperties

AzurePostgreSqlTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema database Azure PostgreSQL. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel database Azure PostgreSQL. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableName Nama tabel database Azure PostgreSQL yang menyertakan skema dan tabel. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

AzureSearchIndexDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureSearchIndex' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. AzureSearchIndexDatasetTypeProperties (diperlukan)

AzureSearchIndexDatasetTypeProperties

Nama Deskripsi Nilai
indexName Nama Indeks Pencarian Azure. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any(). (diperlukan)

AzureSqlDWTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureSqlDWTable' (diperlukan)
typeProperties Azure SQL properti himpunan data Gudang Data. AzureSqlDWTableDatasetTypeProperties

AzureSqlDWTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema gudang data Azure SQL. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel Azure SQL Gudang Data. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya. Untuk Bicep, Anda dapat menggunakan fungsi any().

AzureSqlMITableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureSqlMITable' (diperlukan)
typeProperties Azure SQL Managed Instance properti himpunan data. AzureSqlMITableDatasetTypeProperties

AzureSqlMITableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Azure SQL Managed Instance. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel himpunan data Azure SQL Managed Instance. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya. Untuk Bicep, Anda dapat menggunakan fungsi any().

AzureSqlTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureSqlTable' (diperlukan)
typeProperties Azure SQL properti himpunan data. AzureSqlTableDatasetTypeProperties

AzureSqlTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema database Azure SQL. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel database Azure SQL. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya. Untuk Bicep, Anda dapat menggunakan fungsi any().

AzureTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureTable' (diperlukan)
typeProperties Properti himpunan data Tabel Azure. AzureTableDatasetTypeProperties (diperlukan)

AzureTableDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel penyimpanan Azure Table. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any(). (diperlukan)

BinaryDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'Biner' (diperlukan)
typeProperties Properti himpunan data biner. BinaryDatasetTypeProperties

BinaryDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk himpunan data biner. DatasetCompression
lokasi Lokasi penyimpanan Biner. DatasetLocation (diperlukan)

CassandraTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'CassandraTable' (diperlukan)
typeProperties Properti himpunan data Cassandra. CassandraTableDatasetTypeProperties

CassandraTableDatasetTypeProperties

Nama Deskripsi Nilai
keyspace Ruang kunci database Cassandra. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableName Nama tabel database Cassandra. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

CommonDataServiceForAppsEntityDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'CommonDataServiceForAppsEntity' (diperlukan)
typeProperties Properti himpunan data entitas Common Data Service for Apps. CommonDataServiceForAppsEntityDatasetTypeProperties

CommonDataServiceForAppsEntityDatasetTypeProperties

Nama Deskripsi Nilai
entityName Nama logis entitas. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

ConcurObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'ConcurObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

CosmosDbMongoDbApiCollectionDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'CosmosDbMongoDbApiCollection' (diperlukan)
typeProperties Properti himpunan data database CosmosDB (MongoDB API). CosmosDbMongoDbApiCollectionDatasetTypeProperties (diperlukan)

CosmosDbMongoDbApiCollectionDatasetTypeProperties

Nama Deskripsi Nilai
koleksi Nama koleksi database CosmosDB (MongoDB API). Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any(). (diperlukan)

CosmosDbSqlApiCollectionDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'CosmosDbSqlApiCollection' (diperlukan)
typeProperties Properti himpunan data Koleksi CosmosDB (SQL API). CosmosDbSqlApiCollectionDatasetTypeProperties (wajib)

CosmosDbSqlApiCollectionDatasetTypeProperties

Nama Deskripsi Nilai
collectionName Nama koleksi CosmosDB (SQL API). Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any(). (diperlukan)

CouchbaseTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'CouchbaseTable' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

CustomDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'CustomDataset' (diperlukan)
typeProperties Properti himpunan data kustom. Untuk Bicep, Anda dapat menggunakan fungsi any().

Db2TableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'Db2Table' (diperlukan)
typeProperties Properti himpunan data tabel Db2. Db2TableDatasetTypeProperties

Db2TableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Db2. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel Db2. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya. Untuk Bicep, Anda dapat menggunakan fungsi any().

DelimitedTextDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'DelimitedText' (diperlukan)
typeProperties Properti himpunan data teks yang dibatasi. DelimitedTextDatasetTypeProperties

DelimitedTextDatasetTypeProperties

Nama Deskripsi Nilai
columnDelimiter Pemisah kolom. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
compressionCodec CompressionCodec data. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
compressionLevel Metode kompresi data yang digunakan untuk DelimitedText. Untuk Bicep, Anda dapat menggunakan fungsi any().
encodingName Nama halaman kode dari pengodean pilihan. Jika terlewat, nilai defaultnya adalah UTF-8, kecuali BOM menunjukkan pengodean Unicode lain. Lihat kolom nama tabel di tautan berikut untuk mengatur nilai yang didukung: https://msdn.microsoft.com/library/system.text.encoding.aspx. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
escapeChar Karakter escape. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
firstRowAsHeader Saat digunakan sebagai input, perlakukan baris pertama data sebagai header. Saat digunakan sebagai output, tulis header ke dalam output sebagai baris pertama data. Nilai defaultnya adalah false. Jenis: boolean (atau Ekspresi dengan resultType boolean). Untuk Bicep, Anda dapat menggunakan fungsi any().
lokasi Lokasi penyimpanan teks yang dibatasi. DatasetLocation (diperlukan)
nullValue String nilai null. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
quoteChar Karakter kutipan. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
rowDelimiter Pemisah baris. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

DocumentDbCollectionDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'DocumentDbCollection' (diperlukan)
typeProperties Properti himpunan data Kumpulan DocumentDB. DocumentDbCollectionDatasetTypeProperties (diperlukan)

DocumentDbCollectionDatasetTypeProperties

Nama Deskripsi Nilai
collectionName Nama kumpulan Database Dokumen. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any(). (diperlukan)

DrillTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'DrillTable' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. DrillDatasetTypeProperties

DrillDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Drill. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel Drill. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya. Untuk Bicep, Anda dapat menggunakan fungsi any().

DynamicsAXResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'DynamicsAXResource' (diperlukan)
typeProperties Properti himpunan data sumber daya Dynamics AX OData. DynamicsAXResourceDatasetTypeProperties (diperlukan)

DynamicsAXResourceDatasetTypeProperties

Nama Deskripsi Nilai
jalur Jalur entitas Dynamics AX OData. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any(). (diperlukan)

DynamicsCrmEntityDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'DynamicsCrmEntity' (diperlukan)
typeProperties Properti himpunan data entitas Dynamics CRM. DynamicsCrmEntityDatasetTypeProperties

DynamicsCrmEntityDatasetTypeProperties

Nama Deskripsi Nilai
entityName Nama logis entitas. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

DynamicsEntityDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'DynamicsEntity' (diperlukan)
typeProperties Properti himpunan data entitas Dynamics. DynamicsEntityDatasetTypeProperties

DynamicsEntityDatasetTypeProperties

Nama Deskripsi Nilai
entityName Nama logis entitas. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

EloquaObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'EloquaObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

ExcelDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'Excel' (diperlukan)
typeProperties Properti himpunan data Excel. ExcelDatasetTypeProperties

ExcelDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk himpunan data json. DatasetCompression
firstRowAsHeader Saat digunakan sebagai input, perlakukan baris pertama data sebagai header. Saat digunakan sebagai output, tulis header ke dalam output sebagai baris pertama data. Nilai defaultnya adalah false. Jenis: boolean (atau Ekspresi dengan resultType boolean). Untuk Bicep, Anda dapat menggunakan fungsi any().
lokasi Lokasi penyimpanan excel. DatasetLocation (diperlukan)
nullValue String nilai null. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
rentang Data parsial dari satu lembar. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
sheetIndex Indeks lembar file excel dan nilai default adalah 0. Jenis: bilangan bulat (atau Ekspresi dengan bilangan bulat resultType) Untuk Bicep, Anda dapat menggunakan fungsi any().
sheetName Nama lembar file excel. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

FileShareDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'FileShare' (diperlukan)
typeProperties Properti himpunan data sistem file lokal. FileShareDatasetTypeProperties

FileShareDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk sistem file. DatasetCompression
fileFilter Tentukan filter yang akan digunakan untuk memilih subhimpunan file di folderPath dan bukan semua file. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
fileName Nama sistem file lokal. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
folderPath Jalur sistem file lokal. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
format Format file. DatasetStorageFormat
modifiedDatetimeEnd Akhir dari tanggalwaktu file yang dimodifikasi. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
modifiedDatetimeStart Awal tanggalwaktu file yang dimodifikasi. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

GoogleAdWordsObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'GoogleAdWordsObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

GoogleBigQueryObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'GoogleBigQueryObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GoogleBigQueryDatasetTypeProperties

GoogleBigQueryDatasetTypeProperties

Nama Deskripsi Nilai
dataset Nama database Google BigQuery. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel Google BigQuery. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti database + tabel sebagai gantinya. Untuk Bicep, Anda dapat menggunakan fungsi any().

GoogleBigQueryV2ObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'GoogleBigQueryV2Object' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GoogleBigQueryV2DatasetTypeProperties

GoogleBigQueryV2DatasetTypeProperties

Nama Deskripsi Nilai
dataset Nama database Google BigQuery. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel Google BigQuery. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

GreenplumTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'GreenplumTable' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GreenplumDatasetTypeProperties

GreenplumDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Greenplum. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel Greenplum. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya. Untuk Bicep, Anda dapat menggunakan fungsi any().

HBaseObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'HBaseObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

HiveObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'HiveObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. HiveDatasetTypeProperties

HiveDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Apache Hive. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel Apache Hive. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya. Untuk Bicep, Anda dapat menggunakan fungsi any().

HttpDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'HttpFile' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. HttpDatasetTypeProperties

HttpDatasetTypeProperties

Nama Deskripsi Nilai
additionalHeaders Header untuk Permintaan HTTP. misalnya request-header-name-1:request-header-value-1
...
request-header-name-n:request-header-value-n Type: string (atau Ekspresi dengan string resultType).
Untuk Bicep, Anda dapat menggunakan fungsi any().
compression Metode kompresi data yang digunakan pada file. DatasetCompression
format Format file. DatasetStorageFormat
relativeUrl URL relatif berdasarkan URL di HttpLinkedService mengacu pada jenis file HTTP: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
requestBody Isi untuk permintaan HTTP. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
requestMethod Metode HTTP untuk permintaan HTTP. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

HubspotObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'HubspotObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

ImpalaObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'ImpalaObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. ImpalaDatasetTypeProperties

ImpalaDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Impala. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel Impala. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya. Untuk Bicep, Anda dapat menggunakan fungsi any().

InformixTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'InformixTable' (diperlukan)
typeProperties Properti himpunan data tabel Informix. InformixTableDatasetTypeProperties

InformixTableDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel Informix. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

JiraObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'JiraObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

JsonDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'Json' (diperlukan)
typeProperties Properti himpunan data Json. JsonDatasetTypeProperties

JsonDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk himpunan data json. DatasetCompression
encodingName Nama halaman kode dari pengodean pilihan. Jika tidak ditentukan, nilai defaultnya adalah UTF-8, kecuali BOM menunjukkan pengodean Unicode lain. Lihat kolom nama tabel di tautan berikut untuk mengatur nilai yang didukung: https://msdn.microsoft.com/library/system.text.encoding.aspx. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
lokasi Lokasi penyimpanan data json. DatasetLocation (diperlukan)

LakeHouseTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'LakeHouseTable' (diperlukan)
typeProperties Properti himpunan data Microsoft Fabric LakeHouse Table. LakeHouseTableDatasetTypeProperties

LakeHouseTableDatasetTypeProperties

Nama Deskripsi Nilai
tabel Nama Microsoft Fabric LakeHouse Table. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

MagentoObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'MagentoObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

MariaDBTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'MariaDBTable' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

MarketoObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'MarketoObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

MicrosoftAccessTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'MicrosoftAccessTable' (diperlukan)
typeProperties Properti himpunan data tabel Microsoft Access. MicrosoftAccessTableDatasetTypeProperties

MicrosoftAccessTableDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel Microsoft Access. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

MongoDbAtlasCollectionDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'MongoDbAtlasCollection' (diperlukan)
typeProperties Properti himpunan data database MongoDB Atlas. MongoDbAtlasCollectionDatasetTypeProperties (diperlukan)

MongoDbAtlasCollectionDatasetTypeProperties

Nama Deskripsi Nilai
koleksi Nama koleksi database MongoDB Atlas. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any(). (diperlukan)

MongoDbCollectionDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'MongoDbCollection' (diperlukan)
typeProperties Properti himpunan data database MongoDB. MongoDbCollectionDatasetTypeProperties (diperlukan)

MongoDbCollectionDatasetTypeProperties

Nama Deskripsi Nilai
collectionName Nama tabel database MongoDB. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any(). (diperlukan)

MongoDbV2CollectionDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'MongoDbV2Collection' (diperlukan)
typeProperties Properti himpunan data database MongoDB. MongoDbV2CollectionDatasetTypeProperties (diperlukan)

MongoDbV2CollectionDatasetTypeProperties

Nama Deskripsi Nilai
koleksi Nama koleksi database MongoDB. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any(). (diperlukan)

MySqlTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'MySqlTable' (diperlukan)
typeProperties Properti himpunan data tabel MySQL. MySqlTableDatasetTypeProperties

MySqlTableDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel MySQL. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

NetezzaTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'NetezzaTable' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. NetezzaTableDatasetTypeProperties

NetezzaTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Netezza. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel Netezza. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya. Untuk Bicep, Anda dapat menggunakan fungsi any().

ODataResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'ODataResource' (diperlukan)
typeProperties Properti himpunan data OData. ODataResourceDatasetTypeProperties

ODataResourceDatasetTypeProperties

Nama Deskripsi Nilai
jalur Jalur sumber daya OData. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

OdbcTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'OdbcTable' (diperlukan)
typeProperties Properti himpunan data tabel ODBC. OdbcTableDatasetTypeProperties

OdbcTableDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel ODBC. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

Office365Dataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'Office365Table' (diperlukan)
typeProperties Properti himpunan data Office365. Office365DatasetTypeProperties (diperlukan)

Office365DatasetTypeProperties

Nama Deskripsi Nilai
Predikat Ekspresi predikat yang dapat digunakan untuk memfilter baris tertentu untuk diekstrak dari Office 365. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableName Nama himpunan data untuk diekstrak dari Office 365. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any(). (diperlukan)

OracleServiceCloudObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'OracleServiceCloudObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

OracleTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'OracleTable' (diperlukan)
typeProperties Properti himpunan data Oracle lokal. OracleTableDatasetTypeProperties

OracleTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema database Oracle lokal. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel database Oracle lokal. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya. Untuk Bicep, Anda dapat menggunakan fungsi any().

OrcDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'Orc' (diperlukan)
typeProperties Properti himpunan data ORC. OrcDatasetTypeProperties

OrcDatasetTypeProperties

Nama Deskripsi Nilai
lokasi Lokasi penyimpanan data ORC. DatasetLocation (diperlukan)
orcCompressionCodec Data orcCompressionCodec. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

ParquetDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'Parquet' (diperlukan)
typeProperties Properti himpunan data Parquet. ParquetDatasetTypeProperties

ParquetDatasetTypeProperties

Nama Deskripsi Nilai
compressionCodec CompressionCodec data. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
lokasi Lokasi penyimpanan parquet. DatasetLocation (diperlukan)

PaypalObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'PaypalObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

PhoenixObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'PhoenixObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. PhoenixDatasetTypeProperties

PhoenixDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Phoenix. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel Phoenix. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya. Untuk Bicep, Anda dapat menggunakan fungsi any().

PostgreSqlTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'PostgreSqlTable' (diperlukan)
typeProperties Properti himpunan data tabel PostgreSQL. PostgreSqlTableDatasetTypeProperties

PostgreSqlTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema PostgreSQL. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel PostgreSQL. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya. Untuk Bicep, Anda dapat menggunakan fungsi any().

PostgreSqlV2TableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'PostgreSqlV2Table' (diperlukan)
typeProperties Properti himpunan data tabel PostgreSQLV2. PostgreSqlV2TableDatasetTypeProperties

PostgreSqlV2TableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema PostgreSQL. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel PostgreSQL. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

PrestoObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'PrestoObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. PrestoDatasetTypeProperties

PrestoDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Presto. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel Presto. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya. Untuk Bicep, Anda dapat menggunakan fungsi any().

QuickBooksObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'QuickBooksObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

RelationalTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'RelationalTable' (diperlukan)
typeProperties Properti himpunan data tabel relasional. RelationalTableDatasetTypeProperties

RelationalTableDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel relasional. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

ResponsysObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'ResponsysObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

RestResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'RestResource' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. RestResourceDatasetTypeProperties

RestResourceDatasetTypeProperties

Nama Deskripsi Nilai
additionalHeaders Header HTTP tambahan dalam permintaan ke RESTful API. RestResourceDatasetTypePropertiesAdditionalHeaders
paginationRules Aturan penomoran halaman untuk menyusun permintaan halaman berikutnya. RestResourceDatasetTypePropertiesPaginationRules
relativeUrl URL relatif terhadap sumber daya yang disediakan RESTful API. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
requestBody Isi permintaan HTTP ke RESTful API jika requestMethod adalah POST. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
requestMethod Metode HTTP yang digunakan untuk memanggil RESTful API. Defaultnya adalah GET. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

RestResourceDatasetTypePropertiesAdditionalHeaders

Nama Deskripsi Nilai
{customized property} Untuk Bicep, Anda dapat menggunakan fungsi any().

RestResourceDatasetTypePropertiesPaginationRules

Nama Deskripsi Nilai
{customized property} Untuk Bicep, Anda dapat menggunakan fungsi any().

SalesforceMarketingCloudObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SalesforceMarketingCloudObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

SalesforceObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SalesforceObject' (diperlukan)
typeProperties Properti himpunan data objek Salesforce. SalesforceObjectDatasetTypeProperties

SalesforceObjectDatasetTypeProperties

Nama Deskripsi Nilai
objectApiName Nama API objek Salesforce. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

SalesforceServiceCloudObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SalesforceServiceCloudObject' (diperlukan)
typeProperties Properti himpunan data objek Salesforce Service Cloud. SalesforceServiceCloudObjectDatasetTypeProperties

SalesforceServiceCloudObjectDatasetTypeProperties

Nama Deskripsi Nilai
objectApiName Nama API objek Salesforce Service Cloud. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

SalesforceServiceCloudV2ObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SalesforceServiceCloudV2Object' (diperlukan)
typeProperties Properti himpunan data objek Salesforce Service Cloud V2. SalesforceServiceCloudV2ObjectDatasetTypeProperties

SalesforceServiceCloudV2ObjectDatasetTypeProperties

Nama Deskripsi Nilai
objectApiName Nama API objek Salesforce Service Cloud V2. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
reportId ReportId Salesforce Service Cloud V2. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

SalesforceV2ObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SalesforceV2Object' (diperlukan)
typeProperties Properti himpunan data objek Salesforce V2. SalesforceV2ObjectDatasetTypeProperties

SalesforceV2ObjectDatasetTypeProperties

Nama Deskripsi Nilai
objectApiName Nama API objek Salesforce V2. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
reportId Id laporan Salesforce V2. Ketik: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

SapBwCubeDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SapBwCube' (diperlukan)

SapCloudForCustomerResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SapCloudForCustomerResource' (diperlukan)
typeProperties Properti himpunan data sumber daya SAP Cloud For Customer OData. SapCloudForCustomerResourceDatasetTypeProperties (diperlukan)

SapCloudForCustomerResourceDatasetTypeProperties

Nama Deskripsi Nilai
jalur Jalur entitas OData SAP Cloud for Customer. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any(). (diperlukan)

SapEccResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SapEccResource' (diperlukan)
typeProperties Properti himpunan data sumber daya SAP ECC OData. SapEccResourceDatasetTypeProperties (diperlukan)

SapEccResourceDatasetTypeProperties

Nama Deskripsi Nilai
jalur Jalur entitas OData SAP ECC. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any(). (diperlukan)

SapHanaTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SapHanaTable' (diperlukan)
typeProperties Properti Tabel SAP Hana. SapHanaTableDatasetTypeProperties

SapHanaTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema SAP Hana. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel SAP Hana. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

SapOdpResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SapOdpResource' (diperlukan)
typeProperties Properti Sumber Daya SAP ODP. SapOdpResourceDatasetTypeProperties (diperlukan)

SapOdpResourceDatasetTypeProperties

Nama Deskripsi Nilai
konteks Konteks Objek SAP ODP. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any(). (diperlukan)
objectName Nama Objek SAP ODP. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any(). (diperlukan)

SapOpenHubTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SapOpenHubTable' (diperlukan)
typeProperties Properti Tabel Tujuan Open Hub Sap Business Warehouse. SapOpenHubTableDatasetTypeProperties (diperlukan)

SapOpenHubTableDatasetTypeProperties

Nama Deskripsi Nilai
baseRequestId ID permintaan untuk pemuatan delta. Setelah ditetapkan, hanya data dengan requestId yang lebih besar dari nilai properti ini yang akan diambil. Nilai default adalah 0. Jenis: bilangan bulat (atau Ekspresi dengan bilangan bulat resultType ). Untuk Bicep, Anda dapat menggunakan fungsi any().
excludeLastRequest Apakah akan mengecualikan rekaman permintaan terakhir. Nilai defaultnya adalah true. Jenis: boolean (atau Ekspresi dengan resultType boolean). Untuk Bicep, Anda dapat menggunakan fungsi any().
openHubDestinationName Nama Tujuan Open Hub dengan jenis tujuan sebagai Tabel Database. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any(). (diperlukan)

SapTableResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SapTableResource' (diperlukan)
typeProperties Properti Sumber Daya Tabel SAP. SapTableResourceDatasetTypeProperties (diperlukan)

SapTableResourceDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama Tabel SAP. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any(). (diperlukan)

ServiceNowObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'ServiceNowObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

ServiceNowV2ObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'ServiceNowV2Object' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

SharePointOnlineListResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SharePointOnlineListResource' (diperlukan)
typeProperties Properti himpunan data daftar online Sharepoint. SharePointOnlineListDatasetTypeProperties

SharePointOnlineListDatasetTypeProperties

Nama Deskripsi Nilai
listName Nama daftar SharePoint Online. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

ShopifyObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'ShopifyObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

SnowflakeDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SnowflakeTable' (diperlukan)
typeProperties Properti himpunan data Snowflake. SnowflakeDatasetTypeProperties (wajib)

SnowflakeDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema database Snowflake. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel database Snowflake. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

SnowflakeV2Dataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SnowflakeV2Table' (diperlukan)
typeProperties Properti himpunan data Snowflake. SnowflakeDatasetTypeProperties (wajib)

SparkObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SparkObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. SparkDatasetTypeProperties

SparkDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Spark. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel Spark. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya. Untuk Bicep, Anda dapat menggunakan fungsi any().

SqlServerTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SqlServerTable' (diperlukan)
typeProperties Properti himpunan data SQL Server lokal. SqlServerTableDatasetTypeProperties

SqlServerTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema himpunan data SQL Server. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel himpunan data SQL Server. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya. Untuk Bicep, Anda dapat menggunakan fungsi any().

SquareObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SquareObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

SybaseTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SybaseTable' (diperlukan)
typeProperties Properti himpunan data tabel Sybase. SybaseTableDatasetTypeProperties

SybaseTableDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel Sybase. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

TeradataTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'TeradataTable' (diperlukan)
typeProperties Properti himpunan data Teradata. TeradataTableDatasetTypeProperties

TeradataTableDatasetTypeProperties

Nama Deskripsi Nilai
database Nama database Teradata. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel Teradata. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

VerticaTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'VerticaTable' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. VerticaDatasetTypeProperties

VerticaDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Vertica. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel Vertica. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya. Untuk Bicep, Anda dapat menggunakan fungsi any().

WarehouseTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'WarehouseTable' (diperlukan)
typeProperties Properti himpunan data Microsoft Fabric Warehouse. WarehouseTableDatasetTypeProperties

WarehouseTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Microsoft Fabric Warehouse. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
tabel Nama tabel Microsoft Fabric Warehouse. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

WebTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'WebTable' (diperlukan)
typeProperties Properti himpunan data tabel web. WebTableDatasetTypeProperties (diperlukan)

WebTableDatasetTypeProperties

Nama Deskripsi Nilai
indeks Indeks tabel berbasis nol di halaman web. Jenis: bilangan bulat (atau Ekspresi dengan bilangan bulat resultType), minimum: 0. Untuk Bicep, Anda dapat menggunakan fungsi any(). (diperlukan)
jalur URL relatif ke halaman web dari URL layanan tertaut. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

XeroObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'XeroObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

XmlDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'Xml' (diperlukan)
typeProperties Properti himpunan data xml. XmlDatasetTypeProperties

XmlDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk himpunan data json. DatasetCompression
encodingName Nama halaman kode dari pengodean pilihan. Jika tidak ditentukan, nilai defaultnya adalah UTF-8, kecuali BOM menunjukkan pengodean Unicode lain. Lihat kolom nama tabel di tautan berikut untuk mengatur nilai yang didukung: https://msdn.microsoft.com/library/system.text.encoding.aspx. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().
lokasi Lokasi penyimpanan data json. DatasetLocation (diperlukan)
nullValue String nilai null. Jenis: string (atau Ekspresi dengan string resultType). Untuk Bicep, Anda dapat menggunakan fungsi any().

ZohoObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'ZohoObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

Templat Mulai Cepat

Templat mulai cepat berikut menyebarkan jenis sumber daya ini.

Templat Deskripsi
Lebih banyak dimungkinkan dengan Azure Data Factory - Satu klik untuk mencoba Azure Data Factory

Sebarkan ke Azure
Templat ini membuat alur pabrik data untuk aktivitas salin dari Azure Blob ke Azure Blob lain
Membuat Data Factory, menyalin dari Salesforce ke Blob

Sebarkan ke Azure
Templat ini menggunakan Azure Data Factory untuk melakukan pergerakan data dari Salesforce ke Azure Blobs
Salin massal menggunakan Azure Data Factory

Sebarkan ke Azure
Templat ini membuat pabrik data V2 yang menyalin data secara massal Azure SQL database ke gudang data Azure SQL.
Membuat pabrik data V2

Sebarkan ke Azure
Templat ini membuat pabrik data V2 yang menyalin data dari folder dalam Azure Blob Storage ke folder lain di penyimpanan.
Membuat pabrik data V2 (MySQL)

Sebarkan ke Azure
Templat ini membuat pabrik data V2 yang menyalin data dari folder dalam Azure Blob Storage ke tabel dalam Azure Database for MySQL.
Membuat pabrik data V2 (PostGre)

Sebarkan ke Azure
Templat ini membuat pabrik data V2 yang menyalin data dari folder dalam Azure Blob Storage ke tabel dalam Azure Database for PostgreSQL.
Membuat pabrik data V2 (SQL)

Sebarkan ke Azure
Templat ini membuat pabrik data V2 yang menyalin data dari folder dalam Azure Blob Storage ke tabel dalam database Azure SQL.
Membuat pabrik data V2 (SQL On-prem)

Sebarkan ke Azure
Templat ini membuat pabrik data V2 yang menyalin data dari SQL Server lokal ke penyimpanan blob Azure

Definisi sumber daya templat ARM

Jenis sumber daya pabrik/himpunan data dapat disebarkan dengan operasi yang menargetkan:

Untuk daftar properti yang diubah di setiap versi API, lihat mengubah log.

Format sumber daya

Untuk membuat sumber daya Microsoft.DataFactory/factories/datasets, tambahkan JSON berikut ke templat Anda.

{
  "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
  }
}

Objek himpunan data

Atur properti jenis untuk menentukan jenis objek.

Untuk AmazonMWSObject, gunakan:

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

Untuk AmazonRdsForOracleTable, gunakan:

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

Untuk AmazonRdsForSqlServerTable, gunakan:

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

Untuk AmazonRedshiftTable, gunakan:

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

Untuk AmazonS3Object, gunakan:

  "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": {}
  }

Untuk Avro, gunakan:

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

Untuk AzureBlob, gunakan:

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

Untuk AzureBlobFSFile, gunakan:

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

Untuk AzureDatabricksDeltaLakeDataset, gunakan:

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

Untuk AzureDataExplorerTable, gunakan:

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

Untuk AzureDataLakeStoreFile, gunakan:

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

Untuk AzureMariaDBTable, gunakan:

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

Untuk AzureMySqlTable, gunakan:

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

Untuk AzurePostgreSqlTable, gunakan:

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

Untuk AzureSearchIndex, gunakan:

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

Untuk AzureSqlDWTable, gunakan:

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

Untuk AzureSqlMITable, gunakan:

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

Untuk AzureSqlTable, gunakan:

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

Untuk AzureTable, gunakan:

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

Untuk Biner, gunakan:

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

Untuk CassandraTable, gunakan:

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

Untuk CommonDataServiceForAppsEntity, gunakan:

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

Untuk ConcurObject, gunakan:

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

Untuk CosmosDbMongoDbApiCollection, gunakan:

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

Untuk CosmosDbSqlApiCollection, gunakan:

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

Untuk CouchbaseTable, gunakan:

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

Untuk CustomDataset, gunakan:

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

Untuk Db2Table, gunakan:

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

Untuk DelimitedText, gunakan:

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

Untuk DocumentDbCollection, gunakan:

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

Untuk DrillTable, gunakan:

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

Untuk DynamicsAXResource, gunakan:

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

Untuk DynamicsCrmEntity, gunakan:

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

Untuk DynamicsEntity, gunakan:

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

Untuk EloquaObject, gunakan:

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

Untuk Excel, gunakan:

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

Untuk FileShare, gunakan:

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

Untuk GoogleAdWordsObject, gunakan:

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

Untuk GoogleBigQueryObject, gunakan:

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

Untuk GoogleBigQueryV2Object, gunakan:

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

Untuk GreenplumTable, gunakan:

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

Untuk HBaseObject, gunakan:

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

Untuk HiveObject, gunakan:

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

Untuk HttpFile, gunakan:

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

Untuk HubspotObject, gunakan:

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

Untuk ImpalaObject, gunakan:

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

Untuk InformixTable, gunakan:

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

Untuk JiraObject, gunakan:

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

Untuk Json, gunakan:

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

Untuk LakeHouseTable, gunakan:

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

Untuk MagentoObject, gunakan:

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

Untuk MariaDBTable, gunakan:

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

Untuk MarketoObject, gunakan:

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

Untuk MicrosoftAccessTable, gunakan:

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

Untuk MongoDbAtlasCollection, gunakan:

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

Untuk MongoDbCollection, gunakan:

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

Untuk MongoDbV2Collection, gunakan:

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

Untuk MySqlTable, gunakan:

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

Untuk NetezzaTable, gunakan:

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

Untuk ODataResource, gunakan:

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

Untuk OdbcTable, gunakan:

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

Untuk Office365Table, gunakan:

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

Untuk OracleServiceCloudObject, gunakan:

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

Untuk OracleTable, gunakan:

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

Untuk Orc, gunakan:

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

Untuk Parquet, gunakan:

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

Untuk PaypalObject, gunakan:

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

Untuk PhoenixObject, gunakan:

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

Untuk PostgreSqlTable, gunakan:

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

Untuk PostgreSqlV2Table, gunakan:

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

Untuk PrestoObject, gunakan:

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

Untuk QuickBooksObject, gunakan:

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

Untuk RelationalTable, gunakan:

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

Untuk ResponsysObject, gunakan:

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

Untuk RestResource, gunakan:

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

Untuk SalesforceMarketingCloudObject, gunakan:

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

Untuk SalesforceObject, gunakan:

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

Untuk SalesforceServiceCloudObject, gunakan:

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

Untuk SalesforceServiceCloudV2Object, gunakan:

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

Untuk SalesforceV2Object, gunakan:

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

Untuk SapBwCube, gunakan:

  "type": "SapBwCube"

Untuk SapCloudForCustomerResource, gunakan:

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

Untuk SapEccResource, gunakan:

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

Untuk SapHanaTable, gunakan:

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

Untuk SapOdpResource, gunakan:

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

Untuk SapOpenHubTable, gunakan:

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

Untuk SapTableResource, gunakan:

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

Untuk ServiceNowObject, gunakan:

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

Untuk ServiceNowV2Object, gunakan:

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

Untuk SharePointOnlineListResource, gunakan:

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

Untuk ShopifyObject, gunakan:

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

Untuk SnowflakeTable, gunakan:

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

Untuk SnowflakeV2Table, gunakan:

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

Untuk SparkObject, gunakan:

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

Untuk SqlServerTable, gunakan:

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

Untuk SquareObject, gunakan:

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

Untuk SybaseTable, gunakan:

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

Untuk TeradataTable, gunakan:

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

Untuk VerticaTable, gunakan:

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

Untuk WarehouseTable, gunakan:

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

Untuk WebTable, gunakan:

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

Untuk XeroObject, gunakan:

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

Untuk Xml, gunakan:

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

Untuk ZohoObject, gunakan:

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

Objek DatasetStorageFormat

Atur properti jenis untuk menentukan jenis objek.

Untuk AvroFormat, gunakan:

  "type": "AvroFormat"

Untuk JsonFormat, gunakan:

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

Untuk OrcFormat, gunakan:

  "type": "OrcFormat"

Untuk ParquetFormat, gunakan:

  "type": "ParquetFormat"

Untuk TextFormat, gunakan:

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

Objek DatasetLocation

Atur properti jenis untuk menentukan jenis objek.

Untuk AmazonS3CompatibleLocation, gunakan:

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

Untuk AmazonS3Location, gunakan:

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

Untuk AzureBlobFSLocation, gunakan:

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

Untuk AzureBlobStorageLocation, gunakan:

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

Untuk AzureDataLakeStoreLocation, gunakan:

  "type": "AzureDataLakeStoreLocation"

Untuk AzureFileStorageLocation, gunakan:

  "type": "AzureFileStorageLocation"

Untuk FileServerLocation, gunakan:

  "type": "FileServerLocation"

Untuk FtpServerLocation, gunakan:

  "type": "FtpServerLocation"

Untuk GoogleCloudStorageLocation, gunakan:

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

Untuk HdfsLocation, gunakan:

  "type": "HdfsLocation"

Untuk HttpServerLocation, gunakan:

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

Untuk LakeHouseLocation, gunakan:

  "type": "LakeHouseLocation"

Untuk OracleCloudStorageLocation, gunakan:

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

Untuk SftpLocation, gunakan:

  "type": "SftpLocation"

Nilai properti

pabrik/himpunan data

Nama Deskripsi Nilai
jenis Jenis sumber daya 'Microsoft.DataFactory/factories/datasets'
apiVersion Versi api sumber daya '2018-06-01'
nama Nama sumber daya

Lihat cara mengatur nama dan jenis untuk sumber daya anak di templat JSON ARM.
string (diperlukan)

Batas karakter: 1-260

Karakter yang valid:
Tidak dapat menggunakan:
<>*#.%&:\\+?/- atau karakter kontrol

Mulai dengan alfanumerik.
properti Properti himpunan data. Himpunan data (diperlukan)

Himpunan Data

Nama Deskripsi Nilai
anotasi Daftar tag yang dapat digunakan untuk menjelaskan Himpunan Data. any[]
deskripsi Deskripsi himpunan data. string
folder Folder tempat Himpunan Data ini berada. Jika tidak ditentukan, Himpunan Data akan muncul di tingkat akar. DatasetFolder
linkedServiceName Referensi layanan tertaut. LinkedServiceReference (diperlukan)
parameter Parameter untuk himpunan data. ParameterDefinitionSpecification
schema Kolom yang menentukan skema jenis fisik himpunan data. Jenis: array (atau Ekspresi dengan array resultType), itemType: DatasetSchemaDataElement.
Struktur Kolom yang menentukan struktur himpunan data. Jenis: array (atau Ekspresi dengan array resultType), itemType: DatasetDataElement.
jenis Mengatur jenis objek AmazonMWSObject
AmazonRdsForOracleTable
AmazonRdsForSqlServerTable
AmazonRedshiftTable
AmazonS3Object
Avro
AzureBlob
AzureBlobFSFile
AzureDatabricksDeltaLakeDataset
AzureDataExplorerTable
AzureDataLakeStoreFile
AzureMariaDBTable
AzureMySqlTable
AzurePostgreSqlTable
AzureSearchIndex
AzureSqlDWTable
AzureSqlMITable
AzureSqlTable
AzureTable
Biner
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 (diperlukan)

DatasetFolder

Nama Deskripsi Nilai
nama Nama folder tempat Himpunan Data ini berada. string

LinkedServiceReference

Nama Deskripsi Nilai
parameter Argumen untuk LinkedService. ParameterValueSpecification
referenceName Referensi Nama LinkedService. string (diperlukan)
jenis Jenis referensi layanan tertaut. 'LinkedServiceReference' (diperlukan)

ParameterValueSpecification

Nama Deskripsi Nilai
{properti yang disesuaikan}

ParameterDefinitionSpecification

Nama Deskripsi Nilai
{properti yang disesuaikan} ParameterSpecification

ParameterSpecification

Nama Deskripsi Nilai
defaultValue Nilai default parameter.
jenis Jenis parameter. 'Array'
'Bool'
'Float'
'Int'
'Objek'
'SecureString'
'String' (diperlukan)

AmazonMWSObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AmazonMWSObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

GenericDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel. Jenis: string (atau Ekspresi dengan string resultType).

AmazonRdsForOracleTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AmazonRdsForOracleTable' (diperlukan)
typeProperties Properti himpunan data AmazonRdsForOracle. AmazonRdsForOracleTableDatasetTypeProperties

AmazonRdsForOracleTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema database AmazonRdsForOracle. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel database AmazonRdsForOracle. Jenis: string (atau Ekspresi dengan string resultType).

AmazonRdsForSqlServerTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AmazonRdsForSqlServerTable' (diperlukan)
typeProperties Amazon RDS untuk properti himpunan data SQL Server. AmazonRdsForSqlServerTableDatasetTypeProperties

AmazonRdsForSqlServerTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema himpunan data SQL Server. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel himpunan data SQL Server. Jenis: string (atau Ekspresi dengan string resultType).

AmazonRedshiftTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AmazonRedshiftTable' (diperlukan)
typeProperties Properti himpunan data tabel Amazon Redshift. AmazonRedshiftTableDatasetTypeProperties

AmazonRedshiftTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Amazon Redshift. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Amazon Redshift. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

AmazonS3Dataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AmazonS3Object' (diperlukan)
typeProperties Properti himpunan data Amazon S3. AmazonS3DatasetTypeProperties (diperlukan)

AmazonS3DatasetTypeProperties

Nama Deskripsi Nilai
bucketName Nama wadah Amazon S3. Jenis: string (atau Ekspresi dengan string resultType).
compression Metode kompresi data yang digunakan untuk objek Amazon S3. DatasetCompression
format Format file. DatasetStorageFormat
kunci Kunci objek Amazon S3. Jenis: string (atau Ekspresi dengan string resultType).
modifiedDatetimeEnd Akhir tanggalwaktu objek S3 yang dimodifikasi. Jenis: string (atau Ekspresi dengan string resultType).
modifiedDatetimeStart Awal tanggalwaktu objek S3 yang dimodifikasi. Jenis: string (atau Ekspresi dengan string resultType).
awalan Filter awalan untuk nama objek S3. Jenis: string (atau Ekspresi dengan string resultType).
versi Versi untuk objek S3. Jenis: string (atau Ekspresi dengan string resultType).

DatasetCompression

Nama Deskripsi Nilai
tingkat Tingkat kompresi himpunan data. Jenis: string (atau Ekspresi dengan string resultType).
jenis Jenis kompresi himpunan data. Jenis: string (atau Ekspresi dengan string resultType).
{properti yang disesuaikan}

DatasetStorageFormat

Nama Deskripsi Nilai
deserializer Deserializer. Jenis: string (atau Ekspresi dengan string resultType).
pembuat serialisasi Serializer. Jenis: string (atau Ekspresi dengan string resultType).
jenis Mengatur jenis objek AvroFormat
JsonFormat
OrcFormat
ParquetFormat
TextFormat (diperlukan)

AvroFormat

Nama Deskripsi Nilai
jenis Jenis format penyimpanan himpunan data. 'AvroFormat' (diperlukan)

JsonFormat

Nama Deskripsi Nilai
jenis Jenis format penyimpanan himpunan data. 'JsonFormat' (diperlukan)
encodingName Nama halaman kode dari pengodean pilihan. Jika tidak disediakan, nilai defaultnya adalah 'utf-8', kecuali tanda urutan byte (BOM) menunjukkan pengodean Unicode lainnya. Daftar lengkap nilai yang didukung dapat ditemukan di kolom 'Nama' dari tabel pengodean dalam referensi berikut: https://go.microsoft.com/fwlink/?linkid=861078. Jenis: string (atau Ekspresi dengan string resultType).
filePattern Pola file JSON. Agar lebih spesifik, cara memisahkan koleksi objek JSON. Nilai defaultnya adalah 'setOfObjects'. Ini peka huruf besar/kecil.
jsonNodeReference JSONPath dari elemen array JSON yang akan diratakan. Contoh: "$. ArrayPath". Jenis: string (atau Ekspresi dengan string resultType).
jsonPathDefinition Definisi JSONPath untuk setiap pemetaan kolom dengan nama kolom yang disesuaikan untuk mengekstrak data dari file JSON. Untuk bidang di bawah objek akar, mulailah dengan "$"; untuk bidang di dalam array yang dipilih oleh properti jsonNodeReference, mulai dari elemen array. Contoh: {"Column1": "$. Column1Path", "Column2": "Column2PathInArray"}. Jenis: objek (atau Ekspresi dengan objek resultType).
nestingSeparator Karakter yang digunakan untuk memisahkan tingkat bersarang. Nilai defaultnya adalah '.' (titik). Jenis: string (atau Ekspresi dengan string resultType).

OrcFormat

Nama Deskripsi Nilai
jenis Jenis format penyimpanan himpunan data. 'OrcFormat' (diperlukan)

ParquetFormat

Nama Deskripsi Nilai
jenis Jenis format penyimpanan himpunan data. 'ParquetFormat' (diperlukan)

Format Teks

Nama Deskripsi Nilai
jenis Jenis format penyimpanan himpunan data. 'TextFormat' (diperlukan)
columnDelimiter Pemisah kolom. Jenis: string (atau Ekspresi dengan string resultType).
encodingName Nama halaman kode dari pengodean pilihan. Jika tidak ada, nilai defaultnya adalah ΓÇ£utf-8ΓÇ¥, kecuali BOM menunjukkan pengodean Unicode lainnya. Lihat kolom ΓÇ£NameΓÇ¥ tabel di tautan berikut untuk mengatur nilai yang didukung: https://msdn.microsoft.com/library/system.text.encoding.aspx. Jenis: string (atau Ekspresi dengan string resultType).
escapeChar Karakter escape. Jenis: string (atau Ekspresi dengan string resultType).
firstRowAsHeader Saat digunakan sebagai input, perlakukan baris pertama data sebagai header. Saat digunakan sebagai output, tulis header ke dalam output sebagai baris pertama data. Nilai defaultnya adalah false. Jenis: boolean (atau Ekspresi dengan resultType boolean).
nullValue String nilai null. Jenis: string (atau Ekspresi dengan string resultType).
quoteChar Karakter kutipan. Jenis: string (atau Ekspresi dengan string resultType).
rowDelimiter Pemisah baris. Jenis: string (atau Ekspresi dengan string resultType).
skipLineCount Jumlah baris/baris yang akan dilewati saat mengurai file teks. Nilai default adalah 0. Jenis: bilangan bulat (atau Ekspresi dengan bilangan bulat resultType).
treatEmptyAsNull Perlakukan nilai kolom kosong dalam file teks sebagai null. Nilai defaultnya adalah true. Jenis: boolean (atau Ekspresi dengan resultType boolean).

AvroDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'Avro' (diperlukan)
typeProperties Properti himpunan data Avro. AvroDatasetTypeProperties

AvroDatasetTypeProperties

Nama Deskripsi Nilai
avroCompressionCodec Data avroCompressionCodec. Jenis: string (atau Ekspresi dengan string resultType).
avroCompressionLevel int

Batasan:
Nilai min = 1
Nilai maks = 9
lokasi Lokasi penyimpanan avro. DatasetLocation (diperlukan)

DatasetLocation

Nama Deskripsi Nilai
fileName Tentukan nama file himpunan data. Jenis: string (atau Ekspresi dengan string resultType).
folderPath Tentukan jalur folder himpunan data. Jenis: string (atau Ekspresi dengan string resultType)
jenis Mengatur jenis objek AmazonS3CompatibleLocation
AmazonS3Location
AzureBlobFSLocation
AzureBlobStorageLocation
AzureDataLakeStoreLocation
AzureFileStorageLocation
FileServerLocation
FtpServerLocation
GoogleCloudStorageLocation
HdfsLocation
HttpServerLocation
LakeHouseLocation
OracleCloudStorageLocation
SftpLocation (diperlukan)

AmazonS3CompatibleLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'AmazonS3CompatibleLocation' (diperlukan)
bucketName Tentukan bucketName yang Kompatibel dengan Amazon S3. Jenis: string (atau Ekspresi dengan string resultType)
versi Tentukan versi Amazon S3 Compatible. Jenis: string (atau Ekspresi dengan string resultType).

AmazonS3Location

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'AmazonS3Location' (diperlukan)
bucketName Tentukan bucketName amazon S3. Jenis: string (atau Ekspresi dengan string resultType)
versi Tentukan versi amazon S3. Jenis: string (atau Ekspresi dengan string resultType).

AzureBlobFSLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'AzureBlobFSLocation' (diperlukan)
fileSystem Tentukan fileSystem dari azure blobFS. Jenis: string (atau Ekspresi dengan string resultType).

AzureBlobStorageLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'AzureBlobStorageLocation' (diperlukan)
kontainer Tentukan kontainer blob azure. Jenis: string (atau Ekspresi dengan string resultType).

AzureDataLakeStoreLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'AzureDataLakeStoreLocation' (diperlukan)

AzureFileStorageLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'AzureFileStorageLocation' (diperlukan)

FileServerLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'FileServerLocation' (diperlukan)

FtpServerLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'FtpServerLocation' (diperlukan)

GoogleCloudStorageLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'GoogleCloudStorageLocation' (diperlukan)
bucketName Tentukan bucketName Google Cloud Storage. Jenis: string (atau Ekspresi dengan string resultType)
versi Tentukan versi Google Cloud Storage. Jenis: string (atau Ekspresi dengan string resultType).

HdfsLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'HdfsLocation' (diperlukan)

HttpServerLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'HttpServerLocation' (diperlukan)
relativeUrl Tentukan relativeUrl server http. Jenis: string (atau Ekspresi dengan string resultType)

LakeHouseLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'LakeHouseLocation' (diperlukan)

OracleCloudStorageLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'OracleCloudStorageLocation' (diperlukan)
bucketName Tentukan bucketName Oracle Cloud Storage. Jenis: string (atau Ekspresi dengan string resultType)
versi Tentukan versi Oracle Cloud Storage. Jenis: string (atau Ekspresi dengan string resultType).

SftpLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. 'SftpLocation' (diperlukan)

AzureBlobDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureBlob' (diperlukan)
typeProperties Properti himpunan data Azure Blob. AzureBlobDatasetTypeProperties

AzureBlobDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk penyimpanan blob. DatasetCompression
fileName Nama Azure Blob. Jenis: string (atau Ekspresi dengan string resultType).
folderPath Jalur penyimpanan Azure Blob. Jenis: string (atau Ekspresi dengan string resultType).
format Format penyimpanan Azure Blob. DatasetStorageFormat
modifiedDatetimeEnd Akhir tanggalwaktu Azure Blob yang dimodifikasi. Jenis: string (atau Ekspresi dengan string resultType).
modifiedDatetimeStart Awal tanggalwaktu Azure Blob yang dimodifikasi. Jenis: string (atau Ekspresi dengan string resultType).
tableRootLocation Akar jalur blob. Jenis: string (atau Ekspresi dengan string resultType).

AzureBlobFSDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureBlobFSFile' (diperlukan)
typeProperties Azure Data Lake Storage Gen2 properti himpunan data. AzureBlobFSDatasetTypeProperties

AzureBlobFSDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk penyimpanan blob. DatasetCompression
fileName Nama Azure Data Lake Storage Gen2. Jenis: string (atau Ekspresi dengan string resultType).
folderPath Jalur penyimpanan Azure Data Lake Storage Gen2. Jenis: string (atau Ekspresi dengan string resultType).
format Format penyimpanan Azure Data Lake Storage Gen2. DatasetStorageFormat

AzureDatabricksDeltaLakeDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureDatabricksDeltaLakeDataset' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. AzureDatabricksDeltaLakeDatasetTypeProperties

AzureDatabricksDeltaLakeDatasetTypeProperties

Nama Deskripsi Nilai
database Nama database tabel delta. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel delta. Jenis: string (atau Ekspresi dengan string resultType).

AzureDataExplorerTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureDataExplorerTable' (diperlukan)
typeProperties Properti himpunan data Azure Data Explorer (Kusto). AzureDataExplorerDatasetTypeProperties (diperlukan)

AzureDataExplorerDatasetTypeProperties

Nama Deskripsi Nilai
tabel Nama tabel database Azure Data Explorer. Jenis: string (atau Ekspresi dengan string resultType).

AzureDataLakeStoreDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureDataLakeStoreFile' (diperlukan)
typeProperties Properti himpunan data Azure Data Lake Store. AzureDataLakeStoreDatasetTypeProperties

AzureDataLakeStoreDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk item di Azure Data Lake Store. DatasetCompression
fileName Nama file di Azure Data Lake Store. Jenis: string (atau Ekspresi dengan string resultType).
folderPath Jalur ke folder di Azure Data Lake Store. Jenis: string (atau Ekspresi dengan string resultType).
format The format of the Data Lake Store. DatasetStorageFormat

AzureMariaDBTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureMariaDBTable' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

AzureMySqlTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureMySqlTable' (diperlukan)
typeProperties Properti himpunan data database Azure MySQL. AzureMySqlTableDatasetTypeProperties (diperlukan)

AzureMySqlTableDatasetTypeProperties

Nama Deskripsi Nilai
tabel Nama tabel database Azure MySQL. Jenis: string (atau Ekspresi dengan string resultType).
tableName Nama tabel database Azure MySQL. Jenis: string (atau Ekspresi dengan string resultType).

AzurePostgreSqlTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzurePostgreSqlTable' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. AzurePostgreSqlTableDatasetTypeProperties

AzurePostgreSqlTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema database Azure PostgreSQL. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel database Azure PostgreSQL. Jenis: string (atau Ekspresi dengan string resultType).
tableName Nama tabel database Azure PostgreSQL yang menyertakan skema dan tabel. Jenis: string (atau Ekspresi dengan string resultType).

AzureSearchIndexDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureSearchIndex' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. AzureSearchIndexDatasetTypeProperties (diperlukan)

AzureSearchIndexDatasetTypeProperties

Nama Deskripsi Nilai
indexName Nama Indeks Pencarian Azure. Jenis: string (atau Ekspresi dengan string resultType).

AzureSqlDWTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureSqlDWTable' (diperlukan)
typeProperties Azure SQL properti himpunan data Gudang Data. AzureSqlDWTableDatasetTypeProperties

AzureSqlDWTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Gudang Data Azure SQL. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Azure SQL Data Warehouse. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

AzureSqlMITableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureSqlMITable' (diperlukan)
typeProperties Azure SQL Managed Instance properti himpunan data. AzureSqlMITableDatasetTypeProperties

AzureSqlMITableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Azure SQL Managed Instance. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel himpunan data Azure SQL Managed Instance. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

AzureSqlTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureSqlTable' (diperlukan)
typeProperties Azure SQL properti himpunan data. AzureSqlTableDatasetTypeProperties

AzureSqlTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema database Azure SQL. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel database Azure SQL. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

AzureTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'AzureTable' (diperlukan)
typeProperties Properti himpunan data Azure Table. AzureTableDatasetTypeProperties (diperlukan)

AzureTableDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel penyimpanan Azure Table. Jenis: string (atau Ekspresi dengan string resultType).

BinaryDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'Biner' (diperlukan)
typeProperties Properti himpunan data biner. BinaryDatasetTypeProperties

BinaryDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk himpunan data biner. DatasetCompression
lokasi Lokasi penyimpanan Biner. DatasetLocation (diperlukan)

CassandraTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'CassandraTable' (diperlukan)
typeProperties Properti himpunan data Cassandra. CassandraTableDatasetTypeProperties

CassandraTableDatasetTypeProperties

Nama Deskripsi Nilai
keyspace Ruang kunci database Cassandra. Jenis: string (atau Ekspresi dengan string resultType).
tableName Nama tabel database Cassandra. Jenis: string (atau Ekspresi dengan string resultType).

CommonDataServiceForAppsEntityDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'CommonDataServiceForAppsEntity' (diperlukan)
typeProperties Properti himpunan data entitas Common Data Service for Apps. CommonDataServiceForAppsEntityDatasetTypeProperties

CommonDataServiceForAppsEntityDatasetTypeProperties

Nama Deskripsi Nilai
entityName Nama logis entitas. Jenis: string (atau Ekspresi dengan string resultType).

ConcurObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'ConcurObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

CosmosDbMongoDbApiCollectionDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'CosmosDbMongoDbApiCollection' (diperlukan)
typeProperties Properti himpunan data database CosmosDB (MongoDB API). CosmosDbMongoDbApiCollectionDatasetTypeProperties (diperlukan)

CosmosDbMongoDbApiCollectionDatasetTypeProperties

Nama Deskripsi Nilai
koleksi Nama koleksi database CosmosDB (MongoDB API). Jenis: string (atau Ekspresi dengan string resultType).

CosmosDbSqlApiCollectionDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'CosmosDbSqlApiCollection' (diperlukan)
typeProperties Properti himpunan data Koleksi CosmosDB (SQL API). CosmosDbSqlApiCollectionDatasetTypeProperties (wajib)

CosmosDbSqlApiCollectionDatasetTypeProperties

Nama Deskripsi Nilai
collectionName Nama koleksi CosmosDB (SQL API). Jenis: string (atau Ekspresi dengan string resultType).

CouchbaseTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'CouchbaseTable' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

CustomDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'CustomDataset' (diperlukan)
typeProperties Properti himpunan data kustom.

Db2TableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'Db2Table' (diperlukan)
typeProperties Properti himpunan data tabel Db2. Db2TableDatasetTypeProperties

Db2TableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Db2. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Db2. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

DelimitedTextDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'DelimitedText' (diperlukan)
typeProperties Properti himpunan data teks yang dibatasi. DelimitedTextDatasetTypeProperties

DelimitedTextDatasetTypeProperties

Nama Deskripsi Nilai
columnDelimiter Pemisah kolom. Jenis: string (atau Ekspresi dengan string resultType).
compressionCodec CompressionCodec data. Jenis: string (atau Ekspresi dengan string resultType).
compressionLevel Metode kompresi data yang digunakan untuk DelimitedText.
encodingName Nama halaman kode dari pengodean pilihan. Jika terlewat, nilai defaultnya adalah UTF-8, kecuali BOM menunjukkan pengodean Unicode lain. Lihat kolom nama tabel di tautan berikut untuk mengatur nilai yang didukung: https://msdn.microsoft.com/library/system.text.encoding.aspx. Jenis: string (atau Ekspresi dengan string resultType).
escapeChar Karakter escape. Jenis: string (atau Ekspresi dengan string resultType).
firstRowAsHeader Saat digunakan sebagai input, perlakukan baris pertama data sebagai header. Saat digunakan sebagai output, tulis header ke dalam output sebagai baris pertama data. Nilai defaultnya adalah false. Jenis: boolean (atau Ekspresi dengan resultType boolean).
lokasi Lokasi penyimpanan teks yang dibatasi. DatasetLocation (diperlukan)
nullValue String nilai null. Jenis: string (atau Ekspresi dengan string resultType).
quoteChar Karakter kutipan. Jenis: string (atau Ekspresi dengan string resultType).
rowDelimiter Pemisah baris. Jenis: string (atau Ekspresi dengan string resultType).

DocumentDbCollectionDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'DocumentDbCollection' (diperlukan)
typeProperties Properti himpunan data Kumpulan DocumentDB. DocumentDbCollectionDatasetTypeProperties (diperlukan)

DocumentDbCollectionDatasetTypeProperties

Nama Deskripsi Nilai
collectionName Nama kumpulan Database Dokumen. Jenis: string (atau Ekspresi dengan string resultType).

DrillTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'DrillTable' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. DrillDatasetTypeProperties

DrillDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Drill. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Drill. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

DynamicsAXResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'DynamicsAXResource' (diperlukan)
typeProperties Properti himpunan data sumber daya Dynamics AX OData. DynamicsAXResourceDatasetTypeProperties (diperlukan)

DynamicsAXResourceDatasetTypeProperties

Nama Deskripsi Nilai
jalur Jalur entitas Dynamics AX OData. Jenis: string (atau Ekspresi dengan string resultType).

DynamicsCrmEntityDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'DynamicsCrmEntity' (diperlukan)
typeProperties Properti himpunan data entitas Dynamics CRM. DynamicsCrmEntityDatasetTypeProperties

DynamicsCrmEntityDatasetTypeProperties

Nama Deskripsi Nilai
entityName Nama logis entitas. Jenis: string (atau Ekspresi dengan string resultType).

DynamicsEntityDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'DynamicsEntity' (diperlukan)
typeProperties Properti himpunan data entitas Dynamics. DynamicsEntityDatasetTypeProperties

DynamicsEntityDatasetTypeProperties

Nama Deskripsi Nilai
entityName Nama logis entitas. Jenis: string (atau Ekspresi dengan string resultType).

EloquaObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'EloquaObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

ExcelDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'Excel' (diperlukan)
typeProperties Properti himpunan data Excel. ExcelDatasetTypeProperties

ExcelDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk himpunan data json. DatasetCompression
firstRowAsHeader Saat digunakan sebagai input, perlakukan baris pertama data sebagai header. Saat digunakan sebagai output, tulis header ke dalam output sebagai baris pertama data. Nilai defaultnya adalah false. Jenis: boolean (atau Ekspresi dengan resultType boolean).
lokasi Lokasi penyimpanan excel. DatasetLocation (diperlukan)
nullValue String nilai null. Jenis: string (atau Ekspresi dengan string resultType).
rentang Data parsial dari satu lembar. Jenis: string (atau Ekspresi dengan string resultType).
sheetIndex Indeks lembar file excel dan nilai default adalah 0. Jenis: bilangan bulat (atau Ekspresi dengan bilangan bulat resultType)
sheetName Nama lembar file excel. Jenis: string (atau Ekspresi dengan string resultType).

FileShareDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'FileShare' (diperlukan)
typeProperties Properti himpunan data sistem file lokal. FileShareDatasetTypeProperties

FileShareDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk sistem file. DatasetCompression
fileFilter Tentukan filter yang akan digunakan untuk memilih subhimpunan file di folderPath dan bukan semua file. Jenis: string (atau Ekspresi dengan string resultType).
fileName Nama sistem file lokal. Jenis: string (atau Ekspresi dengan string resultType).
folderPath Jalur sistem file lokal. Jenis: string (atau Ekspresi dengan string resultType).
format Format file. DatasetStorageFormat
modifiedDatetimeEnd Akhir dari tanggalwaktu file yang dimodifikasi. Jenis: string (atau Ekspresi dengan string resultType).
modifiedDatetimeStart Awal tanggalwaktu file yang dimodifikasi. Jenis: string (atau Ekspresi dengan string resultType).

GoogleAdWordsObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'GoogleAdWordsObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

GoogleBigQueryObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'GoogleBigQueryObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GoogleBigQueryDatasetTypeProperties

GoogleBigQueryDatasetTypeProperties

Nama Deskripsi Nilai
dataset Nama database Google BigQuery. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Google BigQuery. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti database + tabel sebagai gantinya.

GoogleBigQueryV2ObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'GoogleBigQueryV2Object' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GoogleBigQueryV2DatasetTypeProperties

GoogleBigQueryV2DatasetTypeProperties

Nama Deskripsi Nilai
dataset Nama database Google BigQuery. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Google BigQuery. Jenis: string (atau Ekspresi dengan string resultType).

GreenplumTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'GreenplumTable' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GreenplumDatasetTypeProperties

GreenplumDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Greenplum. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Greenplum. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

HBaseObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'HBaseObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

HiveObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'HiveObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. HiveDatasetTypeProperties

HiveDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Apache Hive. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Apache Hive. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

HttpDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'HttpFile' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. HttpDatasetTypeProperties

HttpDatasetTypeProperties

Nama Deskripsi Nilai
additionalHeaders Header untuk Permintaan HTTP. misalnya request-header-name-1:request-header-value-1
...
request-header-name-n:request-header-value-n Type: string (atau Ekspresi dengan string resultType).
compression Metode kompresi data yang digunakan pada file. DatasetCompression
format Format file. DatasetStorageFormat
relativeUrl URL relatif berdasarkan URL di HttpLinkedService mengacu pada jenis file HTTP: string (atau Ekspresi dengan string resultType).
requestBody Isi untuk permintaan HTTP. Jenis: string (atau Ekspresi dengan string resultType).
requestMethod Metode HTTP untuk permintaan HTTP. Jenis: string (atau Ekspresi dengan string resultType).

HubspotObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'HubspotObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

ImpalaObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'ImpalaObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. ImpalaDatasetTypeProperties

ImpalaDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Impala. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Impala. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

InformixTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'InformixTable' (diperlukan)
typeProperties Properti himpunan data tabel Informix. InformixTableDatasetTypeProperties

InformixTableDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel Informix. Jenis: string (atau Ekspresi dengan string resultType).

JiraObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'JiraObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

JsonDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'Json' (diperlukan)
typeProperties Properti himpunan data Json. JsonDatasetTypeProperties

JsonDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk himpunan data json. DatasetCompression
encodingName Nama halaman kode dari pengodean pilihan. Jika tidak ditentukan, nilai defaultnya adalah UTF-8, kecuali BOM menunjukkan pengodean Unicode lain. Lihat kolom nama tabel di tautan berikut untuk mengatur nilai yang didukung: https://msdn.microsoft.com/library/system.text.encoding.aspx. Jenis: string (atau Ekspresi dengan string resultType).
lokasi Lokasi penyimpanan data json. DatasetLocation (diperlukan)

LakeHouseTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'LakeHouseTable' (diperlukan)
typeProperties Properti himpunan data Microsoft Fabric LakeHouse Table. LakeHouseTableDatasetTypeProperties

LakeHouseTableDatasetTypeProperties

Nama Deskripsi Nilai
tabel Nama Microsoft Fabric LakeHouse Table. Jenis: string (atau Ekspresi dengan string resultType).

MagentoObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'MagentoObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

MariaDBTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'MariaDBTable' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

MarketoObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'MarketoObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

MicrosoftAccessTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'MicrosoftAccessTable' (diperlukan)
typeProperties Properti himpunan data tabel Microsoft Access. MicrosoftAccessTableDatasetTypeProperties

MicrosoftAccessTableDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel Microsoft Access. Jenis: string (atau Ekspresi dengan string resultType).

MongoDbAtlasCollectionDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'MongoDbAtlasCollection' (diperlukan)
typeProperties Properti himpunan data database MongoDB Atlas. MongoDbAtlasCollectionDatasetTypeProperties (diperlukan)

MongoDbAtlasCollectionDatasetTypeProperties

Nama Deskripsi Nilai
koleksi Nama koleksi database MongoDB Atlas. Jenis: string (atau Ekspresi dengan string resultType).

MongoDbCollectionDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'MongoDbCollection' (diperlukan)
typeProperties Properti himpunan data database MongoDB. MongoDbCollectionDatasetTypeProperties (diperlukan)

MongoDbCollectionDatasetTypeProperties

Nama Deskripsi Nilai
collectionName Nama tabel database MongoDB. Jenis: string (atau Ekspresi dengan string resultType).

MongoDbV2CollectionDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'MongoDbV2Collection' (diperlukan)
typeProperties Properti himpunan data database MongoDB. MongoDbV2CollectionDatasetTypeProperties (diperlukan)

MongoDbV2CollectionDatasetTypeProperties

Nama Deskripsi Nilai
koleksi Nama koleksi database MongoDB. Jenis: string (atau Ekspresi dengan string resultType).

MySqlTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'MySqlTable' (diperlukan)
typeProperties Properti himpunan data tabel MySQL. MySqlTableDatasetTypeProperties

MySqlTableDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel MySQL. Jenis: string (atau Ekspresi dengan string resultType).

NetezzaTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'NetezzaTable' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. NetezzaTableDatasetTypeProperties

NetezzaTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Netezza. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Netezza. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

ODataResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'ODataResource' (diperlukan)
typeProperties Properti himpunan data OData. ODataResourceDatasetTypeProperties

ODataResourceDatasetTypeProperties

Nama Deskripsi Nilai
jalur Jalur sumber daya OData. Jenis: string (atau Ekspresi dengan string resultType).

OdbcTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'OdbcTable' (diperlukan)
typeProperties Properti himpunan data tabel ODBC. OdbcTableDatasetTypeProperties

OdbcTableDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel ODBC. Jenis: string (atau Ekspresi dengan string resultType).

Office365Dataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'Office365Table' (diperlukan)
typeProperties Properti himpunan data Office365. Office365DatasetTypeProperties (diperlukan)

Office365DatasetTypeProperties

Nama Deskripsi Nilai
Predikat Ekspresi predikat yang dapat digunakan untuk memfilter baris tertentu untuk diekstrak dari Office 365. Jenis: string (atau Ekspresi dengan string resultType).
tableName Nama himpunan data untuk diekstrak dari Office 365. Jenis: string (atau Ekspresi dengan string resultType).

OracleServiceCloudObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'OracleServiceCloudObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

OracleTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'OracleTable' (diperlukan)
typeProperties Properti himpunan data Oracle lokal. OracleTableDatasetTypeProperties

OracleTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema database Oracle lokal. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel database Oracle lokal. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

OrcDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'Orc' (diperlukan)
typeProperties Properti himpunan data ORC. OrcDatasetTypeProperties

OrcDatasetTypeProperties

Nama Deskripsi Nilai
lokasi Lokasi penyimpanan data ORC. DatasetLocation (diperlukan)
orcCompressionCodec Data orcCompressionCodec. Jenis: string (atau Ekspresi dengan string resultType).

ParquetDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'Parquet' (diperlukan)
typeProperties Properti himpunan data Parquet. ParquetDatasetTypeProperties

ParquetDatasetTypeProperties

Nama Deskripsi Nilai
compressionCodec CompressionCodec data. Jenis: string (atau Ekspresi dengan string resultType).
lokasi Lokasi penyimpanan parquet. DatasetLocation (diperlukan)

PaypalObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'PaypalObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

PhoenixObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'PhoenixObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. PhoenixDatasetTypeProperties

PhoenixDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Phoenix. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Phoenix. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

PostgreSqlTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'PostgreSqlTable' (diperlukan)
typeProperties Properti himpunan data tabel PostgreSQL. PostgreSqlTableDatasetTypeProperties

PostgreSqlTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema PostgreSQL. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel PostgreSQL. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

PostgreSqlV2TableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'PostgreSqlV2Table' (diperlukan)
typeProperties Properti himpunan data tabel PostgreSQLV2. PostgreSqlV2TableDatasetTypeProperties

PostgreSqlV2TableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema PostgreSQL. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel PostgreSQL. Jenis: string (atau Ekspresi dengan string resultType).

PrestoObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'PrestoObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. PrestoDatasetTypeProperties

PrestoDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Presto. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Presto. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

QuickBooksObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'QuickBooksObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

RelationalTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'RelationalTable' (diperlukan)
typeProperties Properti himpunan data tabel relasional. RelationalTableDatasetTypeProperties

RelationalTableDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel relasional. Jenis: string (atau Ekspresi dengan string resultType).

ResponsysObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'ResponsysObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

RestResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'RestResource' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. RestResourceDatasetTypeProperties

RestResourceDatasetTypeProperties

Nama Deskripsi Nilai
additionalHeaders Header HTTP tambahan dalam permintaan ke RESTful API. RestResourceDatasetTypePropertiesAdditionalHeaders
paginationRules Aturan penomoran halaman untuk menyusun permintaan halaman berikutnya. RestResourceDatasetTypePropertiesPaginationRules
relativeUrl URL relatif terhadap sumber daya yang disediakan RESTful API. Jenis: string (atau Ekspresi dengan string resultType).
requestBody Isi permintaan HTTP ke RESTful API jika requestMethod adalah POST. Jenis: string (atau Ekspresi dengan string resultType).
requestMethod Metode HTTP yang digunakan untuk memanggil RESTful API. Defaultnya adalah GET. Jenis: string (atau Ekspresi dengan string resultType).

RestResourceDatasetTypePropertiesAdditionalHeaders

Nama Deskripsi Nilai
{customized property}

RestResourceDatasetTypePropertiesPaginationRules

Nama Deskripsi Nilai
{customized property}

SalesforceMarketingCloudObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SalesforceMarketingCloudObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

SalesforceObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SalesforceObject' (diperlukan)
typeProperties Properti himpunan data objek Salesforce. SalesforceObjectDatasetTypeProperties

SalesforceObjectDatasetTypeProperties

Nama Deskripsi Nilai
objectApiName Nama API objek Salesforce. Jenis: string (atau Ekspresi dengan string resultType).

SalesforceServiceCloudObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SalesforceServiceCloudObject' (diperlukan)
typeProperties Properti himpunan data objek Salesforce Service Cloud. SalesforceServiceCloudObjectDatasetTypeProperties

SalesforceServiceCloudObjectDatasetTypeProperties

Nama Deskripsi Nilai
objectApiName Nama API objek Salesforce Service Cloud. Jenis: string (atau Ekspresi dengan string resultType).

SalesforceServiceCloudV2ObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SalesforceServiceCloudV2Object' (diperlukan)
typeProperties Properti himpunan data objek Salesforce Service Cloud V2. SalesforceServiceCloudV2ObjectDatasetTypeProperties

SalesforceServiceCloudV2ObjectDatasetTypeProperties

Nama Deskripsi Nilai
objectApiName Nama API objek Salesforce Service Cloud V2. Jenis: string (atau Ekspresi dengan string resultType).
reportId ReportId Salesforce Service Cloud V2. Jenis: string (atau Ekspresi dengan string resultType).

SalesforceV2ObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SalesforceV2Object' (diperlukan)
typeProperties Properti himpunan data objek Salesforce V2. SalesforceV2ObjectDatasetTypeProperties

SalesforceV2ObjectDatasetTypeProperties

Nama Deskripsi Nilai
objectApiName Nama API objek Salesforce V2. Jenis: string (atau Ekspresi dengan string resultType).
reportId Id laporan Salesforce V2. Ketik: string (atau Ekspresi dengan string resultType).

SapBwCubeDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SapBwCube' (diperlukan)

SapCloudForCustomerResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SapCloudForCustomerResource' (diperlukan)
typeProperties Properti himpunan data sumber daya SAP Cloud For Customer OData. SapCloudForCustomerResourceDatasetTypeProperties (diperlukan)

SapCloudForCustomerResourceDatasetTypeProperties

Nama Deskripsi Nilai
jalur Jalur entitas OData SAP Cloud for Customer. Jenis: string (atau Ekspresi dengan string resultType).

SapEccResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SapEccResource' (diperlukan)
typeProperties Properti himpunan data sumber daya SAP ECC OData. SapEccResourceDatasetTypeProperties (diperlukan)

SapEccResourceDatasetTypeProperties

Nama Deskripsi Nilai
jalur Jalur entitas OData SAP ECC. Jenis: string (atau Ekspresi dengan string resultType).

SapHanaTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SapHanaTable' (diperlukan)
typeProperties Properti Tabel SAP Hana. SapHanaTableDatasetTypeProperties

SapHanaTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema SAP Hana. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel SAP Hana. Jenis: string (atau Ekspresi dengan string resultType).

SapOdpResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SapOdpResource' (diperlukan)
typeProperties Properti Sumber Daya SAP ODP. SapOdpResourceDatasetTypeProperties (diperlukan)

SapOdpResourceDatasetTypeProperties

Nama Deskripsi Nilai
konteks Konteks Objek SAP ODP. Jenis: string (atau Ekspresi dengan string resultType).
objectName Nama Objek SAP ODP. Jenis: string (atau Ekspresi dengan string resultType).

SapOpenHubTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SapOpenHubTable' (diperlukan)
typeProperties Properti Tabel Tujuan Open Hub Sap Business Warehouse. SapOpenHubTableDatasetTypeProperties (diperlukan)

SapOpenHubTableDatasetTypeProperties

Nama Deskripsi Nilai
baseRequestId ID permintaan untuk pemuatan delta. Setelah ditetapkan, hanya data dengan requestId yang lebih besar dari nilai properti ini yang akan diambil. Nilai default adalah 0. Jenis: bilangan bulat (atau Ekspresi dengan bilangan bulat resultType ).
excludeLastRequest Apakah akan mengecualikan rekaman permintaan terakhir. Nilai defaultnya adalah true. Jenis: boolean (atau Ekspresi dengan resultType boolean).
openHubDestinationName Nama Tujuan Open Hub dengan jenis tujuan sebagai Tabel Database. Jenis: string (atau Ekspresi dengan string resultType).

SapTableResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SapTableResource' (diperlukan)
typeProperties Properti Sumber Daya Tabel SAP. SapTableResourceDatasetTypeProperties (diperlukan)

SapTableResourceDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama Tabel SAP. Jenis: string (atau Ekspresi dengan string resultType).

ServiceNowObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'ServiceNowObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

ServiceNowV2ObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'ServiceNowV2Object' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

SharePointOnlineListResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SharePointOnlineListResource' (diperlukan)
typeProperties Properti himpunan data daftar online Sharepoint. SharePointOnlineListDatasetTypeProperties

SharePointOnlineListDatasetTypeProperties

Nama Deskripsi Nilai
listName Nama daftar SharePoint Online. Jenis: string (atau Ekspresi dengan string resultType).

ShopifyObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'ShopifyObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

SnowflakeDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SnowflakeTable' (diperlukan)
typeProperties Properti himpunan data Snowflake. SnowflakeDatasetTypeProperties (wajib)

SnowflakeDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema database Snowflake. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel database Snowflake. Jenis: string (atau Ekspresi dengan string resultType).

SnowflakeV2Dataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SnowflakeV2Table' (diperlukan)
typeProperties Properti himpunan data Snowflake. SnowflakeDatasetTypeProperties (wajib)

SparkObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SparkObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. SparkDatasetTypeProperties

SparkDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Spark. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Spark. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

SqlServerTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SqlServerTable' (diperlukan)
typeProperties Properti himpunan data SQL Server lokal. SqlServerTableDatasetTypeProperties

SqlServerTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema himpunan data SQL Server. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel himpunan data SQL Server. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

SquareObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SquareObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

SybaseTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'SybaseTable' (diperlukan)
typeProperties Properti himpunan data tabel Sybase. SybaseTableDatasetTypeProperties

SybaseTableDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel Sybase. Jenis: string (atau Ekspresi dengan string resultType).

TeradataTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'TeradataTable' (diperlukan)
typeProperties Properti himpunan data Teradata. TeradataTableDatasetTypeProperties

TeradataTableDatasetTypeProperties

Nama Deskripsi Nilai
database Nama database Teradata. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Teradata. Jenis: string (atau Ekspresi dengan string resultType).

VerticaTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'VerticaTable' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. VerticaDatasetTypeProperties

VerticaDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Vertica. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Vertica. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

WarehouseTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'WarehouseTable' (diperlukan)
typeProperties Properti himpunan data Microsoft Fabric Warehouse. WarehouseTableDatasetTypeProperties

WarehouseTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Microsoft Fabric Warehouse. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Microsoft Fabric Warehouse. Jenis: string (atau Ekspresi dengan string resultType).

WebTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'WebTable' (diperlukan)
typeProperties Properti himpunan data tabel web. WebTableDatasetTypeProperties (diperlukan)

WebTableDatasetTypeProperties

Nama Deskripsi Nilai
indeks Indeks tabel berbasis nol di halaman web. Jenis: bilangan bulat (atau Ekspresi dengan bilangan bulat resultType), minimum: 0.
jalur URL relatif ke halaman web dari URL layanan tertaut. Jenis: string (atau Ekspresi dengan string resultType).

XeroObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'XeroObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

XmlDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'Xml' (diperlukan)
typeProperties Properti himpunan data Xml. XmlDatasetTypeProperties

XmlDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk himpunan data json. DatasetCompression
encodingName Nama halaman kode dari pengodean pilihan. Jika tidak ditentukan, nilai defaultnya adalah UTF-8, kecuali BOM menunjukkan pengodean Unicode lain. Lihat kolom nama tabel di tautan berikut untuk mengatur nilai yang didukung: https://msdn.microsoft.com/library/system.text.encoding.aspx. Jenis: string (atau Ekspresi dengan string resultType).
lokasi Lokasi penyimpanan data json. DatasetLocation (diperlukan)
nullValue String nilai null. Jenis: string (atau Ekspresi dengan string resultType).

ZohoObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. 'ZohoObject' (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

Templat Mulai Cepat

Templat mulai cepat berikut menyebarkan jenis sumber daya ini.

Templat Deskripsi
Lebih banyak dimungkinkan dengan Azure Data Factory - Satu klik untuk mencoba Azure Data Factory

Sebarkan ke Azure
Templat ini membuat alur pabrik data untuk aktivitas salin dari Azure Blob ke Azure Blob lain
Membuat Data Factory, menyalin dari Salesforce ke Blob

Sebarkan ke Azure
Templat ini menggunakan Azure Data Factory untuk melakukan pergerakan data dari Salesforce ke Azure Blobs
Menyalin secara massal menggunakan Azure Data Factory

Sebarkan ke Azure
Templat ini membuat pabrik data V2 yang menyalin data secara massal database Azure SQL ke gudang data Azure SQL.
Membuat pabrik data V2

Sebarkan ke Azure
Templat ini membuat pabrik data V2 yang menyalin data dari folder dalam Azure Blob Storage ke folder lain di penyimpanan.
Membuat pabrik data V2 (MySQL)

Sebarkan ke Azure
Templat ini membuat pabrik data V2 yang menyalin data dari folder dalam Azure Blob Storage ke tabel dalam Azure Database for MySQL.
Membuat pabrik data V2 (PostGre)

Sebarkan ke Azure
Templat ini membuat pabrik data V2 yang menyalin data dari folder dalam Azure Blob Storage ke tabel dalam Azure Database for PostgreSQL.
Membuat pabrik data V2 (SQL)

Sebarkan ke Azure
Templat ini membuat pabrik data V2 yang menyalin data dari folder dalam Azure Blob Storage ke tabel dalam database Azure SQL.
Membuat pabrik data V2 (SQL On-prem)

Sebarkan ke Azure
Templat ini membuat pabrik data V2 yang menyalin data dari SQL Server lokal ke penyimpanan blob Azure

Definisi sumber daya Terraform (penyedia AzAPI)

Jenis sumber daya pabrik/himpunan data dapat disebarkan dengan operasi yang menargetkan:

  • Grup sumber daya

Untuk daftar properti yang diubah di setiap versi API, lihat log perubahan.

Format sumber daya

Untuk membuat sumber daya Microsoft.DataFactory/factories/datasets, tambahkan Terraform berikut ke templat Anda.

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

Objek himpunan data

Atur properti jenis untuk menentukan jenis objek.

Untuk AmazonMWSObject, gunakan:

  type = "AmazonMWSObject"
  typeProperties = {}

Untuk AmazonRdsForOracleTable, gunakan:

  type = "AmazonRdsForOracleTable"
  typeProperties = {}

Untuk AmazonRdsForSqlServerTable, gunakan:

  type = "AmazonRdsForSqlServerTable"
  typeProperties = {}

Untuk AmazonRedshiftTable, gunakan:

  type = "AmazonRedshiftTable"
  typeProperties = {}

Untuk AmazonS3Object, gunakan:

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

Untuk Avro, gunakan:

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

Untuk AzureBlob, gunakan:

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

Untuk AzureBlobFSFile, gunakan:

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

Untuk AzureDatabricksDeltaLakeDataset, gunakan:

  type = "AzureDatabricksDeltaLakeDataset"
  typeProperties = {}

Untuk AzureDataExplorerTable, gunakan:

  type = "AzureDataExplorerTable"
  typeProperties = {}

Untuk AzureDataLakeStoreFile, gunakan:

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

Untuk AzureMariaDBTable, gunakan:

  type = "AzureMariaDBTable"
  typeProperties = {}

Untuk AzureMySqlTable, gunakan:

  type = "AzureMySqlTable"
  typeProperties = {}

Untuk AzurePostgreSqlTable, gunakan:

  type = "AzurePostgreSqlTable"
  typeProperties = {}

Untuk AzureSearchIndex, gunakan:

  type = "AzureSearchIndex"
  typeProperties = {}

Untuk AzureSqlDWTable, gunakan:

  type = "AzureSqlDWTable"
  typeProperties = {}

Untuk AzureSqlMITable, gunakan:

  type = "AzureSqlMITable"
  typeProperties = {}

Untuk AzureSqlTable, gunakan:

  type = "AzureSqlTable"
  typeProperties = {}

Untuk AzureTable, gunakan:

  type = "AzureTable"
  typeProperties = {}

Untuk Biner, gunakan:

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

Untuk CassandraTable, gunakan:

  type = "CassandraTable"
  typeProperties = {}

Untuk CommonDataServiceForAppsEntity, gunakan:

  type = "CommonDataServiceForAppsEntity"
  typeProperties = {}

Untuk ConcurObject, gunakan:

  type = "ConcurObject"
  typeProperties = {}

Untuk CosmosDbMongoDbApiCollection, gunakan:

  type = "CosmosDbMongoDbApiCollection"
  typeProperties = {}

Untuk CosmosDbSqlApiCollection, gunakan:

  type = "CosmosDbSqlApiCollection"
  typeProperties = {}

Untuk CouchbaseTable, gunakan:

  type = "CouchbaseTable"
  typeProperties = {}

Untuk CustomDataset, gunakan:

  type = "CustomDataset"

Untuk Db2Table, gunakan:

  type = "Db2Table"
  typeProperties = {}

Untuk DelimitedText, gunakan:

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

Untuk DocumentDbCollection, gunakan:

  type = "DocumentDbCollection"
  typeProperties = {}

Untuk DrillTable, gunakan:

  type = "DrillTable"
  typeProperties = {}

Untuk DynamicsAXResource, gunakan:

  type = "DynamicsAXResource"
  typeProperties = {}

Untuk DynamicsCrmEntity, gunakan:

  type = "DynamicsCrmEntity"
  typeProperties = {}

Untuk DynamicsEntity, gunakan:

  type = "DynamicsEntity"
  typeProperties = {}

Untuk EloquaObject, gunakan:

  type = "EloquaObject"
  typeProperties = {}

Untuk Excel, gunakan:

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

Untuk FileShare, gunakan:

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

Untuk GoogleAdWordsObject, gunakan:

  type = "GoogleAdWordsObject"
  typeProperties = {}

Untuk GoogleBigQueryObject, gunakan:

  type = "GoogleBigQueryObject"
  typeProperties = {}

Untuk GoogleBigQueryV2Object, gunakan:

  type = "GoogleBigQueryV2Object"
  typeProperties = {}

Untuk GreenplumTable, gunakan:

  type = "GreenplumTable"
  typeProperties = {}

Untuk HBaseObject, gunakan:

  type = "HBaseObject"
  typeProperties = {}

Untuk HiveObject, gunakan:

  type = "HiveObject"
  typeProperties = {}

Untuk HttpFile, gunakan:

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

Untuk HubspotObject, gunakan:

  type = "HubspotObject"
  typeProperties = {}

Untuk ImpalaObject, gunakan:

  type = "ImpalaObject"
  typeProperties = {}

Untuk InformixTable, gunakan:

  type = "InformixTable"
  typeProperties = {}

Untuk JiraObject, gunakan:

  type = "JiraObject"
  typeProperties = {}

Untuk Json, gunakan:

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

Untuk LakeHouseTable, gunakan:

  type = "LakeHouseTable"
  typeProperties = {}

Untuk MagentoObject, gunakan:

  type = "MagentoObject"
  typeProperties = {}

Untuk MariaDBTable, gunakan:

  type = "MariaDBTable"
  typeProperties = {}

Untuk MarketoObject, gunakan:

  type = "MarketoObject"
  typeProperties = {}

Untuk MicrosoftAccessTable, gunakan:

  type = "MicrosoftAccessTable"
  typeProperties = {}

Untuk MongoDbAtlasCollection, gunakan:

  type = "MongoDbAtlasCollection"
  typeProperties = {}

Untuk MongoDbCollection, gunakan:

  type = "MongoDbCollection"
  typeProperties = {}

Untuk MongoDbV2Collection, gunakan:

  type = "MongoDbV2Collection"
  typeProperties = {}

Untuk MySqlTable, gunakan:

  type = "MySqlTable"
  typeProperties = {}

Untuk NetezzaTable, gunakan:

  type = "NetezzaTable"
  typeProperties = {}

Untuk ODataResource, gunakan:

  type = "ODataResource"
  typeProperties = {}

Untuk OdbcTable, gunakan:

  type = "OdbcTable"
  typeProperties = {}

Untuk Office365Table, gunakan:

  type = "Office365Table"
  typeProperties = {}

Untuk OracleServiceCloudObject, gunakan:

  type = "OracleServiceCloudObject"
  typeProperties = {}

Untuk OracleTable, gunakan:

  type = "OracleTable"
  typeProperties = {}

Untuk Orc, gunakan:

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

Untuk Parquet, gunakan:

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

Untuk PaypalObject, gunakan:

  type = "PaypalObject"
  typeProperties = {}

Untuk PhoenixObject, gunakan:

  type = "PhoenixObject"
  typeProperties = {}

Untuk PostgreSqlTable, gunakan:

  type = "PostgreSqlTable"
  typeProperties = {}

Untuk PostgreSqlV2Table, gunakan:

  type = "PostgreSqlV2Table"
  typeProperties = {}

Untuk PrestoObject, gunakan:

  type = "PrestoObject"
  typeProperties = {}

Untuk QuickBooksObject, gunakan:

  type = "QuickBooksObject"
  typeProperties = {}

Untuk RelationalTable, gunakan:

  type = "RelationalTable"
  typeProperties = {}

Untuk ResponsysObject, gunakan:

  type = "ResponsysObject"
  typeProperties = {}

Untuk RestResource, gunakan:

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

Untuk SalesforceMarketingCloudObject, gunakan:

  type = "SalesforceMarketingCloudObject"
  typeProperties = {}

Untuk SalesforceObject, gunakan:

  type = "SalesforceObject"
  typeProperties = {}

Untuk SalesforceServiceCloudObject, gunakan:

  type = "SalesforceServiceCloudObject"
  typeProperties = {}

Untuk SalesforceServiceCloudV2Object, gunakan:

  type = "SalesforceServiceCloudV2Object"
  typeProperties = {}

Untuk SalesforceV2Object, gunakan:

  type = "SalesforceV2Object"
  typeProperties = {}

Untuk SapBwCube, gunakan:

  type = "SapBwCube"

Untuk SapCloudForCustomerResource, gunakan:

  type = "SapCloudForCustomerResource"
  typeProperties = {}

Untuk SapEccResource, gunakan:

  type = "SapEccResource"
  typeProperties = {}

Untuk SapHanaTable, gunakan:

  type = "SapHanaTable"
  typeProperties = {}

Untuk SapOdpResource, gunakan:

  type = "SapOdpResource"
  typeProperties = {}

Untuk SapOpenHubTable, gunakan:

  type = "SapOpenHubTable"
  typeProperties = {}

Untuk SapTableResource, gunakan:

  type = "SapTableResource"
  typeProperties = {}

Untuk ServiceNowObject, gunakan:

  type = "ServiceNowObject"
  typeProperties = {}

Untuk ServiceNowV2Object, gunakan:

  type = "ServiceNowV2Object"
  typeProperties = {}

Untuk SharePointOnlineListResource, gunakan:

  type = "SharePointOnlineListResource"
  typeProperties = {}

Untuk ShopifyObject, gunakan:

  type = "ShopifyObject"
  typeProperties = {}

Untuk SnowflakeTable, gunakan:

  type = "SnowflakeTable"
  typeProperties = {}

Untuk SnowflakeV2Table, gunakan:

  type = "SnowflakeV2Table"
  typeProperties = {}

Untuk SparkObject, gunakan:

  type = "SparkObject"
  typeProperties = {}

Untuk SqlServerTable, gunakan:

  type = "SqlServerTable"
  typeProperties = {}

Untuk SquareObject, gunakan:

  type = "SquareObject"
  typeProperties = {}

Untuk SybaseTable, gunakan:

  type = "SybaseTable"
  typeProperties = {}

Untuk TeradataTable, gunakan:

  type = "TeradataTable"
  typeProperties = {}

Untuk VerticaTable, gunakan:

  type = "VerticaTable"
  typeProperties = {}

Untuk WarehouseTable, gunakan:

  type = "WarehouseTable"
  typeProperties = {}

Untuk WebTable, gunakan:

  type = "WebTable"
  typeProperties = {}

Untuk XeroObject, gunakan:

  type = "XeroObject"
  typeProperties = {}

Untuk Xml, gunakan:

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

Untuk ZohoObject, gunakan:

  type = "ZohoObject"
  typeProperties = {}

Objek DatasetStorageFormat

Atur properti jenis untuk menentukan jenis objek.

Untuk AvroFormat, gunakan:

  type = "AvroFormat"

Untuk JsonFormat, gunakan:

  type = "JsonFormat"

Untuk OrcFormat, gunakan:

  type = "OrcFormat"

Untuk ParquetFormat, gunakan:

  type = "ParquetFormat"

Untuk TextFormat, gunakan:

  type = "TextFormat"

Objek DatasetLocation

Atur properti jenis untuk menentukan jenis objek.

Untuk AmazonS3CompatibleLocation, gunakan:

  type = "AmazonS3CompatibleLocation"

Untuk AmazonS3Location, gunakan:

  type = "AmazonS3Location"

Untuk AzureBlobFSLocation, gunakan:

  type = "AzureBlobFSLocation"

Untuk AzureBlobStorageLocation, gunakan:

  type = "AzureBlobStorageLocation"

Untuk AzureDataLakeStoreLocation, gunakan:

  type = "AzureDataLakeStoreLocation"

Untuk AzureFileStorageLocation, gunakan:

  type = "AzureFileStorageLocation"

Untuk FileServerLocation, gunakan:

  type = "FileServerLocation"

Untuk FtpServerLocation, gunakan:

  type = "FtpServerLocation"

Untuk GoogleCloudStorageLocation, gunakan:

  type = "GoogleCloudStorageLocation"

Untuk HdfsLocation, gunakan:

  type = "HdfsLocation"

Untuk HttpServerLocation, gunakan:

  type = "HttpServerLocation"

Untuk LakeHouseLocation, gunakan:

  type = "LakeHouseLocation"

Untuk OracleCloudStorageLocation, gunakan:

  type = "OracleCloudStorageLocation"

Untuk SftpLocation, gunakan:

  type = "SftpLocation"

Nilai properti

pabrik/himpunan data

Nama Deskripsi Nilai
jenis Jenis sumber daya "Microsoft.DataFactory/factories/datasets@2018-06-01"
nama Nama sumber daya string (diperlukan)

Batas karakter: 1-260

Karakter yang valid:
Tidak dapat menggunakan:
<>*#.%&:\\+?/- atau karakter kontrol

Mulai dengan alfanumerik.
parent_id ID sumber daya yang merupakan induk untuk sumber daya ini. ID untuk sumber daya jenis: pabrik
properti Properti himpunan data. Himpunan data (diperlukan)

Himpunan Data

Nama Deskripsi Nilai
anotasi Daftar tag yang dapat digunakan untuk menjelaskan Himpunan Data. any[]
deskripsi Deskripsi himpunan data. string
folder Folder tempat Himpunan Data ini berada. Jika tidak ditentukan, Himpunan Data akan muncul di tingkat akar. DatasetFolder
linkedServiceName Referensi layanan tertaut. LinkedServiceReference (diperlukan)
parameter Parameter untuk himpunan data. ParameterDefinitionSpecification
schema Kolom yang menentukan skema jenis fisik himpunan data. Jenis: array (atau Ekspresi dengan array resultType), itemType: DatasetSchemaDataElement.
Struktur Kolom yang menentukan struktur himpunan data. Jenis: array (atau Ekspresi dengan array resultType), itemType: DatasetDataElement.
jenis Mengatur jenis objek AmazonMWSObject
AmazonRdsForOracleTable
AmazonRdsForSqlServerTable
AmazonRedshiftTable
AmazonS3Object
Avro
AzureBlob
AzureBlobFSFile
AzureDatabricksDeltaLakeDataset
AzureDataExplorerTable
AzureDataLakeStoreFile
AzureMariaDBTable
AzureMySqlTable
AzurePostgreSqlTable
AzureSearchIndex
AzureSqlDWTable
AzureSqlMITable
AzureSqlTable
AzureTable
Biner
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 (diperlukan)

DatasetFolder

Nama Deskripsi Nilai
nama Nama folder tempat Himpunan Data ini berada. string

LinkedServiceReference

Nama Deskripsi Nilai
parameter Argumen untuk LinkedService. ParameterValueSpecification
referenceName Referensi Nama LinkedService. string (diperlukan)
jenis Jenis referensi layanan tertaut. "LinkedServiceReference" (diperlukan)

ParameterValueSpecification

Nama Deskripsi Nilai
{properti yang disesuaikan}

ParameterDefinitionSpecification

Nama Deskripsi Nilai
{properti yang disesuaikan} ParameterSpecification

ParameterSpecification

Nama Deskripsi Nilai
defaultValue Nilai default parameter.
jenis Jenis parameter. "Array"
"Bool"
"Float"
"Int"
"Objek"
"SecureString"
"String" (diperlukan)

AmazonMWSObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "AmazonMWSObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

GenericDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel. Jenis: string (atau Ekspresi dengan string resultType).

AmazonRdsForOracleTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "AmazonRdsForOracleTable" (diperlukan)
typeProperties Properti himpunan data AmazonRdsForOracle. AmazonRdsForOracleTableDatasetTypeProperties

AmazonRdsForOracleTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema database AmazonRdsForOracle. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel database AmazonRdsForOracle. Jenis: string (atau Ekspresi dengan string resultType).

AmazonRdsForSqlServerTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "AmazonRdsForSqlServerTable" (diperlukan)
typeProperties Amazon RDS untuk properti himpunan data SQL Server. AmazonRdsForSqlServerTableDatasetTypeProperties

AmazonRdsForSqlServerTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema himpunan data SQL Server. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel himpunan data SQL Server. Jenis: string (atau Ekspresi dengan string resultType).

AmazonRedshiftTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "AmazonRedshiftTable" (diperlukan)
typeProperties Properti himpunan data tabel Amazon Redshift. AmazonRedshiftTableDatasetTypeProperties

AmazonRedshiftTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Amazon Redshift. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Amazon Redshift. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

AmazonS3Dataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "AmazonS3Object" (diperlukan)
typeProperties Properti himpunan data Amazon S3. AmazonS3DatasetTypeProperties (diperlukan)

AmazonS3DatasetTypeProperties

Nama Deskripsi Nilai
bucketName Nama wadah Amazon S3. Jenis: string (atau Ekspresi dengan string resultType).
compression Metode kompresi data yang digunakan untuk objek Amazon S3. DatasetCompression
format Format file. DatasetStorageFormat
kunci Kunci objek Amazon S3. Jenis: string (atau Ekspresi dengan string resultType).
modifiedDatetimeEnd Akhir tanggalwaktu objek S3 yang dimodifikasi. Jenis: string (atau Ekspresi dengan string resultType).
modifiedDatetimeStart Awal tanggalwaktu objek S3 yang dimodifikasi. Jenis: string (atau Ekspresi dengan string resultType).
awalan Filter awalan untuk nama objek S3. Jenis: string (atau Ekspresi dengan string resultType).
versi Versi untuk objek S3. Jenis: string (atau Ekspresi dengan string resultType).

DatasetCompression

Nama Deskripsi Nilai
tingkat Tingkat kompresi himpunan data. Jenis: string (atau Ekspresi dengan string resultType).
jenis Jenis kompresi himpunan data. Jenis: string (atau Ekspresi dengan string resultType).
{properti yang disesuaikan}

DatasetStorageFormat

Nama Deskripsi Nilai
deserializer Deserializer. Jenis: string (atau Ekspresi dengan string resultType).
pembuat serialisasi Serializer. Jenis: string (atau Ekspresi dengan string resultType).
jenis Mengatur jenis objek AvroFormat
JsonFormat
OrcFormat
ParquetFormat
TextFormat (diperlukan)

AvroFormat

Nama Deskripsi Nilai
jenis Jenis format penyimpanan himpunan data. "AvroFormat" (diperlukan)

JsonFormat

Nama Deskripsi Nilai
jenis Jenis format penyimpanan himpunan data. "JsonFormat" (diperlukan)
encodingName Nama halaman kode dari pengodean pilihan. Jika tidak disediakan, nilai defaultnya adalah 'utf-8', kecuali tanda urutan byte (BOM) menunjukkan pengodean Unicode lainnya. Daftar lengkap nilai yang didukung dapat ditemukan di kolom 'Nama' dari tabel pengodean dalam referensi berikut: https://go.microsoft.com/fwlink/?linkid=861078. Jenis: string (atau Ekspresi dengan string resultType).
filePattern Pola file JSON. Agar lebih spesifik, cara memisahkan koleksi objek JSON. Nilai defaultnya adalah 'setOfObjects'. Ini peka huruf besar/kecil.
jsonNodeReference JSONPath dari elemen array JSON yang akan diratakan. Contoh: "$. ArrayPath". Jenis: string (atau Ekspresi dengan string resultType).
jsonPathDefinition Definisi JSONPath untuk setiap pemetaan kolom dengan nama kolom yang disesuaikan untuk mengekstrak data dari file JSON. Untuk bidang di bawah objek akar, mulailah dengan "$"; untuk bidang di dalam array yang dipilih oleh properti jsonNodeReference, mulai dari elemen array. Contoh: {"Column1": "$. Column1Path", "Column2": "Column2PathInArray"}. Jenis: objek (atau Ekspresi dengan objek resultType).
nestingSeparator Karakter yang digunakan untuk memisahkan tingkat bersarang. Nilai defaultnya adalah '.' (titik). Jenis: string (atau Ekspresi dengan string resultType).

OrcFormat

Nama Deskripsi Nilai
jenis Jenis format penyimpanan himpunan data. "OrcFormat" (diperlukan)

ParquetFormat

Nama Deskripsi Nilai
jenis Jenis format penyimpanan himpunan data. "ParquetFormat" (diperlukan)

Format Teks

Nama Deskripsi Nilai
jenis Jenis format penyimpanan himpunan data. "TextFormat" (diperlukan)
columnDelimiter Pemisah kolom. Jenis: string (atau Ekspresi dengan string resultType).
encodingName Nama halaman kode dari pengodean pilihan. Jika tidak ada, nilai defaultnya adalah ΓÇ£utf-8ΓÇ¥, kecuali BOM menunjukkan pengodean Unicode lainnya. Lihat kolom ΓÇ£NameΓÇ¥ tabel di tautan berikut untuk mengatur nilai yang didukung: https://msdn.microsoft.com/library/system.text.encoding.aspx. Jenis: string (atau Ekspresi dengan string resultType).
escapeChar Karakter escape. Jenis: string (atau Ekspresi dengan string resultType).
firstRowAsHeader Saat digunakan sebagai input, perlakukan baris pertama data sebagai header. Saat digunakan sebagai output, tulis header ke dalam output sebagai baris pertama data. Nilai defaultnya adalah false. Jenis: boolean (atau Ekspresi dengan resultType boolean).
nullValue String nilai null. Jenis: string (atau Ekspresi dengan string resultType).
quoteChar Karakter kutipan. Jenis: string (atau Ekspresi dengan string resultType).
rowDelimiter Pemisah baris. Jenis: string (atau Ekspresi dengan string resultType).
skipLineCount Jumlah baris/baris yang akan dilewati saat mengurai file teks. Nilai default adalah 0. Jenis: bilangan bulat (atau Ekspresi dengan bilangan bulat resultType).
treatEmptyAsNull Perlakukan nilai kolom kosong dalam file teks sebagai null. Nilai defaultnya adalah true. Jenis: boolean (atau Ekspresi dengan resultType boolean).

AvroDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "Avro" (diperlukan)
typeProperties Properti himpunan data Avro. AvroDatasetTypeProperties

AvroDatasetTypeProperties

Nama Deskripsi Nilai
avroCompressionCodec Data avroCompressionCodec. Jenis: string (atau Ekspresi dengan string resultType).
avroCompressionLevel int

Batasan:
Nilai min = 1
Nilai maks = 9
lokasi Lokasi penyimpanan avro. DatasetLocation (diperlukan)

DatasetLocation

Nama Deskripsi Nilai
fileName Tentukan nama file himpunan data. Jenis: string (atau Ekspresi dengan string resultType).
folderPath Tentukan jalur folder himpunan data. Jenis: string (atau Ekspresi dengan string resultType)
jenis Mengatur jenis objek AmazonS3CompatibleLocation
AmazonS3Location
AzureBlobFSLocation
AzureBlobStorageLocation
AzureDataLakeStoreLocation
AzureFileStorageLocation
FileServerLocation
FtpServerLocation
GoogleCloudStorageLocation
HdfsLocation
HttpServerLocation
LakeHouseLocation
OracleCloudStorageLocation
SftpLocation (diperlukan)

AmazonS3CompatibleLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. "AmazonS3CompatibleLocation" (diperlukan)
bucketName Tentukan bucketName yang Kompatibel dengan Amazon S3. Jenis: string (atau Ekspresi dengan string resultType)
versi Tentukan versi Amazon S3 Compatible. Jenis: string (atau Ekspresi dengan string resultType).

AmazonS3Location

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. "AmazonS3Location" (diperlukan)
bucketName Tentukan bucketName amazon S3. Jenis: string (atau Ekspresi dengan string resultType)
versi Tentukan versi amazon S3. Jenis: string (atau Ekspresi dengan string resultType).

AzureBlobFSLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. "AzureBlobFSLocation" (diperlukan)
fileSystem Tentukan fileSystem dari azure blobFS. Jenis: string (atau Ekspresi dengan string resultType).

AzureBlobStorageLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. "AzureBlobStorageLocation" (diperlukan)
kontainer Tentukan kontainer blob azure. Jenis: string (atau Ekspresi dengan string resultType).

AzureDataLakeStoreLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. "AzureDataLakeStoreLocation" (diperlukan)

AzureFileStorageLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. "AzureFileStorageLocation" (diperlukan)

FileServerLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. "FileServerLocation" (diperlukan)

FtpServerLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. "FtpServerLocation" (diperlukan)

GoogleCloudStorageLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. "GoogleCloudStorageLocation" (diperlukan)
bucketName Tentukan bucketName Google Cloud Storage. Jenis: string (atau Ekspresi dengan string resultType)
versi Tentukan versi Google Cloud Storage. Jenis: string (atau Ekspresi dengan string resultType).

HdfsLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. "HdfsLocation" (diperlukan)

HttpServerLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. "HttpServerLocation" (diperlukan)
relativeUrl Tentukan relativeUrl server http. Jenis: string (atau Ekspresi dengan string resultType)

LakeHouseLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. "LakeHouseLocation" (diperlukan)

OracleCloudStorageLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. "OracleCloudStorageLocation" (diperlukan)
bucketName Tentukan bucketName Oracle Cloud Storage. Jenis: string (atau Ekspresi dengan string resultType)
versi Tentukan versi Oracle Cloud Storage. Jenis: string (atau Ekspresi dengan string resultType).

SftpLocation

Nama Deskripsi Nilai
jenis Jenis lokasi penyimpanan himpunan data. "SftpLocation" (diperlukan)

AzureBlobDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "AzureBlob" (diperlukan)
typeProperties Properti himpunan data Azure Blob. AzureBlobDatasetTypeProperties

AzureBlobDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk penyimpanan blob. DatasetCompression
fileName Nama Azure Blob. Jenis: string (atau Ekspresi dengan string resultType).
folderPath Jalur penyimpanan Azure Blob. Jenis: string (atau Ekspresi dengan string resultType).
format Format penyimpanan Azure Blob. DatasetStorageFormat
modifiedDatetimeEnd Akhir tanggalwaktu Azure Blob yang dimodifikasi. Jenis: string (atau Ekspresi dengan string resultType).
modifiedDatetimeStart Awal tanggalwaktu Azure Blob yang dimodifikasi. Jenis: string (atau Ekspresi dengan string resultType).
tableRootLocation Akar jalur blob. Jenis: string (atau Ekspresi dengan string resultType).

AzureBlobFSDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "AzureBlobFSFile" (diperlukan)
typeProperties Azure Data Lake Storage Gen2 properti himpunan data. AzureBlobFSDatasetTypeProperties

AzureBlobFSDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk penyimpanan blob. DatasetCompression
fileName Nama Azure Data Lake Storage Gen2. Jenis: string (atau Ekspresi dengan string resultType).
folderPath Jalur penyimpanan Azure Data Lake Storage Gen2. Jenis: string (atau Ekspresi dengan string resultType).
format Format penyimpanan Azure Data Lake Storage Gen2. DatasetStorageFormat

AzureDatabricksDeltaLakeDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "AzureDatabricksDeltaLakeDataset" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. AzureDatabricksDeltaLakeDatasetTypeProperties

AzureDatabricksDeltaLakeDatasetTypeProperties

Nama Deskripsi Nilai
database Nama database tabel delta. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel delta. Jenis: string (atau Ekspresi dengan string resultType).

AzureDataExplorerTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "AzureDataExplorerTable" (diperlukan)
typeProperties Properti himpunan data Azure Data Explorer (Kusto). AzureDataExplorerDatasetTypeProperties (diperlukan)

AzureDataExplorerDatasetTypeProperties

Nama Deskripsi Nilai
tabel Nama tabel database Azure Data Explorer. Jenis: string (atau Ekspresi dengan string resultType).

AzureDataLakeStoreDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "AzureDataLakeStoreFile" (diperlukan)
typeProperties Properti himpunan data Azure Data Lake Store. AzureDataLakeStoreDatasetTypeProperties

AzureDataLakeStoreDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk item di Azure Data Lake Store. DatasetCompression
fileName Nama file di Azure Data Lake Store. Jenis: string (atau Ekspresi dengan string resultType).
folderPath Jalur ke folder di Azure Data Lake Store. Jenis: string (atau Ekspresi dengan string resultType).
format The format of the Data Lake Store. DatasetStorageFormat

AzureMariaDBTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "AzureMariaDBTable" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

AzureMySqlTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "AzureMySqlTable" (diperlukan)
typeProperties Properti himpunan data database Azure MySQL. AzureMySqlTableDatasetTypeProperties (diperlukan)

AzureMySqlTableDatasetTypeProperties

Nama Deskripsi Nilai
tabel Nama tabel database Azure MySQL. Jenis: string (atau Ekspresi dengan string resultType).
tableName Nama tabel database Azure MySQL. Jenis: string (atau Ekspresi dengan string resultType).

AzurePostgreSqlTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "AzurePostgreSqlTable" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. AzurePostgreSqlTableDatasetTypeProperties

AzurePostgreSqlTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema database Azure PostgreSQL. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel database Azure PostgreSQL. Jenis: string (atau Ekspresi dengan string resultType).
tableName Nama tabel database Azure PostgreSQL yang menyertakan skema dan tabel. Jenis: string (atau Ekspresi dengan string resultType).

AzureSearchIndexDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "AzureSearchIndex" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. AzureSearchIndexDatasetTypeProperties (diperlukan)

AzureSearchIndexDatasetTypeProperties

Nama Deskripsi Nilai
indexName Nama Indeks Pencarian Azure. Jenis: string (atau Ekspresi dengan string resultType).

AzureSqlDWTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "AzureSqlDWTable" (diperlukan)
typeProperties Azure SQL properti himpunan data Gudang Data. AzureSqlDWTableDatasetTypeProperties

AzureSqlDWTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema gudang data Azure SQL. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Azure SQL Gudang Data. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

AzureSqlMITableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "AzureSqlMITable" (diperlukan)
typeProperties Azure SQL Managed Instance properti himpunan data. AzureSqlMITableDatasetTypeProperties

AzureSqlMITableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Azure SQL Managed Instance. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel himpunan data Azure SQL Managed Instance. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

AzureSqlTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "AzureSqlTable" (diperlukan)
typeProperties Azure SQL properti himpunan data. AzureSqlTableDatasetTypeProperties

AzureSqlTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema database Azure SQL. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel database Azure SQL. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

AzureTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "AzureTable" (diperlukan)
typeProperties Properti himpunan data Azure Table. AzureTableDatasetTypeProperties (diperlukan)

AzureTableDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel penyimpanan Azure Table. Jenis: string (atau Ekspresi dengan string resultType).

BinaryDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "Biner" (diperlukan)
typeProperties Properti himpunan data biner. BinaryDatasetTypeProperties

BinaryDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk himpunan data biner. DatasetCompression
lokasi Lokasi penyimpanan Biner. DatasetLocation (diperlukan)

CassandraTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "CassandraTable" (diperlukan)
typeProperties Properti himpunan data Cassandra. CassandraTableDatasetTypeProperties

CassandraTableDatasetTypeProperties

Nama Deskripsi Nilai
keyspace Ruang kunci database Cassandra. Jenis: string (atau Ekspresi dengan string resultType).
tableName Nama tabel database Cassandra. Jenis: string (atau Ekspresi dengan string resultType).

CommonDataServiceForAppsEntityDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "CommonDataServiceForAppsEntity" (diperlukan)
typeProperties Properti himpunan data entitas Common Data Service for Apps. CommonDataServiceForAppsEntityDatasetTypeProperties

CommonDataServiceForAppsEntityDatasetTypeProperties

Nama Deskripsi Nilai
entityName Nama logis entitas. Jenis: string (atau Ekspresi dengan string resultType).

ConcurObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "ConcurObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

CosmosDbMongoDbApiCollectionDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "CosmosDbMongoDbApiCollection" (diperlukan)
typeProperties Properti himpunan data database CosmosDB (MongoDB API). CosmosDbMongoDbApiCollectionDatasetTypeProperties (diperlukan)

CosmosDbMongoDbApiCollectionDatasetTypeProperties

Nama Deskripsi Nilai
koleksi Nama koleksi database CosmosDB (MongoDB API). Jenis: string (atau Ekspresi dengan string resultType).

CosmosDbSqlApiCollectionDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "CosmosDbSqlApiCollection" (diperlukan)
typeProperties Properti himpunan data Koleksi CosmosDB (SQL API). CosmosDbSqlApiCollectionDatasetTypeProperties (diperlukan)

CosmosDbSqlApiCollectionDatasetTypeProperties

Nama Deskripsi Nilai
collectionName Nama koleksi CosmosDB (SQL API). Jenis: string (atau Ekspresi dengan string resultType).

CouchbaseTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "CouchbaseTable" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

CustomDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "CustomDataset" (diperlukan)
typeProperties Properti himpunan data kustom.

Db2TableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "Db2Table" (diperlukan)
typeProperties Properti himpunan data tabel Db2. Db2TableDatasetTypeProperties

Db2TableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Db2. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Db2. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

DelimitedTextDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "DelimitedText" (diperlukan)
typeProperties Properti himpunan data teks yang dibatasi. DelimitedTextDatasetTypeProperties

DelimitedTextDatasetTypeProperties

Nama Deskripsi Nilai
columnDelimiter Pemisah kolom. Jenis: string (atau Ekspresi dengan string resultType).
compressionCodec CompressionCodec data. Jenis: string (atau Ekspresi dengan string resultType).
compressionLevel Metode kompresi data yang digunakan untuk DelimitedText.
encodingName Nama halaman kode dari pengodean pilihan. Jika terlewat, nilai defaultnya adalah UTF-8, kecuali BOM menunjukkan pengodean Unicode lain. Lihat kolom nama tabel di tautan berikut untuk mengatur nilai yang didukung: https://msdn.microsoft.com/library/system.text.encoding.aspx. Jenis: string (atau Ekspresi dengan string resultType).
escapeChar Karakter escape. Jenis: string (atau Ekspresi dengan string resultType).
firstRowAsHeader Saat digunakan sebagai input, perlakukan baris pertama data sebagai header. Saat digunakan sebagai output, tulis header ke dalam output sebagai baris pertama data. Nilai defaultnya adalah false. Jenis: boolean (atau Ekspresi dengan resultType boolean).
lokasi Lokasi penyimpanan teks yang dibatasi. DatasetLocation (diperlukan)
nullValue String nilai null. Jenis: string (atau Ekspresi dengan string resultType).
quoteChar Karakter kutipan. Jenis: string (atau Ekspresi dengan string resultType).
rowDelimiter Pemisah baris. Jenis: string (atau Ekspresi dengan string resultType).

DocumentDbCollectionDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "DocumentDbCollection" (diperlukan)
typeProperties Properti himpunan data Kumpulan DocumentDB. DocumentDbCollectionDatasetTypeProperties (diperlukan)

DocumentDbCollectionDatasetTypeProperties

Nama Deskripsi Nilai
collectionName Nama kumpulan Database Dokumen. Jenis: string (atau Ekspresi dengan string resultType).

DrillTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "DrillTable" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. DrillDatasetTypeProperties

DrillDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Drill. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Drill. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

DynamicsAXResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "DynamicsAXResource" (diperlukan)
typeProperties Properti himpunan data sumber daya Dynamics AX OData. DynamicsAXResourceDatasetTypeProperties (diperlukan)

DynamicsAXResourceDatasetTypeProperties

Nama Deskripsi Nilai
jalur Jalur entitas Dynamics AX OData. Jenis: string (atau Ekspresi dengan string resultType).

DynamicsCrmEntityDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "DynamicsCrmEntity" (diperlukan)
typeProperties Properti himpunan data entitas Dynamics CRM. DynamicsCrmEntityDatasetTypeProperties

DynamicsCrmEntityDatasetTypeProperties

Nama Deskripsi Nilai
entityName Nama logis entitas. Jenis: string (atau Ekspresi dengan string resultType).

DynamicsEntityDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "DynamicsEntity" (diperlukan)
typeProperties Properti himpunan data entitas Dynamics. DynamicsEntityDatasetTypeProperties

DynamicsEntityDatasetTypeProperties

Nama Deskripsi Nilai
entityName Nama logis entitas. Jenis: string (atau Ekspresi dengan string resultType).

EloquaObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "EloquaObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

ExcelDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "Excel" (diperlukan)
typeProperties Properti himpunan data Excel. ExcelDatasetTypeProperties

ExcelDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk himpunan data json. DatasetCompression
firstRowAsHeader Saat digunakan sebagai input, perlakukan baris pertama data sebagai header. Saat digunakan sebagai output, tulis header ke dalam output sebagai baris pertama data. Nilai defaultnya adalah false. Jenis: boolean (atau Ekspresi dengan resultType boolean).
lokasi Lokasi penyimpanan excel. DatasetLocation (diperlukan)
nullValue String nilai null. Jenis: string (atau Ekspresi dengan string resultType).
rentang Data parsial dari satu lembar. Jenis: string (atau Ekspresi dengan string resultType).
sheetIndex Indeks lembar file excel dan nilai default adalah 0. Jenis: bilangan bulat (atau Ekspresi dengan bilangan bulat resultType)
sheetName Nama lembar file excel. Jenis: string (atau Ekspresi dengan string resultType).

FileShareDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "FileShare" (diperlukan)
typeProperties Properti himpunan data sistem file lokal. FileShareDatasetTypeProperties

FileShareDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk sistem file. DatasetCompression
fileFilter Tentukan filter yang akan digunakan untuk memilih subhimpunan file di folderPath dan bukan semua file. Jenis: string (atau Ekspresi dengan string resultType).
fileName Nama sistem file lokal. Jenis: string (atau Ekspresi dengan string resultType).
folderPath Jalur sistem file lokal. Jenis: string (atau Ekspresi dengan string resultType).
format Format file. DatasetStorageFormat
modifiedDatetimeEnd Akhir dari tanggalwaktu file yang dimodifikasi. Jenis: string (atau Ekspresi dengan string resultType).
modifiedDatetimeStart Awal tanggalwaktu file yang dimodifikasi. Jenis: string (atau Ekspresi dengan string resultType).

GoogleAdWordsObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "GoogleAdWordsObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

GoogleBigQueryObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "GoogleBigQueryObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GoogleBigQueryDatasetTypeProperties

GoogleBigQueryDatasetTypeProperties

Nama Deskripsi Nilai
dataset Nama database Google BigQuery. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Google BigQuery. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti database + tabel sebagai gantinya.

GoogleBigQueryV2ObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "GoogleBigQueryV2Object" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GoogleBigQueryV2DatasetTypeProperties

GoogleBigQueryV2DatasetTypeProperties

Nama Deskripsi Nilai
dataset Nama database Google BigQuery. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Google BigQuery. Jenis: string (atau Ekspresi dengan string resultType).

GreenplumTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "GreenplumTable" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GreenplumDatasetTypeProperties

GreenplumDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Greenplum. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Greenplum. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

HBaseObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "HBaseObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

HiveObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "HiveObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. HiveDatasetTypeProperties

HiveDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Apache Hive. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Apache Hive. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

HttpDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "HttpFile" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. HttpDatasetTypeProperties

HttpDatasetTypeProperties

Nama Deskripsi Nilai
additionalHeaders Header untuk Permintaan HTTP. misalnya request-header-name-1:request-header-value-1
...
request-header-name-n:request-header-value-n Type: string (atau Ekspresi dengan string resultType).
compression Metode kompresi data yang digunakan pada file. DatasetCompression
format Format file. DatasetStorageFormat
relativeUrl URL relatif berdasarkan URL di HttpLinkedService mengacu pada Jenis file HTTP: string (atau Ekspresi dengan string resultType).
requestBody Isi untuk permintaan HTTP. Jenis: string (atau Ekspresi dengan string resultType).
requestMethod Metode HTTP untuk permintaan HTTP. Jenis: string (atau Ekspresi dengan string resultType).

HubspotObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "HubspotObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

ImpalaObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "ImpalaObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. ImpalaDatasetTypeProperties

ImpalaDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Impala. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Impala. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

InformixTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "InformixTable" (diperlukan)
typeProperties Properti himpunan data tabel Informix. InformixTableDatasetTypeProperties

InformixTableDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel Informix. Jenis: string (atau Ekspresi dengan string resultType).

JiraObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "JiraObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

JsonDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "Json" (diperlukan)
typeProperties Properti himpunan data Json. JsonDatasetTypeProperties

JsonDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk himpunan data json. DatasetCompression
encodingName Nama halaman kode dari pengodean pilihan. Jika tidak ditentukan, nilai defaultnya adalah UTF-8, kecuali BOM menunjukkan pengodean Unicode lain. Lihat kolom nama tabel di tautan berikut untuk mengatur nilai yang didukung: https://msdn.microsoft.com/library/system.text.encoding.aspx. Jenis: string (atau Ekspresi dengan string resultType).
lokasi Lokasi penyimpanan data json. DatasetLocation (diperlukan)

LakeHouseTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "LakeHouseTable" (diperlukan)
typeProperties Properti himpunan data Microsoft Fabric LakeHouse Table. LakeHouseTableDatasetTypeProperties

LakeHouseTableDatasetTypeProperties

Nama Deskripsi Nilai
tabel Nama Microsoft Fabric LakeHouse Table. Jenis: string (atau Ekspresi dengan string resultType).

MagentoObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "MagentoObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

MariaDBTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "MariaDBTable" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

MarketoObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "MarketoObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

MicrosoftAccessTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "MicrosoftAccessTable" (diperlukan)
typeProperties Properti himpunan data tabel Microsoft Access. MicrosoftAccessTableDatasetTypeProperties

MicrosoftAccessTableDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel Microsoft Access. Jenis: string (atau Ekspresi dengan string resultType).

MongoDbAtlasCollectionDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "MongoDbAtlasCollection" (diperlukan)
typeProperties Properti himpunan data database MongoDB Atlas. MongoDbAtlasCollectionDatasetTypeProperties (diperlukan)

MongoDbAtlasCollectionDatasetTypeProperties

Nama Deskripsi Nilai
koleksi Nama koleksi database MongoDB Atlas. Jenis: string (atau Ekspresi dengan string resultType).

MongoDbCollectionDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "MongoDbCollection" (diperlukan)
typeProperties Properti himpunan data database MongoDB. MongoDbCollectionDatasetTypeProperties (diperlukan)

MongoDbCollectionDatasetTypeProperties

Nama Deskripsi Nilai
collectionName Nama tabel database MongoDB. Jenis: string (atau Ekspresi dengan string resultType).

MongoDbV2CollectionDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "MongoDbV2Collection" (diperlukan)
typeProperties Properti himpunan data database MongoDB. MongoDbV2CollectionDatasetTypeProperties (diperlukan)

MongoDbV2CollectionDatasetTypeProperties

Nama Deskripsi Nilai
koleksi Nama koleksi database MongoDB. Jenis: string (atau Ekspresi dengan string resultType).

MySqlTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "MySqlTable" (diperlukan)
typeProperties Properti himpunan data tabel MySQL. MySqlTableDatasetTypeProperties

MySqlTableDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel MySQL. Jenis: string (atau Ekspresi dengan string resultType).

NetezzaTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "NetezzaTable" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. NetezzaTableDatasetTypeProperties

NetezzaTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Netezza. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Netezza. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

ODataResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "ODataResource" (diperlukan)
typeProperties Properti himpunan data OData. ODataResourceDatasetTypeProperties

ODataResourceDatasetTypeProperties

Nama Deskripsi Nilai
jalur Jalur sumber daya OData. Jenis: string (atau Ekspresi dengan string resultType).

OdbcTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "OdbcTable" (diperlukan)
typeProperties Properti himpunan data tabel ODBC. OdbcTableDatasetTypeProperties

OdbcTableDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel ODBC. Jenis: string (atau Ekspresi dengan string resultType).

Office365Dataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "Office365Table" (diperlukan)
typeProperties Properti himpunan data Office365. Office365DatasetTypeProperties (diperlukan)

Office365DatasetTypeProperties

Nama Deskripsi Nilai
Predikat Ekspresi predikat yang dapat digunakan untuk memfilter baris tertentu untuk diekstrak dari Office 365. Jenis: string (atau Ekspresi dengan string resultType).
tableName Nama himpunan data untuk diekstrak dari Office 365. Jenis: string (atau Ekspresi dengan string resultType).

OracleServiceCloudObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "OracleServiceCloudObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

OracleTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "OracleTable" (diperlukan)
typeProperties Properti himpunan data Oracle lokal. OracleTableDatasetTypeProperties

OracleTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema database Oracle lokal. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel database Oracle lokal. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

OrcDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "Orc" (diperlukan)
typeProperties Properti himpunan data ORC. OrcDatasetTypeProperties

OrcDatasetTypeProperties

Nama Deskripsi Nilai
lokasi Lokasi penyimpanan data ORC. DatasetLocation (diperlukan)
orcCompressionCodec Data orcCompressionCodec. Jenis: string (atau Ekspresi dengan string resultType).

ParquetDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "Parquet" (diperlukan)
typeProperties Properti himpunan data Parquet. ParquetDatasetTypeProperties

ParquetDatasetTypeProperties

Nama Deskripsi Nilai
compressionCodec CompressionCodec data. Jenis: string (atau Ekspresi dengan string resultType).
lokasi Lokasi penyimpanan parquet. DatasetLocation (diperlukan)

PaypalObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "PaypalObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

PhoenixObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "PhoenixObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. PhoenixDatasetTypeProperties

PhoenixDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Phoenix. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Phoenix. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

PostgreSqlTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "PostgreSqlTable" (diperlukan)
typeProperties Properti himpunan data tabel PostgreSQL. PostgreSqlTableDatasetTypeProperties

PostgreSqlTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema PostgreSQL. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel PostgreSQL. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

PostgreSqlV2TableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "PostgreSqlV2Table" (diperlukan)
typeProperties Properti himpunan data tabel PostgreSQLV2. PostgreSqlV2TableDatasetTypeProperties

PostgreSqlV2TableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema PostgreSQL. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel PostgreSQL. Jenis: string (atau Ekspresi dengan string resultType).

PrestoObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "PrestoObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. PrestoDatasetTypeProperties

PrestoDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Presto. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Presto. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

QuickBooksObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "QuickBooksObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

RelationalTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "RelationalTable" (diperlukan)
typeProperties Properti himpunan data tabel relasional. RelationalTableDatasetTypeProperties

RelationalTableDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel relasional. Jenis: string (atau Ekspresi dengan string resultType).

ResponsysObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "ResponsysObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

RestResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "RestResource" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. RestResourceDatasetTypeProperties

RestResourceDatasetTypeProperties

Nama Deskripsi Nilai
additionalHeaders Header HTTP tambahan dalam permintaan ke RESTful API. RestResourceDatasetTypePropertiesAdditionalHeaders
paginationRules Aturan penomoran halaman untuk menyusun permintaan halaman berikutnya. RestResourceDatasetTypePropertiesPaginationRules
relativeUrl URL relatif terhadap sumber daya yang disediakan RESTful API. Jenis: string (atau Ekspresi dengan string resultType).
requestBody Isi permintaan HTTP ke RESTful API jika requestMethod adalah POST. Jenis: string (atau Ekspresi dengan string resultType).
requestMethod Metode HTTP yang digunakan untuk memanggil RESTful API. Defaultnya adalah GET. Jenis: string (atau Ekspresi dengan string resultType).

RestResourceDatasetTypePropertiesAdditionalHeaders

Nama Deskripsi Nilai
{customized property}

RestResourceDatasetTypePropertiesPaginationRules

Nama Deskripsi Nilai
{customized property}

SalesforceMarketingCloudObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "SalesforceMarketingCloudObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

SalesforceObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "SalesforceObject" (diperlukan)
typeProperties Properti himpunan data objek Salesforce. SalesforceObjectDatasetTypeProperties

SalesforceObjectDatasetTypeProperties

Nama Deskripsi Nilai
objectApiName Nama API objek Salesforce. Jenis: string (atau Ekspresi dengan string resultType).

SalesforceServiceCloudObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "SalesforceServiceCloudObject" (diperlukan)
typeProperties Properti himpunan data objek Salesforce Service Cloud. SalesforceServiceCloudObjectDatasetTypeProperties

SalesforceServiceCloudObjectDatasetTypeProperties

Nama Deskripsi Nilai
objectApiName Nama API objek Salesforce Service Cloud. Jenis: string (atau Ekspresi dengan string resultType).

SalesforceServiceCloudV2ObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "SalesforceServiceCloudV2Object" (diperlukan)
typeProperties Properti himpunan data objek Salesforce Service Cloud V2. SalesforceServiceCloudV2ObjectDatasetTypeProperties

SalesforceServiceCloudV2ObjectDatasetTypeProperties

Nama Deskripsi Nilai
objectApiName Nama API objek Salesforce Service Cloud V2. Jenis: string (atau Ekspresi dengan string resultType).
reportId ReportId Salesforce Service Cloud V2. Jenis: string (atau Ekspresi dengan string resultType).

SalesforceV2ObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "SalesforceV2Object" (diperlukan)
typeProperties Properti himpunan data objek Salesforce V2. SalesforceV2ObjectDatasetTypeProperties

SalesforceV2ObjectDatasetTypeProperties

Nama Deskripsi Nilai
objectApiName Nama API objek Salesforce V2. Jenis: string (atau Ekspresi dengan string resultType).
reportId Id laporan Salesforce V2. Ketik: string (atau Ekspresi dengan string resultType).

SapBwCubeDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "SapBwCube" (diperlukan)

SapCloudForCustomerResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "SapCloudForCustomerResource" (diperlukan)
typeProperties Properti himpunan data sumber daya SAP Cloud For Customer OData. SapCloudForCustomerResourceDatasetTypeProperties (diperlukan)

SapCloudForCustomerResourceDatasetTypeProperties

Nama Deskripsi Nilai
jalur Jalur entitas SAP Cloud for Customer OData. Jenis: string (atau Ekspresi dengan string resultType).

SapEccResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "SapEccResource" (diperlukan)
typeProperties Properti himpunan data sumber daya SAP ECC OData. SapEccResourceDatasetTypeProperties (diperlukan)

SapEccResourceDatasetTypeProperties

Nama Deskripsi Nilai
jalur Jalur entitas SAP ECC OData. Jenis: string (atau Ekspresi dengan string resultType).

SapHanaTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "SapHanaTable" (diperlukan)
typeProperties Properti Tabel SAP Hana. SapHanaTableDatasetTypeProperties

SapHanaTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema SAP Hana. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel SAP Hana. Jenis: string (atau Ekspresi dengan string resultType).

SapOdpResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "SapOdpResource" (diperlukan)
typeProperties Properti Sumber Daya SAP ODP. SapOdpResourceDatasetTypeProperties (diperlukan)

SapOdpResourceDatasetTypeProperties

Nama Deskripsi Nilai
konteks Konteks Objek SAP ODP. Jenis: string (atau Ekspresi dengan string resultType).
objectName Nama Objek SAP ODP. Jenis: string (atau Ekspresi dengan string resultType).

SapOpenHubTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "SapOpenHubTable" (diperlukan)
typeProperties Properti Tabel Tujuan Open Hub Sap Business Warehouse. SapOpenHubTableDatasetTypeProperties (diperlukan)

SapOpenHubTableDatasetTypeProperties

Nama Deskripsi Nilai
baseRequestId ID permintaan untuk pemuatan delta. Setelah ditetapkan, hanya data dengan requestId yang lebih besar dari nilai properti ini yang akan diambil. Nilai default adalah 0. Jenis: bilangan bulat (atau Ekspresi dengan bilangan bulat resultType ).
excludeLastRequest Apakah akan mengecualikan rekaman permintaan terakhir. Nilai defaultnya adalah true. Jenis: boolean (atau Ekspresi dengan resultType boolean).
openHubDestinationName Nama Tujuan Open Hub dengan jenis tujuan sebagai Tabel Database. Jenis: string (atau Ekspresi dengan string resultType).

SapTableResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "SapTableResource" (diperlukan)
typeProperties Properti Sumber Daya Tabel SAP. SapTableResourceDatasetTypeProperties (diperlukan)

SapTableResourceDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama Tabel SAP. Jenis: string (atau Ekspresi dengan string resultType).

ServiceNowObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "ServiceNowObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

ServiceNowV2ObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "ServiceNowV2Object" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

SharePointOnlineListResourceDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "SharePointOnlineListResource" (diperlukan)
typeProperties Properti himpunan data daftar online Sharepoint. SharePointOnlineListDatasetTypeProperties

SharePointOnlineListDatasetTypeProperties

Nama Deskripsi Nilai
listName Nama daftar SharePoint Online. Jenis: string (atau Ekspresi dengan string resultType).

ShopifyObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "ShopifyObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

SnowflakeDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "SnowflakeTable" (diperlukan)
typeProperties Properti himpunan data Snowflake. SnowflakeDatasetTypeProperties (wajib)

SnowflakeDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema database Snowflake. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel database Snowflake. Jenis: string (atau Ekspresi dengan string resultType).

SnowflakeV2Dataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "SnowflakeV2Table" (diperlukan)
typeProperties Properti himpunan data Snowflake. SnowflakeDatasetTypeProperties (wajib)

SparkObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "SparkObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. SparkDatasetTypeProperties

SparkDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Spark. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Spark. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

SqlServerTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "SqlServerTable" (diperlukan)
typeProperties Properti himpunan data SQL Server lokal. SqlServerTableDatasetTypeProperties

SqlServerTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema himpunan data SQL Server. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel himpunan data SQL Server. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

SquareObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "SquareObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

SybaseTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "SybaseTable" (diperlukan)
typeProperties Properti himpunan data tabel Sybase. SybaseTableDatasetTypeProperties

SybaseTableDatasetTypeProperties

Nama Deskripsi Nilai
tableName Nama tabel Sybase. Jenis: string (atau Ekspresi dengan string resultType).

TeradataTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "TeradataTable" (diperlukan)
typeProperties Properti himpunan data Teradata. TeradataTableDatasetTypeProperties

TeradataTableDatasetTypeProperties

Nama Deskripsi Nilai
database Nama database Teradata. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Teradata. Jenis: string (atau Ekspresi dengan string resultType).

VerticaTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "VerticaTable" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. VerticaDatasetTypeProperties

VerticaDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Vertica. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Vertica. Jenis: string (atau Ekspresi dengan string resultType).
tableName Properti ini akan dihentikan. Harap pertimbangkan untuk menggunakan properti skema + tabel sebagai gantinya.

WarehouseTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "WarehouseTable" (diperlukan)
typeProperties Properti himpunan data Microsoft Fabric Warehouse. WarehouseTableDatasetTypeProperties

WarehouseTableDatasetTypeProperties

Nama Deskripsi Nilai
schema Nama skema Microsoft Fabric Warehouse. Jenis: string (atau Ekspresi dengan string resultType).
tabel Nama tabel Microsoft Fabric Warehouse. Jenis: string (atau Ekspresi dengan string resultType).

WebTableDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "WebTable" (diperlukan)
typeProperties Properti himpunan data tabel web. WebTableDatasetTypeProperties (diperlukan)

WebTableDatasetTypeProperties

Nama Deskripsi Nilai
indeks Indeks tabel berbasis nol di halaman web. Jenis: bilangan bulat (atau Ekspresi dengan bilangan bulat resultType), minimum: 0.
jalur URL relatif ke halaman web dari URL layanan tertaut. Jenis: string (atau Ekspresi dengan string resultType).

XeroObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "XeroObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties

XmlDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "Xml" (diperlukan)
typeProperties Properti himpunan data xml. XmlDatasetTypeProperties

XmlDatasetTypeProperties

Nama Deskripsi Nilai
compression Metode kompresi data yang digunakan untuk himpunan data json. DatasetCompression
encodingName Nama halaman kode dari pengodean pilihan. Jika tidak ditentukan, nilai defaultnya adalah UTF-8, kecuali BOM menunjukkan pengodean Unicode lain. Lihat kolom nama tabel di tautan berikut untuk mengatur nilai yang didukung: https://msdn.microsoft.com/library/system.text.encoding.aspx. Jenis: string (atau Ekspresi dengan string resultType).
lokasi Lokasi penyimpanan data json. DatasetLocation (diperlukan)
nullValue String nilai null. Jenis: string (atau Ekspresi dengan string resultType).

ZohoObjectDataset

Nama Deskripsi Nilai
jenis Jenis himpunan data. "ZohoObject" (diperlukan)
typeProperties Properti khusus untuk jenis himpunan data ini. GenericDatasetTypeProperties