@azure/arm-datafactory 14.0.0-alpha.20240312.1 → 14.1.0-alpha.20240315.1
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 +26 -0
- package/dist/index.js +410 -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 +201 -7
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +28 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +19 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +371 -0
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/package.json +3 -3
- package/review/arm-datafactory.api.md +131 -7
- package/src/dataFactoryManagementClient.ts +1 -1
- package/src/models/index.ts +238 -7
- package/src/models/mappers.ts +441 -0
- package/types/arm-datafactory.d.ts +217 -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/14.
|
|
35
|
+
const packageDetails = `azsdk-js-arm-datafactory/14.1.0`;
|
|
36
36
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
37
37
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
38
38
|
: `${packageDetails}`;
|
|
@@ -3,8 +3,8 @@ export type FactoryRepoConfigurationUnion = FactoryRepoConfiguration | FactoryVs
|
|
|
3
3
|
export type IntegrationRuntimeUnion = IntegrationRuntime | ManagedIntegrationRuntime | SelfHostedIntegrationRuntime;
|
|
4
4
|
export type IntegrationRuntimeStatusUnion = IntegrationRuntimeStatus | ManagedIntegrationRuntimeStatus | SelfHostedIntegrationRuntimeStatus;
|
|
5
5
|
export type SsisObjectMetadataUnion = SsisObjectMetadata | SsisFolder | SsisProject | SsisPackage | SsisEnvironment;
|
|
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 | 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 | 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;
|
|
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 | MicrosoftAccessTableDataset | SalesforceObjectDataset | SalesforceServiceCloudObjectDataset | SybaseTableDataset | SapBwCubeDataset | SapCloudForCustomerResourceDataset | SapEccResourceDataset | SapHanaTableDataset | SapOpenHubTableDataset | SqlServerTableDataset | AmazonRdsForSqlServerTableDataset | RestResourceDataset | SapTableResourceDataset | SapOdpResourceDataset | WebTableDataset | AzureSearchIndexDataset | HttpDataset | AmazonMWSObjectDataset | AzurePostgreSqlTableDataset | ConcurObjectDataset | CouchbaseTableDataset | DrillTableDataset | EloquaObjectDataset | GoogleBigQueryObjectDataset | 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;
|
|
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;
|
|
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;
|
|
@@ -29,7 +29,7 @@ export type DependencyReferenceUnion = DependencyReference | TriggerDependencyRe
|
|
|
29
29
|
export type ControlActivityUnion = ControlActivity | ExecutePipelineActivity | IfConditionActivity | SwitchActivity | ForEachActivity | WaitActivity | FailActivity | UntilActivity | ValidationActivity | FilterActivity | SetVariableActivity | AppendVariableActivity | WebHookActivity;
|
|
30
30
|
export type ExecutionActivityUnion = ExecutionActivity | CopyActivity | HDInsightHiveActivity | HDInsightPigActivity | HDInsightMapReduceActivity | HDInsightStreamingActivity | HDInsightSparkActivity | ExecuteSsisPackageActivity | CustomActivity | SqlServerStoredProcedureActivity | DeleteActivity | AzureDataExplorerCommandActivity | LookupActivity | WebActivity | GetMetadataActivity | AzureMLBatchExecutionActivity | AzureMLUpdateResourceActivity | AzureMLExecutePipelineActivity | DataLakeAnalyticsUsqlActivity | DatabricksNotebookActivity | DatabricksSparkJarActivity | DatabricksSparkPythonActivity | AzureFunctionActivity | ExecuteDataFlowActivity | ScriptActivity | SynapseNotebookActivity | SynapseSparkJobDefinitionActivity;
|
|
31
31
|
export type MultiplePipelineTriggerUnion = MultiplePipelineTrigger | ScheduleTrigger | BlobTrigger | BlobEventsTrigger | CustomEventsTrigger;
|
|
32
|
-
export type TabularSourceUnion = TabularSource | AzureTableSource | InformixSource | Db2Source | OdbcSource | MySqlSource | PostgreSqlSource | SybaseSource | SapBwSource | SalesforceSource | SapCloudForCustomerSource | SapEccSource | SapHanaSource | SapOpenHubSource | SapOdpSource | SapTableSource | SqlSource | SqlServerSource | AmazonRdsForSqlServerSource | AzureSqlSource | SqlMISource | SqlDWSource | AzureMySqlSource | TeradataSource | CassandraSource | AmazonMWSSource | AzurePostgreSqlSource | ConcurSource | CouchbaseSource | DrillSource | EloquaSource | GoogleBigQuerySource | GreenplumSource | HBaseSource | HiveSource | HubspotSource | ImpalaSource | JiraSource | MagentoSource | MariaDBSource | AzureMariaDBSource | MarketoSource | PaypalSource | PhoenixSource | PrestoSource | QuickBooksSource | ServiceNowSource | ShopifySource | SparkSource | SquareSource | XeroSource | ZohoSource | NetezzaSource | VerticaSource | SalesforceMarketingCloudSource | ResponsysSource | DynamicsAXSource | OracleServiceCloudSource | GoogleAdWordsSource | AmazonRedshiftSource | WarehouseSource | SalesforceV2Source;
|
|
32
|
+
export type TabularSourceUnion = TabularSource | AzureTableSource | InformixSource | Db2Source | OdbcSource | MySqlSource | PostgreSqlSource | PostgreSqlV2Source | SybaseSource | SapBwSource | SalesforceSource | SapCloudForCustomerSource | SapEccSource | SapHanaSource | SapOpenHubSource | SapOdpSource | SapTableSource | SqlSource | SqlServerSource | AmazonRdsForSqlServerSource | AzureSqlSource | SqlMISource | SqlDWSource | AzureMySqlSource | TeradataSource | CassandraSource | AmazonMWSSource | AzurePostgreSqlSource | ConcurSource | CouchbaseSource | DrillSource | EloquaSource | GoogleBigQuerySource | GoogleBigQueryV2Source | GreenplumSource | HBaseSource | HiveSource | HubspotSource | ImpalaSource | JiraSource | MagentoSource | MariaDBSource | AzureMariaDBSource | MarketoSource | PaypalSource | PhoenixSource | PrestoSource | QuickBooksSource | ServiceNowSource | ShopifySource | SparkSource | SquareSource | XeroSource | ZohoSource | NetezzaSource | VerticaSource | SalesforceMarketingCloudSource | ResponsysSource | DynamicsAXSource | OracleServiceCloudSource | GoogleAdWordsSource | AmazonRedshiftSource | WarehouseSource | SalesforceV2Source | ServiceNowV2Source;
|
|
33
33
|
export type TriggerDependencyReferenceUnion = TriggerDependencyReference | TumblingWindowTriggerDependencyReference;
|
|
34
34
|
/** A list of operations that can be performed by the Data Factory service. */
|
|
35
35
|
export interface OperationListResponse {
|
|
@@ -685,7 +685,7 @@ export interface LinkedServiceListResponse {
|
|
|
685
685
|
/** The nested object which contains the information and credential which can be used to connect with related store or compute resource. */
|
|
686
686
|
export interface LinkedService {
|
|
687
687
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
688
|
-
type: "AzureStorage" | "AzureBlobStorage" | "AzureTableStorage" | "AzureSqlDW" | "SqlServer" | "AmazonRdsForSqlServer" | "AzureSqlDatabase" | "AzureSqlMI" | "AzureBatch" | "AzureKeyVault" | "CosmosDb" | "Dynamics" | "DynamicsCrm" | "CommonDataServiceForApps" | "HDInsight" | "FileServer" | "AzureFileStorage" | "AmazonS3Compatible" | "OracleCloudStorage" | "GoogleCloudStorage" | "Oracle" | "AmazonRdsForOracle" | "AzureMySql" | "MySql" | "PostgreSql" | "Sybase" | "Db2" | "Teradata" | "AzureML" | "AzureMLService" | "Odbc" | "Informix" | "MicrosoftAccess" | "Hdfs" | "OData" | "Web" | "Cassandra" | "MongoDb" | "MongoDbAtlas" | "MongoDbV2" | "CosmosDbMongoDbApi" | "AzureDataLakeStore" | "AzureBlobFS" | "Office365" | "Salesforce" | "SalesforceServiceCloud" | "SapCloudForCustomer" | "SapEcc" | "SapOpenHub" | "SapOdp" | "RestService" | "TeamDesk" | "Quickbase" | "Smartsheet" | "Zendesk" | "Dataworld" | "AppFigures" | "Asana" | "Twilio" | "GoogleSheets" | "AmazonS3" | "AmazonRedshift" | "CustomDataSource" | "AzureSearch" | "HttpServer" | "FtpServer" | "Sftp" | "SapBW" | "SapHana" | "AmazonMWS" | "AzurePostgreSql" | "Concur" | "Couchbase" | "Drill" | "Eloqua" | "GoogleBigQuery" | "Greenplum" | "HBase" | "Hive" | "Hubspot" | "Impala" | "Jira" | "Magento" | "MariaDB" | "AzureMariaDB" | "Marketo" | "Paypal" | "Phoenix" | "Presto" | "QuickBooks" | "ServiceNow" | "Shopify" | "Spark" | "Square" | "Xero" | "Zoho" | "Vertica" | "Netezza" | "SalesforceMarketingCloud" | "HDInsightOnDemand" | "AzureDataLakeAnalytics" | "AzureDatabricks" | "AzureDatabricksDeltaLake" | "Responsys" | "DynamicsAX" | "OracleServiceCloud" | "GoogleAdWords" | "SapTable" | "AzureDataExplorer" | "AzureFunction" | "Snowflake" | "SnowflakeV2" | "SharePointOnlineList" | "AzureSynapseArtifacts" | "LakeHouse" | "SalesforceV2" | "SalesforceServiceCloudV2" | "Warehouse";
|
|
688
|
+
type: "AzureStorage" | "AzureBlobStorage" | "AzureTableStorage" | "AzureSqlDW" | "SqlServer" | "AmazonRdsForSqlServer" | "AzureSqlDatabase" | "AzureSqlMI" | "AzureBatch" | "AzureKeyVault" | "CosmosDb" | "Dynamics" | "DynamicsCrm" | "CommonDataServiceForApps" | "HDInsight" | "FileServer" | "AzureFileStorage" | "AmazonS3Compatible" | "OracleCloudStorage" | "GoogleCloudStorage" | "Oracle" | "AmazonRdsForOracle" | "AzureMySql" | "MySql" | "PostgreSql" | "PostgreSqlV2" | "Sybase" | "Db2" | "Teradata" | "AzureML" | "AzureMLService" | "Odbc" | "Informix" | "MicrosoftAccess" | "Hdfs" | "OData" | "Web" | "Cassandra" | "MongoDb" | "MongoDbAtlas" | "MongoDbV2" | "CosmosDbMongoDbApi" | "AzureDataLakeStore" | "AzureBlobFS" | "Office365" | "Salesforce" | "SalesforceServiceCloud" | "SapCloudForCustomer" | "SapEcc" | "SapOpenHub" | "SapOdp" | "RestService" | "TeamDesk" | "Quickbase" | "Smartsheet" | "Zendesk" | "Dataworld" | "AppFigures" | "Asana" | "Twilio" | "GoogleSheets" | "AmazonS3" | "AmazonRedshift" | "CustomDataSource" | "AzureSearch" | "HttpServer" | "FtpServer" | "Sftp" | "SapBW" | "SapHana" | "AmazonMWS" | "AzurePostgreSql" | "Concur" | "Couchbase" | "Drill" | "Eloqua" | "GoogleBigQuery" | "GoogleBigQueryV2" | "Greenplum" | "HBase" | "Hive" | "Hubspot" | "Impala" | "Jira" | "Magento" | "MariaDB" | "AzureMariaDB" | "Marketo" | "Paypal" | "Phoenix" | "Presto" | "QuickBooks" | "ServiceNow" | "Shopify" | "Spark" | "Square" | "Xero" | "Zoho" | "Vertica" | "Netezza" | "SalesforceMarketingCloud" | "HDInsightOnDemand" | "AzureDataLakeAnalytics" | "AzureDatabricks" | "AzureDatabricksDeltaLake" | "Responsys" | "DynamicsAX" | "OracleServiceCloud" | "GoogleAdWords" | "SapTable" | "AzureDataExplorer" | "AzureFunction" | "Snowflake" | "SnowflakeV2" | "SharePointOnlineList" | "AzureSynapseArtifacts" | "LakeHouse" | "SalesforceV2" | "SalesforceServiceCloudV2" | "Warehouse" | "ServiceNowV2";
|
|
689
689
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
690
690
|
[property: string]: any;
|
|
691
691
|
/** The integration runtime reference. */
|
|
@@ -727,7 +727,7 @@ export interface DatasetListResponse {
|
|
|
727
727
|
/** The Azure Data Factory nested object which identifies data within different data stores, such as tables, files, folders, and documents. */
|
|
728
728
|
export interface Dataset {
|
|
729
729
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
730
|
-
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" | "MicrosoftAccessTable" | "SalesforceObject" | "SalesforceServiceCloudObject" | "SybaseTable" | "SapBwCube" | "SapCloudForCustomerResource" | "SapEccResource" | "SapHanaTable" | "SapOpenHubTable" | "SqlServerTable" | "AmazonRdsForSqlServerTable" | "RestResource" | "SapTableResource" | "SapOdpResource" | "WebTable" | "AzureSearchIndex" | "HttpFile" | "AmazonMWSObject" | "AzurePostgreSqlTable" | "ConcurObject" | "CouchbaseTable" | "DrillTable" | "EloquaObject" | "GoogleBigQueryObject" | "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";
|
|
730
|
+
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";
|
|
731
731
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
732
732
|
[property: string]: any;
|
|
733
733
|
/** Dataset description. */
|
|
@@ -2186,7 +2186,7 @@ export interface FormatWriteSettings {
|
|
|
2186
2186
|
/** A copy activity source. */
|
|
2187
2187
|
export interface CopySource {
|
|
2188
2188
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2189
|
-
type: "AvroSource" | "ExcelSource" | "ParquetSource" | "DelimitedTextSource" | "JsonSource" | "XmlSource" | "OrcSource" | "BinarySource" | "TabularSource" | "AzureTableSource" | "BlobSource" | "DocumentDbCollectionSource" | "CosmosDbSqlApiSource" | "DynamicsSource" | "DynamicsCrmSource" | "CommonDataServiceForAppsSource" | "RelationalSource" | "InformixSource" | "MicrosoftAccessSource" | "Db2Source" | "OdbcSource" | "MySqlSource" | "PostgreSqlSource" | "SybaseSource" | "SapBwSource" | "ODataSource" | "SalesforceSource" | "SalesforceServiceCloudSource" | "SapCloudForCustomerSource" | "SapEccSource" | "SapHanaSource" | "SapOpenHubSource" | "SapOdpSource" | "SapTableSource" | "RestSource" | "SqlSource" | "SqlServerSource" | "AmazonRdsForSqlServerSource" | "AzureSqlSource" | "SqlMISource" | "SqlDWSource" | "FileSystemSource" | "HdfsSource" | "AzureMySqlSource" | "AzureDataExplorerSource" | "OracleSource" | "AmazonRdsForOracleSource" | "TeradataSource" | "WebSource" | "CassandraSource" | "MongoDbSource" | "MongoDbAtlasSource" | "MongoDbV2Source" | "CosmosDbMongoDbApiSource" | "Office365Source" | "AzureDataLakeStoreSource" | "AzureBlobFSSource" | "HttpSource" | "AmazonMWSSource" | "AzurePostgreSqlSource" | "ConcurSource" | "CouchbaseSource" | "DrillSource" | "EloquaSource" | "GoogleBigQuerySource" | "GreenplumSource" | "HBaseSource" | "HiveSource" | "HubspotSource" | "ImpalaSource" | "JiraSource" | "MagentoSource" | "MariaDBSource" | "AzureMariaDBSource" | "MarketoSource" | "PaypalSource" | "PhoenixSource" | "PrestoSource" | "QuickBooksSource" | "ServiceNowSource" | "ShopifySource" | "SparkSource" | "SquareSource" | "XeroSource" | "ZohoSource" | "NetezzaSource" | "VerticaSource" | "SalesforceMarketingCloudSource" | "ResponsysSource" | "DynamicsAXSource" | "OracleServiceCloudSource" | "GoogleAdWordsSource" | "AmazonRedshiftSource" | "LakeHouseTableSource" | "SnowflakeSource" | "SnowflakeV2Source" | "AzureDatabricksDeltaLakeSource" | "WarehouseSource" | "SharePointOnlineListSource" | "SalesforceV2Source" | "SalesforceServiceCloudV2Source";
|
|
2189
|
+
type: "AvroSource" | "ExcelSource" | "ParquetSource" | "DelimitedTextSource" | "JsonSource" | "XmlSource" | "OrcSource" | "BinarySource" | "TabularSource" | "AzureTableSource" | "BlobSource" | "DocumentDbCollectionSource" | "CosmosDbSqlApiSource" | "DynamicsSource" | "DynamicsCrmSource" | "CommonDataServiceForAppsSource" | "RelationalSource" | "InformixSource" | "MicrosoftAccessSource" | "Db2Source" | "OdbcSource" | "MySqlSource" | "PostgreSqlSource" | "PostgreSqlV2Source" | "SybaseSource" | "SapBwSource" | "ODataSource" | "SalesforceSource" | "SalesforceServiceCloudSource" | "SapCloudForCustomerSource" | "SapEccSource" | "SapHanaSource" | "SapOpenHubSource" | "SapOdpSource" | "SapTableSource" | "RestSource" | "SqlSource" | "SqlServerSource" | "AmazonRdsForSqlServerSource" | "AzureSqlSource" | "SqlMISource" | "SqlDWSource" | "FileSystemSource" | "HdfsSource" | "AzureMySqlSource" | "AzureDataExplorerSource" | "OracleSource" | "AmazonRdsForOracleSource" | "TeradataSource" | "WebSource" | "CassandraSource" | "MongoDbSource" | "MongoDbAtlasSource" | "MongoDbV2Source" | "CosmosDbMongoDbApiSource" | "Office365Source" | "AzureDataLakeStoreSource" | "AzureBlobFSSource" | "HttpSource" | "AmazonMWSSource" | "AzurePostgreSqlSource" | "ConcurSource" | "CouchbaseSource" | "DrillSource" | "EloquaSource" | "GoogleBigQuerySource" | "GoogleBigQueryV2Source" | "GreenplumSource" | "HBaseSource" | "HiveSource" | "HubspotSource" | "ImpalaSource" | "JiraSource" | "MagentoSource" | "MariaDBSource" | "AzureMariaDBSource" | "MarketoSource" | "PaypalSource" | "PhoenixSource" | "PrestoSource" | "QuickBooksSource" | "ServiceNowSource" | "ShopifySource" | "SparkSource" | "SquareSource" | "XeroSource" | "ZohoSource" | "NetezzaSource" | "VerticaSource" | "SalesforceMarketingCloudSource" | "ResponsysSource" | "DynamicsAXSource" | "OracleServiceCloudSource" | "GoogleAdWordsSource" | "AmazonRedshiftSource" | "LakeHouseTableSource" | "SnowflakeSource" | "SnowflakeV2Source" | "AzureDatabricksDeltaLakeSource" | "WarehouseSource" | "SharePointOnlineListSource" | "SalesforceV2Source" | "SalesforceServiceCloudV2Source" | "ServiceNowV2Source";
|
|
2190
2190
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
2191
2191
|
[property: string]: any;
|
|
2192
2192
|
/** Source retry count. Type: integer (or Expression with resultType integer). */
|
|
@@ -2689,6 +2689,17 @@ export interface SynapseSparkJobReference {
|
|
|
2689
2689
|
/** Reference spark job name. Expression with resultType string. */
|
|
2690
2690
|
referenceName: any;
|
|
2691
2691
|
}
|
|
2692
|
+
/** Nested representation of a complex expression. */
|
|
2693
|
+
export interface ExpressionV2 {
|
|
2694
|
+
/** Type of expressions supported by the system. Type: string. */
|
|
2695
|
+
type?: ExpressionV2Type;
|
|
2696
|
+
/** Value for Constant/Field Type: string. */
|
|
2697
|
+
value?: string;
|
|
2698
|
+
/** Expression operator value Type: string. */
|
|
2699
|
+
operator?: string;
|
|
2700
|
+
/** List of nested expressions. */
|
|
2701
|
+
operands?: ExpressionV2[];
|
|
2702
|
+
}
|
|
2692
2703
|
/** The workflow trigger recurrence. */
|
|
2693
2704
|
export interface ScheduleTriggerRecurrence {
|
|
2694
2705
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
@@ -3571,6 +3582,49 @@ export interface PostgreSqlLinkedService extends LinkedService {
|
|
|
3571
3582
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
3572
3583
|
encryptedCredential?: string;
|
|
3573
3584
|
}
|
|
3585
|
+
/** Linked service for PostgreSQLV2 data source. */
|
|
3586
|
+
export interface PostgreSqlV2LinkedService extends LinkedService {
|
|
3587
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3588
|
+
type: "PostgreSqlV2";
|
|
3589
|
+
/** Server name for connection. Type: string. */
|
|
3590
|
+
server: any;
|
|
3591
|
+
/** The port for the connection. Type: integer. */
|
|
3592
|
+
port?: any;
|
|
3593
|
+
/** Username for authentication. Type: string. */
|
|
3594
|
+
username: any;
|
|
3595
|
+
/** Database name for connection. Type: string. */
|
|
3596
|
+
database: any;
|
|
3597
|
+
/** SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer. */
|
|
3598
|
+
sslMode: any;
|
|
3599
|
+
/** Sets the schema search path. Type: string. */
|
|
3600
|
+
schema?: any;
|
|
3601
|
+
/** Whether connection pooling should be used. Type: boolean. */
|
|
3602
|
+
pooling?: any;
|
|
3603
|
+
/** The time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error. Type: integer. */
|
|
3604
|
+
connectionTimeout?: any;
|
|
3605
|
+
/** 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. */
|
|
3606
|
+
commandTimeout?: any;
|
|
3607
|
+
/** Whether to trust the server certificate without validating it. Type: boolean. */
|
|
3608
|
+
trustServerCertificate?: any;
|
|
3609
|
+
/** Location of a client certificate to be sent to the server. Type: string. */
|
|
3610
|
+
sslCertificate?: any;
|
|
3611
|
+
/** Location of a client key for a client certificate to be sent to the server. Type: string. */
|
|
3612
|
+
sslKey?: any;
|
|
3613
|
+
/** Password for a key for a client certificate. Type: string. */
|
|
3614
|
+
sslPassword?: any;
|
|
3615
|
+
/** Determines the size of the internal buffer uses when reading. Increasing may improve performance if transferring large values from the database. Type: integer. */
|
|
3616
|
+
readBufferSize?: any;
|
|
3617
|
+
/** When enabled, parameter values are logged when commands are executed. Type: boolean. */
|
|
3618
|
+
logParameters?: any;
|
|
3619
|
+
/** Gets or sets the session timezone. Type: string. */
|
|
3620
|
+
timezone?: any;
|
|
3621
|
+
/** Gets or sets the .NET encoding that will be used to encode/decode PostgreSQL string data. Type: string */
|
|
3622
|
+
encoding?: any;
|
|
3623
|
+
/** The Azure key vault secret reference of password in connection string. Type: string. */
|
|
3624
|
+
password?: AzureKeyVaultSecretReference;
|
|
3625
|
+
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
3626
|
+
encryptedCredential?: string;
|
|
3627
|
+
}
|
|
3574
3628
|
/** Linked service for Sybase data source. */
|
|
3575
3629
|
export interface SybaseLinkedService extends LinkedService {
|
|
3576
3630
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -4476,6 +4530,25 @@ export interface GoogleBigQueryLinkedService extends LinkedService {
|
|
|
4476
4530
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
4477
4531
|
encryptedCredential?: string;
|
|
4478
4532
|
}
|
|
4533
|
+
/** Google BigQuery service linked service. */
|
|
4534
|
+
export interface GoogleBigQueryV2LinkedService extends LinkedService {
|
|
4535
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4536
|
+
type: "GoogleBigQueryV2";
|
|
4537
|
+
/** The default BigQuery project id to query against. Type: string (or Expression with resultType string). */
|
|
4538
|
+
projectId: any;
|
|
4539
|
+
/** The OAuth 2.0 authentication mechanism used for authentication. */
|
|
4540
|
+
authenticationType: GoogleBigQueryV2AuthenticationType;
|
|
4541
|
+
/** The client id of the google application used to acquire the refresh token. Type: string (or Expression with resultType string). */
|
|
4542
|
+
clientId?: any;
|
|
4543
|
+
/** The client secret of the google application used to acquire the refresh token. */
|
|
4544
|
+
clientSecret?: SecretBaseUnion;
|
|
4545
|
+
/** The refresh token obtained from Google for authorizing access to BigQuery for UserAuthentication. */
|
|
4546
|
+
refreshToken?: SecretBaseUnion;
|
|
4547
|
+
/** The content of the .json key file that is used to authenticate the service account. Type: string (or Expression with resultType string). */
|
|
4548
|
+
keyFileContent?: SecretBaseUnion;
|
|
4549
|
+
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
4550
|
+
encryptedCredential?: string;
|
|
4551
|
+
}
|
|
4479
4552
|
/** Greenplum Database linked service. */
|
|
4480
4553
|
export interface GreenplumLinkedService extends LinkedService {
|
|
4481
4554
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -5445,6 +5518,27 @@ export interface WarehouseLinkedService extends LinkedService {
|
|
|
5445
5518
|
/** The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference. */
|
|
5446
5519
|
servicePrincipalCredential?: SecretBaseUnion;
|
|
5447
5520
|
}
|
|
5521
|
+
/** ServiceNowV2 server linked service. */
|
|
5522
|
+
export interface ServiceNowV2LinkedService extends LinkedService {
|
|
5523
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5524
|
+
type: "ServiceNowV2";
|
|
5525
|
+
/** The endpoint of the ServiceNowV2 server. (i.e. <instance>.service-now.com) */
|
|
5526
|
+
endpoint: any;
|
|
5527
|
+
/** The authentication type to use. */
|
|
5528
|
+
authenticationType: ServiceNowV2AuthenticationType;
|
|
5529
|
+
/** The user name used to connect to the ServiceNowV2 server for Basic and OAuth2 authentication. */
|
|
5530
|
+
username?: any;
|
|
5531
|
+
/** The password corresponding to the user name for Basic and OAuth2 authentication. */
|
|
5532
|
+
password?: SecretBaseUnion;
|
|
5533
|
+
/** The client id for OAuth2 authentication. */
|
|
5534
|
+
clientId?: any;
|
|
5535
|
+
/** The client secret for OAuth2 authentication. */
|
|
5536
|
+
clientSecret?: SecretBaseUnion;
|
|
5537
|
+
/** GrantType for OAuth2 authentication. Default value is password. */
|
|
5538
|
+
grantType?: any;
|
|
5539
|
+
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
5540
|
+
encryptedCredential?: string;
|
|
5541
|
+
}
|
|
5448
5542
|
/** A single Amazon Simple Storage Service (S3) object or a set of S3 objects. */
|
|
5449
5543
|
export interface AmazonS3Dataset extends Dataset {
|
|
5450
5544
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -5869,6 +5963,15 @@ export interface PostgreSqlTableDataset extends Dataset {
|
|
|
5869
5963
|
/** The PostgreSQL schema name. Type: string (or Expression with resultType string). */
|
|
5870
5964
|
schemaTypePropertiesSchema?: any;
|
|
5871
5965
|
}
|
|
5966
|
+
/** The PostgreSQLV2 table dataset. */
|
|
5967
|
+
export interface PostgreSqlV2TableDataset extends Dataset {
|
|
5968
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5969
|
+
type: "PostgreSqlV2Table";
|
|
5970
|
+
/** The PostgreSQL table name. Type: string (or Expression with resultType string). */
|
|
5971
|
+
table?: any;
|
|
5972
|
+
/** The PostgreSQL schema name. Type: string (or Expression with resultType string). */
|
|
5973
|
+
schemaTypePropertiesSchema?: any;
|
|
5974
|
+
}
|
|
5872
5975
|
/** The Microsoft Access table dataset. */
|
|
5873
5976
|
export interface MicrosoftAccessTableDataset extends Dataset {
|
|
5874
5977
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -6089,6 +6192,15 @@ export interface GoogleBigQueryObjectDataset extends Dataset {
|
|
|
6089
6192
|
/** The database name of the Google BigQuery. Type: string (or Expression with resultType string). */
|
|
6090
6193
|
dataset?: any;
|
|
6091
6194
|
}
|
|
6195
|
+
/** Google BigQuery service dataset. */
|
|
6196
|
+
export interface GoogleBigQueryV2ObjectDataset extends Dataset {
|
|
6197
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6198
|
+
type: "GoogleBigQueryV2Object";
|
|
6199
|
+
/** The table name of the Google BigQuery. Type: string (or Expression with resultType string). */
|
|
6200
|
+
table?: any;
|
|
6201
|
+
/** The database name of the Google BigQuery. Type: string (or Expression with resultType string). */
|
|
6202
|
+
dataset?: any;
|
|
6203
|
+
}
|
|
6092
6204
|
/** Greenplum Database dataset. */
|
|
6093
6205
|
export interface GreenplumTableDataset extends Dataset {
|
|
6094
6206
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -6385,6 +6497,13 @@ export interface WarehouseTableDataset extends Dataset {
|
|
|
6385
6497
|
/** The table name of the Microsoft Fabric Warehouse. Type: string (or Expression with resultType string). */
|
|
6386
6498
|
table?: any;
|
|
6387
6499
|
}
|
|
6500
|
+
/** ServiceNowV2 server dataset. */
|
|
6501
|
+
export interface ServiceNowV2ObjectDataset extends Dataset {
|
|
6502
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6503
|
+
type: "ServiceNowV2Object";
|
|
6504
|
+
/** The table name. Type: string (or Expression with resultType string). */
|
|
6505
|
+
tableName?: any;
|
|
6506
|
+
}
|
|
6388
6507
|
/** Base class for all control activities like IfCondition, ForEach , Until. */
|
|
6389
6508
|
export interface ControlActivity extends Activity {
|
|
6390
6509
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -7392,7 +7511,7 @@ export interface BinarySource extends CopySource {
|
|
|
7392
7511
|
/** Copy activity sources of tabular type. */
|
|
7393
7512
|
export interface TabularSource extends CopySource {
|
|
7394
7513
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7395
|
-
type: "TabularSource" | "AzureTableSource" | "InformixSource" | "Db2Source" | "OdbcSource" | "MySqlSource" | "PostgreSqlSource" | "SybaseSource" | "SapBwSource" | "SalesforceSource" | "SapCloudForCustomerSource" | "SapEccSource" | "SapHanaSource" | "SapOpenHubSource" | "SapOdpSource" | "SapTableSource" | "SqlSource" | "SqlServerSource" | "AmazonRdsForSqlServerSource" | "AzureSqlSource" | "SqlMISource" | "SqlDWSource" | "AzureMySqlSource" | "TeradataSource" | "CassandraSource" | "AmazonMWSSource" | "AzurePostgreSqlSource" | "ConcurSource" | "CouchbaseSource" | "DrillSource" | "EloquaSource" | "GoogleBigQuerySource" | "GreenplumSource" | "HBaseSource" | "HiveSource" | "HubspotSource" | "ImpalaSource" | "JiraSource" | "MagentoSource" | "MariaDBSource" | "AzureMariaDBSource" | "MarketoSource" | "PaypalSource" | "PhoenixSource" | "PrestoSource" | "QuickBooksSource" | "ServiceNowSource" | "ShopifySource" | "SparkSource" | "SquareSource" | "XeroSource" | "ZohoSource" | "NetezzaSource" | "VerticaSource" | "SalesforceMarketingCloudSource" | "ResponsysSource" | "DynamicsAXSource" | "OracleServiceCloudSource" | "GoogleAdWordsSource" | "AmazonRedshiftSource" | "WarehouseSource" | "SalesforceV2Source";
|
|
7514
|
+
type: "TabularSource" | "AzureTableSource" | "InformixSource" | "Db2Source" | "OdbcSource" | "MySqlSource" | "PostgreSqlSource" | "PostgreSqlV2Source" | "SybaseSource" | "SapBwSource" | "SalesforceSource" | "SapCloudForCustomerSource" | "SapEccSource" | "SapHanaSource" | "SapOpenHubSource" | "SapOdpSource" | "SapTableSource" | "SqlSource" | "SqlServerSource" | "AmazonRdsForSqlServerSource" | "AzureSqlSource" | "SqlMISource" | "SqlDWSource" | "AzureMySqlSource" | "TeradataSource" | "CassandraSource" | "AmazonMWSSource" | "AzurePostgreSqlSource" | "ConcurSource" | "CouchbaseSource" | "DrillSource" | "EloquaSource" | "GoogleBigQuerySource" | "GoogleBigQueryV2Source" | "GreenplumSource" | "HBaseSource" | "HiveSource" | "HubspotSource" | "ImpalaSource" | "JiraSource" | "MagentoSource" | "MariaDBSource" | "AzureMariaDBSource" | "MarketoSource" | "PaypalSource" | "PhoenixSource" | "PrestoSource" | "QuickBooksSource" | "ServiceNowSource" | "ShopifySource" | "SparkSource" | "SquareSource" | "XeroSource" | "ZohoSource" | "NetezzaSource" | "VerticaSource" | "SalesforceMarketingCloudSource" | "ResponsysSource" | "DynamicsAXSource" | "OracleServiceCloudSource" | "GoogleAdWordsSource" | "AmazonRedshiftSource" | "WarehouseSource" | "SalesforceV2Source" | "ServiceNowV2Source";
|
|
7396
7515
|
/** Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */
|
|
7397
7516
|
queryTimeout?: any;
|
|
7398
7517
|
/** Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects). */
|
|
@@ -9093,6 +9212,13 @@ export interface PostgreSqlSource extends TabularSource {
|
|
|
9093
9212
|
/** Database query. Type: string (or Expression with resultType string). */
|
|
9094
9213
|
query?: any;
|
|
9095
9214
|
}
|
|
9215
|
+
/** A copy activity source for PostgreSQL databases. */
|
|
9216
|
+
export interface PostgreSqlV2Source extends TabularSource {
|
|
9217
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
9218
|
+
type: "PostgreSqlV2Source";
|
|
9219
|
+
/** Database query. Type: string (or Expression with resultType string). */
|
|
9220
|
+
query?: any;
|
|
9221
|
+
}
|
|
9096
9222
|
/** A copy activity source for Sybase databases. */
|
|
9097
9223
|
export interface SybaseSource extends TabularSource {
|
|
9098
9224
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -9382,6 +9508,13 @@ export interface GoogleBigQuerySource extends TabularSource {
|
|
|
9382
9508
|
/** A query to retrieve data from source. Type: string (or Expression with resultType string). */
|
|
9383
9509
|
query?: any;
|
|
9384
9510
|
}
|
|
9511
|
+
/** A copy activity Google BigQuery service source. */
|
|
9512
|
+
export interface GoogleBigQueryV2Source extends TabularSource {
|
|
9513
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
9514
|
+
type: "GoogleBigQueryV2Source";
|
|
9515
|
+
/** A query to retrieve data from source. Type: string (or Expression with resultType string). */
|
|
9516
|
+
query?: any;
|
|
9517
|
+
}
|
|
9385
9518
|
/** A copy activity Greenplum Database source. */
|
|
9386
9519
|
export interface GreenplumSource extends TabularSource {
|
|
9387
9520
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -9612,6 +9745,13 @@ export interface SalesforceV2Source extends TabularSource {
|
|
|
9612
9745
|
/** This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean). */
|
|
9613
9746
|
includeDeletedObjects?: any;
|
|
9614
9747
|
}
|
|
9748
|
+
/** A copy activity ServiceNowV2 server source. */
|
|
9749
|
+
export interface ServiceNowV2Source extends TabularSource {
|
|
9750
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
9751
|
+
type: "ServiceNowV2Source";
|
|
9752
|
+
/** Expression to filter data from source. */
|
|
9753
|
+
expression?: ExpressionV2;
|
|
9754
|
+
}
|
|
9615
9755
|
/** Referenced tumbling window trigger dependency. */
|
|
9616
9756
|
export interface TumblingWindowTriggerDependencyReference extends TriggerDependencyReference {
|
|
9617
9757
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -10727,6 +10867,22 @@ export declare enum KnownGoogleBigQueryAuthenticationType {
|
|
|
10727
10867
|
* **UserAuthentication**
|
|
10728
10868
|
*/
|
|
10729
10869
|
export type GoogleBigQueryAuthenticationType = string;
|
|
10870
|
+
/** Known values of {@link GoogleBigQueryV2AuthenticationType} that the service accepts. */
|
|
10871
|
+
export declare enum KnownGoogleBigQueryV2AuthenticationType {
|
|
10872
|
+
/** ServiceAuthentication */
|
|
10873
|
+
ServiceAuthentication = "ServiceAuthentication",
|
|
10874
|
+
/** UserAuthentication */
|
|
10875
|
+
UserAuthentication = "UserAuthentication"
|
|
10876
|
+
}
|
|
10877
|
+
/**
|
|
10878
|
+
* Defines values for GoogleBigQueryV2AuthenticationType. \
|
|
10879
|
+
* {@link KnownGoogleBigQueryV2AuthenticationType} can be used interchangeably with GoogleBigQueryV2AuthenticationType,
|
|
10880
|
+
* this enum contains the known values that the service supports.
|
|
10881
|
+
* ### Known values supported by the service
|
|
10882
|
+
* **ServiceAuthentication** \
|
|
10883
|
+
* **UserAuthentication**
|
|
10884
|
+
*/
|
|
10885
|
+
export type GoogleBigQueryV2AuthenticationType = string;
|
|
10730
10886
|
/** Known values of {@link HBaseAuthenticationType} that the service accepts. */
|
|
10731
10887
|
export declare enum KnownHBaseAuthenticationType {
|
|
10732
10888
|
/** Anonymous */
|
|
@@ -10968,6 +11124,22 @@ export declare enum KnownSnowflakeAuthenticationType {
|
|
|
10968
11124
|
* **AADServicePrincipal**
|
|
10969
11125
|
*/
|
|
10970
11126
|
export type SnowflakeAuthenticationType = string;
|
|
11127
|
+
/** Known values of {@link ServiceNowV2AuthenticationType} that the service accepts. */
|
|
11128
|
+
export declare enum KnownServiceNowV2AuthenticationType {
|
|
11129
|
+
/** Basic */
|
|
11130
|
+
Basic = "Basic",
|
|
11131
|
+
/** OAuth2 */
|
|
11132
|
+
OAuth2 = "OAuth2"
|
|
11133
|
+
}
|
|
11134
|
+
/**
|
|
11135
|
+
* Defines values for ServiceNowV2AuthenticationType. \
|
|
11136
|
+
* {@link KnownServiceNowV2AuthenticationType} can be used interchangeably with ServiceNowV2AuthenticationType,
|
|
11137
|
+
* this enum contains the known values that the service supports.
|
|
11138
|
+
* ### Known values supported by the service
|
|
11139
|
+
* **Basic** \
|
|
11140
|
+
* **OAuth2**
|
|
11141
|
+
*/
|
|
11142
|
+
export type ServiceNowV2AuthenticationType = string;
|
|
10971
11143
|
/** Known values of {@link CassandraSourceReadConsistencyLevels} that the service accepts. */
|
|
10972
11144
|
export declare enum KnownCassandraSourceReadConsistencyLevels {
|
|
10973
11145
|
/** ALL */
|
|
@@ -11442,6 +11614,28 @@ export declare enum KnownSalesforceV2SinkWriteBehavior {
|
|
|
11442
11614
|
* **Upsert**
|
|
11443
11615
|
*/
|
|
11444
11616
|
export type SalesforceV2SinkWriteBehavior = string;
|
|
11617
|
+
/** Known values of {@link ExpressionV2Type} that the service accepts. */
|
|
11618
|
+
export declare enum KnownExpressionV2Type {
|
|
11619
|
+
/** Constant */
|
|
11620
|
+
Constant = "Constant",
|
|
11621
|
+
/** Field */
|
|
11622
|
+
Field = "Field",
|
|
11623
|
+
/** Unary */
|
|
11624
|
+
Unary = "Unary",
|
|
11625
|
+
/** Binary */
|
|
11626
|
+
Binary = "Binary"
|
|
11627
|
+
}
|
|
11628
|
+
/**
|
|
11629
|
+
* Defines values for ExpressionV2Type. \
|
|
11630
|
+
* {@link KnownExpressionV2Type} can be used interchangeably with ExpressionV2Type,
|
|
11631
|
+
* this enum contains the known values that the service supports.
|
|
11632
|
+
* ### Known values supported by the service
|
|
11633
|
+
* **Constant** \
|
|
11634
|
+
* **Field** \
|
|
11635
|
+
* **Unary** \
|
|
11636
|
+
* **Binary**
|
|
11637
|
+
*/
|
|
11638
|
+
export type ExpressionV2Type = string;
|
|
11445
11639
|
/** Known values of {@link RecurrenceFrequency} that the service accepts. */
|
|
11446
11640
|
export declare enum KnownRecurrenceFrequency {
|
|
11447
11641
|
/** NotSpecified */
|