@azure/synapse-artifacts 1.0.0-alpha.20250319.1 → 1.0.0-alpha.20250321.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/README.md +2 -0
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +1 -0
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +1237 -481
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +70 -0
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +28 -8
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +4726 -3094
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/tracing.js +1 -1
- package/dist/browser/tracing.js.map +1 -1
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +1 -0
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +1237 -481
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +73 -3
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +28 -8
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +4739 -3107
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/tracing.js +1 -1
- package/dist/commonjs/tracing.js.map +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/index.d.ts +1237 -481
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +70 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +28 -8
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +4726 -3094
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/tracing.js +1 -1
- package/dist/esm/tracing.js.map +1 -1
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +1 -0
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/models/index.d.ts +1237 -481
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +70 -0
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +28 -8
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +4726 -3094
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/tracing.js +1 -1
- package/dist/react-native/tracing.js.map +1 -1
- package/package.json +3 -3
|
@@ -2,7 +2,7 @@ import type * as coreClient from "@azure/core-client";
|
|
|
2
2
|
export type SecretBaseUnion = SecretBase | SecureString | AzureKeyVaultSecretReference;
|
|
3
3
|
export type DataFlowUnion = DataFlow | MappingDataFlow | Flowlet;
|
|
4
4
|
export type IntegrationRuntimeUnion = IntegrationRuntime | ManagedIntegrationRuntime | SelfHostedIntegrationRuntime;
|
|
5
|
-
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;
|
|
5
|
+
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;
|
|
6
6
|
export type LinkedServiceUnion = LinkedService | AzureStorageLinkedService | AzureBlobStorageLinkedService | AzureTableStorageLinkedService | AzureSqlDWLinkedService | SqlServerLinkedService | AmazonRdsForSqlServerLinkedService | AzureSqlDatabaseLinkedService | AzureSqlMILinkedService | AzureBatchLinkedService | AzureKeyVaultLinkedService | CosmosDbLinkedService | DynamicsLinkedService | DynamicsCrmLinkedService | CommonDataServiceForAppsLinkedService | HDInsightLinkedService | FileServerLinkedService | AzureFileStorageLinkedService | 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 | PowerBIWorkspaceLinkedService | SalesforceV2LinkedService | SalesforceServiceCloudV2LinkedService | WarehouseLinkedService;
|
|
7
7
|
export type ActivityUnion = Activity | ControlActivityUnion | ExecutionActivityUnion | SqlPoolStoredProcedureActivity;
|
|
8
8
|
export type TriggerUnion = Trigger | RerunTumblingWindowTrigger | MultiplePipelineTriggerUnion | TumblingWindowTrigger | ChainingTrigger;
|
|
@@ -13,11 +13,11 @@ export type StoreReadSettingsUnion = StoreReadSettings | AzureBlobStorageReadSet
|
|
|
13
13
|
export type StoreWriteSettingsUnion = StoreWriteSettings | SftpWriteSettings | AzureBlobStorageWriteSettings | AzureBlobFSWriteSettings | AzureDataLakeStoreWriteSettings | FileServerWriteSettings | AzureFileStorageWriteSettings | LakeHouseWriteSettings;
|
|
14
14
|
export type FormatReadSettingsUnion = FormatReadSettings | ParquetReadSettings | DelimitedTextReadSettings | JsonReadSettings | XmlReadSettings | BinaryReadSettings;
|
|
15
15
|
export type CompressionReadSettingsUnion = CompressionReadSettings | ZipDeflateReadSettings | TarReadSettings | TarGZipReadSettings;
|
|
16
|
-
export type FormatWriteSettingsUnion = FormatWriteSettings | AvroWriteSettings | OrcWriteSettings | ParquetWriteSettings | DelimitedTextWriteSettings | JsonWriteSettings;
|
|
16
|
+
export type FormatWriteSettingsUnion = FormatWriteSettings | AvroWriteSettings | OrcWriteSettings | ParquetWriteSettings | DelimitedTextWriteSettings | JsonWriteSettings | IcebergWriteSettings;
|
|
17
17
|
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;
|
|
18
|
-
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 | CosmosDbMongoDbApiSink | LakeHouseTableSink | SalesforceV2Sink | SalesforceServiceCloudV2Sink;
|
|
18
|
+
export type CopySinkUnion = CopySink | DelimitedTextSink | JsonSink | OrcSink | RestSink | TeradataSink | 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 | CosmosDbMongoDbApiSink | LakeHouseTableSink | SalesforceV2Sink | SalesforceServiceCloudV2Sink;
|
|
19
|
+
export type ImportSettingsUnion = ImportSettings | TeradataImportCommand | AzureDatabricksDeltaLakeImportCommand | SnowflakeImportCopyCommand;
|
|
19
20
|
export type ExportSettingsUnion = ExportSettings | SnowflakeExportCopyCommand | AzureDatabricksDeltaLakeExportCommand;
|
|
20
|
-
export type ImportSettingsUnion = ImportSettings | AzureDatabricksDeltaLakeImportCommand | SnowflakeImportCopyCommand;
|
|
21
21
|
export type CopyTranslatorUnion = CopyTranslator | TabularTranslator;
|
|
22
22
|
export type DependencyReferenceUnion = DependencyReference | TriggerDependencyReferenceUnion | SelfDependencyTumblingWindowTriggerReference;
|
|
23
23
|
export type LinkedIntegrationRuntimeTypeUnion = LinkedIntegrationRuntimeType | LinkedIntegrationRuntimeKeyAuthorization | LinkedIntegrationRuntimeRbacAuthorization;
|
|
@@ -854,7 +854,7 @@ export interface DataFlowDebugPackage {
|
|
|
854
854
|
/** The Azure Data Factory nested object which identifies data within different data stores, such as tables, files, folders, and documents. */
|
|
855
855
|
export interface Dataset {
|
|
856
856
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
857
|
-
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" | "
|
|
857
|
+
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";
|
|
858
858
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
859
859
|
[property: string]: any;
|
|
860
860
|
/** Dataset description. */
|
|
@@ -889,9 +889,11 @@ export interface DatasetFolder {
|
|
|
889
889
|
/** The Azure Synapse nested object which contains the information and credential which can be used to connect with related store or compute resource. */
|
|
890
890
|
export interface LinkedService {
|
|
891
891
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
892
|
-
type: "AzureStorage" | "AzureBlobStorage" | "AzureTableStorage" | "AzureSqlDW" | "SqlServer" | "AmazonRdsForSqlServer" | "AzureSqlDatabase" | "AzureSqlMI" | "AzureBatch" | "AzureKeyVault" | "CosmosDb" | "Dynamics" | "DynamicsCrm" | "CommonDataServiceForApps" | "HDInsight" | "FileServer" | "AzureFileStorage" | "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" | "
|
|
892
|
+
type: "AzureStorage" | "AzureBlobStorage" | "AzureTableStorage" | "AzureSqlDW" | "SqlServer" | "AmazonRdsForSqlServer" | "AzureSqlDatabase" | "AzureSqlMI" | "AzureBatch" | "AzureKeyVault" | "CosmosDb" | "Dynamics" | "DynamicsCrm" | "CommonDataServiceForApps" | "HDInsight" | "FileServer" | "AzureFileStorage" | "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" | "PowerBIWorkspace" | "SalesforceV2" | "SalesforceServiceCloudV2" | "Warehouse";
|
|
893
893
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
894
894
|
[property: string]: any;
|
|
895
|
+
/** Version of the linked service. */
|
|
896
|
+
version?: string;
|
|
895
897
|
/** The integration runtime reference. */
|
|
896
898
|
connectVia?: IntegrationRuntimeReference;
|
|
897
899
|
/** Linked service description. */
|
|
@@ -2159,6 +2161,60 @@ export interface DatasetCompression {
|
|
|
2159
2161
|
/** The dataset compression level. Type: string (or Expression with resultType string). */
|
|
2160
2162
|
level?: any;
|
|
2161
2163
|
}
|
|
2164
|
+
/** Azure Storage linked service properties. */
|
|
2165
|
+
export interface AzureStorageLinkedServiceTypeProperties {
|
|
2166
|
+
/** The connection string. It is mutually exclusive with sasUri property. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
2167
|
+
connectionString?: any;
|
|
2168
|
+
/** The Azure key vault secret reference of accountKey in connection string. */
|
|
2169
|
+
accountKey?: AzureKeyVaultSecretReference;
|
|
2170
|
+
/** SAS URI of the Azure Storage resource. It is mutually exclusive with connectionString property. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
2171
|
+
sasUri?: any;
|
|
2172
|
+
/** The Azure key vault secret reference of sasToken in sas uri. */
|
|
2173
|
+
sasToken?: AzureKeyVaultSecretReference;
|
|
2174
|
+
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
2175
|
+
encryptedCredential?: string;
|
|
2176
|
+
}
|
|
2177
|
+
/** Sql Server family connector common linked service properties. */
|
|
2178
|
+
export interface SqlServerBaseLinkedServiceTypeProperties {
|
|
2179
|
+
/** The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string). */
|
|
2180
|
+
server?: any;
|
|
2181
|
+
/** The name of the database, used by recommended version. Type: string (or Expression with resultType string). */
|
|
2182
|
+
database?: any;
|
|
2183
|
+
/** Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string). */
|
|
2184
|
+
encrypt?: any;
|
|
2185
|
+
/** Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
2186
|
+
trustServerCertificate?: any;
|
|
2187
|
+
/** The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string). */
|
|
2188
|
+
hostNameInCertificate?: any;
|
|
2189
|
+
/** The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string). */
|
|
2190
|
+
applicationIntent?: any;
|
|
2191
|
+
/** The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
2192
|
+
connectTimeout?: any;
|
|
2193
|
+
/** The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer). */
|
|
2194
|
+
connectRetryCount?: any;
|
|
2195
|
+
/** The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer). */
|
|
2196
|
+
connectRetryInterval?: any;
|
|
2197
|
+
/** The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
2198
|
+
loadBalanceTimeout?: any;
|
|
2199
|
+
/** The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
2200
|
+
commandTimeout?: any;
|
|
2201
|
+
/** Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
2202
|
+
integratedSecurity?: any;
|
|
2203
|
+
/** The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string). */
|
|
2204
|
+
failoverPartner?: any;
|
|
2205
|
+
/** The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
2206
|
+
maxPoolSize?: any;
|
|
2207
|
+
/** The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
2208
|
+
minPoolSize?: any;
|
|
2209
|
+
/** When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection. Type: Boolean (or Expression with resultType boolean). */
|
|
2210
|
+
multipleActiveResultSets?: any;
|
|
2211
|
+
/** If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
2212
|
+
multiSubnetFailover?: any;
|
|
2213
|
+
/** The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
2214
|
+
packetSize?: any;
|
|
2215
|
+
/** Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
2216
|
+
pooling?: any;
|
|
2217
|
+
}
|
|
2162
2218
|
/** Sql always encrypted properties. */
|
|
2163
2219
|
export interface SqlAlwaysEncryptedProperties {
|
|
2164
2220
|
/** Sql always encrypted AKV authentication type. Type: string. */
|
|
@@ -2277,7 +2333,7 @@ export interface CompressionReadSettings {
|
|
|
2277
2333
|
/** Format write settings. */
|
|
2278
2334
|
export interface FormatWriteSettings {
|
|
2279
2335
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2280
|
-
type: "AvroWriteSettings" | "OrcWriteSettings" | "ParquetWriteSettings" | "DelimitedTextWriteSettings" | "JsonWriteSettings";
|
|
2336
|
+
type: "AvroWriteSettings" | "OrcWriteSettings" | "ParquetWriteSettings" | "DelimitedTextWriteSettings" | "JsonWriteSettings" | "IcebergWriteSettings";
|
|
2281
2337
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
2282
2338
|
[property: string]: any;
|
|
2283
2339
|
}
|
|
@@ -2297,7 +2353,7 @@ export interface CopySource {
|
|
|
2297
2353
|
/** A copy activity sink. */
|
|
2298
2354
|
export interface CopySink {
|
|
2299
2355
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2300
|
-
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" | "CosmosDbMongoDbApiSink" | "LakeHouseTableSink" | "SalesforceV2Sink" | "SalesforceServiceCloudV2Sink";
|
|
2356
|
+
type: "DelimitedTextSink" | "JsonSink" | "OrcSink" | "RestSink" | "TeradataSink" | "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" | "CosmosDbMongoDbApiSink" | "LakeHouseTableSink" | "SalesforceV2Sink" | "SalesforceServiceCloudV2Sink";
|
|
2301
2357
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
2302
2358
|
[property: string]: any;
|
|
2303
2359
|
/** Write batch size. Type: integer (or Expression with resultType integer), minimum: 0. */
|
|
@@ -2430,6 +2486,13 @@ export interface TeradataPartitionSettings {
|
|
|
2430
2486
|
/** The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). */
|
|
2431
2487
|
partitionLowerBound?: any;
|
|
2432
2488
|
}
|
|
2489
|
+
/** Import command settings. */
|
|
2490
|
+
export interface ImportSettings {
|
|
2491
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2492
|
+
type: "TeradataImportCommand" | "AzureDatabricksDeltaLakeImportCommand" | "SnowflakeImportCopyCommand";
|
|
2493
|
+
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
2494
|
+
[property: string]: any;
|
|
2495
|
+
}
|
|
2433
2496
|
/** Cursor methods for Mongodb query */
|
|
2434
2497
|
export interface MongoDbCursorMethodsProperties {
|
|
2435
2498
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
@@ -2471,13 +2534,6 @@ export interface ExportSettings {
|
|
|
2471
2534
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
2472
2535
|
[property: string]: any;
|
|
2473
2536
|
}
|
|
2474
|
-
/** Import command settings. */
|
|
2475
|
-
export interface ImportSettings {
|
|
2476
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2477
|
-
type: "AzureDatabricksDeltaLakeImportCommand" | "SnowflakeImportCopyCommand";
|
|
2478
|
-
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
2479
|
-
[property: string]: any;
|
|
2480
|
-
}
|
|
2481
2537
|
/** DW Copy Command settings. */
|
|
2482
2538
|
export interface DWCopyCommandSettings {
|
|
2483
2539
|
/** Specifies the default values for each target column in SQL DW. The default values in the property overwrite the DEFAULT constraint set in the DB, and identity column cannot have a default value. Type: array of objects (or Expression with resultType array of objects). */
|
|
@@ -2670,6 +2726,15 @@ export interface SecureInputOutputPolicy {
|
|
|
2670
2726
|
/** When set to true, Output from activity is considered as secure and will not be logged to monitoring. */
|
|
2671
2727
|
secureOutput?: boolean;
|
|
2672
2728
|
}
|
|
2729
|
+
/** Continuation settings for execute data flow activity. */
|
|
2730
|
+
export interface ContinuationSettingsReference {
|
|
2731
|
+
/** Continuation TTL in minutes. */
|
|
2732
|
+
continuationTtlInMinutes?: any;
|
|
2733
|
+
/** Idle condition. */
|
|
2734
|
+
idleCondition?: any;
|
|
2735
|
+
/** Customized checkpoint key. */
|
|
2736
|
+
customizedCheckpointKey?: any;
|
|
2737
|
+
}
|
|
2673
2738
|
/** Compute properties for data flow activity. */
|
|
2674
2739
|
export interface ExecuteDataFlowActivityTypePropertiesCompute {
|
|
2675
2740
|
/** Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string) */
|
|
@@ -2713,14 +2778,21 @@ export interface SparkConfigurationParametrizationReference {
|
|
|
2713
2778
|
/** Reference spark configuration name. Type: string (or Expression with resultType string). */
|
|
2714
2779
|
referenceName: any;
|
|
2715
2780
|
}
|
|
2781
|
+
/** Synapse activity authentication properties. */
|
|
2782
|
+
export interface SynapseActivityAuthentication {
|
|
2783
|
+
/** Synapse activity authentication (MSI/UserAssignedManagedIdentity) */
|
|
2784
|
+
type: string;
|
|
2785
|
+
/** The credential reference containing authentication information. */
|
|
2786
|
+
credential?: CredentialReference;
|
|
2787
|
+
}
|
|
2716
2788
|
/** Nested representation of a complex expression. */
|
|
2717
2789
|
export interface ExpressionV2 {
|
|
2718
2790
|
/** Type of expressions supported by the system. Type: string. */
|
|
2719
2791
|
type?: ExpressionV2Type;
|
|
2720
2792
|
/** Value for Constant/Field Type: string. */
|
|
2721
2793
|
value?: string;
|
|
2722
|
-
/** Expression operator value Type:
|
|
2723
|
-
|
|
2794
|
+
/** Expression operator value Type: list of strings. */
|
|
2795
|
+
operators?: string[];
|
|
2724
2796
|
/** List of nested expressions. */
|
|
2725
2797
|
operands?: ExpressionV2[];
|
|
2726
2798
|
}
|
|
@@ -2788,7 +2860,7 @@ export interface TriggerReference {
|
|
|
2788
2860
|
export interface IntegrationRuntimeComputeProperties {
|
|
2789
2861
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
2790
2862
|
[property: string]: any;
|
|
2791
|
-
/** The location for managed integration runtime. The supported regions could be found on https://
|
|
2863
|
+
/** The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities */
|
|
2792
2864
|
location?: string;
|
|
2793
2865
|
/** The node size requirement to managed integration runtime. */
|
|
2794
2866
|
nodeSize?: string;
|
|
@@ -3132,6 +3204,13 @@ export interface BinaryDataset extends Dataset {
|
|
|
3132
3204
|
/** The data compression method used for the binary dataset. */
|
|
3133
3205
|
compression?: DatasetCompression;
|
|
3134
3206
|
}
|
|
3207
|
+
/** Iceberg dataset. */
|
|
3208
|
+
export interface IcebergDataset extends Dataset {
|
|
3209
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3210
|
+
type: "Iceberg";
|
|
3211
|
+
/** The location of the iceberg storage. Setting a file name is not allowed for iceberg format. */
|
|
3212
|
+
location?: DatasetLocationUnion;
|
|
3213
|
+
}
|
|
3135
3214
|
/** The Azure Blob storage. */
|
|
3136
3215
|
export interface AzureBlobDataset extends Dataset {
|
|
3137
3216
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -3926,11 +4005,13 @@ export interface AzureDatabricksDeltaLakeDataset extends Dataset {
|
|
|
3926
4005
|
/** The database name of delta table. Type: string (or Expression with resultType string). */
|
|
3927
4006
|
database?: any;
|
|
3928
4007
|
}
|
|
3929
|
-
/** Microsoft Fabric
|
|
4008
|
+
/** Microsoft Fabric Lakehouse Table. */
|
|
3930
4009
|
export interface LakeHouseTableDataset extends Dataset {
|
|
3931
4010
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3932
|
-
type: "
|
|
3933
|
-
/** The name of Microsoft Fabric
|
|
4011
|
+
type: "LakehouseTable";
|
|
4012
|
+
/** The schema name of Microsoft Fabric Lakehouse Table. Type: string (or Expression with resultType string). */
|
|
4013
|
+
schemaTypePropertiesSchema?: any;
|
|
4014
|
+
/** The name of Microsoft Fabric Lakehouse Table. Type: string (or Expression with resultType string). */
|
|
3934
4015
|
table?: any;
|
|
3935
4016
|
}
|
|
3936
4017
|
/** The Salesforce V2 object dataset. */
|
|
@@ -4029,19 +4110,69 @@ export interface AzureTableStorageLinkedService extends LinkedService {
|
|
|
4029
4110
|
sasToken?: AzureKeyVaultSecretReference;
|
|
4030
4111
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
4031
4112
|
encryptedCredential?: string;
|
|
4113
|
+
/** Table service endpoint of the Azure Table Storage resource. It is mutually exclusive with connectionString, sasUri property. */
|
|
4114
|
+
serviceEndpoint?: any;
|
|
4115
|
+
/** The credential reference containing authentication information. */
|
|
4116
|
+
credential?: CredentialReference;
|
|
4032
4117
|
}
|
|
4033
4118
|
/** Azure SQL Data Warehouse linked service. */
|
|
4034
4119
|
export interface AzureSqlDWLinkedService extends LinkedService {
|
|
4035
4120
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4036
4121
|
type: "AzureSqlDW";
|
|
4122
|
+
/** The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string). */
|
|
4123
|
+
server?: any;
|
|
4124
|
+
/** The name of the database, used by recommended version. Type: string (or Expression with resultType string). */
|
|
4125
|
+
database?: any;
|
|
4126
|
+
/** Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string). */
|
|
4127
|
+
encrypt?: any;
|
|
4128
|
+
/** Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
4129
|
+
trustServerCertificate?: any;
|
|
4130
|
+
/** The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string). */
|
|
4131
|
+
hostNameInCertificate?: any;
|
|
4132
|
+
/** The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string). */
|
|
4133
|
+
applicationIntent?: any;
|
|
4134
|
+
/** The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4135
|
+
connectTimeout?: any;
|
|
4136
|
+
/** The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer). */
|
|
4137
|
+
connectRetryCount?: any;
|
|
4138
|
+
/** The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer). */
|
|
4139
|
+
connectRetryInterval?: any;
|
|
4140
|
+
/** The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4141
|
+
loadBalanceTimeout?: any;
|
|
4142
|
+
/** The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4143
|
+
commandTimeout?: any;
|
|
4144
|
+
/** Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
4145
|
+
integratedSecurity?: any;
|
|
4146
|
+
/** The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string). */
|
|
4147
|
+
failoverPartner?: any;
|
|
4148
|
+
/** The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4149
|
+
maxPoolSize?: any;
|
|
4150
|
+
/** The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4151
|
+
minPoolSize?: any;
|
|
4152
|
+
/** When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection. Type: Boolean (or Expression with resultType boolean). */
|
|
4153
|
+
multipleActiveResultSets?: any;
|
|
4154
|
+
/** If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
4155
|
+
multiSubnetFailover?: any;
|
|
4156
|
+
/** The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4157
|
+
packetSize?: any;
|
|
4158
|
+
/** Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
4159
|
+
pooling?: any;
|
|
4037
4160
|
/** The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
4038
|
-
connectionString
|
|
4161
|
+
connectionString?: any;
|
|
4162
|
+
/** The type used for authentication. Type: string. */
|
|
4163
|
+
authenticationType?: AzureSqlDWAuthenticationType;
|
|
4164
|
+
/** The user name to be used when connecting to server. Type: string (or Expression with resultType string). */
|
|
4165
|
+
userName?: any;
|
|
4039
4166
|
/** The Azure key vault secret reference of password in connection string. */
|
|
4040
4167
|
password?: AzureKeyVaultSecretReference;
|
|
4041
4168
|
/** The ID of the service principal used to authenticate against Azure SQL Data Warehouse. Type: string (or Expression with resultType string). */
|
|
4042
4169
|
servicePrincipalId?: any;
|
|
4043
4170
|
/** The key of the service principal used to authenticate against Azure SQL Data Warehouse. */
|
|
4044
4171
|
servicePrincipalKey?: SecretBaseUnion;
|
|
4172
|
+
/** The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string). */
|
|
4173
|
+
servicePrincipalCredentialType?: any;
|
|
4174
|
+
/** 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. */
|
|
4175
|
+
servicePrincipalCredential?: SecretBaseUnion;
|
|
4045
4176
|
/** The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string). */
|
|
4046
4177
|
tenant?: any;
|
|
4047
4178
|
/** Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string). */
|
|
@@ -4055,8 +4186,48 @@ export interface AzureSqlDWLinkedService extends LinkedService {
|
|
|
4055
4186
|
export interface SqlServerLinkedService extends LinkedService {
|
|
4056
4187
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4057
4188
|
type: "SqlServer";
|
|
4189
|
+
/** The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string). */
|
|
4190
|
+
server?: any;
|
|
4191
|
+
/** The name of the database, used by recommended version. Type: string (or Expression with resultType string). */
|
|
4192
|
+
database?: any;
|
|
4193
|
+
/** Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string). */
|
|
4194
|
+
encrypt?: any;
|
|
4195
|
+
/** Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
4196
|
+
trustServerCertificate?: any;
|
|
4197
|
+
/** The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string). */
|
|
4198
|
+
hostNameInCertificate?: any;
|
|
4199
|
+
/** The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string). */
|
|
4200
|
+
applicationIntent?: any;
|
|
4201
|
+
/** The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4202
|
+
connectTimeout?: any;
|
|
4203
|
+
/** The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer). */
|
|
4204
|
+
connectRetryCount?: any;
|
|
4205
|
+
/** The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer). */
|
|
4206
|
+
connectRetryInterval?: any;
|
|
4207
|
+
/** The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4208
|
+
loadBalanceTimeout?: any;
|
|
4209
|
+
/** The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4210
|
+
commandTimeout?: any;
|
|
4211
|
+
/** Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
4212
|
+
integratedSecurity?: any;
|
|
4213
|
+
/** The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string). */
|
|
4214
|
+
failoverPartner?: any;
|
|
4215
|
+
/** The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4216
|
+
maxPoolSize?: any;
|
|
4217
|
+
/** The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4218
|
+
minPoolSize?: any;
|
|
4219
|
+
/** When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection. Type: Boolean (or Expression with resultType boolean). */
|
|
4220
|
+
multipleActiveResultSets?: any;
|
|
4221
|
+
/** If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
4222
|
+
multiSubnetFailover?: any;
|
|
4223
|
+
/** The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4224
|
+
packetSize?: any;
|
|
4225
|
+
/** Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
4226
|
+
pooling?: any;
|
|
4058
4227
|
/** The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
4059
|
-
connectionString
|
|
4228
|
+
connectionString?: any;
|
|
4229
|
+
/** The type used for authentication. Type: string. */
|
|
4230
|
+
authenticationType?: SqlServerAuthenticationType;
|
|
4060
4231
|
/** The on-premises Windows authentication user name. Type: string (or Expression with resultType string). */
|
|
4061
4232
|
userName?: any;
|
|
4062
4233
|
/** The on-premises Windows authentication password. */
|
|
@@ -4065,13 +4236,55 @@ export interface SqlServerLinkedService extends LinkedService {
|
|
|
4065
4236
|
encryptedCredential?: any;
|
|
4066
4237
|
/** Sql always encrypted properties. */
|
|
4067
4238
|
alwaysEncryptedSettings?: SqlAlwaysEncryptedProperties;
|
|
4239
|
+
/** The credential reference containing authentication information. */
|
|
4240
|
+
credential?: CredentialReference;
|
|
4068
4241
|
}
|
|
4069
4242
|
/** Amazon RDS for SQL Server linked service. */
|
|
4070
4243
|
export interface AmazonRdsForSqlServerLinkedService extends LinkedService {
|
|
4071
4244
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4072
4245
|
type: "AmazonRdsForSqlServer";
|
|
4246
|
+
/** The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string). */
|
|
4247
|
+
server?: any;
|
|
4248
|
+
/** The name of the database, used by recommended version. Type: string (or Expression with resultType string). */
|
|
4249
|
+
database?: any;
|
|
4250
|
+
/** Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string). */
|
|
4251
|
+
encrypt?: any;
|
|
4252
|
+
/** Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
4253
|
+
trustServerCertificate?: any;
|
|
4254
|
+
/** The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string). */
|
|
4255
|
+
hostNameInCertificate?: any;
|
|
4256
|
+
/** The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string). */
|
|
4257
|
+
applicationIntent?: any;
|
|
4258
|
+
/** The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4259
|
+
connectTimeout?: any;
|
|
4260
|
+
/** The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer). */
|
|
4261
|
+
connectRetryCount?: any;
|
|
4262
|
+
/** The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer). */
|
|
4263
|
+
connectRetryInterval?: any;
|
|
4264
|
+
/** The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4265
|
+
loadBalanceTimeout?: any;
|
|
4266
|
+
/** The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4267
|
+
commandTimeout?: any;
|
|
4268
|
+
/** Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
4269
|
+
integratedSecurity?: any;
|
|
4270
|
+
/** The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string). */
|
|
4271
|
+
failoverPartner?: any;
|
|
4272
|
+
/** The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4273
|
+
maxPoolSize?: any;
|
|
4274
|
+
/** The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4275
|
+
minPoolSize?: any;
|
|
4276
|
+
/** When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection. Type: Boolean (or Expression with resultType boolean). */
|
|
4277
|
+
multipleActiveResultSets?: any;
|
|
4278
|
+
/** If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
4279
|
+
multiSubnetFailover?: any;
|
|
4280
|
+
/** The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4281
|
+
packetSize?: any;
|
|
4282
|
+
/** Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
4283
|
+
pooling?: any;
|
|
4073
4284
|
/** The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
4074
|
-
connectionString
|
|
4285
|
+
connectionString?: any;
|
|
4286
|
+
/** The type used for authentication. Type: string. */
|
|
4287
|
+
authenticationType?: AmazonRdsForSqlServerAuthenticationType;
|
|
4075
4288
|
/** The on-premises Windows authentication user name. Type: string (or Expression with resultType string). */
|
|
4076
4289
|
userName?: any;
|
|
4077
4290
|
/** The on-premises Windows authentication password. */
|
|
@@ -4085,14 +4298,60 @@ export interface AmazonRdsForSqlServerLinkedService extends LinkedService {
|
|
|
4085
4298
|
export interface AzureSqlDatabaseLinkedService extends LinkedService {
|
|
4086
4299
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4087
4300
|
type: "AzureSqlDatabase";
|
|
4301
|
+
/** The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string). */
|
|
4302
|
+
server?: any;
|
|
4303
|
+
/** The name of the database, used by recommended version. Type: string (or Expression with resultType string). */
|
|
4304
|
+
database?: any;
|
|
4305
|
+
/** Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string). */
|
|
4306
|
+
encrypt?: any;
|
|
4307
|
+
/** Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
4308
|
+
trustServerCertificate?: any;
|
|
4309
|
+
/** The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string). */
|
|
4310
|
+
hostNameInCertificate?: any;
|
|
4311
|
+
/** The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string). */
|
|
4312
|
+
applicationIntent?: any;
|
|
4313
|
+
/** The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4314
|
+
connectTimeout?: any;
|
|
4315
|
+
/** The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer). */
|
|
4316
|
+
connectRetryCount?: any;
|
|
4317
|
+
/** The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer). */
|
|
4318
|
+
connectRetryInterval?: any;
|
|
4319
|
+
/** The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4320
|
+
loadBalanceTimeout?: any;
|
|
4321
|
+
/** The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4322
|
+
commandTimeout?: any;
|
|
4323
|
+
/** Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
4324
|
+
integratedSecurity?: any;
|
|
4325
|
+
/** The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string). */
|
|
4326
|
+
failoverPartner?: any;
|
|
4327
|
+
/** The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4328
|
+
maxPoolSize?: any;
|
|
4329
|
+
/** The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4330
|
+
minPoolSize?: any;
|
|
4331
|
+
/** When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection. Type: Boolean (or Expression with resultType boolean). */
|
|
4332
|
+
multipleActiveResultSets?: any;
|
|
4333
|
+
/** If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
4334
|
+
multiSubnetFailover?: any;
|
|
4335
|
+
/** The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4336
|
+
packetSize?: any;
|
|
4337
|
+
/** Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
4338
|
+
pooling?: any;
|
|
4088
4339
|
/** The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
4089
|
-
connectionString
|
|
4340
|
+
connectionString?: any;
|
|
4341
|
+
/** The type used for authentication. Type: string. */
|
|
4342
|
+
authenticationType?: AzureSqlDatabaseAuthenticationType;
|
|
4343
|
+
/** The user name to be used when connecting to server. Type: string (or Expression with resultType string). */
|
|
4344
|
+
userName?: any;
|
|
4090
4345
|
/** The Azure key vault secret reference of password in connection string. */
|
|
4091
4346
|
password?: AzureKeyVaultSecretReference;
|
|
4092
4347
|
/** The ID of the service principal used to authenticate against Azure SQL Database. Type: string (or Expression with resultType string). */
|
|
4093
4348
|
servicePrincipalId?: any;
|
|
4094
4349
|
/** The key of the service principal used to authenticate against Azure SQL Database. */
|
|
4095
4350
|
servicePrincipalKey?: SecretBaseUnion;
|
|
4351
|
+
/** The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string). */
|
|
4352
|
+
servicePrincipalCredentialType?: any;
|
|
4353
|
+
/** 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. */
|
|
4354
|
+
servicePrincipalCredential?: SecretBaseUnion;
|
|
4096
4355
|
/** The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string). */
|
|
4097
4356
|
tenant?: any;
|
|
4098
4357
|
/** Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string). */
|
|
@@ -4108,14 +4367,60 @@ export interface AzureSqlDatabaseLinkedService extends LinkedService {
|
|
|
4108
4367
|
export interface AzureSqlMILinkedService extends LinkedService {
|
|
4109
4368
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4110
4369
|
type: "AzureSqlMI";
|
|
4370
|
+
/** The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string). */
|
|
4371
|
+
server?: any;
|
|
4372
|
+
/** The name of the database, used by recommended version. Type: string (or Expression with resultType string). */
|
|
4373
|
+
database?: any;
|
|
4374
|
+
/** Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string). */
|
|
4375
|
+
encrypt?: any;
|
|
4376
|
+
/** Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
4377
|
+
trustServerCertificate?: any;
|
|
4378
|
+
/** The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string). */
|
|
4379
|
+
hostNameInCertificate?: any;
|
|
4380
|
+
/** The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string). */
|
|
4381
|
+
applicationIntent?: any;
|
|
4382
|
+
/** The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4383
|
+
connectTimeout?: any;
|
|
4384
|
+
/** The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer). */
|
|
4385
|
+
connectRetryCount?: any;
|
|
4386
|
+
/** The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer). */
|
|
4387
|
+
connectRetryInterval?: any;
|
|
4388
|
+
/** The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4389
|
+
loadBalanceTimeout?: any;
|
|
4390
|
+
/** The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4391
|
+
commandTimeout?: any;
|
|
4392
|
+
/** Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
4393
|
+
integratedSecurity?: any;
|
|
4394
|
+
/** The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string). */
|
|
4395
|
+
failoverPartner?: any;
|
|
4396
|
+
/** The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4397
|
+
maxPoolSize?: any;
|
|
4398
|
+
/** The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4399
|
+
minPoolSize?: any;
|
|
4400
|
+
/** When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection. Type: Boolean (or Expression with resultType boolean). */
|
|
4401
|
+
multipleActiveResultSets?: any;
|
|
4402
|
+
/** If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
4403
|
+
multiSubnetFailover?: any;
|
|
4404
|
+
/** The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer). */
|
|
4405
|
+
packetSize?: any;
|
|
4406
|
+
/** Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean). */
|
|
4407
|
+
pooling?: any;
|
|
4111
4408
|
/** The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
4112
|
-
connectionString
|
|
4409
|
+
connectionString?: any;
|
|
4410
|
+
/** The type used for authentication. Type: string. */
|
|
4411
|
+
authenticationType?: AzureSqlMIAuthenticationType;
|
|
4412
|
+
/** The user name to be used when connecting to server. Type: string (or Expression with resultType string). */
|
|
4413
|
+
userName?: any;
|
|
4113
4414
|
/** The Azure key vault secret reference of password in connection string. */
|
|
4114
4415
|
password?: AzureKeyVaultSecretReference;
|
|
4115
4416
|
/** The ID of the service principal used to authenticate against Azure SQL Managed Instance. Type: string (or Expression with resultType string). */
|
|
4116
4417
|
servicePrincipalId?: any;
|
|
4117
4418
|
/** The key of the service principal used to authenticate against Azure SQL Managed Instance. */
|
|
4118
4419
|
servicePrincipalKey?: SecretBaseUnion;
|
|
4420
|
+
/** The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string). */
|
|
4421
|
+
servicePrincipalCredentialType?: any;
|
|
4422
|
+
/** 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. */
|
|
4423
|
+
servicePrincipalCredential?: SecretBaseUnion;
|
|
4119
4424
|
/** The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string). */
|
|
4120
4425
|
tenant?: any;
|
|
4121
4426
|
/** Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string). */
|
|
@@ -4186,8 +4491,10 @@ export interface DynamicsLinkedService extends LinkedService {
|
|
|
4186
4491
|
serviceUri?: any;
|
|
4187
4492
|
/** The organization name of the Dynamics instance. The property is required for on-prem and required for online when there are more than one Dynamics instances associated with the user. Type: string (or Expression with resultType string). */
|
|
4188
4493
|
organizationName?: any;
|
|
4189
|
-
/** The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string). */
|
|
4494
|
+
/** The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string). */
|
|
4190
4495
|
authenticationType: any;
|
|
4496
|
+
/** The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string). */
|
|
4497
|
+
domain?: any;
|
|
4191
4498
|
/** User name to access the Dynamics instance. Type: string (or Expression with resultType string). */
|
|
4192
4499
|
username?: any;
|
|
4193
4500
|
/** Password to access the Dynamics instance. */
|
|
@@ -4217,8 +4524,10 @@ export interface DynamicsCrmLinkedService extends LinkedService {
|
|
|
4217
4524
|
serviceUri?: any;
|
|
4218
4525
|
/** The organization name of the Dynamics CRM instance. The property is required for on-prem and required for online when there are more than one Dynamics CRM instances associated with the user. Type: string (or Expression with resultType string). */
|
|
4219
4526
|
organizationName?: any;
|
|
4220
|
-
/** The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string). */
|
|
4527
|
+
/** The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string). */
|
|
4221
4528
|
authenticationType: any;
|
|
4529
|
+
/** The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string). */
|
|
4530
|
+
domain?: any;
|
|
4222
4531
|
/** User name to access the Dynamics CRM instance. Type: string (or Expression with resultType string). */
|
|
4223
4532
|
username?: any;
|
|
4224
4533
|
/** Password to access the Dynamics CRM instance. */
|
|
@@ -4229,6 +4538,8 @@ export interface DynamicsCrmLinkedService extends LinkedService {
|
|
|
4229
4538
|
servicePrincipalCredentialType?: any;
|
|
4230
4539
|
/** 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. */
|
|
4231
4540
|
servicePrincipalCredential?: SecretBaseUnion;
|
|
4541
|
+
/** The credential reference containing authentication information. */
|
|
4542
|
+
credential?: SecretBaseUnion;
|
|
4232
4543
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
4233
4544
|
encryptedCredential?: any;
|
|
4234
4545
|
}
|
|
@@ -4246,8 +4557,10 @@ export interface CommonDataServiceForAppsLinkedService extends LinkedService {
|
|
|
4246
4557
|
serviceUri?: any;
|
|
4247
4558
|
/** The organization name of the Common Data Service for Apps instance. The property is required for on-prem and required for online when there are more than one Common Data Service for Apps instances associated with the user. Type: string (or Expression with resultType string). */
|
|
4248
4559
|
organizationName?: any;
|
|
4249
|
-
/** The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string). */
|
|
4560
|
+
/** The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string). */
|
|
4250
4561
|
authenticationType: any;
|
|
4562
|
+
/** The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string). */
|
|
4563
|
+
domain?: any;
|
|
4251
4564
|
/** User name to access the Common Data Service for Apps instance. Type: string (or Expression with resultType string). */
|
|
4252
4565
|
username?: any;
|
|
4253
4566
|
/** Password to access the Common Data Service for Apps instance. */
|
|
@@ -4319,6 +4632,10 @@ export interface AzureFileStorageLinkedService extends LinkedService {
|
|
|
4319
4632
|
snapshot?: any;
|
|
4320
4633
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
4321
4634
|
encryptedCredential?: any;
|
|
4635
|
+
/** File service endpoint of the Azure File Storage resource. It is mutually exclusive with connectionString, sasUri property. */
|
|
4636
|
+
serviceEndpoint?: any;
|
|
4637
|
+
/** The credential reference containing authentication information. */
|
|
4638
|
+
credential?: CredentialReference;
|
|
4322
4639
|
}
|
|
4323
4640
|
/** Linked service for Google Cloud Storage. */
|
|
4324
4641
|
export interface GoogleCloudStorageLinkedService extends LinkedService {
|
|
@@ -4333,14 +4650,42 @@ export interface GoogleCloudStorageLinkedService extends LinkedService {
|
|
|
4333
4650
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
4334
4651
|
encryptedCredential?: any;
|
|
4335
4652
|
}
|
|
4336
|
-
/** Oracle database. */
|
|
4653
|
+
/** Oracle database. This linked service has supported version property. The Version 1.0 is scheduled for deprecation while your pipeline will continue to run after EOL but without any bug fix or new features. */
|
|
4337
4654
|
export interface OracleLinkedService extends LinkedService {
|
|
4338
4655
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4339
4656
|
type: "Oracle";
|
|
4340
|
-
/** The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
4657
|
+
/** The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Only used for Version 1.0. */
|
|
4341
4658
|
connectionString: any;
|
|
4659
|
+
/** The location of Oracle database you want to connect to, the supported forms include connector descriptor, Easy Connect (Plus) Naming and Oracle Net Services Name (Only self-hosted IR). Type: string. Only used for Version 2.0. */
|
|
4660
|
+
server?: any;
|
|
4661
|
+
/** Authentication type for connecting to the Oracle database. Only used for Version 2.0. */
|
|
4662
|
+
authenticationType?: OracleAuthenticationType;
|
|
4663
|
+
/** The Oracle database username. Type: string. Only used for Version 2.0. */
|
|
4664
|
+
username?: any;
|
|
4342
4665
|
/** The Azure key vault secret reference of password in connection string. */
|
|
4343
4666
|
password?: AzureKeyVaultSecretReference;
|
|
4667
|
+
/** Specifies the encryption client behavior. Supported values are accepted, rejected, requested or required, default value is required. Type: string. Only used for Version 2.0. */
|
|
4668
|
+
encryptionClient?: any;
|
|
4669
|
+
/** Specifies the encryption algorithms that client can use. Supported values are AES128, AES192, AES256, 3DES112, 3DES168, default value is (AES256). Type: string. Only used for Version 2.0. */
|
|
4670
|
+
encryptionTypesClient?: any;
|
|
4671
|
+
/** Specifies the desired data integrity behavior when this client connects to a server. Supported values are accepted, rejected, requested or required, default value is required. Type: string. Only used for Version 2.0. */
|
|
4672
|
+
cryptoChecksumClient?: any;
|
|
4673
|
+
/** Specifies the crypto-checksum algorithms that client can use. Supported values are SHA1, SHA256, SHA384, SHA512, default value is (SHA512). Type: string. Only used for Version 2.0. */
|
|
4674
|
+
cryptoChecksumTypesClient?: any;
|
|
4675
|
+
/** Specifies the amount that the source initially fetches for LOB columns, default value is 0. Type: integer. Only used for Version 2.0. */
|
|
4676
|
+
initialLobFetchSize?: any;
|
|
4677
|
+
/** Specifies the number of bytes that the driver allocates to fetch the data in one database round-trip, default value is 10485760. Type: integer. Only used for Version 2.0. */
|
|
4678
|
+
fetchSize?: any;
|
|
4679
|
+
/** Specifies the number of cursors or statements to be cached for each database connection, default value is 0. Type: integer. Only used for Version 2.0. */
|
|
4680
|
+
statementCacheSize?: any;
|
|
4681
|
+
/** Specifies a command that is issued immediately after connecting to the database to manage session settings. Type: string. Only used for Version 2.0. */
|
|
4682
|
+
initializationString?: any;
|
|
4683
|
+
/** Specifies whether to use bulk copy or batch insert when loading data into the database, default value is true. Type: boolean. Only used for Version 2.0. */
|
|
4684
|
+
enableBulkLoad?: any;
|
|
4685
|
+
/** Specifies whether to use the Version 1.0 data type mappings. Do not set this to true unless you want to keep backward compatibility with Version 1.0's data type mappings, default value is false. Type: boolean. Only used for Version 2.0. */
|
|
4686
|
+
supportV1DataTypes?: any;
|
|
4687
|
+
/** Specifies whether the driver returns column value with the TIMESTAMP WITH TIME ZONE data type as DateTime or string. This setting is ignored if supportV1DataTypes is not true, default value is true. Type: boolean. Only used for Version 2.0. */
|
|
4688
|
+
fetchTswtzAsTimestamp?: any;
|
|
4344
4689
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
4345
4690
|
encryptedCredential?: any;
|
|
4346
4691
|
}
|
|
@@ -4390,6 +4735,20 @@ export interface MySqlLinkedService extends LinkedService {
|
|
|
4390
4735
|
password?: AzureKeyVaultSecretReference;
|
|
4391
4736
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
4392
4737
|
encryptedCredential?: any;
|
|
4738
|
+
/** This allows the special “zero” date value 0000-00-00 to be retrieved from the database. Type: boolean. */
|
|
4739
|
+
allowZeroDateTime?: any;
|
|
4740
|
+
/** The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error. Type: integer. */
|
|
4741
|
+
connectionTimeout?: any;
|
|
4742
|
+
/** True to return DateTime.MinValue for date or datetime columns that have disallowed values. Type: boolean. */
|
|
4743
|
+
convertZeroDateTime?: any;
|
|
4744
|
+
/** 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. */
|
|
4745
|
+
guidFormat?: any;
|
|
4746
|
+
/** The path to the client’s SSL certificate file in PEM format. SslKey must also be specified. Type: string. */
|
|
4747
|
+
sslCert?: any;
|
|
4748
|
+
/** The path to the client’s SSL private key in PEM format. SslCert must also be specified. Type: string. */
|
|
4749
|
+
sslKey?: any;
|
|
4750
|
+
/** When set to true, TINYINT(1) values are returned as booleans. Type: bool. */
|
|
4751
|
+
treatTinyAsBoolean?: any;
|
|
4393
4752
|
}
|
|
4394
4753
|
/** Linked service for PostgreSQL data source. */
|
|
4395
4754
|
export interface PostgreSqlLinkedService extends LinkedService {
|
|
@@ -4414,6 +4773,8 @@ export interface PostgreSqlV2LinkedService extends LinkedService {
|
|
|
4414
4773
|
username: any;
|
|
4415
4774
|
/** Database name for connection. Type: string. */
|
|
4416
4775
|
database: any;
|
|
4776
|
+
/** The authentication type to use. Type: string. */
|
|
4777
|
+
authenticationType: any;
|
|
4417
4778
|
/** SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer. */
|
|
4418
4779
|
sslMode: any;
|
|
4419
4780
|
/** Sets the schema search path. Type: string. */
|
|
@@ -4501,6 +4862,18 @@ export interface TeradataLinkedService extends LinkedService {
|
|
|
4501
4862
|
username?: any;
|
|
4502
4863
|
/** Password for authentication. */
|
|
4503
4864
|
password?: SecretBaseUnion;
|
|
4865
|
+
/** SSL mode for connection. Valid values including: “Disable”, “Allow”, “Prefer”, “Require”, “Verify-CA”, “Verify-Full”. Default value is “Verify-Full”. Type: string (or Expression with resultType string). Only applied for version 2.0. */
|
|
4866
|
+
sslMode?: any;
|
|
4867
|
+
/** The port numbers when connecting to server through non HTTPS/TLS connections. Type: integer (or Expression with resultType integer). Only used for V2. Only applied for version 2.0. */
|
|
4868
|
+
portNumber?: any;
|
|
4869
|
+
/** The port numbers when connecting to server through HTTPS/TLS connections. Type: integer (or Expression with resultType integer). Only applied for version 2.0. */
|
|
4870
|
+
httpsPortNumber?: any;
|
|
4871
|
+
/** Specifies whether to encrypt all communication with the Teradata database. Allowed values are 0 or 1. This setting will be ignored for HTTPS/TLS connections. Type: integer (or Expression with resultType integer). Only applied for version 2.0. */
|
|
4872
|
+
useDataEncryption?: any;
|
|
4873
|
+
/** The character set to use for the connection. Type: string (or Expression with resultType string). Only applied for version 2.0. */
|
|
4874
|
+
characterSet?: any;
|
|
4875
|
+
/** The maximum size of the response buffer for SQL requests, in bytes. Type: integer. Only applied for version 2.0. */
|
|
4876
|
+
maxRespSize?: any;
|
|
4504
4877
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
4505
4878
|
encryptedCredential?: any;
|
|
4506
4879
|
}
|
|
@@ -4901,7 +5274,7 @@ export interface SapOdpLinkedService extends LinkedService {
|
|
|
4901
5274
|
messageServer?: any;
|
|
4902
5275
|
/** The service name or port number of the Message Server. Type: string (or Expression with resultType string). */
|
|
4903
5276
|
messageServerService?: any;
|
|
4904
|
-
/** SNC activation
|
|
5277
|
+
/** SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean). */
|
|
4905
5278
|
sncMode?: any;
|
|
4906
5279
|
/** Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string). */
|
|
4907
5280
|
sncMyName?: any;
|
|
@@ -4960,6 +5333,12 @@ export interface RestServiceLinkedService extends LinkedService {
|
|
|
4960
5333
|
resource?: any;
|
|
4961
5334
|
/** The scope of the access required. It describes what kind of access will be requested. Type: string (or Expression with resultType string). */
|
|
4962
5335
|
scope?: any;
|
|
5336
|
+
/** The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string). */
|
|
5337
|
+
servicePrincipalCredentialType?: any;
|
|
5338
|
+
/** Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string). */
|
|
5339
|
+
servicePrincipalEmbeddedCert?: SecretBaseUnion;
|
|
5340
|
+
/** Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string). */
|
|
5341
|
+
servicePrincipalEmbeddedCertPassword?: SecretBaseUnion;
|
|
4963
5342
|
}
|
|
4964
5343
|
/** Linked service for TeamDesk. */
|
|
4965
5344
|
export interface TeamDeskLinkedService extends LinkedService {
|
|
@@ -5248,10 +5627,48 @@ export interface AzurePostgreSqlLinkedService extends LinkedService {
|
|
|
5248
5627
|
type: "AzurePostgreSql";
|
|
5249
5628
|
/** An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
5250
5629
|
connectionString?: any;
|
|
5630
|
+
/** Server name for connection. Type: string. */
|
|
5631
|
+
server?: any;
|
|
5632
|
+
/** The port for the connection. Type: integer. */
|
|
5633
|
+
port?: any;
|
|
5634
|
+
/** Username for authentication. Type: string. */
|
|
5635
|
+
username?: any;
|
|
5636
|
+
/** Database name for connection. Type: string. */
|
|
5637
|
+
database?: any;
|
|
5638
|
+
/** SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer. */
|
|
5639
|
+
sslMode?: any;
|
|
5640
|
+
/** The time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error. Type: integer. */
|
|
5641
|
+
timeout?: any;
|
|
5642
|
+
/** 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. */
|
|
5643
|
+
commandTimeout?: any;
|
|
5644
|
+
/** Whether to trust the server certificate without validating it. Type: boolean. */
|
|
5645
|
+
trustServerCertificate?: any;
|
|
5646
|
+
/** Determines the size of the internal buffer uses when reading. Increasing may improve performance if transferring large values from the database. Type: integer. */
|
|
5647
|
+
readBufferSize?: any;
|
|
5648
|
+
/** Gets or sets the session timezone. Type: string. */
|
|
5649
|
+
timezone?: any;
|
|
5650
|
+
/** Gets or sets the .NET encoding that will be used to encode/decode PostgreSQL string data. Type: string */
|
|
5651
|
+
encoding?: any;
|
|
5251
5652
|
/** The Azure key vault secret reference of password in connection string. */
|
|
5252
5653
|
password?: AzureKeyVaultSecretReference;
|
|
5253
5654
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
5254
5655
|
encryptedCredential?: any;
|
|
5656
|
+
/** The ID of the service principal used to authenticate against Azure Database for PostgreSQL Flexible server. Type: string (or Expression with resultType string). */
|
|
5657
|
+
servicePrincipalId?: any;
|
|
5658
|
+
/** The key of the service principal used to authenticate against Azure Database for PostgreSQL Flexible server. */
|
|
5659
|
+
servicePrincipalKey?: SecretBaseUnion;
|
|
5660
|
+
/** The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string). */
|
|
5661
|
+
servicePrincipalCredentialType?: any;
|
|
5662
|
+
/** Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string). */
|
|
5663
|
+
servicePrincipalEmbeddedCert?: SecretBaseUnion;
|
|
5664
|
+
/** Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string). */
|
|
5665
|
+
servicePrincipalEmbeddedCertPassword?: SecretBaseUnion;
|
|
5666
|
+
/** The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string). */
|
|
5667
|
+
tenant?: any;
|
|
5668
|
+
/** Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string). */
|
|
5669
|
+
azureCloudType?: any;
|
|
5670
|
+
/** The credential reference containing authentication information. */
|
|
5671
|
+
credential?: CredentialReference;
|
|
5255
5672
|
}
|
|
5256
5673
|
/** Concur Service linked service. */
|
|
5257
5674
|
export interface ConcurLinkedService extends LinkedService {
|
|
@@ -5373,6 +5790,24 @@ export interface GreenplumLinkedService extends LinkedService {
|
|
|
5373
5790
|
pwd?: AzureKeyVaultSecretReference;
|
|
5374
5791
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
5375
5792
|
encryptedCredential?: any;
|
|
5793
|
+
/** The authentication type to use. Type: string. Only used for V2. */
|
|
5794
|
+
authenticationType?: GreenplumAuthenticationType;
|
|
5795
|
+
/** Host name for connection. Type: string. Only used for V2. */
|
|
5796
|
+
host?: any;
|
|
5797
|
+
/** The port for the connection. Type: integer. Only used for V2. */
|
|
5798
|
+
port?: any;
|
|
5799
|
+
/** Username for authentication. Type: string. Only used for V2. */
|
|
5800
|
+
username?: any;
|
|
5801
|
+
/** Database name for connection. Type: string. Only used for V2. */
|
|
5802
|
+
database?: any;
|
|
5803
|
+
/** SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer. Only used for V2. */
|
|
5804
|
+
sslMode?: any;
|
|
5805
|
+
/** The time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error. Type: integer. Only used for V2. */
|
|
5806
|
+
connectionTimeout?: any;
|
|
5807
|
+
/** 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. Only used for V2. */
|
|
5808
|
+
commandTimeout?: any;
|
|
5809
|
+
/** The Azure key vault secret reference of password in connection string. Type: string. Only used for V2. */
|
|
5810
|
+
password?: SecretBaseUnion;
|
|
5376
5811
|
}
|
|
5377
5812
|
/** HBase server linked service. */
|
|
5378
5813
|
export interface HBaseLinkedService extends LinkedService {
|
|
@@ -5530,7 +5965,7 @@ export interface MagentoLinkedService extends LinkedService {
|
|
|
5530
5965
|
export interface MariaDBLinkedService extends LinkedService {
|
|
5531
5966
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5532
5967
|
type: "MariaDB";
|
|
5533
|
-
/** 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. */
|
|
5968
|
+
/** 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. */
|
|
5534
5969
|
driverVersion?: any;
|
|
5535
5970
|
/** An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
5536
5971
|
connectionString?: any;
|
|
@@ -5542,6 +5977,10 @@ export interface MariaDBLinkedService extends LinkedService {
|
|
|
5542
5977
|
username?: any;
|
|
5543
5978
|
/** Database name for connection. Type: string. */
|
|
5544
5979
|
database?: any;
|
|
5980
|
+
/** 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. */
|
|
5981
|
+
sslMode?: any;
|
|
5982
|
+
/** 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) */
|
|
5983
|
+
useSystemTrustStore?: any;
|
|
5545
5984
|
/** The Azure key vault secret reference of password in connection string. */
|
|
5546
5985
|
password?: AzureKeyVaultSecretReference;
|
|
5547
5986
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
@@ -5828,6 +6267,14 @@ export interface VerticaLinkedService extends LinkedService {
|
|
|
5828
6267
|
type: "Vertica";
|
|
5829
6268
|
/** An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
5830
6269
|
connectionString?: any;
|
|
6270
|
+
/** Server name for connection. Type: string. */
|
|
6271
|
+
server?: any;
|
|
6272
|
+
/** The port for the connection. Type: integer. */
|
|
6273
|
+
port?: any;
|
|
6274
|
+
/** Username for authentication. Type: string. */
|
|
6275
|
+
uid?: any;
|
|
6276
|
+
/** Database name for connection. Type: string. */
|
|
6277
|
+
database?: any;
|
|
5831
6278
|
/** The Azure key vault secret reference of password in connection string. */
|
|
5832
6279
|
pwd?: AzureKeyVaultSecretReference;
|
|
5833
6280
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
@@ -5872,7 +6319,7 @@ export interface HDInsightOnDemandLinkedService extends LinkedService {
|
|
|
5872
6319
|
/** The allowed idle time for the on-demand HDInsight cluster. Specifies how long the on-demand HDInsight cluster stays alive after completion of an activity run if there are no other active jobs in the cluster. The minimum value is 5 mins. Type: string (or Expression with resultType string). */
|
|
5873
6320
|
timeToLive: any;
|
|
5874
6321
|
/** Version of the HDInsight cluster. Type: string (or Expression with resultType string). */
|
|
5875
|
-
|
|
6322
|
+
versionTypePropertiesVersion: any;
|
|
5876
6323
|
/** Azure Storage linked service to be used by the on-demand cluster for storing and processing data. */
|
|
5877
6324
|
linkedServiceName: LinkedServiceReference;
|
|
5878
6325
|
/** The customer’s subscription to host the cluster. Type: string (or Expression with resultType string). */
|
|
@@ -5927,7 +6374,7 @@ export interface HDInsightOnDemandLinkedService extends LinkedService {
|
|
|
5927
6374
|
dataNodeSize?: any;
|
|
5928
6375
|
/** Specifies the size of the Zoo Keeper node for the HDInsight cluster. */
|
|
5929
6376
|
zookeeperNodeSize?: any;
|
|
5930
|
-
/** Custom script actions to run on HDI ondemand cluster once it's up. Please refer to https://
|
|
6377
|
+
/** Custom script actions to run on HDI ondemand cluster once it's up. Please refer to https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions. */
|
|
5931
6378
|
scriptActions?: ScriptAction[];
|
|
5932
6379
|
/** The ARM resource ID for the vNet to which the cluster should be joined after creation. Type: string (or Expression with resultType string). */
|
|
5933
6380
|
virtualNetworkId?: any;
|
|
@@ -6135,7 +6582,7 @@ export interface SapTableLinkedService extends LinkedService {
|
|
|
6135
6582
|
messageServer?: any;
|
|
6136
6583
|
/** The service name or port number of the Message Server. Type: string (or Expression with resultType string). */
|
|
6137
6584
|
messageServerService?: any;
|
|
6138
|
-
/** SNC activation
|
|
6585
|
+
/** SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean). */
|
|
6139
6586
|
sncMode?: any;
|
|
6140
6587
|
/** Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string). */
|
|
6141
6588
|
sncMyName?: any;
|
|
@@ -6219,6 +6666,8 @@ export interface SnowflakeV2LinkedService extends LinkedService {
|
|
|
6219
6666
|
tenantId?: any;
|
|
6220
6667
|
/** The scope of the application registered in Azure Active Directory for AADServicePrincipal authentication. */
|
|
6221
6668
|
scope?: any;
|
|
6669
|
+
/** The host name of the Snowflake account. */
|
|
6670
|
+
host?: any;
|
|
6222
6671
|
/** The Azure key vault secret reference of privateKey for KeyPair auth. */
|
|
6223
6672
|
privateKey?: SecretBaseUnion;
|
|
6224
6673
|
/** The Azure key vault secret reference of private key password for KeyPair auth with encrypted private key. */
|
|
@@ -6237,7 +6686,13 @@ export interface SharePointOnlineListLinkedService extends LinkedService {
|
|
|
6237
6686
|
/** The application (client) ID of your application registered in Azure Active Directory. Make sure to grant SharePoint site permission to this application. Type: string (or Expression with resultType string). */
|
|
6238
6687
|
servicePrincipalId: any;
|
|
6239
6688
|
/** The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string). */
|
|
6240
|
-
servicePrincipalKey
|
|
6689
|
+
servicePrincipalKey?: SecretBaseUnion;
|
|
6690
|
+
/** The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string). */
|
|
6691
|
+
servicePrincipalCredentialType?: any;
|
|
6692
|
+
/** Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string). */
|
|
6693
|
+
servicePrincipalEmbeddedCert?: SecretBaseUnion;
|
|
6694
|
+
/** Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string). */
|
|
6695
|
+
servicePrincipalEmbeddedCertPassword?: SecretBaseUnion;
|
|
6241
6696
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
6242
6697
|
encryptedCredential?: any;
|
|
6243
6698
|
}
|
|
@@ -6252,17 +6707,17 @@ export interface AzureSynapseArtifactsLinkedService extends LinkedService {
|
|
|
6252
6707
|
/** The resource ID of the Synapse workspace. The format should be: /subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}. Type: string (or Expression with resultType string). */
|
|
6253
6708
|
workspaceResourceId?: any;
|
|
6254
6709
|
}
|
|
6255
|
-
/** Microsoft Fabric
|
|
6710
|
+
/** Microsoft Fabric Lakehouse linked service. */
|
|
6256
6711
|
export interface LakeHouseLinkedService extends LinkedService {
|
|
6257
6712
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6258
|
-
type: "
|
|
6713
|
+
type: "Lakehouse";
|
|
6259
6714
|
/** The ID of Microsoft Fabric workspace. Type: string (or Expression with resultType string). */
|
|
6260
6715
|
workspaceId?: any;
|
|
6261
|
-
/** The ID of Microsoft Fabric
|
|
6716
|
+
/** The ID of Microsoft Fabric Lakehouse artifact. Type: string (or Expression with resultType string). */
|
|
6262
6717
|
artifactId?: any;
|
|
6263
|
-
/** The ID of the application used to authenticate against Microsoft Fabric
|
|
6718
|
+
/** The ID of the application used to authenticate against Microsoft Fabric Lakehouse. Type: string (or Expression with resultType string). */
|
|
6264
6719
|
servicePrincipalId?: any;
|
|
6265
|
-
/** The Key of the application used to authenticate against Microsoft Fabric
|
|
6720
|
+
/** The Key of the application used to authenticate against Microsoft Fabric Lakehouse. */
|
|
6266
6721
|
servicePrincipalKey?: SecretBaseUnion;
|
|
6267
6722
|
/** The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string). */
|
|
6268
6723
|
tenant?: any;
|
|
@@ -6499,7 +6954,7 @@ export interface HdfsLocation extends DatasetLocation {
|
|
|
6499
6954
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6500
6955
|
type: "HdfsLocation";
|
|
6501
6956
|
}
|
|
6502
|
-
/** The location of Microsoft Fabric
|
|
6957
|
+
/** The location of Microsoft Fabric Lakehouse Files dataset. */
|
|
6503
6958
|
export interface LakeHouseLocation extends DatasetLocation {
|
|
6504
6959
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6505
6960
|
type: "LakeHouseLocation";
|
|
@@ -6557,6 +7012,130 @@ export interface ParquetFormat extends DatasetStorageFormat {
|
|
|
6557
7012
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6558
7013
|
type: "ParquetFormat";
|
|
6559
7014
|
}
|
|
7015
|
+
/** Azure Table Storage linked service properties. */
|
|
7016
|
+
export interface AzureTableStorageLinkedServiceTypeProperties extends AzureStorageLinkedServiceTypeProperties {
|
|
7017
|
+
/** Table service endpoint of the Azure Table Storage resource. It is mutually exclusive with connectionString, sasUri property. */
|
|
7018
|
+
serviceEndpoint?: any;
|
|
7019
|
+
/** The credential reference containing authentication information. */
|
|
7020
|
+
credential?: CredentialReference;
|
|
7021
|
+
}
|
|
7022
|
+
/** Azure SQL Data Warehouse linked service properties. */
|
|
7023
|
+
export interface AzureSqlDWLinkedServiceTypeProperties extends SqlServerBaseLinkedServiceTypeProperties {
|
|
7024
|
+
/** The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
7025
|
+
connectionString?: any;
|
|
7026
|
+
/** The type used for authentication. Type: string. */
|
|
7027
|
+
authenticationType?: AzureSqlDWAuthenticationType;
|
|
7028
|
+
/** The user name to be used when connecting to server. Type: string (or Expression with resultType string). */
|
|
7029
|
+
userName?: any;
|
|
7030
|
+
/** The Azure key vault secret reference of password in connection string. */
|
|
7031
|
+
password?: AzureKeyVaultSecretReference;
|
|
7032
|
+
/** The ID of the service principal used to authenticate against Azure SQL Data Warehouse. Type: string (or Expression with resultType string). */
|
|
7033
|
+
servicePrincipalId?: any;
|
|
7034
|
+
/** The key of the service principal used to authenticate against Azure SQL Data Warehouse. */
|
|
7035
|
+
servicePrincipalKey?: SecretBaseUnion;
|
|
7036
|
+
/** The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string). */
|
|
7037
|
+
servicePrincipalCredentialType?: any;
|
|
7038
|
+
/** 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. */
|
|
7039
|
+
servicePrincipalCredential?: SecretBaseUnion;
|
|
7040
|
+
/** The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string). */
|
|
7041
|
+
tenant?: any;
|
|
7042
|
+
/** Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string). */
|
|
7043
|
+
azureCloudType?: any;
|
|
7044
|
+
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
7045
|
+
encryptedCredential?: any;
|
|
7046
|
+
/** The credential reference containing authentication information. */
|
|
7047
|
+
credential?: CredentialReference;
|
|
7048
|
+
}
|
|
7049
|
+
/** SQL Server linked service properties. */
|
|
7050
|
+
export interface SqlServerLinkedServiceTypeProperties extends SqlServerBaseLinkedServiceTypeProperties {
|
|
7051
|
+
/** The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
7052
|
+
connectionString?: any;
|
|
7053
|
+
/** The type used for authentication. Type: string. */
|
|
7054
|
+
authenticationType?: SqlServerAuthenticationType;
|
|
7055
|
+
/** The on-premises Windows authentication user name. Type: string (or Expression with resultType string). */
|
|
7056
|
+
userName?: any;
|
|
7057
|
+
/** The on-premises Windows authentication password. */
|
|
7058
|
+
password?: SecretBaseUnion;
|
|
7059
|
+
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
7060
|
+
encryptedCredential?: any;
|
|
7061
|
+
/** Sql always encrypted properties. */
|
|
7062
|
+
alwaysEncryptedSettings?: SqlAlwaysEncryptedProperties;
|
|
7063
|
+
/** The credential reference containing authentication information. */
|
|
7064
|
+
credential?: CredentialReference;
|
|
7065
|
+
}
|
|
7066
|
+
/** SQL Server linked service properties. */
|
|
7067
|
+
export interface AmazonRdsForSqlServerLinkedServiceTypeProperties extends SqlServerBaseLinkedServiceTypeProperties {
|
|
7068
|
+
/** The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
7069
|
+
connectionString?: any;
|
|
7070
|
+
/** The type used for authentication. Type: string. */
|
|
7071
|
+
authenticationType?: AmazonRdsForSqlServerAuthenticationType;
|
|
7072
|
+
/** The on-premises Windows authentication user name. Type: string (or Expression with resultType string). */
|
|
7073
|
+
userName?: any;
|
|
7074
|
+
/** The on-premises Windows authentication password. */
|
|
7075
|
+
password?: SecretBaseUnion;
|
|
7076
|
+
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
7077
|
+
encryptedCredential?: any;
|
|
7078
|
+
/** Sql always encrypted properties. */
|
|
7079
|
+
alwaysEncryptedSettings?: SqlAlwaysEncryptedProperties;
|
|
7080
|
+
}
|
|
7081
|
+
/** Azure SQL Database linked service properties. */
|
|
7082
|
+
export interface AzureSqlDatabaseLinkedServiceTypeProperties extends SqlServerBaseLinkedServiceTypeProperties {
|
|
7083
|
+
/** The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
7084
|
+
connectionString?: any;
|
|
7085
|
+
/** The type used for authentication. Type: string. */
|
|
7086
|
+
authenticationType?: AzureSqlDatabaseAuthenticationType;
|
|
7087
|
+
/** The user name to be used when connecting to server. Type: string (or Expression with resultType string). */
|
|
7088
|
+
userName?: any;
|
|
7089
|
+
/** The Azure key vault secret reference of password in connection string. */
|
|
7090
|
+
password?: AzureKeyVaultSecretReference;
|
|
7091
|
+
/** The ID of the service principal used to authenticate against Azure SQL Database. Type: string (or Expression with resultType string). */
|
|
7092
|
+
servicePrincipalId?: any;
|
|
7093
|
+
/** The key of the service principal used to authenticate against Azure SQL Database. */
|
|
7094
|
+
servicePrincipalKey?: SecretBaseUnion;
|
|
7095
|
+
/** The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string). */
|
|
7096
|
+
servicePrincipalCredentialType?: any;
|
|
7097
|
+
/** 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. */
|
|
7098
|
+
servicePrincipalCredential?: SecretBaseUnion;
|
|
7099
|
+
/** The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string). */
|
|
7100
|
+
tenant?: any;
|
|
7101
|
+
/** Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string). */
|
|
7102
|
+
azureCloudType?: any;
|
|
7103
|
+
/** Sql always encrypted properties. */
|
|
7104
|
+
alwaysEncryptedSettings?: SqlAlwaysEncryptedProperties;
|
|
7105
|
+
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
7106
|
+
encryptedCredential?: any;
|
|
7107
|
+
/** The credential reference containing authentication information. */
|
|
7108
|
+
credential?: CredentialReference;
|
|
7109
|
+
}
|
|
7110
|
+
/** Azure SQL Managed Instance linked service properties. */
|
|
7111
|
+
export interface AzureSqlMILinkedServiceTypeProperties extends SqlServerBaseLinkedServiceTypeProperties {
|
|
7112
|
+
/** The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
7113
|
+
connectionString?: any;
|
|
7114
|
+
/** The type used for authentication. Type: string. */
|
|
7115
|
+
authenticationType?: AzureSqlMIAuthenticationType;
|
|
7116
|
+
/** The user name to be used when connecting to server. Type: string (or Expression with resultType string). */
|
|
7117
|
+
userName?: any;
|
|
7118
|
+
/** The Azure key vault secret reference of password in connection string. */
|
|
7119
|
+
password?: AzureKeyVaultSecretReference;
|
|
7120
|
+
/** The ID of the service principal used to authenticate against Azure SQL Managed Instance. Type: string (or Expression with resultType string). */
|
|
7121
|
+
servicePrincipalId?: any;
|
|
7122
|
+
/** The key of the service principal used to authenticate against Azure SQL Managed Instance. */
|
|
7123
|
+
servicePrincipalKey?: SecretBaseUnion;
|
|
7124
|
+
/** The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string). */
|
|
7125
|
+
servicePrincipalCredentialType?: any;
|
|
7126
|
+
/** 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. */
|
|
7127
|
+
servicePrincipalCredential?: SecretBaseUnion;
|
|
7128
|
+
/** The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string). */
|
|
7129
|
+
tenant?: any;
|
|
7130
|
+
/** Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string). */
|
|
7131
|
+
azureCloudType?: any;
|
|
7132
|
+
/** Sql always encrypted properties. */
|
|
7133
|
+
alwaysEncryptedSettings?: SqlAlwaysEncryptedProperties;
|
|
7134
|
+
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
|
|
7135
|
+
encryptedCredential?: any;
|
|
7136
|
+
/** The credential reference containing authentication information. */
|
|
7137
|
+
credential?: CredentialReference;
|
|
7138
|
+
}
|
|
6560
7139
|
/** A WebLinkedService that uses anonymous authentication to communicate with an HTTP endpoint. */
|
|
6561
7140
|
export interface WebAnonymousAuthentication extends WebLinkedServiceTypeProperties {
|
|
6562
7141
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -6847,15 +7426,15 @@ export interface HdfsReadSettings extends StoreReadSettings {
|
|
|
6847
7426
|
/** Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). */
|
|
6848
7427
|
deleteFilesAfterCompletion?: any;
|
|
6849
7428
|
}
|
|
6850
|
-
/** Microsoft Fabric
|
|
7429
|
+
/** Microsoft Fabric Lakehouse Files read settings. */
|
|
6851
7430
|
export interface LakeHouseReadSettings extends StoreReadSettings {
|
|
6852
7431
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6853
7432
|
type: "LakeHouseReadSettings";
|
|
6854
7433
|
/** If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean). */
|
|
6855
7434
|
recursive?: any;
|
|
6856
|
-
/** Microsoft Fabric
|
|
7435
|
+
/** Microsoft Fabric Lakehouse Files wildcardFolderPath. Type: string (or Expression with resultType string). */
|
|
6857
7436
|
wildcardFolderPath?: any;
|
|
6858
|
-
/** Microsoft Fabric
|
|
7437
|
+
/** Microsoft Fabric Lakehouse Files wildcardFileName. Type: string (or Expression with resultType string). */
|
|
6859
7438
|
wildcardFileName?: any;
|
|
6860
7439
|
/** Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string). */
|
|
6861
7440
|
fileListPath?: any;
|
|
@@ -6910,7 +7489,7 @@ export interface AzureFileStorageWriteSettings extends StoreWriteSettings {
|
|
|
6910
7489
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6911
7490
|
type: "AzureFileStorageWriteSettings";
|
|
6912
7491
|
}
|
|
6913
|
-
/** Microsoft Fabric
|
|
7492
|
+
/** Microsoft Fabric Lakehouse Files write settings. */
|
|
6914
7493
|
export interface LakeHouseWriteSettings extends StoreWriteSettings {
|
|
6915
7494
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6916
7495
|
type: "LakeHouseWriteSettings";
|
|
@@ -7032,6 +7611,11 @@ export interface JsonWriteSettings extends FormatWriteSettings {
|
|
|
7032
7611
|
/** 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. */
|
|
7033
7612
|
filePattern?: any;
|
|
7034
7613
|
}
|
|
7614
|
+
/** Iceberg write settings. */
|
|
7615
|
+
export interface IcebergWriteSettings extends FormatWriteSettings {
|
|
7616
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7617
|
+
type: "IcebergWriteSettings";
|
|
7618
|
+
}
|
|
7035
7619
|
/** A copy activity Avro source. */
|
|
7036
7620
|
export interface AvroSource extends CopySource {
|
|
7037
7621
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -7410,7 +7994,7 @@ export interface HttpSource extends CopySource {
|
|
|
7410
7994
|
/** Specifies the timeout for a HTTP client to get HTTP response from HTTP server. The default value is equivalent to System.Net.HttpWebRequest.Timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */
|
|
7411
7995
|
httpRequestTimeout?: any;
|
|
7412
7996
|
}
|
|
7413
|
-
/** A copy activity source for Microsoft Fabric
|
|
7997
|
+
/** A copy activity source for Microsoft Fabric Lakehouse Table. */
|
|
7414
7998
|
export interface LakeHouseTableSource extends CopySource {
|
|
7415
7999
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7416
8000
|
type: "LakeHouseTableSource";
|
|
@@ -7461,8 +8045,10 @@ export interface SharePointOnlineListSource extends CopySource {
|
|
|
7461
8045
|
export interface SalesforceServiceCloudV2Source extends CopySource {
|
|
7462
8046
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7463
8047
|
type: "SalesforceServiceCloudV2Source";
|
|
7464
|
-
/**
|
|
8048
|
+
/** Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string). */
|
|
7465
8049
|
soqlQuery?: any;
|
|
8050
|
+
/** You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string). */
|
|
8051
|
+
query?: any;
|
|
7466
8052
|
/** This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean). */
|
|
7467
8053
|
includeDeletedObjects?: any;
|
|
7468
8054
|
/** Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects). */
|
|
@@ -7510,6 +8096,13 @@ export interface RestSink extends CopySink {
|
|
|
7510
8096
|
/** Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip. */
|
|
7511
8097
|
httpCompressionType?: any;
|
|
7512
8098
|
}
|
|
8099
|
+
/** A copy activity Teradata sink. */
|
|
8100
|
+
export interface TeradataSink extends CopySink {
|
|
8101
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8102
|
+
type: "TeradataSink";
|
|
8103
|
+
/** Teradata import settings. */
|
|
8104
|
+
importSettings?: TeradataImportCommand;
|
|
8105
|
+
}
|
|
7513
8106
|
/** A copy activity Azure PostgreSQL sink. */
|
|
7514
8107
|
export interface AzurePostgreSqlSink extends CopySink {
|
|
7515
8108
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -7600,6 +8193,15 @@ export interface BinarySink extends CopySink {
|
|
|
7600
8193
|
/** Binary store settings. */
|
|
7601
8194
|
storeSettings?: StoreWriteSettingsUnion;
|
|
7602
8195
|
}
|
|
8196
|
+
/** A copy activity Iceberg sink. */
|
|
8197
|
+
export interface IcebergSink extends CopySink {
|
|
8198
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8199
|
+
type: "IcebergSink";
|
|
8200
|
+
/** Iceberg store settings. */
|
|
8201
|
+
storeSettings?: StoreWriteSettingsUnion;
|
|
8202
|
+
/** Iceberg format settings. */
|
|
8203
|
+
formatSettings?: IcebergWriteSettings;
|
|
8204
|
+
}
|
|
7603
8205
|
/** A copy activity Azure Blob sink. */
|
|
7604
8206
|
export interface BlobSink extends CopySink {
|
|
7605
8207
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -7863,11 +8465,11 @@ export interface CosmosDbMongoDbApiSink extends CopySink {
|
|
|
7863
8465
|
/** Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string). */
|
|
7864
8466
|
writeBehavior?: any;
|
|
7865
8467
|
}
|
|
7866
|
-
/** A copy activity for Microsoft Fabric
|
|
8468
|
+
/** A copy activity for Microsoft Fabric Lakehouse Table sink. */
|
|
7867
8469
|
export interface LakeHouseTableSink extends CopySink {
|
|
7868
8470
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7869
8471
|
type: "LakeHouseTableSink";
|
|
7870
|
-
/** The type of table action for
|
|
8472
|
+
/** The type of table action for Lakehouse Table sink. Possible values include: "None", "Append", "Overwrite". */
|
|
7871
8473
|
tableActionOption?: any;
|
|
7872
8474
|
/** Create partitions in folder structure based on one or multiple columns. Each distinct column value (pair) will be a new partition. Possible values include: "None", "PartitionByKey". */
|
|
7873
8475
|
partitionOption?: any;
|
|
@@ -7896,27 +8498,12 @@ export interface SalesforceServiceCloudV2Sink extends CopySink {
|
|
|
7896
8498
|
/** The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean). */
|
|
7897
8499
|
ignoreNullValues?: any;
|
|
7898
8500
|
}
|
|
7899
|
-
/**
|
|
7900
|
-
export interface
|
|
8501
|
+
/** Teradata import command settings. */
|
|
8502
|
+
export interface TeradataImportCommand extends ImportSettings {
|
|
7901
8503
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7902
|
-
type: "
|
|
7903
|
-
/** Additional
|
|
7904
|
-
|
|
7905
|
-
[propertyName: string]: any;
|
|
7906
|
-
};
|
|
7907
|
-
/** Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" } */
|
|
7908
|
-
additionalFormatOptions?: {
|
|
7909
|
-
[propertyName: string]: any;
|
|
7910
|
-
};
|
|
7911
|
-
}
|
|
7912
|
-
/** Azure Databricks Delta Lake export command settings. */
|
|
7913
|
-
export interface AzureDatabricksDeltaLakeExportCommand extends ExportSettings {
|
|
7914
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7915
|
-
type: "AzureDatabricksDeltaLakeExportCommand";
|
|
7916
|
-
/** Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string). */
|
|
7917
|
-
dateFormat?: any;
|
|
7918
|
-
/** Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string). */
|
|
7919
|
-
timestampFormat?: any;
|
|
8504
|
+
type: "TeradataImportCommand";
|
|
8505
|
+
/** Additional format options for Teradata Copy Command. The format options only applies to direct copy from CSV source. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "timeFormat": "HHhMImSSs" } */
|
|
8506
|
+
additionalFormatOptions?: any;
|
|
7920
8507
|
}
|
|
7921
8508
|
/** Azure Databricks Delta Lake import command settings. */
|
|
7922
8509
|
export interface AzureDatabricksDeltaLakeImportCommand extends ImportSettings {
|
|
@@ -7940,6 +8527,28 @@ export interface SnowflakeImportCopyCommand extends ImportSettings {
|
|
|
7940
8527
|
[propertyName: string]: any;
|
|
7941
8528
|
};
|
|
7942
8529
|
}
|
|
8530
|
+
/** Snowflake export command settings. */
|
|
8531
|
+
export interface SnowflakeExportCopyCommand extends ExportSettings {
|
|
8532
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8533
|
+
type: "SnowflakeExportCopyCommand";
|
|
8534
|
+
/** Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" } */
|
|
8535
|
+
additionalCopyOptions?: {
|
|
8536
|
+
[propertyName: string]: any;
|
|
8537
|
+
};
|
|
8538
|
+
/** Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" } */
|
|
8539
|
+
additionalFormatOptions?: {
|
|
8540
|
+
[propertyName: string]: any;
|
|
8541
|
+
};
|
|
8542
|
+
}
|
|
8543
|
+
/** Azure Databricks Delta Lake export command settings. */
|
|
8544
|
+
export interface AzureDatabricksDeltaLakeExportCommand extends ExportSettings {
|
|
8545
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8546
|
+
type: "AzureDatabricksDeltaLakeExportCommand";
|
|
8547
|
+
/** Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string). */
|
|
8548
|
+
dateFormat?: any;
|
|
8549
|
+
/** Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string). */
|
|
8550
|
+
timestampFormat?: any;
|
|
8551
|
+
}
|
|
7943
8552
|
/** A copy activity tabular translator. */
|
|
7944
8553
|
export interface TabularTranslator extends CopyTranslator {
|
|
7945
8554
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -8702,6 +9311,8 @@ export interface ExecuteDataFlowActivity extends ExecutionActivity {
|
|
|
8702
9311
|
staging?: DataFlowStagingInfo;
|
|
8703
9312
|
/** The integration runtime reference. */
|
|
8704
9313
|
integrationRuntime?: IntegrationRuntimeReference;
|
|
9314
|
+
/** Continuation settings for execute data flow activity. */
|
|
9315
|
+
continuationSettings?: ContinuationSettingsReference;
|
|
8705
9316
|
/** Compute properties for data flow activity. */
|
|
8706
9317
|
compute?: ExecuteDataFlowActivityTypePropertiesCompute;
|
|
8707
9318
|
/** Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string) */
|
|
@@ -8723,6 +9334,8 @@ export interface ScriptActivity extends ExecutionActivity {
|
|
|
8723
9334
|
scripts?: ScriptActivityScriptBlock[];
|
|
8724
9335
|
/** Log settings of script activity. */
|
|
8725
9336
|
logSettings?: ScriptActivityTypePropertiesLogSettings;
|
|
9337
|
+
/** Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean). */
|
|
9338
|
+
returnMultistatementResult?: any;
|
|
8726
9339
|
}
|
|
8727
9340
|
/** Execute Synapse notebook activity. */
|
|
8728
9341
|
export interface SynapseNotebookActivity extends ExecutionActivity {
|
|
@@ -8752,6 +9365,8 @@ export interface SynapseNotebookActivity extends ExecutionActivity {
|
|
|
8752
9365
|
sparkConfig?: {
|
|
8753
9366
|
[propertyName: string]: any;
|
|
8754
9367
|
};
|
|
9368
|
+
/** Authentication method used for executing the notebook. */
|
|
9369
|
+
authentication?: SynapseActivityAuthentication;
|
|
8755
9370
|
}
|
|
8756
9371
|
/** Execute spark job activity. */
|
|
8757
9372
|
export interface SynapseSparkJobDefinitionActivity extends ExecutionActivity {
|
|
@@ -8791,6 +9406,8 @@ export interface SynapseSparkJobDefinitionActivity extends ExecutionActivity {
|
|
|
8791
9406
|
sparkConfig?: {
|
|
8792
9407
|
[propertyName: string]: any;
|
|
8793
9408
|
};
|
|
9409
|
+
/** Authentication method used for executing the Spark job definition. */
|
|
9410
|
+
authentication?: SynapseActivityAuthentication;
|
|
8794
9411
|
}
|
|
8795
9412
|
/** Trigger that creates pipeline runs periodically, on schedule. */
|
|
8796
9413
|
export interface ScheduleTrigger extends MultiplePipelineTrigger {
|
|
@@ -9410,10 +10027,14 @@ export interface WarehouseSource extends TabularSource {
|
|
|
9410
10027
|
export interface SalesforceV2Source extends TabularSource {
|
|
9411
10028
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
9412
10029
|
type: "SalesforceV2Source";
|
|
9413
|
-
/**
|
|
10030
|
+
/** Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string). */
|
|
9414
10031
|
soqlQuery?: any;
|
|
10032
|
+
/** You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string). */
|
|
10033
|
+
query?: any;
|
|
9415
10034
|
/** This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean). */
|
|
9416
10035
|
includeDeletedObjects?: any;
|
|
10036
|
+
/** Page size for each http request, too large pageSize will caused timeout, default 300,000. Type: integer (or Expression with resultType integer). */
|
|
10037
|
+
pageSize?: any;
|
|
9417
10038
|
}
|
|
9418
10039
|
/** A copy activity ServiceNowV2 server source. */
|
|
9419
10040
|
export interface ServiceNowV2Source extends TabularSource {
|
|
@@ -9421,6 +10042,8 @@ export interface ServiceNowV2Source extends TabularSource {
|
|
|
9421
10042
|
type: "ServiceNowV2Source";
|
|
9422
10043
|
/** Expression to filter data from source. */
|
|
9423
10044
|
expression?: ExpressionV2;
|
|
10045
|
+
/** Page size of the result. Type: integer (or Expression with resultType integer). */
|
|
10046
|
+
pageSize?: any;
|
|
9424
10047
|
}
|
|
9425
10048
|
/** Referenced tumbling window trigger dependency. */
|
|
9426
10049
|
export interface TumblingWindowTriggerDependencyReference extends TriggerDependencyReference {
|
|
@@ -9524,7 +10147,7 @@ export declare enum KnownType {
|
|
|
9524
10147
|
LinkedServiceReference = "LinkedServiceReference"
|
|
9525
10148
|
}
|
|
9526
10149
|
/**
|
|
9527
|
-
* Defines values for Type.
|
|
10150
|
+
* Defines values for Type. \
|
|
9528
10151
|
* {@link KnownType} can be used interchangeably with Type,
|
|
9529
10152
|
* this enum contains the known values that the service supports.
|
|
9530
10153
|
* ### Known values supported by the service
|
|
@@ -9541,12 +10164,12 @@ export declare enum KnownActionOnExistingTargetTable {
|
|
|
9541
10164
|
MergeWithExistingData = "MergeWithExistingData"
|
|
9542
10165
|
}
|
|
9543
10166
|
/**
|
|
9544
|
-
* Defines values for ActionOnExistingTargetTable.
|
|
10167
|
+
* Defines values for ActionOnExistingTargetTable. \
|
|
9545
10168
|
* {@link KnownActionOnExistingTargetTable} can be used interchangeably with ActionOnExistingTargetTable,
|
|
9546
10169
|
* this enum contains the known values that the service supports.
|
|
9547
10170
|
* ### Known values supported by the service
|
|
9548
|
-
* **FailOnNonEmptyTable**: Same existing tables on target database will be Failed.
|
|
9549
|
-
* **DropAndRecreateTable**: Same existing tables on target database will be dropped and recreated.
|
|
10171
|
+
* **FailOnNonEmptyTable**: Same existing tables on target database will be Failed. \
|
|
10172
|
+
* **DropAndRecreateTable**: Same existing tables on target database will be dropped and recreated. \
|
|
9550
10173
|
* **MergeWithExistingData**: Same existing tables on target database will be Merged together.
|
|
9551
10174
|
*/
|
|
9552
10175
|
export type ActionOnExistingTargetTable = string;
|
|
@@ -9556,7 +10179,7 @@ export declare enum KnownBigDataPoolReferenceType {
|
|
|
9556
10179
|
BigDataPoolReference = "BigDataPoolReference"
|
|
9557
10180
|
}
|
|
9558
10181
|
/**
|
|
9559
|
-
* Defines values for BigDataPoolReferenceType.
|
|
10182
|
+
* Defines values for BigDataPoolReferenceType. \
|
|
9560
10183
|
* {@link KnownBigDataPoolReferenceType} can be used interchangeably with BigDataPoolReferenceType,
|
|
9561
10184
|
* this enum contains the known values that the service supports.
|
|
9562
10185
|
* ### Known values supported by the service
|
|
@@ -9569,7 +10192,7 @@ export declare enum KnownSparkConfigurationReferenceType {
|
|
|
9569
10192
|
SparkConfigurationReference = "SparkConfigurationReference"
|
|
9570
10193
|
}
|
|
9571
10194
|
/**
|
|
9572
|
-
* Defines values for SparkConfigurationReferenceType.
|
|
10195
|
+
* Defines values for SparkConfigurationReferenceType. \
|
|
9573
10196
|
* {@link KnownSparkConfigurationReferenceType} can be used interchangeably with SparkConfigurationReferenceType,
|
|
9574
10197
|
* this enum contains the known values that the service supports.
|
|
9575
10198
|
* ### Known values supported by the service
|
|
@@ -9588,13 +10211,13 @@ export declare enum KnownCellOutputType {
|
|
|
9588
10211
|
Error = "error"
|
|
9589
10212
|
}
|
|
9590
10213
|
/**
|
|
9591
|
-
* Defines values for CellOutputType.
|
|
10214
|
+
* Defines values for CellOutputType. \
|
|
9592
10215
|
* {@link KnownCellOutputType} can be used interchangeably with CellOutputType,
|
|
9593
10216
|
* this enum contains the known values that the service supports.
|
|
9594
10217
|
* ### Known values supported by the service
|
|
9595
|
-
* **execute_result**
|
|
9596
|
-
* **display_data**
|
|
9597
|
-
* **stream**
|
|
10218
|
+
* **execute_result** \
|
|
10219
|
+
* **display_data** \
|
|
10220
|
+
* **stream** \
|
|
9598
10221
|
* **error**
|
|
9599
10222
|
*/
|
|
9600
10223
|
export type CellOutputType = string;
|
|
@@ -9608,12 +10231,12 @@ export declare enum KnownRequestStatus {
|
|
|
9608
10231
|
Failed = "Failed"
|
|
9609
10232
|
}
|
|
9610
10233
|
/**
|
|
9611
|
-
* Defines values for RequestStatus.
|
|
10234
|
+
* Defines values for RequestStatus. \
|
|
9612
10235
|
* {@link KnownRequestStatus} can be used interchangeably with RequestStatus,
|
|
9613
10236
|
* this enum contains the known values that the service supports.
|
|
9614
10237
|
* ### Known values supported by the service
|
|
9615
|
-
* **Running**
|
|
9616
|
-
* **Completed**
|
|
10238
|
+
* **Running** \
|
|
10239
|
+
* **Completed** \
|
|
9617
10240
|
* **Failed**
|
|
9618
10241
|
*/
|
|
9619
10242
|
export type RequestStatus = string;
|
|
@@ -9627,12 +10250,12 @@ export declare enum KnownResourceStatus {
|
|
|
9627
10250
|
Failed = "Failed"
|
|
9628
10251
|
}
|
|
9629
10252
|
/**
|
|
9630
|
-
* Defines values for ResourceStatus.
|
|
10253
|
+
* Defines values for ResourceStatus. \
|
|
9631
10254
|
* {@link KnownResourceStatus} can be used interchangeably with ResourceStatus,
|
|
9632
10255
|
* this enum contains the known values that the service supports.
|
|
9633
10256
|
* ### Known values supported by the service
|
|
9634
|
-
* **Creating**
|
|
9635
|
-
* **Created**
|
|
10257
|
+
* **Creating** \
|
|
10258
|
+
* **Created** \
|
|
9636
10259
|
* **Failed**
|
|
9637
10260
|
*/
|
|
9638
10261
|
export type ResourceStatus = string;
|
|
@@ -9654,16 +10277,16 @@ export declare enum KnownNodeSize {
|
|
|
9654
10277
|
XXXLarge = "XXXLarge"
|
|
9655
10278
|
}
|
|
9656
10279
|
/**
|
|
9657
|
-
* Defines values for NodeSize.
|
|
10280
|
+
* Defines values for NodeSize. \
|
|
9658
10281
|
* {@link KnownNodeSize} can be used interchangeably with NodeSize,
|
|
9659
10282
|
* this enum contains the known values that the service supports.
|
|
9660
10283
|
* ### Known values supported by the service
|
|
9661
|
-
* **None**
|
|
9662
|
-
* **Small**
|
|
9663
|
-
* **Medium**
|
|
9664
|
-
* **Large**
|
|
9665
|
-
* **XLarge**
|
|
9666
|
-
* **XXLarge**
|
|
10284
|
+
* **None** \
|
|
10285
|
+
* **Small** \
|
|
10286
|
+
* **Medium** \
|
|
10287
|
+
* **Large** \
|
|
10288
|
+
* **XLarge** \
|
|
10289
|
+
* **XXLarge** \
|
|
9667
10290
|
* **XXXLarge**
|
|
9668
10291
|
*/
|
|
9669
10292
|
export type NodeSize = string;
|
|
@@ -9675,11 +10298,11 @@ export declare enum KnownNodeSizeFamily {
|
|
|
9675
10298
|
MemoryOptimized = "MemoryOptimized"
|
|
9676
10299
|
}
|
|
9677
10300
|
/**
|
|
9678
|
-
* Defines values for NodeSizeFamily.
|
|
10301
|
+
* Defines values for NodeSizeFamily. \
|
|
9679
10302
|
* {@link KnownNodeSizeFamily} can be used interchangeably with NodeSizeFamily,
|
|
9680
10303
|
* this enum contains the known values that the service supports.
|
|
9681
10304
|
* ### Known values supported by the service
|
|
9682
|
-
* **None**
|
|
10305
|
+
* **None** \
|
|
9683
10306
|
* **MemoryOptimized**
|
|
9684
10307
|
*/
|
|
9685
10308
|
export type NodeSizeFamily = string;
|
|
@@ -9691,11 +10314,11 @@ export declare enum KnownIntegrationRuntimeType {
|
|
|
9691
10314
|
SelfHosted = "SelfHosted"
|
|
9692
10315
|
}
|
|
9693
10316
|
/**
|
|
9694
|
-
* Defines values for IntegrationRuntimeType.
|
|
10317
|
+
* Defines values for IntegrationRuntimeType. \
|
|
9695
10318
|
* {@link KnownIntegrationRuntimeType} can be used interchangeably with IntegrationRuntimeType,
|
|
9696
10319
|
* this enum contains the known values that the service supports.
|
|
9697
10320
|
* ### Known values supported by the service
|
|
9698
|
-
* **Managed**
|
|
10321
|
+
* **Managed** \
|
|
9699
10322
|
* **SelfHosted**
|
|
9700
10323
|
*/
|
|
9701
10324
|
export type IntegrationRuntimeType = string;
|
|
@@ -9717,16 +10340,16 @@ export declare enum KnownParameterType {
|
|
|
9717
10340
|
SecureString = "SecureString"
|
|
9718
10341
|
}
|
|
9719
10342
|
/**
|
|
9720
|
-
* Defines values for ParameterType.
|
|
10343
|
+
* Defines values for ParameterType. \
|
|
9721
10344
|
* {@link KnownParameterType} can be used interchangeably with ParameterType,
|
|
9722
10345
|
* this enum contains the known values that the service supports.
|
|
9723
10346
|
* ### Known values supported by the service
|
|
9724
|
-
* **Object**
|
|
9725
|
-
* **String**
|
|
9726
|
-
* **Int**
|
|
9727
|
-
* **Float**
|
|
9728
|
-
* **Bool**
|
|
9729
|
-
* **Array**
|
|
10347
|
+
* **Object** \
|
|
10348
|
+
* **String** \
|
|
10349
|
+
* **Int** \
|
|
10350
|
+
* **Float** \
|
|
10351
|
+
* **Bool** \
|
|
10352
|
+
* **Array** \
|
|
9730
10353
|
* **SecureString**
|
|
9731
10354
|
*/
|
|
9732
10355
|
export type ParameterType = string;
|
|
@@ -9736,7 +10359,7 @@ export declare enum KnownIntegrationRuntimeReferenceType {
|
|
|
9736
10359
|
IntegrationRuntimeReference = "IntegrationRuntimeReference"
|
|
9737
10360
|
}
|
|
9738
10361
|
/**
|
|
9739
|
-
* Defines values for IntegrationRuntimeReferenceType.
|
|
10362
|
+
* Defines values for IntegrationRuntimeReferenceType. \
|
|
9740
10363
|
* {@link KnownIntegrationRuntimeReferenceType} can be used interchangeably with IntegrationRuntimeReferenceType,
|
|
9741
10364
|
* this enum contains the known values that the service supports.
|
|
9742
10365
|
* ### Known values supported by the service
|
|
@@ -9753,12 +10376,12 @@ export declare enum KnownDataFlowDebugCommandType {
|
|
|
9753
10376
|
ExecuteExpressionQuery = "executeExpressionQuery"
|
|
9754
10377
|
}
|
|
9755
10378
|
/**
|
|
9756
|
-
* Defines values for DataFlowDebugCommandType.
|
|
10379
|
+
* Defines values for DataFlowDebugCommandType. \
|
|
9757
10380
|
* {@link KnownDataFlowDebugCommandType} can be used interchangeably with DataFlowDebugCommandType,
|
|
9758
10381
|
* this enum contains the known values that the service supports.
|
|
9759
10382
|
* ### Known values supported by the service
|
|
9760
|
-
* **executePreviewQuery**
|
|
9761
|
-
* **executeStatisticsQuery**
|
|
10383
|
+
* **executePreviewQuery** \
|
|
10384
|
+
* **executeStatisticsQuery** \
|
|
9762
10385
|
* **executeExpressionQuery**
|
|
9763
10386
|
*/
|
|
9764
10387
|
export type DataFlowDebugCommandType = string;
|
|
@@ -9770,11 +10393,11 @@ export declare enum KnownActivityState {
|
|
|
9770
10393
|
Inactive = "Inactive"
|
|
9771
10394
|
}
|
|
9772
10395
|
/**
|
|
9773
|
-
* Defines values for ActivityState.
|
|
10396
|
+
* Defines values for ActivityState. \
|
|
9774
10397
|
* {@link KnownActivityState} can be used interchangeably with ActivityState,
|
|
9775
10398
|
* this enum contains the known values that the service supports.
|
|
9776
10399
|
* ### Known values supported by the service
|
|
9777
|
-
* **Active**
|
|
10400
|
+
* **Active** \
|
|
9778
10401
|
* **Inactive**
|
|
9779
10402
|
*/
|
|
9780
10403
|
export type ActivityState = string;
|
|
@@ -9788,12 +10411,12 @@ export declare enum KnownActivityOnInactiveMarkAs {
|
|
|
9788
10411
|
Skipped = "Skipped"
|
|
9789
10412
|
}
|
|
9790
10413
|
/**
|
|
9791
|
-
* Defines values for ActivityOnInactiveMarkAs.
|
|
10414
|
+
* Defines values for ActivityOnInactiveMarkAs. \
|
|
9792
10415
|
* {@link KnownActivityOnInactiveMarkAs} can be used interchangeably with ActivityOnInactiveMarkAs,
|
|
9793
10416
|
* this enum contains the known values that the service supports.
|
|
9794
10417
|
* ### Known values supported by the service
|
|
9795
|
-
* **Succeeded**
|
|
9796
|
-
* **Failed**
|
|
10418
|
+
* **Succeeded** \
|
|
10419
|
+
* **Failed** \
|
|
9797
10420
|
* **Skipped**
|
|
9798
10421
|
*/
|
|
9799
10422
|
export type ActivityOnInactiveMarkAs = string;
|
|
@@ -9809,13 +10432,13 @@ export declare enum KnownDependencyCondition {
|
|
|
9809
10432
|
Completed = "Completed"
|
|
9810
10433
|
}
|
|
9811
10434
|
/**
|
|
9812
|
-
* Defines values for DependencyCondition.
|
|
10435
|
+
* Defines values for DependencyCondition. \
|
|
9813
10436
|
* {@link KnownDependencyCondition} can be used interchangeably with DependencyCondition,
|
|
9814
10437
|
* this enum contains the known values that the service supports.
|
|
9815
10438
|
* ### Known values supported by the service
|
|
9816
|
-
* **Succeeded**
|
|
9817
|
-
* **Failed**
|
|
9818
|
-
* **Skipped**
|
|
10439
|
+
* **Succeeded** \
|
|
10440
|
+
* **Failed** \
|
|
10441
|
+
* **Skipped** \
|
|
9819
10442
|
* **Completed**
|
|
9820
10443
|
*/
|
|
9821
10444
|
export type DependencyCondition = string;
|
|
@@ -9831,13 +10454,13 @@ export declare enum KnownVariableType {
|
|
|
9831
10454
|
Array = "Array"
|
|
9832
10455
|
}
|
|
9833
10456
|
/**
|
|
9834
|
-
* Defines values for VariableType.
|
|
10457
|
+
* Defines values for VariableType. \
|
|
9835
10458
|
* {@link KnownVariableType} can be used interchangeably with VariableType,
|
|
9836
10459
|
* this enum contains the known values that the service supports.
|
|
9837
10460
|
* ### Known values supported by the service
|
|
9838
|
-
* **String**
|
|
9839
|
-
* **Bool**
|
|
9840
|
-
* **Boolean**
|
|
10461
|
+
* **String** \
|
|
10462
|
+
* **Bool** \
|
|
10463
|
+
* **Boolean** \
|
|
9841
10464
|
* **Array**
|
|
9842
10465
|
*/
|
|
9843
10466
|
export type VariableType = string;
|
|
@@ -9869,21 +10492,21 @@ export declare enum KnownRunQueryFilterOperand {
|
|
|
9869
10492
|
LatestOnly = "LatestOnly"
|
|
9870
10493
|
}
|
|
9871
10494
|
/**
|
|
9872
|
-
* Defines values for RunQueryFilterOperand.
|
|
10495
|
+
* Defines values for RunQueryFilterOperand. \
|
|
9873
10496
|
* {@link KnownRunQueryFilterOperand} can be used interchangeably with RunQueryFilterOperand,
|
|
9874
10497
|
* this enum contains the known values that the service supports.
|
|
9875
10498
|
* ### Known values supported by the service
|
|
9876
|
-
* **PipelineName**
|
|
9877
|
-
* **Status**
|
|
9878
|
-
* **RunStart**
|
|
9879
|
-
* **RunEnd**
|
|
9880
|
-
* **ActivityName**
|
|
9881
|
-
* **ActivityRunStart**
|
|
9882
|
-
* **ActivityRunEnd**
|
|
9883
|
-
* **ActivityType**
|
|
9884
|
-
* **TriggerName**
|
|
9885
|
-
* **TriggerRunTimestamp**
|
|
9886
|
-
* **RunGroupId**
|
|
10499
|
+
* **PipelineName** \
|
|
10500
|
+
* **Status** \
|
|
10501
|
+
* **RunStart** \
|
|
10502
|
+
* **RunEnd** \
|
|
10503
|
+
* **ActivityName** \
|
|
10504
|
+
* **ActivityRunStart** \
|
|
10505
|
+
* **ActivityRunEnd** \
|
|
10506
|
+
* **ActivityType** \
|
|
10507
|
+
* **TriggerName** \
|
|
10508
|
+
* **TriggerRunTimestamp** \
|
|
10509
|
+
* **RunGroupId** \
|
|
9887
10510
|
* **LatestOnly**
|
|
9888
10511
|
*/
|
|
9889
10512
|
export type RunQueryFilterOperand = string;
|
|
@@ -9899,13 +10522,13 @@ export declare enum KnownRunQueryFilterOperator {
|
|
|
9899
10522
|
NotIn = "NotIn"
|
|
9900
10523
|
}
|
|
9901
10524
|
/**
|
|
9902
|
-
* Defines values for RunQueryFilterOperator.
|
|
10525
|
+
* Defines values for RunQueryFilterOperator. \
|
|
9903
10526
|
* {@link KnownRunQueryFilterOperator} can be used interchangeably with RunQueryFilterOperator,
|
|
9904
10527
|
* this enum contains the known values that the service supports.
|
|
9905
10528
|
* ### Known values supported by the service
|
|
9906
|
-
* **Equals**
|
|
9907
|
-
* **NotEquals**
|
|
9908
|
-
* **In**
|
|
10529
|
+
* **Equals** \
|
|
10530
|
+
* **NotEquals** \
|
|
10531
|
+
* **In** \
|
|
9909
10532
|
* **NotIn**
|
|
9910
10533
|
*/
|
|
9911
10534
|
export type RunQueryFilterOperator = string;
|
|
@@ -9931,18 +10554,18 @@ export declare enum KnownRunQueryOrderByField {
|
|
|
9931
10554
|
TriggerRunTimestamp = "TriggerRunTimestamp"
|
|
9932
10555
|
}
|
|
9933
10556
|
/**
|
|
9934
|
-
* Defines values for RunQueryOrderByField.
|
|
10557
|
+
* Defines values for RunQueryOrderByField. \
|
|
9935
10558
|
* {@link KnownRunQueryOrderByField} can be used interchangeably with RunQueryOrderByField,
|
|
9936
10559
|
* this enum contains the known values that the service supports.
|
|
9937
10560
|
* ### Known values supported by the service
|
|
9938
|
-
* **RunStart**
|
|
9939
|
-
* **RunEnd**
|
|
9940
|
-
* **PipelineName**
|
|
9941
|
-
* **Status**
|
|
9942
|
-
* **ActivityName**
|
|
9943
|
-
* **ActivityRunStart**
|
|
9944
|
-
* **ActivityRunEnd**
|
|
9945
|
-
* **TriggerName**
|
|
10561
|
+
* **RunStart** \
|
|
10562
|
+
* **RunEnd** \
|
|
10563
|
+
* **PipelineName** \
|
|
10564
|
+
* **Status** \
|
|
10565
|
+
* **ActivityName** \
|
|
10566
|
+
* **ActivityRunStart** \
|
|
10567
|
+
* **ActivityRunEnd** \
|
|
10568
|
+
* **TriggerName** \
|
|
9946
10569
|
* **TriggerRunTimestamp**
|
|
9947
10570
|
*/
|
|
9948
10571
|
export type RunQueryOrderByField = string;
|
|
@@ -9954,11 +10577,11 @@ export declare enum KnownRunQueryOrder {
|
|
|
9954
10577
|
Desc = "DESC"
|
|
9955
10578
|
}
|
|
9956
10579
|
/**
|
|
9957
|
-
* Defines values for RunQueryOrder.
|
|
10580
|
+
* Defines values for RunQueryOrder. \
|
|
9958
10581
|
* {@link KnownRunQueryOrder} can be used interchangeably with RunQueryOrder,
|
|
9959
10582
|
* this enum contains the known values that the service supports.
|
|
9960
10583
|
* ### Known values supported by the service
|
|
9961
|
-
* **ASC**
|
|
10584
|
+
* **ASC** \
|
|
9962
10585
|
* **DESC**
|
|
9963
10586
|
*/
|
|
9964
10587
|
export type RunQueryOrder = string;
|
|
@@ -9970,11 +10593,11 @@ export declare enum KnownSparkJobType {
|
|
|
9970
10593
|
SparkSession = "SparkSession"
|
|
9971
10594
|
}
|
|
9972
10595
|
/**
|
|
9973
|
-
* Defines values for SparkJobType.
|
|
10596
|
+
* Defines values for SparkJobType. \
|
|
9974
10597
|
* {@link KnownSparkJobType} can be used interchangeably with SparkJobType,
|
|
9975
10598
|
* this enum contains the known values that the service supports.
|
|
9976
10599
|
* ### Known values supported by the service
|
|
9977
|
-
* **SparkBatch**
|
|
10600
|
+
* **SparkBatch** \
|
|
9978
10601
|
* **SparkSession**
|
|
9979
10602
|
*/
|
|
9980
10603
|
export type SparkJobType = string;
|
|
@@ -9990,13 +10613,13 @@ export declare enum KnownSparkBatchJobResultType {
|
|
|
9990
10613
|
Cancelled = "Cancelled"
|
|
9991
10614
|
}
|
|
9992
10615
|
/**
|
|
9993
|
-
* Defines values for SparkBatchJobResultType.
|
|
10616
|
+
* Defines values for SparkBatchJobResultType. \
|
|
9994
10617
|
* {@link KnownSparkBatchJobResultType} can be used interchangeably with SparkBatchJobResultType,
|
|
9995
10618
|
* this enum contains the known values that the service supports.
|
|
9996
10619
|
* ### Known values supported by the service
|
|
9997
|
-
* **Uncertain**
|
|
9998
|
-
* **Succeeded**
|
|
9999
|
-
* **Failed**
|
|
10620
|
+
* **Uncertain** \
|
|
10621
|
+
* **Succeeded** \
|
|
10622
|
+
* **Failed** \
|
|
10000
10623
|
* **Cancelled**
|
|
10001
10624
|
*/
|
|
10002
10625
|
export type SparkBatchJobResultType = string;
|
|
@@ -10010,12 +10633,12 @@ export declare enum KnownSchedulerCurrentState {
|
|
|
10010
10633
|
Ended = "Ended"
|
|
10011
10634
|
}
|
|
10012
10635
|
/**
|
|
10013
|
-
* Defines values for SchedulerCurrentState.
|
|
10636
|
+
* Defines values for SchedulerCurrentState. \
|
|
10014
10637
|
* {@link KnownSchedulerCurrentState} can be used interchangeably with SchedulerCurrentState,
|
|
10015
10638
|
* this enum contains the known values that the service supports.
|
|
10016
10639
|
* ### Known values supported by the service
|
|
10017
|
-
* **Queued**
|
|
10018
|
-
* **Scheduled**
|
|
10640
|
+
* **Queued** \
|
|
10641
|
+
* **Scheduled** \
|
|
10019
10642
|
* **Ended**
|
|
10020
10643
|
*/
|
|
10021
10644
|
export type SchedulerCurrentState = string;
|
|
@@ -10037,16 +10660,16 @@ export declare enum KnownPluginCurrentState {
|
|
|
10037
10660
|
Ended = "Ended"
|
|
10038
10661
|
}
|
|
10039
10662
|
/**
|
|
10040
|
-
* Defines values for PluginCurrentState.
|
|
10663
|
+
* Defines values for PluginCurrentState. \
|
|
10041
10664
|
* {@link KnownPluginCurrentState} can be used interchangeably with PluginCurrentState,
|
|
10042
10665
|
* this enum contains the known values that the service supports.
|
|
10043
10666
|
* ### Known values supported by the service
|
|
10044
|
-
* **Preparation**
|
|
10045
|
-
* **ResourceAcquisition**
|
|
10046
|
-
* **Queued**
|
|
10047
|
-
* **Submission**
|
|
10048
|
-
* **Monitoring**
|
|
10049
|
-
* **Cleanup**
|
|
10667
|
+
* **Preparation** \
|
|
10668
|
+
* **ResourceAcquisition** \
|
|
10669
|
+
* **Queued** \
|
|
10670
|
+
* **Submission** \
|
|
10671
|
+
* **Monitoring** \
|
|
10672
|
+
* **Cleanup** \
|
|
10050
10673
|
* **Ended**
|
|
10051
10674
|
*/
|
|
10052
10675
|
export type PluginCurrentState = string;
|
|
@@ -10062,13 +10685,13 @@ export declare enum KnownSparkErrorSource {
|
|
|
10062
10685
|
Dependency = "Dependency"
|
|
10063
10686
|
}
|
|
10064
10687
|
/**
|
|
10065
|
-
* Defines values for SparkErrorSource.
|
|
10688
|
+
* Defines values for SparkErrorSource. \
|
|
10066
10689
|
* {@link KnownSparkErrorSource} can be used interchangeably with SparkErrorSource,
|
|
10067
10690
|
* this enum contains the known values that the service supports.
|
|
10068
10691
|
* ### Known values supported by the service
|
|
10069
|
-
* **System**
|
|
10070
|
-
* **User**
|
|
10071
|
-
* **Unknown**
|
|
10692
|
+
* **System** \
|
|
10693
|
+
* **User** \
|
|
10694
|
+
* **Unknown** \
|
|
10072
10695
|
* **Dependency**
|
|
10073
10696
|
*/
|
|
10074
10697
|
export type SparkErrorSource = string;
|
|
@@ -10098,20 +10721,20 @@ export declare enum KnownLivyStates {
|
|
|
10098
10721
|
Recovering = "recovering"
|
|
10099
10722
|
}
|
|
10100
10723
|
/**
|
|
10101
|
-
* Defines values for LivyStates.
|
|
10724
|
+
* Defines values for LivyStates. \
|
|
10102
10725
|
* {@link KnownLivyStates} can be used interchangeably with LivyStates,
|
|
10103
10726
|
* this enum contains the known values that the service supports.
|
|
10104
10727
|
* ### Known values supported by the service
|
|
10105
|
-
* **not_started**
|
|
10106
|
-
* **starting**
|
|
10107
|
-
* **idle**
|
|
10108
|
-
* **busy**
|
|
10109
|
-
* **shutting_down**
|
|
10110
|
-
* **error**
|
|
10111
|
-
* **dead**
|
|
10112
|
-
* **killed**
|
|
10113
|
-
* **success**
|
|
10114
|
-
* **running**
|
|
10728
|
+
* **not_started** \
|
|
10729
|
+
* **starting** \
|
|
10730
|
+
* **idle** \
|
|
10731
|
+
* **busy** \
|
|
10732
|
+
* **shutting_down** \
|
|
10733
|
+
* **error** \
|
|
10734
|
+
* **dead** \
|
|
10735
|
+
* **killed** \
|
|
10736
|
+
* **success** \
|
|
10737
|
+
* **running** \
|
|
10115
10738
|
* **recovering**
|
|
10116
10739
|
*/
|
|
10117
10740
|
export type LivyStates = string;
|
|
@@ -10127,13 +10750,13 @@ export declare enum KnownCreateMode {
|
|
|
10127
10750
|
Restore = "Restore"
|
|
10128
10751
|
}
|
|
10129
10752
|
/**
|
|
10130
|
-
* Defines values for CreateMode.
|
|
10753
|
+
* Defines values for CreateMode. \
|
|
10131
10754
|
* {@link KnownCreateMode} can be used interchangeably with CreateMode,
|
|
10132
10755
|
* this enum contains the known values that the service supports.
|
|
10133
10756
|
* ### Known values supported by the service
|
|
10134
|
-
* **Default**
|
|
10135
|
-
* **PointInTimeRestore**
|
|
10136
|
-
* **Recovery**
|
|
10757
|
+
* **Default** \
|
|
10758
|
+
* **PointInTimeRestore** \
|
|
10759
|
+
* **Recovery** \
|
|
10137
10760
|
* **Restore**
|
|
10138
10761
|
*/
|
|
10139
10762
|
export type CreateMode = string;
|
|
@@ -10143,7 +10766,7 @@ export declare enum KnownSqlScriptType {
|
|
|
10143
10766
|
SqlQuery = "SqlQuery"
|
|
10144
10767
|
}
|
|
10145
10768
|
/**
|
|
10146
|
-
* Defines values for SqlScriptType.
|
|
10769
|
+
* Defines values for SqlScriptType. \
|
|
10147
10770
|
* {@link KnownSqlScriptType} can be used interchangeably with SqlScriptType,
|
|
10148
10771
|
* this enum contains the known values that the service supports.
|
|
10149
10772
|
* ### Known values supported by the service
|
|
@@ -10158,11 +10781,11 @@ export declare enum KnownSqlConnectionType {
|
|
|
10158
10781
|
SqlPool = "SqlPool"
|
|
10159
10782
|
}
|
|
10160
10783
|
/**
|
|
10161
|
-
* Defines values for SqlConnectionType.
|
|
10784
|
+
* Defines values for SqlConnectionType. \
|
|
10162
10785
|
* {@link KnownSqlConnectionType} can be used interchangeably with SqlConnectionType,
|
|
10163
10786
|
* this enum contains the known values that the service supports.
|
|
10164
10787
|
* ### Known values supported by the service
|
|
10165
|
-
* **SqlOnDemand**
|
|
10788
|
+
* **SqlOnDemand** \
|
|
10166
10789
|
* **SqlPool**
|
|
10167
10790
|
*/
|
|
10168
10791
|
export type SqlConnectionType = string;
|
|
@@ -10176,12 +10799,12 @@ export declare enum KnownTriggerRuntimeState {
|
|
|
10176
10799
|
Disabled = "Disabled"
|
|
10177
10800
|
}
|
|
10178
10801
|
/**
|
|
10179
|
-
* Defines values for TriggerRuntimeState.
|
|
10802
|
+
* Defines values for TriggerRuntimeState. \
|
|
10180
10803
|
* {@link KnownTriggerRuntimeState} can be used interchangeably with TriggerRuntimeState,
|
|
10181
10804
|
* this enum contains the known values that the service supports.
|
|
10182
10805
|
* ### Known values supported by the service
|
|
10183
|
-
* **Started**
|
|
10184
|
-
* **Stopped**
|
|
10806
|
+
* **Started** \
|
|
10807
|
+
* **Stopped** \
|
|
10185
10808
|
* **Disabled**
|
|
10186
10809
|
*/
|
|
10187
10810
|
export type TriggerRuntimeState = string;
|
|
@@ -10199,14 +10822,14 @@ export declare enum KnownEventSubscriptionStatus {
|
|
|
10199
10822
|
Unknown = "Unknown"
|
|
10200
10823
|
}
|
|
10201
10824
|
/**
|
|
10202
|
-
* Defines values for EventSubscriptionStatus.
|
|
10825
|
+
* Defines values for EventSubscriptionStatus. \
|
|
10203
10826
|
* {@link KnownEventSubscriptionStatus} can be used interchangeably with EventSubscriptionStatus,
|
|
10204
10827
|
* this enum contains the known values that the service supports.
|
|
10205
10828
|
* ### Known values supported by the service
|
|
10206
|
-
* **Enabled**
|
|
10207
|
-
* **Provisioning**
|
|
10208
|
-
* **Deprovisioning**
|
|
10209
|
-
* **Disabled**
|
|
10829
|
+
* **Enabled** \
|
|
10830
|
+
* **Provisioning** \
|
|
10831
|
+
* **Deprovisioning** \
|
|
10832
|
+
* **Disabled** \
|
|
10210
10833
|
* **Unknown**
|
|
10211
10834
|
*/
|
|
10212
10835
|
export type EventSubscriptionStatus = string;
|
|
@@ -10220,12 +10843,12 @@ export declare enum KnownTriggerRunStatus {
|
|
|
10220
10843
|
Inprogress = "Inprogress"
|
|
10221
10844
|
}
|
|
10222
10845
|
/**
|
|
10223
|
-
* Defines values for TriggerRunStatus.
|
|
10846
|
+
* Defines values for TriggerRunStatus. \
|
|
10224
10847
|
* {@link KnownTriggerRunStatus} can be used interchangeably with TriggerRunStatus,
|
|
10225
10848
|
* this enum contains the known values that the service supports.
|
|
10226
10849
|
* ### Known values supported by the service
|
|
10227
|
-
* **Succeeded**
|
|
10228
|
-
* **Failed**
|
|
10850
|
+
* **Succeeded** \
|
|
10851
|
+
* **Failed** \
|
|
10229
10852
|
* **Inprogress**
|
|
10230
10853
|
*/
|
|
10231
10854
|
export type TriggerRunStatus = string;
|
|
@@ -10235,7 +10858,7 @@ export declare enum KnownExpressionType {
|
|
|
10235
10858
|
Expression = "Expression"
|
|
10236
10859
|
}
|
|
10237
10860
|
/**
|
|
10238
|
-
* Defines values for ExpressionType.
|
|
10861
|
+
* Defines values for ExpressionType. \
|
|
10239
10862
|
* {@link KnownExpressionType} can be used interchangeably with ExpressionType,
|
|
10240
10863
|
* this enum contains the known values that the service supports.
|
|
10241
10864
|
* ### Known values supported by the service
|
|
@@ -10248,7 +10871,7 @@ export declare enum KnownPipelineReferenceType {
|
|
|
10248
10871
|
PipelineReference = "PipelineReference"
|
|
10249
10872
|
}
|
|
10250
10873
|
/**
|
|
10251
|
-
* Defines values for PipelineReferenceType.
|
|
10874
|
+
* Defines values for PipelineReferenceType. \
|
|
10252
10875
|
* {@link KnownPipelineReferenceType} can be used interchangeably with PipelineReferenceType,
|
|
10253
10876
|
* this enum contains the known values that the service supports.
|
|
10254
10877
|
* ### Known values supported by the service
|
|
@@ -10261,7 +10884,7 @@ export declare enum KnownDatasetReferenceType {
|
|
|
10261
10884
|
DatasetReference = "DatasetReference"
|
|
10262
10885
|
}
|
|
10263
10886
|
/**
|
|
10264
|
-
* Defines values for DatasetReferenceType.
|
|
10887
|
+
* Defines values for DatasetReferenceType. \
|
|
10265
10888
|
* {@link KnownDatasetReferenceType} can be used interchangeably with DatasetReferenceType,
|
|
10266
10889
|
* this enum contains the known values that the service supports.
|
|
10267
10890
|
* ### Known values supported by the service
|
|
@@ -10274,7 +10897,7 @@ export declare enum KnownDataFlowReferenceType {
|
|
|
10274
10897
|
DataFlowReference = "DataFlowReference"
|
|
10275
10898
|
}
|
|
10276
10899
|
/**
|
|
10277
|
-
* Defines values for DataFlowReferenceType.
|
|
10900
|
+
* Defines values for DataFlowReferenceType. \
|
|
10278
10901
|
* {@link KnownDataFlowReferenceType} can be used interchangeably with DataFlowReferenceType,
|
|
10279
10902
|
* this enum contains the known values that the service supports.
|
|
10280
10903
|
* ### Known values supported by the service
|
|
@@ -10287,7 +10910,7 @@ export declare enum KnownNotebookReferenceType {
|
|
|
10287
10910
|
NotebookReference = "NotebookReference"
|
|
10288
10911
|
}
|
|
10289
10912
|
/**
|
|
10290
|
-
* Defines values for NotebookReferenceType.
|
|
10913
|
+
* Defines values for NotebookReferenceType. \
|
|
10291
10914
|
* {@link KnownNotebookReferenceType} can be used interchangeably with NotebookReferenceType,
|
|
10292
10915
|
* this enum contains the known values that the service supports.
|
|
10293
10916
|
* ### Known values supported by the service
|
|
@@ -10300,7 +10923,7 @@ export declare enum KnownSparkJobReferenceType {
|
|
|
10300
10923
|
SparkJobDefinitionReference = "SparkJobDefinitionReference"
|
|
10301
10924
|
}
|
|
10302
10925
|
/**
|
|
10303
|
-
* Defines values for SparkJobReferenceType.
|
|
10926
|
+
* Defines values for SparkJobReferenceType. \
|
|
10304
10927
|
* {@link KnownSparkJobReferenceType} can be used interchangeably with SparkJobReferenceType,
|
|
10305
10928
|
* this enum contains the known values that the service supports.
|
|
10306
10929
|
* ### Known values supported by the service
|
|
@@ -10313,7 +10936,7 @@ export declare enum KnownSqlPoolReferenceType {
|
|
|
10313
10936
|
SqlPoolReference = "SqlPoolReference"
|
|
10314
10937
|
}
|
|
10315
10938
|
/**
|
|
10316
|
-
* Defines values for SqlPoolReferenceType.
|
|
10939
|
+
* Defines values for SqlPoolReferenceType. \
|
|
10317
10940
|
* {@link KnownSqlPoolReferenceType} can be used interchangeably with SqlPoolReferenceType,
|
|
10318
10941
|
* this enum contains the known values that the service supports.
|
|
10319
10942
|
* ### Known values supported by the service
|
|
@@ -10326,7 +10949,7 @@ export declare enum KnownCredentialReferenceType {
|
|
|
10326
10949
|
CredentialReference = "CredentialReference"
|
|
10327
10950
|
}
|
|
10328
10951
|
/**
|
|
10329
|
-
* Defines values for CredentialReferenceType.
|
|
10952
|
+
* Defines values for CredentialReferenceType. \
|
|
10330
10953
|
* {@link KnownCredentialReferenceType} can be used interchangeably with CredentialReferenceType,
|
|
10331
10954
|
* this enum contains the known values that the service supports.
|
|
10332
10955
|
* ### Known values supported by the service
|
|
@@ -10347,17 +10970,58 @@ export declare enum KnownAzureStorageAuthenticationType {
|
|
|
10347
10970
|
Msi = "Msi"
|
|
10348
10971
|
}
|
|
10349
10972
|
/**
|
|
10350
|
-
* Defines values for AzureStorageAuthenticationType.
|
|
10973
|
+
* Defines values for AzureStorageAuthenticationType. \
|
|
10351
10974
|
* {@link KnownAzureStorageAuthenticationType} can be used interchangeably with AzureStorageAuthenticationType,
|
|
10352
10975
|
* this enum contains the known values that the service supports.
|
|
10353
10976
|
* ### Known values supported by the service
|
|
10354
|
-
* **Anonymous**
|
|
10355
|
-
* **AccountKey**
|
|
10356
|
-
* **SasUri**
|
|
10357
|
-
* **ServicePrincipal**
|
|
10977
|
+
* **Anonymous** \
|
|
10978
|
+
* **AccountKey** \
|
|
10979
|
+
* **SasUri** \
|
|
10980
|
+
* **ServicePrincipal** \
|
|
10358
10981
|
* **Msi**
|
|
10359
10982
|
*/
|
|
10360
10983
|
export type AzureStorageAuthenticationType = string;
|
|
10984
|
+
/** Known values of {@link AzureSqlDWAuthenticationType} that the service accepts. */
|
|
10985
|
+
export declare enum KnownAzureSqlDWAuthenticationType {
|
|
10986
|
+
/** SQL */
|
|
10987
|
+
SQL = "SQL",
|
|
10988
|
+
/** ServicePrincipal */
|
|
10989
|
+
ServicePrincipal = "ServicePrincipal",
|
|
10990
|
+
/** SystemAssignedManagedIdentity */
|
|
10991
|
+
SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
|
|
10992
|
+
/** UserAssignedManagedIdentity */
|
|
10993
|
+
UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
|
|
10994
|
+
}
|
|
10995
|
+
/**
|
|
10996
|
+
* Defines values for AzureSqlDWAuthenticationType. \
|
|
10997
|
+
* {@link KnownAzureSqlDWAuthenticationType} can be used interchangeably with AzureSqlDWAuthenticationType,
|
|
10998
|
+
* this enum contains the known values that the service supports.
|
|
10999
|
+
* ### Known values supported by the service
|
|
11000
|
+
* **SQL** \
|
|
11001
|
+
* **ServicePrincipal** \
|
|
11002
|
+
* **SystemAssignedManagedIdentity** \
|
|
11003
|
+
* **UserAssignedManagedIdentity**
|
|
11004
|
+
*/
|
|
11005
|
+
export type AzureSqlDWAuthenticationType = string;
|
|
11006
|
+
/** Known values of {@link SqlServerAuthenticationType} that the service accepts. */
|
|
11007
|
+
export declare enum KnownSqlServerAuthenticationType {
|
|
11008
|
+
/** SQL */
|
|
11009
|
+
SQL = "SQL",
|
|
11010
|
+
/** Windows */
|
|
11011
|
+
Windows = "Windows",
|
|
11012
|
+
/** UserAssignedManagedIdentity */
|
|
11013
|
+
UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
|
|
11014
|
+
}
|
|
11015
|
+
/**
|
|
11016
|
+
* Defines values for SqlServerAuthenticationType. \
|
|
11017
|
+
* {@link KnownSqlServerAuthenticationType} can be used interchangeably with SqlServerAuthenticationType,
|
|
11018
|
+
* this enum contains the known values that the service supports.
|
|
11019
|
+
* ### Known values supported by the service
|
|
11020
|
+
* **SQL** \
|
|
11021
|
+
* **Windows** \
|
|
11022
|
+
* **UserAssignedManagedIdentity**
|
|
11023
|
+
*/
|
|
11024
|
+
export type SqlServerAuthenticationType = string;
|
|
10361
11025
|
/** Known values of {@link SqlAlwaysEncryptedAkvAuthType} that the service accepts. */
|
|
10362
11026
|
export declare enum KnownSqlAlwaysEncryptedAkvAuthType {
|
|
10363
11027
|
/** ServicePrincipal */
|
|
@@ -10368,15 +11032,88 @@ export declare enum KnownSqlAlwaysEncryptedAkvAuthType {
|
|
|
10368
11032
|
UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
|
|
10369
11033
|
}
|
|
10370
11034
|
/**
|
|
10371
|
-
* Defines values for SqlAlwaysEncryptedAkvAuthType.
|
|
11035
|
+
* Defines values for SqlAlwaysEncryptedAkvAuthType. \
|
|
10372
11036
|
* {@link KnownSqlAlwaysEncryptedAkvAuthType} can be used interchangeably with SqlAlwaysEncryptedAkvAuthType,
|
|
10373
11037
|
* this enum contains the known values that the service supports.
|
|
10374
11038
|
* ### Known values supported by the service
|
|
10375
|
-
* **ServicePrincipal**
|
|
10376
|
-
* **ManagedIdentity**
|
|
11039
|
+
* **ServicePrincipal** \
|
|
11040
|
+
* **ManagedIdentity** \
|
|
10377
11041
|
* **UserAssignedManagedIdentity**
|
|
10378
11042
|
*/
|
|
10379
11043
|
export type SqlAlwaysEncryptedAkvAuthType = string;
|
|
11044
|
+
/** Known values of {@link AmazonRdsForSqlServerAuthenticationType} that the service accepts. */
|
|
11045
|
+
export declare enum KnownAmazonRdsForSqlServerAuthenticationType {
|
|
11046
|
+
/** SQL */
|
|
11047
|
+
SQL = "SQL",
|
|
11048
|
+
/** Windows */
|
|
11049
|
+
Windows = "Windows"
|
|
11050
|
+
}
|
|
11051
|
+
/**
|
|
11052
|
+
* Defines values for AmazonRdsForSqlServerAuthenticationType. \
|
|
11053
|
+
* {@link KnownAmazonRdsForSqlServerAuthenticationType} can be used interchangeably with AmazonRdsForSqlServerAuthenticationType,
|
|
11054
|
+
* this enum contains the known values that the service supports.
|
|
11055
|
+
* ### Known values supported by the service
|
|
11056
|
+
* **SQL** \
|
|
11057
|
+
* **Windows**
|
|
11058
|
+
*/
|
|
11059
|
+
export type AmazonRdsForSqlServerAuthenticationType = string;
|
|
11060
|
+
/** Known values of {@link AzureSqlDatabaseAuthenticationType} that the service accepts. */
|
|
11061
|
+
export declare enum KnownAzureSqlDatabaseAuthenticationType {
|
|
11062
|
+
/** SQL */
|
|
11063
|
+
SQL = "SQL",
|
|
11064
|
+
/** ServicePrincipal */
|
|
11065
|
+
ServicePrincipal = "ServicePrincipal",
|
|
11066
|
+
/** SystemAssignedManagedIdentity */
|
|
11067
|
+
SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
|
|
11068
|
+
/** UserAssignedManagedIdentity */
|
|
11069
|
+
UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
|
|
11070
|
+
}
|
|
11071
|
+
/**
|
|
11072
|
+
* Defines values for AzureSqlDatabaseAuthenticationType. \
|
|
11073
|
+
* {@link KnownAzureSqlDatabaseAuthenticationType} can be used interchangeably with AzureSqlDatabaseAuthenticationType,
|
|
11074
|
+
* this enum contains the known values that the service supports.
|
|
11075
|
+
* ### Known values supported by the service
|
|
11076
|
+
* **SQL** \
|
|
11077
|
+
* **ServicePrincipal** \
|
|
11078
|
+
* **SystemAssignedManagedIdentity** \
|
|
11079
|
+
* **UserAssignedManagedIdentity**
|
|
11080
|
+
*/
|
|
11081
|
+
export type AzureSqlDatabaseAuthenticationType = string;
|
|
11082
|
+
/** Known values of {@link AzureSqlMIAuthenticationType} that the service accepts. */
|
|
11083
|
+
export declare enum KnownAzureSqlMIAuthenticationType {
|
|
11084
|
+
/** SQL */
|
|
11085
|
+
SQL = "SQL",
|
|
11086
|
+
/** ServicePrincipal */
|
|
11087
|
+
ServicePrincipal = "ServicePrincipal",
|
|
11088
|
+
/** SystemAssignedManagedIdentity */
|
|
11089
|
+
SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
|
|
11090
|
+
/** UserAssignedManagedIdentity */
|
|
11091
|
+
UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
|
|
11092
|
+
}
|
|
11093
|
+
/**
|
|
11094
|
+
* Defines values for AzureSqlMIAuthenticationType. \
|
|
11095
|
+
* {@link KnownAzureSqlMIAuthenticationType} can be used interchangeably with AzureSqlMIAuthenticationType,
|
|
11096
|
+
* this enum contains the known values that the service supports.
|
|
11097
|
+
* ### Known values supported by the service
|
|
11098
|
+
* **SQL** \
|
|
11099
|
+
* **ServicePrincipal** \
|
|
11100
|
+
* **SystemAssignedManagedIdentity** \
|
|
11101
|
+
* **UserAssignedManagedIdentity**
|
|
11102
|
+
*/
|
|
11103
|
+
export type AzureSqlMIAuthenticationType = string;
|
|
11104
|
+
/** Known values of {@link OracleAuthenticationType} that the service accepts. */
|
|
11105
|
+
export declare enum KnownOracleAuthenticationType {
|
|
11106
|
+
/** Basic */
|
|
11107
|
+
Basic = "Basic"
|
|
11108
|
+
}
|
|
11109
|
+
/**
|
|
11110
|
+
* Defines values for OracleAuthenticationType. \
|
|
11111
|
+
* {@link KnownOracleAuthenticationType} can be used interchangeably with OracleAuthenticationType,
|
|
11112
|
+
* this enum contains the known values that the service supports.
|
|
11113
|
+
* ### Known values supported by the service
|
|
11114
|
+
* **Basic**
|
|
11115
|
+
*/
|
|
11116
|
+
export type OracleAuthenticationType = string;
|
|
10380
11117
|
/** Known values of {@link SybaseAuthenticationType} that the service accepts. */
|
|
10381
11118
|
export declare enum KnownSybaseAuthenticationType {
|
|
10382
11119
|
/** Basic */
|
|
@@ -10385,11 +11122,11 @@ export declare enum KnownSybaseAuthenticationType {
|
|
|
10385
11122
|
Windows = "Windows"
|
|
10386
11123
|
}
|
|
10387
11124
|
/**
|
|
10388
|
-
* Defines values for SybaseAuthenticationType.
|
|
11125
|
+
* Defines values for SybaseAuthenticationType. \
|
|
10389
11126
|
* {@link KnownSybaseAuthenticationType} can be used interchangeably with SybaseAuthenticationType,
|
|
10390
11127
|
* this enum contains the known values that the service supports.
|
|
10391
11128
|
* ### Known values supported by the service
|
|
10392
|
-
* **Basic**
|
|
11129
|
+
* **Basic** \
|
|
10393
11130
|
* **Windows**
|
|
10394
11131
|
*/
|
|
10395
11132
|
export type SybaseAuthenticationType = string;
|
|
@@ -10399,7 +11136,7 @@ export declare enum KnownDb2AuthenticationType {
|
|
|
10399
11136
|
Basic = "Basic"
|
|
10400
11137
|
}
|
|
10401
11138
|
/**
|
|
10402
|
-
* Defines values for Db2AuthenticationType.
|
|
11139
|
+
* Defines values for Db2AuthenticationType. \
|
|
10403
11140
|
* {@link KnownDb2AuthenticationType} can be used interchangeably with Db2AuthenticationType,
|
|
10404
11141
|
* this enum contains the known values that the service supports.
|
|
10405
11142
|
* ### Known values supported by the service
|
|
@@ -10414,11 +11151,11 @@ export declare enum KnownTeradataAuthenticationType {
|
|
|
10414
11151
|
Windows = "Windows"
|
|
10415
11152
|
}
|
|
10416
11153
|
/**
|
|
10417
|
-
* Defines values for TeradataAuthenticationType.
|
|
11154
|
+
* Defines values for TeradataAuthenticationType. \
|
|
10418
11155
|
* {@link KnownTeradataAuthenticationType} can be used interchangeably with TeradataAuthenticationType,
|
|
10419
11156
|
* this enum contains the known values that the service supports.
|
|
10420
11157
|
* ### Known values supported by the service
|
|
10421
|
-
* **Basic**
|
|
11158
|
+
* **Basic** \
|
|
10422
11159
|
* **Windows**
|
|
10423
11160
|
*/
|
|
10424
11161
|
export type TeradataAuthenticationType = string;
|
|
@@ -10436,14 +11173,14 @@ export declare enum KnownODataAuthenticationType {
|
|
|
10436
11173
|
ManagedServiceIdentity = "ManagedServiceIdentity"
|
|
10437
11174
|
}
|
|
10438
11175
|
/**
|
|
10439
|
-
* Defines values for ODataAuthenticationType.
|
|
11176
|
+
* Defines values for ODataAuthenticationType. \
|
|
10440
11177
|
* {@link KnownODataAuthenticationType} can be used interchangeably with ODataAuthenticationType,
|
|
10441
11178
|
* this enum contains the known values that the service supports.
|
|
10442
11179
|
* ### Known values supported by the service
|
|
10443
|
-
* **Basic**
|
|
10444
|
-
* **Anonymous**
|
|
10445
|
-
* **Windows**
|
|
10446
|
-
* **AadServicePrincipal**
|
|
11180
|
+
* **Basic** \
|
|
11181
|
+
* **Anonymous** \
|
|
11182
|
+
* **Windows** \
|
|
11183
|
+
* **AadServicePrincipal** \
|
|
10447
11184
|
* **ManagedServiceIdentity**
|
|
10448
11185
|
*/
|
|
10449
11186
|
export type ODataAuthenticationType = string;
|
|
@@ -10455,11 +11192,11 @@ export declare enum KnownODataAadServicePrincipalCredentialType {
|
|
|
10455
11192
|
ServicePrincipalCert = "ServicePrincipalCert"
|
|
10456
11193
|
}
|
|
10457
11194
|
/**
|
|
10458
|
-
* Defines values for ODataAadServicePrincipalCredentialType.
|
|
11195
|
+
* Defines values for ODataAadServicePrincipalCredentialType. \
|
|
10459
11196
|
* {@link KnownODataAadServicePrincipalCredentialType} can be used interchangeably with ODataAadServicePrincipalCredentialType,
|
|
10460
11197
|
* this enum contains the known values that the service supports.
|
|
10461
11198
|
* ### Known values supported by the service
|
|
10462
|
-
* **ServicePrincipalKey**
|
|
11199
|
+
* **ServicePrincipalKey** \
|
|
10463
11200
|
* **ServicePrincipalCert**
|
|
10464
11201
|
*/
|
|
10465
11202
|
export type ODataAadServicePrincipalCredentialType = string;
|
|
@@ -10473,12 +11210,12 @@ export declare enum KnownWebAuthenticationType {
|
|
|
10473
11210
|
ClientCertificate = "ClientCertificate"
|
|
10474
11211
|
}
|
|
10475
11212
|
/**
|
|
10476
|
-
* Defines values for WebAuthenticationType.
|
|
11213
|
+
* Defines values for WebAuthenticationType. \
|
|
10477
11214
|
* {@link KnownWebAuthenticationType} can be used interchangeably with WebAuthenticationType,
|
|
10478
11215
|
* this enum contains the known values that the service supports.
|
|
10479
11216
|
* ### Known values supported by the service
|
|
10480
|
-
* **Basic**
|
|
10481
|
-
* **Anonymous**
|
|
11217
|
+
* **Basic** \
|
|
11218
|
+
* **Anonymous** \
|
|
10482
11219
|
* **ClientCertificate**
|
|
10483
11220
|
*/
|
|
10484
11221
|
export type WebAuthenticationType = string;
|
|
@@ -10490,11 +11227,11 @@ export declare enum KnownMongoDbAuthenticationType {
|
|
|
10490
11227
|
Anonymous = "Anonymous"
|
|
10491
11228
|
}
|
|
10492
11229
|
/**
|
|
10493
|
-
* Defines values for MongoDbAuthenticationType.
|
|
11230
|
+
* Defines values for MongoDbAuthenticationType. \
|
|
10494
11231
|
* {@link KnownMongoDbAuthenticationType} can be used interchangeably with MongoDbAuthenticationType,
|
|
10495
11232
|
* this enum contains the known values that the service supports.
|
|
10496
11233
|
* ### Known values supported by the service
|
|
10497
|
-
* **Basic**
|
|
11234
|
+
* **Basic** \
|
|
10498
11235
|
* **Anonymous**
|
|
10499
11236
|
*/
|
|
10500
11237
|
export type MongoDbAuthenticationType = string;
|
|
@@ -10512,14 +11249,14 @@ export declare enum KnownRestServiceAuthenticationType {
|
|
|
10512
11249
|
OAuth2ClientCredential = "OAuth2ClientCredential"
|
|
10513
11250
|
}
|
|
10514
11251
|
/**
|
|
10515
|
-
* Defines values for RestServiceAuthenticationType.
|
|
11252
|
+
* Defines values for RestServiceAuthenticationType. \
|
|
10516
11253
|
* {@link KnownRestServiceAuthenticationType} can be used interchangeably with RestServiceAuthenticationType,
|
|
10517
11254
|
* this enum contains the known values that the service supports.
|
|
10518
11255
|
* ### Known values supported by the service
|
|
10519
|
-
* **Anonymous**
|
|
10520
|
-
* **Basic**
|
|
10521
|
-
* **AadServicePrincipal**
|
|
10522
|
-
* **ManagedServiceIdentity**
|
|
11256
|
+
* **Anonymous** \
|
|
11257
|
+
* **Basic** \
|
|
11258
|
+
* **AadServicePrincipal** \
|
|
11259
|
+
* **ManagedServiceIdentity** \
|
|
10523
11260
|
* **OAuth2ClientCredential**
|
|
10524
11261
|
*/
|
|
10525
11262
|
export type RestServiceAuthenticationType = string;
|
|
@@ -10531,11 +11268,11 @@ export declare enum KnownTeamDeskAuthenticationType {
|
|
|
10531
11268
|
Token = "Token"
|
|
10532
11269
|
}
|
|
10533
11270
|
/**
|
|
10534
|
-
* Defines values for TeamDeskAuthenticationType.
|
|
11271
|
+
* Defines values for TeamDeskAuthenticationType. \
|
|
10535
11272
|
* {@link KnownTeamDeskAuthenticationType} can be used interchangeably with TeamDeskAuthenticationType,
|
|
10536
11273
|
* this enum contains the known values that the service supports.
|
|
10537
11274
|
* ### Known values supported by the service
|
|
10538
|
-
* **Basic**
|
|
11275
|
+
* **Basic** \
|
|
10539
11276
|
* **Token**
|
|
10540
11277
|
*/
|
|
10541
11278
|
export type TeamDeskAuthenticationType = string;
|
|
@@ -10547,11 +11284,11 @@ export declare enum KnownZendeskAuthenticationType {
|
|
|
10547
11284
|
Token = "Token"
|
|
10548
11285
|
}
|
|
10549
11286
|
/**
|
|
10550
|
-
* Defines values for ZendeskAuthenticationType.
|
|
11287
|
+
* Defines values for ZendeskAuthenticationType. \
|
|
10551
11288
|
* {@link KnownZendeskAuthenticationType} can be used interchangeably with ZendeskAuthenticationType,
|
|
10552
11289
|
* this enum contains the known values that the service supports.
|
|
10553
11290
|
* ### Known values supported by the service
|
|
10554
|
-
* **Basic**
|
|
11291
|
+
* **Basic** \
|
|
10555
11292
|
* **Token**
|
|
10556
11293
|
*/
|
|
10557
11294
|
export type ZendeskAuthenticationType = string;
|
|
@@ -10569,14 +11306,14 @@ export declare enum KnownHttpAuthenticationType {
|
|
|
10569
11306
|
ClientCertificate = "ClientCertificate"
|
|
10570
11307
|
}
|
|
10571
11308
|
/**
|
|
10572
|
-
* Defines values for HttpAuthenticationType.
|
|
11309
|
+
* Defines values for HttpAuthenticationType. \
|
|
10573
11310
|
* {@link KnownHttpAuthenticationType} can be used interchangeably with HttpAuthenticationType,
|
|
10574
11311
|
* this enum contains the known values that the service supports.
|
|
10575
11312
|
* ### Known values supported by the service
|
|
10576
|
-
* **Basic**
|
|
10577
|
-
* **Anonymous**
|
|
10578
|
-
* **Digest**
|
|
10579
|
-
* **Windows**
|
|
11313
|
+
* **Basic** \
|
|
11314
|
+
* **Anonymous** \
|
|
11315
|
+
* **Digest** \
|
|
11316
|
+
* **Windows** \
|
|
10580
11317
|
* **ClientCertificate**
|
|
10581
11318
|
*/
|
|
10582
11319
|
export type HttpAuthenticationType = string;
|
|
@@ -10588,11 +11325,11 @@ export declare enum KnownFtpAuthenticationType {
|
|
|
10588
11325
|
Anonymous = "Anonymous"
|
|
10589
11326
|
}
|
|
10590
11327
|
/**
|
|
10591
|
-
* Defines values for FtpAuthenticationType.
|
|
11328
|
+
* Defines values for FtpAuthenticationType. \
|
|
10592
11329
|
* {@link KnownFtpAuthenticationType} can be used interchangeably with FtpAuthenticationType,
|
|
10593
11330
|
* this enum contains the known values that the service supports.
|
|
10594
11331
|
* ### Known values supported by the service
|
|
10595
|
-
* **Basic**
|
|
11332
|
+
* **Basic** \
|
|
10596
11333
|
* **Anonymous**
|
|
10597
11334
|
*/
|
|
10598
11335
|
export type FtpAuthenticationType = string;
|
|
@@ -10604,11 +11341,11 @@ export declare enum KnownSftpAuthenticationType {
|
|
|
10604
11341
|
SshPublicKey = "SshPublicKey"
|
|
10605
11342
|
}
|
|
10606
11343
|
/**
|
|
10607
|
-
* Defines values for SftpAuthenticationType.
|
|
11344
|
+
* Defines values for SftpAuthenticationType. \
|
|
10608
11345
|
* {@link KnownSftpAuthenticationType} can be used interchangeably with SftpAuthenticationType,
|
|
10609
11346
|
* this enum contains the known values that the service supports.
|
|
10610
11347
|
* ### Known values supported by the service
|
|
10611
|
-
* **Basic**
|
|
11348
|
+
* **Basic** \
|
|
10612
11349
|
* **SshPublicKey**
|
|
10613
11350
|
*/
|
|
10614
11351
|
export type SftpAuthenticationType = string;
|
|
@@ -10620,11 +11357,11 @@ export declare enum KnownSapHanaAuthenticationType {
|
|
|
10620
11357
|
Windows = "Windows"
|
|
10621
11358
|
}
|
|
10622
11359
|
/**
|
|
10623
|
-
* Defines values for SapHanaAuthenticationType.
|
|
11360
|
+
* Defines values for SapHanaAuthenticationType. \
|
|
10624
11361
|
* {@link KnownSapHanaAuthenticationType} can be used interchangeably with SapHanaAuthenticationType,
|
|
10625
11362
|
* this enum contains the known values that the service supports.
|
|
10626
11363
|
* ### Known values supported by the service
|
|
10627
|
-
* **Basic**
|
|
11364
|
+
* **Basic** \
|
|
10628
11365
|
* **Windows**
|
|
10629
11366
|
*/
|
|
10630
11367
|
export type SapHanaAuthenticationType = string;
|
|
@@ -10636,11 +11373,11 @@ export declare enum KnownGoogleBigQueryAuthenticationType {
|
|
|
10636
11373
|
UserAuthentication = "UserAuthentication"
|
|
10637
11374
|
}
|
|
10638
11375
|
/**
|
|
10639
|
-
* Defines values for GoogleBigQueryAuthenticationType.
|
|
11376
|
+
* Defines values for GoogleBigQueryAuthenticationType. \
|
|
10640
11377
|
* {@link KnownGoogleBigQueryAuthenticationType} can be used interchangeably with GoogleBigQueryAuthenticationType,
|
|
10641
11378
|
* this enum contains the known values that the service supports.
|
|
10642
11379
|
* ### Known values supported by the service
|
|
10643
|
-
* **ServiceAuthentication**
|
|
11380
|
+
* **ServiceAuthentication** \
|
|
10644
11381
|
* **UserAuthentication**
|
|
10645
11382
|
*/
|
|
10646
11383
|
export type GoogleBigQueryAuthenticationType = string;
|
|
@@ -10652,14 +11389,27 @@ export declare enum KnownGoogleBigQueryV2AuthenticationType {
|
|
|
10652
11389
|
UserAuthentication = "UserAuthentication"
|
|
10653
11390
|
}
|
|
10654
11391
|
/**
|
|
10655
|
-
* Defines values for GoogleBigQueryV2AuthenticationType.
|
|
11392
|
+
* Defines values for GoogleBigQueryV2AuthenticationType. \
|
|
10656
11393
|
* {@link KnownGoogleBigQueryV2AuthenticationType} can be used interchangeably with GoogleBigQueryV2AuthenticationType,
|
|
10657
11394
|
* this enum contains the known values that the service supports.
|
|
10658
11395
|
* ### Known values supported by the service
|
|
10659
|
-
* **ServiceAuthentication**
|
|
11396
|
+
* **ServiceAuthentication** \
|
|
10660
11397
|
* **UserAuthentication**
|
|
10661
11398
|
*/
|
|
10662
11399
|
export type GoogleBigQueryV2AuthenticationType = string;
|
|
11400
|
+
/** Known values of {@link GreenplumAuthenticationType} that the service accepts. */
|
|
11401
|
+
export declare enum KnownGreenplumAuthenticationType {
|
|
11402
|
+
/** Basic */
|
|
11403
|
+
Basic = "Basic"
|
|
11404
|
+
}
|
|
11405
|
+
/**
|
|
11406
|
+
* Defines values for GreenplumAuthenticationType. \
|
|
11407
|
+
* {@link KnownGreenplumAuthenticationType} can be used interchangeably with GreenplumAuthenticationType,
|
|
11408
|
+
* this enum contains the known values that the service supports.
|
|
11409
|
+
* ### Known values supported by the service
|
|
11410
|
+
* **Basic**
|
|
11411
|
+
*/
|
|
11412
|
+
export type GreenplumAuthenticationType = string;
|
|
10663
11413
|
/** Known values of {@link HBaseAuthenticationType} that the service accepts. */
|
|
10664
11414
|
export declare enum KnownHBaseAuthenticationType {
|
|
10665
11415
|
/** Anonymous */
|
|
@@ -10668,11 +11418,11 @@ export declare enum KnownHBaseAuthenticationType {
|
|
|
10668
11418
|
Basic = "Basic"
|
|
10669
11419
|
}
|
|
10670
11420
|
/**
|
|
10671
|
-
* Defines values for HBaseAuthenticationType.
|
|
11421
|
+
* Defines values for HBaseAuthenticationType. \
|
|
10672
11422
|
* {@link KnownHBaseAuthenticationType} can be used interchangeably with HBaseAuthenticationType,
|
|
10673
11423
|
* this enum contains the known values that the service supports.
|
|
10674
11424
|
* ### Known values supported by the service
|
|
10675
|
-
* **Anonymous**
|
|
11425
|
+
* **Anonymous** \
|
|
10676
11426
|
* **Basic**
|
|
10677
11427
|
*/
|
|
10678
11428
|
export type HBaseAuthenticationType = string;
|
|
@@ -10686,12 +11436,12 @@ export declare enum KnownHiveServerType {
|
|
|
10686
11436
|
HiveThriftServer = "HiveThriftServer"
|
|
10687
11437
|
}
|
|
10688
11438
|
/**
|
|
10689
|
-
* Defines values for HiveServerType.
|
|
11439
|
+
* Defines values for HiveServerType. \
|
|
10690
11440
|
* {@link KnownHiveServerType} can be used interchangeably with HiveServerType,
|
|
10691
11441
|
* this enum contains the known values that the service supports.
|
|
10692
11442
|
* ### Known values supported by the service
|
|
10693
|
-
* **HiveServer1**
|
|
10694
|
-
* **HiveServer2**
|
|
11443
|
+
* **HiveServer1** \
|
|
11444
|
+
* **HiveServer2** \
|
|
10695
11445
|
* **HiveThriftServer**
|
|
10696
11446
|
*/
|
|
10697
11447
|
export type HiveServerType = string;
|
|
@@ -10705,12 +11455,12 @@ export declare enum KnownHiveThriftTransportProtocol {
|
|
|
10705
11455
|
Http = "HTTP "
|
|
10706
11456
|
}
|
|
10707
11457
|
/**
|
|
10708
|
-
* Defines values for HiveThriftTransportProtocol.
|
|
11458
|
+
* Defines values for HiveThriftTransportProtocol. \
|
|
10709
11459
|
* {@link KnownHiveThriftTransportProtocol} can be used interchangeably with HiveThriftTransportProtocol,
|
|
10710
11460
|
* this enum contains the known values that the service supports.
|
|
10711
11461
|
* ### Known values supported by the service
|
|
10712
|
-
* **Binary**
|
|
10713
|
-
* **SASL**
|
|
11462
|
+
* **Binary** \
|
|
11463
|
+
* **SASL** \
|
|
10714
11464
|
* **HTTP **
|
|
10715
11465
|
*/
|
|
10716
11466
|
export type HiveThriftTransportProtocol = string;
|
|
@@ -10726,13 +11476,13 @@ export declare enum KnownHiveAuthenticationType {
|
|
|
10726
11476
|
WindowsAzureHDInsightService = "WindowsAzureHDInsightService"
|
|
10727
11477
|
}
|
|
10728
11478
|
/**
|
|
10729
|
-
* Defines values for HiveAuthenticationType.
|
|
11479
|
+
* Defines values for HiveAuthenticationType. \
|
|
10730
11480
|
* {@link KnownHiveAuthenticationType} can be used interchangeably with HiveAuthenticationType,
|
|
10731
11481
|
* this enum contains the known values that the service supports.
|
|
10732
11482
|
* ### Known values supported by the service
|
|
10733
|
-
* **Anonymous**
|
|
10734
|
-
* **Username**
|
|
10735
|
-
* **UsernameAndPassword**
|
|
11483
|
+
* **Anonymous** \
|
|
11484
|
+
* **Username** \
|
|
11485
|
+
* **UsernameAndPassword** \
|
|
10736
11486
|
* **WindowsAzureHDInsightService**
|
|
10737
11487
|
*/
|
|
10738
11488
|
export type HiveAuthenticationType = string;
|
|
@@ -10746,12 +11496,12 @@ export declare enum KnownImpalaAuthenticationType {
|
|
|
10746
11496
|
UsernameAndPassword = "UsernameAndPassword"
|
|
10747
11497
|
}
|
|
10748
11498
|
/**
|
|
10749
|
-
* Defines values for ImpalaAuthenticationType.
|
|
11499
|
+
* Defines values for ImpalaAuthenticationType. \
|
|
10750
11500
|
* {@link KnownImpalaAuthenticationType} can be used interchangeably with ImpalaAuthenticationType,
|
|
10751
11501
|
* this enum contains the known values that the service supports.
|
|
10752
11502
|
* ### Known values supported by the service
|
|
10753
|
-
* **Anonymous**
|
|
10754
|
-
* **SASLUsername**
|
|
11503
|
+
* **Anonymous** \
|
|
11504
|
+
* **SASLUsername** \
|
|
10755
11505
|
* **UsernameAndPassword**
|
|
10756
11506
|
*/
|
|
10757
11507
|
export type ImpalaAuthenticationType = string;
|
|
@@ -10765,12 +11515,12 @@ export declare enum KnownPhoenixAuthenticationType {
|
|
|
10765
11515
|
WindowsAzureHDInsightService = "WindowsAzureHDInsightService"
|
|
10766
11516
|
}
|
|
10767
11517
|
/**
|
|
10768
|
-
* Defines values for PhoenixAuthenticationType.
|
|
11518
|
+
* Defines values for PhoenixAuthenticationType. \
|
|
10769
11519
|
* {@link KnownPhoenixAuthenticationType} can be used interchangeably with PhoenixAuthenticationType,
|
|
10770
11520
|
* this enum contains the known values that the service supports.
|
|
10771
11521
|
* ### Known values supported by the service
|
|
10772
|
-
* **Anonymous**
|
|
10773
|
-
* **UsernameAndPassword**
|
|
11522
|
+
* **Anonymous** \
|
|
11523
|
+
* **UsernameAndPassword** \
|
|
10774
11524
|
* **WindowsAzureHDInsightService**
|
|
10775
11525
|
*/
|
|
10776
11526
|
export type PhoenixAuthenticationType = string;
|
|
@@ -10782,11 +11532,11 @@ export declare enum KnownPrestoAuthenticationType {
|
|
|
10782
11532
|
Ldap = "LDAP"
|
|
10783
11533
|
}
|
|
10784
11534
|
/**
|
|
10785
|
-
* Defines values for PrestoAuthenticationType.
|
|
11535
|
+
* Defines values for PrestoAuthenticationType. \
|
|
10786
11536
|
* {@link KnownPrestoAuthenticationType} can be used interchangeably with PrestoAuthenticationType,
|
|
10787
11537
|
* this enum contains the known values that the service supports.
|
|
10788
11538
|
* ### Known values supported by the service
|
|
10789
|
-
* **Anonymous**
|
|
11539
|
+
* **Anonymous** \
|
|
10790
11540
|
* **LDAP**
|
|
10791
11541
|
*/
|
|
10792
11542
|
export type PrestoAuthenticationType = string;
|
|
@@ -10798,11 +11548,11 @@ export declare enum KnownServiceNowAuthenticationType {
|
|
|
10798
11548
|
OAuth2 = "OAuth2"
|
|
10799
11549
|
}
|
|
10800
11550
|
/**
|
|
10801
|
-
* Defines values for ServiceNowAuthenticationType.
|
|
11551
|
+
* Defines values for ServiceNowAuthenticationType. \
|
|
10802
11552
|
* {@link KnownServiceNowAuthenticationType} can be used interchangeably with ServiceNowAuthenticationType,
|
|
10803
11553
|
* this enum contains the known values that the service supports.
|
|
10804
11554
|
* ### Known values supported by the service
|
|
10805
|
-
* **Basic**
|
|
11555
|
+
* **Basic** \
|
|
10806
11556
|
* **OAuth2**
|
|
10807
11557
|
*/
|
|
10808
11558
|
export type ServiceNowAuthenticationType = string;
|
|
@@ -10816,12 +11566,12 @@ export declare enum KnownSparkServerType {
|
|
|
10816
11566
|
SparkThriftServer = "SparkThriftServer"
|
|
10817
11567
|
}
|
|
10818
11568
|
/**
|
|
10819
|
-
* Defines values for SparkServerType.
|
|
11569
|
+
* Defines values for SparkServerType. \
|
|
10820
11570
|
* {@link KnownSparkServerType} can be used interchangeably with SparkServerType,
|
|
10821
11571
|
* this enum contains the known values that the service supports.
|
|
10822
11572
|
* ### Known values supported by the service
|
|
10823
|
-
* **SharkServer**
|
|
10824
|
-
* **SharkServer2**
|
|
11573
|
+
* **SharkServer** \
|
|
11574
|
+
* **SharkServer2** \
|
|
10825
11575
|
* **SparkThriftServer**
|
|
10826
11576
|
*/
|
|
10827
11577
|
export type SparkServerType = string;
|
|
@@ -10835,12 +11585,12 @@ export declare enum KnownSparkThriftTransportProtocol {
|
|
|
10835
11585
|
Http = "HTTP "
|
|
10836
11586
|
}
|
|
10837
11587
|
/**
|
|
10838
|
-
* Defines values for SparkThriftTransportProtocol.
|
|
11588
|
+
* Defines values for SparkThriftTransportProtocol. \
|
|
10839
11589
|
* {@link KnownSparkThriftTransportProtocol} can be used interchangeably with SparkThriftTransportProtocol,
|
|
10840
11590
|
* this enum contains the known values that the service supports.
|
|
10841
11591
|
* ### Known values supported by the service
|
|
10842
|
-
* **Binary**
|
|
10843
|
-
* **SASL**
|
|
11592
|
+
* **Binary** \
|
|
11593
|
+
* **SASL** \
|
|
10844
11594
|
* **HTTP **
|
|
10845
11595
|
*/
|
|
10846
11596
|
export type SparkThriftTransportProtocol = string;
|
|
@@ -10856,13 +11606,13 @@ export declare enum KnownSparkAuthenticationType {
|
|
|
10856
11606
|
WindowsAzureHDInsightService = "WindowsAzureHDInsightService"
|
|
10857
11607
|
}
|
|
10858
11608
|
/**
|
|
10859
|
-
* Defines values for SparkAuthenticationType.
|
|
11609
|
+
* Defines values for SparkAuthenticationType. \
|
|
10860
11610
|
* {@link KnownSparkAuthenticationType} can be used interchangeably with SparkAuthenticationType,
|
|
10861
11611
|
* this enum contains the known values that the service supports.
|
|
10862
11612
|
* ### Known values supported by the service
|
|
10863
|
-
* **Anonymous**
|
|
10864
|
-
* **Username**
|
|
10865
|
-
* **UsernameAndPassword**
|
|
11613
|
+
* **Anonymous** \
|
|
11614
|
+
* **Username** \
|
|
11615
|
+
* **UsernameAndPassword** \
|
|
10866
11616
|
* **WindowsAzureHDInsightService**
|
|
10867
11617
|
*/
|
|
10868
11618
|
export type SparkAuthenticationType = string;
|
|
@@ -10874,11 +11624,11 @@ export declare enum KnownGoogleAdWordsAuthenticationType {
|
|
|
10874
11624
|
UserAuthentication = "UserAuthentication"
|
|
10875
11625
|
}
|
|
10876
11626
|
/**
|
|
10877
|
-
* Defines values for GoogleAdWordsAuthenticationType.
|
|
11627
|
+
* Defines values for GoogleAdWordsAuthenticationType. \
|
|
10878
11628
|
* {@link KnownGoogleAdWordsAuthenticationType} can be used interchangeably with GoogleAdWordsAuthenticationType,
|
|
10879
11629
|
* this enum contains the known values that the service supports.
|
|
10880
11630
|
* ### Known values supported by the service
|
|
10881
|
-
* **ServiceAuthentication**
|
|
11631
|
+
* **ServiceAuthentication** \
|
|
10882
11632
|
* **UserAuthentication**
|
|
10883
11633
|
*/
|
|
10884
11634
|
export type GoogleAdWordsAuthenticationType = string;
|
|
@@ -10892,12 +11642,12 @@ export declare enum KnownSnowflakeAuthenticationType {
|
|
|
10892
11642
|
AADServicePrincipal = "AADServicePrincipal"
|
|
10893
11643
|
}
|
|
10894
11644
|
/**
|
|
10895
|
-
* Defines values for SnowflakeAuthenticationType.
|
|
11645
|
+
* Defines values for SnowflakeAuthenticationType. \
|
|
10896
11646
|
* {@link KnownSnowflakeAuthenticationType} can be used interchangeably with SnowflakeAuthenticationType,
|
|
10897
11647
|
* this enum contains the known values that the service supports.
|
|
10898
11648
|
* ### Known values supported by the service
|
|
10899
|
-
* **Basic**
|
|
10900
|
-
* **KeyPair**
|
|
11649
|
+
* **Basic** \
|
|
11650
|
+
* **KeyPair** \
|
|
10901
11651
|
* **AADServicePrincipal**
|
|
10902
11652
|
*/
|
|
10903
11653
|
export type SnowflakeAuthenticationType = string;
|
|
@@ -10909,11 +11659,11 @@ export declare enum KnownServiceNowV2AuthenticationType {
|
|
|
10909
11659
|
OAuth2 = "OAuth2"
|
|
10910
11660
|
}
|
|
10911
11661
|
/**
|
|
10912
|
-
* Defines values for ServiceNowV2AuthenticationType.
|
|
11662
|
+
* Defines values for ServiceNowV2AuthenticationType. \
|
|
10913
11663
|
* {@link KnownServiceNowV2AuthenticationType} can be used interchangeably with ServiceNowV2AuthenticationType,
|
|
10914
11664
|
* this enum contains the known values that the service supports.
|
|
10915
11665
|
* ### Known values supported by the service
|
|
10916
|
-
* **Basic**
|
|
11666
|
+
* **Basic** \
|
|
10917
11667
|
* **OAuth2**
|
|
10918
11668
|
*/
|
|
10919
11669
|
export type ServiceNowV2AuthenticationType = string;
|
|
@@ -10927,12 +11677,12 @@ export declare enum KnownOraclePartitionOption {
|
|
|
10927
11677
|
DynamicRange = "DynamicRange"
|
|
10928
11678
|
}
|
|
10929
11679
|
/**
|
|
10930
|
-
* Defines values for OraclePartitionOption.
|
|
11680
|
+
* Defines values for OraclePartitionOption. \
|
|
10931
11681
|
* {@link KnownOraclePartitionOption} can be used interchangeably with OraclePartitionOption,
|
|
10932
11682
|
* this enum contains the known values that the service supports.
|
|
10933
11683
|
* ### Known values supported by the service
|
|
10934
|
-
* **None**
|
|
10935
|
-
* **PhysicalPartitionsOfTable**
|
|
11684
|
+
* **None** \
|
|
11685
|
+
* **PhysicalPartitionsOfTable** \
|
|
10936
11686
|
* **DynamicRange**
|
|
10937
11687
|
*/
|
|
10938
11688
|
export type OraclePartitionOption = string;
|
|
@@ -10946,12 +11696,12 @@ export declare enum KnownTeradataPartitionOption {
|
|
|
10946
11696
|
DynamicRange = "DynamicRange"
|
|
10947
11697
|
}
|
|
10948
11698
|
/**
|
|
10949
|
-
* Defines values for TeradataPartitionOption.
|
|
11699
|
+
* Defines values for TeradataPartitionOption. \
|
|
10950
11700
|
* {@link KnownTeradataPartitionOption} can be used interchangeably with TeradataPartitionOption,
|
|
10951
11701
|
* this enum contains the known values that the service supports.
|
|
10952
11702
|
* ### Known values supported by the service
|
|
10953
|
-
* **None**
|
|
10954
|
-
* **Hash**
|
|
11703
|
+
* **None** \
|
|
11704
|
+
* **Hash** \
|
|
10955
11705
|
* **DynamicRange**
|
|
10956
11706
|
*/
|
|
10957
11707
|
export type TeradataPartitionOption = string;
|
|
@@ -10979,19 +11729,19 @@ export declare enum KnownCassandraSourceReadConsistencyLevels {
|
|
|
10979
11729
|
LocalSerial = "LOCAL_SERIAL"
|
|
10980
11730
|
}
|
|
10981
11731
|
/**
|
|
10982
|
-
* Defines values for CassandraSourceReadConsistencyLevels.
|
|
11732
|
+
* Defines values for CassandraSourceReadConsistencyLevels. \
|
|
10983
11733
|
* {@link KnownCassandraSourceReadConsistencyLevels} can be used interchangeably with CassandraSourceReadConsistencyLevels,
|
|
10984
11734
|
* this enum contains the known values that the service supports.
|
|
10985
11735
|
* ### Known values supported by the service
|
|
10986
|
-
* **ALL**
|
|
10987
|
-
* **EACH_QUORUM**
|
|
10988
|
-
* **QUORUM**
|
|
10989
|
-
* **LOCAL_QUORUM**
|
|
10990
|
-
* **ONE**
|
|
10991
|
-
* **TWO**
|
|
10992
|
-
* **THREE**
|
|
10993
|
-
* **LOCAL_ONE**
|
|
10994
|
-
* **SERIAL**
|
|
11736
|
+
* **ALL** \
|
|
11737
|
+
* **EACH_QUORUM** \
|
|
11738
|
+
* **QUORUM** \
|
|
11739
|
+
* **LOCAL_QUORUM** \
|
|
11740
|
+
* **ONE** \
|
|
11741
|
+
* **TWO** \
|
|
11742
|
+
* **THREE** \
|
|
11743
|
+
* **LOCAL_ONE** \
|
|
11744
|
+
* **SERIAL** \
|
|
10995
11745
|
* **LOCAL_SERIAL**
|
|
10996
11746
|
*/
|
|
10997
11747
|
export type CassandraSourceReadConsistencyLevels = string;
|
|
@@ -11005,12 +11755,12 @@ export declare enum KnownNetezzaPartitionOption {
|
|
|
11005
11755
|
DynamicRange = "DynamicRange"
|
|
11006
11756
|
}
|
|
11007
11757
|
/**
|
|
11008
|
-
* Defines values for NetezzaPartitionOption.
|
|
11758
|
+
* Defines values for NetezzaPartitionOption. \
|
|
11009
11759
|
* {@link KnownNetezzaPartitionOption} can be used interchangeably with NetezzaPartitionOption,
|
|
11010
11760
|
* this enum contains the known values that the service supports.
|
|
11011
11761
|
* ### Known values supported by the service
|
|
11012
|
-
* **None**
|
|
11013
|
-
* **DataSlice**
|
|
11762
|
+
* **None** \
|
|
11763
|
+
* **DataSlice** \
|
|
11014
11764
|
* **DynamicRange**
|
|
11015
11765
|
*/
|
|
11016
11766
|
export type NetezzaPartitionOption = string;
|
|
@@ -11032,16 +11782,16 @@ export declare enum KnownStoredProcedureParameterType {
|
|
|
11032
11782
|
Date = "Date"
|
|
11033
11783
|
}
|
|
11034
11784
|
/**
|
|
11035
|
-
* Defines values for StoredProcedureParameterType.
|
|
11785
|
+
* Defines values for StoredProcedureParameterType. \
|
|
11036
11786
|
* {@link KnownStoredProcedureParameterType} can be used interchangeably with StoredProcedureParameterType,
|
|
11037
11787
|
* this enum contains the known values that the service supports.
|
|
11038
11788
|
* ### Known values supported by the service
|
|
11039
|
-
* **String**
|
|
11040
|
-
* **Int**
|
|
11041
|
-
* **Int64**
|
|
11042
|
-
* **Decimal**
|
|
11043
|
-
* **Guid**
|
|
11044
|
-
* **Boolean**
|
|
11789
|
+
* **String** \
|
|
11790
|
+
* **Int** \
|
|
11791
|
+
* **Int64** \
|
|
11792
|
+
* **Decimal** \
|
|
11793
|
+
* **Guid** \
|
|
11794
|
+
* **Boolean** \
|
|
11045
11795
|
* **Date**
|
|
11046
11796
|
*/
|
|
11047
11797
|
export type StoredProcedureParameterType = string;
|
|
@@ -11057,13 +11807,13 @@ export declare enum KnownNotebookParameterType {
|
|
|
11057
11807
|
Bool = "bool"
|
|
11058
11808
|
}
|
|
11059
11809
|
/**
|
|
11060
|
-
* Defines values for NotebookParameterType.
|
|
11810
|
+
* Defines values for NotebookParameterType. \
|
|
11061
11811
|
* {@link KnownNotebookParameterType} can be used interchangeably with NotebookParameterType,
|
|
11062
11812
|
* this enum contains the known values that the service supports.
|
|
11063
11813
|
* ### Known values supported by the service
|
|
11064
|
-
* **string**
|
|
11065
|
-
* **int**
|
|
11066
|
-
* **float**
|
|
11814
|
+
* **string** \
|
|
11815
|
+
* **int** \
|
|
11816
|
+
* **float** \
|
|
11067
11817
|
* **bool**
|
|
11068
11818
|
*/
|
|
11069
11819
|
export type NotebookParameterType = string;
|
|
@@ -11075,11 +11825,11 @@ export declare enum KnownSapCloudForCustomerSinkWriteBehavior {
|
|
|
11075
11825
|
Update = "Update"
|
|
11076
11826
|
}
|
|
11077
11827
|
/**
|
|
11078
|
-
* Defines values for SapCloudForCustomerSinkWriteBehavior.
|
|
11828
|
+
* Defines values for SapCloudForCustomerSinkWriteBehavior. \
|
|
11079
11829
|
* {@link KnownSapCloudForCustomerSinkWriteBehavior} can be used interchangeably with SapCloudForCustomerSinkWriteBehavior,
|
|
11080
11830
|
* this enum contains the known values that the service supports.
|
|
11081
11831
|
* ### Known values supported by the service
|
|
11082
|
-
* **Insert**
|
|
11832
|
+
* **Insert** \
|
|
11083
11833
|
* **Update**
|
|
11084
11834
|
*/
|
|
11085
11835
|
export type SapCloudForCustomerSinkWriteBehavior = string;
|
|
@@ -11091,11 +11841,11 @@ export declare enum KnownPolybaseSettingsRejectType {
|
|
|
11091
11841
|
Percentage = "percentage"
|
|
11092
11842
|
}
|
|
11093
11843
|
/**
|
|
11094
|
-
* Defines values for PolybaseSettingsRejectType.
|
|
11844
|
+
* Defines values for PolybaseSettingsRejectType. \
|
|
11095
11845
|
* {@link KnownPolybaseSettingsRejectType} can be used interchangeably with PolybaseSettingsRejectType,
|
|
11096
11846
|
* this enum contains the known values that the service supports.
|
|
11097
11847
|
* ### Known values supported by the service
|
|
11098
|
-
* **value**
|
|
11848
|
+
* **value** \
|
|
11099
11849
|
* **percentage**
|
|
11100
11850
|
*/
|
|
11101
11851
|
export type PolybaseSettingsRejectType = string;
|
|
@@ -11107,11 +11857,11 @@ export declare enum KnownAzureSearchIndexWriteBehaviorType {
|
|
|
11107
11857
|
Upload = "Upload"
|
|
11108
11858
|
}
|
|
11109
11859
|
/**
|
|
11110
|
-
* Defines values for AzureSearchIndexWriteBehaviorType.
|
|
11860
|
+
* Defines values for AzureSearchIndexWriteBehaviorType. \
|
|
11111
11861
|
* {@link KnownAzureSearchIndexWriteBehaviorType} can be used interchangeably with AzureSearchIndexWriteBehaviorType,
|
|
11112
11862
|
* this enum contains the known values that the service supports.
|
|
11113
11863
|
* ### Known values supported by the service
|
|
11114
|
-
* **Merge**
|
|
11864
|
+
* **Merge** \
|
|
11115
11865
|
* **Upload**
|
|
11116
11866
|
*/
|
|
11117
11867
|
export type AzureSearchIndexWriteBehaviorType = string;
|
|
@@ -11121,7 +11871,7 @@ export declare enum KnownDynamicsSinkWriteBehavior {
|
|
|
11121
11871
|
Upsert = "Upsert"
|
|
11122
11872
|
}
|
|
11123
11873
|
/**
|
|
11124
|
-
* Defines values for DynamicsSinkWriteBehavior.
|
|
11874
|
+
* Defines values for DynamicsSinkWriteBehavior. \
|
|
11125
11875
|
* {@link KnownDynamicsSinkWriteBehavior} can be used interchangeably with DynamicsSinkWriteBehavior,
|
|
11126
11876
|
* this enum contains the known values that the service supports.
|
|
11127
11877
|
* ### Known values supported by the service
|
|
@@ -11136,11 +11886,11 @@ export declare enum KnownSalesforceSinkWriteBehavior {
|
|
|
11136
11886
|
Upsert = "Upsert"
|
|
11137
11887
|
}
|
|
11138
11888
|
/**
|
|
11139
|
-
* Defines values for SalesforceSinkWriteBehavior.
|
|
11889
|
+
* Defines values for SalesforceSinkWriteBehavior. \
|
|
11140
11890
|
* {@link KnownSalesforceSinkWriteBehavior} can be used interchangeably with SalesforceSinkWriteBehavior,
|
|
11141
11891
|
* this enum contains the known values that the service supports.
|
|
11142
11892
|
* ### Known values supported by the service
|
|
11143
|
-
* **Insert**
|
|
11893
|
+
* **Insert** \
|
|
11144
11894
|
* **Upsert**
|
|
11145
11895
|
*/
|
|
11146
11896
|
export type SalesforceSinkWriteBehavior = string;
|
|
@@ -11154,12 +11904,12 @@ export declare enum KnownHDInsightActivityDebugInfoOption {
|
|
|
11154
11904
|
Failure = "Failure"
|
|
11155
11905
|
}
|
|
11156
11906
|
/**
|
|
11157
|
-
* Defines values for HDInsightActivityDebugInfoOption.
|
|
11907
|
+
* Defines values for HDInsightActivityDebugInfoOption. \
|
|
11158
11908
|
* {@link KnownHDInsightActivityDebugInfoOption} can be used interchangeably with HDInsightActivityDebugInfoOption,
|
|
11159
11909
|
* this enum contains the known values that the service supports.
|
|
11160
11910
|
* ### Known values supported by the service
|
|
11161
|
-
* **None**
|
|
11162
|
-
* **Always**
|
|
11911
|
+
* **None** \
|
|
11912
|
+
* **Always** \
|
|
11163
11913
|
* **Failure**
|
|
11164
11914
|
*/
|
|
11165
11915
|
export type HDInsightActivityDebugInfoOption = string;
|
|
@@ -11175,13 +11925,13 @@ export declare enum KnownSsisPackageLocationType {
|
|
|
11175
11925
|
PackageStore = "PackageStore"
|
|
11176
11926
|
}
|
|
11177
11927
|
/**
|
|
11178
|
-
* Defines values for SsisPackageLocationType.
|
|
11928
|
+
* Defines values for SsisPackageLocationType. \
|
|
11179
11929
|
* {@link KnownSsisPackageLocationType} can be used interchangeably with SsisPackageLocationType,
|
|
11180
11930
|
* this enum contains the known values that the service supports.
|
|
11181
11931
|
* ### Known values supported by the service
|
|
11182
|
-
* **SSISDB**
|
|
11183
|
-
* **File**
|
|
11184
|
-
* **InlinePackage**
|
|
11932
|
+
* **SSISDB** \
|
|
11933
|
+
* **File** \
|
|
11934
|
+
* **InlinePackage** \
|
|
11185
11935
|
* **PackageStore**
|
|
11186
11936
|
*/
|
|
11187
11937
|
export type SsisPackageLocationType = string;
|
|
@@ -11191,7 +11941,7 @@ export declare enum KnownSsisLogLocationType {
|
|
|
11191
11941
|
File = "File"
|
|
11192
11942
|
}
|
|
11193
11943
|
/**
|
|
11194
|
-
* Defines values for SsisLogLocationType.
|
|
11944
|
+
* Defines values for SsisLogLocationType. \
|
|
11195
11945
|
* {@link KnownSsisLogLocationType} can be used interchangeably with SsisLogLocationType,
|
|
11196
11946
|
* this enum contains the known values that the service supports.
|
|
11197
11947
|
* ### Known values supported by the service
|
|
@@ -11210,13 +11960,13 @@ export declare enum KnownWebActivityMethod {
|
|
|
11210
11960
|
Delete = "DELETE"
|
|
11211
11961
|
}
|
|
11212
11962
|
/**
|
|
11213
|
-
* Defines values for WebActivityMethod.
|
|
11963
|
+
* Defines values for WebActivityMethod. \
|
|
11214
11964
|
* {@link KnownWebActivityMethod} can be used interchangeably with WebActivityMethod,
|
|
11215
11965
|
* this enum contains the known values that the service supports.
|
|
11216
11966
|
* ### Known values supported by the service
|
|
11217
|
-
* **GET**
|
|
11218
|
-
* **POST**
|
|
11219
|
-
* **PUT**
|
|
11967
|
+
* **GET** \
|
|
11968
|
+
* **POST** \
|
|
11969
|
+
* **PUT** \
|
|
11220
11970
|
* **DELETE**
|
|
11221
11971
|
*/
|
|
11222
11972
|
export type WebActivityMethod = string;
|
|
@@ -11238,16 +11988,16 @@ export declare enum KnownAzureFunctionActivityMethod {
|
|
|
11238
11988
|
Trace = "TRACE"
|
|
11239
11989
|
}
|
|
11240
11990
|
/**
|
|
11241
|
-
* Defines values for AzureFunctionActivityMethod.
|
|
11991
|
+
* Defines values for AzureFunctionActivityMethod. \
|
|
11242
11992
|
* {@link KnownAzureFunctionActivityMethod} can be used interchangeably with AzureFunctionActivityMethod,
|
|
11243
11993
|
* this enum contains the known values that the service supports.
|
|
11244
11994
|
* ### Known values supported by the service
|
|
11245
|
-
* **GET**
|
|
11246
|
-
* **POST**
|
|
11247
|
-
* **PUT**
|
|
11248
|
-
* **DELETE**
|
|
11249
|
-
* **OPTIONS**
|
|
11250
|
-
* **HEAD**
|
|
11995
|
+
* **GET** \
|
|
11996
|
+
* **POST** \
|
|
11997
|
+
* **PUT** \
|
|
11998
|
+
* **DELETE** \
|
|
11999
|
+
* **OPTIONS** \
|
|
12000
|
+
* **HEAD** \
|
|
11251
12001
|
* **TRACE**
|
|
11252
12002
|
*/
|
|
11253
12003
|
export type AzureFunctionActivityMethod = string;
|
|
@@ -11257,7 +12007,7 @@ export declare enum KnownWebHookActivityMethod {
|
|
|
11257
12007
|
Post = "POST"
|
|
11258
12008
|
}
|
|
11259
12009
|
/**
|
|
11260
|
-
* Defines values for WebHookActivityMethod.
|
|
12010
|
+
* Defines values for WebHookActivityMethod. \
|
|
11261
12011
|
* {@link KnownWebHookActivityMethod} can be used interchangeably with WebHookActivityMethod,
|
|
11262
12012
|
* this enum contains the known values that the service supports.
|
|
11263
12013
|
* ### Known values supported by the service
|
|
@@ -11292,21 +12042,21 @@ export declare enum KnownScriptActivityParameterType {
|
|
|
11292
12042
|
Timespan = "Timespan"
|
|
11293
12043
|
}
|
|
11294
12044
|
/**
|
|
11295
|
-
* Defines values for ScriptActivityParameterType.
|
|
12045
|
+
* Defines values for ScriptActivityParameterType. \
|
|
11296
12046
|
* {@link KnownScriptActivityParameterType} can be used interchangeably with ScriptActivityParameterType,
|
|
11297
12047
|
* this enum contains the known values that the service supports.
|
|
11298
12048
|
* ### Known values supported by the service
|
|
11299
|
-
* **Boolean**
|
|
11300
|
-
* **DateTime**
|
|
11301
|
-
* **DateTimeOffset**
|
|
11302
|
-
* **Decimal**
|
|
11303
|
-
* **Double**
|
|
11304
|
-
* **Guid**
|
|
11305
|
-
* **Int16**
|
|
11306
|
-
* **Int32**
|
|
11307
|
-
* **Int64**
|
|
11308
|
-
* **Single**
|
|
11309
|
-
* **String**
|
|
12049
|
+
* **Boolean** \
|
|
12050
|
+
* **DateTime** \
|
|
12051
|
+
* **DateTimeOffset** \
|
|
12052
|
+
* **Decimal** \
|
|
12053
|
+
* **Double** \
|
|
12054
|
+
* **Guid** \
|
|
12055
|
+
* **Int16** \
|
|
12056
|
+
* **Int32** \
|
|
12057
|
+
* **Int64** \
|
|
12058
|
+
* **Single** \
|
|
12059
|
+
* **String** \
|
|
11310
12060
|
* **Timespan**
|
|
11311
12061
|
*/
|
|
11312
12062
|
export type ScriptActivityParameterType = string;
|
|
@@ -11320,12 +12070,12 @@ export declare enum KnownScriptActivityParameterDirection {
|
|
|
11320
12070
|
InputOutput = "InputOutput"
|
|
11321
12071
|
}
|
|
11322
12072
|
/**
|
|
11323
|
-
* Defines values for ScriptActivityParameterDirection.
|
|
12073
|
+
* Defines values for ScriptActivityParameterDirection. \
|
|
11324
12074
|
* {@link KnownScriptActivityParameterDirection} can be used interchangeably with ScriptActivityParameterDirection,
|
|
11325
12075
|
* this enum contains the known values that the service supports.
|
|
11326
12076
|
* ### Known values supported by the service
|
|
11327
|
-
* **Input**
|
|
11328
|
-
* **Output**
|
|
12077
|
+
* **Input** \
|
|
12078
|
+
* **Output** \
|
|
11329
12079
|
* **InputOutput**
|
|
11330
12080
|
*/
|
|
11331
12081
|
export type ScriptActivityParameterDirection = string;
|
|
@@ -11337,11 +12087,11 @@ export declare enum KnownScriptActivityLogDestination {
|
|
|
11337
12087
|
ExternalStore = "ExternalStore"
|
|
11338
12088
|
}
|
|
11339
12089
|
/**
|
|
11340
|
-
* Defines values for ScriptActivityLogDestination.
|
|
12090
|
+
* Defines values for ScriptActivityLogDestination. \
|
|
11341
12091
|
* {@link KnownScriptActivityLogDestination} can be used interchangeably with ScriptActivityLogDestination,
|
|
11342
12092
|
* this enum contains the known values that the service supports.
|
|
11343
12093
|
* ### Known values supported by the service
|
|
11344
|
-
* **ActivityOutput**
|
|
12094
|
+
* **ActivityOutput** \
|
|
11345
12095
|
* **ExternalStore**
|
|
11346
12096
|
*/
|
|
11347
12097
|
export type ScriptActivityLogDestination = string;
|
|
@@ -11355,12 +12105,12 @@ export declare enum KnownConfigurationType {
|
|
|
11355
12105
|
Artifact = "Artifact"
|
|
11356
12106
|
}
|
|
11357
12107
|
/**
|
|
11358
|
-
* Defines values for ConfigurationType.
|
|
12108
|
+
* Defines values for ConfigurationType. \
|
|
11359
12109
|
* {@link KnownConfigurationType} can be used interchangeably with ConfigurationType,
|
|
11360
12110
|
* this enum contains the known values that the service supports.
|
|
11361
12111
|
* ### Known values supported by the service
|
|
11362
|
-
* **Default**
|
|
11363
|
-
* **Customized**
|
|
12112
|
+
* **Default** \
|
|
12113
|
+
* **Customized** \
|
|
11364
12114
|
* **Artifact**
|
|
11365
12115
|
*/
|
|
11366
12116
|
export type ConfigurationType = string;
|
|
@@ -11372,11 +12122,11 @@ export declare enum KnownSalesforceV2SinkWriteBehavior {
|
|
|
11372
12122
|
Upsert = "Upsert"
|
|
11373
12123
|
}
|
|
11374
12124
|
/**
|
|
11375
|
-
* Defines values for SalesforceV2SinkWriteBehavior.
|
|
12125
|
+
* Defines values for SalesforceV2SinkWriteBehavior. \
|
|
11376
12126
|
* {@link KnownSalesforceV2SinkWriteBehavior} can be used interchangeably with SalesforceV2SinkWriteBehavior,
|
|
11377
12127
|
* this enum contains the known values that the service supports.
|
|
11378
12128
|
* ### Known values supported by the service
|
|
11379
|
-
* **Insert**
|
|
12129
|
+
* **Insert** \
|
|
11380
12130
|
* **Upsert**
|
|
11381
12131
|
*/
|
|
11382
12132
|
export type SalesforceV2SinkWriteBehavior = string;
|
|
@@ -11389,17 +12139,20 @@ export declare enum KnownExpressionV2Type {
|
|
|
11389
12139
|
/** Unary */
|
|
11390
12140
|
Unary = "Unary",
|
|
11391
12141
|
/** Binary */
|
|
11392
|
-
Binary = "Binary"
|
|
12142
|
+
Binary = "Binary",
|
|
12143
|
+
/** NAry */
|
|
12144
|
+
NAry = "NAry"
|
|
11393
12145
|
}
|
|
11394
12146
|
/**
|
|
11395
|
-
* Defines values for ExpressionV2Type.
|
|
12147
|
+
* Defines values for ExpressionV2Type. \
|
|
11396
12148
|
* {@link KnownExpressionV2Type} can be used interchangeably with ExpressionV2Type,
|
|
11397
12149
|
* this enum contains the known values that the service supports.
|
|
11398
12150
|
* ### Known values supported by the service
|
|
11399
|
-
* **Constant**
|
|
11400
|
-
* **Field**
|
|
11401
|
-
* **Unary**
|
|
11402
|
-
* **Binary**
|
|
12151
|
+
* **Constant** \
|
|
12152
|
+
* **Field** \
|
|
12153
|
+
* **Unary** \
|
|
12154
|
+
* **Binary** \
|
|
12155
|
+
* **NAry**
|
|
11403
12156
|
*/
|
|
11404
12157
|
export type ExpressionV2Type = string;
|
|
11405
12158
|
/** Known values of {@link RecurrenceFrequency} that the service accepts. */
|
|
@@ -11420,16 +12173,16 @@ export declare enum KnownRecurrenceFrequency {
|
|
|
11420
12173
|
Year = "Year"
|
|
11421
12174
|
}
|
|
11422
12175
|
/**
|
|
11423
|
-
* Defines values for RecurrenceFrequency.
|
|
12176
|
+
* Defines values for RecurrenceFrequency. \
|
|
11424
12177
|
* {@link KnownRecurrenceFrequency} can be used interchangeably with RecurrenceFrequency,
|
|
11425
12178
|
* this enum contains the known values that the service supports.
|
|
11426
12179
|
* ### Known values supported by the service
|
|
11427
|
-
* **NotSpecified**
|
|
11428
|
-
* **Minute**
|
|
11429
|
-
* **Hour**
|
|
11430
|
-
* **Day**
|
|
11431
|
-
* **Week**
|
|
11432
|
-
* **Month**
|
|
12180
|
+
* **NotSpecified** \
|
|
12181
|
+
* **Minute** \
|
|
12182
|
+
* **Hour** \
|
|
12183
|
+
* **Day** \
|
|
12184
|
+
* **Week** \
|
|
12185
|
+
* **Month** \
|
|
11433
12186
|
* **Year**
|
|
11434
12187
|
*/
|
|
11435
12188
|
export type RecurrenceFrequency = string;
|
|
@@ -11441,11 +12194,11 @@ export declare enum KnownBlobEventType {
|
|
|
11441
12194
|
MicrosoftStorageBlobDeleted = "Microsoft.Storage.BlobDeleted"
|
|
11442
12195
|
}
|
|
11443
12196
|
/**
|
|
11444
|
-
* Defines values for BlobEventType.
|
|
12197
|
+
* Defines values for BlobEventType. \
|
|
11445
12198
|
* {@link KnownBlobEventType} can be used interchangeably with BlobEventType,
|
|
11446
12199
|
* this enum contains the known values that the service supports.
|
|
11447
12200
|
* ### Known values supported by the service
|
|
11448
|
-
* **Microsoft.Storage.BlobCreated**
|
|
12201
|
+
* **Microsoft.Storage.BlobCreated** \
|
|
11449
12202
|
* **Microsoft.Storage.BlobDeleted**
|
|
11450
12203
|
*/
|
|
11451
12204
|
export type BlobEventType = string;
|
|
@@ -11459,12 +12212,12 @@ export declare enum KnownTumblingWindowFrequency {
|
|
|
11459
12212
|
Month = "Month"
|
|
11460
12213
|
}
|
|
11461
12214
|
/**
|
|
11462
|
-
* Defines values for TumblingWindowFrequency.
|
|
12215
|
+
* Defines values for TumblingWindowFrequency. \
|
|
11463
12216
|
* {@link KnownTumblingWindowFrequency} can be used interchangeably with TumblingWindowFrequency,
|
|
11464
12217
|
* this enum contains the known values that the service supports.
|
|
11465
12218
|
* ### Known values supported by the service
|
|
11466
|
-
* **Minute**
|
|
11467
|
-
* **Hour**
|
|
12219
|
+
* **Minute** \
|
|
12220
|
+
* **Hour** \
|
|
11468
12221
|
* **Month**
|
|
11469
12222
|
*/
|
|
11470
12223
|
export type TumblingWindowFrequency = string;
|
|
@@ -11474,7 +12227,7 @@ export declare enum KnownTriggerReferenceType {
|
|
|
11474
12227
|
TriggerReference = "TriggerReference"
|
|
11475
12228
|
}
|
|
11476
12229
|
/**
|
|
11477
|
-
* Defines values for TriggerReferenceType.
|
|
12230
|
+
* Defines values for TriggerReferenceType. \
|
|
11478
12231
|
* {@link KnownTriggerReferenceType} can be used interchangeably with TriggerReferenceType,
|
|
11479
12232
|
* this enum contains the known values that the service supports.
|
|
11480
12233
|
* ### Known values supported by the service
|
|
@@ -11505,19 +12258,19 @@ export declare enum KnownIntegrationRuntimeState {
|
|
|
11505
12258
|
AccessDenied = "AccessDenied"
|
|
11506
12259
|
}
|
|
11507
12260
|
/**
|
|
11508
|
-
* Defines values for IntegrationRuntimeState.
|
|
12261
|
+
* Defines values for IntegrationRuntimeState. \
|
|
11509
12262
|
* {@link KnownIntegrationRuntimeState} can be used interchangeably with IntegrationRuntimeState,
|
|
11510
12263
|
* this enum contains the known values that the service supports.
|
|
11511
12264
|
* ### Known values supported by the service
|
|
11512
|
-
* **Initial**
|
|
11513
|
-
* **Stopped**
|
|
11514
|
-
* **Started**
|
|
11515
|
-
* **Starting**
|
|
11516
|
-
* **Stopping**
|
|
11517
|
-
* **NeedRegistration**
|
|
11518
|
-
* **Online**
|
|
11519
|
-
* **Limited**
|
|
11520
|
-
* **Offline**
|
|
12265
|
+
* **Initial** \
|
|
12266
|
+
* **Stopped** \
|
|
12267
|
+
* **Started** \
|
|
12268
|
+
* **Starting** \
|
|
12269
|
+
* **Stopping** \
|
|
12270
|
+
* **NeedRegistration** \
|
|
12271
|
+
* **Online** \
|
|
12272
|
+
* **Limited** \
|
|
12273
|
+
* **Offline** \
|
|
11521
12274
|
* **AccessDenied**
|
|
11522
12275
|
*/
|
|
11523
12276
|
export type IntegrationRuntimeState = string;
|
|
@@ -11531,12 +12284,12 @@ export declare enum KnownDataFlowComputeType {
|
|
|
11531
12284
|
ComputeOptimized = "ComputeOptimized"
|
|
11532
12285
|
}
|
|
11533
12286
|
/**
|
|
11534
|
-
* Defines values for DataFlowComputeType.
|
|
12287
|
+
* Defines values for DataFlowComputeType. \
|
|
11535
12288
|
* {@link KnownDataFlowComputeType} can be used interchangeably with DataFlowComputeType,
|
|
11536
12289
|
* this enum contains the known values that the service supports.
|
|
11537
12290
|
* ### Known values supported by the service
|
|
11538
|
-
* **General**
|
|
11539
|
-
* **MemoryOptimized**
|
|
12291
|
+
* **General** \
|
|
12292
|
+
* **MemoryOptimized** \
|
|
11540
12293
|
* **ComputeOptimized**
|
|
11541
12294
|
*/
|
|
11542
12295
|
export type DataFlowComputeType = string;
|
|
@@ -11552,13 +12305,13 @@ export declare enum KnownIntegrationRuntimeSsisCatalogPricingTier {
|
|
|
11552
12305
|
PremiumRS = "PremiumRS"
|
|
11553
12306
|
}
|
|
11554
12307
|
/**
|
|
11555
|
-
* Defines values for IntegrationRuntimeSsisCatalogPricingTier.
|
|
12308
|
+
* Defines values for IntegrationRuntimeSsisCatalogPricingTier. \
|
|
11556
12309
|
* {@link KnownIntegrationRuntimeSsisCatalogPricingTier} can be used interchangeably with IntegrationRuntimeSsisCatalogPricingTier,
|
|
11557
12310
|
* this enum contains the known values that the service supports.
|
|
11558
12311
|
* ### Known values supported by the service
|
|
11559
|
-
* **Basic**
|
|
11560
|
-
* **Standard**
|
|
11561
|
-
* **Premium**
|
|
12312
|
+
* **Basic** \
|
|
12313
|
+
* **Standard** \
|
|
12314
|
+
* **Premium** \
|
|
11562
12315
|
* **PremiumRS**
|
|
11563
12316
|
*/
|
|
11564
12317
|
export type IntegrationRuntimeSsisCatalogPricingTier = string;
|
|
@@ -11570,11 +12323,11 @@ export declare enum KnownIntegrationRuntimeLicenseType {
|
|
|
11570
12323
|
LicenseIncluded = "LicenseIncluded"
|
|
11571
12324
|
}
|
|
11572
12325
|
/**
|
|
11573
|
-
* Defines values for IntegrationRuntimeLicenseType.
|
|
12326
|
+
* Defines values for IntegrationRuntimeLicenseType. \
|
|
11574
12327
|
* {@link KnownIntegrationRuntimeLicenseType} can be used interchangeably with IntegrationRuntimeLicenseType,
|
|
11575
12328
|
* this enum contains the known values that the service supports.
|
|
11576
12329
|
* ### Known values supported by the service
|
|
11577
|
-
* **BasePrice**
|
|
12330
|
+
* **BasePrice** \
|
|
11578
12331
|
* **LicenseIncluded**
|
|
11579
12332
|
*/
|
|
11580
12333
|
export type IntegrationRuntimeLicenseType = string;
|
|
@@ -11586,11 +12339,11 @@ export declare enum KnownIntegrationRuntimeEntityReferenceType {
|
|
|
11586
12339
|
LinkedServiceReference = "LinkedServiceReference"
|
|
11587
12340
|
}
|
|
11588
12341
|
/**
|
|
11589
|
-
* Defines values for IntegrationRuntimeEntityReferenceType.
|
|
12342
|
+
* Defines values for IntegrationRuntimeEntityReferenceType. \
|
|
11590
12343
|
* {@link KnownIntegrationRuntimeEntityReferenceType} can be used interchangeably with IntegrationRuntimeEntityReferenceType,
|
|
11591
12344
|
* this enum contains the known values that the service supports.
|
|
11592
12345
|
* ### Known values supported by the service
|
|
11593
|
-
* **IntegrationRuntimeReference**
|
|
12346
|
+
* **IntegrationRuntimeReference** \
|
|
11594
12347
|
* **LinkedServiceReference**
|
|
11595
12348
|
*/
|
|
11596
12349
|
export type IntegrationRuntimeEntityReferenceType = string;
|
|
@@ -11602,11 +12355,11 @@ export declare enum KnownIntegrationRuntimeEdition {
|
|
|
11602
12355
|
Enterprise = "Enterprise"
|
|
11603
12356
|
}
|
|
11604
12357
|
/**
|
|
11605
|
-
* Defines values for IntegrationRuntimeEdition.
|
|
12358
|
+
* Defines values for IntegrationRuntimeEdition. \
|
|
11606
12359
|
* {@link KnownIntegrationRuntimeEdition} can be used interchangeably with IntegrationRuntimeEdition,
|
|
11607
12360
|
* this enum contains the known values that the service supports.
|
|
11608
12361
|
* ### Known values supported by the service
|
|
11609
|
-
* **Standard**
|
|
12362
|
+
* **Standard** \
|
|
11610
12363
|
* **Enterprise**
|
|
11611
12364
|
*/
|
|
11612
12365
|
export type IntegrationRuntimeEdition = string;
|
|
@@ -11618,11 +12371,11 @@ export declare enum KnownJsonFormatFilePattern {
|
|
|
11618
12371
|
ArrayOfObjects = "arrayOfObjects"
|
|
11619
12372
|
}
|
|
11620
12373
|
/**
|
|
11621
|
-
* Defines values for JsonFormatFilePattern.
|
|
12374
|
+
* Defines values for JsonFormatFilePattern. \
|
|
11622
12375
|
* {@link KnownJsonFormatFilePattern} can be used interchangeably with JsonFormatFilePattern,
|
|
11623
12376
|
* this enum contains the known values that the service supports.
|
|
11624
12377
|
* ### Known values supported by the service
|
|
11625
|
-
* **setOfObjects**
|
|
12378
|
+
* **setOfObjects** \
|
|
11626
12379
|
* **arrayOfObjects**
|
|
11627
12380
|
*/
|
|
11628
12381
|
export type JsonFormatFilePattern = string;
|
|
@@ -11634,11 +12387,11 @@ export declare enum KnownDatasetCompressionLevel {
|
|
|
11634
12387
|
Fastest = "Fastest"
|
|
11635
12388
|
}
|
|
11636
12389
|
/**
|
|
11637
|
-
* Defines values for DatasetCompressionLevel.
|
|
12390
|
+
* Defines values for DatasetCompressionLevel. \
|
|
11638
12391
|
* {@link KnownDatasetCompressionLevel} can be used interchangeably with DatasetCompressionLevel,
|
|
11639
12392
|
* this enum contains the known values that the service supports.
|
|
11640
12393
|
* ### Known values supported by the service
|
|
11641
|
-
* **Optimal**
|
|
12394
|
+
* **Optimal** \
|
|
11642
12395
|
* **Fastest**
|
|
11643
12396
|
*/
|
|
11644
12397
|
export type DatasetCompressionLevel = string;
|
|
@@ -11656,14 +12409,14 @@ export declare enum KnownAvroCompressionCodec {
|
|
|
11656
12409
|
Bzip2 = "bzip2"
|
|
11657
12410
|
}
|
|
11658
12411
|
/**
|
|
11659
|
-
* Defines values for AvroCompressionCodec.
|
|
12412
|
+
* Defines values for AvroCompressionCodec. \
|
|
11660
12413
|
* {@link KnownAvroCompressionCodec} can be used interchangeably with AvroCompressionCodec,
|
|
11661
12414
|
* this enum contains the known values that the service supports.
|
|
11662
12415
|
* ### Known values supported by the service
|
|
11663
|
-
* **none**
|
|
11664
|
-
* **deflate**
|
|
11665
|
-
* **snappy**
|
|
11666
|
-
* **xz**
|
|
12416
|
+
* **none** \
|
|
12417
|
+
* **deflate** \
|
|
12418
|
+
* **snappy** \
|
|
12419
|
+
* **xz** \
|
|
11667
12420
|
* **bzip2**
|
|
11668
12421
|
*/
|
|
11669
12422
|
export type AvroCompressionCodec = string;
|
|
@@ -11679,13 +12432,13 @@ export declare enum KnownParquetCompressionCodecEnum {
|
|
|
11679
12432
|
Lzo = "lzo"
|
|
11680
12433
|
}
|
|
11681
12434
|
/**
|
|
11682
|
-
* Defines values for ParquetCompressionCodecEnum.
|
|
12435
|
+
* Defines values for ParquetCompressionCodecEnum. \
|
|
11683
12436
|
* {@link KnownParquetCompressionCodecEnum} can be used interchangeably with ParquetCompressionCodecEnum,
|
|
11684
12437
|
* this enum contains the known values that the service supports.
|
|
11685
12438
|
* ### Known values supported by the service
|
|
11686
|
-
* **none**
|
|
11687
|
-
* **gzip**
|
|
11688
|
-
* **snappy**
|
|
12439
|
+
* **none** \
|
|
12440
|
+
* **gzip** \
|
|
12441
|
+
* **snappy** \
|
|
11689
12442
|
* **lzo**
|
|
11690
12443
|
*/
|
|
11691
12444
|
export type ParquetCompressionCodecEnum = string;
|
|
@@ -11713,19 +12466,19 @@ export declare enum KnownCompressionCodec {
|
|
|
11713
12466
|
TarGZip = "tarGZip"
|
|
11714
12467
|
}
|
|
11715
12468
|
/**
|
|
11716
|
-
* Defines values for CompressionCodec.
|
|
12469
|
+
* Defines values for CompressionCodec. \
|
|
11717
12470
|
* {@link KnownCompressionCodec} can be used interchangeably with CompressionCodec,
|
|
11718
12471
|
* this enum contains the known values that the service supports.
|
|
11719
12472
|
* ### Known values supported by the service
|
|
11720
|
-
* **none**
|
|
11721
|
-
* **lzo**
|
|
11722
|
-
* **bzip2**
|
|
11723
|
-
* **gzip**
|
|
11724
|
-
* **deflate**
|
|
11725
|
-
* **zipDeflate**
|
|
11726
|
-
* **snappy**
|
|
11727
|
-
* **lz4**
|
|
11728
|
-
* **tar**
|
|
12473
|
+
* **none** \
|
|
12474
|
+
* **lzo** \
|
|
12475
|
+
* **bzip2** \
|
|
12476
|
+
* **gzip** \
|
|
12477
|
+
* **deflate** \
|
|
12478
|
+
* **zipDeflate** \
|
|
12479
|
+
* **snappy** \
|
|
12480
|
+
* **lz4** \
|
|
12481
|
+
* **tar** \
|
|
11729
12482
|
* **tarGZip**
|
|
11730
12483
|
*/
|
|
11731
12484
|
export type CompressionCodec = string;
|
|
@@ -11741,13 +12494,13 @@ export declare enum KnownOrcCompressionCodec {
|
|
|
11741
12494
|
Lzo = "lzo"
|
|
11742
12495
|
}
|
|
11743
12496
|
/**
|
|
11744
|
-
* Defines values for OrcCompressionCodec.
|
|
12497
|
+
* Defines values for OrcCompressionCodec. \
|
|
11745
12498
|
* {@link KnownOrcCompressionCodec} can be used interchangeably with OrcCompressionCodec,
|
|
11746
12499
|
* this enum contains the known values that the service supports.
|
|
11747
12500
|
* ### Known values supported by the service
|
|
11748
|
-
* **none**
|
|
11749
|
-
* **zlib**
|
|
11750
|
-
* **snappy**
|
|
12501
|
+
* **none** \
|
|
12502
|
+
* **zlib** \
|
|
12503
|
+
* **snappy** \
|
|
11751
12504
|
* **lzo**
|
|
11752
12505
|
*/
|
|
11753
12506
|
export type OrcCompressionCodec = string;
|
|
@@ -11759,11 +12512,11 @@ export declare enum KnownDynamicsDeploymentType {
|
|
|
11759
12512
|
OnPremisesWithIfd = "OnPremisesWithIfd"
|
|
11760
12513
|
}
|
|
11761
12514
|
/**
|
|
11762
|
-
* Defines values for DynamicsDeploymentType.
|
|
12515
|
+
* Defines values for DynamicsDeploymentType. \
|
|
11763
12516
|
* {@link KnownDynamicsDeploymentType} can be used interchangeably with DynamicsDeploymentType,
|
|
11764
12517
|
* this enum contains the known values that the service supports.
|
|
11765
12518
|
* ### Known values supported by the service
|
|
11766
|
-
* **Online**
|
|
12519
|
+
* **Online** \
|
|
11767
12520
|
* **OnPremisesWithIfd**
|
|
11768
12521
|
*/
|
|
11769
12522
|
export type DynamicsDeploymentType = string;
|
|
@@ -11774,16 +12527,19 @@ export declare enum KnownDynamicsAuthenticationType {
|
|
|
11774
12527
|
/** Ifd */
|
|
11775
12528
|
Ifd = "Ifd",
|
|
11776
12529
|
/** AADServicePrincipal */
|
|
11777
|
-
AADServicePrincipal = "AADServicePrincipal"
|
|
12530
|
+
AADServicePrincipal = "AADServicePrincipal",
|
|
12531
|
+
/** ActiveDirectory */
|
|
12532
|
+
ActiveDirectory = "Active Directory"
|
|
11778
12533
|
}
|
|
11779
12534
|
/**
|
|
11780
|
-
* Defines values for DynamicsAuthenticationType.
|
|
12535
|
+
* Defines values for DynamicsAuthenticationType. \
|
|
11781
12536
|
* {@link KnownDynamicsAuthenticationType} can be used interchangeably with DynamicsAuthenticationType,
|
|
11782
12537
|
* this enum contains the known values that the service supports.
|
|
11783
12538
|
* ### Known values supported by the service
|
|
11784
|
-
* **Office365**
|
|
11785
|
-
* **Ifd**
|
|
11786
|
-
* **AADServicePrincipal**
|
|
12539
|
+
* **Office365** \
|
|
12540
|
+
* **Ifd** \
|
|
12541
|
+
* **AADServicePrincipal** \
|
|
12542
|
+
* **Active Directory**
|
|
11787
12543
|
*/
|
|
11788
12544
|
export type DynamicsAuthenticationType = string;
|
|
11789
12545
|
/** Known values of {@link DynamicsServicePrincipalCredentialType} that the service accepts. */
|
|
@@ -11794,11 +12550,11 @@ export declare enum KnownDynamicsServicePrincipalCredentialType {
|
|
|
11794
12550
|
ServicePrincipalCert = "ServicePrincipalCert"
|
|
11795
12551
|
}
|
|
11796
12552
|
/**
|
|
11797
|
-
* Defines values for DynamicsServicePrincipalCredentialType.
|
|
12553
|
+
* Defines values for DynamicsServicePrincipalCredentialType. \
|
|
11798
12554
|
* {@link KnownDynamicsServicePrincipalCredentialType} can be used interchangeably with DynamicsServicePrincipalCredentialType,
|
|
11799
12555
|
* this enum contains the known values that the service supports.
|
|
11800
12556
|
* ### Known values supported by the service
|
|
11801
|
-
* **ServicePrincipalKey**
|
|
12557
|
+
* **ServicePrincipalKey** \
|
|
11802
12558
|
* **ServicePrincipalCert**
|
|
11803
12559
|
*/
|
|
11804
12560
|
export type DynamicsServicePrincipalCredentialType = string;
|
|
@@ -11812,12 +12568,12 @@ export declare enum KnownHdiNodeTypes {
|
|
|
11812
12568
|
Zookeeper = "Zookeeper"
|
|
11813
12569
|
}
|
|
11814
12570
|
/**
|
|
11815
|
-
* Defines values for HdiNodeTypes.
|
|
12571
|
+
* Defines values for HdiNodeTypes. \
|
|
11816
12572
|
* {@link KnownHdiNodeTypes} can be used interchangeably with HdiNodeTypes,
|
|
11817
12573
|
* this enum contains the known values that the service supports.
|
|
11818
12574
|
* ### Known values supported by the service
|
|
11819
|
-
* **Headnode**
|
|
11820
|
-
* **Workernode**
|
|
12575
|
+
* **Headnode** \
|
|
12576
|
+
* **Workernode** \
|
|
11821
12577
|
* **Zookeeper**
|
|
11822
12578
|
*/
|
|
11823
12579
|
export type HdiNodeTypes = string;
|
|
@@ -11829,11 +12585,11 @@ export declare enum KnownJsonWriteFilePattern {
|
|
|
11829
12585
|
ArrayOfObjects = "arrayOfObjects"
|
|
11830
12586
|
}
|
|
11831
12587
|
/**
|
|
11832
|
-
* Defines values for JsonWriteFilePattern.
|
|
12588
|
+
* Defines values for JsonWriteFilePattern. \
|
|
11833
12589
|
* {@link KnownJsonWriteFilePattern} can be used interchangeably with JsonWriteFilePattern,
|
|
11834
12590
|
* this enum contains the known values that the service supports.
|
|
11835
12591
|
* ### Known values supported by the service
|
|
11836
|
-
* **setOfObjects**
|
|
12592
|
+
* **setOfObjects** \
|
|
11837
12593
|
* **arrayOfObjects**
|
|
11838
12594
|
*/
|
|
11839
12595
|
export type JsonWriteFilePattern = string;
|
|
@@ -11845,11 +12601,11 @@ export declare enum KnownSalesforceSourceReadBehavior {
|
|
|
11845
12601
|
QueryAll = "QueryAll"
|
|
11846
12602
|
}
|
|
11847
12603
|
/**
|
|
11848
|
-
* Defines values for SalesforceSourceReadBehavior.
|
|
12604
|
+
* Defines values for SalesforceSourceReadBehavior. \
|
|
11849
12605
|
* {@link KnownSalesforceSourceReadBehavior} can be used interchangeably with SalesforceSourceReadBehavior,
|
|
11850
12606
|
* this enum contains the known values that the service supports.
|
|
11851
12607
|
* ### Known values supported by the service
|
|
11852
|
-
* **Query**
|
|
12608
|
+
* **Query** \
|
|
11853
12609
|
* **QueryAll**
|
|
11854
12610
|
*/
|
|
11855
12611
|
export type SalesforceSourceReadBehavior = string;
|
|
@@ -11863,12 +12619,12 @@ export declare enum KnownAmazonRdsForOraclePartitionOption {
|
|
|
11863
12619
|
DynamicRange = "DynamicRange"
|
|
11864
12620
|
}
|
|
11865
12621
|
/**
|
|
11866
|
-
* Defines values for AmazonRdsForOraclePartitionOption.
|
|
12622
|
+
* Defines values for AmazonRdsForOraclePartitionOption. \
|
|
11867
12623
|
* {@link KnownAmazonRdsForOraclePartitionOption} can be used interchangeably with AmazonRdsForOraclePartitionOption,
|
|
11868
12624
|
* this enum contains the known values that the service supports.
|
|
11869
12625
|
* ### Known values supported by the service
|
|
11870
|
-
* **None**
|
|
11871
|
-
* **PhysicalPartitionsOfTable**
|
|
12626
|
+
* **None** \
|
|
12627
|
+
* **PhysicalPartitionsOfTable** \
|
|
11872
12628
|
* **DynamicRange**
|
|
11873
12629
|
*/
|
|
11874
12630
|
export type AmazonRdsForOraclePartitionOption = string;
|
|
@@ -11882,12 +12638,12 @@ export declare enum KnownCopyBehaviorType {
|
|
|
11882
12638
|
MergeFiles = "MergeFiles"
|
|
11883
12639
|
}
|
|
11884
12640
|
/**
|
|
11885
|
-
* Defines values for CopyBehaviorType.
|
|
12641
|
+
* Defines values for CopyBehaviorType. \
|
|
11886
12642
|
* {@link KnownCopyBehaviorType} can be used interchangeably with CopyBehaviorType,
|
|
11887
12643
|
* this enum contains the known values that the service supports.
|
|
11888
12644
|
* ### Known values supported by the service
|
|
11889
|
-
* **PreserveHierarchy**
|
|
11890
|
-
* **FlattenHierarchy**
|
|
12645
|
+
* **PreserveHierarchy** \
|
|
12646
|
+
* **FlattenHierarchy** \
|
|
11891
12647
|
* **MergeFiles**
|
|
11892
12648
|
*/
|
|
11893
12649
|
export type CopyBehaviorType = string;
|
|
@@ -11899,11 +12655,11 @@ export declare enum KnownScriptType {
|
|
|
11899
12655
|
NonQuery = "NonQuery"
|
|
11900
12656
|
}
|
|
11901
12657
|
/**
|
|
11902
|
-
* Defines values for ScriptType.
|
|
12658
|
+
* Defines values for ScriptType. \
|
|
11903
12659
|
* {@link KnownScriptType} can be used interchangeably with ScriptType,
|
|
11904
12660
|
* this enum contains the known values that the service supports.
|
|
11905
12661
|
* ### Known values supported by the service
|
|
11906
|
-
* **Query**
|
|
12662
|
+
* **Query** \
|
|
11907
12663
|
* **NonQuery**
|
|
11908
12664
|
*/
|
|
11909
12665
|
export type ScriptType = string;
|
|
@@ -11917,12 +12673,12 @@ export declare enum KnownSqlPartitionOption {
|
|
|
11917
12673
|
DynamicRange = "DynamicRange"
|
|
11918
12674
|
}
|
|
11919
12675
|
/**
|
|
11920
|
-
* Defines values for SqlPartitionOption.
|
|
12676
|
+
* Defines values for SqlPartitionOption. \
|
|
11921
12677
|
* {@link KnownSqlPartitionOption} can be used interchangeably with SqlPartitionOption,
|
|
11922
12678
|
* this enum contains the known values that the service supports.
|
|
11923
12679
|
* ### Known values supported by the service
|
|
11924
|
-
* **None**
|
|
11925
|
-
* **PhysicalPartitionsOfTable**
|
|
12680
|
+
* **None** \
|
|
12681
|
+
* **PhysicalPartitionsOfTable** \
|
|
11926
12682
|
* **DynamicRange**
|
|
11927
12683
|
*/
|
|
11928
12684
|
export type SqlPartitionOption = string;
|
|
@@ -11936,12 +12692,12 @@ export declare enum KnownSapHanaPartitionOption {
|
|
|
11936
12692
|
SapHanaDynamicRange = "SapHanaDynamicRange"
|
|
11937
12693
|
}
|
|
11938
12694
|
/**
|
|
11939
|
-
* Defines values for SapHanaPartitionOption.
|
|
12695
|
+
* Defines values for SapHanaPartitionOption. \
|
|
11940
12696
|
* {@link KnownSapHanaPartitionOption} can be used interchangeably with SapHanaPartitionOption,
|
|
11941
12697
|
* this enum contains the known values that the service supports.
|
|
11942
12698
|
* ### Known values supported by the service
|
|
11943
|
-
* **None**
|
|
11944
|
-
* **PhysicalPartitionsOfTable**
|
|
12699
|
+
* **None** \
|
|
12700
|
+
* **PhysicalPartitionsOfTable** \
|
|
11945
12701
|
* **SapHanaDynamicRange**
|
|
11946
12702
|
*/
|
|
11947
12703
|
export type SapHanaPartitionOption = string;
|
|
@@ -11961,15 +12717,15 @@ export declare enum KnownSapTablePartitionOption {
|
|
|
11961
12717
|
PartitionOnTime = "PartitionOnTime"
|
|
11962
12718
|
}
|
|
11963
12719
|
/**
|
|
11964
|
-
* Defines values for SapTablePartitionOption.
|
|
12720
|
+
* Defines values for SapTablePartitionOption. \
|
|
11965
12721
|
* {@link KnownSapTablePartitionOption} can be used interchangeably with SapTablePartitionOption,
|
|
11966
12722
|
* this enum contains the known values that the service supports.
|
|
11967
12723
|
* ### Known values supported by the service
|
|
11968
|
-
* **None**
|
|
11969
|
-
* **PartitionOnInt**
|
|
11970
|
-
* **PartitionOnCalendarYear**
|
|
11971
|
-
* **PartitionOnCalendarMonth**
|
|
11972
|
-
* **PartitionOnCalendarDate**
|
|
12724
|
+
* **None** \
|
|
12725
|
+
* **PartitionOnInt** \
|
|
12726
|
+
* **PartitionOnCalendarYear** \
|
|
12727
|
+
* **PartitionOnCalendarMonth** \
|
|
12728
|
+
* **PartitionOnCalendarDate** \
|
|
11973
12729
|
* **PartitionOnTime**
|
|
11974
12730
|
*/
|
|
11975
12731
|
export type SapTablePartitionOption = string;
|