@azure/arm-datafactory 17.0.1-alpha.20241218.1 → 18.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +36 -7
- package/README.md +0 -1
- package/dist/index.js +179 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/src/dataFactoryManagementClient.js +1 -1
- package/dist-esm/src/models/index.d.ts +76 -7
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +6 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +175 -0
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/package.json +27 -27
- package/review/arm-datafactory.api.md +48 -6
- package/src/dataFactoryManagementClient.ts +1 -1
- package/src/models/index.ts +81 -3
- package/src/models/mappers.ts +211 -0
- package/tsconfig.json +2 -2
- package/types/arm-datafactory.d.ts +79 -7
|
@@ -32,7 +32,7 @@ export class DataFactoryManagementClient extends coreClient.ServiceClient {
|
|
|
32
32
|
requestContentType: "application/json; charset=utf-8",
|
|
33
33
|
credential: credentials,
|
|
34
34
|
};
|
|
35
|
-
const packageDetails = `azsdk-js-arm-datafactory/
|
|
35
|
+
const packageDetails = `azsdk-js-arm-datafactory/18.0.0`;
|
|
36
36
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
37
37
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
38
38
|
: `${packageDetails}`;
|
|
@@ -4,7 +4,7 @@ export type IntegrationRuntimeUnion = IntegrationRuntime | ManagedIntegrationRun
|
|
|
4
4
|
export type IntegrationRuntimeStatusUnion = IntegrationRuntimeStatus | ManagedIntegrationRuntimeStatus | SelfHostedIntegrationRuntimeStatus;
|
|
5
5
|
export type SsisObjectMetadataUnion = SsisObjectMetadata | SsisFolder | SsisProject | SsisPackage | SsisEnvironment;
|
|
6
6
|
export type LinkedServiceUnion = LinkedService | AzureStorageLinkedService | AzureBlobStorageLinkedService | AzureTableStorageLinkedService | AzureSqlDWLinkedService | SqlServerLinkedService | AmazonRdsForSqlServerLinkedService | AzureSqlDatabaseLinkedService | AzureSqlMILinkedService | AzureBatchLinkedService | AzureKeyVaultLinkedService | CosmosDbLinkedService | DynamicsLinkedService | DynamicsCrmLinkedService | CommonDataServiceForAppsLinkedService | HDInsightLinkedService | FileServerLinkedService | AzureFileStorageLinkedService | AmazonS3CompatibleLinkedService | OracleCloudStorageLinkedService | GoogleCloudStorageLinkedService | OracleLinkedService | AmazonRdsForOracleLinkedService | AzureMySqlLinkedService | MySqlLinkedService | PostgreSqlLinkedService | PostgreSqlV2LinkedService | SybaseLinkedService | Db2LinkedService | TeradataLinkedService | AzureMLLinkedService | AzureMLServiceLinkedService | OdbcLinkedService | InformixLinkedService | MicrosoftAccessLinkedService | HdfsLinkedService | ODataLinkedService | WebLinkedService | CassandraLinkedService | MongoDbLinkedService | MongoDbAtlasLinkedService | MongoDbV2LinkedService | CosmosDbMongoDbApiLinkedService | AzureDataLakeStoreLinkedService | AzureBlobFSLinkedService | Office365LinkedService | SalesforceLinkedService | SalesforceServiceCloudLinkedService | SapCloudForCustomerLinkedService | SapEccLinkedService | SapOpenHubLinkedService | SapOdpLinkedService | RestServiceLinkedService | TeamDeskLinkedService | QuickbaseLinkedService | SmartsheetLinkedService | ZendeskLinkedService | DataworldLinkedService | AppFiguresLinkedService | AsanaLinkedService | TwilioLinkedService | GoogleSheetsLinkedService | AmazonS3LinkedService | AmazonRedshiftLinkedService | CustomDataSourceLinkedService | AzureSearchLinkedService | HttpLinkedService | FtpServerLinkedService | SftpServerLinkedService | SapBWLinkedService | SapHanaLinkedService | AmazonMWSLinkedService | AzurePostgreSqlLinkedService | ConcurLinkedService | CouchbaseLinkedService | DrillLinkedService | EloquaLinkedService | GoogleBigQueryLinkedService | GoogleBigQueryV2LinkedService | GreenplumLinkedService | HBaseLinkedService | HiveLinkedService | HubspotLinkedService | ImpalaLinkedService | JiraLinkedService | MagentoLinkedService | MariaDBLinkedService | AzureMariaDBLinkedService | MarketoLinkedService | PaypalLinkedService | PhoenixLinkedService | PrestoLinkedService | QuickBooksLinkedService | ServiceNowLinkedService | ShopifyLinkedService | SparkLinkedService | SquareLinkedService | XeroLinkedService | ZohoLinkedService | VerticaLinkedService | NetezzaLinkedService | SalesforceMarketingCloudLinkedService | HDInsightOnDemandLinkedService | AzureDataLakeAnalyticsLinkedService | AzureDatabricksLinkedService | AzureDatabricksDeltaLakeLinkedService | ResponsysLinkedService | DynamicsAXLinkedService | OracleServiceCloudLinkedService | GoogleAdWordsLinkedService | SapTableLinkedService | AzureDataExplorerLinkedService | AzureFunctionLinkedService | SnowflakeLinkedService | SnowflakeV2LinkedService | SharePointOnlineListLinkedService | AzureSynapseArtifactsLinkedService | LakeHouseLinkedService | SalesforceV2LinkedService | SalesforceServiceCloudV2LinkedService | WarehouseLinkedService | ServiceNowV2LinkedService;
|
|
7
|
-
export type DatasetUnion = Dataset | AmazonS3Dataset | AvroDataset | ExcelDataset | ParquetDataset | DelimitedTextDataset | JsonDataset | XmlDataset | OrcDataset | BinaryDataset | AzureBlobDataset | AzureTableDataset | AzureSqlTableDataset | AzureSqlMITableDataset | AzureSqlDWTableDataset | CassandraTableDataset | CustomDataset | CosmosDbSqlApiCollectionDataset | DocumentDbCollectionDataset | DynamicsEntityDataset | DynamicsCrmEntityDataset | CommonDataServiceForAppsEntityDataset | AzureDataLakeStoreDataset | AzureBlobFSDataset | Office365Dataset | FileShareDataset | MongoDbCollectionDataset | MongoDbAtlasCollectionDataset | MongoDbV2CollectionDataset | CosmosDbMongoDbApiCollectionDataset | ODataResourceDataset | OracleTableDataset | AmazonRdsForOracleTableDataset | TeradataTableDataset | AzureMySqlTableDataset | AmazonRedshiftTableDataset | Db2TableDataset | RelationalTableDataset | InformixTableDataset | OdbcTableDataset | MySqlTableDataset | PostgreSqlTableDataset | PostgreSqlV2TableDataset | MicrosoftAccessTableDataset | SalesforceObjectDataset | SalesforceServiceCloudObjectDataset | SybaseTableDataset | SapBwCubeDataset | SapCloudForCustomerResourceDataset | SapEccResourceDataset | SapHanaTableDataset | SapOpenHubTableDataset | SqlServerTableDataset | AmazonRdsForSqlServerTableDataset | RestResourceDataset | SapTableResourceDataset | SapOdpResourceDataset | WebTableDataset | AzureSearchIndexDataset | HttpDataset | AmazonMWSObjectDataset | AzurePostgreSqlTableDataset | ConcurObjectDataset | CouchbaseTableDataset | DrillTableDataset | EloquaObjectDataset | GoogleBigQueryObjectDataset | GoogleBigQueryV2ObjectDataset | GreenplumTableDataset | HBaseObjectDataset | HiveObjectDataset | HubspotObjectDataset | ImpalaObjectDataset | JiraObjectDataset | MagentoObjectDataset | MariaDBTableDataset | AzureMariaDBTableDataset | MarketoObjectDataset | PaypalObjectDataset | PhoenixObjectDataset | PrestoObjectDataset | QuickBooksObjectDataset | ServiceNowObjectDataset | ShopifyObjectDataset | SparkObjectDataset | SquareObjectDataset | XeroObjectDataset | ZohoObjectDataset | NetezzaTableDataset | VerticaTableDataset | SalesforceMarketingCloudObjectDataset | ResponsysObjectDataset | DynamicsAXResourceDataset | OracleServiceCloudObjectDataset | AzureDataExplorerTableDataset | GoogleAdWordsObjectDataset | SnowflakeDataset | SnowflakeV2Dataset | SharePointOnlineListResourceDataset | AzureDatabricksDeltaLakeDataset | LakeHouseTableDataset | SalesforceV2ObjectDataset | SalesforceServiceCloudV2ObjectDataset | WarehouseTableDataset | ServiceNowV2ObjectDataset;
|
|
7
|
+
export type DatasetUnion = Dataset | AmazonS3Dataset | AvroDataset | ExcelDataset | ParquetDataset | DelimitedTextDataset | JsonDataset | XmlDataset | OrcDataset | BinaryDataset | IcebergDataset | AzureBlobDataset | AzureTableDataset | AzureSqlTableDataset | AzureSqlMITableDataset | AzureSqlDWTableDataset | CassandraTableDataset | CustomDataset | CosmosDbSqlApiCollectionDataset | DocumentDbCollectionDataset | DynamicsEntityDataset | DynamicsCrmEntityDataset | CommonDataServiceForAppsEntityDataset | AzureDataLakeStoreDataset | AzureBlobFSDataset | Office365Dataset | FileShareDataset | MongoDbCollectionDataset | MongoDbAtlasCollectionDataset | MongoDbV2CollectionDataset | CosmosDbMongoDbApiCollectionDataset | ODataResourceDataset | OracleTableDataset | AmazonRdsForOracleTableDataset | TeradataTableDataset | AzureMySqlTableDataset | AmazonRedshiftTableDataset | Db2TableDataset | RelationalTableDataset | InformixTableDataset | OdbcTableDataset | MySqlTableDataset | PostgreSqlTableDataset | PostgreSqlV2TableDataset | MicrosoftAccessTableDataset | SalesforceObjectDataset | SalesforceServiceCloudObjectDataset | SybaseTableDataset | SapBwCubeDataset | SapCloudForCustomerResourceDataset | SapEccResourceDataset | SapHanaTableDataset | SapOpenHubTableDataset | SqlServerTableDataset | AmazonRdsForSqlServerTableDataset | RestResourceDataset | SapTableResourceDataset | SapOdpResourceDataset | WebTableDataset | AzureSearchIndexDataset | HttpDataset | AmazonMWSObjectDataset | AzurePostgreSqlTableDataset | ConcurObjectDataset | CouchbaseTableDataset | DrillTableDataset | EloquaObjectDataset | GoogleBigQueryObjectDataset | GoogleBigQueryV2ObjectDataset | GreenplumTableDataset | HBaseObjectDataset | HiveObjectDataset | HubspotObjectDataset | ImpalaObjectDataset | JiraObjectDataset | MagentoObjectDataset | MariaDBTableDataset | AzureMariaDBTableDataset | MarketoObjectDataset | PaypalObjectDataset | PhoenixObjectDataset | PrestoObjectDataset | QuickBooksObjectDataset | ServiceNowObjectDataset | ShopifyObjectDataset | SparkObjectDataset | SquareObjectDataset | XeroObjectDataset | ZohoObjectDataset | NetezzaTableDataset | VerticaTableDataset | SalesforceMarketingCloudObjectDataset | ResponsysObjectDataset | DynamicsAXResourceDataset | OracleServiceCloudObjectDataset | AzureDataExplorerTableDataset | GoogleAdWordsObjectDataset | SnowflakeDataset | SnowflakeV2Dataset | SharePointOnlineListResourceDataset | AzureDatabricksDeltaLakeDataset | LakeHouseTableDataset | SalesforceV2ObjectDataset | SalesforceServiceCloudV2ObjectDataset | WarehouseTableDataset | ServiceNowV2ObjectDataset;
|
|
8
8
|
export type ActivityUnion = Activity | ControlActivityUnion | ExecutionActivityUnion | ExecuteWranglingDataflowActivity;
|
|
9
9
|
export type TriggerUnion = Trigger | MultiplePipelineTriggerUnion | TumblingWindowTrigger | RerunTumblingWindowTrigger | ChainingTrigger;
|
|
10
10
|
export type DataFlowUnion = DataFlow | MappingDataFlow | Flowlet | WranglingDataFlow;
|
|
@@ -19,9 +19,9 @@ export type StoreReadSettingsUnion = StoreReadSettings | AzureBlobStorageReadSet
|
|
|
19
19
|
export type StoreWriteSettingsUnion = StoreWriteSettings | SftpWriteSettings | AzureBlobStorageWriteSettings | AzureBlobFSWriteSettings | AzureDataLakeStoreWriteSettings | FileServerWriteSettings | AzureFileStorageWriteSettings | LakeHouseWriteSettings;
|
|
20
20
|
export type FormatReadSettingsUnion = FormatReadSettings | ParquetReadSettings | DelimitedTextReadSettings | JsonReadSettings | XmlReadSettings | BinaryReadSettings;
|
|
21
21
|
export type CompressionReadSettingsUnion = CompressionReadSettings | ZipDeflateReadSettings | TarReadSettings | TarGZipReadSettings;
|
|
22
|
-
export type FormatWriteSettingsUnion = FormatWriteSettings | AvroWriteSettings | OrcWriteSettings | ParquetWriteSettings | DelimitedTextWriteSettings | JsonWriteSettings;
|
|
22
|
+
export type FormatWriteSettingsUnion = FormatWriteSettings | AvroWriteSettings | OrcWriteSettings | ParquetWriteSettings | DelimitedTextWriteSettings | JsonWriteSettings | IcebergWriteSettings;
|
|
23
23
|
export type CopySourceUnion = CopySource | AvroSource | ExcelSource | ParquetSource | DelimitedTextSource | JsonSource | XmlSource | OrcSource | BinarySource | TabularSourceUnion | BlobSource | DocumentDbCollectionSource | CosmosDbSqlApiSource | DynamicsSource | DynamicsCrmSource | CommonDataServiceForAppsSource | RelationalSource | MicrosoftAccessSource | ODataSource | SalesforceServiceCloudSource | RestSource | FileSystemSource | HdfsSource | AzureDataExplorerSource | OracleSource | AmazonRdsForOracleSource | WebSource | MongoDbSource | MongoDbAtlasSource | MongoDbV2Source | CosmosDbMongoDbApiSource | Office365Source | AzureDataLakeStoreSource | AzureBlobFSSource | HttpSource | LakeHouseTableSource | SnowflakeSource | SnowflakeV2Source | AzureDatabricksDeltaLakeSource | SharePointOnlineListSource | SalesforceServiceCloudV2Source;
|
|
24
|
-
export type CopySinkUnion = CopySink | DelimitedTextSink | JsonSink | OrcSink | RestSink | AzurePostgreSqlSink | AzureMySqlSink | AzureDatabricksDeltaLakeSink | WarehouseSink | SapCloudForCustomerSink | AzureQueueSink | AzureTableSink | AvroSink | ParquetSink | BinarySink | BlobSink | FileSystemSink | DocumentDbCollectionSink | CosmosDbSqlApiSink | SqlSink | SqlServerSink | AzureSqlSink | SqlMISink | SqlDWSink | SnowflakeSink | SnowflakeV2Sink | OracleSink | AzureDataLakeStoreSink | AzureBlobFSSink | AzureSearchIndexSink | OdbcSink | InformixSink | MicrosoftAccessSink | DynamicsSink | DynamicsCrmSink | CommonDataServiceForAppsSink | AzureDataExplorerSink | SalesforceSink | SalesforceServiceCloudSink | MongoDbAtlasSink | MongoDbV2Sink | CosmosDbMongoDbApiSink | LakeHouseTableSink | SalesforceV2Sink | SalesforceServiceCloudV2Sink;
|
|
24
|
+
export type CopySinkUnion = CopySink | DelimitedTextSink | JsonSink | OrcSink | RestSink | AzurePostgreSqlSink | AzureMySqlSink | AzureDatabricksDeltaLakeSink | WarehouseSink | SapCloudForCustomerSink | AzureQueueSink | AzureTableSink | AvroSink | ParquetSink | BinarySink | IcebergSink | BlobSink | FileSystemSink | DocumentDbCollectionSink | CosmosDbSqlApiSink | SqlSink | SqlServerSink | AzureSqlSink | SqlMISink | SqlDWSink | SnowflakeSink | SnowflakeV2Sink | OracleSink | AzureDataLakeStoreSink | AzureBlobFSSink | AzureSearchIndexSink | OdbcSink | InformixSink | MicrosoftAccessSink | DynamicsSink | DynamicsCrmSink | CommonDataServiceForAppsSink | AzureDataExplorerSink | SalesforceSink | SalesforceServiceCloudSink | MongoDbAtlasSink | MongoDbV2Sink | CosmosDbMongoDbApiSink | LakeHouseTableSink | SalesforceV2Sink | SalesforceServiceCloudV2Sink;
|
|
25
25
|
export type ExportSettingsUnion = ExportSettings | SnowflakeExportCopyCommand | AzureDatabricksDeltaLakeExportCommand;
|
|
26
26
|
export type ImportSettingsUnion = ImportSettings | AzureDatabricksDeltaLakeImportCommand | SnowflakeImportCopyCommand;
|
|
27
27
|
export type CopyTranslatorUnion = CopyTranslator | TabularTranslator;
|
|
@@ -729,7 +729,7 @@ export interface DatasetListResponse {
|
|
|
729
729
|
/** The Azure Data Factory nested object which identifies data within different data stores, such as tables, files, folders, and documents. */
|
|
730
730
|
export interface Dataset {
|
|
731
731
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
732
|
-
type: "AmazonS3Object" | "Avro" | "Excel" | "Parquet" | "DelimitedText" | "Json" | "Xml" | "Orc" | "Binary" | "AzureBlob" | "AzureTable" | "AzureSqlTable" | "AzureSqlMITable" | "AzureSqlDWTable" | "CassandraTable" | "CustomDataset" | "CosmosDbSqlApiCollection" | "DocumentDbCollection" | "DynamicsEntity" | "DynamicsCrmEntity" | "CommonDataServiceForAppsEntity" | "AzureDataLakeStoreFile" | "AzureBlobFSFile" | "Office365Table" | "FileShare" | "MongoDbCollection" | "MongoDbAtlasCollection" | "MongoDbV2Collection" | "CosmosDbMongoDbApiCollection" | "ODataResource" | "OracleTable" | "AmazonRdsForOracleTable" | "TeradataTable" | "AzureMySqlTable" | "AmazonRedshiftTable" | "Db2Table" | "RelationalTable" | "InformixTable" | "OdbcTable" | "MySqlTable" | "PostgreSqlTable" | "PostgreSqlV2Table" | "MicrosoftAccessTable" | "SalesforceObject" | "SalesforceServiceCloudObject" | "SybaseTable" | "SapBwCube" | "SapCloudForCustomerResource" | "SapEccResource" | "SapHanaTable" | "SapOpenHubTable" | "SqlServerTable" | "AmazonRdsForSqlServerTable" | "RestResource" | "SapTableResource" | "SapOdpResource" | "WebTable" | "AzureSearchIndex" | "HttpFile" | "AmazonMWSObject" | "AzurePostgreSqlTable" | "ConcurObject" | "CouchbaseTable" | "DrillTable" | "EloquaObject" | "GoogleBigQueryObject" | "GoogleBigQueryV2Object" | "GreenplumTable" | "HBaseObject" | "HiveObject" | "HubspotObject" | "ImpalaObject" | "JiraObject" | "MagentoObject" | "MariaDBTable" | "AzureMariaDBTable" | "MarketoObject" | "PaypalObject" | "PhoenixObject" | "PrestoObject" | "QuickBooksObject" | "ServiceNowObject" | "ShopifyObject" | "SparkObject" | "SquareObject" | "XeroObject" | "ZohoObject" | "NetezzaTable" | "VerticaTable" | "SalesforceMarketingCloudObject" | "ResponsysObject" | "DynamicsAXResource" | "OracleServiceCloudObject" | "AzureDataExplorerTable" | "GoogleAdWordsObject" | "SnowflakeTable" | "SnowflakeV2Table" | "SharePointOnlineListResource" | "AzureDatabricksDeltaLakeDataset" | "LakeHouseTable" | "SalesforceV2Object" | "SalesforceServiceCloudV2Object" | "WarehouseTable" | "ServiceNowV2Object";
|
|
732
|
+
type: "AmazonS3Object" | "Avro" | "Excel" | "Parquet" | "DelimitedText" | "Json" | "Xml" | "Orc" | "Binary" | "Iceberg" | "AzureBlob" | "AzureTable" | "AzureSqlTable" | "AzureSqlMITable" | "AzureSqlDWTable" | "CassandraTable" | "CustomDataset" | "CosmosDbSqlApiCollection" | "DocumentDbCollection" | "DynamicsEntity" | "DynamicsCrmEntity" | "CommonDataServiceForAppsEntity" | "AzureDataLakeStoreFile" | "AzureBlobFSFile" | "Office365Table" | "FileShare" | "MongoDbCollection" | "MongoDbAtlasCollection" | "MongoDbV2Collection" | "CosmosDbMongoDbApiCollection" | "ODataResource" | "OracleTable" | "AmazonRdsForOracleTable" | "TeradataTable" | "AzureMySqlTable" | "AmazonRedshiftTable" | "Db2Table" | "RelationalTable" | "InformixTable" | "OdbcTable" | "MySqlTable" | "PostgreSqlTable" | "PostgreSqlV2Table" | "MicrosoftAccessTable" | "SalesforceObject" | "SalesforceServiceCloudObject" | "SybaseTable" | "SapBwCube" | "SapCloudForCustomerResource" | "SapEccResource" | "SapHanaTable" | "SapOpenHubTable" | "SqlServerTable" | "AmazonRdsForSqlServerTable" | "RestResource" | "SapTableResource" | "SapOdpResource" | "WebTable" | "AzureSearchIndex" | "HttpFile" | "AmazonMWSObject" | "AzurePostgreSqlTable" | "ConcurObject" | "CouchbaseTable" | "DrillTable" | "EloquaObject" | "GoogleBigQueryObject" | "GoogleBigQueryV2Object" | "GreenplumTable" | "HBaseObject" | "HiveObject" | "HubspotObject" | "ImpalaObject" | "JiraObject" | "MagentoObject" | "MariaDBTable" | "AzureMariaDBTable" | "MarketoObject" | "PaypalObject" | "PhoenixObject" | "PrestoObject" | "QuickBooksObject" | "ServiceNowObject" | "ShopifyObject" | "SparkObject" | "SquareObject" | "XeroObject" | "ZohoObject" | "NetezzaTable" | "VerticaTable" | "SalesforceMarketingCloudObject" | "ResponsysObject" | "DynamicsAXResource" | "OracleServiceCloudObject" | "AzureDataExplorerTable" | "GoogleAdWordsObject" | "SnowflakeTable" | "SnowflakeV2Table" | "SharePointOnlineListResource" | "AzureDatabricksDeltaLakeDataset" | "LakeHouseTable" | "SalesforceV2Object" | "SalesforceServiceCloudV2Object" | "WarehouseTable" | "ServiceNowV2Object";
|
|
733
733
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
734
734
|
[property: string]: any;
|
|
735
735
|
/** Dataset description. */
|
|
@@ -2235,7 +2235,7 @@ export interface CompressionReadSettings {
|
|
|
2235
2235
|
/** Format write settings. */
|
|
2236
2236
|
export interface FormatWriteSettings {
|
|
2237
2237
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2238
|
-
type: "AvroWriteSettings" | "OrcWriteSettings" | "ParquetWriteSettings" | "DelimitedTextWriteSettings" | "JsonWriteSettings";
|
|
2238
|
+
type: "AvroWriteSettings" | "OrcWriteSettings" | "ParquetWriteSettings" | "DelimitedTextWriteSettings" | "JsonWriteSettings" | "IcebergWriteSettings";
|
|
2239
2239
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
2240
2240
|
[property: string]: any;
|
|
2241
2241
|
}
|
|
@@ -2257,7 +2257,7 @@ export interface CopySource {
|
|
|
2257
2257
|
/** A copy activity sink. */
|
|
2258
2258
|
export interface CopySink {
|
|
2259
2259
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2260
|
-
type: "DelimitedTextSink" | "JsonSink" | "OrcSink" | "RestSink" | "AzurePostgreSqlSink" | "AzureMySqlSink" | "AzureDatabricksDeltaLakeSink" | "WarehouseSink" | "SapCloudForCustomerSink" | "AzureQueueSink" | "AzureTableSink" | "AvroSink" | "ParquetSink" | "BinarySink" | "BlobSink" | "FileSystemSink" | "DocumentDbCollectionSink" | "CosmosDbSqlApiSink" | "SqlSink" | "SqlServerSink" | "AzureSqlSink" | "SqlMISink" | "SqlDWSink" | "SnowflakeSink" | "SnowflakeV2Sink" | "OracleSink" | "AzureDataLakeStoreSink" | "AzureBlobFSSink" | "AzureSearchIndexSink" | "OdbcSink" | "InformixSink" | "MicrosoftAccessSink" | "DynamicsSink" | "DynamicsCrmSink" | "CommonDataServiceForAppsSink" | "AzureDataExplorerSink" | "SalesforceSink" | "SalesforceServiceCloudSink" | "MongoDbAtlasSink" | "MongoDbV2Sink" | "CosmosDbMongoDbApiSink" | "LakeHouseTableSink" | "SalesforceV2Sink" | "SalesforceServiceCloudV2Sink";
|
|
2260
|
+
type: "DelimitedTextSink" | "JsonSink" | "OrcSink" | "RestSink" | "AzurePostgreSqlSink" | "AzureMySqlSink" | "AzureDatabricksDeltaLakeSink" | "WarehouseSink" | "SapCloudForCustomerSink" | "AzureQueueSink" | "AzureTableSink" | "AvroSink" | "ParquetSink" | "BinarySink" | "IcebergSink" | "BlobSink" | "FileSystemSink" | "DocumentDbCollectionSink" | "CosmosDbSqlApiSink" | "SqlSink" | "SqlServerSink" | "AzureSqlSink" | "SqlMISink" | "SqlDWSink" | "SnowflakeSink" | "SnowflakeV2Sink" | "OracleSink" | "AzureDataLakeStoreSink" | "AzureBlobFSSink" | "AzureSearchIndexSink" | "OdbcSink" | "InformixSink" | "MicrosoftAccessSink" | "DynamicsSink" | "DynamicsCrmSink" | "CommonDataServiceForAppsSink" | "AzureDataExplorerSink" | "SalesforceSink" | "SalesforceServiceCloudSink" | "MongoDbAtlasSink" | "MongoDbV2Sink" | "CosmosDbMongoDbApiSink" | "LakeHouseTableSink" | "SalesforceV2Sink" | "SalesforceServiceCloudV2Sink";
|
|
2261
2261
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
2262
2262
|
[property: string]: any;
|
|
2263
2263
|
/** Write batch size. Type: integer (or Expression with resultType integer), minimum: 0. */
|
|
@@ -3868,6 +3868,20 @@ export interface MySqlLinkedService extends LinkedService {
|
|
|
3868
3868
|
password?: AzureKeyVaultSecretReference;
|
|
3869
3869
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
3870
3870
|
encryptedCredential?: string;
|
|
3871
|
+
/** This allows the special “zero” date value 0000-00-00 to be retrieved from the database. Type: boolean. */
|
|
3872
|
+
allowZeroDateTime?: any;
|
|
3873
|
+
/** The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error. Type: integer. */
|
|
3874
|
+
connectionTimeout?: any;
|
|
3875
|
+
/** True to return DateTime.MinValue for date or datetime columns that have disallowed values. Type: boolean. */
|
|
3876
|
+
convertZeroDateTime?: any;
|
|
3877
|
+
/** Determines which column type (if any) should be read as a GUID. Type: string. None: No column types are automatically read as a Guid; Char36: All CHAR(36) columns are read/written as a Guid using lowercase hex with hyphens, which matches UUID. */
|
|
3878
|
+
guidFormat?: any;
|
|
3879
|
+
/** The path to the client’s SSL certificate file in PEM format. SslKey must also be specified. Type: string. */
|
|
3880
|
+
sslCert?: any;
|
|
3881
|
+
/** The path to the client’s SSL private key in PEM format. SslCert must also be specified. Type: string. */
|
|
3882
|
+
sslKey?: any;
|
|
3883
|
+
/** When set to true, TINYINT(1) values are returned as booleans. Type: bool. */
|
|
3884
|
+
treatTinyAsBoolean?: any;
|
|
3871
3885
|
}
|
|
3872
3886
|
/** Linked service for PostgreSQL data source. */
|
|
3873
3887
|
export interface PostgreSqlLinkedService extends LinkedService {
|
|
@@ -3892,6 +3906,8 @@ export interface PostgreSqlV2LinkedService extends LinkedService {
|
|
|
3892
3906
|
username: any;
|
|
3893
3907
|
/** Database name for connection. Type: string. */
|
|
3894
3908
|
database: any;
|
|
3909
|
+
/** The authentication type to use. Type: string. */
|
|
3910
|
+
authenticationType: any;
|
|
3895
3911
|
/** SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer. */
|
|
3896
3912
|
sslMode: any;
|
|
3897
3913
|
/** Sets the schema search path. Type: string. */
|
|
@@ -4738,6 +4754,28 @@ export interface AzurePostgreSqlLinkedService extends LinkedService {
|
|
|
4738
4754
|
type: "AzurePostgreSql";
|
|
4739
4755
|
/** An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
4740
4756
|
connectionString?: any;
|
|
4757
|
+
/** Server name for connection. Type: string. */
|
|
4758
|
+
server?: any;
|
|
4759
|
+
/** The port for the connection. Type: integer. */
|
|
4760
|
+
port?: any;
|
|
4761
|
+
/** Username for authentication. Type: string. */
|
|
4762
|
+
username?: any;
|
|
4763
|
+
/** Database name for connection. Type: string. */
|
|
4764
|
+
database?: any;
|
|
4765
|
+
/** SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer. */
|
|
4766
|
+
sslMode?: any;
|
|
4767
|
+
/** The time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error. Type: integer. */
|
|
4768
|
+
timeout?: any;
|
|
4769
|
+
/** The time to wait (in seconds) while trying to execute a command before terminating the attempt and generating an error. Set to zero for infinity. Type: integer. */
|
|
4770
|
+
commandTimeout?: any;
|
|
4771
|
+
/** Whether to trust the server certificate without validating it. Type: boolean. */
|
|
4772
|
+
trustServerCertificate?: any;
|
|
4773
|
+
/** Determines the size of the internal buffer uses when reading. Increasing may improve performance if transferring large values from the database. Type: integer. */
|
|
4774
|
+
readBufferSize?: any;
|
|
4775
|
+
/** Gets or sets the session timezone. Type: string. */
|
|
4776
|
+
timezone?: any;
|
|
4777
|
+
/** Gets or sets the .NET encoding that will be used to encode/decode PostgreSQL string data. Type: string */
|
|
4778
|
+
encoding?: any;
|
|
4741
4779
|
/** The Azure key vault secret reference of password in connection string. */
|
|
4742
4780
|
password?: AzureKeyVaultSecretReference;
|
|
4743
4781
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
@@ -5020,7 +5058,7 @@ export interface MagentoLinkedService extends LinkedService {
|
|
|
5020
5058
|
export interface MariaDBLinkedService extends LinkedService {
|
|
5021
5059
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5022
5060
|
type: "MariaDB";
|
|
5023
|
-
/** The version of the MariaDB driver. Type: string. V1 or empty for legacy driver, V2 for new driver. V1 can support connection string and property bag, V2 can only support connection string. */
|
|
5061
|
+
/** The version of the MariaDB driver. Type: string. V1 or empty for legacy driver, V2 for new driver. V1 can support connection string and property bag, V2 can only support connection string. The legacy driver is scheduled for deprecation by October 2024. */
|
|
5024
5062
|
driverVersion?: any;
|
|
5025
5063
|
/** An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
5026
5064
|
connectionString?: any;
|
|
@@ -5032,6 +5070,10 @@ export interface MariaDBLinkedService extends LinkedService {
|
|
|
5032
5070
|
username?: any;
|
|
5033
5071
|
/** Database name for connection. Type: string. */
|
|
5034
5072
|
database?: any;
|
|
5073
|
+
/** This option specifies whether the driver uses TLS encryption and verification when connecting to MariaDB. E.g., SSLMode=<0/1/2/3/4>. Options: DISABLED (0) / PREFERRED (1) (Default) / REQUIRED (2) / VERIFY_CA (3) / VERIFY_IDENTITY (4), REQUIRED (2) is recommended to only allow connections encrypted with SSL/TLS. */
|
|
5074
|
+
sslMode?: any;
|
|
5075
|
+
/** This option specifies whether to use a CA certificate from the system trust store, or from a specified PEM file. E.g. UseSystemTrustStore=<0/1>; Options: Enabled (1) / Disabled (0) (Default) */
|
|
5076
|
+
useSystemTrustStore?: any;
|
|
5035
5077
|
/** The Azure key vault secret reference of password in connection string. */
|
|
5036
5078
|
password?: AzureKeyVaultSecretReference;
|
|
5037
5079
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
@@ -5723,6 +5765,8 @@ export interface SnowflakeV2LinkedService extends LinkedService {
|
|
|
5723
5765
|
privateKey?: SecretBaseUnion;
|
|
5724
5766
|
/** The Azure key vault secret reference of private key password for KeyPair auth with encrypted private key. */
|
|
5725
5767
|
privateKeyPassphrase?: SecretBaseUnion;
|
|
5768
|
+
/** The host name of the Snowflake account. */
|
|
5769
|
+
host?: any;
|
|
5726
5770
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
5727
5771
|
encryptedCredential?: string;
|
|
5728
5772
|
}
|
|
@@ -5983,6 +6027,13 @@ export interface BinaryDataset extends Dataset {
|
|
|
5983
6027
|
/** The data compression method used for the binary dataset. */
|
|
5984
6028
|
compression?: DatasetCompression;
|
|
5985
6029
|
}
|
|
6030
|
+
/** Iceberg dataset. */
|
|
6031
|
+
export interface IcebergDataset extends Dataset {
|
|
6032
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6033
|
+
type: "Iceberg";
|
|
6034
|
+
/** The location of the iceberg storage. Setting a file name is not allowed for iceberg format. */
|
|
6035
|
+
location?: DatasetLocationUnion;
|
|
6036
|
+
}
|
|
5986
6037
|
/** The Azure Blob storage. */
|
|
5987
6038
|
export interface AzureBlobDataset extends Dataset {
|
|
5988
6039
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -7874,6 +7925,11 @@ export interface JsonWriteSettings extends FormatWriteSettings {
|
|
|
7874
7925
|
/** File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive. */
|
|
7875
7926
|
filePattern?: any;
|
|
7876
7927
|
}
|
|
7928
|
+
/** Iceberg write settings. */
|
|
7929
|
+
export interface IcebergWriteSettings extends FormatWriteSettings {
|
|
7930
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7931
|
+
type: "IcebergWriteSettings";
|
|
7932
|
+
}
|
|
7877
7933
|
/** A copy activity Avro source. */
|
|
7878
7934
|
export interface AvroSource extends CopySource {
|
|
7879
7935
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -8444,6 +8500,15 @@ export interface BinarySink extends CopySink {
|
|
|
8444
8500
|
/** Binary store settings. */
|
|
8445
8501
|
storeSettings?: StoreWriteSettingsUnion;
|
|
8446
8502
|
}
|
|
8503
|
+
/** A copy activity Iceberg sink. */
|
|
8504
|
+
export interface IcebergSink extends CopySink {
|
|
8505
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8506
|
+
type: "IcebergSink";
|
|
8507
|
+
/** Iceberg store settings. */
|
|
8508
|
+
storeSettings?: StoreWriteSettingsUnion;
|
|
8509
|
+
/** Iceberg format settings. */
|
|
8510
|
+
formatSettings?: IcebergWriteSettings;
|
|
8511
|
+
}
|
|
8447
8512
|
/** A copy activity Azure Blob sink. */
|
|
8448
8513
|
export interface BlobSink extends CopySink {
|
|
8449
8514
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -10200,6 +10265,8 @@ export interface SalesforceV2Source extends TabularSource {
|
|
|
10200
10265
|
query?: any;
|
|
10201
10266
|
/** This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean). */
|
|
10202
10267
|
includeDeletedObjects?: any;
|
|
10268
|
+
/** Page size for each http request, too large pageSize will caused timeout, default 300,000. Type: integer (or Expression with resultType integer). */
|
|
10269
|
+
pageSize?: any;
|
|
10203
10270
|
}
|
|
10204
10271
|
/** A copy activity ServiceNowV2 server source. */
|
|
10205
10272
|
export interface ServiceNowV2Source extends TabularSource {
|
|
@@ -10207,6 +10274,8 @@ export interface ServiceNowV2Source extends TabularSource {
|
|
|
10207
10274
|
type: "ServiceNowV2Source";
|
|
10208
10275
|
/** Expression to filter data from source. */
|
|
10209
10276
|
expression?: ExpressionV2;
|
|
10277
|
+
/** Page size of the result. Type: integer (or Expression with resultType integer). */
|
|
10278
|
+
pageSize?: any;
|
|
10210
10279
|
}
|
|
10211
10280
|
/** Referenced tumbling window trigger dependency. */
|
|
10212
10281
|
export interface TumblingWindowTriggerDependencyReference extends TriggerDependencyReference {
|