@azure/synapse-artifacts 1.0.0-beta.15 → 1.0.0-beta.17
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/LICENSE +4 -4
- package/README.md +9 -13
- package/dist/browser/artifactsClient.d.ts +40 -0
- package/dist/browser/artifactsClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/artifactsClient.js +37 -9
- package/dist/browser/artifactsClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts +11 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -0
- package/{types/synapse-artifacts.d.ts → dist/browser/models/index.d.ts} +13692 -15069
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +124 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +1310 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +10306 -5084
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +70 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/bigDataPools.d.ts +24 -0
- package/dist/browser/operations/bigDataPools.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/bigDataPools.js +6 -5
- package/dist/browser/operations/bigDataPools.js.map +1 -0
- package/dist/browser/operations/dataFlowDebugSession.d.ts +70 -0
- package/dist/browser/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dataFlowDebugSession.js +57 -64
- package/dist/browser/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/browser/operations/dataFlowOperations.d.ts +80 -0
- package/dist/browser/operations/dataFlowOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dataFlowOperations.js +69 -75
- package/dist/browser/operations/dataFlowOperations.js.map +1 -0
- package/dist/browser/operations/datasetOperations.d.ts +79 -0
- package/dist/browser/operations/datasetOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/datasetOperations.js +69 -75
- package/dist/browser/operations/datasetOperations.js.map +1 -0
- package/dist/browser/operations/index.d.ts +25 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +32 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/integrationRuntimes.d.ts +24 -0
- package/dist/browser/operations/integrationRuntimes.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/integrationRuntimes.js +6 -5
- package/dist/browser/operations/integrationRuntimes.js.map +1 -0
- package/dist/browser/operations/kqlScriptOperations.d.ts +60 -0
- package/dist/browser/operations/kqlScriptOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/kqlScriptOperations.js +43 -27
- package/dist/browser/operations/kqlScriptOperations.js.map +1 -0
- package/dist/browser/operations/kqlScripts.d.ts +32 -0
- package/dist/browser/operations/kqlScripts.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/kqlScripts.js +29 -46
- package/dist/browser/operations/kqlScripts.js.map +1 -0
- package/dist/browser/operations/library.d.ts +98 -0
- package/dist/browser/operations/library.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/library.js +70 -72
- package/dist/browser/operations/library.js.map +1 -0
- package/dist/browser/operations/linkConnectionOperations.d.ts +112 -0
- package/dist/browser/operations/linkConnectionOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/linkConnectionOperations.js +41 -58
- package/dist/browser/operations/linkConnectionOperations.js.map +1 -0
- package/dist/browser/operations/linkedServiceOperations.d.ts +80 -0
- package/dist/browser/operations/linkedServiceOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/linkedServiceOperations.js +69 -75
- package/dist/browser/operations/linkedServiceOperations.js.map +1 -0
- package/dist/browser/operations/metastore.d.ts +40 -0
- package/dist/browser/operations/metastore.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/metastore.js +8 -7
- package/dist/browser/operations/metastore.js.map +1 -0
- package/dist/browser/operations/notebookOperationResult.d.ts +19 -0
- package/dist/browser/operations/notebookOperationResult.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/notebookOperationResult.js +5 -4
- package/dist/browser/operations/notebookOperationResult.js.map +1 -0
- package/dist/browser/operations/notebookOperations.d.ts +99 -0
- package/dist/browser/operations/notebookOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/notebookOperations.js +93 -116
- package/dist/browser/operations/notebookOperations.js.map +1 -0
- package/dist/browser/operations/pipelineOperations.d.ts +86 -0
- package/dist/browser/operations/pipelineOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/pipelineOperations.js +70 -76
- package/dist/browser/operations/pipelineOperations.js.map +1 -0
- package/dist/browser/operations/pipelineRunOperations.d.ts +39 -0
- package/dist/browser/operations/pipelineRunOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/pipelineRunOperations.js +9 -12
- package/dist/browser/operations/pipelineRunOperations.js.map +1 -0
- package/dist/browser/operations/runNotebook.d.ts +51 -0
- package/dist/browser/operations/runNotebook.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/runNotebook.js +31 -20
- package/dist/browser/operations/runNotebook.js.map +1 -0
- package/dist/browser/operations/sparkConfigurationOperations.d.ts +80 -0
- package/dist/browser/operations/sparkConfigurationOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sparkConfigurationOperations.js +69 -75
- package/dist/browser/operations/sparkConfigurationOperations.js.map +1 -0
- package/dist/browser/operations/sparkJobDefinitionOperations.d.ts +104 -0
- package/dist/browser/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sparkJobDefinitionOperations.js +93 -89
- package/dist/browser/operations/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/browser/operations/sqlPools.d.ts +24 -0
- package/dist/browser/operations/sqlPools.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sqlPools.js +6 -5
- package/dist/browser/operations/sqlPools.js.map +1 -0
- package/dist/browser/operations/sqlScriptOperations.d.ts +80 -0
- package/dist/browser/operations/sqlScriptOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sqlScriptOperations.js +69 -75
- package/dist/browser/operations/sqlScriptOperations.js.map +1 -0
- package/dist/browser/operations/triggerOperations.d.ts +119 -0
- package/dist/browser/operations/triggerOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/triggerOperations.js +106 -97
- package/dist/browser/operations/triggerOperations.js.map +1 -0
- package/dist/browser/operations/triggerRunOperations.d.ts +33 -0
- package/dist/browser/operations/triggerRunOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/triggerRunOperations.js +9 -16
- package/dist/browser/operations/triggerRunOperations.js.map +1 -0
- package/dist/browser/operations/workspaceGitRepoManagement.d.ts +19 -0
- package/dist/browser/operations/workspaceGitRepoManagement.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workspaceGitRepoManagement.js +6 -9
- package/dist/browser/operations/workspaceGitRepoManagement.js.map +1 -0
- package/dist/browser/operations/workspaceOperations.d.ts +18 -0
- package/dist/browser/operations/workspaceOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workspaceOperations.js +5 -4
- package/dist/browser/operations/workspaceOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/bigDataPools.d.ts +16 -0
- package/dist/browser/operationsInterfaces/bigDataPools.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/bigDataPools.js.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlowOperations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dataFlowOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/datasetOperations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/datasetOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/datasetOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +25 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +32 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/integrationRuntimes.d.ts +16 -0
- package/dist/browser/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/integrationRuntimes.js.map +1 -0
- package/dist/browser/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
- package/dist/browser/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/kqlScriptOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/kqlScripts.d.ts +11 -0
- package/dist/browser/operationsInterfaces/kqlScripts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/kqlScripts.js.map +1 -0
- package/dist/browser/operationsInterfaces/library.d.ts +77 -0
- package/dist/browser/operationsInterfaces/library.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/library.js.map +1 -0
- package/dist/browser/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
- package/dist/browser/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/linkConnectionOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/linkedServiceOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/metastore.d.ts +32 -0
- package/dist/browser/operationsInterfaces/metastore.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/metastore.js.map +1 -0
- package/dist/browser/operationsInterfaces/notebookOperationResult.d.ts +11 -0
- package/dist/browser/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/notebookOperationResult.js.map +1 -0
- package/dist/browser/operationsInterfaces/notebookOperations.d.ts +63 -0
- package/dist/browser/operationsInterfaces/notebookOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/notebookOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/pipelineOperations.d.ts +64 -0
- package/dist/browser/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/pipelineOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
- package/dist/browser/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/pipelineRunOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/runNotebook.d.ts +43 -0
- package/dist/browser/operationsInterfaces/runNotebook.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/runNotebook.js.map +1 -0
- package/dist/browser/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
- package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/sqlPools.d.ts +16 -0
- package/dist/browser/operationsInterfaces/sqlPools.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sqlPools.js.map +1 -0
- package/dist/browser/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sqlScriptOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/triggerOperations.d.ts +98 -0
- package/dist/browser/operationsInterfaces/triggerOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/triggerOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/triggerRunOperations.d.ts +25 -0
- package/dist/browser/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/triggerRunOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
- package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
- package/dist/browser/operationsInterfaces/workspaceOperations.d.ts +10 -0
- package/dist/browser/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspaceOperations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/browser/tracing.d.ts +2 -0
- package/dist/browser/tracing.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/tracing.js +1 -1
- package/{dist-esm/src → dist/browser}/tracing.js.map +1 -1
- package/dist/commonjs/artifactsClient.d.ts +40 -0
- package/dist/commonjs/artifactsClient.d.ts.map +1 -0
- package/dist/commonjs/artifactsClient.js +128 -0
- package/dist/commonjs/artifactsClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +28 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +13692 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +1443 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +1310 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +30754 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +70 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +573 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/bigDataPools.d.ts +24 -0
- package/dist/commonjs/operations/bigDataPools.d.ts.map +1 -0
- package/dist/commonjs/operations/bigDataPools.js +81 -0
- package/dist/commonjs/operations/bigDataPools.js.map +1 -0
- package/dist/commonjs/operations/dataFlowDebugSession.d.ts +70 -0
- package/dist/commonjs/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/commonjs/operations/dataFlowDebugSession.js +349 -0
- package/dist/commonjs/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/commonjs/operations/dataFlowOperations.d.ts +80 -0
- package/dist/commonjs/operations/dataFlowOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/dataFlowOperations.js +390 -0
- package/dist/commonjs/operations/dataFlowOperations.js.map +1 -0
- package/dist/commonjs/operations/datasetOperations.d.ts +79 -0
- package/dist/commonjs/operations/datasetOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/datasetOperations.js +390 -0
- package/dist/commonjs/operations/datasetOperations.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +25 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +35 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/integrationRuntimes.d.ts +24 -0
- package/dist/commonjs/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist/commonjs/operations/integrationRuntimes.js +81 -0
- package/dist/commonjs/operations/integrationRuntimes.js.map +1 -0
- package/dist/commonjs/operations/kqlScriptOperations.d.ts +60 -0
- package/dist/commonjs/operations/kqlScriptOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/kqlScriptOperations.js +293 -0
- package/dist/commonjs/operations/kqlScriptOperations.js.map +1 -0
- package/dist/commonjs/operations/kqlScripts.d.ts +32 -0
- package/dist/commonjs/operations/kqlScripts.d.ts.map +1 -0
- package/dist/commonjs/operations/kqlScripts.js +126 -0
- package/dist/commonjs/operations/kqlScripts.js.map +1 -0
- package/dist/commonjs/operations/library.d.ts +98 -0
- package/dist/commonjs/operations/library.d.ts.map +1 -0
- package/dist/commonjs/operations/library.js +443 -0
- package/dist/commonjs/operations/library.js.map +1 -0
- package/dist/commonjs/operations/linkConnectionOperations.d.ts +112 -0
- package/dist/commonjs/operations/linkConnectionOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/linkConnectionOperations.js +441 -0
- package/dist/commonjs/operations/linkConnectionOperations.js.map +1 -0
- package/dist/commonjs/operations/linkedServiceOperations.d.ts +80 -0
- package/dist/commonjs/operations/linkedServiceOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/linkedServiceOperations.js +391 -0
- package/dist/commonjs/operations/linkedServiceOperations.js.map +1 -0
- package/dist/commonjs/operations/metastore.d.ts +40 -0
- package/dist/commonjs/operations/metastore.d.ts.map +1 -0
- package/dist/commonjs/operations/metastore.js +139 -0
- package/dist/commonjs/operations/metastore.js.map +1 -0
- package/dist/commonjs/operations/notebookOperationResult.d.ts +19 -0
- package/dist/commonjs/operations/notebookOperationResult.d.ts.map +1 -0
- package/dist/commonjs/operations/notebookOperationResult.js +57 -0
- package/dist/commonjs/operations/notebookOperationResult.js.map +1 -0
- package/dist/commonjs/operations/notebookOperations.d.ts +99 -0
- package/dist/commonjs/operations/notebookOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/notebookOperations.js +486 -0
- package/dist/commonjs/operations/notebookOperations.js.map +1 -0
- package/dist/commonjs/operations/pipelineOperations.d.ts +86 -0
- package/dist/commonjs/operations/pipelineOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/pipelineOperations.js +424 -0
- package/dist/commonjs/operations/pipelineOperations.js.map +1 -0
- package/dist/commonjs/operations/pipelineRunOperations.d.ts +39 -0
- package/dist/commonjs/operations/pipelineRunOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/pipelineRunOperations.js +138 -0
- package/dist/commonjs/operations/pipelineRunOperations.js.map +1 -0
- package/dist/commonjs/operations/runNotebook.d.ts +51 -0
- package/dist/commonjs/operations/runNotebook.d.ts.map +1 -0
- package/dist/commonjs/operations/runNotebook.js +208 -0
- package/dist/commonjs/operations/runNotebook.js.map +1 -0
- package/dist/commonjs/operations/sparkConfigurationOperations.d.ts +80 -0
- package/dist/commonjs/operations/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/sparkConfigurationOperations.js +391 -0
- package/dist/commonjs/operations/sparkConfigurationOperations.js.map +1 -0
- package/dist/commonjs/operations/sparkJobDefinitionOperations.d.ts +104 -0
- package/dist/commonjs/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/sparkJobDefinitionOperations.js +557 -0
- package/dist/commonjs/operations/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/commonjs/operations/sqlPools.d.ts +24 -0
- package/dist/commonjs/operations/sqlPools.d.ts.map +1 -0
- package/dist/commonjs/operations/sqlPools.js +81 -0
- package/dist/commonjs/operations/sqlPools.js.map +1 -0
- package/dist/commonjs/operations/sqlScriptOperations.d.ts +80 -0
- package/dist/commonjs/operations/sqlScriptOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/sqlScriptOperations.js +391 -0
- package/dist/commonjs/operations/sqlScriptOperations.js.map +1 -0
- package/dist/commonjs/operations/triggerOperations.d.ts +119 -0
- package/dist/commonjs/operations/triggerOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/triggerOperations.js +647 -0
- package/dist/commonjs/operations/triggerOperations.js.map +1 -0
- package/dist/commonjs/operations/triggerRunOperations.d.ts +33 -0
- package/dist/commonjs/operations/triggerRunOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/triggerRunOperations.js +108 -0
- package/dist/commonjs/operations/triggerRunOperations.js.map +1 -0
- package/dist/commonjs/operations/workspaceGitRepoManagement.d.ts +19 -0
- package/dist/commonjs/operations/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/commonjs/operations/workspaceGitRepoManagement.js +55 -0
- package/dist/commonjs/operations/workspaceGitRepoManagement.js.map +1 -0
- package/dist/commonjs/operations/workspaceOperations.d.ts +18 -0
- package/dist/commonjs/operations/workspaceOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/workspaceOperations.js +55 -0
- package/dist/commonjs/operations/workspaceOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/bigDataPools.d.ts +16 -0
- package/dist/commonjs/operationsInterfaces/bigDataPools.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/bigDataPools.js +10 -0
- package/dist/commonjs/operationsInterfaces/bigDataPools.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.js +10 -0
- package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/dataFlowOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/datasetOperations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/datasetOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/datasetOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/datasetOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +35 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.d.ts +16 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.js +10 -0
- package/dist/commonjs/operationsInterfaces/integrationRuntimes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
- package/dist/commonjs/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/kqlScriptOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/kqlScriptOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/kqlScripts.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/kqlScripts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/kqlScripts.js +10 -0
- package/dist/commonjs/operationsInterfaces/kqlScripts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/library.d.ts +77 -0
- package/dist/commonjs/operationsInterfaces/library.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/library.js +10 -0
- package/dist/commonjs/operationsInterfaces/library.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/linkConnectionOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkedServiceOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/linkedServiceOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/metastore.d.ts +32 -0
- package/dist/commonjs/operationsInterfaces/metastore.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/metastore.js +10 -0
- package/dist/commonjs/operationsInterfaces/metastore.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/notebookOperationResult.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/notebookOperationResult.js +10 -0
- package/dist/commonjs/operationsInterfaces/notebookOperationResult.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/notebookOperations.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/notebookOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/notebookOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/notebookOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelineOperations.d.ts +64 -0
- package/dist/commonjs/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelineOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/pipelineOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
- package/dist/commonjs/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/pipelineRunOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/pipelineRunOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/runNotebook.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/runNotebook.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/runNotebook.js +10 -0
- package/dist/commonjs/operationsInterfaces/runNotebook.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
- package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlPools.d.ts +16 -0
- package/dist/commonjs/operationsInterfaces/sqlPools.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlPools.js +10 -0
- package/dist/commonjs/operationsInterfaces/sqlPools.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/sqlScriptOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggerOperations.d.ts +98 -0
- package/dist/commonjs/operationsInterfaces/triggerOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggerOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/triggerOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggerRunOperations.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/triggerRunOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/triggerRunOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaceOperations.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaceOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspaceOperations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tracing.d.ts +2 -0
- package/dist/commonjs/tracing.d.ts.map +1 -0
- package/dist/commonjs/tracing.js +17 -0
- package/dist/commonjs/tracing.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/artifactsClient.d.ts +40 -0
- package/dist/esm/artifactsClient.d.ts.map +1 -0
- package/dist/esm/artifactsClient.js +123 -0
- package/dist/esm/artifactsClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +25 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +13692 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +1438 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +1310 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/{index.js → esm/models/mappers.js} +14865 -19018
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +70 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +569 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/bigDataPools.d.ts +24 -0
- package/dist/esm/operations/bigDataPools.d.ts.map +1 -0
- package/dist/esm/operations/bigDataPools.js +76 -0
- package/dist/esm/operations/bigDataPools.js.map +1 -0
- package/dist/esm/operations/dataFlowDebugSession.d.ts +70 -0
- package/dist/esm/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/esm/operations/dataFlowDebugSession.js +344 -0
- package/dist/esm/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/esm/operations/dataFlowOperations.d.ts +80 -0
- package/dist/esm/operations/dataFlowOperations.d.ts.map +1 -0
- package/dist/esm/operations/dataFlowOperations.js +385 -0
- package/dist/esm/operations/dataFlowOperations.js.map +1 -0
- package/dist/esm/operations/datasetOperations.d.ts +79 -0
- package/dist/esm/operations/datasetOperations.d.ts.map +1 -0
- package/dist/esm/operations/datasetOperations.js +385 -0
- package/dist/esm/operations/datasetOperations.js.map +1 -0
- package/dist/esm/operations/index.d.ts +25 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +32 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/integrationRuntimes.d.ts +24 -0
- package/dist/esm/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist/esm/operations/integrationRuntimes.js +76 -0
- package/dist/esm/operations/integrationRuntimes.js.map +1 -0
- package/dist/esm/operations/kqlScriptOperations.d.ts +60 -0
- package/dist/esm/operations/kqlScriptOperations.d.ts.map +1 -0
- package/dist/esm/operations/kqlScriptOperations.js +288 -0
- package/dist/esm/operations/kqlScriptOperations.js.map +1 -0
- package/dist/esm/operations/kqlScripts.d.ts +32 -0
- package/dist/esm/operations/kqlScripts.d.ts.map +1 -0
- package/dist/esm/operations/kqlScripts.js +121 -0
- package/dist/esm/operations/kqlScripts.js.map +1 -0
- package/dist/esm/operations/library.d.ts +98 -0
- package/dist/esm/operations/library.d.ts.map +1 -0
- package/dist/esm/operations/library.js +438 -0
- package/dist/esm/operations/library.js.map +1 -0
- package/dist/esm/operations/linkConnectionOperations.d.ts +112 -0
- package/dist/esm/operations/linkConnectionOperations.d.ts.map +1 -0
- package/dist/esm/operations/linkConnectionOperations.js +436 -0
- package/dist/esm/operations/linkConnectionOperations.js.map +1 -0
- package/dist/esm/operations/linkedServiceOperations.d.ts +80 -0
- package/dist/esm/operations/linkedServiceOperations.d.ts.map +1 -0
- package/dist/esm/operations/linkedServiceOperations.js +386 -0
- package/dist/esm/operations/linkedServiceOperations.js.map +1 -0
- package/dist/esm/operations/metastore.d.ts +40 -0
- package/dist/esm/operations/metastore.d.ts.map +1 -0
- package/dist/esm/operations/metastore.js +134 -0
- package/dist/esm/operations/metastore.js.map +1 -0
- package/dist/esm/operations/notebookOperationResult.d.ts +19 -0
- package/dist/esm/operations/notebookOperationResult.d.ts.map +1 -0
- package/dist/esm/operations/notebookOperationResult.js +52 -0
- package/dist/esm/operations/notebookOperationResult.js.map +1 -0
- package/dist/esm/operations/notebookOperations.d.ts +99 -0
- package/dist/esm/operations/notebookOperations.d.ts.map +1 -0
- package/dist/esm/operations/notebookOperations.js +481 -0
- package/dist/esm/operations/notebookOperations.js.map +1 -0
- package/dist/esm/operations/pipelineOperations.d.ts +86 -0
- package/dist/esm/operations/pipelineOperations.d.ts.map +1 -0
- package/dist/esm/operations/pipelineOperations.js +419 -0
- package/dist/esm/operations/pipelineOperations.js.map +1 -0
- package/dist/esm/operations/pipelineRunOperations.d.ts +39 -0
- package/dist/esm/operations/pipelineRunOperations.d.ts.map +1 -0
- package/dist/esm/operations/pipelineRunOperations.js +133 -0
- package/dist/esm/operations/pipelineRunOperations.js.map +1 -0
- package/dist/esm/operations/runNotebook.d.ts +51 -0
- package/dist/esm/operations/runNotebook.d.ts.map +1 -0
- package/dist/esm/operations/runNotebook.js +203 -0
- package/dist/esm/operations/runNotebook.js.map +1 -0
- package/dist/esm/operations/sparkConfigurationOperations.d.ts +80 -0
- package/dist/esm/operations/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/esm/operations/sparkConfigurationOperations.js +386 -0
- package/dist/esm/operations/sparkConfigurationOperations.js.map +1 -0
- package/dist/esm/operations/sparkJobDefinitionOperations.d.ts +104 -0
- package/dist/esm/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/esm/operations/sparkJobDefinitionOperations.js +552 -0
- package/dist/esm/operations/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/esm/operations/sqlPools.d.ts +24 -0
- package/dist/esm/operations/sqlPools.d.ts.map +1 -0
- package/dist/esm/operations/sqlPools.js +76 -0
- package/dist/esm/operations/sqlPools.js.map +1 -0
- package/dist/esm/operations/sqlScriptOperations.d.ts +80 -0
- package/dist/esm/operations/sqlScriptOperations.d.ts.map +1 -0
- package/dist/esm/operations/sqlScriptOperations.js +386 -0
- package/dist/esm/operations/sqlScriptOperations.js.map +1 -0
- package/dist/esm/operations/triggerOperations.d.ts +119 -0
- package/dist/esm/operations/triggerOperations.d.ts.map +1 -0
- package/dist/esm/operations/triggerOperations.js +642 -0
- package/dist/esm/operations/triggerOperations.js.map +1 -0
- package/dist/esm/operations/triggerRunOperations.d.ts +33 -0
- package/dist/esm/operations/triggerRunOperations.d.ts.map +1 -0
- package/dist/esm/operations/triggerRunOperations.js +103 -0
- package/dist/esm/operations/triggerRunOperations.js.map +1 -0
- package/dist/esm/operations/workspaceGitRepoManagement.d.ts +19 -0
- package/dist/esm/operations/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/esm/operations/workspaceGitRepoManagement.js +50 -0
- package/dist/esm/operations/workspaceGitRepoManagement.js.map +1 -0
- package/dist/esm/operations/workspaceOperations.d.ts +18 -0
- package/dist/esm/operations/workspaceOperations.d.ts.map +1 -0
- package/dist/esm/operations/workspaceOperations.js +50 -0
- package/dist/esm/operations/workspaceOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/bigDataPools.d.ts +16 -0
- package/dist/esm/operationsInterfaces/bigDataPools.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/bigDataPools.js +9 -0
- package/dist/esm/operationsInterfaces/bigDataPools.js.map +1 -0
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.js +9 -0
- package/dist/esm/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
- package/dist/esm/operationsInterfaces/dataFlowOperations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dataFlowOperations.js +9 -0
- package/dist/esm/operationsInterfaces/dataFlowOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/datasetOperations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/datasetOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/datasetOperations.js +9 -0
- package/dist/esm/operationsInterfaces/datasetOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +25 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +32 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/integrationRuntimes.d.ts +16 -0
- package/dist/esm/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/integrationRuntimes.js +9 -0
- package/dist/esm/operationsInterfaces/integrationRuntimes.js.map +1 -0
- package/dist/esm/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
- package/dist/esm/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/kqlScriptOperations.js +9 -0
- package/dist/esm/operationsInterfaces/kqlScriptOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/kqlScripts.d.ts +11 -0
- package/dist/esm/operationsInterfaces/kqlScripts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/kqlScripts.js +9 -0
- package/dist/esm/operationsInterfaces/kqlScripts.js.map +1 -0
- package/dist/esm/operationsInterfaces/library.d.ts +77 -0
- package/dist/esm/operationsInterfaces/library.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/library.js +9 -0
- package/dist/esm/operationsInterfaces/library.js.map +1 -0
- package/dist/esm/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
- package/dist/esm/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/linkConnectionOperations.js +9 -0
- package/dist/esm/operationsInterfaces/linkConnectionOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/linkedServiceOperations.js +9 -0
- package/dist/esm/operationsInterfaces/linkedServiceOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/metastore.d.ts +32 -0
- package/dist/esm/operationsInterfaces/metastore.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/metastore.js +9 -0
- package/dist/esm/operationsInterfaces/metastore.js.map +1 -0
- package/dist/esm/operationsInterfaces/notebookOperationResult.d.ts +11 -0
- package/dist/esm/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/notebookOperationResult.js +9 -0
- package/dist/esm/operationsInterfaces/notebookOperationResult.js.map +1 -0
- package/dist/esm/operationsInterfaces/notebookOperations.d.ts +63 -0
- package/dist/esm/operationsInterfaces/notebookOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/notebookOperations.js +9 -0
- package/dist/esm/operationsInterfaces/notebookOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/pipelineOperations.d.ts +64 -0
- package/dist/esm/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/pipelineOperations.js +9 -0
- package/dist/esm/operationsInterfaces/pipelineOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
- package/dist/esm/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/pipelineRunOperations.js +9 -0
- package/dist/esm/operationsInterfaces/pipelineRunOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/runNotebook.d.ts +43 -0
- package/dist/esm/operationsInterfaces/runNotebook.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/runNotebook.js +9 -0
- package/dist/esm/operationsInterfaces/runNotebook.js.map +1 -0
- package/dist/esm/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sparkConfigurationOperations.js +9 -0
- package/dist/esm/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
- package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.js +9 -0
- package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/sqlPools.d.ts +16 -0
- package/dist/esm/operationsInterfaces/sqlPools.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sqlPools.js +9 -0
- package/dist/esm/operationsInterfaces/sqlPools.js.map +1 -0
- package/dist/esm/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sqlScriptOperations.js +9 -0
- package/dist/esm/operationsInterfaces/sqlScriptOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/triggerOperations.d.ts +98 -0
- package/dist/esm/operationsInterfaces/triggerOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/triggerOperations.js +9 -0
- package/dist/esm/operationsInterfaces/triggerOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/triggerRunOperations.d.ts +25 -0
- package/dist/esm/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/triggerRunOperations.js +9 -0
- package/dist/esm/operationsInterfaces/triggerRunOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
- package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.js +9 -0
- package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspaceOperations.d.ts +10 -0
- package/dist/esm/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspaceOperations.js +9 -0
- package/dist/esm/operationsInterfaces/workspaceOperations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/tracing.d.ts +2 -0
- package/dist/esm/tracing.d.ts.map +1 -0
- package/dist/esm/tracing.js +14 -0
- package/dist/esm/tracing.js.map +1 -0
- package/dist/react-native/artifactsClient.d.ts +40 -0
- package/dist/react-native/artifactsClient.d.ts.map +1 -0
- package/dist/react-native/artifactsClient.js +123 -0
- package/dist/react-native/artifactsClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +25 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +13692 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +1438 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +1310 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +30736 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +70 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +569 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/bigDataPools.d.ts +24 -0
- package/dist/react-native/operations/bigDataPools.d.ts.map +1 -0
- package/dist/react-native/operations/bigDataPools.js +76 -0
- package/dist/react-native/operations/bigDataPools.js.map +1 -0
- package/dist/react-native/operations/dataFlowDebugSession.d.ts +70 -0
- package/dist/react-native/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/react-native/operations/dataFlowDebugSession.js +344 -0
- package/dist/react-native/operations/dataFlowDebugSession.js.map +1 -0
- package/dist/react-native/operations/dataFlowOperations.d.ts +80 -0
- package/dist/react-native/operations/dataFlowOperations.d.ts.map +1 -0
- package/dist/react-native/operations/dataFlowOperations.js +385 -0
- package/dist/react-native/operations/dataFlowOperations.js.map +1 -0
- package/dist/react-native/operations/datasetOperations.d.ts +79 -0
- package/dist/react-native/operations/datasetOperations.d.ts.map +1 -0
- package/dist/react-native/operations/datasetOperations.js +385 -0
- package/dist/react-native/operations/datasetOperations.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +25 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +32 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/integrationRuntimes.d.ts +24 -0
- package/dist/react-native/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist/react-native/operations/integrationRuntimes.js +76 -0
- package/dist/react-native/operations/integrationRuntimes.js.map +1 -0
- package/dist/react-native/operations/kqlScriptOperations.d.ts +60 -0
- package/dist/react-native/operations/kqlScriptOperations.d.ts.map +1 -0
- package/dist/react-native/operations/kqlScriptOperations.js +288 -0
- package/dist/react-native/operations/kqlScriptOperations.js.map +1 -0
- package/dist/react-native/operations/kqlScripts.d.ts +32 -0
- package/dist/react-native/operations/kqlScripts.d.ts.map +1 -0
- package/dist/react-native/operations/kqlScripts.js +121 -0
- package/dist/react-native/operations/kqlScripts.js.map +1 -0
- package/dist/react-native/operations/library.d.ts +98 -0
- package/dist/react-native/operations/library.d.ts.map +1 -0
- package/dist/react-native/operations/library.js +438 -0
- package/dist/react-native/operations/library.js.map +1 -0
- package/dist/react-native/operations/linkConnectionOperations.d.ts +112 -0
- package/dist/react-native/operations/linkConnectionOperations.d.ts.map +1 -0
- package/dist/react-native/operations/linkConnectionOperations.js +436 -0
- package/dist/react-native/operations/linkConnectionOperations.js.map +1 -0
- package/dist/react-native/operations/linkedServiceOperations.d.ts +80 -0
- package/dist/react-native/operations/linkedServiceOperations.d.ts.map +1 -0
- package/dist/react-native/operations/linkedServiceOperations.js +386 -0
- package/dist/react-native/operations/linkedServiceOperations.js.map +1 -0
- package/dist/react-native/operations/metastore.d.ts +40 -0
- package/dist/react-native/operations/metastore.d.ts.map +1 -0
- package/dist/react-native/operations/metastore.js +134 -0
- package/dist/react-native/operations/metastore.js.map +1 -0
- package/dist/react-native/operations/notebookOperationResult.d.ts +19 -0
- package/dist/react-native/operations/notebookOperationResult.d.ts.map +1 -0
- package/dist/react-native/operations/notebookOperationResult.js +52 -0
- package/dist/react-native/operations/notebookOperationResult.js.map +1 -0
- package/dist/react-native/operations/notebookOperations.d.ts +99 -0
- package/dist/react-native/operations/notebookOperations.d.ts.map +1 -0
- package/dist/react-native/operations/notebookOperations.js +481 -0
- package/dist/react-native/operations/notebookOperations.js.map +1 -0
- package/dist/react-native/operations/pipelineOperations.d.ts +86 -0
- package/dist/react-native/operations/pipelineOperations.d.ts.map +1 -0
- package/dist/react-native/operations/pipelineOperations.js +419 -0
- package/dist/react-native/operations/pipelineOperations.js.map +1 -0
- package/dist/react-native/operations/pipelineRunOperations.d.ts +39 -0
- package/dist/react-native/operations/pipelineRunOperations.d.ts.map +1 -0
- package/dist/react-native/operations/pipelineRunOperations.js +133 -0
- package/dist/react-native/operations/pipelineRunOperations.js.map +1 -0
- package/dist/react-native/operations/runNotebook.d.ts +51 -0
- package/dist/react-native/operations/runNotebook.d.ts.map +1 -0
- package/dist/react-native/operations/runNotebook.js +203 -0
- package/dist/react-native/operations/runNotebook.js.map +1 -0
- package/dist/react-native/operations/sparkConfigurationOperations.d.ts +80 -0
- package/dist/react-native/operations/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/react-native/operations/sparkConfigurationOperations.js +386 -0
- package/dist/react-native/operations/sparkConfigurationOperations.js.map +1 -0
- package/dist/react-native/operations/sparkJobDefinitionOperations.d.ts +104 -0
- package/dist/react-native/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/react-native/operations/sparkJobDefinitionOperations.js +552 -0
- package/dist/react-native/operations/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/react-native/operations/sqlPools.d.ts +24 -0
- package/dist/react-native/operations/sqlPools.d.ts.map +1 -0
- package/dist/react-native/operations/sqlPools.js +76 -0
- package/dist/react-native/operations/sqlPools.js.map +1 -0
- package/dist/react-native/operations/sqlScriptOperations.d.ts +80 -0
- package/dist/react-native/operations/sqlScriptOperations.d.ts.map +1 -0
- package/dist/react-native/operations/sqlScriptOperations.js +386 -0
- package/dist/react-native/operations/sqlScriptOperations.js.map +1 -0
- package/dist/react-native/operations/triggerOperations.d.ts +119 -0
- package/dist/react-native/operations/triggerOperations.d.ts.map +1 -0
- package/dist/react-native/operations/triggerOperations.js +642 -0
- package/dist/react-native/operations/triggerOperations.js.map +1 -0
- package/dist/react-native/operations/triggerRunOperations.d.ts +33 -0
- package/dist/react-native/operations/triggerRunOperations.d.ts.map +1 -0
- package/dist/react-native/operations/triggerRunOperations.js +103 -0
- package/dist/react-native/operations/triggerRunOperations.js.map +1 -0
- package/dist/react-native/operations/workspaceGitRepoManagement.d.ts +19 -0
- package/dist/react-native/operations/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/react-native/operations/workspaceGitRepoManagement.js +50 -0
- package/dist/react-native/operations/workspaceGitRepoManagement.js.map +1 -0
- package/dist/react-native/operations/workspaceOperations.d.ts +18 -0
- package/dist/react-native/operations/workspaceOperations.d.ts.map +1 -0
- package/dist/react-native/operations/workspaceOperations.js +50 -0
- package/dist/react-native/operations/workspaceOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/bigDataPools.d.ts +16 -0
- package/dist/react-native/operationsInterfaces/bigDataPools.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/bigDataPools.js +9 -0
- package/dist/react-native/operationsInterfaces/bigDataPools.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.js +9 -0
- package/dist/react-native/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dataFlowOperations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dataFlowOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/dataFlowOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/datasetOperations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/datasetOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/datasetOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/datasetOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +32 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimes.d.ts +16 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimes.js +9 -0
- package/dist/react-native/operationsInterfaces/integrationRuntimes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
- package/dist/react-native/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/kqlScriptOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/kqlScriptOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/kqlScripts.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/kqlScripts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/kqlScripts.js +9 -0
- package/dist/react-native/operationsInterfaces/kqlScripts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/library.d.ts +77 -0
- package/dist/react-native/operationsInterfaces/library.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/library.js +9 -0
- package/dist/react-native/operationsInterfaces/library.js.map +1 -0
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/linkConnectionOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/linkedServiceOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/linkedServiceOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/metastore.d.ts +32 -0
- package/dist/react-native/operationsInterfaces/metastore.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/metastore.js +9 -0
- package/dist/react-native/operationsInterfaces/metastore.js.map +1 -0
- package/dist/react-native/operationsInterfaces/notebookOperationResult.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/notebookOperationResult.js +9 -0
- package/dist/react-native/operationsInterfaces/notebookOperationResult.js.map +1 -0
- package/dist/react-native/operationsInterfaces/notebookOperations.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/notebookOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/notebookOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/notebookOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelineOperations.d.ts +64 -0
- package/dist/react-native/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelineOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/pipelineOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
- package/dist/react-native/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/pipelineRunOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/pipelineRunOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/runNotebook.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/runNotebook.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/runNotebook.js +9 -0
- package/dist/react-native/operationsInterfaces/runNotebook.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
- package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlPools.d.ts +16 -0
- package/dist/react-native/operationsInterfaces/sqlPools.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlPools.js +9 -0
- package/dist/react-native/operationsInterfaces/sqlPools.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/sqlScriptOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/triggerOperations.d.ts +98 -0
- package/dist/react-native/operationsInterfaces/triggerOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/triggerOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/triggerOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/triggerRunOperations.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/triggerRunOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/triggerRunOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.js +9 -0
- package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaceOperations.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaceOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/workspaceOperations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/tracing.d.ts +2 -0
- package/dist/react-native/tracing.d.ts.map +1 -0
- package/dist/react-native/tracing.js +14 -0
- package/dist/react-native/tracing.js.map +1 -0
- package/package.json +87 -79
- package/dist/index.js.map +0 -1
- package/dist-esm/src/artifactsClient.js.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/bigDataPools.js.map +0 -1
- package/dist-esm/src/operations/dataFlowDebugSession.js.map +0 -1
- package/dist-esm/src/operations/dataFlowOperations.js.map +0 -1
- package/dist-esm/src/operations/datasetOperations.js.map +0 -1
- package/dist-esm/src/operations/index.js +0 -32
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/integrationRuntimes.js.map +0 -1
- package/dist-esm/src/operations/kqlScriptOperations.js.map +0 -1
- package/dist-esm/src/operations/kqlScripts.js.map +0 -1
- package/dist-esm/src/operations/library.js.map +0 -1
- package/dist-esm/src/operations/linkConnectionOperations.js.map +0 -1
- package/dist-esm/src/operations/linkedServiceOperations.js.map +0 -1
- package/dist-esm/src/operations/metastore.js.map +0 -1
- package/dist-esm/src/operations/notebookOperationResult.js.map +0 -1
- package/dist-esm/src/operations/notebookOperations.js.map +0 -1
- package/dist-esm/src/operations/pipelineOperations.js.map +0 -1
- package/dist-esm/src/operations/pipelineRunOperations.js.map +0 -1
- package/dist-esm/src/operations/runNotebook.js.map +0 -1
- package/dist-esm/src/operations/sparkConfigurationOperations.js.map +0 -1
- package/dist-esm/src/operations/sparkJobDefinitionOperations.js.map +0 -1
- package/dist-esm/src/operations/sqlPools.js.map +0 -1
- package/dist-esm/src/operations/sqlScriptOperations.js.map +0 -1
- package/dist-esm/src/operations/triggerOperations.js.map +0 -1
- package/dist-esm/src/operations/triggerRunOperations.js.map +0 -1
- package/dist-esm/src/operations/workspaceGitRepoManagement.js.map +0 -1
- package/dist-esm/src/operations/workspaceOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/bigDataPools.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataFlowOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/datasetOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -32
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/kqlScriptOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/kqlScripts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/library.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkConnectionOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkedServiceOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/metastore.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/notebookOperationResult.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/notebookOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/pipelineOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/pipelineRunOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/runNotebook.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sparkConfigurationOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sparkJobDefinitionOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlPools.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlScriptOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/triggerOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/triggerRunOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaceGitRepoManagement.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaceOperations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/bigDataPools.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataFlowDebugSession.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataFlowOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/datasetOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/integrationRuntimes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/kqlScriptOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/kqlScripts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/library.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkConnectionOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkedServiceOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/metastore.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/notebookOperationResult.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/notebookOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/pipelineOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/pipelineRunOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/runNotebook.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sparkConfigurationOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sparkJobDefinitionOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlPools.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlScriptOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/triggerOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/triggerRunOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaceGitRepoManagement.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaceOperations.js +0 -0
|
@@ -0,0 +1,1443 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.KnownHDInsightClusterAuthenticationType = exports.KnownAzureSqlMIAuthenticationType = exports.KnownAzureSqlDatabaseAuthenticationType = exports.KnownAmazonRdsForSqlServerAuthenticationType = exports.KnownSqlAlwaysEncryptedAkvAuthType = exports.KnownSqlServerAuthenticationType = exports.KnownAzureSqlDWAuthenticationType = exports.KnownAzureStorageAuthenticationType = exports.KnownValueType = exports.KnownCredentialReferenceType = exports.KnownSqlPoolReferenceType = exports.KnownSparkJobReferenceType = exports.KnownNotebookReferenceType = exports.KnownDataFlowReferenceType = exports.KnownDatasetReferenceType = exports.KnownPipelineReferenceType = exports.KnownExpressionType = exports.KnownTriggerRunStatus = exports.KnownEventSubscriptionStatus = exports.KnownTriggerRuntimeState = exports.KnownSqlConnectionType = exports.KnownSqlScriptType = exports.KnownCreateMode = exports.KnownLivyStates = exports.KnownSparkErrorSource = exports.KnownPluginCurrentState = exports.KnownSchedulerCurrentState = exports.KnownSparkBatchJobResultType = exports.KnownSparkJobType = exports.KnownRunQueryOrder = exports.KnownRunQueryOrderByField = exports.KnownRunQueryFilterOperator = exports.KnownRunQueryFilterOperand = exports.KnownVariableType = exports.KnownDependencyCondition = exports.KnownActivityOnInactiveMarkAs = exports.KnownActivityState = exports.KnownDataFlowDebugCommandType = exports.KnownIntegrationRuntimeReferenceType = exports.KnownParameterType = exports.KnownIntegrationRuntimeType = exports.KnownNodeSizeFamily = exports.KnownNodeSize = exports.KnownResourceStatus = exports.KnownRequestStatus = exports.KnownCellOutputType = exports.KnownSparkConfigurationReferenceType = exports.KnownBigDataPoolReferenceType = exports.KnownActionOnExistingTargetTable = exports.KnownType = void 0;
|
|
11
|
+
exports.KnownSsisLogLocationType = exports.KnownSsisPackageLocationType = exports.KnownHDInsightActivityDebugInfoOption = exports.KnownSalesforceSinkWriteBehavior = exports.KnownDynamicsSinkWriteBehavior = exports.KnownAzureSearchIndexWriteBehaviorType = exports.KnownPolybaseSettingsRejectType = exports.KnownSapCloudForCustomerSinkWriteBehavior = exports.KnownNotebookParameterType = exports.KnownStoredProcedureParameterType = exports.KnownNetezzaPartitionOption = exports.KnownAzurePostgreSqlWriteMethodEnum = exports.KnownCassandraSourceReadConsistencyLevels = exports.KnownTeradataPartitionOption = exports.KnownOraclePartitionOption = exports.KnownServiceNowV2AuthenticationType = exports.KnownWarehouseAuthenticationType = exports.KnownLakehouseAuthenticationType = exports.KnownSnowflakeAuthenticationType = exports.KnownGoogleAdWordsAuthenticationType = exports.KnownSparkAuthenticationType = exports.KnownSparkThriftTransportProtocol = exports.KnownSparkServerType = exports.KnownServiceNowAuthenticationType = exports.KnownPrestoAuthenticationType = exports.KnownPhoenixAuthenticationType = exports.KnownImpalaAuthenticationType = exports.KnownHiveAuthenticationType = exports.KnownHiveThriftTransportProtocol = exports.KnownHiveServerType = exports.KnownHBaseAuthenticationType = exports.KnownGreenplumAuthenticationType = exports.KnownGoogleBigQueryV2AuthenticationType = exports.KnownGoogleBigQueryAuthenticationType = exports.KnownSapHanaAuthenticationType = exports.KnownSftpAuthenticationType = exports.KnownFtpAuthenticationType = exports.KnownHttpAuthenticationType = exports.KnownZendeskAuthenticationType = exports.KnownTeamDeskAuthenticationType = exports.KnownRestServiceAuthenticationType = exports.KnownMongoDbAuthenticationType = exports.KnownWebAuthenticationType = exports.KnownODataAadServicePrincipalCredentialType = exports.KnownODataAuthenticationType = exports.KnownTeradataAuthenticationType = exports.KnownDb2AuthenticationType = exports.KnownSybaseAuthenticationType = exports.KnownAmazonRdsForOracleAuthenticationType = exports.KnownOracleAuthenticationType = void 0;
|
|
12
|
+
exports.KnownSapTablePartitionOption = exports.KnownSapHanaPartitionOption = exports.KnownSqlPartitionOption = exports.KnownScriptType = exports.KnownCopyBehaviorType = exports.KnownAmazonRdsForOraclePartitionOption = exports.KnownSalesforceSourceReadBehavior = exports.KnownJsonWriteFilePattern = exports.KnownHdiNodeTypes = exports.KnownDynamicsServicePrincipalCredentialType = exports.KnownDynamicsAuthenticationType = exports.KnownDynamicsDeploymentType = exports.KnownOrcCompressionCodec = exports.KnownCompressionCodec = exports.KnownParquetCompressionCodecEnum = exports.KnownAvroCompressionCodec = exports.KnownDatasetCompressionLevel = exports.KnownJsonFormatFilePattern = exports.KnownIntegrationRuntimeEdition = exports.KnownIntegrationRuntimeEntityReferenceType = exports.KnownIntegrationRuntimeLicenseType = exports.KnownIntegrationRuntimeSsisCatalogPricingTier = exports.KnownDataFlowComputeType = exports.KnownIntegrationRuntimeState = exports.KnownTriggerReferenceType = exports.KnownTumblingWindowFrequency = exports.KnownBlobEventType = exports.KnownRecurrenceFrequency = exports.KnownExpressionV2Type = exports.KnownSalesforceV2SinkWriteBehavior = exports.KnownConfigurationType = exports.KnownScriptActivityLogDestination = exports.KnownScriptActivityParameterDirection = exports.KnownScriptActivityParameterType = exports.KnownWebHookActivityMethod = exports.KnownAzureFunctionActivityMethod = exports.KnownWebActivityMethod = void 0;
|
|
13
|
+
/** Known values of {@link Type} that the service accepts. */
|
|
14
|
+
var KnownType;
|
|
15
|
+
(function (KnownType) {
|
|
16
|
+
/** LinkedServiceReference */
|
|
17
|
+
KnownType["LinkedServiceReference"] = "LinkedServiceReference";
|
|
18
|
+
})(KnownType || (exports.KnownType = KnownType = {}));
|
|
19
|
+
/** Known values of {@link ActionOnExistingTargetTable} that the service accepts. */
|
|
20
|
+
var KnownActionOnExistingTargetTable;
|
|
21
|
+
(function (KnownActionOnExistingTargetTable) {
|
|
22
|
+
/** Same existing tables on target database will be Failed. */
|
|
23
|
+
KnownActionOnExistingTargetTable["FailOnNonEmptyTable"] = "FailOnNonEmptyTable";
|
|
24
|
+
/** Same existing tables on target database will be dropped and recreated. */
|
|
25
|
+
KnownActionOnExistingTargetTable["DropAndRecreateTable"] = "DropAndRecreateTable";
|
|
26
|
+
/** Same existing tables on target database will be Merged together. */
|
|
27
|
+
KnownActionOnExistingTargetTable["MergeWithExistingData"] = "MergeWithExistingData";
|
|
28
|
+
})(KnownActionOnExistingTargetTable || (exports.KnownActionOnExistingTargetTable = KnownActionOnExistingTargetTable = {}));
|
|
29
|
+
/** Known values of {@link BigDataPoolReferenceType} that the service accepts. */
|
|
30
|
+
var KnownBigDataPoolReferenceType;
|
|
31
|
+
(function (KnownBigDataPoolReferenceType) {
|
|
32
|
+
/** BigDataPoolReference */
|
|
33
|
+
KnownBigDataPoolReferenceType["BigDataPoolReference"] = "BigDataPoolReference";
|
|
34
|
+
})(KnownBigDataPoolReferenceType || (exports.KnownBigDataPoolReferenceType = KnownBigDataPoolReferenceType = {}));
|
|
35
|
+
/** Known values of {@link SparkConfigurationReferenceType} that the service accepts. */
|
|
36
|
+
var KnownSparkConfigurationReferenceType;
|
|
37
|
+
(function (KnownSparkConfigurationReferenceType) {
|
|
38
|
+
/** SparkConfigurationReference */
|
|
39
|
+
KnownSparkConfigurationReferenceType["SparkConfigurationReference"] = "SparkConfigurationReference";
|
|
40
|
+
})(KnownSparkConfigurationReferenceType || (exports.KnownSparkConfigurationReferenceType = KnownSparkConfigurationReferenceType = {}));
|
|
41
|
+
/** Known values of {@link CellOutputType} that the service accepts. */
|
|
42
|
+
var KnownCellOutputType;
|
|
43
|
+
(function (KnownCellOutputType) {
|
|
44
|
+
/** ExecuteResult */
|
|
45
|
+
KnownCellOutputType["ExecuteResult"] = "execute_result";
|
|
46
|
+
/** DisplayData */
|
|
47
|
+
KnownCellOutputType["DisplayData"] = "display_data";
|
|
48
|
+
/** Stream */
|
|
49
|
+
KnownCellOutputType["Stream"] = "stream";
|
|
50
|
+
/** Error */
|
|
51
|
+
KnownCellOutputType["Error"] = "error";
|
|
52
|
+
})(KnownCellOutputType || (exports.KnownCellOutputType = KnownCellOutputType = {}));
|
|
53
|
+
/** Known values of {@link RequestStatus} that the service accepts. */
|
|
54
|
+
var KnownRequestStatus;
|
|
55
|
+
(function (KnownRequestStatus) {
|
|
56
|
+
/** Running */
|
|
57
|
+
KnownRequestStatus["Running"] = "Running";
|
|
58
|
+
/** Completed */
|
|
59
|
+
KnownRequestStatus["Completed"] = "Completed";
|
|
60
|
+
/** Failed */
|
|
61
|
+
KnownRequestStatus["Failed"] = "Failed";
|
|
62
|
+
})(KnownRequestStatus || (exports.KnownRequestStatus = KnownRequestStatus = {}));
|
|
63
|
+
/** Known values of {@link ResourceStatus} that the service accepts. */
|
|
64
|
+
var KnownResourceStatus;
|
|
65
|
+
(function (KnownResourceStatus) {
|
|
66
|
+
/** Creating */
|
|
67
|
+
KnownResourceStatus["Creating"] = "Creating";
|
|
68
|
+
/** Created */
|
|
69
|
+
KnownResourceStatus["Created"] = "Created";
|
|
70
|
+
/** Failed */
|
|
71
|
+
KnownResourceStatus["Failed"] = "Failed";
|
|
72
|
+
})(KnownResourceStatus || (exports.KnownResourceStatus = KnownResourceStatus = {}));
|
|
73
|
+
/** Known values of {@link NodeSize} that the service accepts. */
|
|
74
|
+
var KnownNodeSize;
|
|
75
|
+
(function (KnownNodeSize) {
|
|
76
|
+
/** None */
|
|
77
|
+
KnownNodeSize["None"] = "None";
|
|
78
|
+
/** Small */
|
|
79
|
+
KnownNodeSize["Small"] = "Small";
|
|
80
|
+
/** Medium */
|
|
81
|
+
KnownNodeSize["Medium"] = "Medium";
|
|
82
|
+
/** Large */
|
|
83
|
+
KnownNodeSize["Large"] = "Large";
|
|
84
|
+
/** XLarge */
|
|
85
|
+
KnownNodeSize["XLarge"] = "XLarge";
|
|
86
|
+
/** XXLarge */
|
|
87
|
+
KnownNodeSize["XXLarge"] = "XXLarge";
|
|
88
|
+
/** XXXLarge */
|
|
89
|
+
KnownNodeSize["XXXLarge"] = "XXXLarge";
|
|
90
|
+
})(KnownNodeSize || (exports.KnownNodeSize = KnownNodeSize = {}));
|
|
91
|
+
/** Known values of {@link NodeSizeFamily} that the service accepts. */
|
|
92
|
+
var KnownNodeSizeFamily;
|
|
93
|
+
(function (KnownNodeSizeFamily) {
|
|
94
|
+
/** None */
|
|
95
|
+
KnownNodeSizeFamily["None"] = "None";
|
|
96
|
+
/** MemoryOptimized */
|
|
97
|
+
KnownNodeSizeFamily["MemoryOptimized"] = "MemoryOptimized";
|
|
98
|
+
})(KnownNodeSizeFamily || (exports.KnownNodeSizeFamily = KnownNodeSizeFamily = {}));
|
|
99
|
+
/** Known values of {@link IntegrationRuntimeType} that the service accepts. */
|
|
100
|
+
var KnownIntegrationRuntimeType;
|
|
101
|
+
(function (KnownIntegrationRuntimeType) {
|
|
102
|
+
/** Managed */
|
|
103
|
+
KnownIntegrationRuntimeType["Managed"] = "Managed";
|
|
104
|
+
/** SelfHosted */
|
|
105
|
+
KnownIntegrationRuntimeType["SelfHosted"] = "SelfHosted";
|
|
106
|
+
})(KnownIntegrationRuntimeType || (exports.KnownIntegrationRuntimeType = KnownIntegrationRuntimeType = {}));
|
|
107
|
+
/** Known values of {@link ParameterType} that the service accepts. */
|
|
108
|
+
var KnownParameterType;
|
|
109
|
+
(function (KnownParameterType) {
|
|
110
|
+
/** Object */
|
|
111
|
+
KnownParameterType["Object"] = "Object";
|
|
112
|
+
/** String */
|
|
113
|
+
KnownParameterType["String"] = "String";
|
|
114
|
+
/** Int */
|
|
115
|
+
KnownParameterType["Int"] = "Int";
|
|
116
|
+
/** Float */
|
|
117
|
+
KnownParameterType["Float"] = "Float";
|
|
118
|
+
/** Bool */
|
|
119
|
+
KnownParameterType["Bool"] = "Bool";
|
|
120
|
+
/** Array */
|
|
121
|
+
KnownParameterType["Array"] = "Array";
|
|
122
|
+
/** SecureString */
|
|
123
|
+
KnownParameterType["SecureString"] = "SecureString";
|
|
124
|
+
})(KnownParameterType || (exports.KnownParameterType = KnownParameterType = {}));
|
|
125
|
+
/** Known values of {@link IntegrationRuntimeReferenceType} that the service accepts. */
|
|
126
|
+
var KnownIntegrationRuntimeReferenceType;
|
|
127
|
+
(function (KnownIntegrationRuntimeReferenceType) {
|
|
128
|
+
/** IntegrationRuntimeReference */
|
|
129
|
+
KnownIntegrationRuntimeReferenceType["IntegrationRuntimeReference"] = "IntegrationRuntimeReference";
|
|
130
|
+
})(KnownIntegrationRuntimeReferenceType || (exports.KnownIntegrationRuntimeReferenceType = KnownIntegrationRuntimeReferenceType = {}));
|
|
131
|
+
/** Known values of {@link DataFlowDebugCommandType} that the service accepts. */
|
|
132
|
+
var KnownDataFlowDebugCommandType;
|
|
133
|
+
(function (KnownDataFlowDebugCommandType) {
|
|
134
|
+
/** ExecutePreviewQuery */
|
|
135
|
+
KnownDataFlowDebugCommandType["ExecutePreviewQuery"] = "executePreviewQuery";
|
|
136
|
+
/** ExecuteStatisticsQuery */
|
|
137
|
+
KnownDataFlowDebugCommandType["ExecuteStatisticsQuery"] = "executeStatisticsQuery";
|
|
138
|
+
/** ExecuteExpressionQuery */
|
|
139
|
+
KnownDataFlowDebugCommandType["ExecuteExpressionQuery"] = "executeExpressionQuery";
|
|
140
|
+
})(KnownDataFlowDebugCommandType || (exports.KnownDataFlowDebugCommandType = KnownDataFlowDebugCommandType = {}));
|
|
141
|
+
/** Known values of {@link ActivityState} that the service accepts. */
|
|
142
|
+
var KnownActivityState;
|
|
143
|
+
(function (KnownActivityState) {
|
|
144
|
+
/** Active */
|
|
145
|
+
KnownActivityState["Active"] = "Active";
|
|
146
|
+
/** Inactive */
|
|
147
|
+
KnownActivityState["Inactive"] = "Inactive";
|
|
148
|
+
})(KnownActivityState || (exports.KnownActivityState = KnownActivityState = {}));
|
|
149
|
+
/** Known values of {@link ActivityOnInactiveMarkAs} that the service accepts. */
|
|
150
|
+
var KnownActivityOnInactiveMarkAs;
|
|
151
|
+
(function (KnownActivityOnInactiveMarkAs) {
|
|
152
|
+
/** Succeeded */
|
|
153
|
+
KnownActivityOnInactiveMarkAs["Succeeded"] = "Succeeded";
|
|
154
|
+
/** Failed */
|
|
155
|
+
KnownActivityOnInactiveMarkAs["Failed"] = "Failed";
|
|
156
|
+
/** Skipped */
|
|
157
|
+
KnownActivityOnInactiveMarkAs["Skipped"] = "Skipped";
|
|
158
|
+
})(KnownActivityOnInactiveMarkAs || (exports.KnownActivityOnInactiveMarkAs = KnownActivityOnInactiveMarkAs = {}));
|
|
159
|
+
/** Known values of {@link DependencyCondition} that the service accepts. */
|
|
160
|
+
var KnownDependencyCondition;
|
|
161
|
+
(function (KnownDependencyCondition) {
|
|
162
|
+
/** Succeeded */
|
|
163
|
+
KnownDependencyCondition["Succeeded"] = "Succeeded";
|
|
164
|
+
/** Failed */
|
|
165
|
+
KnownDependencyCondition["Failed"] = "Failed";
|
|
166
|
+
/** Skipped */
|
|
167
|
+
KnownDependencyCondition["Skipped"] = "Skipped";
|
|
168
|
+
/** Completed */
|
|
169
|
+
KnownDependencyCondition["Completed"] = "Completed";
|
|
170
|
+
})(KnownDependencyCondition || (exports.KnownDependencyCondition = KnownDependencyCondition = {}));
|
|
171
|
+
/** Known values of {@link VariableType} that the service accepts. */
|
|
172
|
+
var KnownVariableType;
|
|
173
|
+
(function (KnownVariableType) {
|
|
174
|
+
/** String */
|
|
175
|
+
KnownVariableType["String"] = "String";
|
|
176
|
+
/** Bool */
|
|
177
|
+
KnownVariableType["Bool"] = "Bool";
|
|
178
|
+
/** Boolean */
|
|
179
|
+
KnownVariableType["Boolean"] = "Boolean";
|
|
180
|
+
/** Array */
|
|
181
|
+
KnownVariableType["Array"] = "Array";
|
|
182
|
+
})(KnownVariableType || (exports.KnownVariableType = KnownVariableType = {}));
|
|
183
|
+
/** Known values of {@link RunQueryFilterOperand} that the service accepts. */
|
|
184
|
+
var KnownRunQueryFilterOperand;
|
|
185
|
+
(function (KnownRunQueryFilterOperand) {
|
|
186
|
+
/** PipelineName */
|
|
187
|
+
KnownRunQueryFilterOperand["PipelineName"] = "PipelineName";
|
|
188
|
+
/** Status */
|
|
189
|
+
KnownRunQueryFilterOperand["Status"] = "Status";
|
|
190
|
+
/** RunStart */
|
|
191
|
+
KnownRunQueryFilterOperand["RunStart"] = "RunStart";
|
|
192
|
+
/** RunEnd */
|
|
193
|
+
KnownRunQueryFilterOperand["RunEnd"] = "RunEnd";
|
|
194
|
+
/** ActivityName */
|
|
195
|
+
KnownRunQueryFilterOperand["ActivityName"] = "ActivityName";
|
|
196
|
+
/** ActivityRunStart */
|
|
197
|
+
KnownRunQueryFilterOperand["ActivityRunStart"] = "ActivityRunStart";
|
|
198
|
+
/** ActivityRunEnd */
|
|
199
|
+
KnownRunQueryFilterOperand["ActivityRunEnd"] = "ActivityRunEnd";
|
|
200
|
+
/** ActivityType */
|
|
201
|
+
KnownRunQueryFilterOperand["ActivityType"] = "ActivityType";
|
|
202
|
+
/** TriggerName */
|
|
203
|
+
KnownRunQueryFilterOperand["TriggerName"] = "TriggerName";
|
|
204
|
+
/** TriggerRunTimestamp */
|
|
205
|
+
KnownRunQueryFilterOperand["TriggerRunTimestamp"] = "TriggerRunTimestamp";
|
|
206
|
+
/** RunGroupId */
|
|
207
|
+
KnownRunQueryFilterOperand["RunGroupId"] = "RunGroupId";
|
|
208
|
+
/** LatestOnly */
|
|
209
|
+
KnownRunQueryFilterOperand["LatestOnly"] = "LatestOnly";
|
|
210
|
+
})(KnownRunQueryFilterOperand || (exports.KnownRunQueryFilterOperand = KnownRunQueryFilterOperand = {}));
|
|
211
|
+
/** Known values of {@link RunQueryFilterOperator} that the service accepts. */
|
|
212
|
+
var KnownRunQueryFilterOperator;
|
|
213
|
+
(function (KnownRunQueryFilterOperator) {
|
|
214
|
+
/** Equals */
|
|
215
|
+
KnownRunQueryFilterOperator["Equals"] = "Equals";
|
|
216
|
+
/** NotEquals */
|
|
217
|
+
KnownRunQueryFilterOperator["NotEquals"] = "NotEquals";
|
|
218
|
+
/** In */
|
|
219
|
+
KnownRunQueryFilterOperator["In"] = "In";
|
|
220
|
+
/** NotIn */
|
|
221
|
+
KnownRunQueryFilterOperator["NotIn"] = "NotIn";
|
|
222
|
+
})(KnownRunQueryFilterOperator || (exports.KnownRunQueryFilterOperator = KnownRunQueryFilterOperator = {}));
|
|
223
|
+
/** Known values of {@link RunQueryOrderByField} that the service accepts. */
|
|
224
|
+
var KnownRunQueryOrderByField;
|
|
225
|
+
(function (KnownRunQueryOrderByField) {
|
|
226
|
+
/** RunStart */
|
|
227
|
+
KnownRunQueryOrderByField["RunStart"] = "RunStart";
|
|
228
|
+
/** RunEnd */
|
|
229
|
+
KnownRunQueryOrderByField["RunEnd"] = "RunEnd";
|
|
230
|
+
/** PipelineName */
|
|
231
|
+
KnownRunQueryOrderByField["PipelineName"] = "PipelineName";
|
|
232
|
+
/** Status */
|
|
233
|
+
KnownRunQueryOrderByField["Status"] = "Status";
|
|
234
|
+
/** ActivityName */
|
|
235
|
+
KnownRunQueryOrderByField["ActivityName"] = "ActivityName";
|
|
236
|
+
/** ActivityRunStart */
|
|
237
|
+
KnownRunQueryOrderByField["ActivityRunStart"] = "ActivityRunStart";
|
|
238
|
+
/** ActivityRunEnd */
|
|
239
|
+
KnownRunQueryOrderByField["ActivityRunEnd"] = "ActivityRunEnd";
|
|
240
|
+
/** TriggerName */
|
|
241
|
+
KnownRunQueryOrderByField["TriggerName"] = "TriggerName";
|
|
242
|
+
/** TriggerRunTimestamp */
|
|
243
|
+
KnownRunQueryOrderByField["TriggerRunTimestamp"] = "TriggerRunTimestamp";
|
|
244
|
+
})(KnownRunQueryOrderByField || (exports.KnownRunQueryOrderByField = KnownRunQueryOrderByField = {}));
|
|
245
|
+
/** Known values of {@link RunQueryOrder} that the service accepts. */
|
|
246
|
+
var KnownRunQueryOrder;
|
|
247
|
+
(function (KnownRunQueryOrder) {
|
|
248
|
+
/** ASC */
|
|
249
|
+
KnownRunQueryOrder["ASC"] = "ASC";
|
|
250
|
+
/** Desc */
|
|
251
|
+
KnownRunQueryOrder["Desc"] = "DESC";
|
|
252
|
+
})(KnownRunQueryOrder || (exports.KnownRunQueryOrder = KnownRunQueryOrder = {}));
|
|
253
|
+
/** Known values of {@link SparkJobType} that the service accepts. */
|
|
254
|
+
var KnownSparkJobType;
|
|
255
|
+
(function (KnownSparkJobType) {
|
|
256
|
+
/** SparkBatch */
|
|
257
|
+
KnownSparkJobType["SparkBatch"] = "SparkBatch";
|
|
258
|
+
/** SparkSession */
|
|
259
|
+
KnownSparkJobType["SparkSession"] = "SparkSession";
|
|
260
|
+
})(KnownSparkJobType || (exports.KnownSparkJobType = KnownSparkJobType = {}));
|
|
261
|
+
/** Known values of {@link SparkBatchJobResultType} that the service accepts. */
|
|
262
|
+
var KnownSparkBatchJobResultType;
|
|
263
|
+
(function (KnownSparkBatchJobResultType) {
|
|
264
|
+
/** Uncertain */
|
|
265
|
+
KnownSparkBatchJobResultType["Uncertain"] = "Uncertain";
|
|
266
|
+
/** Succeeded */
|
|
267
|
+
KnownSparkBatchJobResultType["Succeeded"] = "Succeeded";
|
|
268
|
+
/** Failed */
|
|
269
|
+
KnownSparkBatchJobResultType["Failed"] = "Failed";
|
|
270
|
+
/** Cancelled */
|
|
271
|
+
KnownSparkBatchJobResultType["Cancelled"] = "Cancelled";
|
|
272
|
+
})(KnownSparkBatchJobResultType || (exports.KnownSparkBatchJobResultType = KnownSparkBatchJobResultType = {}));
|
|
273
|
+
/** Known values of {@link SchedulerCurrentState} that the service accepts. */
|
|
274
|
+
var KnownSchedulerCurrentState;
|
|
275
|
+
(function (KnownSchedulerCurrentState) {
|
|
276
|
+
/** Queued */
|
|
277
|
+
KnownSchedulerCurrentState["Queued"] = "Queued";
|
|
278
|
+
/** Scheduled */
|
|
279
|
+
KnownSchedulerCurrentState["Scheduled"] = "Scheduled";
|
|
280
|
+
/** Ended */
|
|
281
|
+
KnownSchedulerCurrentState["Ended"] = "Ended";
|
|
282
|
+
})(KnownSchedulerCurrentState || (exports.KnownSchedulerCurrentState = KnownSchedulerCurrentState = {}));
|
|
283
|
+
/** Known values of {@link PluginCurrentState} that the service accepts. */
|
|
284
|
+
var KnownPluginCurrentState;
|
|
285
|
+
(function (KnownPluginCurrentState) {
|
|
286
|
+
/** Preparation */
|
|
287
|
+
KnownPluginCurrentState["Preparation"] = "Preparation";
|
|
288
|
+
/** ResourceAcquisition */
|
|
289
|
+
KnownPluginCurrentState["ResourceAcquisition"] = "ResourceAcquisition";
|
|
290
|
+
/** Queued */
|
|
291
|
+
KnownPluginCurrentState["Queued"] = "Queued";
|
|
292
|
+
/** Submission */
|
|
293
|
+
KnownPluginCurrentState["Submission"] = "Submission";
|
|
294
|
+
/** Monitoring */
|
|
295
|
+
KnownPluginCurrentState["Monitoring"] = "Monitoring";
|
|
296
|
+
/** Cleanup */
|
|
297
|
+
KnownPluginCurrentState["Cleanup"] = "Cleanup";
|
|
298
|
+
/** Ended */
|
|
299
|
+
KnownPluginCurrentState["Ended"] = "Ended";
|
|
300
|
+
})(KnownPluginCurrentState || (exports.KnownPluginCurrentState = KnownPluginCurrentState = {}));
|
|
301
|
+
/** Known values of {@link SparkErrorSource} that the service accepts. */
|
|
302
|
+
var KnownSparkErrorSource;
|
|
303
|
+
(function (KnownSparkErrorSource) {
|
|
304
|
+
/** System */
|
|
305
|
+
KnownSparkErrorSource["System"] = "System";
|
|
306
|
+
/** User */
|
|
307
|
+
KnownSparkErrorSource["User"] = "User";
|
|
308
|
+
/** Unknown */
|
|
309
|
+
KnownSparkErrorSource["Unknown"] = "Unknown";
|
|
310
|
+
/** Dependency */
|
|
311
|
+
KnownSparkErrorSource["Dependency"] = "Dependency";
|
|
312
|
+
})(KnownSparkErrorSource || (exports.KnownSparkErrorSource = KnownSparkErrorSource = {}));
|
|
313
|
+
/** Known values of {@link LivyStates} that the service accepts. */
|
|
314
|
+
var KnownLivyStates;
|
|
315
|
+
(function (KnownLivyStates) {
|
|
316
|
+
/** NotStarted */
|
|
317
|
+
KnownLivyStates["NotStarted"] = "not_started";
|
|
318
|
+
/** Starting */
|
|
319
|
+
KnownLivyStates["Starting"] = "starting";
|
|
320
|
+
/** Idle */
|
|
321
|
+
KnownLivyStates["Idle"] = "idle";
|
|
322
|
+
/** Busy */
|
|
323
|
+
KnownLivyStates["Busy"] = "busy";
|
|
324
|
+
/** ShuttingDown */
|
|
325
|
+
KnownLivyStates["ShuttingDown"] = "shutting_down";
|
|
326
|
+
/** Error */
|
|
327
|
+
KnownLivyStates["Error"] = "error";
|
|
328
|
+
/** Dead */
|
|
329
|
+
KnownLivyStates["Dead"] = "dead";
|
|
330
|
+
/** Killed */
|
|
331
|
+
KnownLivyStates["Killed"] = "killed";
|
|
332
|
+
/** Success */
|
|
333
|
+
KnownLivyStates["Success"] = "success";
|
|
334
|
+
/** Running */
|
|
335
|
+
KnownLivyStates["Running"] = "running";
|
|
336
|
+
/** Recovering */
|
|
337
|
+
KnownLivyStates["Recovering"] = "recovering";
|
|
338
|
+
})(KnownLivyStates || (exports.KnownLivyStates = KnownLivyStates = {}));
|
|
339
|
+
/** Known values of {@link CreateMode} that the service accepts. */
|
|
340
|
+
var KnownCreateMode;
|
|
341
|
+
(function (KnownCreateMode) {
|
|
342
|
+
/** Default */
|
|
343
|
+
KnownCreateMode["Default"] = "Default";
|
|
344
|
+
/** PointInTimeRestore */
|
|
345
|
+
KnownCreateMode["PointInTimeRestore"] = "PointInTimeRestore";
|
|
346
|
+
/** Recovery */
|
|
347
|
+
KnownCreateMode["Recovery"] = "Recovery";
|
|
348
|
+
/** Restore */
|
|
349
|
+
KnownCreateMode["Restore"] = "Restore";
|
|
350
|
+
})(KnownCreateMode || (exports.KnownCreateMode = KnownCreateMode = {}));
|
|
351
|
+
/** Known values of {@link SqlScriptType} that the service accepts. */
|
|
352
|
+
var KnownSqlScriptType;
|
|
353
|
+
(function (KnownSqlScriptType) {
|
|
354
|
+
/** SqlQuery */
|
|
355
|
+
KnownSqlScriptType["SqlQuery"] = "SqlQuery";
|
|
356
|
+
})(KnownSqlScriptType || (exports.KnownSqlScriptType = KnownSqlScriptType = {}));
|
|
357
|
+
/** Known values of {@link SqlConnectionType} that the service accepts. */
|
|
358
|
+
var KnownSqlConnectionType;
|
|
359
|
+
(function (KnownSqlConnectionType) {
|
|
360
|
+
/** SqlOnDemand */
|
|
361
|
+
KnownSqlConnectionType["SqlOnDemand"] = "SqlOnDemand";
|
|
362
|
+
/** SqlPool */
|
|
363
|
+
KnownSqlConnectionType["SqlPool"] = "SqlPool";
|
|
364
|
+
})(KnownSqlConnectionType || (exports.KnownSqlConnectionType = KnownSqlConnectionType = {}));
|
|
365
|
+
/** Known values of {@link TriggerRuntimeState} that the service accepts. */
|
|
366
|
+
var KnownTriggerRuntimeState;
|
|
367
|
+
(function (KnownTriggerRuntimeState) {
|
|
368
|
+
/** Started */
|
|
369
|
+
KnownTriggerRuntimeState["Started"] = "Started";
|
|
370
|
+
/** Stopped */
|
|
371
|
+
KnownTriggerRuntimeState["Stopped"] = "Stopped";
|
|
372
|
+
/** Disabled */
|
|
373
|
+
KnownTriggerRuntimeState["Disabled"] = "Disabled";
|
|
374
|
+
})(KnownTriggerRuntimeState || (exports.KnownTriggerRuntimeState = KnownTriggerRuntimeState = {}));
|
|
375
|
+
/** Known values of {@link EventSubscriptionStatus} that the service accepts. */
|
|
376
|
+
var KnownEventSubscriptionStatus;
|
|
377
|
+
(function (KnownEventSubscriptionStatus) {
|
|
378
|
+
/** Enabled */
|
|
379
|
+
KnownEventSubscriptionStatus["Enabled"] = "Enabled";
|
|
380
|
+
/** Provisioning */
|
|
381
|
+
KnownEventSubscriptionStatus["Provisioning"] = "Provisioning";
|
|
382
|
+
/** Deprovisioning */
|
|
383
|
+
KnownEventSubscriptionStatus["Deprovisioning"] = "Deprovisioning";
|
|
384
|
+
/** Disabled */
|
|
385
|
+
KnownEventSubscriptionStatus["Disabled"] = "Disabled";
|
|
386
|
+
/** Unknown */
|
|
387
|
+
KnownEventSubscriptionStatus["Unknown"] = "Unknown";
|
|
388
|
+
})(KnownEventSubscriptionStatus || (exports.KnownEventSubscriptionStatus = KnownEventSubscriptionStatus = {}));
|
|
389
|
+
/** Known values of {@link TriggerRunStatus} that the service accepts. */
|
|
390
|
+
var KnownTriggerRunStatus;
|
|
391
|
+
(function (KnownTriggerRunStatus) {
|
|
392
|
+
/** Succeeded */
|
|
393
|
+
KnownTriggerRunStatus["Succeeded"] = "Succeeded";
|
|
394
|
+
/** Failed */
|
|
395
|
+
KnownTriggerRunStatus["Failed"] = "Failed";
|
|
396
|
+
/** Inprogress */
|
|
397
|
+
KnownTriggerRunStatus["Inprogress"] = "Inprogress";
|
|
398
|
+
})(KnownTriggerRunStatus || (exports.KnownTriggerRunStatus = KnownTriggerRunStatus = {}));
|
|
399
|
+
/** Known values of {@link ExpressionType} that the service accepts. */
|
|
400
|
+
var KnownExpressionType;
|
|
401
|
+
(function (KnownExpressionType) {
|
|
402
|
+
/** Expression */
|
|
403
|
+
KnownExpressionType["Expression"] = "Expression";
|
|
404
|
+
})(KnownExpressionType || (exports.KnownExpressionType = KnownExpressionType = {}));
|
|
405
|
+
/** Known values of {@link PipelineReferenceType} that the service accepts. */
|
|
406
|
+
var KnownPipelineReferenceType;
|
|
407
|
+
(function (KnownPipelineReferenceType) {
|
|
408
|
+
/** PipelineReference */
|
|
409
|
+
KnownPipelineReferenceType["PipelineReference"] = "PipelineReference";
|
|
410
|
+
})(KnownPipelineReferenceType || (exports.KnownPipelineReferenceType = KnownPipelineReferenceType = {}));
|
|
411
|
+
/** Known values of {@link DatasetReferenceType} that the service accepts. */
|
|
412
|
+
var KnownDatasetReferenceType;
|
|
413
|
+
(function (KnownDatasetReferenceType) {
|
|
414
|
+
/** DatasetReference */
|
|
415
|
+
KnownDatasetReferenceType["DatasetReference"] = "DatasetReference";
|
|
416
|
+
})(KnownDatasetReferenceType || (exports.KnownDatasetReferenceType = KnownDatasetReferenceType = {}));
|
|
417
|
+
/** Known values of {@link DataFlowReferenceType} that the service accepts. */
|
|
418
|
+
var KnownDataFlowReferenceType;
|
|
419
|
+
(function (KnownDataFlowReferenceType) {
|
|
420
|
+
/** DataFlowReference */
|
|
421
|
+
KnownDataFlowReferenceType["DataFlowReference"] = "DataFlowReference";
|
|
422
|
+
})(KnownDataFlowReferenceType || (exports.KnownDataFlowReferenceType = KnownDataFlowReferenceType = {}));
|
|
423
|
+
/** Known values of {@link NotebookReferenceType} that the service accepts. */
|
|
424
|
+
var KnownNotebookReferenceType;
|
|
425
|
+
(function (KnownNotebookReferenceType) {
|
|
426
|
+
/** NotebookReference */
|
|
427
|
+
KnownNotebookReferenceType["NotebookReference"] = "NotebookReference";
|
|
428
|
+
})(KnownNotebookReferenceType || (exports.KnownNotebookReferenceType = KnownNotebookReferenceType = {}));
|
|
429
|
+
/** Known values of {@link SparkJobReferenceType} that the service accepts. */
|
|
430
|
+
var KnownSparkJobReferenceType;
|
|
431
|
+
(function (KnownSparkJobReferenceType) {
|
|
432
|
+
/** SparkJobDefinitionReference */
|
|
433
|
+
KnownSparkJobReferenceType["SparkJobDefinitionReference"] = "SparkJobDefinitionReference";
|
|
434
|
+
})(KnownSparkJobReferenceType || (exports.KnownSparkJobReferenceType = KnownSparkJobReferenceType = {}));
|
|
435
|
+
/** Known values of {@link SqlPoolReferenceType} that the service accepts. */
|
|
436
|
+
var KnownSqlPoolReferenceType;
|
|
437
|
+
(function (KnownSqlPoolReferenceType) {
|
|
438
|
+
/** SqlPoolReference */
|
|
439
|
+
KnownSqlPoolReferenceType["SqlPoolReference"] = "SqlPoolReference";
|
|
440
|
+
})(KnownSqlPoolReferenceType || (exports.KnownSqlPoolReferenceType = KnownSqlPoolReferenceType = {}));
|
|
441
|
+
/** Known values of {@link CredentialReferenceType} that the service accepts. */
|
|
442
|
+
var KnownCredentialReferenceType;
|
|
443
|
+
(function (KnownCredentialReferenceType) {
|
|
444
|
+
/** CredentialReference */
|
|
445
|
+
KnownCredentialReferenceType["CredentialReference"] = "CredentialReference";
|
|
446
|
+
})(KnownCredentialReferenceType || (exports.KnownCredentialReferenceType = KnownCredentialReferenceType = {}));
|
|
447
|
+
/** Known values of {@link ValueType} that the service accepts. */
|
|
448
|
+
var KnownValueType;
|
|
449
|
+
(function (KnownValueType) {
|
|
450
|
+
/** Actual */
|
|
451
|
+
KnownValueType["Actual"] = "actual";
|
|
452
|
+
/** Display */
|
|
453
|
+
KnownValueType["Display"] = "display";
|
|
454
|
+
})(KnownValueType || (exports.KnownValueType = KnownValueType = {}));
|
|
455
|
+
/** Known values of {@link AzureStorageAuthenticationType} that the service accepts. */
|
|
456
|
+
var KnownAzureStorageAuthenticationType;
|
|
457
|
+
(function (KnownAzureStorageAuthenticationType) {
|
|
458
|
+
/** Anonymous */
|
|
459
|
+
KnownAzureStorageAuthenticationType["Anonymous"] = "Anonymous";
|
|
460
|
+
/** AccountKey */
|
|
461
|
+
KnownAzureStorageAuthenticationType["AccountKey"] = "AccountKey";
|
|
462
|
+
/** SasUri */
|
|
463
|
+
KnownAzureStorageAuthenticationType["SasUri"] = "SasUri";
|
|
464
|
+
/** ServicePrincipal */
|
|
465
|
+
KnownAzureStorageAuthenticationType["ServicePrincipal"] = "ServicePrincipal";
|
|
466
|
+
/** Msi */
|
|
467
|
+
KnownAzureStorageAuthenticationType["Msi"] = "Msi";
|
|
468
|
+
})(KnownAzureStorageAuthenticationType || (exports.KnownAzureStorageAuthenticationType = KnownAzureStorageAuthenticationType = {}));
|
|
469
|
+
/** Known values of {@link AzureSqlDWAuthenticationType} that the service accepts. */
|
|
470
|
+
var KnownAzureSqlDWAuthenticationType;
|
|
471
|
+
(function (KnownAzureSqlDWAuthenticationType) {
|
|
472
|
+
/** SQL */
|
|
473
|
+
KnownAzureSqlDWAuthenticationType["SQL"] = "SQL";
|
|
474
|
+
/** ServicePrincipal */
|
|
475
|
+
KnownAzureSqlDWAuthenticationType["ServicePrincipal"] = "ServicePrincipal";
|
|
476
|
+
/** SystemAssignedManagedIdentity */
|
|
477
|
+
KnownAzureSqlDWAuthenticationType["SystemAssignedManagedIdentity"] = "SystemAssignedManagedIdentity";
|
|
478
|
+
/** UserAssignedManagedIdentity */
|
|
479
|
+
KnownAzureSqlDWAuthenticationType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
|
|
480
|
+
})(KnownAzureSqlDWAuthenticationType || (exports.KnownAzureSqlDWAuthenticationType = KnownAzureSqlDWAuthenticationType = {}));
|
|
481
|
+
/** Known values of {@link SqlServerAuthenticationType} that the service accepts. */
|
|
482
|
+
var KnownSqlServerAuthenticationType;
|
|
483
|
+
(function (KnownSqlServerAuthenticationType) {
|
|
484
|
+
/** SQL */
|
|
485
|
+
KnownSqlServerAuthenticationType["SQL"] = "SQL";
|
|
486
|
+
/** Windows */
|
|
487
|
+
KnownSqlServerAuthenticationType["Windows"] = "Windows";
|
|
488
|
+
/** UserAssignedManagedIdentity */
|
|
489
|
+
KnownSqlServerAuthenticationType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
|
|
490
|
+
})(KnownSqlServerAuthenticationType || (exports.KnownSqlServerAuthenticationType = KnownSqlServerAuthenticationType = {}));
|
|
491
|
+
/** Known values of {@link SqlAlwaysEncryptedAkvAuthType} that the service accepts. */
|
|
492
|
+
var KnownSqlAlwaysEncryptedAkvAuthType;
|
|
493
|
+
(function (KnownSqlAlwaysEncryptedAkvAuthType) {
|
|
494
|
+
/** ServicePrincipal */
|
|
495
|
+
KnownSqlAlwaysEncryptedAkvAuthType["ServicePrincipal"] = "ServicePrincipal";
|
|
496
|
+
/** ManagedIdentity */
|
|
497
|
+
KnownSqlAlwaysEncryptedAkvAuthType["ManagedIdentity"] = "ManagedIdentity";
|
|
498
|
+
/** UserAssignedManagedIdentity */
|
|
499
|
+
KnownSqlAlwaysEncryptedAkvAuthType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
|
|
500
|
+
})(KnownSqlAlwaysEncryptedAkvAuthType || (exports.KnownSqlAlwaysEncryptedAkvAuthType = KnownSqlAlwaysEncryptedAkvAuthType = {}));
|
|
501
|
+
/** Known values of {@link AmazonRdsForSqlServerAuthenticationType} that the service accepts. */
|
|
502
|
+
var KnownAmazonRdsForSqlServerAuthenticationType;
|
|
503
|
+
(function (KnownAmazonRdsForSqlServerAuthenticationType) {
|
|
504
|
+
/** SQL */
|
|
505
|
+
KnownAmazonRdsForSqlServerAuthenticationType["SQL"] = "SQL";
|
|
506
|
+
/** Windows */
|
|
507
|
+
KnownAmazonRdsForSqlServerAuthenticationType["Windows"] = "Windows";
|
|
508
|
+
})(KnownAmazonRdsForSqlServerAuthenticationType || (exports.KnownAmazonRdsForSqlServerAuthenticationType = KnownAmazonRdsForSqlServerAuthenticationType = {}));
|
|
509
|
+
/** Known values of {@link AzureSqlDatabaseAuthenticationType} that the service accepts. */
|
|
510
|
+
var KnownAzureSqlDatabaseAuthenticationType;
|
|
511
|
+
(function (KnownAzureSqlDatabaseAuthenticationType) {
|
|
512
|
+
/** SQL */
|
|
513
|
+
KnownAzureSqlDatabaseAuthenticationType["SQL"] = "SQL";
|
|
514
|
+
/** ServicePrincipal */
|
|
515
|
+
KnownAzureSqlDatabaseAuthenticationType["ServicePrincipal"] = "ServicePrincipal";
|
|
516
|
+
/** SystemAssignedManagedIdentity */
|
|
517
|
+
KnownAzureSqlDatabaseAuthenticationType["SystemAssignedManagedIdentity"] = "SystemAssignedManagedIdentity";
|
|
518
|
+
/** UserAssignedManagedIdentity */
|
|
519
|
+
KnownAzureSqlDatabaseAuthenticationType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
|
|
520
|
+
})(KnownAzureSqlDatabaseAuthenticationType || (exports.KnownAzureSqlDatabaseAuthenticationType = KnownAzureSqlDatabaseAuthenticationType = {}));
|
|
521
|
+
/** Known values of {@link AzureSqlMIAuthenticationType} that the service accepts. */
|
|
522
|
+
var KnownAzureSqlMIAuthenticationType;
|
|
523
|
+
(function (KnownAzureSqlMIAuthenticationType) {
|
|
524
|
+
/** SQL */
|
|
525
|
+
KnownAzureSqlMIAuthenticationType["SQL"] = "SQL";
|
|
526
|
+
/** ServicePrincipal */
|
|
527
|
+
KnownAzureSqlMIAuthenticationType["ServicePrincipal"] = "ServicePrincipal";
|
|
528
|
+
/** SystemAssignedManagedIdentity */
|
|
529
|
+
KnownAzureSqlMIAuthenticationType["SystemAssignedManagedIdentity"] = "SystemAssignedManagedIdentity";
|
|
530
|
+
/** UserAssignedManagedIdentity */
|
|
531
|
+
KnownAzureSqlMIAuthenticationType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
|
|
532
|
+
})(KnownAzureSqlMIAuthenticationType || (exports.KnownAzureSqlMIAuthenticationType = KnownAzureSqlMIAuthenticationType = {}));
|
|
533
|
+
/** Known values of {@link HDInsightClusterAuthenticationType} that the service accepts. */
|
|
534
|
+
var KnownHDInsightClusterAuthenticationType;
|
|
535
|
+
(function (KnownHDInsightClusterAuthenticationType) {
|
|
536
|
+
/** BasicAuth */
|
|
537
|
+
KnownHDInsightClusterAuthenticationType["BasicAuth"] = "BasicAuth";
|
|
538
|
+
/** SystemAssignedManagedIdentity */
|
|
539
|
+
KnownHDInsightClusterAuthenticationType["SystemAssignedManagedIdentity"] = "SystemAssignedManagedIdentity";
|
|
540
|
+
/** UserAssignedManagedIdentity */
|
|
541
|
+
KnownHDInsightClusterAuthenticationType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
|
|
542
|
+
})(KnownHDInsightClusterAuthenticationType || (exports.KnownHDInsightClusterAuthenticationType = KnownHDInsightClusterAuthenticationType = {}));
|
|
543
|
+
/** Known values of {@link OracleAuthenticationType} that the service accepts. */
|
|
544
|
+
var KnownOracleAuthenticationType;
|
|
545
|
+
(function (KnownOracleAuthenticationType) {
|
|
546
|
+
/** Basic */
|
|
547
|
+
KnownOracleAuthenticationType["Basic"] = "Basic";
|
|
548
|
+
})(KnownOracleAuthenticationType || (exports.KnownOracleAuthenticationType = KnownOracleAuthenticationType = {}));
|
|
549
|
+
/** Known values of {@link AmazonRdsForOracleAuthenticationType} that the service accepts. */
|
|
550
|
+
var KnownAmazonRdsForOracleAuthenticationType;
|
|
551
|
+
(function (KnownAmazonRdsForOracleAuthenticationType) {
|
|
552
|
+
/** Basic */
|
|
553
|
+
KnownAmazonRdsForOracleAuthenticationType["Basic"] = "Basic";
|
|
554
|
+
})(KnownAmazonRdsForOracleAuthenticationType || (exports.KnownAmazonRdsForOracleAuthenticationType = KnownAmazonRdsForOracleAuthenticationType = {}));
|
|
555
|
+
/** Known values of {@link SybaseAuthenticationType} that the service accepts. */
|
|
556
|
+
var KnownSybaseAuthenticationType;
|
|
557
|
+
(function (KnownSybaseAuthenticationType) {
|
|
558
|
+
/** Basic */
|
|
559
|
+
KnownSybaseAuthenticationType["Basic"] = "Basic";
|
|
560
|
+
/** Windows */
|
|
561
|
+
KnownSybaseAuthenticationType["Windows"] = "Windows";
|
|
562
|
+
})(KnownSybaseAuthenticationType || (exports.KnownSybaseAuthenticationType = KnownSybaseAuthenticationType = {}));
|
|
563
|
+
/** Known values of {@link Db2AuthenticationType} that the service accepts. */
|
|
564
|
+
var KnownDb2AuthenticationType;
|
|
565
|
+
(function (KnownDb2AuthenticationType) {
|
|
566
|
+
/** Basic */
|
|
567
|
+
KnownDb2AuthenticationType["Basic"] = "Basic";
|
|
568
|
+
})(KnownDb2AuthenticationType || (exports.KnownDb2AuthenticationType = KnownDb2AuthenticationType = {}));
|
|
569
|
+
/** Known values of {@link TeradataAuthenticationType} that the service accepts. */
|
|
570
|
+
var KnownTeradataAuthenticationType;
|
|
571
|
+
(function (KnownTeradataAuthenticationType) {
|
|
572
|
+
/** Basic */
|
|
573
|
+
KnownTeradataAuthenticationType["Basic"] = "Basic";
|
|
574
|
+
/** Windows */
|
|
575
|
+
KnownTeradataAuthenticationType["Windows"] = "Windows";
|
|
576
|
+
})(KnownTeradataAuthenticationType || (exports.KnownTeradataAuthenticationType = KnownTeradataAuthenticationType = {}));
|
|
577
|
+
/** Known values of {@link ODataAuthenticationType} that the service accepts. */
|
|
578
|
+
var KnownODataAuthenticationType;
|
|
579
|
+
(function (KnownODataAuthenticationType) {
|
|
580
|
+
/** Basic */
|
|
581
|
+
KnownODataAuthenticationType["Basic"] = "Basic";
|
|
582
|
+
/** Anonymous */
|
|
583
|
+
KnownODataAuthenticationType["Anonymous"] = "Anonymous";
|
|
584
|
+
/** Windows */
|
|
585
|
+
KnownODataAuthenticationType["Windows"] = "Windows";
|
|
586
|
+
/** AadServicePrincipal */
|
|
587
|
+
KnownODataAuthenticationType["AadServicePrincipal"] = "AadServicePrincipal";
|
|
588
|
+
/** ManagedServiceIdentity */
|
|
589
|
+
KnownODataAuthenticationType["ManagedServiceIdentity"] = "ManagedServiceIdentity";
|
|
590
|
+
})(KnownODataAuthenticationType || (exports.KnownODataAuthenticationType = KnownODataAuthenticationType = {}));
|
|
591
|
+
/** Known values of {@link ODataAadServicePrincipalCredentialType} that the service accepts. */
|
|
592
|
+
var KnownODataAadServicePrincipalCredentialType;
|
|
593
|
+
(function (KnownODataAadServicePrincipalCredentialType) {
|
|
594
|
+
/** ServicePrincipalKey */
|
|
595
|
+
KnownODataAadServicePrincipalCredentialType["ServicePrincipalKey"] = "ServicePrincipalKey";
|
|
596
|
+
/** ServicePrincipalCert */
|
|
597
|
+
KnownODataAadServicePrincipalCredentialType["ServicePrincipalCert"] = "ServicePrincipalCert";
|
|
598
|
+
})(KnownODataAadServicePrincipalCredentialType || (exports.KnownODataAadServicePrincipalCredentialType = KnownODataAadServicePrincipalCredentialType = {}));
|
|
599
|
+
/** Known values of {@link WebAuthenticationType} that the service accepts. */
|
|
600
|
+
var KnownWebAuthenticationType;
|
|
601
|
+
(function (KnownWebAuthenticationType) {
|
|
602
|
+
/** Basic */
|
|
603
|
+
KnownWebAuthenticationType["Basic"] = "Basic";
|
|
604
|
+
/** Anonymous */
|
|
605
|
+
KnownWebAuthenticationType["Anonymous"] = "Anonymous";
|
|
606
|
+
/** ClientCertificate */
|
|
607
|
+
KnownWebAuthenticationType["ClientCertificate"] = "ClientCertificate";
|
|
608
|
+
})(KnownWebAuthenticationType || (exports.KnownWebAuthenticationType = KnownWebAuthenticationType = {}));
|
|
609
|
+
/** Known values of {@link MongoDbAuthenticationType} that the service accepts. */
|
|
610
|
+
var KnownMongoDbAuthenticationType;
|
|
611
|
+
(function (KnownMongoDbAuthenticationType) {
|
|
612
|
+
/** Basic */
|
|
613
|
+
KnownMongoDbAuthenticationType["Basic"] = "Basic";
|
|
614
|
+
/** Anonymous */
|
|
615
|
+
KnownMongoDbAuthenticationType["Anonymous"] = "Anonymous";
|
|
616
|
+
})(KnownMongoDbAuthenticationType || (exports.KnownMongoDbAuthenticationType = KnownMongoDbAuthenticationType = {}));
|
|
617
|
+
/** Known values of {@link RestServiceAuthenticationType} that the service accepts. */
|
|
618
|
+
var KnownRestServiceAuthenticationType;
|
|
619
|
+
(function (KnownRestServiceAuthenticationType) {
|
|
620
|
+
/** Anonymous */
|
|
621
|
+
KnownRestServiceAuthenticationType["Anonymous"] = "Anonymous";
|
|
622
|
+
/** Basic */
|
|
623
|
+
KnownRestServiceAuthenticationType["Basic"] = "Basic";
|
|
624
|
+
/** AadServicePrincipal */
|
|
625
|
+
KnownRestServiceAuthenticationType["AadServicePrincipal"] = "AadServicePrincipal";
|
|
626
|
+
/** ManagedServiceIdentity */
|
|
627
|
+
KnownRestServiceAuthenticationType["ManagedServiceIdentity"] = "ManagedServiceIdentity";
|
|
628
|
+
/** OAuth2ClientCredential */
|
|
629
|
+
KnownRestServiceAuthenticationType["OAuth2ClientCredential"] = "OAuth2ClientCredential";
|
|
630
|
+
})(KnownRestServiceAuthenticationType || (exports.KnownRestServiceAuthenticationType = KnownRestServiceAuthenticationType = {}));
|
|
631
|
+
/** Known values of {@link TeamDeskAuthenticationType} that the service accepts. */
|
|
632
|
+
var KnownTeamDeskAuthenticationType;
|
|
633
|
+
(function (KnownTeamDeskAuthenticationType) {
|
|
634
|
+
/** Basic */
|
|
635
|
+
KnownTeamDeskAuthenticationType["Basic"] = "Basic";
|
|
636
|
+
/** Token */
|
|
637
|
+
KnownTeamDeskAuthenticationType["Token"] = "Token";
|
|
638
|
+
})(KnownTeamDeskAuthenticationType || (exports.KnownTeamDeskAuthenticationType = KnownTeamDeskAuthenticationType = {}));
|
|
639
|
+
/** Known values of {@link ZendeskAuthenticationType} that the service accepts. */
|
|
640
|
+
var KnownZendeskAuthenticationType;
|
|
641
|
+
(function (KnownZendeskAuthenticationType) {
|
|
642
|
+
/** Basic */
|
|
643
|
+
KnownZendeskAuthenticationType["Basic"] = "Basic";
|
|
644
|
+
/** Token */
|
|
645
|
+
KnownZendeskAuthenticationType["Token"] = "Token";
|
|
646
|
+
})(KnownZendeskAuthenticationType || (exports.KnownZendeskAuthenticationType = KnownZendeskAuthenticationType = {}));
|
|
647
|
+
/** Known values of {@link HttpAuthenticationType} that the service accepts. */
|
|
648
|
+
var KnownHttpAuthenticationType;
|
|
649
|
+
(function (KnownHttpAuthenticationType) {
|
|
650
|
+
/** Basic */
|
|
651
|
+
KnownHttpAuthenticationType["Basic"] = "Basic";
|
|
652
|
+
/** Anonymous */
|
|
653
|
+
KnownHttpAuthenticationType["Anonymous"] = "Anonymous";
|
|
654
|
+
/** Digest */
|
|
655
|
+
KnownHttpAuthenticationType["Digest"] = "Digest";
|
|
656
|
+
/** Windows */
|
|
657
|
+
KnownHttpAuthenticationType["Windows"] = "Windows";
|
|
658
|
+
/** ClientCertificate */
|
|
659
|
+
KnownHttpAuthenticationType["ClientCertificate"] = "ClientCertificate";
|
|
660
|
+
})(KnownHttpAuthenticationType || (exports.KnownHttpAuthenticationType = KnownHttpAuthenticationType = {}));
|
|
661
|
+
/** Known values of {@link FtpAuthenticationType} that the service accepts. */
|
|
662
|
+
var KnownFtpAuthenticationType;
|
|
663
|
+
(function (KnownFtpAuthenticationType) {
|
|
664
|
+
/** Basic */
|
|
665
|
+
KnownFtpAuthenticationType["Basic"] = "Basic";
|
|
666
|
+
/** Anonymous */
|
|
667
|
+
KnownFtpAuthenticationType["Anonymous"] = "Anonymous";
|
|
668
|
+
})(KnownFtpAuthenticationType || (exports.KnownFtpAuthenticationType = KnownFtpAuthenticationType = {}));
|
|
669
|
+
/** Known values of {@link SftpAuthenticationType} that the service accepts. */
|
|
670
|
+
var KnownSftpAuthenticationType;
|
|
671
|
+
(function (KnownSftpAuthenticationType) {
|
|
672
|
+
/** Basic */
|
|
673
|
+
KnownSftpAuthenticationType["Basic"] = "Basic";
|
|
674
|
+
/** SshPublicKey */
|
|
675
|
+
KnownSftpAuthenticationType["SshPublicKey"] = "SshPublicKey";
|
|
676
|
+
})(KnownSftpAuthenticationType || (exports.KnownSftpAuthenticationType = KnownSftpAuthenticationType = {}));
|
|
677
|
+
/** Known values of {@link SapHanaAuthenticationType} that the service accepts. */
|
|
678
|
+
var KnownSapHanaAuthenticationType;
|
|
679
|
+
(function (KnownSapHanaAuthenticationType) {
|
|
680
|
+
/** Basic */
|
|
681
|
+
KnownSapHanaAuthenticationType["Basic"] = "Basic";
|
|
682
|
+
/** Windows */
|
|
683
|
+
KnownSapHanaAuthenticationType["Windows"] = "Windows";
|
|
684
|
+
})(KnownSapHanaAuthenticationType || (exports.KnownSapHanaAuthenticationType = KnownSapHanaAuthenticationType = {}));
|
|
685
|
+
/** Known values of {@link GoogleBigQueryAuthenticationType} that the service accepts. */
|
|
686
|
+
var KnownGoogleBigQueryAuthenticationType;
|
|
687
|
+
(function (KnownGoogleBigQueryAuthenticationType) {
|
|
688
|
+
/** ServiceAuthentication */
|
|
689
|
+
KnownGoogleBigQueryAuthenticationType["ServiceAuthentication"] = "ServiceAuthentication";
|
|
690
|
+
/** UserAuthentication */
|
|
691
|
+
KnownGoogleBigQueryAuthenticationType["UserAuthentication"] = "UserAuthentication";
|
|
692
|
+
})(KnownGoogleBigQueryAuthenticationType || (exports.KnownGoogleBigQueryAuthenticationType = KnownGoogleBigQueryAuthenticationType = {}));
|
|
693
|
+
/** Known values of {@link GoogleBigQueryV2AuthenticationType} that the service accepts. */
|
|
694
|
+
var KnownGoogleBigQueryV2AuthenticationType;
|
|
695
|
+
(function (KnownGoogleBigQueryV2AuthenticationType) {
|
|
696
|
+
/** ServiceAuthentication */
|
|
697
|
+
KnownGoogleBigQueryV2AuthenticationType["ServiceAuthentication"] = "ServiceAuthentication";
|
|
698
|
+
/** UserAuthentication */
|
|
699
|
+
KnownGoogleBigQueryV2AuthenticationType["UserAuthentication"] = "UserAuthentication";
|
|
700
|
+
})(KnownGoogleBigQueryV2AuthenticationType || (exports.KnownGoogleBigQueryV2AuthenticationType = KnownGoogleBigQueryV2AuthenticationType = {}));
|
|
701
|
+
/** Known values of {@link GreenplumAuthenticationType} that the service accepts. */
|
|
702
|
+
var KnownGreenplumAuthenticationType;
|
|
703
|
+
(function (KnownGreenplumAuthenticationType) {
|
|
704
|
+
/** Basic */
|
|
705
|
+
KnownGreenplumAuthenticationType["Basic"] = "Basic";
|
|
706
|
+
})(KnownGreenplumAuthenticationType || (exports.KnownGreenplumAuthenticationType = KnownGreenplumAuthenticationType = {}));
|
|
707
|
+
/** Known values of {@link HBaseAuthenticationType} that the service accepts. */
|
|
708
|
+
var KnownHBaseAuthenticationType;
|
|
709
|
+
(function (KnownHBaseAuthenticationType) {
|
|
710
|
+
/** Anonymous */
|
|
711
|
+
KnownHBaseAuthenticationType["Anonymous"] = "Anonymous";
|
|
712
|
+
/** Basic */
|
|
713
|
+
KnownHBaseAuthenticationType["Basic"] = "Basic";
|
|
714
|
+
})(KnownHBaseAuthenticationType || (exports.KnownHBaseAuthenticationType = KnownHBaseAuthenticationType = {}));
|
|
715
|
+
/** Known values of {@link HiveServerType} that the service accepts. */
|
|
716
|
+
var KnownHiveServerType;
|
|
717
|
+
(function (KnownHiveServerType) {
|
|
718
|
+
/** HiveServer1 */
|
|
719
|
+
KnownHiveServerType["HiveServer1"] = "HiveServer1";
|
|
720
|
+
/** HiveServer2 */
|
|
721
|
+
KnownHiveServerType["HiveServer2"] = "HiveServer2";
|
|
722
|
+
/** HiveThriftServer */
|
|
723
|
+
KnownHiveServerType["HiveThriftServer"] = "HiveThriftServer";
|
|
724
|
+
})(KnownHiveServerType || (exports.KnownHiveServerType = KnownHiveServerType = {}));
|
|
725
|
+
/** Known values of {@link HiveThriftTransportProtocol} that the service accepts. */
|
|
726
|
+
var KnownHiveThriftTransportProtocol;
|
|
727
|
+
(function (KnownHiveThriftTransportProtocol) {
|
|
728
|
+
/** Binary */
|
|
729
|
+
KnownHiveThriftTransportProtocol["Binary"] = "Binary";
|
|
730
|
+
/** Sasl */
|
|
731
|
+
KnownHiveThriftTransportProtocol["Sasl"] = "SASL";
|
|
732
|
+
/** Http */
|
|
733
|
+
KnownHiveThriftTransportProtocol["Http"] = "HTTP ";
|
|
734
|
+
})(KnownHiveThriftTransportProtocol || (exports.KnownHiveThriftTransportProtocol = KnownHiveThriftTransportProtocol = {}));
|
|
735
|
+
/** Known values of {@link HiveAuthenticationType} that the service accepts. */
|
|
736
|
+
var KnownHiveAuthenticationType;
|
|
737
|
+
(function (KnownHiveAuthenticationType) {
|
|
738
|
+
/** Anonymous */
|
|
739
|
+
KnownHiveAuthenticationType["Anonymous"] = "Anonymous";
|
|
740
|
+
/** Username */
|
|
741
|
+
KnownHiveAuthenticationType["Username"] = "Username";
|
|
742
|
+
/** UsernameAndPassword */
|
|
743
|
+
KnownHiveAuthenticationType["UsernameAndPassword"] = "UsernameAndPassword";
|
|
744
|
+
/** WindowsAzureHDInsightService */
|
|
745
|
+
KnownHiveAuthenticationType["WindowsAzureHDInsightService"] = "WindowsAzureHDInsightService";
|
|
746
|
+
})(KnownHiveAuthenticationType || (exports.KnownHiveAuthenticationType = KnownHiveAuthenticationType = {}));
|
|
747
|
+
/** Known values of {@link ImpalaAuthenticationType} that the service accepts. */
|
|
748
|
+
var KnownImpalaAuthenticationType;
|
|
749
|
+
(function (KnownImpalaAuthenticationType) {
|
|
750
|
+
/** Anonymous */
|
|
751
|
+
KnownImpalaAuthenticationType["Anonymous"] = "Anonymous";
|
|
752
|
+
/** SaslUsername */
|
|
753
|
+
KnownImpalaAuthenticationType["SaslUsername"] = "SASLUsername";
|
|
754
|
+
/** UsernameAndPassword */
|
|
755
|
+
KnownImpalaAuthenticationType["UsernameAndPassword"] = "UsernameAndPassword";
|
|
756
|
+
})(KnownImpalaAuthenticationType || (exports.KnownImpalaAuthenticationType = KnownImpalaAuthenticationType = {}));
|
|
757
|
+
/** Known values of {@link PhoenixAuthenticationType} that the service accepts. */
|
|
758
|
+
var KnownPhoenixAuthenticationType;
|
|
759
|
+
(function (KnownPhoenixAuthenticationType) {
|
|
760
|
+
/** Anonymous */
|
|
761
|
+
KnownPhoenixAuthenticationType["Anonymous"] = "Anonymous";
|
|
762
|
+
/** UsernameAndPassword */
|
|
763
|
+
KnownPhoenixAuthenticationType["UsernameAndPassword"] = "UsernameAndPassword";
|
|
764
|
+
/** WindowsAzureHDInsightService */
|
|
765
|
+
KnownPhoenixAuthenticationType["WindowsAzureHDInsightService"] = "WindowsAzureHDInsightService";
|
|
766
|
+
})(KnownPhoenixAuthenticationType || (exports.KnownPhoenixAuthenticationType = KnownPhoenixAuthenticationType = {}));
|
|
767
|
+
/** Known values of {@link PrestoAuthenticationType} that the service accepts. */
|
|
768
|
+
var KnownPrestoAuthenticationType;
|
|
769
|
+
(function (KnownPrestoAuthenticationType) {
|
|
770
|
+
/** Anonymous */
|
|
771
|
+
KnownPrestoAuthenticationType["Anonymous"] = "Anonymous";
|
|
772
|
+
/** Ldap */
|
|
773
|
+
KnownPrestoAuthenticationType["Ldap"] = "LDAP";
|
|
774
|
+
})(KnownPrestoAuthenticationType || (exports.KnownPrestoAuthenticationType = KnownPrestoAuthenticationType = {}));
|
|
775
|
+
/** Known values of {@link ServiceNowAuthenticationType} that the service accepts. */
|
|
776
|
+
var KnownServiceNowAuthenticationType;
|
|
777
|
+
(function (KnownServiceNowAuthenticationType) {
|
|
778
|
+
/** Basic */
|
|
779
|
+
KnownServiceNowAuthenticationType["Basic"] = "Basic";
|
|
780
|
+
/** OAuth2 */
|
|
781
|
+
KnownServiceNowAuthenticationType["OAuth2"] = "OAuth2";
|
|
782
|
+
})(KnownServiceNowAuthenticationType || (exports.KnownServiceNowAuthenticationType = KnownServiceNowAuthenticationType = {}));
|
|
783
|
+
/** Known values of {@link SparkServerType} that the service accepts. */
|
|
784
|
+
var KnownSparkServerType;
|
|
785
|
+
(function (KnownSparkServerType) {
|
|
786
|
+
/** SharkServer */
|
|
787
|
+
KnownSparkServerType["SharkServer"] = "SharkServer";
|
|
788
|
+
/** SharkServer2 */
|
|
789
|
+
KnownSparkServerType["SharkServer2"] = "SharkServer2";
|
|
790
|
+
/** SparkThriftServer */
|
|
791
|
+
KnownSparkServerType["SparkThriftServer"] = "SparkThriftServer";
|
|
792
|
+
})(KnownSparkServerType || (exports.KnownSparkServerType = KnownSparkServerType = {}));
|
|
793
|
+
/** Known values of {@link SparkThriftTransportProtocol} that the service accepts. */
|
|
794
|
+
var KnownSparkThriftTransportProtocol;
|
|
795
|
+
(function (KnownSparkThriftTransportProtocol) {
|
|
796
|
+
/** Binary */
|
|
797
|
+
KnownSparkThriftTransportProtocol["Binary"] = "Binary";
|
|
798
|
+
/** Sasl */
|
|
799
|
+
KnownSparkThriftTransportProtocol["Sasl"] = "SASL";
|
|
800
|
+
/** Http */
|
|
801
|
+
KnownSparkThriftTransportProtocol["Http"] = "HTTP ";
|
|
802
|
+
})(KnownSparkThriftTransportProtocol || (exports.KnownSparkThriftTransportProtocol = KnownSparkThriftTransportProtocol = {}));
|
|
803
|
+
/** Known values of {@link SparkAuthenticationType} that the service accepts. */
|
|
804
|
+
var KnownSparkAuthenticationType;
|
|
805
|
+
(function (KnownSparkAuthenticationType) {
|
|
806
|
+
/** Anonymous */
|
|
807
|
+
KnownSparkAuthenticationType["Anonymous"] = "Anonymous";
|
|
808
|
+
/** Username */
|
|
809
|
+
KnownSparkAuthenticationType["Username"] = "Username";
|
|
810
|
+
/** UsernameAndPassword */
|
|
811
|
+
KnownSparkAuthenticationType["UsernameAndPassword"] = "UsernameAndPassword";
|
|
812
|
+
/** WindowsAzureHDInsightService */
|
|
813
|
+
KnownSparkAuthenticationType["WindowsAzureHDInsightService"] = "WindowsAzureHDInsightService";
|
|
814
|
+
})(KnownSparkAuthenticationType || (exports.KnownSparkAuthenticationType = KnownSparkAuthenticationType = {}));
|
|
815
|
+
/** Known values of {@link GoogleAdWordsAuthenticationType} that the service accepts. */
|
|
816
|
+
var KnownGoogleAdWordsAuthenticationType;
|
|
817
|
+
(function (KnownGoogleAdWordsAuthenticationType) {
|
|
818
|
+
/** ServiceAuthentication */
|
|
819
|
+
KnownGoogleAdWordsAuthenticationType["ServiceAuthentication"] = "ServiceAuthentication";
|
|
820
|
+
/** UserAuthentication */
|
|
821
|
+
KnownGoogleAdWordsAuthenticationType["UserAuthentication"] = "UserAuthentication";
|
|
822
|
+
})(KnownGoogleAdWordsAuthenticationType || (exports.KnownGoogleAdWordsAuthenticationType = KnownGoogleAdWordsAuthenticationType = {}));
|
|
823
|
+
/** Known values of {@link SnowflakeAuthenticationType} that the service accepts. */
|
|
824
|
+
var KnownSnowflakeAuthenticationType;
|
|
825
|
+
(function (KnownSnowflakeAuthenticationType) {
|
|
826
|
+
/** Basic */
|
|
827
|
+
KnownSnowflakeAuthenticationType["Basic"] = "Basic";
|
|
828
|
+
/** KeyPair */
|
|
829
|
+
KnownSnowflakeAuthenticationType["KeyPair"] = "KeyPair";
|
|
830
|
+
/** AADServicePrincipal */
|
|
831
|
+
KnownSnowflakeAuthenticationType["AADServicePrincipal"] = "AADServicePrincipal";
|
|
832
|
+
})(KnownSnowflakeAuthenticationType || (exports.KnownSnowflakeAuthenticationType = KnownSnowflakeAuthenticationType = {}));
|
|
833
|
+
/** Known values of {@link LakehouseAuthenticationType} that the service accepts. */
|
|
834
|
+
var KnownLakehouseAuthenticationType;
|
|
835
|
+
(function (KnownLakehouseAuthenticationType) {
|
|
836
|
+
/** ServicePrincipal */
|
|
837
|
+
KnownLakehouseAuthenticationType["ServicePrincipal"] = "ServicePrincipal";
|
|
838
|
+
/** SystemAssignedManagedIdentity */
|
|
839
|
+
KnownLakehouseAuthenticationType["SystemAssignedManagedIdentity"] = "SystemAssignedManagedIdentity";
|
|
840
|
+
/** UserAssignedManagedIdentity */
|
|
841
|
+
KnownLakehouseAuthenticationType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
|
|
842
|
+
})(KnownLakehouseAuthenticationType || (exports.KnownLakehouseAuthenticationType = KnownLakehouseAuthenticationType = {}));
|
|
843
|
+
/** Known values of {@link WarehouseAuthenticationType} that the service accepts. */
|
|
844
|
+
var KnownWarehouseAuthenticationType;
|
|
845
|
+
(function (KnownWarehouseAuthenticationType) {
|
|
846
|
+
/** ServicePrincipal */
|
|
847
|
+
KnownWarehouseAuthenticationType["ServicePrincipal"] = "ServicePrincipal";
|
|
848
|
+
/** SystemAssignedManagedIdentity */
|
|
849
|
+
KnownWarehouseAuthenticationType["SystemAssignedManagedIdentity"] = "SystemAssignedManagedIdentity";
|
|
850
|
+
/** UserAssignedManagedIdentity */
|
|
851
|
+
KnownWarehouseAuthenticationType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
|
|
852
|
+
})(KnownWarehouseAuthenticationType || (exports.KnownWarehouseAuthenticationType = KnownWarehouseAuthenticationType = {}));
|
|
853
|
+
/** Known values of {@link ServiceNowV2AuthenticationType} that the service accepts. */
|
|
854
|
+
var KnownServiceNowV2AuthenticationType;
|
|
855
|
+
(function (KnownServiceNowV2AuthenticationType) {
|
|
856
|
+
/** Basic */
|
|
857
|
+
KnownServiceNowV2AuthenticationType["Basic"] = "Basic";
|
|
858
|
+
/** OAuth2 */
|
|
859
|
+
KnownServiceNowV2AuthenticationType["OAuth2"] = "OAuth2";
|
|
860
|
+
})(KnownServiceNowV2AuthenticationType || (exports.KnownServiceNowV2AuthenticationType = KnownServiceNowV2AuthenticationType = {}));
|
|
861
|
+
/** Known values of {@link OraclePartitionOption} that the service accepts. */
|
|
862
|
+
var KnownOraclePartitionOption;
|
|
863
|
+
(function (KnownOraclePartitionOption) {
|
|
864
|
+
/** None */
|
|
865
|
+
KnownOraclePartitionOption["None"] = "None";
|
|
866
|
+
/** PhysicalPartitionsOfTable */
|
|
867
|
+
KnownOraclePartitionOption["PhysicalPartitionsOfTable"] = "PhysicalPartitionsOfTable";
|
|
868
|
+
/** DynamicRange */
|
|
869
|
+
KnownOraclePartitionOption["DynamicRange"] = "DynamicRange";
|
|
870
|
+
})(KnownOraclePartitionOption || (exports.KnownOraclePartitionOption = KnownOraclePartitionOption = {}));
|
|
871
|
+
/** Known values of {@link TeradataPartitionOption} that the service accepts. */
|
|
872
|
+
var KnownTeradataPartitionOption;
|
|
873
|
+
(function (KnownTeradataPartitionOption) {
|
|
874
|
+
/** None */
|
|
875
|
+
KnownTeradataPartitionOption["None"] = "None";
|
|
876
|
+
/** Hash */
|
|
877
|
+
KnownTeradataPartitionOption["Hash"] = "Hash";
|
|
878
|
+
/** DynamicRange */
|
|
879
|
+
KnownTeradataPartitionOption["DynamicRange"] = "DynamicRange";
|
|
880
|
+
})(KnownTeradataPartitionOption || (exports.KnownTeradataPartitionOption = KnownTeradataPartitionOption = {}));
|
|
881
|
+
/** Known values of {@link CassandraSourceReadConsistencyLevels} that the service accepts. */
|
|
882
|
+
var KnownCassandraSourceReadConsistencyLevels;
|
|
883
|
+
(function (KnownCassandraSourceReadConsistencyLevels) {
|
|
884
|
+
/** ALL */
|
|
885
|
+
KnownCassandraSourceReadConsistencyLevels["ALL"] = "ALL";
|
|
886
|
+
/** EachQuorum */
|
|
887
|
+
KnownCassandraSourceReadConsistencyLevels["EachQuorum"] = "EACH_QUORUM";
|
|
888
|
+
/** Quorum */
|
|
889
|
+
KnownCassandraSourceReadConsistencyLevels["Quorum"] = "QUORUM";
|
|
890
|
+
/** LocalQuorum */
|
|
891
|
+
KnownCassandraSourceReadConsistencyLevels["LocalQuorum"] = "LOCAL_QUORUM";
|
|
892
|
+
/** ONE */
|
|
893
|
+
KnownCassandraSourceReadConsistencyLevels["ONE"] = "ONE";
|
|
894
|
+
/** TWO */
|
|
895
|
+
KnownCassandraSourceReadConsistencyLevels["TWO"] = "TWO";
|
|
896
|
+
/** Three */
|
|
897
|
+
KnownCassandraSourceReadConsistencyLevels["Three"] = "THREE";
|
|
898
|
+
/** LocalONE */
|
|
899
|
+
KnownCassandraSourceReadConsistencyLevels["LocalONE"] = "LOCAL_ONE";
|
|
900
|
+
/** Serial */
|
|
901
|
+
KnownCassandraSourceReadConsistencyLevels["Serial"] = "SERIAL";
|
|
902
|
+
/** LocalSerial */
|
|
903
|
+
KnownCassandraSourceReadConsistencyLevels["LocalSerial"] = "LOCAL_SERIAL";
|
|
904
|
+
})(KnownCassandraSourceReadConsistencyLevels || (exports.KnownCassandraSourceReadConsistencyLevels = KnownCassandraSourceReadConsistencyLevels = {}));
|
|
905
|
+
/** Known values of {@link AzurePostgreSqlWriteMethodEnum} that the service accepts. */
|
|
906
|
+
var KnownAzurePostgreSqlWriteMethodEnum;
|
|
907
|
+
(function (KnownAzurePostgreSqlWriteMethodEnum) {
|
|
908
|
+
/** BulkInsert */
|
|
909
|
+
KnownAzurePostgreSqlWriteMethodEnum["BulkInsert"] = "BulkInsert";
|
|
910
|
+
/** CopyCommand */
|
|
911
|
+
KnownAzurePostgreSqlWriteMethodEnum["CopyCommand"] = "CopyCommand";
|
|
912
|
+
/** Upsert */
|
|
913
|
+
KnownAzurePostgreSqlWriteMethodEnum["Upsert"] = "Upsert";
|
|
914
|
+
})(KnownAzurePostgreSqlWriteMethodEnum || (exports.KnownAzurePostgreSqlWriteMethodEnum = KnownAzurePostgreSqlWriteMethodEnum = {}));
|
|
915
|
+
/** Known values of {@link NetezzaPartitionOption} that the service accepts. */
|
|
916
|
+
var KnownNetezzaPartitionOption;
|
|
917
|
+
(function (KnownNetezzaPartitionOption) {
|
|
918
|
+
/** None */
|
|
919
|
+
KnownNetezzaPartitionOption["None"] = "None";
|
|
920
|
+
/** DataSlice */
|
|
921
|
+
KnownNetezzaPartitionOption["DataSlice"] = "DataSlice";
|
|
922
|
+
/** DynamicRange */
|
|
923
|
+
KnownNetezzaPartitionOption["DynamicRange"] = "DynamicRange";
|
|
924
|
+
})(KnownNetezzaPartitionOption || (exports.KnownNetezzaPartitionOption = KnownNetezzaPartitionOption = {}));
|
|
925
|
+
/** Known values of {@link StoredProcedureParameterType} that the service accepts. */
|
|
926
|
+
var KnownStoredProcedureParameterType;
|
|
927
|
+
(function (KnownStoredProcedureParameterType) {
|
|
928
|
+
/** String */
|
|
929
|
+
KnownStoredProcedureParameterType["String"] = "String";
|
|
930
|
+
/** Int */
|
|
931
|
+
KnownStoredProcedureParameterType["Int"] = "Int";
|
|
932
|
+
/** Int64 */
|
|
933
|
+
KnownStoredProcedureParameterType["Int64"] = "Int64";
|
|
934
|
+
/** Decimal */
|
|
935
|
+
KnownStoredProcedureParameterType["Decimal"] = "Decimal";
|
|
936
|
+
/** Guid */
|
|
937
|
+
KnownStoredProcedureParameterType["Guid"] = "Guid";
|
|
938
|
+
/** Boolean */
|
|
939
|
+
KnownStoredProcedureParameterType["Boolean"] = "Boolean";
|
|
940
|
+
/** Date */
|
|
941
|
+
KnownStoredProcedureParameterType["Date"] = "Date";
|
|
942
|
+
})(KnownStoredProcedureParameterType || (exports.KnownStoredProcedureParameterType = KnownStoredProcedureParameterType = {}));
|
|
943
|
+
/** Known values of {@link NotebookParameterType} that the service accepts. */
|
|
944
|
+
var KnownNotebookParameterType;
|
|
945
|
+
(function (KnownNotebookParameterType) {
|
|
946
|
+
/** String */
|
|
947
|
+
KnownNotebookParameterType["String"] = "string";
|
|
948
|
+
/** Int */
|
|
949
|
+
KnownNotebookParameterType["Int"] = "int";
|
|
950
|
+
/** Float */
|
|
951
|
+
KnownNotebookParameterType["Float"] = "float";
|
|
952
|
+
/** Bool */
|
|
953
|
+
KnownNotebookParameterType["Bool"] = "bool";
|
|
954
|
+
})(KnownNotebookParameterType || (exports.KnownNotebookParameterType = KnownNotebookParameterType = {}));
|
|
955
|
+
/** Known values of {@link SapCloudForCustomerSinkWriteBehavior} that the service accepts. */
|
|
956
|
+
var KnownSapCloudForCustomerSinkWriteBehavior;
|
|
957
|
+
(function (KnownSapCloudForCustomerSinkWriteBehavior) {
|
|
958
|
+
/** Insert */
|
|
959
|
+
KnownSapCloudForCustomerSinkWriteBehavior["Insert"] = "Insert";
|
|
960
|
+
/** Update */
|
|
961
|
+
KnownSapCloudForCustomerSinkWriteBehavior["Update"] = "Update";
|
|
962
|
+
})(KnownSapCloudForCustomerSinkWriteBehavior || (exports.KnownSapCloudForCustomerSinkWriteBehavior = KnownSapCloudForCustomerSinkWriteBehavior = {}));
|
|
963
|
+
/** Known values of {@link PolybaseSettingsRejectType} that the service accepts. */
|
|
964
|
+
var KnownPolybaseSettingsRejectType;
|
|
965
|
+
(function (KnownPolybaseSettingsRejectType) {
|
|
966
|
+
/** Value */
|
|
967
|
+
KnownPolybaseSettingsRejectType["Value"] = "value";
|
|
968
|
+
/** Percentage */
|
|
969
|
+
KnownPolybaseSettingsRejectType["Percentage"] = "percentage";
|
|
970
|
+
})(KnownPolybaseSettingsRejectType || (exports.KnownPolybaseSettingsRejectType = KnownPolybaseSettingsRejectType = {}));
|
|
971
|
+
/** Known values of {@link AzureSearchIndexWriteBehaviorType} that the service accepts. */
|
|
972
|
+
var KnownAzureSearchIndexWriteBehaviorType;
|
|
973
|
+
(function (KnownAzureSearchIndexWriteBehaviorType) {
|
|
974
|
+
/** Merge */
|
|
975
|
+
KnownAzureSearchIndexWriteBehaviorType["Merge"] = "Merge";
|
|
976
|
+
/** Upload */
|
|
977
|
+
KnownAzureSearchIndexWriteBehaviorType["Upload"] = "Upload";
|
|
978
|
+
})(KnownAzureSearchIndexWriteBehaviorType || (exports.KnownAzureSearchIndexWriteBehaviorType = KnownAzureSearchIndexWriteBehaviorType = {}));
|
|
979
|
+
/** Known values of {@link DynamicsSinkWriteBehavior} that the service accepts. */
|
|
980
|
+
var KnownDynamicsSinkWriteBehavior;
|
|
981
|
+
(function (KnownDynamicsSinkWriteBehavior) {
|
|
982
|
+
/** Upsert */
|
|
983
|
+
KnownDynamicsSinkWriteBehavior["Upsert"] = "Upsert";
|
|
984
|
+
})(KnownDynamicsSinkWriteBehavior || (exports.KnownDynamicsSinkWriteBehavior = KnownDynamicsSinkWriteBehavior = {}));
|
|
985
|
+
/** Known values of {@link SalesforceSinkWriteBehavior} that the service accepts. */
|
|
986
|
+
var KnownSalesforceSinkWriteBehavior;
|
|
987
|
+
(function (KnownSalesforceSinkWriteBehavior) {
|
|
988
|
+
/** Insert */
|
|
989
|
+
KnownSalesforceSinkWriteBehavior["Insert"] = "Insert";
|
|
990
|
+
/** Upsert */
|
|
991
|
+
KnownSalesforceSinkWriteBehavior["Upsert"] = "Upsert";
|
|
992
|
+
})(KnownSalesforceSinkWriteBehavior || (exports.KnownSalesforceSinkWriteBehavior = KnownSalesforceSinkWriteBehavior = {}));
|
|
993
|
+
/** Known values of {@link HDInsightActivityDebugInfoOption} that the service accepts. */
|
|
994
|
+
var KnownHDInsightActivityDebugInfoOption;
|
|
995
|
+
(function (KnownHDInsightActivityDebugInfoOption) {
|
|
996
|
+
/** None */
|
|
997
|
+
KnownHDInsightActivityDebugInfoOption["None"] = "None";
|
|
998
|
+
/** Always */
|
|
999
|
+
KnownHDInsightActivityDebugInfoOption["Always"] = "Always";
|
|
1000
|
+
/** Failure */
|
|
1001
|
+
KnownHDInsightActivityDebugInfoOption["Failure"] = "Failure";
|
|
1002
|
+
})(KnownHDInsightActivityDebugInfoOption || (exports.KnownHDInsightActivityDebugInfoOption = KnownHDInsightActivityDebugInfoOption = {}));
|
|
1003
|
+
/** Known values of {@link SsisPackageLocationType} that the service accepts. */
|
|
1004
|
+
var KnownSsisPackageLocationType;
|
|
1005
|
+
(function (KnownSsisPackageLocationType) {
|
|
1006
|
+
/** Ssisdb */
|
|
1007
|
+
KnownSsisPackageLocationType["Ssisdb"] = "SSISDB";
|
|
1008
|
+
/** File */
|
|
1009
|
+
KnownSsisPackageLocationType["File"] = "File";
|
|
1010
|
+
/** InlinePackage */
|
|
1011
|
+
KnownSsisPackageLocationType["InlinePackage"] = "InlinePackage";
|
|
1012
|
+
/** PackageStore */
|
|
1013
|
+
KnownSsisPackageLocationType["PackageStore"] = "PackageStore";
|
|
1014
|
+
})(KnownSsisPackageLocationType || (exports.KnownSsisPackageLocationType = KnownSsisPackageLocationType = {}));
|
|
1015
|
+
/** Known values of {@link SsisLogLocationType} that the service accepts. */
|
|
1016
|
+
var KnownSsisLogLocationType;
|
|
1017
|
+
(function (KnownSsisLogLocationType) {
|
|
1018
|
+
/** File */
|
|
1019
|
+
KnownSsisLogLocationType["File"] = "File";
|
|
1020
|
+
})(KnownSsisLogLocationType || (exports.KnownSsisLogLocationType = KnownSsisLogLocationType = {}));
|
|
1021
|
+
/** Known values of {@link WebActivityMethod} that the service accepts. */
|
|
1022
|
+
var KnownWebActivityMethod;
|
|
1023
|
+
(function (KnownWebActivityMethod) {
|
|
1024
|
+
/** GET */
|
|
1025
|
+
KnownWebActivityMethod["GET"] = "GET";
|
|
1026
|
+
/** Post */
|
|
1027
|
+
KnownWebActivityMethod["Post"] = "POST";
|
|
1028
|
+
/** PUT */
|
|
1029
|
+
KnownWebActivityMethod["PUT"] = "PUT";
|
|
1030
|
+
/** Delete */
|
|
1031
|
+
KnownWebActivityMethod["Delete"] = "DELETE";
|
|
1032
|
+
})(KnownWebActivityMethod || (exports.KnownWebActivityMethod = KnownWebActivityMethod = {}));
|
|
1033
|
+
/** Known values of {@link AzureFunctionActivityMethod} that the service accepts. */
|
|
1034
|
+
var KnownAzureFunctionActivityMethod;
|
|
1035
|
+
(function (KnownAzureFunctionActivityMethod) {
|
|
1036
|
+
/** GET */
|
|
1037
|
+
KnownAzureFunctionActivityMethod["GET"] = "GET";
|
|
1038
|
+
/** Post */
|
|
1039
|
+
KnownAzureFunctionActivityMethod["Post"] = "POST";
|
|
1040
|
+
/** PUT */
|
|
1041
|
+
KnownAzureFunctionActivityMethod["PUT"] = "PUT";
|
|
1042
|
+
/** Delete */
|
|
1043
|
+
KnownAzureFunctionActivityMethod["Delete"] = "DELETE";
|
|
1044
|
+
/** Options */
|
|
1045
|
+
KnownAzureFunctionActivityMethod["Options"] = "OPTIONS";
|
|
1046
|
+
/** Head */
|
|
1047
|
+
KnownAzureFunctionActivityMethod["Head"] = "HEAD";
|
|
1048
|
+
/** Trace */
|
|
1049
|
+
KnownAzureFunctionActivityMethod["Trace"] = "TRACE";
|
|
1050
|
+
})(KnownAzureFunctionActivityMethod || (exports.KnownAzureFunctionActivityMethod = KnownAzureFunctionActivityMethod = {}));
|
|
1051
|
+
/** Known values of {@link WebHookActivityMethod} that the service accepts. */
|
|
1052
|
+
var KnownWebHookActivityMethod;
|
|
1053
|
+
(function (KnownWebHookActivityMethod) {
|
|
1054
|
+
/** Post */
|
|
1055
|
+
KnownWebHookActivityMethod["Post"] = "POST";
|
|
1056
|
+
})(KnownWebHookActivityMethod || (exports.KnownWebHookActivityMethod = KnownWebHookActivityMethod = {}));
|
|
1057
|
+
/** Known values of {@link ScriptActivityParameterType} that the service accepts. */
|
|
1058
|
+
var KnownScriptActivityParameterType;
|
|
1059
|
+
(function (KnownScriptActivityParameterType) {
|
|
1060
|
+
/** Boolean */
|
|
1061
|
+
KnownScriptActivityParameterType["Boolean"] = "Boolean";
|
|
1062
|
+
/** DateTime */
|
|
1063
|
+
KnownScriptActivityParameterType["DateTime"] = "DateTime";
|
|
1064
|
+
/** DateTimeOffset */
|
|
1065
|
+
KnownScriptActivityParameterType["DateTimeOffset"] = "DateTimeOffset";
|
|
1066
|
+
/** Decimal */
|
|
1067
|
+
KnownScriptActivityParameterType["Decimal"] = "Decimal";
|
|
1068
|
+
/** Double */
|
|
1069
|
+
KnownScriptActivityParameterType["Double"] = "Double";
|
|
1070
|
+
/** Guid */
|
|
1071
|
+
KnownScriptActivityParameterType["Guid"] = "Guid";
|
|
1072
|
+
/** Int16 */
|
|
1073
|
+
KnownScriptActivityParameterType["Int16"] = "Int16";
|
|
1074
|
+
/** Int32 */
|
|
1075
|
+
KnownScriptActivityParameterType["Int32"] = "Int32";
|
|
1076
|
+
/** Int64 */
|
|
1077
|
+
KnownScriptActivityParameterType["Int64"] = "Int64";
|
|
1078
|
+
/** Single */
|
|
1079
|
+
KnownScriptActivityParameterType["Single"] = "Single";
|
|
1080
|
+
/** String */
|
|
1081
|
+
KnownScriptActivityParameterType["String"] = "String";
|
|
1082
|
+
/** Timespan */
|
|
1083
|
+
KnownScriptActivityParameterType["Timespan"] = "Timespan";
|
|
1084
|
+
})(KnownScriptActivityParameterType || (exports.KnownScriptActivityParameterType = KnownScriptActivityParameterType = {}));
|
|
1085
|
+
/** Known values of {@link ScriptActivityParameterDirection} that the service accepts. */
|
|
1086
|
+
var KnownScriptActivityParameterDirection;
|
|
1087
|
+
(function (KnownScriptActivityParameterDirection) {
|
|
1088
|
+
/** Input */
|
|
1089
|
+
KnownScriptActivityParameterDirection["Input"] = "Input";
|
|
1090
|
+
/** Output */
|
|
1091
|
+
KnownScriptActivityParameterDirection["Output"] = "Output";
|
|
1092
|
+
/** InputOutput */
|
|
1093
|
+
KnownScriptActivityParameterDirection["InputOutput"] = "InputOutput";
|
|
1094
|
+
})(KnownScriptActivityParameterDirection || (exports.KnownScriptActivityParameterDirection = KnownScriptActivityParameterDirection = {}));
|
|
1095
|
+
/** Known values of {@link ScriptActivityLogDestination} that the service accepts. */
|
|
1096
|
+
var KnownScriptActivityLogDestination;
|
|
1097
|
+
(function (KnownScriptActivityLogDestination) {
|
|
1098
|
+
/** ActivityOutput */
|
|
1099
|
+
KnownScriptActivityLogDestination["ActivityOutput"] = "ActivityOutput";
|
|
1100
|
+
/** ExternalStore */
|
|
1101
|
+
KnownScriptActivityLogDestination["ExternalStore"] = "ExternalStore";
|
|
1102
|
+
})(KnownScriptActivityLogDestination || (exports.KnownScriptActivityLogDestination = KnownScriptActivityLogDestination = {}));
|
|
1103
|
+
/** Known values of {@link ConfigurationType} that the service accepts. */
|
|
1104
|
+
var KnownConfigurationType;
|
|
1105
|
+
(function (KnownConfigurationType) {
|
|
1106
|
+
/** Default */
|
|
1107
|
+
KnownConfigurationType["Default"] = "Default";
|
|
1108
|
+
/** Customized */
|
|
1109
|
+
KnownConfigurationType["Customized"] = "Customized";
|
|
1110
|
+
/** Artifact */
|
|
1111
|
+
KnownConfigurationType["Artifact"] = "Artifact";
|
|
1112
|
+
})(KnownConfigurationType || (exports.KnownConfigurationType = KnownConfigurationType = {}));
|
|
1113
|
+
/** Known values of {@link SalesforceV2SinkWriteBehavior} that the service accepts. */
|
|
1114
|
+
var KnownSalesforceV2SinkWriteBehavior;
|
|
1115
|
+
(function (KnownSalesforceV2SinkWriteBehavior) {
|
|
1116
|
+
/** Insert */
|
|
1117
|
+
KnownSalesforceV2SinkWriteBehavior["Insert"] = "Insert";
|
|
1118
|
+
/** Upsert */
|
|
1119
|
+
KnownSalesforceV2SinkWriteBehavior["Upsert"] = "Upsert";
|
|
1120
|
+
})(KnownSalesforceV2SinkWriteBehavior || (exports.KnownSalesforceV2SinkWriteBehavior = KnownSalesforceV2SinkWriteBehavior = {}));
|
|
1121
|
+
/** Known values of {@link ExpressionV2Type} that the service accepts. */
|
|
1122
|
+
var KnownExpressionV2Type;
|
|
1123
|
+
(function (KnownExpressionV2Type) {
|
|
1124
|
+
/** Constant */
|
|
1125
|
+
KnownExpressionV2Type["Constant"] = "Constant";
|
|
1126
|
+
/** Field */
|
|
1127
|
+
KnownExpressionV2Type["Field"] = "Field";
|
|
1128
|
+
/** Unary */
|
|
1129
|
+
KnownExpressionV2Type["Unary"] = "Unary";
|
|
1130
|
+
/** Binary */
|
|
1131
|
+
KnownExpressionV2Type["Binary"] = "Binary";
|
|
1132
|
+
/** NAry */
|
|
1133
|
+
KnownExpressionV2Type["NAry"] = "NAry";
|
|
1134
|
+
})(KnownExpressionV2Type || (exports.KnownExpressionV2Type = KnownExpressionV2Type = {}));
|
|
1135
|
+
/** Known values of {@link RecurrenceFrequency} that the service accepts. */
|
|
1136
|
+
var KnownRecurrenceFrequency;
|
|
1137
|
+
(function (KnownRecurrenceFrequency) {
|
|
1138
|
+
/** NotSpecified */
|
|
1139
|
+
KnownRecurrenceFrequency["NotSpecified"] = "NotSpecified";
|
|
1140
|
+
/** Minute */
|
|
1141
|
+
KnownRecurrenceFrequency["Minute"] = "Minute";
|
|
1142
|
+
/** Hour */
|
|
1143
|
+
KnownRecurrenceFrequency["Hour"] = "Hour";
|
|
1144
|
+
/** Day */
|
|
1145
|
+
KnownRecurrenceFrequency["Day"] = "Day";
|
|
1146
|
+
/** Week */
|
|
1147
|
+
KnownRecurrenceFrequency["Week"] = "Week";
|
|
1148
|
+
/** Month */
|
|
1149
|
+
KnownRecurrenceFrequency["Month"] = "Month";
|
|
1150
|
+
/** Year */
|
|
1151
|
+
KnownRecurrenceFrequency["Year"] = "Year";
|
|
1152
|
+
})(KnownRecurrenceFrequency || (exports.KnownRecurrenceFrequency = KnownRecurrenceFrequency = {}));
|
|
1153
|
+
/** Known values of {@link BlobEventType} that the service accepts. */
|
|
1154
|
+
var KnownBlobEventType;
|
|
1155
|
+
(function (KnownBlobEventType) {
|
|
1156
|
+
/** MicrosoftStorageBlobCreated */
|
|
1157
|
+
KnownBlobEventType["MicrosoftStorageBlobCreated"] = "Microsoft.Storage.BlobCreated";
|
|
1158
|
+
/** MicrosoftStorageBlobDeleted */
|
|
1159
|
+
KnownBlobEventType["MicrosoftStorageBlobDeleted"] = "Microsoft.Storage.BlobDeleted";
|
|
1160
|
+
})(KnownBlobEventType || (exports.KnownBlobEventType = KnownBlobEventType = {}));
|
|
1161
|
+
/** Known values of {@link TumblingWindowFrequency} that the service accepts. */
|
|
1162
|
+
var KnownTumblingWindowFrequency;
|
|
1163
|
+
(function (KnownTumblingWindowFrequency) {
|
|
1164
|
+
/** Minute */
|
|
1165
|
+
KnownTumblingWindowFrequency["Minute"] = "Minute";
|
|
1166
|
+
/** Hour */
|
|
1167
|
+
KnownTumblingWindowFrequency["Hour"] = "Hour";
|
|
1168
|
+
/** Month */
|
|
1169
|
+
KnownTumblingWindowFrequency["Month"] = "Month";
|
|
1170
|
+
})(KnownTumblingWindowFrequency || (exports.KnownTumblingWindowFrequency = KnownTumblingWindowFrequency = {}));
|
|
1171
|
+
/** Known values of {@link TriggerReferenceType} that the service accepts. */
|
|
1172
|
+
var KnownTriggerReferenceType;
|
|
1173
|
+
(function (KnownTriggerReferenceType) {
|
|
1174
|
+
/** TriggerReference */
|
|
1175
|
+
KnownTriggerReferenceType["TriggerReference"] = "TriggerReference";
|
|
1176
|
+
})(KnownTriggerReferenceType || (exports.KnownTriggerReferenceType = KnownTriggerReferenceType = {}));
|
|
1177
|
+
/** Known values of {@link IntegrationRuntimeState} that the service accepts. */
|
|
1178
|
+
var KnownIntegrationRuntimeState;
|
|
1179
|
+
(function (KnownIntegrationRuntimeState) {
|
|
1180
|
+
/** Initial */
|
|
1181
|
+
KnownIntegrationRuntimeState["Initial"] = "Initial";
|
|
1182
|
+
/** Stopped */
|
|
1183
|
+
KnownIntegrationRuntimeState["Stopped"] = "Stopped";
|
|
1184
|
+
/** Started */
|
|
1185
|
+
KnownIntegrationRuntimeState["Started"] = "Started";
|
|
1186
|
+
/** Starting */
|
|
1187
|
+
KnownIntegrationRuntimeState["Starting"] = "Starting";
|
|
1188
|
+
/** Stopping */
|
|
1189
|
+
KnownIntegrationRuntimeState["Stopping"] = "Stopping";
|
|
1190
|
+
/** NeedRegistration */
|
|
1191
|
+
KnownIntegrationRuntimeState["NeedRegistration"] = "NeedRegistration";
|
|
1192
|
+
/** Online */
|
|
1193
|
+
KnownIntegrationRuntimeState["Online"] = "Online";
|
|
1194
|
+
/** Limited */
|
|
1195
|
+
KnownIntegrationRuntimeState["Limited"] = "Limited";
|
|
1196
|
+
/** Offline */
|
|
1197
|
+
KnownIntegrationRuntimeState["Offline"] = "Offline";
|
|
1198
|
+
/** AccessDenied */
|
|
1199
|
+
KnownIntegrationRuntimeState["AccessDenied"] = "AccessDenied";
|
|
1200
|
+
})(KnownIntegrationRuntimeState || (exports.KnownIntegrationRuntimeState = KnownIntegrationRuntimeState = {}));
|
|
1201
|
+
/** Known values of {@link DataFlowComputeType} that the service accepts. */
|
|
1202
|
+
var KnownDataFlowComputeType;
|
|
1203
|
+
(function (KnownDataFlowComputeType) {
|
|
1204
|
+
/** General */
|
|
1205
|
+
KnownDataFlowComputeType["General"] = "General";
|
|
1206
|
+
/** MemoryOptimized */
|
|
1207
|
+
KnownDataFlowComputeType["MemoryOptimized"] = "MemoryOptimized";
|
|
1208
|
+
/** ComputeOptimized */
|
|
1209
|
+
KnownDataFlowComputeType["ComputeOptimized"] = "ComputeOptimized";
|
|
1210
|
+
})(KnownDataFlowComputeType || (exports.KnownDataFlowComputeType = KnownDataFlowComputeType = {}));
|
|
1211
|
+
/** Known values of {@link IntegrationRuntimeSsisCatalogPricingTier} that the service accepts. */
|
|
1212
|
+
var KnownIntegrationRuntimeSsisCatalogPricingTier;
|
|
1213
|
+
(function (KnownIntegrationRuntimeSsisCatalogPricingTier) {
|
|
1214
|
+
/** Basic */
|
|
1215
|
+
KnownIntegrationRuntimeSsisCatalogPricingTier["Basic"] = "Basic";
|
|
1216
|
+
/** Standard */
|
|
1217
|
+
KnownIntegrationRuntimeSsisCatalogPricingTier["Standard"] = "Standard";
|
|
1218
|
+
/** Premium */
|
|
1219
|
+
KnownIntegrationRuntimeSsisCatalogPricingTier["Premium"] = "Premium";
|
|
1220
|
+
/** PremiumRS */
|
|
1221
|
+
KnownIntegrationRuntimeSsisCatalogPricingTier["PremiumRS"] = "PremiumRS";
|
|
1222
|
+
})(KnownIntegrationRuntimeSsisCatalogPricingTier || (exports.KnownIntegrationRuntimeSsisCatalogPricingTier = KnownIntegrationRuntimeSsisCatalogPricingTier = {}));
|
|
1223
|
+
/** Known values of {@link IntegrationRuntimeLicenseType} that the service accepts. */
|
|
1224
|
+
var KnownIntegrationRuntimeLicenseType;
|
|
1225
|
+
(function (KnownIntegrationRuntimeLicenseType) {
|
|
1226
|
+
/** BasePrice */
|
|
1227
|
+
KnownIntegrationRuntimeLicenseType["BasePrice"] = "BasePrice";
|
|
1228
|
+
/** LicenseIncluded */
|
|
1229
|
+
KnownIntegrationRuntimeLicenseType["LicenseIncluded"] = "LicenseIncluded";
|
|
1230
|
+
})(KnownIntegrationRuntimeLicenseType || (exports.KnownIntegrationRuntimeLicenseType = KnownIntegrationRuntimeLicenseType = {}));
|
|
1231
|
+
/** Known values of {@link IntegrationRuntimeEntityReferenceType} that the service accepts. */
|
|
1232
|
+
var KnownIntegrationRuntimeEntityReferenceType;
|
|
1233
|
+
(function (KnownIntegrationRuntimeEntityReferenceType) {
|
|
1234
|
+
/** IntegrationRuntimeReference */
|
|
1235
|
+
KnownIntegrationRuntimeEntityReferenceType["IntegrationRuntimeReference"] = "IntegrationRuntimeReference";
|
|
1236
|
+
/** LinkedServiceReference */
|
|
1237
|
+
KnownIntegrationRuntimeEntityReferenceType["LinkedServiceReference"] = "LinkedServiceReference";
|
|
1238
|
+
})(KnownIntegrationRuntimeEntityReferenceType || (exports.KnownIntegrationRuntimeEntityReferenceType = KnownIntegrationRuntimeEntityReferenceType = {}));
|
|
1239
|
+
/** Known values of {@link IntegrationRuntimeEdition} that the service accepts. */
|
|
1240
|
+
var KnownIntegrationRuntimeEdition;
|
|
1241
|
+
(function (KnownIntegrationRuntimeEdition) {
|
|
1242
|
+
/** Standard */
|
|
1243
|
+
KnownIntegrationRuntimeEdition["Standard"] = "Standard";
|
|
1244
|
+
/** Enterprise */
|
|
1245
|
+
KnownIntegrationRuntimeEdition["Enterprise"] = "Enterprise";
|
|
1246
|
+
})(KnownIntegrationRuntimeEdition || (exports.KnownIntegrationRuntimeEdition = KnownIntegrationRuntimeEdition = {}));
|
|
1247
|
+
/** Known values of {@link JsonFormatFilePattern} that the service accepts. */
|
|
1248
|
+
var KnownJsonFormatFilePattern;
|
|
1249
|
+
(function (KnownJsonFormatFilePattern) {
|
|
1250
|
+
/** SetOfObjects */
|
|
1251
|
+
KnownJsonFormatFilePattern["SetOfObjects"] = "setOfObjects";
|
|
1252
|
+
/** ArrayOfObjects */
|
|
1253
|
+
KnownJsonFormatFilePattern["ArrayOfObjects"] = "arrayOfObjects";
|
|
1254
|
+
})(KnownJsonFormatFilePattern || (exports.KnownJsonFormatFilePattern = KnownJsonFormatFilePattern = {}));
|
|
1255
|
+
/** Known values of {@link DatasetCompressionLevel} that the service accepts. */
|
|
1256
|
+
var KnownDatasetCompressionLevel;
|
|
1257
|
+
(function (KnownDatasetCompressionLevel) {
|
|
1258
|
+
/** Optimal */
|
|
1259
|
+
KnownDatasetCompressionLevel["Optimal"] = "Optimal";
|
|
1260
|
+
/** Fastest */
|
|
1261
|
+
KnownDatasetCompressionLevel["Fastest"] = "Fastest";
|
|
1262
|
+
})(KnownDatasetCompressionLevel || (exports.KnownDatasetCompressionLevel = KnownDatasetCompressionLevel = {}));
|
|
1263
|
+
/** Known values of {@link AvroCompressionCodec} that the service accepts. */
|
|
1264
|
+
var KnownAvroCompressionCodec;
|
|
1265
|
+
(function (KnownAvroCompressionCodec) {
|
|
1266
|
+
/** None */
|
|
1267
|
+
KnownAvroCompressionCodec["None"] = "none";
|
|
1268
|
+
/** Deflate */
|
|
1269
|
+
KnownAvroCompressionCodec["Deflate"] = "deflate";
|
|
1270
|
+
/** Snappy */
|
|
1271
|
+
KnownAvroCompressionCodec["Snappy"] = "snappy";
|
|
1272
|
+
/** Xz */
|
|
1273
|
+
KnownAvroCompressionCodec["Xz"] = "xz";
|
|
1274
|
+
/** Bzip2 */
|
|
1275
|
+
KnownAvroCompressionCodec["Bzip2"] = "bzip2";
|
|
1276
|
+
})(KnownAvroCompressionCodec || (exports.KnownAvroCompressionCodec = KnownAvroCompressionCodec = {}));
|
|
1277
|
+
/** Known values of {@link ParquetCompressionCodecEnum} that the service accepts. */
|
|
1278
|
+
var KnownParquetCompressionCodecEnum;
|
|
1279
|
+
(function (KnownParquetCompressionCodecEnum) {
|
|
1280
|
+
/** None */
|
|
1281
|
+
KnownParquetCompressionCodecEnum["None"] = "none";
|
|
1282
|
+
/** Gzip */
|
|
1283
|
+
KnownParquetCompressionCodecEnum["Gzip"] = "gzip";
|
|
1284
|
+
/** Snappy */
|
|
1285
|
+
KnownParquetCompressionCodecEnum["Snappy"] = "snappy";
|
|
1286
|
+
/** Lzo */
|
|
1287
|
+
KnownParquetCompressionCodecEnum["Lzo"] = "lzo";
|
|
1288
|
+
})(KnownParquetCompressionCodecEnum || (exports.KnownParquetCompressionCodecEnum = KnownParquetCompressionCodecEnum = {}));
|
|
1289
|
+
/** Known values of {@link CompressionCodec} that the service accepts. */
|
|
1290
|
+
var KnownCompressionCodec;
|
|
1291
|
+
(function (KnownCompressionCodec) {
|
|
1292
|
+
/** None */
|
|
1293
|
+
KnownCompressionCodec["None"] = "none";
|
|
1294
|
+
/** Lzo */
|
|
1295
|
+
KnownCompressionCodec["Lzo"] = "lzo";
|
|
1296
|
+
/** Bzip2 */
|
|
1297
|
+
KnownCompressionCodec["Bzip2"] = "bzip2";
|
|
1298
|
+
/** Gzip */
|
|
1299
|
+
KnownCompressionCodec["Gzip"] = "gzip";
|
|
1300
|
+
/** Deflate */
|
|
1301
|
+
KnownCompressionCodec["Deflate"] = "deflate";
|
|
1302
|
+
/** ZipDeflate */
|
|
1303
|
+
KnownCompressionCodec["ZipDeflate"] = "zipDeflate";
|
|
1304
|
+
/** Snappy */
|
|
1305
|
+
KnownCompressionCodec["Snappy"] = "snappy";
|
|
1306
|
+
/** Lz4 */
|
|
1307
|
+
KnownCompressionCodec["Lz4"] = "lz4";
|
|
1308
|
+
/** Tar */
|
|
1309
|
+
KnownCompressionCodec["Tar"] = "tar";
|
|
1310
|
+
/** TarGZip */
|
|
1311
|
+
KnownCompressionCodec["TarGZip"] = "tarGZip";
|
|
1312
|
+
})(KnownCompressionCodec || (exports.KnownCompressionCodec = KnownCompressionCodec = {}));
|
|
1313
|
+
/** Known values of {@link OrcCompressionCodec} that the service accepts. */
|
|
1314
|
+
var KnownOrcCompressionCodec;
|
|
1315
|
+
(function (KnownOrcCompressionCodec) {
|
|
1316
|
+
/** None */
|
|
1317
|
+
KnownOrcCompressionCodec["None"] = "none";
|
|
1318
|
+
/** Zlib */
|
|
1319
|
+
KnownOrcCompressionCodec["Zlib"] = "zlib";
|
|
1320
|
+
/** Snappy */
|
|
1321
|
+
KnownOrcCompressionCodec["Snappy"] = "snappy";
|
|
1322
|
+
/** Lzo */
|
|
1323
|
+
KnownOrcCompressionCodec["Lzo"] = "lzo";
|
|
1324
|
+
})(KnownOrcCompressionCodec || (exports.KnownOrcCompressionCodec = KnownOrcCompressionCodec = {}));
|
|
1325
|
+
/** Known values of {@link DynamicsDeploymentType} that the service accepts. */
|
|
1326
|
+
var KnownDynamicsDeploymentType;
|
|
1327
|
+
(function (KnownDynamicsDeploymentType) {
|
|
1328
|
+
/** Online */
|
|
1329
|
+
KnownDynamicsDeploymentType["Online"] = "Online";
|
|
1330
|
+
/** OnPremisesWithIfd */
|
|
1331
|
+
KnownDynamicsDeploymentType["OnPremisesWithIfd"] = "OnPremisesWithIfd";
|
|
1332
|
+
})(KnownDynamicsDeploymentType || (exports.KnownDynamicsDeploymentType = KnownDynamicsDeploymentType = {}));
|
|
1333
|
+
/** Known values of {@link DynamicsAuthenticationType} that the service accepts. */
|
|
1334
|
+
var KnownDynamicsAuthenticationType;
|
|
1335
|
+
(function (KnownDynamicsAuthenticationType) {
|
|
1336
|
+
/** Office365 */
|
|
1337
|
+
KnownDynamicsAuthenticationType["Office365"] = "Office365";
|
|
1338
|
+
/** Ifd */
|
|
1339
|
+
KnownDynamicsAuthenticationType["Ifd"] = "Ifd";
|
|
1340
|
+
/** AADServicePrincipal */
|
|
1341
|
+
KnownDynamicsAuthenticationType["AADServicePrincipal"] = "AADServicePrincipal";
|
|
1342
|
+
/** ActiveDirectory */
|
|
1343
|
+
KnownDynamicsAuthenticationType["ActiveDirectory"] = "Active Directory";
|
|
1344
|
+
})(KnownDynamicsAuthenticationType || (exports.KnownDynamicsAuthenticationType = KnownDynamicsAuthenticationType = {}));
|
|
1345
|
+
/** Known values of {@link DynamicsServicePrincipalCredentialType} that the service accepts. */
|
|
1346
|
+
var KnownDynamicsServicePrincipalCredentialType;
|
|
1347
|
+
(function (KnownDynamicsServicePrincipalCredentialType) {
|
|
1348
|
+
/** ServicePrincipalKey */
|
|
1349
|
+
KnownDynamicsServicePrincipalCredentialType["ServicePrincipalKey"] = "ServicePrincipalKey";
|
|
1350
|
+
/** ServicePrincipalCert */
|
|
1351
|
+
KnownDynamicsServicePrincipalCredentialType["ServicePrincipalCert"] = "ServicePrincipalCert";
|
|
1352
|
+
})(KnownDynamicsServicePrincipalCredentialType || (exports.KnownDynamicsServicePrincipalCredentialType = KnownDynamicsServicePrincipalCredentialType = {}));
|
|
1353
|
+
/** Known values of {@link HdiNodeTypes} that the service accepts. */
|
|
1354
|
+
var KnownHdiNodeTypes;
|
|
1355
|
+
(function (KnownHdiNodeTypes) {
|
|
1356
|
+
/** Headnode */
|
|
1357
|
+
KnownHdiNodeTypes["Headnode"] = "Headnode";
|
|
1358
|
+
/** Workernode */
|
|
1359
|
+
KnownHdiNodeTypes["Workernode"] = "Workernode";
|
|
1360
|
+
/** Zookeeper */
|
|
1361
|
+
KnownHdiNodeTypes["Zookeeper"] = "Zookeeper";
|
|
1362
|
+
})(KnownHdiNodeTypes || (exports.KnownHdiNodeTypes = KnownHdiNodeTypes = {}));
|
|
1363
|
+
/** Known values of {@link JsonWriteFilePattern} that the service accepts. */
|
|
1364
|
+
var KnownJsonWriteFilePattern;
|
|
1365
|
+
(function (KnownJsonWriteFilePattern) {
|
|
1366
|
+
/** SetOfObjects */
|
|
1367
|
+
KnownJsonWriteFilePattern["SetOfObjects"] = "setOfObjects";
|
|
1368
|
+
/** ArrayOfObjects */
|
|
1369
|
+
KnownJsonWriteFilePattern["ArrayOfObjects"] = "arrayOfObjects";
|
|
1370
|
+
})(KnownJsonWriteFilePattern || (exports.KnownJsonWriteFilePattern = KnownJsonWriteFilePattern = {}));
|
|
1371
|
+
/** Known values of {@link SalesforceSourceReadBehavior} that the service accepts. */
|
|
1372
|
+
var KnownSalesforceSourceReadBehavior;
|
|
1373
|
+
(function (KnownSalesforceSourceReadBehavior) {
|
|
1374
|
+
/** Query */
|
|
1375
|
+
KnownSalesforceSourceReadBehavior["Query"] = "Query";
|
|
1376
|
+
/** QueryAll */
|
|
1377
|
+
KnownSalesforceSourceReadBehavior["QueryAll"] = "QueryAll";
|
|
1378
|
+
})(KnownSalesforceSourceReadBehavior || (exports.KnownSalesforceSourceReadBehavior = KnownSalesforceSourceReadBehavior = {}));
|
|
1379
|
+
/** Known values of {@link AmazonRdsForOraclePartitionOption} that the service accepts. */
|
|
1380
|
+
var KnownAmazonRdsForOraclePartitionOption;
|
|
1381
|
+
(function (KnownAmazonRdsForOraclePartitionOption) {
|
|
1382
|
+
/** None */
|
|
1383
|
+
KnownAmazonRdsForOraclePartitionOption["None"] = "None";
|
|
1384
|
+
/** PhysicalPartitionsOfTable */
|
|
1385
|
+
KnownAmazonRdsForOraclePartitionOption["PhysicalPartitionsOfTable"] = "PhysicalPartitionsOfTable";
|
|
1386
|
+
/** DynamicRange */
|
|
1387
|
+
KnownAmazonRdsForOraclePartitionOption["DynamicRange"] = "DynamicRange";
|
|
1388
|
+
})(KnownAmazonRdsForOraclePartitionOption || (exports.KnownAmazonRdsForOraclePartitionOption = KnownAmazonRdsForOraclePartitionOption = {}));
|
|
1389
|
+
/** Known values of {@link CopyBehaviorType} that the service accepts. */
|
|
1390
|
+
var KnownCopyBehaviorType;
|
|
1391
|
+
(function (KnownCopyBehaviorType) {
|
|
1392
|
+
/** PreserveHierarchy */
|
|
1393
|
+
KnownCopyBehaviorType["PreserveHierarchy"] = "PreserveHierarchy";
|
|
1394
|
+
/** FlattenHierarchy */
|
|
1395
|
+
KnownCopyBehaviorType["FlattenHierarchy"] = "FlattenHierarchy";
|
|
1396
|
+
/** MergeFiles */
|
|
1397
|
+
KnownCopyBehaviorType["MergeFiles"] = "MergeFiles";
|
|
1398
|
+
})(KnownCopyBehaviorType || (exports.KnownCopyBehaviorType = KnownCopyBehaviorType = {}));
|
|
1399
|
+
/** Known values of {@link ScriptType} that the service accepts. */
|
|
1400
|
+
var KnownScriptType;
|
|
1401
|
+
(function (KnownScriptType) {
|
|
1402
|
+
/** Query */
|
|
1403
|
+
KnownScriptType["Query"] = "Query";
|
|
1404
|
+
/** NonQuery */
|
|
1405
|
+
KnownScriptType["NonQuery"] = "NonQuery";
|
|
1406
|
+
})(KnownScriptType || (exports.KnownScriptType = KnownScriptType = {}));
|
|
1407
|
+
/** Known values of {@link SqlPartitionOption} that the service accepts. */
|
|
1408
|
+
var KnownSqlPartitionOption;
|
|
1409
|
+
(function (KnownSqlPartitionOption) {
|
|
1410
|
+
/** None */
|
|
1411
|
+
KnownSqlPartitionOption["None"] = "None";
|
|
1412
|
+
/** PhysicalPartitionsOfTable */
|
|
1413
|
+
KnownSqlPartitionOption["PhysicalPartitionsOfTable"] = "PhysicalPartitionsOfTable";
|
|
1414
|
+
/** DynamicRange */
|
|
1415
|
+
KnownSqlPartitionOption["DynamicRange"] = "DynamicRange";
|
|
1416
|
+
})(KnownSqlPartitionOption || (exports.KnownSqlPartitionOption = KnownSqlPartitionOption = {}));
|
|
1417
|
+
/** Known values of {@link SapHanaPartitionOption} that the service accepts. */
|
|
1418
|
+
var KnownSapHanaPartitionOption;
|
|
1419
|
+
(function (KnownSapHanaPartitionOption) {
|
|
1420
|
+
/** None */
|
|
1421
|
+
KnownSapHanaPartitionOption["None"] = "None";
|
|
1422
|
+
/** PhysicalPartitionsOfTable */
|
|
1423
|
+
KnownSapHanaPartitionOption["PhysicalPartitionsOfTable"] = "PhysicalPartitionsOfTable";
|
|
1424
|
+
/** SapHanaDynamicRange */
|
|
1425
|
+
KnownSapHanaPartitionOption["SapHanaDynamicRange"] = "SapHanaDynamicRange";
|
|
1426
|
+
})(KnownSapHanaPartitionOption || (exports.KnownSapHanaPartitionOption = KnownSapHanaPartitionOption = {}));
|
|
1427
|
+
/** Known values of {@link SapTablePartitionOption} that the service accepts. */
|
|
1428
|
+
var KnownSapTablePartitionOption;
|
|
1429
|
+
(function (KnownSapTablePartitionOption) {
|
|
1430
|
+
/** None */
|
|
1431
|
+
KnownSapTablePartitionOption["None"] = "None";
|
|
1432
|
+
/** PartitionOnInt */
|
|
1433
|
+
KnownSapTablePartitionOption["PartitionOnInt"] = "PartitionOnInt";
|
|
1434
|
+
/** PartitionOnCalendarYear */
|
|
1435
|
+
KnownSapTablePartitionOption["PartitionOnCalendarYear"] = "PartitionOnCalendarYear";
|
|
1436
|
+
/** PartitionOnCalendarMonth */
|
|
1437
|
+
KnownSapTablePartitionOption["PartitionOnCalendarMonth"] = "PartitionOnCalendarMonth";
|
|
1438
|
+
/** PartitionOnCalendarDate */
|
|
1439
|
+
KnownSapTablePartitionOption["PartitionOnCalendarDate"] = "PartitionOnCalendarDate";
|
|
1440
|
+
/** PartitionOnTime */
|
|
1441
|
+
KnownSapTablePartitionOption["PartitionOnTime"] = "PartitionOnTime";
|
|
1442
|
+
})(KnownSapTablePartitionOption || (exports.KnownSapTablePartitionOption = KnownSapTablePartitionOption = {}));
|
|
1443
|
+
//# sourceMappingURL=index.js.map
|