@azure/synapse-artifacts 1.0.0-beta.15 → 1.0.0-beta.16

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.
Files changed (996) hide show
  1. package/LICENSE +4 -4
  2. package/README.md +11 -13
  3. package/dist/browser/artifactsClient.d.ts +40 -0
  4. package/dist/browser/artifactsClient.d.ts.map +1 -0
  5. package/{dist-esm/src → dist/browser}/artifactsClient.js +7 -8
  6. package/dist/browser/artifactsClient.js.map +1 -0
  7. package/dist/browser/index.d.ts +5 -0
  8. package/dist/browser/index.d.ts.map +1 -0
  9. package/{dist-esm/src → dist/browser}/index.js +4 -4
  10. package/dist/browser/index.js.map +1 -0
  11. package/dist/browser/lroImpl.d.ts +11 -0
  12. package/dist/browser/lroImpl.d.ts.map +1 -0
  13. package/dist/browser/lroImpl.js.map +1 -0
  14. package/{types/synapse-artifacts.d.ts → dist/browser/models/index.d.ts} +13486 -15069
  15. package/dist/browser/models/index.d.ts.map +1 -0
  16. package/{dist-esm/src → dist/browser}/models/index.js +72 -0
  17. package/dist/browser/models/index.js.map +1 -0
  18. package/dist/browser/models/mappers.d.ts +1308 -0
  19. package/dist/browser/models/mappers.d.ts.map +1 -0
  20. package/{dist-esm/src → dist/browser}/models/mappers.js +4727 -3095
  21. package/dist/browser/models/mappers.js.map +1 -0
  22. package/dist/browser/models/parameters.d.ts +70 -0
  23. package/dist/browser/models/parameters.d.ts.map +1 -0
  24. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  25. package/dist/browser/models/parameters.js.map +1 -0
  26. package/dist/browser/operations/bigDataPools.d.ts +24 -0
  27. package/dist/browser/operations/bigDataPools.d.ts.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/bigDataPools.js +32 -32
  29. package/dist/browser/operations/bigDataPools.js.map +1 -0
  30. package/dist/browser/operations/dataFlowDebugSession.d.ts +70 -0
  31. package/dist/browser/operations/dataFlowDebugSession.d.ts.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/dataFlowDebugSession.js +154 -155
  33. package/dist/browser/operations/dataFlowDebugSession.js.map +1 -0
  34. package/dist/browser/operations/dataFlowOperations.d.ts +80 -0
  35. package/dist/browser/operations/dataFlowOperations.d.ts.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/dataFlowOperations.js +149 -154
  37. package/dist/browser/operations/dataFlowOperations.js.map +1 -0
  38. package/dist/browser/operations/datasetOperations.d.ts +79 -0
  39. package/dist/browser/operations/datasetOperations.d.ts.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operations/datasetOperations.js +150 -155
  41. package/dist/browser/operations/datasetOperations.js.map +1 -0
  42. package/dist/browser/operations/index.d.ts +25 -0
  43. package/dist/browser/operations/index.d.ts.map +1 -0
  44. package/dist/browser/operations/index.js +32 -0
  45. package/dist/browser/operations/index.js.map +1 -0
  46. package/dist/browser/operations/integrationRuntimes.d.ts +24 -0
  47. package/dist/browser/operations/integrationRuntimes.d.ts.map +1 -0
  48. package/{dist-esm/src → dist/browser}/operations/integrationRuntimes.js +32 -32
  49. package/dist/browser/operations/integrationRuntimes.js.map +1 -0
  50. package/dist/browser/operations/kqlScriptOperations.d.ts +60 -0
  51. package/dist/browser/operations/kqlScriptOperations.d.ts.map +1 -0
  52. package/{dist-esm/src → dist/browser}/operations/kqlScriptOperations.js +107 -107
  53. package/dist/browser/operations/kqlScriptOperations.js.map +1 -0
  54. package/dist/browser/operations/kqlScripts.d.ts +32 -0
  55. package/dist/browser/operations/kqlScripts.d.ts.map +1 -0
  56. package/{dist-esm/src → dist/browser}/operations/kqlScripts.js +48 -49
  57. package/dist/browser/operations/kqlScripts.js.map +1 -0
  58. package/dist/browser/operations/library.d.ts +98 -0
  59. package/dist/browser/operations/library.d.ts.map +1 -0
  60. package/{dist-esm/src → dist/browser}/operations/library.js +182 -183
  61. package/dist/browser/operations/library.js.map +1 -0
  62. package/dist/browser/operations/linkConnectionOperations.d.ts +112 -0
  63. package/dist/browser/operations/linkConnectionOperations.d.ts.map +1 -0
  64. package/{dist-esm/src → dist/browser}/operations/linkConnectionOperations.js +222 -223
  65. package/dist/browser/operations/linkConnectionOperations.js.map +1 -0
  66. package/dist/browser/operations/linkedServiceOperations.d.ts +80 -0
  67. package/dist/browser/operations/linkedServiceOperations.d.ts.map +1 -0
  68. package/{dist-esm/src → dist/browser}/operations/linkedServiceOperations.js +150 -155
  69. package/dist/browser/operations/linkedServiceOperations.js.map +1 -0
  70. package/dist/browser/operations/metastore.d.ts +40 -0
  71. package/dist/browser/operations/metastore.d.ts.map +1 -0
  72. package/{dist-esm/src → dist/browser}/operations/metastore.js +56 -56
  73. package/dist/browser/operations/metastore.js.map +1 -0
  74. package/dist/browser/operations/notebookOperationResult.d.ts +19 -0
  75. package/dist/browser/operations/notebookOperationResult.d.ts.map +1 -0
  76. package/{dist-esm/src → dist/browser}/operations/notebookOperationResult.js +23 -23
  77. package/dist/browser/operations/notebookOperationResult.js.map +1 -0
  78. package/dist/browser/operations/notebookOperations.d.ts +99 -0
  79. package/dist/browser/operations/notebookOperations.d.ts.map +1 -0
  80. package/{dist-esm/src → dist/browser}/operations/notebookOperations.js +191 -196
  81. package/dist/browser/operations/notebookOperations.js.map +1 -0
  82. package/dist/browser/operations/pipelineOperations.d.ts +86 -0
  83. package/dist/browser/operations/pipelineOperations.d.ts.map +1 -0
  84. package/{dist-esm/src → dist/browser}/operations/pipelineOperations.js +177 -182
  85. package/dist/browser/operations/pipelineOperations.js.map +1 -0
  86. package/dist/browser/operations/pipelineRunOperations.d.ts +39 -0
  87. package/dist/browser/operations/pipelineRunOperations.d.ts.map +1 -0
  88. package/{dist-esm/src → dist/browser}/operations/pipelineRunOperations.js +56 -60
  89. package/dist/browser/operations/pipelineRunOperations.js.map +1 -0
  90. package/dist/browser/operations/runNotebook.d.ts +46 -0
  91. package/dist/browser/operations/runNotebook.d.ts.map +1 -0
  92. package/{dist-esm/src → dist/browser}/operations/runNotebook.js +98 -98
  93. package/dist/browser/operations/runNotebook.js.map +1 -0
  94. package/dist/browser/operations/sparkConfigurationOperations.d.ts +80 -0
  95. package/dist/browser/operations/sparkConfigurationOperations.d.ts.map +1 -0
  96. package/{dist-esm/src → dist/browser}/operations/sparkConfigurationOperations.js +150 -155
  97. package/dist/browser/operations/sparkConfigurationOperations.js.map +1 -0
  98. package/dist/browser/operations/sparkJobDefinitionOperations.d.ts +104 -0
  99. package/dist/browser/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
  100. package/{dist-esm/src → dist/browser}/operations/sparkJobDefinitionOperations.js +211 -215
  101. package/dist/browser/operations/sparkJobDefinitionOperations.js.map +1 -0
  102. package/dist/browser/operations/sqlPools.d.ts +24 -0
  103. package/dist/browser/operations/sqlPools.d.ts.map +1 -0
  104. package/{dist-esm/src → dist/browser}/operations/sqlPools.js +33 -32
  105. package/dist/browser/operations/sqlPools.js.map +1 -0
  106. package/dist/browser/operations/sqlScriptOperations.d.ts +80 -0
  107. package/dist/browser/operations/sqlScriptOperations.d.ts.map +1 -0
  108. package/{dist-esm/src → dist/browser}/operations/sqlScriptOperations.js +151 -155
  109. package/dist/browser/operations/sqlScriptOperations.js.map +1 -0
  110. package/dist/browser/operations/triggerOperations.d.ts +119 -0
  111. package/dist/browser/operations/triggerOperations.d.ts.map +1 -0
  112. package/{dist-esm/src → dist/browser}/operations/triggerOperations.js +246 -250
  113. package/dist/browser/operations/triggerOperations.js.map +1 -0
  114. package/dist/browser/operations/triggerRunOperations.d.ts +33 -0
  115. package/dist/browser/operations/triggerRunOperations.d.ts.map +1 -0
  116. package/{dist-esm/src → dist/browser}/operations/triggerRunOperations.js +48 -55
  117. package/dist/browser/operations/triggerRunOperations.js.map +1 -0
  118. package/dist/browser/operations/workspaceGitRepoManagement.d.ts +19 -0
  119. package/dist/browser/operations/workspaceGitRepoManagement.d.ts.map +1 -0
  120. package/{dist-esm/src → dist/browser}/operations/workspaceGitRepoManagement.js +25 -28
  121. package/dist/browser/operations/workspaceGitRepoManagement.js.map +1 -0
  122. package/dist/browser/operations/workspaceOperations.d.ts +18 -0
  123. package/dist/browser/operations/workspaceOperations.d.ts.map +1 -0
  124. package/{dist-esm/src → dist/browser}/operations/workspaceOperations.js +23 -22
  125. package/dist/browser/operations/workspaceOperations.js.map +1 -0
  126. package/dist/browser/operationsInterfaces/bigDataPools.d.ts +16 -0
  127. package/dist/browser/operationsInterfaces/bigDataPools.d.ts.map +1 -0
  128. package/dist/browser/operationsInterfaces/bigDataPools.js.map +1 -0
  129. package/dist/browser/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
  130. package/dist/browser/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
  131. package/dist/browser/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
  132. package/dist/browser/operationsInterfaces/dataFlowOperations.d.ts +58 -0
  133. package/dist/browser/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
  134. package/dist/browser/operationsInterfaces/dataFlowOperations.js.map +1 -0
  135. package/dist/browser/operationsInterfaces/datasetOperations.d.ts +58 -0
  136. package/dist/browser/operationsInterfaces/datasetOperations.d.ts.map +1 -0
  137. package/dist/browser/operationsInterfaces/datasetOperations.js.map +1 -0
  138. package/dist/browser/operationsInterfaces/index.d.ts +25 -0
  139. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  140. package/dist/browser/operationsInterfaces/index.js +32 -0
  141. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  142. package/dist/browser/operationsInterfaces/integrationRuntimes.d.ts +16 -0
  143. package/dist/browser/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
  144. package/dist/browser/operationsInterfaces/integrationRuntimes.js.map +1 -0
  145. package/dist/browser/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
  146. package/dist/browser/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
  147. package/dist/browser/operationsInterfaces/kqlScriptOperations.js.map +1 -0
  148. package/dist/browser/operationsInterfaces/kqlScripts.d.ts +11 -0
  149. package/dist/browser/operationsInterfaces/kqlScripts.d.ts.map +1 -0
  150. package/dist/browser/operationsInterfaces/kqlScripts.js.map +1 -0
  151. package/dist/browser/operationsInterfaces/library.d.ts +77 -0
  152. package/dist/browser/operationsInterfaces/library.d.ts.map +1 -0
  153. package/dist/browser/operationsInterfaces/library.js.map +1 -0
  154. package/dist/browser/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
  155. package/dist/browser/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
  156. package/dist/browser/operationsInterfaces/linkConnectionOperations.js.map +1 -0
  157. package/dist/browser/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
  158. package/dist/browser/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
  159. package/dist/browser/operationsInterfaces/linkedServiceOperations.js.map +1 -0
  160. package/dist/browser/operationsInterfaces/metastore.d.ts +32 -0
  161. package/dist/browser/operationsInterfaces/metastore.d.ts.map +1 -0
  162. package/dist/browser/operationsInterfaces/metastore.js.map +1 -0
  163. package/dist/browser/operationsInterfaces/notebookOperationResult.d.ts +11 -0
  164. package/dist/browser/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
  165. package/dist/browser/operationsInterfaces/notebookOperationResult.js.map +1 -0
  166. package/dist/browser/operationsInterfaces/notebookOperations.d.ts +63 -0
  167. package/dist/browser/operationsInterfaces/notebookOperations.d.ts.map +1 -0
  168. package/dist/browser/operationsInterfaces/notebookOperations.js.map +1 -0
  169. package/dist/browser/operationsInterfaces/pipelineOperations.d.ts +64 -0
  170. package/dist/browser/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
  171. package/dist/browser/operationsInterfaces/pipelineOperations.js.map +1 -0
  172. package/dist/browser/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
  173. package/dist/browser/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
  174. package/dist/browser/operationsInterfaces/pipelineRunOperations.js.map +1 -0
  175. package/dist/browser/operationsInterfaces/runNotebook.d.ts +38 -0
  176. package/dist/browser/operationsInterfaces/runNotebook.d.ts.map +1 -0
  177. package/dist/browser/operationsInterfaces/runNotebook.js.map +1 -0
  178. package/dist/browser/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
  179. package/dist/browser/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
  180. package/dist/browser/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
  181. package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
  182. package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
  183. package/dist/browser/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
  184. package/dist/browser/operationsInterfaces/sqlPools.d.ts +16 -0
  185. package/dist/browser/operationsInterfaces/sqlPools.d.ts.map +1 -0
  186. package/dist/browser/operationsInterfaces/sqlPools.js.map +1 -0
  187. package/dist/browser/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
  188. package/dist/browser/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
  189. package/dist/browser/operationsInterfaces/sqlScriptOperations.js.map +1 -0
  190. package/dist/browser/operationsInterfaces/triggerOperations.d.ts +98 -0
  191. package/dist/browser/operationsInterfaces/triggerOperations.d.ts.map +1 -0
  192. package/dist/browser/operationsInterfaces/triggerOperations.js.map +1 -0
  193. package/dist/browser/operationsInterfaces/triggerRunOperations.d.ts +25 -0
  194. package/dist/browser/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
  195. package/dist/browser/operationsInterfaces/triggerRunOperations.js.map +1 -0
  196. package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
  197. package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
  198. package/dist/browser/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
  199. package/dist/browser/operationsInterfaces/workspaceOperations.d.ts +10 -0
  200. package/dist/browser/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
  201. package/dist/browser/operationsInterfaces/workspaceOperations.js.map +1 -0
  202. package/dist/browser/package.json +3 -0
  203. package/dist/browser/pagingHelper.d.ts +13 -0
  204. package/dist/browser/pagingHelper.d.ts.map +1 -0
  205. package/{dist-esm/src → dist/browser}/pagingHelper.js +1 -1
  206. package/dist/browser/pagingHelper.js.map +1 -0
  207. package/dist/browser/tracing.d.ts +2 -0
  208. package/dist/browser/tracing.d.ts.map +1 -0
  209. package/{dist-esm/src → dist/browser}/tracing.js +1 -1
  210. package/{dist-esm/src → dist/browser}/tracing.js.map +1 -1
  211. package/dist/commonjs/artifactsClient.d.ts +40 -0
  212. package/dist/commonjs/artifactsClient.d.ts.map +1 -0
  213. package/dist/commonjs/artifactsClient.js +99 -0
  214. package/dist/commonjs/artifactsClient.js.map +1 -0
  215. package/dist/commonjs/index.d.ts +5 -0
  216. package/dist/commonjs/index.d.ts.map +1 -0
  217. package/dist/commonjs/index.js +19 -0
  218. package/dist/commonjs/index.js.map +1 -0
  219. package/dist/commonjs/lroImpl.d.ts +11 -0
  220. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  221. package/dist/commonjs/lroImpl.js +24 -0
  222. package/dist/commonjs/lroImpl.js.map +1 -0
  223. package/dist/commonjs/models/index.d.ts +13486 -0
  224. package/dist/commonjs/models/index.d.ts.map +1 -0
  225. package/dist/commonjs/models/index.js +1391 -0
  226. package/dist/commonjs/models/index.js.map +1 -0
  227. package/dist/commonjs/models/mappers.d.ts +1308 -0
  228. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  229. package/dist/commonjs/models/mappers.js +27164 -0
  230. package/dist/commonjs/models/mappers.js.map +1 -0
  231. package/dist/commonjs/models/parameters.d.ts +70 -0
  232. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  233. package/dist/commonjs/models/parameters.js +573 -0
  234. package/dist/commonjs/models/parameters.js.map +1 -0
  235. package/dist/commonjs/operations/bigDataPools.d.ts +24 -0
  236. package/dist/commonjs/operations/bigDataPools.d.ts.map +1 -0
  237. package/dist/commonjs/operations/bigDataPools.js +80 -0
  238. package/dist/commonjs/operations/bigDataPools.js.map +1 -0
  239. package/dist/commonjs/operations/dataFlowDebugSession.d.ts +70 -0
  240. package/dist/commonjs/operations/dataFlowDebugSession.d.ts.map +1 -0
  241. package/dist/commonjs/operations/dataFlowDebugSession.js +354 -0
  242. package/dist/commonjs/operations/dataFlowDebugSession.js.map +1 -0
  243. package/dist/commonjs/operations/dataFlowOperations.d.ts +80 -0
  244. package/dist/commonjs/operations/dataFlowOperations.d.ts.map +1 -0
  245. package/dist/commonjs/operations/dataFlowOperations.js +390 -0
  246. package/dist/commonjs/operations/dataFlowOperations.js.map +1 -0
  247. package/dist/commonjs/operations/datasetOperations.d.ts +79 -0
  248. package/dist/commonjs/operations/datasetOperations.d.ts.map +1 -0
  249. package/dist/commonjs/operations/datasetOperations.js +390 -0
  250. package/dist/commonjs/operations/datasetOperations.js.map +1 -0
  251. package/dist/commonjs/operations/index.d.ts +25 -0
  252. package/dist/commonjs/operations/index.d.ts.map +1 -0
  253. package/dist/commonjs/operations/index.js +35 -0
  254. package/dist/commonjs/operations/index.js.map +1 -0
  255. package/dist/commonjs/operations/integrationRuntimes.d.ts +24 -0
  256. package/dist/commonjs/operations/integrationRuntimes.d.ts.map +1 -0
  257. package/dist/commonjs/operations/integrationRuntimes.js +80 -0
  258. package/dist/commonjs/operations/integrationRuntimes.js.map +1 -0
  259. package/dist/commonjs/operations/kqlScriptOperations.d.ts +60 -0
  260. package/dist/commonjs/operations/kqlScriptOperations.d.ts.map +1 -0
  261. package/dist/commonjs/operations/kqlScriptOperations.js +277 -0
  262. package/dist/commonjs/operations/kqlScriptOperations.js.map +1 -0
  263. package/dist/commonjs/operations/kqlScripts.d.ts +32 -0
  264. package/dist/commonjs/operations/kqlScripts.d.ts.map +1 -0
  265. package/dist/commonjs/operations/kqlScripts.js +141 -0
  266. package/dist/commonjs/operations/kqlScripts.js.map +1 -0
  267. package/dist/commonjs/operations/library.d.ts +98 -0
  268. package/dist/commonjs/operations/library.d.ts.map +1 -0
  269. package/dist/commonjs/operations/library.js +443 -0
  270. package/dist/commonjs/operations/library.js.map +1 -0
  271. package/dist/commonjs/operations/linkConnectionOperations.d.ts +112 -0
  272. package/dist/commonjs/operations/linkConnectionOperations.d.ts.map +1 -0
  273. package/dist/commonjs/operations/linkConnectionOperations.js +456 -0
  274. package/dist/commonjs/operations/linkConnectionOperations.js.map +1 -0
  275. package/dist/commonjs/operations/linkedServiceOperations.d.ts +80 -0
  276. package/dist/commonjs/operations/linkedServiceOperations.d.ts.map +1 -0
  277. package/dist/commonjs/operations/linkedServiceOperations.js +391 -0
  278. package/dist/commonjs/operations/linkedServiceOperations.js.map +1 -0
  279. package/dist/commonjs/operations/metastore.d.ts +40 -0
  280. package/dist/commonjs/operations/metastore.d.ts.map +1 -0
  281. package/dist/commonjs/operations/metastore.js +138 -0
  282. package/dist/commonjs/operations/metastore.js.map +1 -0
  283. package/dist/commonjs/operations/notebookOperationResult.d.ts +19 -0
  284. package/dist/commonjs/operations/notebookOperationResult.d.ts.map +1 -0
  285. package/dist/commonjs/operations/notebookOperationResult.js +56 -0
  286. package/dist/commonjs/operations/notebookOperationResult.js.map +1 -0
  287. package/dist/commonjs/operations/notebookOperations.d.ts +99 -0
  288. package/dist/commonjs/operations/notebookOperations.d.ts.map +1 -0
  289. package/dist/commonjs/operations/notebookOperations.js +503 -0
  290. package/dist/commonjs/operations/notebookOperations.js.map +1 -0
  291. package/dist/commonjs/operations/pipelineOperations.d.ts +86 -0
  292. package/dist/commonjs/operations/pipelineOperations.d.ts.map +1 -0
  293. package/dist/commonjs/operations/pipelineOperations.js +424 -0
  294. package/dist/commonjs/operations/pipelineOperations.js.map +1 -0
  295. package/dist/commonjs/operations/pipelineRunOperations.d.ts +39 -0
  296. package/dist/commonjs/operations/pipelineRunOperations.d.ts.map +1 -0
  297. package/dist/commonjs/operations/pipelineRunOperations.js +137 -0
  298. package/dist/commonjs/operations/pipelineRunOperations.js.map +1 -0
  299. package/dist/commonjs/operations/runNotebook.d.ts +46 -0
  300. package/dist/commonjs/operations/runNotebook.d.ts.map +1 -0
  301. package/dist/commonjs/operations/runNotebook.js +197 -0
  302. package/dist/commonjs/operations/runNotebook.js.map +1 -0
  303. package/dist/commonjs/operations/sparkConfigurationOperations.d.ts +80 -0
  304. package/dist/commonjs/operations/sparkConfigurationOperations.d.ts.map +1 -0
  305. package/dist/commonjs/operations/sparkConfigurationOperations.js +391 -0
  306. package/dist/commonjs/operations/sparkConfigurationOperations.js.map +1 -0
  307. package/dist/commonjs/operations/sparkJobDefinitionOperations.d.ts +104 -0
  308. package/dist/commonjs/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
  309. package/dist/commonjs/operations/sparkJobDefinitionOperations.js +548 -0
  310. package/dist/commonjs/operations/sparkJobDefinitionOperations.js.map +1 -0
  311. package/dist/commonjs/operations/sqlPools.d.ts +24 -0
  312. package/dist/commonjs/operations/sqlPools.d.ts.map +1 -0
  313. package/dist/commonjs/operations/sqlPools.js +81 -0
  314. package/dist/commonjs/operations/sqlPools.js.map +1 -0
  315. package/dist/commonjs/operations/sqlScriptOperations.d.ts +80 -0
  316. package/dist/commonjs/operations/sqlScriptOperations.d.ts.map +1 -0
  317. package/dist/commonjs/operations/sqlScriptOperations.js +392 -0
  318. package/dist/commonjs/operations/sqlScriptOperations.js.map +1 -0
  319. package/dist/commonjs/operations/triggerOperations.d.ts +119 -0
  320. package/dist/commonjs/operations/triggerOperations.d.ts.map +1 -0
  321. package/dist/commonjs/operations/triggerOperations.js +633 -0
  322. package/dist/commonjs/operations/triggerOperations.js.map +1 -0
  323. package/dist/commonjs/operations/triggerRunOperations.d.ts +33 -0
  324. package/dist/commonjs/operations/triggerRunOperations.d.ts.map +1 -0
  325. package/dist/commonjs/operations/triggerRunOperations.js +108 -0
  326. package/dist/commonjs/operations/triggerRunOperations.js.map +1 -0
  327. package/dist/commonjs/operations/workspaceGitRepoManagement.d.ts +19 -0
  328. package/dist/commonjs/operations/workspaceGitRepoManagement.d.ts.map +1 -0
  329. package/dist/commonjs/operations/workspaceGitRepoManagement.js +55 -0
  330. package/dist/commonjs/operations/workspaceGitRepoManagement.js.map +1 -0
  331. package/dist/commonjs/operations/workspaceOperations.d.ts +18 -0
  332. package/dist/commonjs/operations/workspaceOperations.d.ts.map +1 -0
  333. package/dist/commonjs/operations/workspaceOperations.js +55 -0
  334. package/dist/commonjs/operations/workspaceOperations.js.map +1 -0
  335. package/dist/commonjs/operationsInterfaces/bigDataPools.d.ts +16 -0
  336. package/dist/commonjs/operationsInterfaces/bigDataPools.d.ts.map +1 -0
  337. package/dist/commonjs/operationsInterfaces/bigDataPools.js +10 -0
  338. package/dist/commonjs/operationsInterfaces/bigDataPools.js.map +1 -0
  339. package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
  340. package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
  341. package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.js +10 -0
  342. package/dist/commonjs/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
  343. package/dist/commonjs/operationsInterfaces/dataFlowOperations.d.ts +58 -0
  344. package/dist/commonjs/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
  345. package/dist/commonjs/operationsInterfaces/dataFlowOperations.js +10 -0
  346. package/dist/commonjs/operationsInterfaces/dataFlowOperations.js.map +1 -0
  347. package/dist/commonjs/operationsInterfaces/datasetOperations.d.ts +58 -0
  348. package/dist/commonjs/operationsInterfaces/datasetOperations.d.ts.map +1 -0
  349. package/dist/commonjs/operationsInterfaces/datasetOperations.js +10 -0
  350. package/dist/commonjs/operationsInterfaces/datasetOperations.js.map +1 -0
  351. package/dist/commonjs/operationsInterfaces/index.d.ts +25 -0
  352. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  353. package/dist/commonjs/operationsInterfaces/index.js +35 -0
  354. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  355. package/dist/commonjs/operationsInterfaces/integrationRuntimes.d.ts +16 -0
  356. package/dist/commonjs/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
  357. package/dist/commonjs/operationsInterfaces/integrationRuntimes.js +10 -0
  358. package/dist/commonjs/operationsInterfaces/integrationRuntimes.js.map +1 -0
  359. package/dist/commonjs/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
  360. package/dist/commonjs/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
  361. package/dist/commonjs/operationsInterfaces/kqlScriptOperations.js +10 -0
  362. package/dist/commonjs/operationsInterfaces/kqlScriptOperations.js.map +1 -0
  363. package/dist/commonjs/operationsInterfaces/kqlScripts.d.ts +11 -0
  364. package/dist/commonjs/operationsInterfaces/kqlScripts.d.ts.map +1 -0
  365. package/dist/commonjs/operationsInterfaces/kqlScripts.js +10 -0
  366. package/dist/commonjs/operationsInterfaces/kqlScripts.js.map +1 -0
  367. package/dist/commonjs/operationsInterfaces/library.d.ts +77 -0
  368. package/dist/commonjs/operationsInterfaces/library.d.ts.map +1 -0
  369. package/dist/commonjs/operationsInterfaces/library.js +10 -0
  370. package/dist/commonjs/operationsInterfaces/library.js.map +1 -0
  371. package/dist/commonjs/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
  372. package/dist/commonjs/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
  373. package/dist/commonjs/operationsInterfaces/linkConnectionOperations.js +10 -0
  374. package/dist/commonjs/operationsInterfaces/linkConnectionOperations.js.map +1 -0
  375. package/dist/commonjs/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
  376. package/dist/commonjs/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
  377. package/dist/commonjs/operationsInterfaces/linkedServiceOperations.js +10 -0
  378. package/dist/commonjs/operationsInterfaces/linkedServiceOperations.js.map +1 -0
  379. package/dist/commonjs/operationsInterfaces/metastore.d.ts +32 -0
  380. package/dist/commonjs/operationsInterfaces/metastore.d.ts.map +1 -0
  381. package/dist/commonjs/operationsInterfaces/metastore.js +10 -0
  382. package/dist/commonjs/operationsInterfaces/metastore.js.map +1 -0
  383. package/dist/commonjs/operationsInterfaces/notebookOperationResult.d.ts +11 -0
  384. package/dist/commonjs/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
  385. package/dist/commonjs/operationsInterfaces/notebookOperationResult.js +10 -0
  386. package/dist/commonjs/operationsInterfaces/notebookOperationResult.js.map +1 -0
  387. package/dist/commonjs/operationsInterfaces/notebookOperations.d.ts +63 -0
  388. package/dist/commonjs/operationsInterfaces/notebookOperations.d.ts.map +1 -0
  389. package/dist/commonjs/operationsInterfaces/notebookOperations.js +10 -0
  390. package/dist/commonjs/operationsInterfaces/notebookOperations.js.map +1 -0
  391. package/dist/commonjs/operationsInterfaces/pipelineOperations.d.ts +64 -0
  392. package/dist/commonjs/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
  393. package/dist/commonjs/operationsInterfaces/pipelineOperations.js +10 -0
  394. package/dist/commonjs/operationsInterfaces/pipelineOperations.js.map +1 -0
  395. package/dist/commonjs/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
  396. package/dist/commonjs/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
  397. package/dist/commonjs/operationsInterfaces/pipelineRunOperations.js +10 -0
  398. package/dist/commonjs/operationsInterfaces/pipelineRunOperations.js.map +1 -0
  399. package/dist/commonjs/operationsInterfaces/runNotebook.d.ts +38 -0
  400. package/dist/commonjs/operationsInterfaces/runNotebook.d.ts.map +1 -0
  401. package/dist/commonjs/operationsInterfaces/runNotebook.js +10 -0
  402. package/dist/commonjs/operationsInterfaces/runNotebook.js.map +1 -0
  403. package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
  404. package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
  405. package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.js +10 -0
  406. package/dist/commonjs/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
  407. package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
  408. package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
  409. package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.js +10 -0
  410. package/dist/commonjs/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
  411. package/dist/commonjs/operationsInterfaces/sqlPools.d.ts +16 -0
  412. package/dist/commonjs/operationsInterfaces/sqlPools.d.ts.map +1 -0
  413. package/dist/commonjs/operationsInterfaces/sqlPools.js +10 -0
  414. package/dist/commonjs/operationsInterfaces/sqlPools.js.map +1 -0
  415. package/dist/commonjs/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
  416. package/dist/commonjs/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
  417. package/dist/commonjs/operationsInterfaces/sqlScriptOperations.js +10 -0
  418. package/dist/commonjs/operationsInterfaces/sqlScriptOperations.js.map +1 -0
  419. package/dist/commonjs/operationsInterfaces/triggerOperations.d.ts +98 -0
  420. package/dist/commonjs/operationsInterfaces/triggerOperations.d.ts.map +1 -0
  421. package/dist/commonjs/operationsInterfaces/triggerOperations.js +10 -0
  422. package/dist/commonjs/operationsInterfaces/triggerOperations.js.map +1 -0
  423. package/dist/commonjs/operationsInterfaces/triggerRunOperations.d.ts +25 -0
  424. package/dist/commonjs/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
  425. package/dist/commonjs/operationsInterfaces/triggerRunOperations.js +10 -0
  426. package/dist/commonjs/operationsInterfaces/triggerRunOperations.js.map +1 -0
  427. package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
  428. package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
  429. package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.js +10 -0
  430. package/dist/commonjs/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
  431. package/dist/commonjs/operationsInterfaces/workspaceOperations.d.ts +10 -0
  432. package/dist/commonjs/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
  433. package/dist/commonjs/operationsInterfaces/workspaceOperations.js +10 -0
  434. package/dist/commonjs/operationsInterfaces/workspaceOperations.js.map +1 -0
  435. package/dist/commonjs/package.json +3 -0
  436. package/dist/commonjs/pagingHelper.d.ts +13 -0
  437. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  438. package/dist/commonjs/pagingHelper.js +36 -0
  439. package/dist/commonjs/pagingHelper.js.map +1 -0
  440. package/dist/commonjs/tracing.d.ts +2 -0
  441. package/dist/commonjs/tracing.d.ts.map +1 -0
  442. package/dist/commonjs/tracing.js +17 -0
  443. package/dist/commonjs/tracing.js.map +1 -0
  444. package/dist/commonjs/tsdoc-metadata.json +11 -0
  445. package/dist/esm/artifactsClient.d.ts +40 -0
  446. package/dist/esm/artifactsClient.d.ts.map +1 -0
  447. package/dist/esm/artifactsClient.js +94 -0
  448. package/dist/esm/artifactsClient.js.map +1 -0
  449. package/dist/esm/index.d.ts +5 -0
  450. package/dist/esm/index.d.ts.map +1 -0
  451. package/dist/esm/index.js +13 -0
  452. package/dist/esm/index.js.map +1 -0
  453. package/dist/esm/lroImpl.d.ts +11 -0
  454. package/dist/esm/lroImpl.d.ts.map +1 -0
  455. package/dist/esm/lroImpl.js +21 -0
  456. package/dist/esm/lroImpl.js.map +1 -0
  457. package/dist/esm/models/index.d.ts +13486 -0
  458. package/dist/esm/models/index.d.ts.map +1 -0
  459. package/dist/esm/models/index.js +1386 -0
  460. package/dist/esm/models/index.js.map +1 -0
  461. package/dist/esm/models/mappers.d.ts +1308 -0
  462. package/dist/esm/models/mappers.d.ts.map +1 -0
  463. package/dist/{index.js → esm/models/mappers.js} +10079 -17822
  464. package/dist/esm/models/mappers.js.map +1 -0
  465. package/dist/esm/models/parameters.d.ts +70 -0
  466. package/dist/esm/models/parameters.d.ts.map +1 -0
  467. package/dist/esm/models/parameters.js +569 -0
  468. package/dist/esm/models/parameters.js.map +1 -0
  469. package/dist/esm/operations/bigDataPools.d.ts +24 -0
  470. package/dist/esm/operations/bigDataPools.d.ts.map +1 -0
  471. package/dist/esm/operations/bigDataPools.js +75 -0
  472. package/dist/esm/operations/bigDataPools.js.map +1 -0
  473. package/dist/esm/operations/dataFlowDebugSession.d.ts +70 -0
  474. package/dist/esm/operations/dataFlowDebugSession.d.ts.map +1 -0
  475. package/dist/esm/operations/dataFlowDebugSession.js +350 -0
  476. package/dist/esm/operations/dataFlowDebugSession.js.map +1 -0
  477. package/dist/esm/operations/dataFlowOperations.d.ts +80 -0
  478. package/dist/esm/operations/dataFlowOperations.d.ts.map +1 -0
  479. package/dist/esm/operations/dataFlowOperations.js +386 -0
  480. package/dist/esm/operations/dataFlowOperations.js.map +1 -0
  481. package/dist/esm/operations/datasetOperations.d.ts +79 -0
  482. package/dist/esm/operations/datasetOperations.d.ts.map +1 -0
  483. package/dist/esm/operations/datasetOperations.js +386 -0
  484. package/dist/esm/operations/datasetOperations.js.map +1 -0
  485. package/dist/esm/operations/index.d.ts +25 -0
  486. package/dist/esm/operations/index.d.ts.map +1 -0
  487. package/dist/esm/operations/index.js +32 -0
  488. package/dist/esm/operations/index.js.map +1 -0
  489. package/dist/esm/operations/integrationRuntimes.d.ts +24 -0
  490. package/dist/esm/operations/integrationRuntimes.d.ts.map +1 -0
  491. package/dist/esm/operations/integrationRuntimes.js +75 -0
  492. package/dist/esm/operations/integrationRuntimes.js.map +1 -0
  493. package/dist/esm/operations/kqlScriptOperations.d.ts +60 -0
  494. package/dist/esm/operations/kqlScriptOperations.d.ts.map +1 -0
  495. package/dist/esm/operations/kqlScriptOperations.js +272 -0
  496. package/dist/esm/operations/kqlScriptOperations.js.map +1 -0
  497. package/dist/esm/operations/kqlScripts.d.ts +32 -0
  498. package/dist/esm/operations/kqlScripts.d.ts.map +1 -0
  499. package/dist/esm/operations/kqlScripts.js +137 -0
  500. package/dist/esm/operations/kqlScripts.js.map +1 -0
  501. package/dist/esm/operations/library.d.ts +98 -0
  502. package/dist/esm/operations/library.d.ts.map +1 -0
  503. package/dist/esm/operations/library.js +439 -0
  504. package/dist/esm/operations/library.js.map +1 -0
  505. package/dist/esm/operations/linkConnectionOperations.d.ts +112 -0
  506. package/dist/esm/operations/linkConnectionOperations.d.ts.map +1 -0
  507. package/dist/esm/operations/linkConnectionOperations.js +452 -0
  508. package/dist/esm/operations/linkConnectionOperations.js.map +1 -0
  509. package/dist/esm/operations/linkedServiceOperations.d.ts +80 -0
  510. package/dist/esm/operations/linkedServiceOperations.d.ts.map +1 -0
  511. package/dist/esm/operations/linkedServiceOperations.js +387 -0
  512. package/dist/esm/operations/linkedServiceOperations.js.map +1 -0
  513. package/dist/esm/operations/metastore.d.ts +40 -0
  514. package/dist/esm/operations/metastore.d.ts.map +1 -0
  515. package/dist/esm/operations/metastore.js +133 -0
  516. package/dist/esm/operations/metastore.js.map +1 -0
  517. package/dist/esm/operations/notebookOperationResult.d.ts +19 -0
  518. package/dist/esm/operations/notebookOperationResult.d.ts.map +1 -0
  519. package/dist/esm/operations/notebookOperationResult.js +51 -0
  520. package/dist/esm/operations/notebookOperationResult.js.map +1 -0
  521. package/dist/esm/operations/notebookOperations.d.ts +99 -0
  522. package/dist/esm/operations/notebookOperations.d.ts.map +1 -0
  523. package/dist/esm/operations/notebookOperations.js +499 -0
  524. package/dist/esm/operations/notebookOperations.js.map +1 -0
  525. package/dist/esm/operations/pipelineOperations.d.ts +86 -0
  526. package/dist/esm/operations/pipelineOperations.d.ts.map +1 -0
  527. package/dist/esm/operations/pipelineOperations.js +420 -0
  528. package/dist/esm/operations/pipelineOperations.js.map +1 -0
  529. package/dist/esm/operations/pipelineRunOperations.d.ts +39 -0
  530. package/dist/esm/operations/pipelineRunOperations.d.ts.map +1 -0
  531. package/dist/esm/operations/pipelineRunOperations.js +132 -0
  532. package/dist/esm/operations/pipelineRunOperations.js.map +1 -0
  533. package/dist/esm/operations/runNotebook.d.ts +46 -0
  534. package/dist/esm/operations/runNotebook.d.ts.map +1 -0
  535. package/dist/esm/operations/runNotebook.js +192 -0
  536. package/dist/esm/operations/runNotebook.js.map +1 -0
  537. package/dist/esm/operations/sparkConfigurationOperations.d.ts +80 -0
  538. package/dist/esm/operations/sparkConfigurationOperations.d.ts.map +1 -0
  539. package/dist/esm/operations/sparkConfigurationOperations.js +387 -0
  540. package/dist/esm/operations/sparkConfigurationOperations.js.map +1 -0
  541. package/dist/esm/operations/sparkJobDefinitionOperations.d.ts +104 -0
  542. package/dist/esm/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
  543. package/dist/esm/operations/sparkJobDefinitionOperations.js +544 -0
  544. package/dist/esm/operations/sparkJobDefinitionOperations.js.map +1 -0
  545. package/dist/esm/operations/sqlPools.d.ts +24 -0
  546. package/dist/esm/operations/sqlPools.d.ts.map +1 -0
  547. package/dist/esm/operations/sqlPools.js +76 -0
  548. package/dist/esm/operations/sqlPools.js.map +1 -0
  549. package/dist/esm/operations/sqlScriptOperations.d.ts +80 -0
  550. package/dist/esm/operations/sqlScriptOperations.d.ts.map +1 -0
  551. package/dist/esm/operations/sqlScriptOperations.js +388 -0
  552. package/dist/esm/operations/sqlScriptOperations.js.map +1 -0
  553. package/dist/esm/operations/triggerOperations.d.ts +119 -0
  554. package/dist/esm/operations/triggerOperations.d.ts.map +1 -0
  555. package/dist/esm/operations/triggerOperations.js +629 -0
  556. package/dist/esm/operations/triggerOperations.js.map +1 -0
  557. package/dist/esm/operations/triggerRunOperations.d.ts +33 -0
  558. package/dist/esm/operations/triggerRunOperations.d.ts.map +1 -0
  559. package/dist/esm/operations/triggerRunOperations.js +103 -0
  560. package/dist/esm/operations/triggerRunOperations.js.map +1 -0
  561. package/dist/esm/operations/workspaceGitRepoManagement.d.ts +19 -0
  562. package/dist/esm/operations/workspaceGitRepoManagement.d.ts.map +1 -0
  563. package/dist/esm/operations/workspaceGitRepoManagement.js +50 -0
  564. package/dist/esm/operations/workspaceGitRepoManagement.js.map +1 -0
  565. package/dist/esm/operations/workspaceOperations.d.ts +18 -0
  566. package/dist/esm/operations/workspaceOperations.d.ts.map +1 -0
  567. package/dist/esm/operations/workspaceOperations.js +50 -0
  568. package/dist/esm/operations/workspaceOperations.js.map +1 -0
  569. package/dist/esm/operationsInterfaces/bigDataPools.d.ts +16 -0
  570. package/dist/esm/operationsInterfaces/bigDataPools.d.ts.map +1 -0
  571. package/dist/esm/operationsInterfaces/bigDataPools.js +9 -0
  572. package/dist/esm/operationsInterfaces/bigDataPools.js.map +1 -0
  573. package/dist/esm/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
  574. package/dist/esm/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
  575. package/dist/esm/operationsInterfaces/dataFlowDebugSession.js +9 -0
  576. package/dist/esm/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
  577. package/dist/esm/operationsInterfaces/dataFlowOperations.d.ts +58 -0
  578. package/dist/esm/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
  579. package/dist/esm/operationsInterfaces/dataFlowOperations.js +9 -0
  580. package/dist/esm/operationsInterfaces/dataFlowOperations.js.map +1 -0
  581. package/dist/esm/operationsInterfaces/datasetOperations.d.ts +58 -0
  582. package/dist/esm/operationsInterfaces/datasetOperations.d.ts.map +1 -0
  583. package/dist/esm/operationsInterfaces/datasetOperations.js +9 -0
  584. package/dist/esm/operationsInterfaces/datasetOperations.js.map +1 -0
  585. package/dist/esm/operationsInterfaces/index.d.ts +25 -0
  586. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  587. package/dist/esm/operationsInterfaces/index.js +32 -0
  588. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  589. package/dist/esm/operationsInterfaces/integrationRuntimes.d.ts +16 -0
  590. package/dist/esm/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
  591. package/dist/esm/operationsInterfaces/integrationRuntimes.js +9 -0
  592. package/dist/esm/operationsInterfaces/integrationRuntimes.js.map +1 -0
  593. package/dist/esm/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
  594. package/dist/esm/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
  595. package/dist/esm/operationsInterfaces/kqlScriptOperations.js +9 -0
  596. package/dist/esm/operationsInterfaces/kqlScriptOperations.js.map +1 -0
  597. package/dist/esm/operationsInterfaces/kqlScripts.d.ts +11 -0
  598. package/dist/esm/operationsInterfaces/kqlScripts.d.ts.map +1 -0
  599. package/dist/esm/operationsInterfaces/kqlScripts.js +9 -0
  600. package/dist/esm/operationsInterfaces/kqlScripts.js.map +1 -0
  601. package/dist/esm/operationsInterfaces/library.d.ts +77 -0
  602. package/dist/esm/operationsInterfaces/library.d.ts.map +1 -0
  603. package/dist/esm/operationsInterfaces/library.js +9 -0
  604. package/dist/esm/operationsInterfaces/library.js.map +1 -0
  605. package/dist/esm/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
  606. package/dist/esm/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
  607. package/dist/esm/operationsInterfaces/linkConnectionOperations.js +9 -0
  608. package/dist/esm/operationsInterfaces/linkConnectionOperations.js.map +1 -0
  609. package/dist/esm/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
  610. package/dist/esm/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
  611. package/dist/esm/operationsInterfaces/linkedServiceOperations.js +9 -0
  612. package/dist/esm/operationsInterfaces/linkedServiceOperations.js.map +1 -0
  613. package/dist/esm/operationsInterfaces/metastore.d.ts +32 -0
  614. package/dist/esm/operationsInterfaces/metastore.d.ts.map +1 -0
  615. package/dist/esm/operationsInterfaces/metastore.js +9 -0
  616. package/dist/esm/operationsInterfaces/metastore.js.map +1 -0
  617. package/dist/esm/operationsInterfaces/notebookOperationResult.d.ts +11 -0
  618. package/dist/esm/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
  619. package/dist/esm/operationsInterfaces/notebookOperationResult.js +9 -0
  620. package/dist/esm/operationsInterfaces/notebookOperationResult.js.map +1 -0
  621. package/dist/esm/operationsInterfaces/notebookOperations.d.ts +63 -0
  622. package/dist/esm/operationsInterfaces/notebookOperations.d.ts.map +1 -0
  623. package/dist/esm/operationsInterfaces/notebookOperations.js +9 -0
  624. package/dist/esm/operationsInterfaces/notebookOperations.js.map +1 -0
  625. package/dist/esm/operationsInterfaces/pipelineOperations.d.ts +64 -0
  626. package/dist/esm/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
  627. package/dist/esm/operationsInterfaces/pipelineOperations.js +9 -0
  628. package/dist/esm/operationsInterfaces/pipelineOperations.js.map +1 -0
  629. package/dist/esm/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
  630. package/dist/esm/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
  631. package/dist/esm/operationsInterfaces/pipelineRunOperations.js +9 -0
  632. package/dist/esm/operationsInterfaces/pipelineRunOperations.js.map +1 -0
  633. package/dist/esm/operationsInterfaces/runNotebook.d.ts +38 -0
  634. package/dist/esm/operationsInterfaces/runNotebook.d.ts.map +1 -0
  635. package/dist/esm/operationsInterfaces/runNotebook.js +9 -0
  636. package/dist/esm/operationsInterfaces/runNotebook.js.map +1 -0
  637. package/dist/esm/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
  638. package/dist/esm/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
  639. package/dist/esm/operationsInterfaces/sparkConfigurationOperations.js +9 -0
  640. package/dist/esm/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
  641. package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
  642. package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
  643. package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.js +9 -0
  644. package/dist/esm/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
  645. package/dist/esm/operationsInterfaces/sqlPools.d.ts +16 -0
  646. package/dist/esm/operationsInterfaces/sqlPools.d.ts.map +1 -0
  647. package/dist/esm/operationsInterfaces/sqlPools.js +9 -0
  648. package/dist/esm/operationsInterfaces/sqlPools.js.map +1 -0
  649. package/dist/esm/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
  650. package/dist/esm/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
  651. package/dist/esm/operationsInterfaces/sqlScriptOperations.js +9 -0
  652. package/dist/esm/operationsInterfaces/sqlScriptOperations.js.map +1 -0
  653. package/dist/esm/operationsInterfaces/triggerOperations.d.ts +98 -0
  654. package/dist/esm/operationsInterfaces/triggerOperations.d.ts.map +1 -0
  655. package/dist/esm/operationsInterfaces/triggerOperations.js +9 -0
  656. package/dist/esm/operationsInterfaces/triggerOperations.js.map +1 -0
  657. package/dist/esm/operationsInterfaces/triggerRunOperations.d.ts +25 -0
  658. package/dist/esm/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
  659. package/dist/esm/operationsInterfaces/triggerRunOperations.js +9 -0
  660. package/dist/esm/operationsInterfaces/triggerRunOperations.js.map +1 -0
  661. package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
  662. package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
  663. package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.js +9 -0
  664. package/dist/esm/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
  665. package/dist/esm/operationsInterfaces/workspaceOperations.d.ts +10 -0
  666. package/dist/esm/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
  667. package/dist/esm/operationsInterfaces/workspaceOperations.js +9 -0
  668. package/dist/esm/operationsInterfaces/workspaceOperations.js.map +1 -0
  669. package/dist/esm/package.json +3 -0
  670. package/dist/esm/pagingHelper.d.ts +13 -0
  671. package/dist/esm/pagingHelper.d.ts.map +1 -0
  672. package/dist/esm/pagingHelper.js +32 -0
  673. package/dist/esm/pagingHelper.js.map +1 -0
  674. package/dist/esm/tracing.d.ts +2 -0
  675. package/dist/esm/tracing.d.ts.map +1 -0
  676. package/dist/esm/tracing.js +14 -0
  677. package/dist/esm/tracing.js.map +1 -0
  678. package/dist/react-native/artifactsClient.d.ts +40 -0
  679. package/dist/react-native/artifactsClient.d.ts.map +1 -0
  680. package/dist/react-native/artifactsClient.js +94 -0
  681. package/dist/react-native/artifactsClient.js.map +1 -0
  682. package/dist/react-native/index.d.ts +5 -0
  683. package/dist/react-native/index.d.ts.map +1 -0
  684. package/dist/react-native/index.js +13 -0
  685. package/dist/react-native/index.js.map +1 -0
  686. package/dist/react-native/lroImpl.d.ts +11 -0
  687. package/dist/react-native/lroImpl.d.ts.map +1 -0
  688. package/dist/react-native/lroImpl.js +21 -0
  689. package/dist/react-native/lroImpl.js.map +1 -0
  690. package/dist/react-native/models/index.d.ts +13486 -0
  691. package/dist/react-native/models/index.d.ts.map +1 -0
  692. package/dist/react-native/models/index.js +1386 -0
  693. package/dist/react-native/models/index.js.map +1 -0
  694. package/dist/react-native/models/mappers.d.ts +1308 -0
  695. package/dist/react-native/models/mappers.d.ts.map +1 -0
  696. package/dist/react-native/models/mappers.js +27146 -0
  697. package/dist/react-native/models/mappers.js.map +1 -0
  698. package/dist/react-native/models/parameters.d.ts +70 -0
  699. package/dist/react-native/models/parameters.d.ts.map +1 -0
  700. package/dist/react-native/models/parameters.js +569 -0
  701. package/dist/react-native/models/parameters.js.map +1 -0
  702. package/dist/react-native/operations/bigDataPools.d.ts +24 -0
  703. package/dist/react-native/operations/bigDataPools.d.ts.map +1 -0
  704. package/dist/react-native/operations/bigDataPools.js +75 -0
  705. package/dist/react-native/operations/bigDataPools.js.map +1 -0
  706. package/dist/react-native/operations/dataFlowDebugSession.d.ts +70 -0
  707. package/dist/react-native/operations/dataFlowDebugSession.d.ts.map +1 -0
  708. package/dist/react-native/operations/dataFlowDebugSession.js +350 -0
  709. package/dist/react-native/operations/dataFlowDebugSession.js.map +1 -0
  710. package/dist/react-native/operations/dataFlowOperations.d.ts +80 -0
  711. package/dist/react-native/operations/dataFlowOperations.d.ts.map +1 -0
  712. package/dist/react-native/operations/dataFlowOperations.js +386 -0
  713. package/dist/react-native/operations/dataFlowOperations.js.map +1 -0
  714. package/dist/react-native/operations/datasetOperations.d.ts +79 -0
  715. package/dist/react-native/operations/datasetOperations.d.ts.map +1 -0
  716. package/dist/react-native/operations/datasetOperations.js +386 -0
  717. package/dist/react-native/operations/datasetOperations.js.map +1 -0
  718. package/dist/react-native/operations/index.d.ts +25 -0
  719. package/dist/react-native/operations/index.d.ts.map +1 -0
  720. package/dist/react-native/operations/index.js +32 -0
  721. package/dist/react-native/operations/index.js.map +1 -0
  722. package/dist/react-native/operations/integrationRuntimes.d.ts +24 -0
  723. package/dist/react-native/operations/integrationRuntimes.d.ts.map +1 -0
  724. package/dist/react-native/operations/integrationRuntimes.js +75 -0
  725. package/dist/react-native/operations/integrationRuntimes.js.map +1 -0
  726. package/dist/react-native/operations/kqlScriptOperations.d.ts +60 -0
  727. package/dist/react-native/operations/kqlScriptOperations.d.ts.map +1 -0
  728. package/dist/react-native/operations/kqlScriptOperations.js +272 -0
  729. package/dist/react-native/operations/kqlScriptOperations.js.map +1 -0
  730. package/dist/react-native/operations/kqlScripts.d.ts +32 -0
  731. package/dist/react-native/operations/kqlScripts.d.ts.map +1 -0
  732. package/dist/react-native/operations/kqlScripts.js +137 -0
  733. package/dist/react-native/operations/kqlScripts.js.map +1 -0
  734. package/dist/react-native/operations/library.d.ts +98 -0
  735. package/dist/react-native/operations/library.d.ts.map +1 -0
  736. package/dist/react-native/operations/library.js +439 -0
  737. package/dist/react-native/operations/library.js.map +1 -0
  738. package/dist/react-native/operations/linkConnectionOperations.d.ts +112 -0
  739. package/dist/react-native/operations/linkConnectionOperations.d.ts.map +1 -0
  740. package/dist/react-native/operations/linkConnectionOperations.js +452 -0
  741. package/dist/react-native/operations/linkConnectionOperations.js.map +1 -0
  742. package/dist/react-native/operations/linkedServiceOperations.d.ts +80 -0
  743. package/dist/react-native/operations/linkedServiceOperations.d.ts.map +1 -0
  744. package/dist/react-native/operations/linkedServiceOperations.js +387 -0
  745. package/dist/react-native/operations/linkedServiceOperations.js.map +1 -0
  746. package/dist/react-native/operations/metastore.d.ts +40 -0
  747. package/dist/react-native/operations/metastore.d.ts.map +1 -0
  748. package/dist/react-native/operations/metastore.js +133 -0
  749. package/dist/react-native/operations/metastore.js.map +1 -0
  750. package/dist/react-native/operations/notebookOperationResult.d.ts +19 -0
  751. package/dist/react-native/operations/notebookOperationResult.d.ts.map +1 -0
  752. package/dist/react-native/operations/notebookOperationResult.js +51 -0
  753. package/dist/react-native/operations/notebookOperationResult.js.map +1 -0
  754. package/dist/react-native/operations/notebookOperations.d.ts +99 -0
  755. package/dist/react-native/operations/notebookOperations.d.ts.map +1 -0
  756. package/dist/react-native/operations/notebookOperations.js +499 -0
  757. package/dist/react-native/operations/notebookOperations.js.map +1 -0
  758. package/dist/react-native/operations/pipelineOperations.d.ts +86 -0
  759. package/dist/react-native/operations/pipelineOperations.d.ts.map +1 -0
  760. package/dist/react-native/operations/pipelineOperations.js +420 -0
  761. package/dist/react-native/operations/pipelineOperations.js.map +1 -0
  762. package/dist/react-native/operations/pipelineRunOperations.d.ts +39 -0
  763. package/dist/react-native/operations/pipelineRunOperations.d.ts.map +1 -0
  764. package/dist/react-native/operations/pipelineRunOperations.js +132 -0
  765. package/dist/react-native/operations/pipelineRunOperations.js.map +1 -0
  766. package/dist/react-native/operations/runNotebook.d.ts +46 -0
  767. package/dist/react-native/operations/runNotebook.d.ts.map +1 -0
  768. package/dist/react-native/operations/runNotebook.js +192 -0
  769. package/dist/react-native/operations/runNotebook.js.map +1 -0
  770. package/dist/react-native/operations/sparkConfigurationOperations.d.ts +80 -0
  771. package/dist/react-native/operations/sparkConfigurationOperations.d.ts.map +1 -0
  772. package/dist/react-native/operations/sparkConfigurationOperations.js +387 -0
  773. package/dist/react-native/operations/sparkConfigurationOperations.js.map +1 -0
  774. package/dist/react-native/operations/sparkJobDefinitionOperations.d.ts +104 -0
  775. package/dist/react-native/operations/sparkJobDefinitionOperations.d.ts.map +1 -0
  776. package/dist/react-native/operations/sparkJobDefinitionOperations.js +544 -0
  777. package/dist/react-native/operations/sparkJobDefinitionOperations.js.map +1 -0
  778. package/dist/react-native/operations/sqlPools.d.ts +24 -0
  779. package/dist/react-native/operations/sqlPools.d.ts.map +1 -0
  780. package/dist/react-native/operations/sqlPools.js +76 -0
  781. package/dist/react-native/operations/sqlPools.js.map +1 -0
  782. package/dist/react-native/operations/sqlScriptOperations.d.ts +80 -0
  783. package/dist/react-native/operations/sqlScriptOperations.d.ts.map +1 -0
  784. package/dist/react-native/operations/sqlScriptOperations.js +388 -0
  785. package/dist/react-native/operations/sqlScriptOperations.js.map +1 -0
  786. package/dist/react-native/operations/triggerOperations.d.ts +119 -0
  787. package/dist/react-native/operations/triggerOperations.d.ts.map +1 -0
  788. package/dist/react-native/operations/triggerOperations.js +629 -0
  789. package/dist/react-native/operations/triggerOperations.js.map +1 -0
  790. package/dist/react-native/operations/triggerRunOperations.d.ts +33 -0
  791. package/dist/react-native/operations/triggerRunOperations.d.ts.map +1 -0
  792. package/dist/react-native/operations/triggerRunOperations.js +103 -0
  793. package/dist/react-native/operations/triggerRunOperations.js.map +1 -0
  794. package/dist/react-native/operations/workspaceGitRepoManagement.d.ts +19 -0
  795. package/dist/react-native/operations/workspaceGitRepoManagement.d.ts.map +1 -0
  796. package/dist/react-native/operations/workspaceGitRepoManagement.js +50 -0
  797. package/dist/react-native/operations/workspaceGitRepoManagement.js.map +1 -0
  798. package/dist/react-native/operations/workspaceOperations.d.ts +18 -0
  799. package/dist/react-native/operations/workspaceOperations.d.ts.map +1 -0
  800. package/dist/react-native/operations/workspaceOperations.js +50 -0
  801. package/dist/react-native/operations/workspaceOperations.js.map +1 -0
  802. package/dist/react-native/operationsInterfaces/bigDataPools.d.ts +16 -0
  803. package/dist/react-native/operationsInterfaces/bigDataPools.d.ts.map +1 -0
  804. package/dist/react-native/operationsInterfaces/bigDataPools.js +9 -0
  805. package/dist/react-native/operationsInterfaces/bigDataPools.js.map +1 -0
  806. package/dist/react-native/operationsInterfaces/dataFlowDebugSession.d.ts +48 -0
  807. package/dist/react-native/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
  808. package/dist/react-native/operationsInterfaces/dataFlowDebugSession.js +9 -0
  809. package/dist/react-native/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
  810. package/dist/react-native/operationsInterfaces/dataFlowOperations.d.ts +58 -0
  811. package/dist/react-native/operationsInterfaces/dataFlowOperations.d.ts.map +1 -0
  812. package/dist/react-native/operationsInterfaces/dataFlowOperations.js +9 -0
  813. package/dist/react-native/operationsInterfaces/dataFlowOperations.js.map +1 -0
  814. package/dist/react-native/operationsInterfaces/datasetOperations.d.ts +58 -0
  815. package/dist/react-native/operationsInterfaces/datasetOperations.d.ts.map +1 -0
  816. package/dist/react-native/operationsInterfaces/datasetOperations.js +9 -0
  817. package/dist/react-native/operationsInterfaces/datasetOperations.js.map +1 -0
  818. package/dist/react-native/operationsInterfaces/index.d.ts +25 -0
  819. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  820. package/dist/react-native/operationsInterfaces/index.js +32 -0
  821. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  822. package/dist/react-native/operationsInterfaces/integrationRuntimes.d.ts +16 -0
  823. package/dist/react-native/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
  824. package/dist/react-native/operationsInterfaces/integrationRuntimes.js +9 -0
  825. package/dist/react-native/operationsInterfaces/integrationRuntimes.js.map +1 -0
  826. package/dist/react-native/operationsInterfaces/kqlScriptOperations.d.ts +52 -0
  827. package/dist/react-native/operationsInterfaces/kqlScriptOperations.d.ts.map +1 -0
  828. package/dist/react-native/operationsInterfaces/kqlScriptOperations.js +9 -0
  829. package/dist/react-native/operationsInterfaces/kqlScriptOperations.js.map +1 -0
  830. package/dist/react-native/operationsInterfaces/kqlScripts.d.ts +11 -0
  831. package/dist/react-native/operationsInterfaces/kqlScripts.d.ts.map +1 -0
  832. package/dist/react-native/operationsInterfaces/kqlScripts.js +9 -0
  833. package/dist/react-native/operationsInterfaces/kqlScripts.js.map +1 -0
  834. package/dist/react-native/operationsInterfaces/library.d.ts +77 -0
  835. package/dist/react-native/operationsInterfaces/library.d.ts.map +1 -0
  836. package/dist/react-native/operationsInterfaces/library.js +9 -0
  837. package/dist/react-native/operationsInterfaces/library.js.map +1 -0
  838. package/dist/react-native/operationsInterfaces/linkConnectionOperations.d.ts +91 -0
  839. package/dist/react-native/operationsInterfaces/linkConnectionOperations.d.ts.map +1 -0
  840. package/dist/react-native/operationsInterfaces/linkConnectionOperations.js +9 -0
  841. package/dist/react-native/operationsInterfaces/linkConnectionOperations.js.map +1 -0
  842. package/dist/react-native/operationsInterfaces/linkedServiceOperations.d.ts +58 -0
  843. package/dist/react-native/operationsInterfaces/linkedServiceOperations.d.ts.map +1 -0
  844. package/dist/react-native/operationsInterfaces/linkedServiceOperations.js +9 -0
  845. package/dist/react-native/operationsInterfaces/linkedServiceOperations.js.map +1 -0
  846. package/dist/react-native/operationsInterfaces/metastore.d.ts +32 -0
  847. package/dist/react-native/operationsInterfaces/metastore.d.ts.map +1 -0
  848. package/dist/react-native/operationsInterfaces/metastore.js +9 -0
  849. package/dist/react-native/operationsInterfaces/metastore.js.map +1 -0
  850. package/dist/react-native/operationsInterfaces/notebookOperationResult.d.ts +11 -0
  851. package/dist/react-native/operationsInterfaces/notebookOperationResult.d.ts.map +1 -0
  852. package/dist/react-native/operationsInterfaces/notebookOperationResult.js +9 -0
  853. package/dist/react-native/operationsInterfaces/notebookOperationResult.js.map +1 -0
  854. package/dist/react-native/operationsInterfaces/notebookOperations.d.ts +63 -0
  855. package/dist/react-native/operationsInterfaces/notebookOperations.d.ts.map +1 -0
  856. package/dist/react-native/operationsInterfaces/notebookOperations.js +9 -0
  857. package/dist/react-native/operationsInterfaces/notebookOperations.js.map +1 -0
  858. package/dist/react-native/operationsInterfaces/pipelineOperations.d.ts +64 -0
  859. package/dist/react-native/operationsInterfaces/pipelineOperations.d.ts.map +1 -0
  860. package/dist/react-native/operationsInterfaces/pipelineOperations.js +9 -0
  861. package/dist/react-native/operationsInterfaces/pipelineOperations.js.map +1 -0
  862. package/dist/react-native/operationsInterfaces/pipelineRunOperations.d.ts +31 -0
  863. package/dist/react-native/operationsInterfaces/pipelineRunOperations.d.ts.map +1 -0
  864. package/dist/react-native/operationsInterfaces/pipelineRunOperations.js +9 -0
  865. package/dist/react-native/operationsInterfaces/pipelineRunOperations.js.map +1 -0
  866. package/dist/react-native/operationsInterfaces/runNotebook.d.ts +38 -0
  867. package/dist/react-native/operationsInterfaces/runNotebook.d.ts.map +1 -0
  868. package/dist/react-native/operationsInterfaces/runNotebook.js +9 -0
  869. package/dist/react-native/operationsInterfaces/runNotebook.js.map +1 -0
  870. package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.d.ts +58 -0
  871. package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.d.ts.map +1 -0
  872. package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.js +9 -0
  873. package/dist/react-native/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
  874. package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.d.ts +82 -0
  875. package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.d.ts.map +1 -0
  876. package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.js +9 -0
  877. package/dist/react-native/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
  878. package/dist/react-native/operationsInterfaces/sqlPools.d.ts +16 -0
  879. package/dist/react-native/operationsInterfaces/sqlPools.d.ts.map +1 -0
  880. package/dist/react-native/operationsInterfaces/sqlPools.js +9 -0
  881. package/dist/react-native/operationsInterfaces/sqlPools.js.map +1 -0
  882. package/dist/react-native/operationsInterfaces/sqlScriptOperations.d.ts +58 -0
  883. package/dist/react-native/operationsInterfaces/sqlScriptOperations.d.ts.map +1 -0
  884. package/dist/react-native/operationsInterfaces/sqlScriptOperations.js +9 -0
  885. package/dist/react-native/operationsInterfaces/sqlScriptOperations.js.map +1 -0
  886. package/dist/react-native/operationsInterfaces/triggerOperations.d.ts +98 -0
  887. package/dist/react-native/operationsInterfaces/triggerOperations.d.ts.map +1 -0
  888. package/dist/react-native/operationsInterfaces/triggerOperations.js +9 -0
  889. package/dist/react-native/operationsInterfaces/triggerOperations.js.map +1 -0
  890. package/dist/react-native/operationsInterfaces/triggerRunOperations.d.ts +25 -0
  891. package/dist/react-native/operationsInterfaces/triggerRunOperations.d.ts.map +1 -0
  892. package/dist/react-native/operationsInterfaces/triggerRunOperations.js +9 -0
  893. package/dist/react-native/operationsInterfaces/triggerRunOperations.js.map +1 -0
  894. package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.d.ts +11 -0
  895. package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.d.ts.map +1 -0
  896. package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.js +9 -0
  897. package/dist/react-native/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
  898. package/dist/react-native/operationsInterfaces/workspaceOperations.d.ts +10 -0
  899. package/dist/react-native/operationsInterfaces/workspaceOperations.d.ts.map +1 -0
  900. package/dist/react-native/operationsInterfaces/workspaceOperations.js +9 -0
  901. package/dist/react-native/operationsInterfaces/workspaceOperations.js.map +1 -0
  902. package/dist/react-native/package.json +3 -0
  903. package/dist/react-native/pagingHelper.d.ts +13 -0
  904. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  905. package/dist/react-native/pagingHelper.js +32 -0
  906. package/dist/react-native/pagingHelper.js.map +1 -0
  907. package/dist/react-native/tracing.d.ts +2 -0
  908. package/dist/react-native/tracing.d.ts.map +1 -0
  909. package/dist/react-native/tracing.js +14 -0
  910. package/dist/react-native/tracing.js.map +1 -0
  911. package/package.json +80 -66
  912. package/dist/index.js.map +0 -1
  913. package/dist-esm/src/artifactsClient.js.map +0 -1
  914. package/dist-esm/src/index.js.map +0 -1
  915. package/dist-esm/src/lroImpl.js.map +0 -1
  916. package/dist-esm/src/models/index.js.map +0 -1
  917. package/dist-esm/src/models/mappers.js.map +0 -1
  918. package/dist-esm/src/models/parameters.js.map +0 -1
  919. package/dist-esm/src/operations/bigDataPools.js.map +0 -1
  920. package/dist-esm/src/operations/dataFlowDebugSession.js.map +0 -1
  921. package/dist-esm/src/operations/dataFlowOperations.js.map +0 -1
  922. package/dist-esm/src/operations/datasetOperations.js.map +0 -1
  923. package/dist-esm/src/operations/index.js +0 -32
  924. package/dist-esm/src/operations/index.js.map +0 -1
  925. package/dist-esm/src/operations/integrationRuntimes.js.map +0 -1
  926. package/dist-esm/src/operations/kqlScriptOperations.js.map +0 -1
  927. package/dist-esm/src/operations/kqlScripts.js.map +0 -1
  928. package/dist-esm/src/operations/library.js.map +0 -1
  929. package/dist-esm/src/operations/linkConnectionOperations.js.map +0 -1
  930. package/dist-esm/src/operations/linkedServiceOperations.js.map +0 -1
  931. package/dist-esm/src/operations/metastore.js.map +0 -1
  932. package/dist-esm/src/operations/notebookOperationResult.js.map +0 -1
  933. package/dist-esm/src/operations/notebookOperations.js.map +0 -1
  934. package/dist-esm/src/operations/pipelineOperations.js.map +0 -1
  935. package/dist-esm/src/operations/pipelineRunOperations.js.map +0 -1
  936. package/dist-esm/src/operations/runNotebook.js.map +0 -1
  937. package/dist-esm/src/operations/sparkConfigurationOperations.js.map +0 -1
  938. package/dist-esm/src/operations/sparkJobDefinitionOperations.js.map +0 -1
  939. package/dist-esm/src/operations/sqlPools.js.map +0 -1
  940. package/dist-esm/src/operations/sqlScriptOperations.js.map +0 -1
  941. package/dist-esm/src/operations/triggerOperations.js.map +0 -1
  942. package/dist-esm/src/operations/triggerRunOperations.js.map +0 -1
  943. package/dist-esm/src/operations/workspaceGitRepoManagement.js.map +0 -1
  944. package/dist-esm/src/operations/workspaceOperations.js.map +0 -1
  945. package/dist-esm/src/operationsInterfaces/bigDataPools.js.map +0 -1
  946. package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.js.map +0 -1
  947. package/dist-esm/src/operationsInterfaces/dataFlowOperations.js.map +0 -1
  948. package/dist-esm/src/operationsInterfaces/datasetOperations.js.map +0 -1
  949. package/dist-esm/src/operationsInterfaces/index.js +0 -32
  950. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  951. package/dist-esm/src/operationsInterfaces/integrationRuntimes.js.map +0 -1
  952. package/dist-esm/src/operationsInterfaces/kqlScriptOperations.js.map +0 -1
  953. package/dist-esm/src/operationsInterfaces/kqlScripts.js.map +0 -1
  954. package/dist-esm/src/operationsInterfaces/library.js.map +0 -1
  955. package/dist-esm/src/operationsInterfaces/linkConnectionOperations.js.map +0 -1
  956. package/dist-esm/src/operationsInterfaces/linkedServiceOperations.js.map +0 -1
  957. package/dist-esm/src/operationsInterfaces/metastore.js.map +0 -1
  958. package/dist-esm/src/operationsInterfaces/notebookOperationResult.js.map +0 -1
  959. package/dist-esm/src/operationsInterfaces/notebookOperations.js.map +0 -1
  960. package/dist-esm/src/operationsInterfaces/pipelineOperations.js.map +0 -1
  961. package/dist-esm/src/operationsInterfaces/pipelineRunOperations.js.map +0 -1
  962. package/dist-esm/src/operationsInterfaces/runNotebook.js.map +0 -1
  963. package/dist-esm/src/operationsInterfaces/sparkConfigurationOperations.js.map +0 -1
  964. package/dist-esm/src/operationsInterfaces/sparkJobDefinitionOperations.js.map +0 -1
  965. package/dist-esm/src/operationsInterfaces/sqlPools.js.map +0 -1
  966. package/dist-esm/src/operationsInterfaces/sqlScriptOperations.js.map +0 -1
  967. package/dist-esm/src/operationsInterfaces/triggerOperations.js.map +0 -1
  968. package/dist-esm/src/operationsInterfaces/triggerRunOperations.js.map +0 -1
  969. package/dist-esm/src/operationsInterfaces/workspaceGitRepoManagement.js.map +0 -1
  970. package/dist-esm/src/operationsInterfaces/workspaceOperations.js.map +0 -1
  971. package/dist-esm/src/pagingHelper.js.map +0 -1
  972. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  973. /package/{dist-esm/src → dist/browser}/operationsInterfaces/bigDataPools.js +0 -0
  974. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataFlowDebugSession.js +0 -0
  975. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataFlowOperations.js +0 -0
  976. /package/{dist-esm/src → dist/browser}/operationsInterfaces/datasetOperations.js +0 -0
  977. /package/{dist-esm/src → dist/browser}/operationsInterfaces/integrationRuntimes.js +0 -0
  978. /package/{dist-esm/src → dist/browser}/operationsInterfaces/kqlScriptOperations.js +0 -0
  979. /package/{dist-esm/src → dist/browser}/operationsInterfaces/kqlScripts.js +0 -0
  980. /package/{dist-esm/src → dist/browser}/operationsInterfaces/library.js +0 -0
  981. /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkConnectionOperations.js +0 -0
  982. /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkedServiceOperations.js +0 -0
  983. /package/{dist-esm/src → dist/browser}/operationsInterfaces/metastore.js +0 -0
  984. /package/{dist-esm/src → dist/browser}/operationsInterfaces/notebookOperationResult.js +0 -0
  985. /package/{dist-esm/src → dist/browser}/operationsInterfaces/notebookOperations.js +0 -0
  986. /package/{dist-esm/src → dist/browser}/operationsInterfaces/pipelineOperations.js +0 -0
  987. /package/{dist-esm/src → dist/browser}/operationsInterfaces/pipelineRunOperations.js +0 -0
  988. /package/{dist-esm/src → dist/browser}/operationsInterfaces/runNotebook.js +0 -0
  989. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sparkConfigurationOperations.js +0 -0
  990. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sparkJobDefinitionOperations.js +0 -0
  991. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlPools.js +0 -0
  992. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlScriptOperations.js +0 -0
  993. /package/{dist-esm/src → dist/browser}/operationsInterfaces/triggerOperations.js +0 -0
  994. /package/{dist-esm/src → dist/browser}/operationsInterfaces/triggerRunOperations.js +0 -0
  995. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaceGitRepoManagement.js +0 -0
  996. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaceOperations.js +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const LinkConnectionListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkConnectionListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LinkConnectionResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LinkConnectionResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkConnectionResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"LinkConnection\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LinkConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkConnection\",\n modelProperties: {\n sourceDatabase: {\n serializedName: \"sourceDatabase\",\n type: {\n name: \"Composite\",\n className: \"LinkConnectionSourceDatabase\",\n },\n },\n targetDatabase: {\n serializedName: \"targetDatabase\",\n type: {\n name: \"Composite\",\n className: \"LinkConnectionTargetDatabase\",\n },\n },\n landingZone: {\n serializedName: \"landingZone\",\n type: {\n name: \"Composite\",\n className: \"LinkConnectionLandingZone\",\n },\n },\n compute: {\n serializedName: \"compute\",\n type: {\n name: \"Composite\",\n className: \"LinkConnectionCompute\",\n },\n },\n },\n },\n};\n\nexport const LinkConnectionSourceDatabase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkConnectionSourceDatabase\",\n modelProperties: {\n linkedService: {\n serializedName: \"linkedService\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n typeProperties: {\n serializedName: \"typeProperties\",\n type: {\n name: \"Composite\",\n className: \"LinkConnectionSourceDatabaseTypeProperties\",\n },\n },\n },\n },\n};\n\nexport const LinkedServiceReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n referenceName: {\n serializedName: \"referenceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const LinkConnectionSourceDatabaseTypeProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"LinkConnectionSourceDatabaseTypeProperties\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\",\n },\n },\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const LinkConnectionTargetDatabase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkConnectionTargetDatabase\",\n modelProperties: {\n linkedService: {\n serializedName: \"linkedService\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n typeProperties: {\n serializedName: \"typeProperties\",\n type: {\n name: \"Composite\",\n className: \"LinkConnectionTargetDatabaseTypeProperties\",\n },\n },\n },\n },\n};\n\nexport const LinkConnectionTargetDatabaseTypeProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"LinkConnectionTargetDatabaseTypeProperties\",\n modelProperties: {\n crossTableTransaction: {\n serializedName: \"crossTableTransaction\",\n type: {\n name: \"Boolean\",\n },\n },\n dropExistingTargetTableOnStart: {\n serializedName: \"dropExistingTargetTableOnStart\",\n type: {\n name: \"Boolean\",\n },\n },\n actionOnExistingTargetTable: {\n serializedName: \"actionOnExistingTargetTable\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const LinkConnectionLandingZone: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkConnectionLandingZone\",\n modelProperties: {\n linkedService: {\n serializedName: \"linkedService\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n fileSystem: {\n serializedName: \"fileSystem\",\n type: {\n name: \"String\",\n },\n },\n folderPath: {\n serializedName: \"folderPath\",\n type: {\n name: \"String\",\n },\n },\n sasToken: {\n serializedName: \"sasToken\",\n type: {\n name: \"Composite\",\n className: \"SecureString\",\n },\n },\n },\n },\n};\n\nexport const SecretBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n uberParent: \"SecretBase\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LinkConnectionCompute: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkConnectionCompute\",\n modelProperties: {\n coreCount: {\n serializedName: \"coreCount\",\n type: {\n name: \"Number\",\n },\n },\n computeType: {\n serializedName: \"computeType\",\n type: {\n name: \"String\",\n },\n },\n dataProcessIntervalMinutes: {\n constraints: {\n InclusiveMaximum: 60,\n InclusiveMinimum: 20,\n },\n serializedName: \"dataProcessIntervalMinutes\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const CloudError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudError\",\n modelProperties: {\n code: {\n serializedName: \"error.code\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"error.message\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"error.target\",\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"error.details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CloudError\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const EditTablesRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EditTablesRequest\",\n modelProperties: {\n linkTables: {\n serializedName: \"linkTables\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LinkTableRequest\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LinkTableRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkTableRequest\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n source: {\n serializedName: \"source\",\n type: {\n name: \"Composite\",\n className: \"LinkTableRequestSource\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"Composite\",\n className: \"LinkTableRequestTarget\",\n },\n },\n operationType: {\n serializedName: \"operationType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LinkTableRequestSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkTableRequestSource\",\n modelProperties: {\n tableName: {\n serializedName: \"tableName\",\n type: {\n name: \"String\",\n },\n },\n schemaName: {\n serializedName: \"schemaName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LinkTableRequestTarget: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkTableRequestTarget\",\n modelProperties: {\n tableName: {\n serializedName: \"tableName\",\n type: {\n name: \"String\",\n },\n },\n schemaName: {\n serializedName: \"schemaName\",\n type: {\n name: \"String\",\n },\n },\n distributionOptions: {\n serializedName: \"distributionOptions\",\n type: {\n name: \"Composite\",\n className: \"LinkTableRequestTargetDistributionOptions\",\n },\n },\n structureOptions: {\n serializedName: \"structureOptions\",\n type: {\n name: \"Composite\",\n className: \"LinkTableRequestTargetStructureOptions\",\n },\n },\n },\n },\n};\n\nexport const LinkTableRequestTargetDistributionOptions: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"LinkTableRequestTargetDistributionOptions\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n distributionColumn: {\n serializedName: \"distributionColumn\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const LinkTableRequestTargetStructureOptions: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"LinkTableRequestTargetStructureOptions\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const LinkConnectionDetailedStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkConnectionDetailedStatus\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n isApplyingChanges: {\n serializedName: \"isApplyingChanges\",\n type: {\n name: \"Boolean\",\n },\n },\n isPartiallyFailed: {\n serializedName: \"isPartiallyFailed\",\n type: {\n name: \"Boolean\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"any\",\n },\n },\n stopTime: {\n serializedName: \"stopTime\",\n type: {\n name: \"any\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n continuousRunId: {\n serializedName: \"continuousRunId\",\n type: {\n name: \"String\",\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"any\",\n },\n },\n refreshStatus: {\n serializedName: \"refreshStatus\",\n type: {\n name: \"Composite\",\n className: \"LinkConnectionRefreshStatus\",\n },\n },\n landingZoneCredentialExpireTime: {\n serializedName: \"landingZoneCredentialExpireTime\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const LinkConnectionRefreshStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkConnectionRefreshStatus\",\n modelProperties: {\n refreshStatus: {\n serializedName: \"refreshStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errorMessage: {\n serializedName: \"errorMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LinkTableListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkTableListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LinkTableResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LinkTableResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkTableResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n source: {\n serializedName: \"source\",\n type: {\n name: \"Composite\",\n className: \"LinkTableRequestSource\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"Composite\",\n className: \"LinkTableRequestTarget\",\n },\n },\n },\n },\n};\n\nexport const QueryTableStatusRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueryTableStatusRequest\",\n modelProperties: {\n maxSegmentCount: {\n constraints: {\n InclusiveMaximum: 1000,\n },\n serializedName: \"maxSegmentCount\",\n type: {\n name: \"Number\",\n },\n },\n continuationToken: {\n serializedName: \"continuationToken\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const LinkConnectionQueryTableStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkConnectionQueryTableStatus\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LinkTableStatus\",\n },\n },\n },\n },\n continuationToken: {\n serializedName: \"continuationToken\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const LinkTableStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkTableStatus\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n errorMessage: {\n serializedName: \"errorMessage\",\n type: {\n name: \"String\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"any\",\n },\n },\n stopTime: {\n serializedName: \"stopTime\",\n type: {\n name: \"any\",\n },\n },\n linkTableId: {\n serializedName: \"linkTableId\",\n type: {\n name: \"String\",\n },\n },\n errorCode: {\n serializedName: \"errorCode\",\n type: {\n name: \"String\",\n },\n },\n lastProcessedData: {\n serializedName: \"lastProcessedData\",\n type: {\n name: \"DateTime\",\n },\n },\n lastTransactionCommitTime: {\n serializedName: \"lastTransactionCommitTime\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const UpdateLandingZoneCredential: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateLandingZoneCredential\",\n modelProperties: {\n sasToken: {\n serializedName: \"sasToken\",\n type: {\n name: \"Composite\",\n className: \"SecureString\",\n },\n },\n },\n },\n};\n\nexport const RunNotebookRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunNotebookRequest\",\n modelProperties: {\n notebook: {\n serializedName: \"notebook\",\n type: {\n name: \"String\",\n },\n },\n sparkPool: {\n serializedName: \"sparkPool\",\n type: {\n name: \"String\",\n },\n },\n sessionOptions: {\n serializedName: \"sessionOptions\",\n type: {\n name: \"Composite\",\n className: \"RunNotebookSparkSessionOptions\",\n },\n },\n honorSessionTimeToLive: {\n serializedName: \"honorSessionTimeToLive\",\n type: {\n name: \"Boolean\",\n },\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"RunNotebookParameter\" },\n },\n },\n },\n },\n },\n};\n\nexport const RunNotebookSparkSessionOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunNotebookSparkSessionOptions\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n proxyUser: {\n serializedName: \"proxyUser\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n jars: {\n serializedName: \"jars\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n pythonFiles: {\n serializedName: \"pyFiles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n files: {\n serializedName: \"files\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n archives: {\n serializedName: \"archives\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n queue: {\n serializedName: \"queue\",\n type: {\n name: \"any\",\n },\n },\n configuration: {\n serializedName: \"conf\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n driverMemory: {\n serializedName: \"driverMemory\",\n type: {\n name: \"String\",\n },\n },\n driverCores: {\n serializedName: \"driverCores\",\n type: {\n name: \"Number\",\n },\n },\n executorMemory: {\n serializedName: \"executorMemory\",\n type: {\n name: \"String\",\n },\n },\n executorCores: {\n serializedName: \"executorCores\",\n type: {\n name: \"Number\",\n },\n },\n executorCount: {\n serializedName: \"numExecutors\",\n type: {\n name: \"Number\",\n },\n },\n isQueueable: {\n serializedName: \"isQueueable\",\n type: {\n name: \"Boolean\",\n },\n },\n heartbeatTimeoutInSecond: {\n serializedName: \"heartbeatTimeoutInSecond\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const RunNotebookParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunNotebookParameter\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const RunNotebookResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunNotebookResponse\",\n modelProperties: {\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n result: {\n serializedName: \"result\",\n type: {\n name: \"Composite\",\n className: \"RunNotebookResult\",\n },\n },\n },\n },\n};\n\nexport const RunNotebookResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunNotebookResult\",\n modelProperties: {\n runId: {\n serializedName: \"runId\",\n type: {\n name: \"String\",\n },\n },\n runStatus: {\n serializedName: \"runStatus\",\n type: {\n name: \"String\",\n },\n },\n lastCheckedOn: {\n serializedName: \"lastCheckedOn\",\n type: {\n name: \"String\",\n },\n },\n sessionId: {\n serializedName: \"sessionId\",\n type: {\n name: \"String\",\n },\n },\n sparkPool: {\n serializedName: \"sparkPool\",\n type: {\n name: \"String\",\n },\n },\n sessionDetail: {\n serializedName: \"sessionDetail\",\n type: {\n name: \"any\",\n },\n },\n exitValue: {\n serializedName: \"exitValue\",\n type: {\n name: \"String\",\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"RunNotebookError\",\n },\n },\n },\n },\n};\n\nexport const RunNotebookError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunNotebookError\",\n modelProperties: {\n ename: {\n serializedName: \"ename\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n evalue: {\n serializedName: \"evalue\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n traceback: {\n serializedName: \"traceback\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RunNotebookSnapshotResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunNotebookSnapshotResponse\",\n modelProperties: {\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n result: {\n serializedName: \"result\",\n type: {\n name: \"Composite\",\n className: \"RunNotebookSnapshotResult\",\n },\n },\n },\n },\n};\n\nexport const RunNotebookSnapshotResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunNotebookSnapshotResult\",\n modelProperties: {\n snapshot: {\n serializedName: \"snapshot\",\n type: {\n name: \"Composite\",\n className: \"RunNotebookSnapshot\",\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"RunNotebookError\",\n },\n },\n runId: {\n serializedName: \"runId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n runStatus: {\n serializedName: \"runStatus\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n lastCheckedOn: {\n serializedName: \"lastCheckedOn\",\n type: {\n name: \"String\",\n },\n },\n sessionId: {\n serializedName: \"sessionId\",\n type: {\n name: \"String\",\n },\n },\n sparkPool: {\n serializedName: \"sparkPool\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RunNotebookSnapshot: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunNotebookSnapshot\",\n modelProperties: {\n exitValue: {\n serializedName: \"exitValue\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n notebook: {\n serializedName: \"notebook\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n sessionOptions: {\n serializedName: \"sessionOptions\",\n type: {\n name: \"Composite\",\n className: \"RunNotebookSparkSessionOptions\",\n },\n },\n honorSessionTimeToLive: {\n serializedName: \"honorSessionTimeToLive\",\n type: {\n name: \"Boolean\",\n },\n },\n sessionId: {\n serializedName: \"sessionId\",\n type: {\n name: \"String\",\n },\n },\n sparkPool: {\n serializedName: \"sparkPool\",\n type: {\n name: \"String\",\n },\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"RunNotebookParameter\" },\n },\n },\n },\n notebookContent: {\n serializedName: \"notebookContent\",\n type: {\n name: \"Composite\",\n className: \"NotebookResource\",\n },\n },\n },\n },\n};\n\nexport const NotebookResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NotebookResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n etag: {\n serializedName: \"etag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"Notebook\",\n },\n },\n },\n },\n};\n\nexport const Notebook: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Notebook\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n bigDataPool: {\n serializedName: \"bigDataPool\",\n type: {\n name: \"Composite\",\n className: \"BigDataPoolReference\",\n },\n },\n targetSparkConfiguration: {\n serializedName: \"targetSparkConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SparkConfigurationReference\",\n },\n },\n sessionProperties: {\n serializedName: \"sessionProperties\",\n type: {\n name: \"Composite\",\n className: \"NotebookSessionProperties\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"NotebookMetadata\",\n },\n },\n nbformat: {\n serializedName: \"nbformat\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n nbformatMinor: {\n serializedName: \"nbformat_minor\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n cells: {\n serializedName: \"cells\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NotebookCell\",\n },\n },\n },\n },\n folder: {\n serializedName: \"folder\",\n type: {\n name: \"Composite\",\n className: \"NotebookFolder\",\n },\n },\n },\n },\n};\n\nexport const BigDataPoolReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BigDataPoolReference\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n referenceName: {\n serializedName: \"referenceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SparkConfigurationReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SparkConfigurationReference\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n referenceName: {\n serializedName: \"referenceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NotebookSessionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NotebookSessionProperties\",\n modelProperties: {\n driverMemory: {\n serializedName: \"driverMemory\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n driverCores: {\n serializedName: \"driverCores\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n executorMemory: {\n serializedName: \"executorMemory\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n executorCores: {\n serializedName: \"executorCores\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n numExecutors: {\n serializedName: \"numExecutors\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const NotebookMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NotebookMetadata\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n kernelspec: {\n serializedName: \"kernelspec\",\n type: {\n name: \"Composite\",\n className: \"NotebookKernelSpec\",\n },\n },\n languageInfo: {\n serializedName: \"language_info\",\n type: {\n name: \"Composite\",\n className: \"NotebookLanguageInfo\",\n },\n },\n },\n },\n};\n\nexport const NotebookKernelSpec: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NotebookKernelSpec\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"display_name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NotebookLanguageInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NotebookLanguageInfo\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n codemirrorMode: {\n serializedName: \"codemirror_mode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NotebookCell: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NotebookCell\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n cellType: {\n serializedName: \"cell_type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n source: {\n serializedName: \"source\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n attachments: {\n serializedName: \"attachments\",\n nullable: true,\n type: {\n name: \"any\",\n },\n },\n outputs: {\n serializedName: \"outputs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NotebookCellOutputItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const NotebookCellOutputItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NotebookCellOutputItem\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n executionCount: {\n serializedName: \"execution_count\",\n type: {\n name: \"Number\",\n },\n },\n outputType: {\n serializedName: \"output_type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n text: {\n serializedName: \"text\",\n type: {\n name: \"any\",\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"any\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const NotebookFolder: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NotebookFolder\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const KqlScriptsResourceCollectionResponse: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"KqlScriptsResourceCollectionResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KqlScriptResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const KqlScriptResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KqlScriptResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"KqlScript\",\n },\n },\n },\n },\n};\n\nexport const KqlScript: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KqlScript\",\n modelProperties: {\n content: {\n serializedName: \"content\",\n type: {\n name: \"Composite\",\n className: \"KqlScriptContent\",\n },\n },\n },\n },\n};\n\nexport const KqlScriptContent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KqlScriptContent\",\n modelProperties: {\n query: {\n serializedName: \"query\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"KqlScriptContentMetadata\",\n },\n },\n currentConnection: {\n serializedName: \"currentConnection\",\n type: {\n name: \"Composite\",\n className: \"KqlScriptContentCurrentConnection\",\n },\n },\n },\n },\n};\n\nexport const KqlScriptContentMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KqlScriptContentMetadata\",\n modelProperties: {\n language: {\n serializedName: \"language\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const KqlScriptContentCurrentConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KqlScriptContentCurrentConnection\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n poolName: {\n serializedName: \"poolName\",\n type: {\n name: \"String\",\n },\n },\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorContract: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorContract\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ArtifactRenameRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactRenameRequest\",\n modelProperties: {\n newName: {\n constraints: {\n Pattern: new RegExp(\"^[A-Za-z0-9_][^<>*#.%&:\\\\\\\\+?/]*$\"),\n MaxLength: 260,\n MinLength: 1,\n },\n serializedName: \"newName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MetastoreRegisterObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetastoreRegisterObject\",\n modelProperties: {\n inputFolder: {\n serializedName: \"inputFolder\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MetastoreRegistrationResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetastoreRegistrationResponse\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MetastoreRequestSuccessResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetastoreRequestSuccessResponse\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MetastoreUpdateObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetastoreUpdateObject\",\n modelProperties: {\n inputFolder: {\n serializedName: \"inputFolder\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MetastoreUpdationResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetastoreUpdationResponse\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SparkConfigurationListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SparkConfigurationListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SparkConfigurationResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SparkConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SparkConfiguration\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n configs: {\n serializedName: \"configs\",\n required: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n annotations: {\n serializedName: \"annotations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n notes: {\n serializedName: \"notes\",\n type: {\n name: \"String\",\n },\n },\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n created: {\n serializedName: \"created\",\n type: {\n name: \"DateTime\",\n },\n },\n configMergeRule: {\n serializedName: \"configMergeRule\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BigDataPoolResourceInfoListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BigDataPoolResourceInfoListResult\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BigDataPoolResourceInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AutoScaleProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoScaleProperties\",\n modelProperties: {\n minNodeCount: {\n serializedName: \"minNodeCount\",\n type: {\n name: \"Number\",\n },\n },\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n maxNodeCount: {\n serializedName: \"maxNodeCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AutoPauseProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoPauseProperties\",\n modelProperties: {\n delayInMinutes: {\n serializedName: \"delayInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const DynamicExecutorAllocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DynamicExecutorAllocation\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const LibraryRequirements: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LibraryRequirements\",\n modelProperties: {\n time: {\n serializedName: \"time\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n content: {\n serializedName: \"content\",\n type: {\n name: \"String\",\n },\n },\n filename: {\n serializedName: \"filename\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LibraryInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LibraryInfo\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n containerName: {\n serializedName: \"containerName\",\n type: {\n name: \"String\",\n },\n },\n uploadedTimestamp: {\n serializedName: \"uploadedTimestamp\",\n type: {\n name: \"DateTime\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n provisioningStatus: {\n serializedName: \"provisioningStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n creatorId: {\n serializedName: \"creatorId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataFlow: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataFlow\",\n uberParent: \"DataFlow\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n annotations: {\n serializedName: \"annotations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n folder: {\n serializedName: \"folder\",\n type: {\n name: \"Composite\",\n className: \"DataFlowFolder\",\n },\n },\n },\n },\n};\n\nexport const DataFlowFolder: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataFlowFolder\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataFlowListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataFlowListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataFlowResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CreateDataFlowDebugSessionRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateDataFlowDebugSessionRequest\",\n modelProperties: {\n computeType: {\n serializedName: \"computeType\",\n type: {\n name: \"String\",\n },\n },\n coreCount: {\n serializedName: \"coreCount\",\n type: {\n name: \"Number\",\n },\n },\n timeToLive: {\n serializedName: \"timeToLive\",\n type: {\n name: \"Number\",\n },\n },\n integrationRuntime: {\n serializedName: \"integrationRuntime\",\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeDebugResource\",\n },\n },\n },\n },\n};\n\nexport const IntegrationRuntime: coreClient.CompositeMapper = {\n serializedName: \"IntegrationRuntime\",\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntime\",\n uberParent: \"IntegrationRuntime\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SubResourceDebugResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubResourceDebugResource\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CreateDataFlowDebugSessionResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateDataFlowDebugSessionResponse\",\n modelProperties: {\n sessionId: {\n serializedName: \"sessionId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QueryDataFlowDebugSessionsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueryDataFlowDebugSessionsResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataFlowDebugSessionInfo\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataFlowDebugSessionInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataFlowDebugSessionInfo\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n dataFlowName: {\n serializedName: \"dataFlowName\",\n type: {\n name: \"String\",\n },\n },\n computeType: {\n serializedName: \"computeType\",\n type: {\n name: \"String\",\n },\n },\n coreCount: {\n serializedName: \"coreCount\",\n type: {\n name: \"Number\",\n },\n },\n nodeCount: {\n serializedName: \"nodeCount\",\n type: {\n name: \"Number\",\n },\n },\n integrationRuntimeName: {\n serializedName: \"integrationRuntimeName\",\n type: {\n name: \"String\",\n },\n },\n sessionId: {\n serializedName: \"sessionId\",\n type: {\n name: \"String\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"String\",\n },\n },\n timeToLiveInMinutes: {\n serializedName: \"timeToLiveInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n lastActivityTime: {\n serializedName: \"lastActivityTime\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataFlowDebugPackage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataFlowDebugPackage\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n sessionId: {\n serializedName: \"sessionId\",\n type: {\n name: \"String\",\n },\n },\n dataFlow: {\n serializedName: \"dataFlow\",\n type: {\n name: \"Composite\",\n className: \"DataFlowDebugResource\",\n },\n },\n dataFlows: {\n serializedName: \"dataFlows\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataFlowDebugResource\",\n },\n },\n },\n },\n datasets: {\n serializedName: \"datasets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatasetDebugResource\",\n },\n },\n },\n },\n linkedServices: {\n serializedName: \"linkedServices\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LinkedServiceDebugResource\",\n },\n },\n },\n },\n staging: {\n serializedName: \"staging\",\n type: {\n name: \"Composite\",\n className: \"DataFlowStagingInfo\",\n },\n },\n debugSettings: {\n serializedName: \"debugSettings\",\n type: {\n name: \"Composite\",\n className: \"DataFlowDebugPackageDebugSettings\",\n },\n },\n },\n },\n};\n\nexport const Dataset: coreClient.CompositeMapper = {\n serializedName: \"Dataset\",\n type: {\n name: \"Composite\",\n className: \"Dataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n structure: {\n serializedName: \"structure\",\n type: {\n name: \"any\",\n },\n },\n schema: {\n serializedName: \"schema\",\n type: {\n name: \"any\",\n },\n },\n linkedServiceName: {\n serializedName: \"linkedServiceName\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"ParameterSpecification\" },\n },\n },\n },\n annotations: {\n serializedName: \"annotations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n folder: {\n serializedName: \"folder\",\n type: {\n name: \"Composite\",\n className: \"DatasetFolder\",\n },\n },\n },\n },\n};\n\nexport const ParameterSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ParameterSpecification\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n defaultValue: {\n serializedName: \"defaultValue\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DatasetFolder: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatasetFolder\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LinkedService: coreClient.CompositeMapper = {\n serializedName: \"LinkedService\",\n type: {\n name: \"Composite\",\n className: \"LinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n connectVia: {\n serializedName: \"connectVia\",\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeReference\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"ParameterSpecification\" },\n },\n },\n },\n annotations: {\n serializedName: \"annotations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const IntegrationRuntimeReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeReference\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n referenceName: {\n serializedName: \"referenceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const DataFlowStagingInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataFlowStagingInfo\",\n modelProperties: {\n linkedService: {\n serializedName: \"linkedService\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n folderPath: {\n serializedName: \"folderPath\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DataFlowDebugPackageDebugSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataFlowDebugPackageDebugSettings\",\n modelProperties: {\n sourceSettings: {\n serializedName: \"sourceSettings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataFlowSourceSetting\",\n },\n },\n },\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n datasetParameters: {\n serializedName: \"datasetParameters\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DataFlowSourceSetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataFlowSourceSetting\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n sourceName: {\n serializedName: \"sourceName\",\n type: {\n name: \"String\",\n },\n },\n rowLimit: {\n serializedName: \"rowLimit\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AddDataFlowToDebugSessionResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AddDataFlowToDebugSessionResponse\",\n modelProperties: {\n jobVersion: {\n serializedName: \"jobVersion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DeleteDataFlowDebugSessionRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeleteDataFlowDebugSessionRequest\",\n modelProperties: {\n sessionId: {\n serializedName: \"sessionId\",\n type: {\n name: \"String\",\n },\n },\n dataFlowName: {\n serializedName: \"dataFlowName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataFlowDebugCommandRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataFlowDebugCommandRequest\",\n modelProperties: {\n sessionId: {\n serializedName: \"sessionId\",\n type: {\n name: \"String\",\n },\n },\n command: {\n serializedName: \"command\",\n type: {\n name: \"String\",\n },\n },\n commandPayload: {\n serializedName: \"commandPayload\",\n type: {\n name: \"Composite\",\n className: \"DataFlowDebugCommandPayload\",\n },\n },\n },\n },\n};\n\nexport const DataFlowDebugCommandPayload: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataFlowDebugCommandPayload\",\n modelProperties: {\n streamName: {\n serializedName: \"streamName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n rowLimits: {\n serializedName: \"rowLimits\",\n type: {\n name: \"Number\",\n },\n },\n columns: {\n serializedName: \"columns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n expression: {\n serializedName: \"expression\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataFlowDebugCommandResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataFlowDebugCommandResponse\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatasetListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatasetListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatasetResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GitHubAccessTokenRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHubAccessTokenRequest\",\n modelProperties: {\n gitHubClientId: {\n serializedName: \"gitHubClientId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n gitHubAccessCode: {\n serializedName: \"gitHubAccessCode\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n gitHubAccessTokenBaseUrl: {\n serializedName: \"gitHubAccessTokenBaseUrl\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GitHubAccessTokenResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHubAccessTokenResponse\",\n modelProperties: {\n gitHubAccessToken: {\n serializedName: \"gitHubAccessToken\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IntegrationRuntimeListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LibraryListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LibraryListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LibraryResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LibraryResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LibraryResourceProperties\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n path: {\n serializedName: \"path\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n containerName: {\n serializedName: \"containerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n uploadedTimestamp: {\n serializedName: \"uploadedTimestamp\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningStatus: {\n serializedName: \"provisioningStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n creatorId: {\n serializedName: \"creatorId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LibraryResourceInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LibraryResourceInfo\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n recordId: {\n serializedName: \"recordId\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n created: {\n serializedName: \"created\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n changed: {\n serializedName: \"changed\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operationId: {\n serializedName: \"operationId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n artifactId: {\n serializedName: \"artifactId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationResult\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n code: {\n serializedName: \"error.code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"error.message\",\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"error.target\",\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"error.details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CloudError\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LinkedServiceListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkedServiceListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LinkedServiceResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NotebookListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NotebookListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NotebookResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PipelineListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PipelineListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PipelineResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Activity: coreClient.CompositeMapper = {\n serializedName: \"Activity\",\n type: {\n name: \"Composite\",\n className: \"Activity\",\n uberParent: \"Activity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\",\n },\n },\n onInactiveMarkAs: {\n serializedName: \"onInactiveMarkAs\",\n type: {\n name: \"String\",\n },\n },\n dependsOn: {\n serializedName: \"dependsOn\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActivityDependency\",\n },\n },\n },\n },\n userProperties: {\n serializedName: \"userProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UserProperty\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ActivityDependency: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActivityDependency\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n activity: {\n serializedName: \"activity\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n dependencyConditions: {\n serializedName: \"dependencyConditions\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const UserProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserProperty\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const VariableSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VariableSpecification\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n defaultValue: {\n serializedName: \"defaultValue\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const PipelineFolder: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PipelineFolder\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CreateRunResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateRunResponse\",\n modelProperties: {\n runId: {\n serializedName: \"runId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RunFilterParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunFilterParameters\",\n modelProperties: {\n continuationToken: {\n serializedName: \"continuationToken\",\n type: {\n name: \"String\",\n },\n },\n lastUpdatedAfter: {\n serializedName: \"lastUpdatedAfter\",\n required: true,\n type: {\n name: \"DateTime\",\n },\n },\n lastUpdatedBefore: {\n serializedName: \"lastUpdatedBefore\",\n required: true,\n type: {\n name: \"DateTime\",\n },\n },\n filters: {\n serializedName: \"filters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RunQueryFilter\",\n },\n },\n },\n },\n orderBy: {\n serializedName: \"orderBy\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RunQueryOrderBy\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RunQueryFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunQueryFilter\",\n modelProperties: {\n operand: {\n serializedName: \"operand\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n values: {\n serializedName: \"values\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RunQueryOrderBy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunQueryOrderBy\",\n modelProperties: {\n orderBy: {\n serializedName: \"orderBy\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n order: {\n serializedName: \"order\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PipelineRunsQueryResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PipelineRunsQueryResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PipelineRun\",\n },\n },\n },\n },\n continuationToken: {\n serializedName: \"continuationToken\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PipelineRun: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PipelineRun\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n runId: {\n serializedName: \"runId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n runGroupId: {\n serializedName: \"runGroupId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isLatest: {\n serializedName: \"isLatest\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n pipelineName: {\n serializedName: \"pipelineName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n parameters: {\n serializedName: \"parameters\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n invokedBy: {\n serializedName: \"invokedBy\",\n type: {\n name: \"Composite\",\n className: \"PipelineRunInvokedBy\",\n },\n },\n lastUpdated: {\n serializedName: \"lastUpdated\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n runStart: {\n serializedName: \"runStart\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n runEnd: {\n serializedName: \"runEnd\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n durationInMs: {\n serializedName: \"durationInMs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PipelineRunInvokedBy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PipelineRunInvokedBy\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n invokedByType: {\n serializedName: \"invokedByType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ActivityRunsQueryResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActivityRunsQueryResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActivityRun\",\n },\n },\n },\n },\n continuationToken: {\n serializedName: \"continuationToken\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ActivityRun: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActivityRun\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n pipelineName: {\n serializedName: \"pipelineName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n pipelineRunId: {\n serializedName: \"pipelineRunId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n activityName: {\n serializedName: \"activityName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n activityType: {\n serializedName: \"activityType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n activityRunId: {\n serializedName: \"activityRunId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n linkedServiceName: {\n serializedName: \"linkedServiceName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n activityRunStart: {\n serializedName: \"activityRunStart\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n activityRunEnd: {\n serializedName: \"activityRunEnd\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n durationInMs: {\n serializedName: \"durationInMs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n input: {\n serializedName: \"input\",\n readOnly: true,\n type: {\n name: \"any\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"any\",\n },\n },\n error: {\n serializedName: \"error\",\n readOnly: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SparkJobDefinitionsListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SparkJobDefinitionsListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SparkJobDefinitionResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SparkJobDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SparkJobDefinition\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n targetBigDataPool: {\n serializedName: \"targetBigDataPool\",\n type: {\n name: \"Composite\",\n className: \"BigDataPoolReference\",\n },\n },\n targetSparkConfiguration: {\n serializedName: \"targetSparkConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SparkConfigurationReference\",\n },\n },\n requiredSparkVersion: {\n serializedName: \"requiredSparkVersion\",\n type: {\n name: \"String\",\n },\n },\n language: {\n serializedName: \"language\",\n type: {\n name: \"String\",\n },\n },\n jobProperties: {\n serializedName: \"jobProperties\",\n type: {\n name: \"Composite\",\n className: \"SparkJobProperties\",\n },\n },\n folder: {\n serializedName: \"folder\",\n type: {\n name: \"Composite\",\n className: \"SparkJobDefinitionFolder\",\n },\n },\n },\n },\n};\n\nexport const SparkJobProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SparkJobProperties\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n file: {\n serializedName: \"file\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n className: {\n serializedName: \"className\",\n type: {\n name: \"String\",\n },\n },\n conf: {\n serializedName: \"conf\",\n type: {\n name: \"any\",\n },\n },\n args: {\n serializedName: \"args\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n jars: {\n serializedName: \"jars\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n files: {\n serializedName: \"files\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n archives: {\n serializedName: \"archives\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n driverMemory: {\n serializedName: \"driverMemory\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n driverCores: {\n serializedName: \"driverCores\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n executorMemory: {\n serializedName: \"executorMemory\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n executorCores: {\n serializedName: \"executorCores\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n numExecutors: {\n serializedName: \"numExecutors\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SparkJobDefinitionFolder: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SparkJobDefinitionFolder\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SparkBatchJob: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SparkBatchJob\",\n modelProperties: {\n livyInfo: {\n serializedName: \"livyInfo\",\n type: {\n name: \"Composite\",\n className: \"SparkBatchJobState\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n workspaceName: {\n serializedName: \"workspaceName\",\n type: {\n name: \"String\",\n },\n },\n sparkPoolName: {\n serializedName: \"sparkPoolName\",\n type: {\n name: \"String\",\n },\n },\n submitterName: {\n serializedName: \"submitterName\",\n type: {\n name: \"String\",\n },\n },\n submitterId: {\n serializedName: \"submitterId\",\n type: {\n name: \"String\",\n },\n },\n artifactId: {\n serializedName: \"artifactId\",\n type: {\n name: \"String\",\n },\n },\n jobType: {\n serializedName: \"jobType\",\n type: {\n name: \"String\",\n },\n },\n result: {\n serializedName: \"result\",\n type: {\n name: \"String\",\n },\n },\n scheduler: {\n serializedName: \"schedulerInfo\",\n type: {\n name: \"Composite\",\n className: \"SparkScheduler\",\n },\n },\n plugin: {\n serializedName: \"pluginInfo\",\n type: {\n name: \"Composite\",\n className: \"SparkServicePlugin\",\n },\n },\n errors: {\n serializedName: \"errorInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SparkServiceError\",\n },\n },\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n appId: {\n serializedName: \"appId\",\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n appInfo: {\n serializedName: \"appInfo\",\n nullable: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\",\n },\n },\n logLines: {\n serializedName: \"log\",\n nullable: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SparkBatchJobState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SparkBatchJobState\",\n modelProperties: {\n notStartedAt: {\n serializedName: \"notStartedAt\",\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n startingAt: {\n serializedName: \"startingAt\",\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n runningAt: {\n serializedName: \"runningAt\",\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n deadAt: {\n serializedName: \"deadAt\",\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n successAt: {\n serializedName: \"successAt\",\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n terminatedAt: {\n serializedName: \"killedAt\",\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n recoveringAt: {\n serializedName: \"recoveringAt\",\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n currentState: {\n serializedName: \"currentState\",\n type: {\n name: \"String\",\n },\n },\n jobCreationRequest: {\n serializedName: \"jobCreationRequest\",\n type: {\n name: \"Composite\",\n className: \"SparkRequest\",\n },\n },\n },\n },\n};\n\nexport const SparkRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SparkRequest\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n file: {\n serializedName: \"file\",\n type: {\n name: \"String\",\n },\n },\n className: {\n serializedName: \"className\",\n type: {\n name: \"String\",\n },\n },\n arguments: {\n serializedName: \"args\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n jars: {\n serializedName: \"jars\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n pythonFiles: {\n serializedName: \"pyFiles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n files: {\n serializedName: \"files\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n archives: {\n serializedName: \"archives\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n configuration: {\n serializedName: \"conf\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n driverMemory: {\n serializedName: \"driverMemory\",\n type: {\n name: \"String\",\n },\n },\n driverCores: {\n serializedName: \"driverCores\",\n type: {\n name: \"Number\",\n },\n },\n executorMemory: {\n serializedName: \"executorMemory\",\n type: {\n name: \"String\",\n },\n },\n executorCores: {\n serializedName: \"executorCores\",\n type: {\n name: \"Number\",\n },\n },\n executorCount: {\n serializedName: \"numExecutors\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SparkScheduler: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SparkScheduler\",\n modelProperties: {\n submittedAt: {\n serializedName: \"submittedAt\",\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n scheduledAt: {\n serializedName: \"scheduledAt\",\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedAt: {\n serializedName: \"endedAt\",\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n cancellationRequestedAt: {\n serializedName: \"cancellationRequestedAt\",\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n currentState: {\n serializedName: \"currentState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SparkServicePlugin: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SparkServicePlugin\",\n modelProperties: {\n preparationStartedAt: {\n serializedName: \"preparationStartedAt\",\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n resourceAcquisitionStartedAt: {\n serializedName: \"resourceAcquisitionStartedAt\",\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n submissionStartedAt: {\n serializedName: \"submissionStartedAt\",\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n monitoringStartedAt: {\n serializedName: \"monitoringStartedAt\",\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n cleanupStartedAt: {\n serializedName: \"cleanupStartedAt\",\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n currentState: {\n serializedName: \"currentState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SparkServiceError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SparkServiceError\",\n modelProperties: {\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n errorCode: {\n serializedName: \"errorCode\",\n type: {\n name: \"String\",\n },\n },\n source: {\n serializedName: \"source\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SqlPoolInfoListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlPoolInfoListResult\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlPool\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Sku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SqlScriptsListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlScriptsListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlScriptResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SqlScriptResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlScriptResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n etag: {\n serializedName: \"etag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SqlScript\",\n },\n },\n },\n },\n};\n\nexport const SqlScript: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlScript\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n content: {\n serializedName: \"content\",\n type: {\n name: \"Composite\",\n className: \"SqlScriptContent\",\n },\n },\n folder: {\n serializedName: \"folder\",\n type: {\n name: \"Composite\",\n className: \"SqlScriptFolder\",\n },\n },\n },\n },\n};\n\nexport const SqlScriptContent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlScriptContent\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n query: {\n serializedName: \"query\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n currentConnection: {\n serializedName: \"currentConnection\",\n type: {\n name: \"Composite\",\n className: \"SqlConnection\",\n },\n },\n resultLimit: {\n serializedName: \"resultLimit\",\n type: {\n name: \"Number\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"SqlScriptMetadata\",\n },\n },\n },\n },\n};\n\nexport const SqlConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlConnection\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n poolName: {\n serializedName: \"poolName\",\n type: {\n name: \"String\",\n },\n },\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SqlScriptMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlScriptMetadata\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n language: {\n serializedName: \"language\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SqlScriptFolder: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlScriptFolder\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TriggerListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TriggerListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TriggerResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Trigger: coreClient.CompositeMapper = {\n serializedName: \"Trigger\",\n type: {\n name: \"Composite\",\n className: \"Trigger\",\n uberParent: \"Trigger\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n runtimeState: {\n serializedName: \"runtimeState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n annotations: {\n serializedName: \"annotations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const TriggerSubscriptionOperationStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TriggerSubscriptionOperationStatus\",\n modelProperties: {\n triggerName: {\n serializedName: \"triggerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TriggerRunsQueryResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TriggerRunsQueryResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TriggerRun\",\n },\n },\n },\n },\n continuationToken: {\n serializedName: \"continuationToken\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TriggerRun: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TriggerRun\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n triggerRunId: {\n serializedName: \"triggerRunId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n triggerName: {\n serializedName: \"triggerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n triggerType: {\n serializedName: \"triggerType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n triggerRunTimestamp: {\n serializedName: \"triggerRunTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n triggeredPipelines: {\n serializedName: \"triggeredPipelines\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const DataLakeStorageAccountDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataLakeStorageAccountDetails\",\n modelProperties: {\n accountUrl: {\n serializedName: \"accountUrl\",\n type: {\n name: \"String\",\n },\n },\n filesystem: {\n serializedName: \"filesystem\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualNetworkProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkProfile\",\n modelProperties: {\n computeSubnetId: {\n serializedName: \"computeSubnetId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EncryptionDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EncryptionDetails\",\n modelProperties: {\n doubleEncryptionEnabled: {\n serializedName: \"doubleEncryptionEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n cmk: {\n serializedName: \"cmk\",\n type: {\n name: \"Composite\",\n className: \"CustomerManagedKeyDetails\",\n },\n },\n },\n },\n};\n\nexport const CustomerManagedKeyDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomerManagedKeyDetails\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n key: {\n serializedName: \"key\",\n type: {\n name: \"Composite\",\n className: \"WorkspaceKeyDetails\",\n },\n },\n },\n },\n};\n\nexport const WorkspaceKeyDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkspaceKeyDetails\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n keyVaultUrl: {\n serializedName: \"keyVaultUrl\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedVirtualNetworkSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedVirtualNetworkSettings\",\n modelProperties: {\n preventDataExfiltration: {\n serializedName: \"preventDataExfiltration\",\n type: {\n name: \"Boolean\",\n },\n },\n linkedAccessCheckOnTargetResource: {\n serializedName: \"linkedAccessCheckOnTargetResource\",\n type: {\n name: \"Boolean\",\n },\n },\n allowedAadTenantIdsForLinking: {\n serializedName: \"allowedAadTenantIdsForLinking\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WorkspaceRepositoryConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkspaceRepositoryConfiguration\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n hostName: {\n serializedName: \"hostName\",\n type: {\n name: \"String\",\n },\n },\n accountName: {\n serializedName: \"accountName\",\n type: {\n name: \"String\",\n },\n },\n projectName: {\n serializedName: \"projectName\",\n type: {\n name: \"String\",\n },\n },\n repositoryName: {\n serializedName: \"repositoryName\",\n type: {\n name: \"String\",\n },\n },\n collaborationBranch: {\n serializedName: \"collaborationBranch\",\n type: {\n name: \"String\",\n },\n },\n rootFolder: {\n serializedName: \"rootFolder\",\n type: {\n name: \"String\",\n },\n },\n lastCommitId: {\n serializedName: \"lastCommitId\",\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"Uuid\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\",\n },\n },\n clientSecret: {\n serializedName: \"clientSecret\",\n type: {\n name: \"Composite\",\n className: \"GitHubClientSecret\",\n },\n },\n },\n },\n};\n\nexport const GitHubClientSecret: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHubClientSecret\",\n modelProperties: {\n byoaSecretAkvUrl: {\n serializedName: \"byoaSecretAkvUrl\",\n type: {\n name: \"String\",\n },\n },\n byoaSecretName: {\n serializedName: \"byoaSecretName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PurviewConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PurviewConfiguration\",\n modelProperties: {\n purviewResourceId: {\n serializedName: \"purviewResourceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\"None\", \"SystemAssigned\"],\n },\n },\n },\n },\n};\n\nexport const Expression: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Expression\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TriggerDependencyProvisioningStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TriggerDependencyProvisioningStatus\",\n modelProperties: {\n triggerName: {\n serializedName: \"triggerName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n provisioningStatus: {\n serializedName: \"provisioningStatus\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PipelineReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PipelineReference\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n referenceName: {\n serializedName: \"referenceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TriggerPipelineReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TriggerPipelineReference\",\n modelProperties: {\n pipelineReference: {\n serializedName: \"pipelineReference\",\n type: {\n name: \"Composite\",\n className: \"PipelineReference\",\n },\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const WorkspaceUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkspaceUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"WorkspaceIdentity\",\n },\n },\n },\n },\n};\n\nexport const WorkspaceIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkspaceIdentity\",\n modelProperties: {\n type: {\n defaultValue: \"SystemAssigned\",\n isConstant: true,\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatasetReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatasetReference\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n referenceName: {\n serializedName: \"referenceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const DataFlowReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataFlowReference\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n referenceName: {\n serializedName: \"referenceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n datasetParameters: {\n serializedName: \"datasetParameters\",\n type: {\n name: \"any\",\n },\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const RerunTumblingWindowTriggerActionParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RerunTumblingWindowTriggerActionParameters\",\n modelProperties: {\n startTime: {\n serializedName: \"startTime\",\n required: true,\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n required: true,\n type: {\n name: \"DateTime\",\n },\n },\n maxConcurrency: {\n constraints: {\n InclusiveMaximum: 50,\n InclusiveMinimum: 1,\n },\n serializedName: \"maxConcurrency\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const GetSsisObjectMetadataRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetSsisObjectMetadataRequest\",\n modelProperties: {\n metadataPath: {\n serializedName: \"metadataPath\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SsisObjectMetadataStatusResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SsisObjectMetadataStatusResponse\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"String\",\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExposureControlRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExposureControlRequest\",\n modelProperties: {\n featureName: {\n serializedName: \"featureName\",\n type: {\n name: \"String\",\n },\n },\n featureType: {\n serializedName: \"featureType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExposureControlResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExposureControlResponse\",\n modelProperties: {\n featureName: {\n serializedName: \"featureName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SynapseNotebookReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SynapseNotebookReference\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n referenceName: {\n serializedName: \"referenceName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SynapseSparkJobReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SynapseSparkJobReference\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n referenceName: {\n serializedName: \"referenceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SqlPoolReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlPoolReference\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n referenceName: {\n serializedName: \"referenceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BigDataPoolParametrizationReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BigDataPoolParametrizationReference\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n referenceName: {\n serializedName: \"referenceName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const CredentialReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CredentialReference\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n referenceName: {\n serializedName: \"referenceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StartDataFlowDebugSessionRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StartDataFlowDebugSessionRequest\",\n modelProperties: {\n sessionId: {\n serializedName: \"sessionId\",\n type: {\n name: \"String\",\n },\n },\n dataFlow: {\n serializedName: \"dataFlow\",\n type: {\n name: \"Composite\",\n className: \"DataFlowResource\",\n },\n },\n dataFlows: {\n serializedName: \"dataFlows\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataFlowResource\",\n },\n },\n },\n },\n datasets: {\n serializedName: \"datasets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatasetResource\",\n },\n },\n },\n },\n linkedServices: {\n serializedName: \"linkedServices\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LinkedServiceResource\",\n },\n },\n },\n },\n staging: {\n serializedName: \"staging\",\n type: {\n name: \"any\",\n },\n },\n debugSettings: {\n serializedName: \"debugSettings\",\n type: {\n name: \"any\",\n },\n },\n incrementalDebug: {\n serializedName: \"incrementalDebug\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const StartDataFlowDebugSessionResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StartDataFlowDebugSessionResponse\",\n modelProperties: {\n jobVersion: {\n serializedName: \"jobVersion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataFlowDebugPreviewDataRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataFlowDebugPreviewDataRequest\",\n modelProperties: {\n sessionId: {\n serializedName: \"sessionId\",\n type: {\n name: \"String\",\n },\n },\n dataFlowName: {\n serializedName: \"dataFlowName\",\n type: {\n name: \"String\",\n },\n },\n streamName: {\n serializedName: \"streamName\",\n type: {\n name: \"String\",\n },\n },\n rowLimits: {\n serializedName: \"rowLimits\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DataFlowDebugStatisticsRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataFlowDebugStatisticsRequest\",\n modelProperties: {\n sessionId: {\n serializedName: \"sessionId\",\n type: {\n name: \"String\",\n },\n },\n dataFlowName: {\n serializedName: \"dataFlowName\",\n type: {\n name: \"String\",\n },\n },\n streamName: {\n serializedName: \"streamName\",\n type: {\n name: \"String\",\n },\n },\n columns: {\n serializedName: \"columns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const EvaluateDataFlowExpressionRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EvaluateDataFlowExpressionRequest\",\n modelProperties: {\n sessionId: {\n serializedName: \"sessionId\",\n type: {\n name: \"String\",\n },\n },\n dataFlowName: {\n serializedName: \"dataFlowName\",\n type: {\n name: \"String\",\n },\n },\n streamName: {\n serializedName: \"streamName\",\n type: {\n name: \"String\",\n },\n },\n rowLimits: {\n serializedName: \"rowLimits\",\n type: {\n name: \"Number\",\n },\n },\n expression: {\n serializedName: \"expression\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataFlowDebugQueryResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataFlowDebugQueryResponse\",\n modelProperties: {\n runId: {\n serializedName: \"runId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataFlowDebugResultResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataFlowDebugResultResponse\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RerunTriggerListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RerunTriggerListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RerunTriggerResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Transformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Transformation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n dataset: {\n serializedName: \"dataset\",\n type: {\n name: \"Composite\",\n className: \"DatasetReference\",\n },\n },\n linkedService: {\n serializedName: \"linkedService\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n flowlet: {\n serializedName: \"flowlet\",\n type: {\n name: \"Composite\",\n className: \"DataFlowReference\",\n },\n },\n },\n },\n};\n\nexport const DatasetLocation: coreClient.CompositeMapper = {\n serializedName: \"DatasetLocation\",\n type: {\n name: \"Composite\",\n className: \"DatasetLocation\",\n uberParent: \"DatasetLocation\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n folderPath: {\n serializedName: \"folderPath\",\n type: {\n name: \"any\",\n },\n },\n fileName: {\n serializedName: \"fileName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DatasetDataElement: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatasetDataElement\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"any\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DatasetSchemaDataElement: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatasetSchemaDataElement\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"any\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DatasetStorageFormat: coreClient.CompositeMapper = {\n serializedName: \"DatasetStorageFormat\",\n type: {\n name: \"Composite\",\n className: \"DatasetStorageFormat\",\n uberParent: \"DatasetStorageFormat\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n serializer: {\n serializedName: \"serializer\",\n type: {\n name: \"any\",\n },\n },\n deserializer: {\n serializedName: \"deserializer\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DatasetCompression: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatasetCompression\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n level: {\n serializedName: \"level\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SqlAlwaysEncryptedProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlAlwaysEncryptedProperties\",\n modelProperties: {\n alwaysEncryptedAkvAuthType: {\n serializedName: \"alwaysEncryptedAkvAuthType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n servicePrincipalId: {\n serializedName: \"servicePrincipalId\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalKey: {\n serializedName: \"servicePrincipalKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n credential: {\n serializedName: \"credential\",\n type: {\n name: \"Composite\",\n className: \"CredentialReference\",\n },\n },\n },\n },\n};\n\nexport const WebLinkedServiceTypeProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebLinkedServiceTypeProperties\",\n uberParent: \"WebLinkedServiceTypeProperties\",\n polymorphicDiscriminator: {\n serializedName: \"authenticationType\",\n clientName: \"authenticationType\",\n },\n modelProperties: {\n url: {\n serializedName: \"url\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"authenticationType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ScriptAction: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScriptAction\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n uri: {\n serializedName: \"uri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n roles: {\n serializedName: \"roles\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServiceNowV2LinkedServiceTypeProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ServiceNowV2LinkedServiceTypeProperties\",\n modelProperties: {\n endpoint: {\n serializedName: \"endpoint\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"authenticationType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n username: {\n serializedName: \"username\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"any\",\n },\n },\n clientSecret: {\n serializedName: \"clientSecret\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n grantType: {\n serializedName: \"grantType\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"encryptedCredential\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ActivityPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActivityPolicy\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n timeout: {\n serializedName: \"timeout\",\n type: {\n name: \"any\",\n },\n },\n retry: {\n serializedName: \"retry\",\n type: {\n name: \"any\",\n },\n },\n retryIntervalInSeconds: {\n constraints: {\n InclusiveMaximum: 86400,\n InclusiveMinimum: 30,\n },\n serializedName: \"retryIntervalInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n secureInput: {\n serializedName: \"secureInput\",\n type: {\n name: \"Boolean\",\n },\n },\n secureOutput: {\n serializedName: \"secureOutput\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const StoreReadSettings: coreClient.CompositeMapper = {\n serializedName: \"StoreReadSettings\",\n type: {\n name: \"Composite\",\n className: \"StoreReadSettings\",\n uberParent: \"StoreReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n maxConcurrentConnections: {\n serializedName: \"maxConcurrentConnections\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const StoreWriteSettings: coreClient.CompositeMapper = {\n serializedName: \"StoreWriteSettings\",\n type: {\n name: \"Composite\",\n className: \"StoreWriteSettings\",\n uberParent: \"StoreWriteSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n maxConcurrentConnections: {\n serializedName: \"maxConcurrentConnections\",\n type: {\n name: \"any\",\n },\n },\n copyBehavior: {\n serializedName: \"copyBehavior\",\n type: {\n name: \"any\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetadataItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MetadataItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetadataItem\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"any\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DistcpSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DistcpSettings\",\n modelProperties: {\n resourceManagerEndpoint: {\n serializedName: \"resourceManagerEndpoint\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n tempScriptPath: {\n serializedName: \"tempScriptPath\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n distcpOptions: {\n serializedName: \"distcpOptions\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const FormatReadSettings: coreClient.CompositeMapper = {\n serializedName: \"FormatReadSettings\",\n type: {\n name: \"Composite\",\n className: \"FormatReadSettings\",\n uberParent: \"FormatReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CompressionReadSettings: coreClient.CompositeMapper = {\n serializedName: \"CompressionReadSettings\",\n type: {\n name: \"Composite\",\n className: \"CompressionReadSettings\",\n uberParent: \"CompressionReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FormatWriteSettings: coreClient.CompositeMapper = {\n serializedName: \"FormatWriteSettings\",\n type: {\n name: \"Composite\",\n className: \"FormatWriteSettings\",\n uberParent: \"FormatWriteSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CopySource: coreClient.CompositeMapper = {\n serializedName: \"CopySource\",\n type: {\n name: \"Composite\",\n className: \"CopySource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n sourceRetryCount: {\n serializedName: \"sourceRetryCount\",\n type: {\n name: \"any\",\n },\n },\n sourceRetryWait: {\n serializedName: \"sourceRetryWait\",\n type: {\n name: \"any\",\n },\n },\n maxConcurrentConnections: {\n serializedName: \"maxConcurrentConnections\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const CopySink: coreClient.CompositeMapper = {\n serializedName: \"CopySink\",\n type: {\n name: \"Composite\",\n className: \"CopySink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n writeBatchSize: {\n serializedName: \"writeBatchSize\",\n type: {\n name: \"any\",\n },\n },\n writeBatchTimeout: {\n serializedName: \"writeBatchTimeout\",\n type: {\n name: \"any\",\n },\n },\n sinkRetryCount: {\n serializedName: \"sinkRetryCount\",\n type: {\n name: \"any\",\n },\n },\n sinkRetryWait: {\n serializedName: \"sinkRetryWait\",\n type: {\n name: \"any\",\n },\n },\n maxConcurrentConnections: {\n serializedName: \"maxConcurrentConnections\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const StagingSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StagingSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n linkedServiceName: {\n serializedName: \"linkedServiceName\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"any\",\n },\n },\n enableCompression: {\n serializedName: \"enableCompression\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const RedirectIncompatibleRowSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RedirectIncompatibleRowSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n linkedServiceName: {\n serializedName: \"linkedServiceName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const LogStorageSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogStorageSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n linkedServiceName: {\n serializedName: \"linkedServiceName\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"any\",\n },\n },\n logLevel: {\n serializedName: \"logLevel\",\n type: {\n name: \"any\",\n },\n },\n enableReliableLogging: {\n serializedName: \"enableReliableLogging\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const LogSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogSettings\",\n modelProperties: {\n enableCopyActivityLog: {\n serializedName: \"enableCopyActivityLog\",\n type: {\n name: \"any\",\n },\n },\n copyActivityLogSettings: {\n serializedName: \"copyActivityLogSettings\",\n type: {\n name: \"Composite\",\n className: \"CopyActivityLogSettings\",\n },\n },\n logLocationSettings: {\n serializedName: \"logLocationSettings\",\n type: {\n name: \"Composite\",\n className: \"LogLocationSettings\",\n },\n },\n },\n },\n};\n\nexport const CopyActivityLogSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CopyActivityLogSettings\",\n modelProperties: {\n logLevel: {\n serializedName: \"logLevel\",\n type: {\n name: \"any\",\n },\n },\n enableReliableLogging: {\n serializedName: \"enableReliableLogging\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const LogLocationSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogLocationSettings\",\n modelProperties: {\n linkedServiceName: {\n serializedName: \"linkedServiceName\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SkipErrorFile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SkipErrorFile\",\n modelProperties: {\n fileMissing: {\n serializedName: \"fileMissing\",\n type: {\n name: \"any\",\n },\n },\n dataInconsistency: {\n serializedName: \"dataInconsistency\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SapHanaPartitionSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SapHanaPartitionSettings\",\n modelProperties: {\n partitionColumnName: {\n serializedName: \"partitionColumnName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SapTablePartitionSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SapTablePartitionSettings\",\n modelProperties: {\n partitionColumnName: {\n serializedName: \"partitionColumnName\",\n type: {\n name: \"any\",\n },\n },\n partitionUpperBound: {\n serializedName: \"partitionUpperBound\",\n type: {\n name: \"any\",\n },\n },\n partitionLowerBound: {\n serializedName: \"partitionLowerBound\",\n type: {\n name: \"any\",\n },\n },\n maxPartitionsNumber: {\n serializedName: \"maxPartitionsNumber\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SqlPartitionSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlPartitionSettings\",\n modelProperties: {\n partitionColumnName: {\n serializedName: \"partitionColumnName\",\n type: {\n name: \"any\",\n },\n },\n partitionUpperBound: {\n serializedName: \"partitionUpperBound\",\n type: {\n name: \"any\",\n },\n },\n partitionLowerBound: {\n serializedName: \"partitionLowerBound\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const OraclePartitionSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OraclePartitionSettings\",\n modelProperties: {\n partitionNames: {\n serializedName: \"partitionNames\",\n type: {\n name: \"any\",\n },\n },\n partitionColumnName: {\n serializedName: \"partitionColumnName\",\n type: {\n name: \"any\",\n },\n },\n partitionUpperBound: {\n serializedName: \"partitionUpperBound\",\n type: {\n name: \"any\",\n },\n },\n partitionLowerBound: {\n serializedName: \"partitionLowerBound\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AmazonRdsForOraclePartitionSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AmazonRdsForOraclePartitionSettings\",\n modelProperties: {\n partitionNames: {\n serializedName: \"partitionNames\",\n type: {\n name: \"any\",\n },\n },\n partitionColumnName: {\n serializedName: \"partitionColumnName\",\n type: {\n name: \"any\",\n },\n },\n partitionUpperBound: {\n serializedName: \"partitionUpperBound\",\n type: {\n name: \"any\",\n },\n },\n partitionLowerBound: {\n serializedName: \"partitionLowerBound\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const TeradataPartitionSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TeradataPartitionSettings\",\n modelProperties: {\n partitionColumnName: {\n serializedName: \"partitionColumnName\",\n type: {\n name: \"any\",\n },\n },\n partitionUpperBound: {\n serializedName: \"partitionUpperBound\",\n type: {\n name: \"any\",\n },\n },\n partitionLowerBound: {\n serializedName: \"partitionLowerBound\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MongoDbCursorMethodsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbCursorMethodsProperties\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n project: {\n serializedName: \"project\",\n type: {\n name: \"any\",\n },\n },\n sort: {\n serializedName: \"sort\",\n type: {\n name: \"any\",\n },\n },\n skip: {\n serializedName: \"skip\",\n type: {\n name: \"any\",\n },\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const OutputColumn: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OutputColumn\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NetezzaPartitionSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetezzaPartitionSettings\",\n modelProperties: {\n partitionColumnName: {\n serializedName: \"partitionColumnName\",\n type: {\n name: \"any\",\n },\n },\n partitionUpperBound: {\n serializedName: \"partitionUpperBound\",\n type: {\n name: \"any\",\n },\n },\n partitionLowerBound: {\n serializedName: \"partitionLowerBound\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const RedshiftUnloadSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RedshiftUnloadSettings\",\n modelProperties: {\n s3LinkedServiceName: {\n serializedName: \"s3LinkedServiceName\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n bucketName: {\n serializedName: \"bucketName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ExportSettings: coreClient.CompositeMapper = {\n serializedName: \"ExportSettings\",\n type: {\n name: \"Composite\",\n className: \"ExportSettings\",\n uberParent: \"ExportSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ImportSettings: coreClient.CompositeMapper = {\n serializedName: \"ImportSettings\",\n type: {\n name: \"Composite\",\n className: \"ImportSettings\",\n uberParent: \"ImportSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DWCopyCommandSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DWCopyCommandSettings\",\n modelProperties: {\n defaultValues: {\n serializedName: \"defaultValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DWCopyCommandDefaultValue\",\n },\n },\n },\n },\n additionalOptions: {\n serializedName: \"additionalOptions\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const DWCopyCommandDefaultValue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DWCopyCommandDefaultValue\",\n modelProperties: {\n columnName: {\n serializedName: \"columnName\",\n type: {\n name: \"any\",\n },\n },\n defaultValue: {\n serializedName: \"defaultValue\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const StoredProcedureParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StoredProcedureParameter\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n nullable: true,\n type: {\n name: \"any\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NotebookParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NotebookParameter\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n nullable: true,\n type: {\n name: \"any\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PolybaseSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PolybaseSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n rejectType: {\n serializedName: \"rejectType\",\n type: {\n name: \"String\",\n },\n },\n rejectValue: {\n serializedName: \"rejectValue\",\n type: {\n name: \"any\",\n },\n },\n rejectSampleValue: {\n serializedName: \"rejectSampleValue\",\n type: {\n name: \"any\",\n },\n },\n useTypeDefault: {\n serializedName: \"useTypeDefault\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AdditionalColumns: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdditionalColumns\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"any\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const CopyTranslator: coreClient.CompositeMapper = {\n serializedName: \"CopyTranslator\",\n type: {\n name: \"Composite\",\n className: \"CopyTranslator\",\n uberParent: \"CopyTranslator\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TypeConversionSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TypeConversionSettings\",\n modelProperties: {\n allowDataTruncation: {\n serializedName: \"allowDataTruncation\",\n type: {\n name: \"any\",\n },\n },\n treatBooleanAsNumber: {\n serializedName: \"treatBooleanAsNumber\",\n type: {\n name: \"any\",\n },\n },\n dateTimeFormat: {\n serializedName: \"dateTimeFormat\",\n type: {\n name: \"any\",\n },\n },\n dateTimeOffsetFormat: {\n serializedName: \"dateTimeOffsetFormat\",\n type: {\n name: \"any\",\n },\n },\n timeSpanFormat: {\n serializedName: \"timeSpanFormat\",\n type: {\n name: \"any\",\n },\n },\n culture: {\n serializedName: \"culture\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SsisPackageLocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SsisPackageLocation\",\n modelProperties: {\n packagePath: {\n serializedName: \"packagePath\",\n type: {\n name: \"any\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n packagePassword: {\n serializedName: \"typeProperties.packagePassword\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n accessCredential: {\n serializedName: \"typeProperties.accessCredential\",\n type: {\n name: \"Composite\",\n className: \"SsisAccessCredential\",\n },\n },\n configurationPath: {\n serializedName: \"typeProperties.configurationPath\",\n type: {\n name: \"any\",\n },\n },\n configurationAccessCredential: {\n serializedName: \"typeProperties.configurationAccessCredential\",\n type: {\n name: \"Composite\",\n className: \"SsisAccessCredential\",\n },\n },\n packageName: {\n serializedName: \"typeProperties.packageName\",\n type: {\n name: \"String\",\n },\n },\n packageContent: {\n serializedName: \"typeProperties.packageContent\",\n type: {\n name: \"any\",\n },\n },\n packageLastModifiedDate: {\n serializedName: \"typeProperties.packageLastModifiedDate\",\n type: {\n name: \"String\",\n },\n },\n childPackages: {\n serializedName: \"typeProperties.childPackages\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SsisChildPackage\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SsisAccessCredential: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SsisAccessCredential\",\n modelProperties: {\n domain: {\n serializedName: \"domain\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n userName: {\n serializedName: \"userName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n },\n },\n};\n\nexport const SsisChildPackage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SsisChildPackage\",\n modelProperties: {\n packagePath: {\n serializedName: \"packagePath\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n packageName: {\n serializedName: \"packageName\",\n type: {\n name: \"String\",\n },\n },\n packageContent: {\n serializedName: \"packageContent\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n packageLastModifiedDate: {\n serializedName: \"packageLastModifiedDate\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SsisExecutionCredential: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SsisExecutionCredential\",\n modelProperties: {\n domain: {\n serializedName: \"domain\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n userName: {\n serializedName: \"userName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"Composite\",\n className: \"SecureString\",\n },\n },\n },\n },\n};\n\nexport const SsisExecutionParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SsisExecutionParameter\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SsisPropertyOverride: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SsisPropertyOverride\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n isSensitive: {\n serializedName: \"isSensitive\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const SsisLogLocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SsisLogLocation\",\n modelProperties: {\n logPath: {\n serializedName: \"logPath\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n accessCredential: {\n serializedName: \"typeProperties.accessCredential\",\n type: {\n name: \"Composite\",\n className: \"SsisAccessCredential\",\n },\n },\n logRefreshInterval: {\n serializedName: \"typeProperties.logRefreshInterval\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const CustomActivityReferenceObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomActivityReferenceObject\",\n modelProperties: {\n linkedServices: {\n serializedName: \"linkedServices\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n },\n },\n datasets: {\n serializedName: \"datasets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatasetReference\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WebActivityAuthentication: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebActivityAuthentication\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n pfx: {\n serializedName: \"pfx\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n username: {\n serializedName: \"username\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"any\",\n },\n },\n userTenant: {\n serializedName: \"userTenant\",\n type: {\n name: \"any\",\n },\n },\n credential: {\n serializedName: \"credential\",\n type: {\n name: \"Composite\",\n className: \"CredentialReference\",\n },\n },\n },\n },\n};\n\nexport const SwitchCase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SwitchCase\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n activities: {\n serializedName: \"activities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Activity\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AzureMLWebServiceFile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureMLWebServiceFile\",\n modelProperties: {\n filePath: {\n serializedName: \"filePath\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n linkedServiceName: {\n serializedName: \"linkedServiceName\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n },\n },\n};\n\nexport const SecureInputOutputPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecureInputOutputPolicy\",\n modelProperties: {\n secureInput: {\n serializedName: \"secureInput\",\n type: {\n name: \"Boolean\",\n },\n },\n secureOutput: {\n serializedName: \"secureOutput\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ExecuteDataFlowActivityTypePropertiesCompute: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ExecuteDataFlowActivityTypePropertiesCompute\",\n modelProperties: {\n computeType: {\n serializedName: \"computeType\",\n type: {\n name: \"any\",\n },\n },\n coreCount: {\n serializedName: \"coreCount\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n };\n\nexport const ScriptActivityScriptBlock: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScriptActivityScriptBlock\",\n modelProperties: {\n text: {\n serializedName: \"text\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScriptActivityParameter\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ScriptActivityParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScriptActivityParameter\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"any\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"any\",\n },\n },\n direction: {\n serializedName: \"direction\",\n type: {\n name: \"String\",\n },\n },\n size: {\n serializedName: \"size\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ScriptActivityTypePropertiesLogSettings: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ScriptActivityTypePropertiesLogSettings\",\n modelProperties: {\n logDestination: {\n serializedName: \"logDestination\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n logLocationSettings: {\n serializedName: \"logLocationSettings\",\n type: {\n name: \"Composite\",\n className: \"LogLocationSettings\",\n },\n },\n },\n },\n };\n\nexport const SparkConfigurationParametrizationReference: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SparkConfigurationParametrizationReference\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n referenceName: {\n serializedName: \"referenceName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n };\n\nexport const ExpressionV2: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExpressionV2\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n type: {\n name: \"String\",\n },\n },\n operands: {\n serializedName: \"operands\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ExpressionV2\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ScheduleTriggerRecurrence: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScheduleTriggerRecurrence\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n frequency: {\n serializedName: \"frequency\",\n type: {\n name: \"String\",\n },\n },\n interval: {\n serializedName: \"interval\",\n type: {\n name: \"Number\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\",\n },\n },\n timeZone: {\n serializedName: \"timeZone\",\n type: {\n name: \"String\",\n },\n },\n schedule: {\n serializedName: \"schedule\",\n type: {\n name: \"Composite\",\n className: \"RecurrenceSchedule\",\n },\n },\n },\n },\n};\n\nexport const RecurrenceSchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecurrenceSchedule\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n minutes: {\n serializedName: \"minutes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\",\n },\n },\n },\n },\n hours: {\n serializedName: \"hours\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\",\n },\n },\n },\n },\n weekDays: {\n serializedName: \"weekDays\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Sunday\",\n \"Monday\",\n \"Tuesday\",\n \"Wednesday\",\n \"Thursday\",\n \"Friday\",\n \"Saturday\",\n ],\n },\n },\n },\n },\n monthDays: {\n serializedName: \"monthDays\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\",\n },\n },\n },\n },\n monthlyOccurrences: {\n serializedName: \"monthlyOccurrences\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RecurrenceScheduleOccurrence\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RecurrenceScheduleOccurrence: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecurrenceScheduleOccurrence\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n day: {\n serializedName: \"day\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Sunday\",\n \"Monday\",\n \"Tuesday\",\n \"Wednesday\",\n \"Thursday\",\n \"Friday\",\n \"Saturday\",\n ],\n },\n },\n occurrence: {\n serializedName: \"occurrence\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const RetryPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RetryPolicy\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n type: {\n name: \"any\",\n },\n },\n intervalInSeconds: {\n constraints: {\n InclusiveMaximum: 86400,\n InclusiveMinimum: 30,\n },\n serializedName: \"intervalInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DependencyReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DependencyReference\",\n uberParent: \"DependencyReference\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TriggerReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TriggerReference\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n referenceName: {\n serializedName: \"referenceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IntegrationRuntimeComputeProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeComputeProperties\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n nodeSize: {\n serializedName: \"nodeSize\",\n type: {\n name: \"String\",\n },\n },\n numberOfNodes: {\n constraints: {\n InclusiveMinimum: 1,\n },\n serializedName: \"numberOfNodes\",\n type: {\n name: \"Number\",\n },\n },\n maxParallelExecutionsPerNode: {\n constraints: {\n InclusiveMinimum: 1,\n },\n serializedName: \"maxParallelExecutionsPerNode\",\n type: {\n name: \"Number\",\n },\n },\n dataFlowProperties: {\n serializedName: \"dataFlowProperties\",\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeDataFlowProperties\",\n },\n },\n vNetProperties: {\n serializedName: \"vNetProperties\",\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeVNetProperties\",\n },\n },\n },\n },\n};\n\nexport const IntegrationRuntimeDataFlowProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeDataFlowProperties\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n computeType: {\n serializedName: \"computeType\",\n type: {\n name: \"String\",\n },\n },\n coreCount: {\n serializedName: \"coreCount\",\n type: {\n name: \"Number\",\n },\n },\n timeToLive: {\n constraints: {\n InclusiveMinimum: 0,\n },\n serializedName: \"timeToLive\",\n type: {\n name: \"Number\",\n },\n },\n cleanup: {\n serializedName: \"cleanup\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const IntegrationRuntimeVNetProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeVNetProperties\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n vNetId: {\n serializedName: \"vNetId\",\n type: {\n name: \"String\",\n },\n },\n subnet: {\n serializedName: \"subnet\",\n type: {\n name: \"String\",\n },\n },\n publicIPs: {\n serializedName: \"publicIPs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const IntegrationRuntimeSsisProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeSsisProperties\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n catalogInfo: {\n serializedName: \"catalogInfo\",\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeSsisCatalogInfo\",\n },\n },\n licenseType: {\n serializedName: \"licenseType\",\n type: {\n name: \"String\",\n },\n },\n customSetupScriptProperties: {\n serializedName: \"customSetupScriptProperties\",\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeCustomSetupScriptProperties\",\n },\n },\n dataProxyProperties: {\n serializedName: \"dataProxyProperties\",\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeDataProxyProperties\",\n },\n },\n edition: {\n serializedName: \"edition\",\n type: {\n name: \"String\",\n },\n },\n expressCustomSetupProperties: {\n serializedName: \"expressCustomSetupProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CustomSetupBase\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const IntegrationRuntimeSsisCatalogInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeSsisCatalogInfo\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n catalogServerEndpoint: {\n serializedName: \"catalogServerEndpoint\",\n type: {\n name: \"String\",\n },\n },\n catalogAdminUserName: {\n constraints: {\n MaxLength: 128,\n MinLength: 1,\n },\n serializedName: \"catalogAdminUserName\",\n type: {\n name: \"String\",\n },\n },\n catalogAdminPassword: {\n serializedName: \"catalogAdminPassword\",\n type: {\n name: \"Composite\",\n className: \"SecureString\",\n },\n },\n catalogPricingTier: {\n serializedName: \"catalogPricingTier\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IntegrationRuntimeCustomSetupScriptProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeCustomSetupScriptProperties\",\n modelProperties: {\n blobContainerUri: {\n serializedName: \"blobContainerUri\",\n type: {\n name: \"String\",\n },\n },\n sasToken: {\n serializedName: \"sasToken\",\n type: {\n name: \"Composite\",\n className: \"SecureString\",\n },\n },\n },\n },\n };\n\nexport const IntegrationRuntimeDataProxyProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeDataProxyProperties\",\n modelProperties: {\n connectVia: {\n serializedName: \"connectVia\",\n type: {\n name: \"Composite\",\n className: \"EntityReference\",\n },\n },\n stagingLinkedService: {\n serializedName: \"stagingLinkedService\",\n type: {\n name: \"Composite\",\n className: \"EntityReference\",\n },\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const EntityReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntityReference\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n referenceName: {\n serializedName: \"referenceName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomSetupBase: coreClient.CompositeMapper = {\n serializedName: \"CustomSetupBase\",\n type: {\n name: \"Composite\",\n className: \"CustomSetupBase\",\n uberParent: \"CustomSetupBase\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedVirtualNetworkReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedVirtualNetworkReference\",\n modelProperties: {\n type: {\n defaultValue: \"ManagedVirtualNetworkReference\",\n isConstant: true,\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n referenceName: {\n serializedName: \"referenceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LinkedIntegrationRuntimeType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkedIntegrationRuntimeType\",\n uberParent: \"LinkedIntegrationRuntimeType\",\n polymorphicDiscriminator: {\n serializedName: \"authorizationType\",\n clientName: \"authorizationType\",\n },\n modelProperties: {\n authorizationType: {\n serializedName: \"authorizationType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecureString: coreClient.CompositeMapper = {\n serializedName: \"SecureString\",\n type: {\n name: \"Composite\",\n className: \"SecureString\",\n uberParent: \"SecretBase\",\n polymorphicDiscriminator: SecretBase.type.polymorphicDiscriminator,\n modelProperties: {\n ...SecretBase.type.modelProperties,\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureKeyVaultSecretReference: coreClient.CompositeMapper = {\n serializedName: \"AzureKeyVaultSecret\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n uberParent: \"SecretBase\",\n polymorphicDiscriminator: SecretBase.type.polymorphicDiscriminator,\n modelProperties: {\n ...SecretBase.type.modelProperties,\n store: {\n serializedName: \"store\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n secretName: {\n serializedName: \"secretName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n secretVersion: {\n serializedName: \"secretVersion\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureEntityResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureEntityResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const MappingDataFlow: coreClient.CompositeMapper = {\n serializedName: \"MappingDataFlow\",\n type: {\n name: \"Composite\",\n className: \"MappingDataFlow\",\n uberParent: \"DataFlow\",\n polymorphicDiscriminator: DataFlow.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataFlow.type.modelProperties,\n sources: {\n serializedName: \"typeProperties.sources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataFlowSource\",\n },\n },\n },\n },\n sinks: {\n serializedName: \"typeProperties.sinks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataFlowSink\",\n },\n },\n },\n },\n transformations: {\n serializedName: \"typeProperties.transformations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Transformation\",\n },\n },\n },\n },\n script: {\n serializedName: \"typeProperties.script\",\n type: {\n name: \"String\",\n },\n },\n scriptLines: {\n serializedName: \"typeProperties.scriptLines\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Flowlet: coreClient.CompositeMapper = {\n serializedName: \"Flowlet\",\n type: {\n name: \"Composite\",\n className: \"Flowlet\",\n uberParent: \"DataFlow\",\n polymorphicDiscriminator: DataFlow.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataFlow.type.modelProperties,\n sources: {\n serializedName: \"typeProperties.sources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataFlowSource\",\n },\n },\n },\n },\n sinks: {\n serializedName: \"typeProperties.sinks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataFlowSink\",\n },\n },\n },\n },\n transformations: {\n serializedName: \"typeProperties.transformations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Transformation\",\n },\n },\n },\n },\n script: {\n serializedName: \"typeProperties.script\",\n type: {\n name: \"String\",\n },\n },\n scriptLines: {\n serializedName: \"typeProperties.scriptLines\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedIntegrationRuntime: coreClient.CompositeMapper = {\n serializedName: \"Managed\",\n type: {\n name: \"Composite\",\n className: \"ManagedIntegrationRuntime\",\n uberParent: \"IntegrationRuntime\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: IntegrationRuntime.type.polymorphicDiscriminator,\n modelProperties: {\n ...IntegrationRuntime.type.modelProperties,\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n managedVirtualNetwork: {\n serializedName: \"managedVirtualNetwork\",\n type: {\n name: \"Composite\",\n className: \"ManagedVirtualNetworkReference\",\n },\n },\n computeProperties: {\n serializedName: \"typeProperties.computeProperties\",\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeComputeProperties\",\n },\n },\n ssisProperties: {\n serializedName: \"typeProperties.ssisProperties\",\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeSsisProperties\",\n },\n },\n },\n },\n};\n\nexport const SelfHostedIntegrationRuntime: coreClient.CompositeMapper = {\n serializedName: \"SelfHosted\",\n type: {\n name: \"Composite\",\n className: \"SelfHostedIntegrationRuntime\",\n uberParent: \"IntegrationRuntime\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: IntegrationRuntime.type.polymorphicDiscriminator,\n modelProperties: {\n ...IntegrationRuntime.type.modelProperties,\n linkedInfo: {\n serializedName: \"typeProperties.linkedInfo\",\n type: {\n name: \"Composite\",\n className: \"LinkedIntegrationRuntimeType\",\n },\n },\n },\n },\n};\n\nexport const IntegrationRuntimeDebugResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeDebugResource\",\n modelProperties: {\n ...SubResourceDebugResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntime\",\n },\n },\n },\n },\n};\n\nexport const DataFlowDebugResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataFlowDebugResource\",\n modelProperties: {\n ...SubResourceDebugResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DataFlow\",\n },\n },\n },\n },\n};\n\nexport const DatasetDebugResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatasetDebugResource\",\n modelProperties: {\n ...SubResourceDebugResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"Dataset\",\n },\n },\n },\n },\n};\n\nexport const LinkedServiceDebugResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkedServiceDebugResource\",\n modelProperties: {\n ...SubResourceDebugResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"LinkedService\",\n },\n },\n },\n },\n};\n\nexport const AmazonS3Dataset: coreClient.CompositeMapper = {\n serializedName: \"AmazonS3Object\",\n type: {\n name: \"Composite\",\n className: \"AmazonS3Dataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n bucketName: {\n serializedName: \"typeProperties.bucketName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n key: {\n serializedName: \"typeProperties.key\",\n type: {\n name: \"any\",\n },\n },\n prefix: {\n serializedName: \"typeProperties.prefix\",\n type: {\n name: \"any\",\n },\n },\n version: {\n serializedName: \"typeProperties.version\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeStart: {\n serializedName: \"typeProperties.modifiedDatetimeStart\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeEnd: {\n serializedName: \"typeProperties.modifiedDatetimeEnd\",\n type: {\n name: \"any\",\n },\n },\n format: {\n serializedName: \"typeProperties.format\",\n type: {\n name: \"Composite\",\n className: \"DatasetStorageFormat\",\n },\n },\n compression: {\n serializedName: \"typeProperties.compression\",\n type: {\n name: \"Composite\",\n className: \"DatasetCompression\",\n },\n },\n },\n },\n};\n\nexport const AvroDataset: coreClient.CompositeMapper = {\n serializedName: \"Avro\",\n type: {\n name: \"Composite\",\n className: \"AvroDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n location: {\n serializedName: \"typeProperties.location\",\n type: {\n name: \"Composite\",\n className: \"DatasetLocation\",\n },\n },\n avroCompressionCodec: {\n serializedName: \"typeProperties.avroCompressionCodec\",\n type: {\n name: \"any\",\n },\n },\n avroCompressionLevel: {\n constraints: {\n InclusiveMaximum: 9,\n InclusiveMinimum: 1,\n },\n serializedName: \"typeProperties.avroCompressionLevel\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ExcelDataset: coreClient.CompositeMapper = {\n serializedName: \"Excel\",\n type: {\n name: \"Composite\",\n className: \"ExcelDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n location: {\n serializedName: \"typeProperties.location\",\n type: {\n name: \"Composite\",\n className: \"DatasetLocation\",\n },\n },\n sheetName: {\n serializedName: \"typeProperties.sheetName\",\n type: {\n name: \"any\",\n },\n },\n sheetIndex: {\n serializedName: \"typeProperties.sheetIndex\",\n type: {\n name: \"any\",\n },\n },\n range: {\n serializedName: \"typeProperties.range\",\n type: {\n name: \"any\",\n },\n },\n firstRowAsHeader: {\n serializedName: \"typeProperties.firstRowAsHeader\",\n type: {\n name: \"any\",\n },\n },\n compression: {\n serializedName: \"typeProperties.compression\",\n type: {\n name: \"Composite\",\n className: \"DatasetCompression\",\n },\n },\n nullValue: {\n serializedName: \"typeProperties.nullValue\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ParquetDataset: coreClient.CompositeMapper = {\n serializedName: \"Parquet\",\n type: {\n name: \"Composite\",\n className: \"ParquetDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n location: {\n serializedName: \"typeProperties.location\",\n type: {\n name: \"Composite\",\n className: \"DatasetLocation\",\n },\n },\n compressionCodec: {\n serializedName: \"typeProperties.compressionCodec\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DelimitedTextDataset: coreClient.CompositeMapper = {\n serializedName: \"DelimitedText\",\n type: {\n name: \"Composite\",\n className: \"DelimitedTextDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n location: {\n serializedName: \"typeProperties.location\",\n type: {\n name: \"Composite\",\n className: \"DatasetLocation\",\n },\n },\n columnDelimiter: {\n serializedName: \"typeProperties.columnDelimiter\",\n type: {\n name: \"any\",\n },\n },\n rowDelimiter: {\n serializedName: \"typeProperties.rowDelimiter\",\n type: {\n name: \"any\",\n },\n },\n encodingName: {\n serializedName: \"typeProperties.encodingName\",\n type: {\n name: \"any\",\n },\n },\n compressionCodec: {\n serializedName: \"typeProperties.compressionCodec\",\n type: {\n name: \"any\",\n },\n },\n compressionLevel: {\n serializedName: \"typeProperties.compressionLevel\",\n type: {\n name: \"any\",\n },\n },\n quoteChar: {\n serializedName: \"typeProperties.quoteChar\",\n type: {\n name: \"any\",\n },\n },\n escapeChar: {\n serializedName: \"typeProperties.escapeChar\",\n type: {\n name: \"any\",\n },\n },\n firstRowAsHeader: {\n serializedName: \"typeProperties.firstRowAsHeader\",\n type: {\n name: \"any\",\n },\n },\n nullValue: {\n serializedName: \"typeProperties.nullValue\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const JsonDataset: coreClient.CompositeMapper = {\n serializedName: \"Json\",\n type: {\n name: \"Composite\",\n className: \"JsonDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n location: {\n serializedName: \"typeProperties.location\",\n type: {\n name: \"Composite\",\n className: \"DatasetLocation\",\n },\n },\n encodingName: {\n serializedName: \"typeProperties.encodingName\",\n type: {\n name: \"any\",\n },\n },\n compression: {\n serializedName: \"typeProperties.compression\",\n type: {\n name: \"Composite\",\n className: \"DatasetCompression\",\n },\n },\n },\n },\n};\n\nexport const XmlDataset: coreClient.CompositeMapper = {\n serializedName: \"Xml\",\n type: {\n name: \"Composite\",\n className: \"XmlDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n location: {\n serializedName: \"typeProperties.location\",\n type: {\n name: \"Composite\",\n className: \"DatasetLocation\",\n },\n },\n encodingName: {\n serializedName: \"typeProperties.encodingName\",\n type: {\n name: \"any\",\n },\n },\n nullValue: {\n serializedName: \"typeProperties.nullValue\",\n type: {\n name: \"any\",\n },\n },\n compression: {\n serializedName: \"typeProperties.compression\",\n type: {\n name: \"Composite\",\n className: \"DatasetCompression\",\n },\n },\n },\n },\n};\n\nexport const OrcDataset: coreClient.CompositeMapper = {\n serializedName: \"Orc\",\n type: {\n name: \"Composite\",\n className: \"OrcDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n location: {\n serializedName: \"typeProperties.location\",\n type: {\n name: \"Composite\",\n className: \"DatasetLocation\",\n },\n },\n orcCompressionCodec: {\n serializedName: \"typeProperties.orcCompressionCodec\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const BinaryDataset: coreClient.CompositeMapper = {\n serializedName: \"Binary\",\n type: {\n name: \"Composite\",\n className: \"BinaryDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n location: {\n serializedName: \"typeProperties.location\",\n type: {\n name: \"Composite\",\n className: \"DatasetLocation\",\n },\n },\n compression: {\n serializedName: \"typeProperties.compression\",\n type: {\n name: \"Composite\",\n className: \"DatasetCompression\",\n },\n },\n },\n },\n};\n\nexport const AzureBlobDataset: coreClient.CompositeMapper = {\n serializedName: \"AzureBlob\",\n type: {\n name: \"Composite\",\n className: \"AzureBlobDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n folderPath: {\n serializedName: \"typeProperties.folderPath\",\n type: {\n name: \"any\",\n },\n },\n tableRootLocation: {\n serializedName: \"typeProperties.tableRootLocation\",\n type: {\n name: \"any\",\n },\n },\n fileName: {\n serializedName: \"typeProperties.fileName\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeStart: {\n serializedName: \"typeProperties.modifiedDatetimeStart\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeEnd: {\n serializedName: \"typeProperties.modifiedDatetimeEnd\",\n type: {\n name: \"any\",\n },\n },\n format: {\n serializedName: \"typeProperties.format\",\n type: {\n name: \"Composite\",\n className: \"DatasetStorageFormat\",\n },\n },\n compression: {\n serializedName: \"typeProperties.compression\",\n type: {\n name: \"Composite\",\n className: \"DatasetCompression\",\n },\n },\n },\n },\n};\n\nexport const AzureTableDataset: coreClient.CompositeMapper = {\n serializedName: \"AzureTable\",\n type: {\n name: \"Composite\",\n className: \"AzureTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureSqlTableDataset: coreClient.CompositeMapper = {\n serializedName: \"AzureSqlTable\",\n type: {\n name: \"Composite\",\n className: \"AzureSqlTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureSqlMITableDataset: coreClient.CompositeMapper = {\n serializedName: \"AzureSqlMITable\",\n type: {\n name: \"Composite\",\n className: \"AzureSqlMITableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureSqlDWTableDataset: coreClient.CompositeMapper = {\n serializedName: \"AzureSqlDWTable\",\n type: {\n name: \"Composite\",\n className: \"AzureSqlDWTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const CassandraTableDataset: coreClient.CompositeMapper = {\n serializedName: \"CassandraTable\",\n type: {\n name: \"Composite\",\n className: \"CassandraTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n keyspace: {\n serializedName: \"typeProperties.keyspace\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const CustomDataset: coreClient.CompositeMapper = {\n serializedName: \"CustomDataset\",\n type: {\n name: \"Composite\",\n className: \"CustomDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n typeProperties: {\n serializedName: \"typeProperties\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const CosmosDbSqlApiCollectionDataset: coreClient.CompositeMapper = {\n serializedName: \"CosmosDbSqlApiCollection\",\n type: {\n name: \"Composite\",\n className: \"CosmosDbSqlApiCollectionDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n collectionName: {\n serializedName: \"typeProperties.collectionName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DocumentDbCollectionDataset: coreClient.CompositeMapper = {\n serializedName: \"DocumentDbCollection\",\n type: {\n name: \"Composite\",\n className: \"DocumentDbCollectionDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n collectionName: {\n serializedName: \"typeProperties.collectionName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DynamicsEntityDataset: coreClient.CompositeMapper = {\n serializedName: \"DynamicsEntity\",\n type: {\n name: \"Composite\",\n className: \"DynamicsEntityDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n entityName: {\n serializedName: \"typeProperties.entityName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DynamicsCrmEntityDataset: coreClient.CompositeMapper = {\n serializedName: \"DynamicsCrmEntity\",\n type: {\n name: \"Composite\",\n className: \"DynamicsCrmEntityDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n entityName: {\n serializedName: \"typeProperties.entityName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const CommonDataServiceForAppsEntityDataset: coreClient.CompositeMapper =\n {\n serializedName: \"CommonDataServiceForAppsEntity\",\n type: {\n name: \"Composite\",\n className: \"CommonDataServiceForAppsEntityDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n entityName: {\n serializedName: \"typeProperties.entityName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n };\n\nexport const AzureDataLakeStoreDataset: coreClient.CompositeMapper = {\n serializedName: \"AzureDataLakeStoreFile\",\n type: {\n name: \"Composite\",\n className: \"AzureDataLakeStoreDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n folderPath: {\n serializedName: \"typeProperties.folderPath\",\n type: {\n name: \"any\",\n },\n },\n fileName: {\n serializedName: \"typeProperties.fileName\",\n type: {\n name: \"any\",\n },\n },\n format: {\n serializedName: \"typeProperties.format\",\n type: {\n name: \"Composite\",\n className: \"DatasetStorageFormat\",\n },\n },\n compression: {\n serializedName: \"typeProperties.compression\",\n type: {\n name: \"Composite\",\n className: \"DatasetCompression\",\n },\n },\n },\n },\n};\n\nexport const AzureBlobFSDataset: coreClient.CompositeMapper = {\n serializedName: \"AzureBlobFSFile\",\n type: {\n name: \"Composite\",\n className: \"AzureBlobFSDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n folderPath: {\n serializedName: \"typeProperties.folderPath\",\n type: {\n name: \"any\",\n },\n },\n fileName: {\n serializedName: \"typeProperties.fileName\",\n type: {\n name: \"any\",\n },\n },\n format: {\n serializedName: \"typeProperties.format\",\n type: {\n name: \"Composite\",\n className: \"DatasetStorageFormat\",\n },\n },\n compression: {\n serializedName: \"typeProperties.compression\",\n type: {\n name: \"Composite\",\n className: \"DatasetCompression\",\n },\n },\n },\n },\n};\n\nexport const Office365Dataset: coreClient.CompositeMapper = {\n serializedName: \"Office365Table\",\n type: {\n name: \"Composite\",\n className: \"Office365Dataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n predicate: {\n serializedName: \"typeProperties.predicate\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const FileShareDataset: coreClient.CompositeMapper = {\n serializedName: \"FileShare\",\n type: {\n name: \"Composite\",\n className: \"FileShareDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n folderPath: {\n serializedName: \"typeProperties.folderPath\",\n type: {\n name: \"any\",\n },\n },\n fileName: {\n serializedName: \"typeProperties.fileName\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeStart: {\n serializedName: \"typeProperties.modifiedDatetimeStart\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeEnd: {\n serializedName: \"typeProperties.modifiedDatetimeEnd\",\n type: {\n name: \"any\",\n },\n },\n format: {\n serializedName: \"typeProperties.format\",\n type: {\n name: \"Composite\",\n className: \"DatasetStorageFormat\",\n },\n },\n fileFilter: {\n serializedName: \"typeProperties.fileFilter\",\n type: {\n name: \"any\",\n },\n },\n compression: {\n serializedName: \"typeProperties.compression\",\n type: {\n name: \"Composite\",\n className: \"DatasetCompression\",\n },\n },\n },\n },\n};\n\nexport const MongoDbCollectionDataset: coreClient.CompositeMapper = {\n serializedName: \"MongoDbCollection\",\n type: {\n name: \"Composite\",\n className: \"MongoDbCollectionDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n collectionName: {\n serializedName: \"typeProperties.collectionName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MongoDbAtlasCollectionDataset: coreClient.CompositeMapper = {\n serializedName: \"MongoDbAtlasCollection\",\n type: {\n name: \"Composite\",\n className: \"MongoDbAtlasCollectionDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n collection: {\n serializedName: \"typeProperties.collection\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MongoDbV2CollectionDataset: coreClient.CompositeMapper = {\n serializedName: \"MongoDbV2Collection\",\n type: {\n name: \"Composite\",\n className: \"MongoDbV2CollectionDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n collection: {\n serializedName: \"typeProperties.collection\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const CosmosDbMongoDbApiCollectionDataset: coreClient.CompositeMapper = {\n serializedName: \"CosmosDbMongoDbApiCollection\",\n type: {\n name: \"Composite\",\n className: \"CosmosDbMongoDbApiCollectionDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n collection: {\n serializedName: \"typeProperties.collection\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ODataResourceDataset: coreClient.CompositeMapper = {\n serializedName: \"ODataResource\",\n type: {\n name: \"Composite\",\n className: \"ODataResourceDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n path: {\n serializedName: \"typeProperties.path\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const OracleTableDataset: coreClient.CompositeMapper = {\n serializedName: \"OracleTable\",\n type: {\n name: \"Composite\",\n className: \"OracleTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AmazonRdsForOracleTableDataset: coreClient.CompositeMapper = {\n serializedName: \"AmazonRdsForOracleTable\",\n type: {\n name: \"Composite\",\n className: \"AmazonRdsForOracleTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const TeradataTableDataset: coreClient.CompositeMapper = {\n serializedName: \"TeradataTable\",\n type: {\n name: \"Composite\",\n className: \"TeradataTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n database: {\n serializedName: \"typeProperties.database\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureMySqlTableDataset: coreClient.CompositeMapper = {\n serializedName: \"AzureMySqlTable\",\n type: {\n name: \"Composite\",\n className: \"AzureMySqlTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AmazonRedshiftTableDataset: coreClient.CompositeMapper = {\n serializedName: \"AmazonRedshiftTable\",\n type: {\n name: \"Composite\",\n className: \"AmazonRedshiftTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const Db2TableDataset: coreClient.CompositeMapper = {\n serializedName: \"Db2Table\",\n type: {\n name: \"Composite\",\n className: \"Db2TableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const RelationalTableDataset: coreClient.CompositeMapper = {\n serializedName: \"RelationalTable\",\n type: {\n name: \"Composite\",\n className: \"RelationalTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const InformixTableDataset: coreClient.CompositeMapper = {\n serializedName: \"InformixTable\",\n type: {\n name: \"Composite\",\n className: \"InformixTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const OdbcTableDataset: coreClient.CompositeMapper = {\n serializedName: \"OdbcTable\",\n type: {\n name: \"Composite\",\n className: \"OdbcTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MySqlTableDataset: coreClient.CompositeMapper = {\n serializedName: \"MySqlTable\",\n type: {\n name: \"Composite\",\n className: \"MySqlTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const PostgreSqlTableDataset: coreClient.CompositeMapper = {\n serializedName: \"PostgreSqlTable\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const PostgreSqlV2TableDataset: coreClient.CompositeMapper = {\n serializedName: \"PostgreSqlV2Table\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlV2TableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MicrosoftAccessTableDataset: coreClient.CompositeMapper = {\n serializedName: \"MicrosoftAccessTable\",\n type: {\n name: \"Composite\",\n className: \"MicrosoftAccessTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SalesforceObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"SalesforceObject\",\n type: {\n name: \"Composite\",\n className: \"SalesforceObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n objectApiName: {\n serializedName: \"typeProperties.objectApiName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SalesforceServiceCloudObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"SalesforceServiceCloudObject\",\n type: {\n name: \"Composite\",\n className: \"SalesforceServiceCloudObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n objectApiName: {\n serializedName: \"typeProperties.objectApiName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SybaseTableDataset: coreClient.CompositeMapper = {\n serializedName: \"SybaseTable\",\n type: {\n name: \"Composite\",\n className: \"SybaseTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SapBwCubeDataset: coreClient.CompositeMapper = {\n serializedName: \"SapBwCube\",\n type: {\n name: \"Composite\",\n className: \"SapBwCubeDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n },\n },\n};\n\nexport const SapCloudForCustomerResourceDataset: coreClient.CompositeMapper = {\n serializedName: \"SapCloudForCustomerResource\",\n type: {\n name: \"Composite\",\n className: \"SapCloudForCustomerResourceDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n path: {\n serializedName: \"typeProperties.path\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SapEccResourceDataset: coreClient.CompositeMapper = {\n serializedName: \"SapEccResource\",\n type: {\n name: \"Composite\",\n className: \"SapEccResourceDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n path: {\n serializedName: \"typeProperties.path\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SapHanaTableDataset: coreClient.CompositeMapper = {\n serializedName: \"SapHanaTable\",\n type: {\n name: \"Composite\",\n className: \"SapHanaTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SapOpenHubTableDataset: coreClient.CompositeMapper = {\n serializedName: \"SapOpenHubTable\",\n type: {\n name: \"Composite\",\n className: \"SapOpenHubTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n openHubDestinationName: {\n serializedName: \"typeProperties.openHubDestinationName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n excludeLastRequest: {\n serializedName: \"typeProperties.excludeLastRequest\",\n type: {\n name: \"any\",\n },\n },\n baseRequestId: {\n serializedName: \"typeProperties.baseRequestId\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SqlServerTableDataset: coreClient.CompositeMapper = {\n serializedName: \"SqlServerTable\",\n type: {\n name: \"Composite\",\n className: \"SqlServerTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AmazonRdsForSqlServerTableDataset: coreClient.CompositeMapper = {\n serializedName: \"AmazonRdsForSqlServerTable\",\n type: {\n name: \"Composite\",\n className: \"AmazonRdsForSqlServerTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const RestResourceDataset: coreClient.CompositeMapper = {\n serializedName: \"RestResource\",\n type: {\n name: \"Composite\",\n className: \"RestResourceDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n relativeUrl: {\n serializedName: \"typeProperties.relativeUrl\",\n type: {\n name: \"any\",\n },\n },\n requestMethod: {\n serializedName: \"typeProperties.requestMethod\",\n type: {\n name: \"any\",\n },\n },\n requestBody: {\n serializedName: \"typeProperties.requestBody\",\n type: {\n name: \"any\",\n },\n },\n additionalHeaders: {\n serializedName: \"typeProperties.additionalHeaders\",\n type: {\n name: \"any\",\n },\n },\n paginationRules: {\n serializedName: \"typeProperties.paginationRules\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SapTableResourceDataset: coreClient.CompositeMapper = {\n serializedName: \"SapTableResource\",\n type: {\n name: \"Composite\",\n className: \"SapTableResourceDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SapOdpResourceDataset: coreClient.CompositeMapper = {\n serializedName: \"SapOdpResource\",\n type: {\n name: \"Composite\",\n className: \"SapOdpResourceDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n context: {\n serializedName: \"typeProperties.context\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n objectName: {\n serializedName: \"typeProperties.objectName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const WebTableDataset: coreClient.CompositeMapper = {\n serializedName: \"WebTable\",\n type: {\n name: \"Composite\",\n className: \"WebTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n index: {\n serializedName: \"typeProperties.index\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n path: {\n serializedName: \"typeProperties.path\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureSearchIndexDataset: coreClient.CompositeMapper = {\n serializedName: \"AzureSearchIndex\",\n type: {\n name: \"Composite\",\n className: \"AzureSearchIndexDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n indexName: {\n serializedName: \"typeProperties.indexName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const HttpDataset: coreClient.CompositeMapper = {\n serializedName: \"HttpFile\",\n type: {\n name: \"Composite\",\n className: \"HttpDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n relativeUrl: {\n serializedName: \"typeProperties.relativeUrl\",\n type: {\n name: \"any\",\n },\n },\n requestMethod: {\n serializedName: \"typeProperties.requestMethod\",\n type: {\n name: \"any\",\n },\n },\n requestBody: {\n serializedName: \"typeProperties.requestBody\",\n type: {\n name: \"any\",\n },\n },\n additionalHeaders: {\n serializedName: \"typeProperties.additionalHeaders\",\n type: {\n name: \"any\",\n },\n },\n format: {\n serializedName: \"typeProperties.format\",\n type: {\n name: \"Composite\",\n className: \"DatasetStorageFormat\",\n },\n },\n compression: {\n serializedName: \"typeProperties.compression\",\n type: {\n name: \"Composite\",\n className: \"DatasetCompression\",\n },\n },\n },\n },\n};\n\nexport const AmazonMWSObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"AmazonMWSObject\",\n type: {\n name: \"Composite\",\n className: \"AmazonMWSObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzurePostgreSqlTableDataset: coreClient.CompositeMapper = {\n serializedName: \"AzurePostgreSqlTable\",\n type: {\n name: \"Composite\",\n className: \"AzurePostgreSqlTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ConcurObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"ConcurObject\",\n type: {\n name: \"Composite\",\n className: \"ConcurObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const CouchbaseTableDataset: coreClient.CompositeMapper = {\n serializedName: \"CouchbaseTable\",\n type: {\n name: \"Composite\",\n className: \"CouchbaseTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DrillTableDataset: coreClient.CompositeMapper = {\n serializedName: \"DrillTable\",\n type: {\n name: \"Composite\",\n className: \"DrillTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const EloquaObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"EloquaObject\",\n type: {\n name: \"Composite\",\n className: \"EloquaObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const GoogleBigQueryObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"GoogleBigQueryObject\",\n type: {\n name: \"Composite\",\n className: \"GoogleBigQueryObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n dataset: {\n serializedName: \"typeProperties.dataset\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const GoogleBigQueryV2ObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"GoogleBigQueryV2Object\",\n type: {\n name: \"Composite\",\n className: \"GoogleBigQueryV2ObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n dataset: {\n serializedName: \"typeProperties.dataset\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const GreenplumTableDataset: coreClient.CompositeMapper = {\n serializedName: \"GreenplumTable\",\n type: {\n name: \"Composite\",\n className: \"GreenplumTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const HBaseObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"HBaseObject\",\n type: {\n name: \"Composite\",\n className: \"HBaseObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const HiveObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"HiveObject\",\n type: {\n name: \"Composite\",\n className: \"HiveObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const HubspotObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"HubspotObject\",\n type: {\n name: \"Composite\",\n className: \"HubspotObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ImpalaObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"ImpalaObject\",\n type: {\n name: \"Composite\",\n className: \"ImpalaObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const JiraObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"JiraObject\",\n type: {\n name: \"Composite\",\n className: \"JiraObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MagentoObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"MagentoObject\",\n type: {\n name: \"Composite\",\n className: \"MagentoObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MariaDBTableDataset: coreClient.CompositeMapper = {\n serializedName: \"MariaDBTable\",\n type: {\n name: \"Composite\",\n className: \"MariaDBTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureMariaDBTableDataset: coreClient.CompositeMapper = {\n serializedName: \"AzureMariaDBTable\",\n type: {\n name: \"Composite\",\n className: \"AzureMariaDBTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MarketoObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"MarketoObject\",\n type: {\n name: \"Composite\",\n className: \"MarketoObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const PaypalObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"PaypalObject\",\n type: {\n name: \"Composite\",\n className: \"PaypalObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const PhoenixObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"PhoenixObject\",\n type: {\n name: \"Composite\",\n className: \"PhoenixObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const PrestoObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"PrestoObject\",\n type: {\n name: \"Composite\",\n className: \"PrestoObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const QuickBooksObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"QuickBooksObject\",\n type: {\n name: \"Composite\",\n className: \"QuickBooksObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ServiceNowObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"ServiceNowObject\",\n type: {\n name: \"Composite\",\n className: \"ServiceNowObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ShopifyObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"ShopifyObject\",\n type: {\n name: \"Composite\",\n className: \"ShopifyObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SparkObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"SparkObject\",\n type: {\n name: \"Composite\",\n className: \"SparkObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SquareObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"SquareObject\",\n type: {\n name: \"Composite\",\n className: \"SquareObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const XeroObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"XeroObject\",\n type: {\n name: \"Composite\",\n className: \"XeroObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ZohoObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"ZohoObject\",\n type: {\n name: \"Composite\",\n className: \"ZohoObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const NetezzaTableDataset: coreClient.CompositeMapper = {\n serializedName: \"NetezzaTable\",\n type: {\n name: \"Composite\",\n className: \"NetezzaTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const VerticaTableDataset: coreClient.CompositeMapper = {\n serializedName: \"VerticaTable\",\n type: {\n name: \"Composite\",\n className: \"VerticaTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SalesforceMarketingCloudObjectDataset: coreClient.CompositeMapper =\n {\n serializedName: \"SalesforceMarketingCloudObject\",\n type: {\n name: \"Composite\",\n className: \"SalesforceMarketingCloudObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n };\n\nexport const ResponsysObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"ResponsysObject\",\n type: {\n name: \"Composite\",\n className: \"ResponsysObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DynamicsAXResourceDataset: coreClient.CompositeMapper = {\n serializedName: \"DynamicsAXResource\",\n type: {\n name: \"Composite\",\n className: \"DynamicsAXResourceDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n path: {\n serializedName: \"typeProperties.path\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const OracleServiceCloudObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"OracleServiceCloudObject\",\n type: {\n name: \"Composite\",\n className: \"OracleServiceCloudObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureDataExplorerTableDataset: coreClient.CompositeMapper = {\n serializedName: \"AzureDataExplorerTable\",\n type: {\n name: \"Composite\",\n className: \"AzureDataExplorerTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const GoogleAdWordsObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"GoogleAdWordsObject\",\n type: {\n name: \"Composite\",\n className: \"GoogleAdWordsObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SnowflakeDataset: coreClient.CompositeMapper = {\n serializedName: \"SnowflakeTable\",\n type: {\n name: \"Composite\",\n className: \"SnowflakeDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SnowflakeV2Dataset: coreClient.CompositeMapper = {\n serializedName: \"SnowflakeV2Table\",\n type: {\n name: \"Composite\",\n className: \"SnowflakeV2Dataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SharePointOnlineListResourceDataset: coreClient.CompositeMapper = {\n serializedName: \"SharePointOnlineListResource\",\n type: {\n name: \"Composite\",\n className: \"SharePointOnlineListResourceDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n listName: {\n serializedName: \"typeProperties.listName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureDatabricksDeltaLakeDataset: coreClient.CompositeMapper = {\n serializedName: \"AzureDatabricksDeltaLakeDataset\",\n type: {\n name: \"Composite\",\n className: \"AzureDatabricksDeltaLakeDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n database: {\n serializedName: \"typeProperties.database\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const LakeHouseTableDataset: coreClient.CompositeMapper = {\n serializedName: \"LakeHouseTable\",\n type: {\n name: \"Composite\",\n className: \"LakeHouseTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SalesforceV2ObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"SalesforceV2Object\",\n type: {\n name: \"Composite\",\n className: \"SalesforceV2ObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n objectApiName: {\n serializedName: \"typeProperties.objectApiName\",\n type: {\n name: \"any\",\n },\n },\n reportId: {\n serializedName: \"typeProperties.reportId\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SalesforceServiceCloudV2ObjectDataset: coreClient.CompositeMapper =\n {\n serializedName: \"SalesforceServiceCloudV2Object\",\n type: {\n name: \"Composite\",\n className: \"SalesforceServiceCloudV2ObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n objectApiName: {\n serializedName: \"typeProperties.objectApiName\",\n type: {\n name: \"any\",\n },\n },\n reportId: {\n serializedName: \"typeProperties.reportId\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n };\n\nexport const WarehouseTableDataset: coreClient.CompositeMapper = {\n serializedName: \"WarehouseTable\",\n type: {\n name: \"Composite\",\n className: \"WarehouseTableDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n schemaTypePropertiesSchema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n table: {\n serializedName: \"typeProperties.table\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ServiceNowV2ObjectDataset: coreClient.CompositeMapper = {\n serializedName: \"ServiceNowV2Object\",\n type: {\n name: \"Composite\",\n className: \"ServiceNowV2ObjectDataset\",\n uberParent: \"Dataset\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,\n modelProperties: {\n ...Dataset.type.modelProperties,\n tableName: {\n serializedName: \"typeProperties.tableName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureStorageLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AzureStorage\",\n type: {\n name: \"Composite\",\n className: \"AzureStorageLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n type: {\n name: \"any\",\n },\n },\n accountKey: {\n serializedName: \"typeProperties.accountKey\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n sasUri: {\n serializedName: \"typeProperties.sasUri\",\n type: {\n name: \"any\",\n },\n },\n sasToken: {\n serializedName: \"typeProperties.sasToken\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureBlobStorageLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AzureBlobStorage\",\n type: {\n name: \"Composite\",\n className: \"AzureBlobStorageLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n type: {\n name: \"any\",\n },\n },\n accountKey: {\n serializedName: \"typeProperties.accountKey\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n sasUri: {\n serializedName: \"typeProperties.sasUri\",\n type: {\n name: \"any\",\n },\n },\n sasToken: {\n serializedName: \"typeProperties.sasToken\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n serviceEndpoint: {\n serializedName: \"typeProperties.serviceEndpoint\",\n type: {\n name: \"String\",\n },\n },\n servicePrincipalId: {\n serializedName: \"typeProperties.servicePrincipalId\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalKey: {\n serializedName: \"typeProperties.servicePrincipalKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n tenant: {\n serializedName: \"typeProperties.tenant\",\n type: {\n name: \"any\",\n },\n },\n azureCloudType: {\n serializedName: \"typeProperties.azureCloudType\",\n type: {\n name: \"any\",\n },\n },\n accountKind: {\n serializedName: \"typeProperties.accountKind\",\n type: {\n name: \"String\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"String\",\n },\n },\n credential: {\n serializedName: \"typeProperties.credential\",\n type: {\n name: \"Composite\",\n className: \"CredentialReference\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n type: {\n name: \"String\",\n },\n },\n containerUri: {\n serializedName: \"typeProperties.containerUri\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureTableStorageLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AzureTableStorage\",\n type: {\n name: \"Composite\",\n className: \"AzureTableStorageLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n type: {\n name: \"any\",\n },\n },\n accountKey: {\n serializedName: \"typeProperties.accountKey\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n sasUri: {\n serializedName: \"typeProperties.sasUri\",\n type: {\n name: \"any\",\n },\n },\n sasToken: {\n serializedName: \"typeProperties.sasToken\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureSqlDWLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AzureSqlDW\",\n type: {\n name: \"Composite\",\n className: \"AzureSqlDWLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n servicePrincipalId: {\n serializedName: \"typeProperties.servicePrincipalId\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalKey: {\n serializedName: \"typeProperties.servicePrincipalKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n tenant: {\n serializedName: \"typeProperties.tenant\",\n type: {\n name: \"any\",\n },\n },\n azureCloudType: {\n serializedName: \"typeProperties.azureCloudType\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n credential: {\n serializedName: \"typeProperties.credential\",\n type: {\n name: \"Composite\",\n className: \"CredentialReference\",\n },\n },\n },\n },\n};\n\nexport const SqlServerLinkedService: coreClient.CompositeMapper = {\n serializedName: \"SqlServer\",\n type: {\n name: \"Composite\",\n className: \"SqlServerLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n userName: {\n serializedName: \"typeProperties.userName\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n alwaysEncryptedSettings: {\n serializedName: \"typeProperties.alwaysEncryptedSettings\",\n type: {\n name: \"Composite\",\n className: \"SqlAlwaysEncryptedProperties\",\n },\n },\n },\n },\n};\n\nexport const AmazonRdsForSqlServerLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AmazonRdsForSqlServer\",\n type: {\n name: \"Composite\",\n className: \"AmazonRdsForSqlServerLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n userName: {\n serializedName: \"typeProperties.userName\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n alwaysEncryptedSettings: {\n serializedName: \"typeProperties.alwaysEncryptedSettings\",\n type: {\n name: \"Composite\",\n className: \"SqlAlwaysEncryptedProperties\",\n },\n },\n },\n },\n};\n\nexport const AzureSqlDatabaseLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AzureSqlDatabase\",\n type: {\n name: \"Composite\",\n className: \"AzureSqlDatabaseLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n servicePrincipalId: {\n serializedName: \"typeProperties.servicePrincipalId\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalKey: {\n serializedName: \"typeProperties.servicePrincipalKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n tenant: {\n serializedName: \"typeProperties.tenant\",\n type: {\n name: \"any\",\n },\n },\n azureCloudType: {\n serializedName: \"typeProperties.azureCloudType\",\n type: {\n name: \"any\",\n },\n },\n alwaysEncryptedSettings: {\n serializedName: \"typeProperties.alwaysEncryptedSettings\",\n type: {\n name: \"Composite\",\n className: \"SqlAlwaysEncryptedProperties\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n credential: {\n serializedName: \"typeProperties.credential\",\n type: {\n name: \"Composite\",\n className: \"CredentialReference\",\n },\n },\n },\n },\n};\n\nexport const AzureSqlMILinkedService: coreClient.CompositeMapper = {\n serializedName: \"AzureSqlMI\",\n type: {\n name: \"Composite\",\n className: \"AzureSqlMILinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n servicePrincipalId: {\n serializedName: \"typeProperties.servicePrincipalId\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalKey: {\n serializedName: \"typeProperties.servicePrincipalKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n tenant: {\n serializedName: \"typeProperties.tenant\",\n type: {\n name: \"any\",\n },\n },\n azureCloudType: {\n serializedName: \"typeProperties.azureCloudType\",\n type: {\n name: \"any\",\n },\n },\n alwaysEncryptedSettings: {\n serializedName: \"typeProperties.alwaysEncryptedSettings\",\n type: {\n name: \"Composite\",\n className: \"SqlAlwaysEncryptedProperties\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n credential: {\n serializedName: \"typeProperties.credential\",\n type: {\n name: \"Composite\",\n className: \"CredentialReference\",\n },\n },\n },\n },\n};\n\nexport const AzureBatchLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AzureBatch\",\n type: {\n name: \"Composite\",\n className: \"AzureBatchLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n accountName: {\n serializedName: \"typeProperties.accountName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n accessKey: {\n serializedName: \"typeProperties.accessKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n batchUri: {\n serializedName: \"typeProperties.batchUri\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n poolName: {\n serializedName: \"typeProperties.poolName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n linkedServiceName: {\n serializedName: \"typeProperties.linkedServiceName\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n credential: {\n serializedName: \"typeProperties.credential\",\n type: {\n name: \"Composite\",\n className: \"CredentialReference\",\n },\n },\n },\n },\n};\n\nexport const AzureKeyVaultLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AzureKeyVault\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n baseUrl: {\n serializedName: \"typeProperties.baseUrl\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n credential: {\n serializedName: \"typeProperties.credential\",\n type: {\n name: \"Composite\",\n className: \"CredentialReference\",\n },\n },\n },\n },\n};\n\nexport const CosmosDbLinkedService: coreClient.CompositeMapper = {\n serializedName: \"CosmosDb\",\n type: {\n name: \"Composite\",\n className: \"CosmosDbLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n type: {\n name: \"any\",\n },\n },\n accountEndpoint: {\n serializedName: \"typeProperties.accountEndpoint\",\n type: {\n name: \"any\",\n },\n },\n database: {\n serializedName: \"typeProperties.database\",\n type: {\n name: \"any\",\n },\n },\n accountKey: {\n serializedName: \"typeProperties.accountKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n credential: {\n serializedName: \"typeProperties.credential\",\n type: {\n name: \"Composite\",\n className: \"CredentialReference\",\n },\n },\n },\n },\n};\n\nexport const DynamicsLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Dynamics\",\n type: {\n name: \"Composite\",\n className: \"DynamicsLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n deploymentType: {\n serializedName: \"typeProperties.deploymentType\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n hostName: {\n serializedName: \"typeProperties.hostName\",\n type: {\n name: \"any\",\n },\n },\n port: {\n serializedName: \"typeProperties.port\",\n type: {\n name: \"any\",\n },\n },\n serviceUri: {\n serializedName: \"typeProperties.serviceUri\",\n type: {\n name: \"any\",\n },\n },\n organizationName: {\n serializedName: \"typeProperties.organizationName\",\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n servicePrincipalId: {\n serializedName: \"typeProperties.servicePrincipalId\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalCredentialType: {\n serializedName: \"typeProperties.servicePrincipalCredentialType\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalCredential: {\n serializedName: \"typeProperties.servicePrincipalCredential\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n credential: {\n serializedName: \"typeProperties.credential\",\n type: {\n name: \"Composite\",\n className: \"CredentialReference\",\n },\n },\n },\n },\n};\n\nexport const DynamicsCrmLinkedService: coreClient.CompositeMapper = {\n serializedName: \"DynamicsCrm\",\n type: {\n name: \"Composite\",\n className: \"DynamicsCrmLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n deploymentType: {\n serializedName: \"typeProperties.deploymentType\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n hostName: {\n serializedName: \"typeProperties.hostName\",\n type: {\n name: \"any\",\n },\n },\n port: {\n serializedName: \"typeProperties.port\",\n type: {\n name: \"any\",\n },\n },\n serviceUri: {\n serializedName: \"typeProperties.serviceUri\",\n type: {\n name: \"any\",\n },\n },\n organizationName: {\n serializedName: \"typeProperties.organizationName\",\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n servicePrincipalId: {\n serializedName: \"typeProperties.servicePrincipalId\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalCredentialType: {\n serializedName: \"typeProperties.servicePrincipalCredentialType\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalCredential: {\n serializedName: \"typeProperties.servicePrincipalCredential\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const CommonDataServiceForAppsLinkedService: coreClient.CompositeMapper =\n {\n serializedName: \"CommonDataServiceForApps\",\n type: {\n name: \"Composite\",\n className: \"CommonDataServiceForAppsLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n deploymentType: {\n serializedName: \"typeProperties.deploymentType\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n hostName: {\n serializedName: \"typeProperties.hostName\",\n type: {\n name: \"any\",\n },\n },\n port: {\n serializedName: \"typeProperties.port\",\n type: {\n name: \"any\",\n },\n },\n serviceUri: {\n serializedName: \"typeProperties.serviceUri\",\n type: {\n name: \"any\",\n },\n },\n organizationName: {\n serializedName: \"typeProperties.organizationName\",\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n servicePrincipalId: {\n serializedName: \"typeProperties.servicePrincipalId\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalCredentialType: {\n serializedName: \"typeProperties.servicePrincipalCredentialType\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalCredential: {\n serializedName: \"typeProperties.servicePrincipalCredential\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n };\n\nexport const HDInsightLinkedService: coreClient.CompositeMapper = {\n serializedName: \"HDInsight\",\n type: {\n name: \"Composite\",\n className: \"HDInsightLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n clusterUri: {\n serializedName: \"typeProperties.clusterUri\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n userName: {\n serializedName: \"typeProperties.userName\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n linkedServiceName: {\n serializedName: \"typeProperties.linkedServiceName\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n hcatalogLinkedServiceName: {\n serializedName: \"typeProperties.hcatalogLinkedServiceName\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n isEspEnabled: {\n serializedName: \"typeProperties.isEspEnabled\",\n type: {\n name: \"any\",\n },\n },\n fileSystem: {\n serializedName: \"typeProperties.fileSystem\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const FileServerLinkedService: coreClient.CompositeMapper = {\n serializedName: \"FileServer\",\n type: {\n name: \"Composite\",\n className: \"FileServerLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n host: {\n serializedName: \"typeProperties.host\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n userId: {\n serializedName: \"typeProperties.userId\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureFileStorageLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AzureFileStorage\",\n type: {\n name: \"Composite\",\n className: \"AzureFileStorageLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n host: {\n serializedName: \"typeProperties.host\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n userId: {\n serializedName: \"typeProperties.userId\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n type: {\n name: \"any\",\n },\n },\n accountKey: {\n serializedName: \"typeProperties.accountKey\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n sasUri: {\n serializedName: \"typeProperties.sasUri\",\n type: {\n name: \"any\",\n },\n },\n sasToken: {\n serializedName: \"typeProperties.sasToken\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n fileShare: {\n serializedName: \"typeProperties.fileShare\",\n type: {\n name: \"any\",\n },\n },\n snapshot: {\n serializedName: \"typeProperties.snapshot\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const GoogleCloudStorageLinkedService: coreClient.CompositeMapper = {\n serializedName: \"GoogleCloudStorage\",\n type: {\n name: \"Composite\",\n className: \"GoogleCloudStorageLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n accessKeyId: {\n serializedName: \"typeProperties.accessKeyId\",\n type: {\n name: \"any\",\n },\n },\n secretAccessKey: {\n serializedName: \"typeProperties.secretAccessKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n serviceUrl: {\n serializedName: \"typeProperties.serviceUrl\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const OracleLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Oracle\",\n type: {\n name: \"Composite\",\n className: \"OracleLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AmazonRdsForOracleLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AmazonRdsForOracle\",\n type: {\n name: \"Composite\",\n className: \"AmazonRdsForOracleLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureMySqlLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AzureMySql\",\n type: {\n name: \"Composite\",\n className: \"AzureMySqlLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MySqlLinkedService: coreClient.CompositeMapper = {\n serializedName: \"MySql\",\n type: {\n name: \"Composite\",\n className: \"MySqlLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n driverVersion: {\n serializedName: \"typeProperties.driverVersion\",\n type: {\n name: \"any\",\n },\n },\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n type: {\n name: \"any\",\n },\n },\n server: {\n serializedName: \"typeProperties.server\",\n type: {\n name: \"any\",\n },\n },\n port: {\n serializedName: \"typeProperties.port\",\n type: {\n name: \"any\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n type: {\n name: \"any\",\n },\n },\n database: {\n serializedName: \"typeProperties.database\",\n type: {\n name: \"any\",\n },\n },\n sslMode: {\n serializedName: \"typeProperties.sslMode\",\n type: {\n name: \"any\",\n },\n },\n useSystemTrustStore: {\n serializedName: \"typeProperties.useSystemTrustStore\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const PostgreSqlLinkedService: coreClient.CompositeMapper = {\n serializedName: \"PostgreSql\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const PostgreSqlV2LinkedService: coreClient.CompositeMapper = {\n serializedName: \"PostgreSqlV2\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlV2LinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n server: {\n serializedName: \"typeProperties.server\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n port: {\n serializedName: \"typeProperties.port\",\n type: {\n name: \"any\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n database: {\n serializedName: \"typeProperties.database\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n sslMode: {\n serializedName: \"typeProperties.sslMode\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n schema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n pooling: {\n serializedName: \"typeProperties.pooling\",\n type: {\n name: \"any\",\n },\n },\n connectionTimeout: {\n serializedName: \"typeProperties.connectionTimeout\",\n type: {\n name: \"any\",\n },\n },\n commandTimeout: {\n serializedName: \"typeProperties.commandTimeout\",\n type: {\n name: \"any\",\n },\n },\n trustServerCertificate: {\n serializedName: \"typeProperties.trustServerCertificate\",\n type: {\n name: \"any\",\n },\n },\n sslCertificate: {\n serializedName: \"typeProperties.sslCertificate\",\n type: {\n name: \"any\",\n },\n },\n sslKey: {\n serializedName: \"typeProperties.sslKey\",\n type: {\n name: \"any\",\n },\n },\n sslPassword: {\n serializedName: \"typeProperties.sslPassword\",\n type: {\n name: \"any\",\n },\n },\n readBufferSize: {\n serializedName: \"typeProperties.readBufferSize\",\n type: {\n name: \"any\",\n },\n },\n logParameters: {\n serializedName: \"typeProperties.logParameters\",\n type: {\n name: \"any\",\n },\n },\n timezone: {\n serializedName: \"typeProperties.timezone\",\n type: {\n name: \"any\",\n },\n },\n encoding: {\n serializedName: \"typeProperties.encoding\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SybaseLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Sybase\",\n type: {\n name: \"Composite\",\n className: \"SybaseLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n server: {\n serializedName: \"typeProperties.server\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n database: {\n serializedName: \"typeProperties.database\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n schema: {\n serializedName: \"typeProperties.schema\",\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n type: {\n name: \"String\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const Db2LinkedService: coreClient.CompositeMapper = {\n serializedName: \"Db2\",\n type: {\n name: \"Composite\",\n className: \"Db2LinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n type: {\n name: \"any\",\n },\n },\n server: {\n serializedName: \"typeProperties.server\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n database: {\n serializedName: \"typeProperties.database\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n type: {\n name: \"String\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n packageCollection: {\n serializedName: \"typeProperties.packageCollection\",\n type: {\n name: \"any\",\n },\n },\n certificateCommonName: {\n serializedName: \"typeProperties.certificateCommonName\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const TeradataLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Teradata\",\n type: {\n name: \"Composite\",\n className: \"TeradataLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n type: {\n name: \"any\",\n },\n },\n server: {\n serializedName: \"typeProperties.server\",\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n type: {\n name: \"String\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureMLLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AzureML\",\n type: {\n name: \"Composite\",\n className: \"AzureMLLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n mlEndpoint: {\n serializedName: \"typeProperties.mlEndpoint\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n apiKey: {\n serializedName: \"typeProperties.apiKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n updateResourceEndpoint: {\n serializedName: \"typeProperties.updateResourceEndpoint\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalId: {\n serializedName: \"typeProperties.servicePrincipalId\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalKey: {\n serializedName: \"typeProperties.servicePrincipalKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n tenant: {\n serializedName: \"typeProperties.tenant\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n authentication: {\n serializedName: \"typeProperties.authentication\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureMLServiceLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AzureMLService\",\n type: {\n name: \"Composite\",\n className: \"AzureMLServiceLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n subscriptionId: {\n serializedName: \"typeProperties.subscriptionId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n resourceGroupName: {\n serializedName: \"typeProperties.resourceGroupName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n mlWorkspaceName: {\n serializedName: \"typeProperties.mlWorkspaceName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n authentication: {\n serializedName: \"typeProperties.authentication\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalId: {\n serializedName: \"typeProperties.servicePrincipalId\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalKey: {\n serializedName: \"typeProperties.servicePrincipalKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n tenant: {\n serializedName: \"typeProperties.tenant\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const OdbcLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Odbc\",\n type: {\n name: \"Composite\",\n className: \"OdbcLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n type: {\n name: \"any\",\n },\n },\n credential: {\n serializedName: \"typeProperties.credential\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n userName: {\n serializedName: \"typeProperties.userName\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const InformixLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Informix\",\n type: {\n name: \"Composite\",\n className: \"InformixLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n type: {\n name: \"any\",\n },\n },\n credential: {\n serializedName: \"typeProperties.credential\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n userName: {\n serializedName: \"typeProperties.userName\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MicrosoftAccessLinkedService: coreClient.CompositeMapper = {\n serializedName: \"MicrosoftAccess\",\n type: {\n name: \"Composite\",\n className: \"MicrosoftAccessLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n type: {\n name: \"any\",\n },\n },\n credential: {\n serializedName: \"typeProperties.credential\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n userName: {\n serializedName: \"typeProperties.userName\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const HdfsLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Hdfs\",\n type: {\n name: \"Composite\",\n className: \"HdfsLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n url: {\n serializedName: \"typeProperties.url\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n userName: {\n serializedName: \"typeProperties.userName\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n },\n },\n};\n\nexport const ODataLinkedService: coreClient.CompositeMapper = {\n serializedName: \"OData\",\n type: {\n name: \"Composite\",\n className: \"ODataLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n url: {\n serializedName: \"typeProperties.url\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n type: {\n name: \"String\",\n },\n },\n userName: {\n serializedName: \"typeProperties.userName\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n tenant: {\n serializedName: \"typeProperties.tenant\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalId: {\n serializedName: \"typeProperties.servicePrincipalId\",\n type: {\n name: \"any\",\n },\n },\n azureCloudType: {\n serializedName: \"typeProperties.azureCloudType\",\n type: {\n name: \"any\",\n },\n },\n aadResourceId: {\n serializedName: \"typeProperties.aadResourceId\",\n type: {\n name: \"any\",\n },\n },\n aadServicePrincipalCredentialType: {\n serializedName: \"typeProperties.aadServicePrincipalCredentialType\",\n type: {\n name: \"String\",\n },\n },\n servicePrincipalKey: {\n serializedName: \"typeProperties.servicePrincipalKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n servicePrincipalEmbeddedCert: {\n serializedName: \"typeProperties.servicePrincipalEmbeddedCert\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n servicePrincipalEmbeddedCertPassword: {\n serializedName: \"typeProperties.servicePrincipalEmbeddedCertPassword\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const WebLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Web\",\n type: {\n name: \"Composite\",\n className: \"WebLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n typeProperties: {\n serializedName: \"typeProperties\",\n type: {\n name: \"Composite\",\n className: \"WebLinkedServiceTypeProperties\",\n },\n },\n },\n },\n};\n\nexport const CassandraLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Cassandra\",\n type: {\n name: \"Composite\",\n className: \"CassandraLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n host: {\n serializedName: \"typeProperties.host\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n type: {\n name: \"any\",\n },\n },\n port: {\n serializedName: \"typeProperties.port\",\n type: {\n name: \"any\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MongoDbLinkedService: coreClient.CompositeMapper = {\n serializedName: \"MongoDb\",\n type: {\n name: \"Composite\",\n className: \"MongoDbLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n server: {\n serializedName: \"typeProperties.server\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n type: {\n name: \"String\",\n },\n },\n databaseName: {\n serializedName: \"typeProperties.databaseName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n authSource: {\n serializedName: \"typeProperties.authSource\",\n type: {\n name: \"any\",\n },\n },\n port: {\n serializedName: \"typeProperties.port\",\n type: {\n name: \"any\",\n },\n },\n enableSsl: {\n serializedName: \"typeProperties.enableSsl\",\n type: {\n name: \"any\",\n },\n },\n allowSelfSignedServerCert: {\n serializedName: \"typeProperties.allowSelfSignedServerCert\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MongoDbAtlasLinkedService: coreClient.CompositeMapper = {\n serializedName: \"MongoDbAtlas\",\n type: {\n name: \"Composite\",\n className: \"MongoDbAtlasLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n database: {\n serializedName: \"typeProperties.database\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n driverVersion: {\n serializedName: \"typeProperties.driverVersion\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MongoDbV2LinkedService: coreClient.CompositeMapper = {\n serializedName: \"MongoDbV2\",\n type: {\n name: \"Composite\",\n className: \"MongoDbV2LinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n database: {\n serializedName: \"typeProperties.database\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const CosmosDbMongoDbApiLinkedService: coreClient.CompositeMapper = {\n serializedName: \"CosmosDbMongoDbApi\",\n type: {\n name: \"Composite\",\n className: \"CosmosDbMongoDbApiLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n database: {\n serializedName: \"typeProperties.database\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureDataLakeStoreLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AzureDataLakeStore\",\n type: {\n name: \"Composite\",\n className: \"AzureDataLakeStoreLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n dataLakeStoreUri: {\n serializedName: \"typeProperties.dataLakeStoreUri\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n servicePrincipalId: {\n serializedName: \"typeProperties.servicePrincipalId\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalKey: {\n serializedName: \"typeProperties.servicePrincipalKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n tenant: {\n serializedName: \"typeProperties.tenant\",\n type: {\n name: \"any\",\n },\n },\n azureCloudType: {\n serializedName: \"typeProperties.azureCloudType\",\n type: {\n name: \"any\",\n },\n },\n accountName: {\n serializedName: \"typeProperties.accountName\",\n type: {\n name: \"any\",\n },\n },\n subscriptionId: {\n serializedName: \"typeProperties.subscriptionId\",\n type: {\n name: \"any\",\n },\n },\n resourceGroupName: {\n serializedName: \"typeProperties.resourceGroupName\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n credential: {\n serializedName: \"typeProperties.credential\",\n type: {\n name: \"Composite\",\n className: \"CredentialReference\",\n },\n },\n },\n },\n};\n\nexport const AzureBlobFSLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AzureBlobFS\",\n type: {\n name: \"Composite\",\n className: \"AzureBlobFSLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n url: {\n serializedName: \"typeProperties.url\",\n type: {\n name: \"any\",\n },\n },\n accountKey: {\n serializedName: \"typeProperties.accountKey\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalId: {\n serializedName: \"typeProperties.servicePrincipalId\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalKey: {\n serializedName: \"typeProperties.servicePrincipalKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n tenant: {\n serializedName: \"typeProperties.tenant\",\n type: {\n name: \"any\",\n },\n },\n azureCloudType: {\n serializedName: \"typeProperties.azureCloudType\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalCredentialType: {\n serializedName: \"typeProperties.servicePrincipalCredentialType\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalCredential: {\n serializedName: \"typeProperties.servicePrincipalCredential\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n sasUri: {\n serializedName: \"typeProperties.sasUri\",\n type: {\n name: \"any\",\n },\n },\n sasToken: {\n serializedName: \"typeProperties.sasToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n credential: {\n serializedName: \"typeProperties.credential\",\n type: {\n name: \"Composite\",\n className: \"CredentialReference\",\n },\n },\n },\n },\n};\n\nexport const Office365LinkedService: coreClient.CompositeMapper = {\n serializedName: \"Office365\",\n type: {\n name: \"Composite\",\n className: \"Office365LinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n office365TenantId: {\n serializedName: \"typeProperties.office365TenantId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n servicePrincipalTenantId: {\n serializedName: \"typeProperties.servicePrincipalTenantId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n servicePrincipalId: {\n serializedName: \"typeProperties.servicePrincipalId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n servicePrincipalKey: {\n serializedName: \"typeProperties.servicePrincipalKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SalesforceLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Salesforce\",\n type: {\n name: \"Composite\",\n className: \"SalesforceLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n environmentUrl: {\n serializedName: \"typeProperties.environmentUrl\",\n type: {\n name: \"any\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n securityToken: {\n serializedName: \"typeProperties.securityToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n apiVersion: {\n serializedName: \"typeProperties.apiVersion\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SalesforceServiceCloudLinkedService: coreClient.CompositeMapper = {\n serializedName: \"SalesforceServiceCloud\",\n type: {\n name: \"Composite\",\n className: \"SalesforceServiceCloudLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n environmentUrl: {\n serializedName: \"typeProperties.environmentUrl\",\n type: {\n name: \"any\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n securityToken: {\n serializedName: \"typeProperties.securityToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n apiVersion: {\n serializedName: \"typeProperties.apiVersion\",\n type: {\n name: \"any\",\n },\n },\n extendedProperties: {\n serializedName: \"typeProperties.extendedProperties\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SapCloudForCustomerLinkedService: coreClient.CompositeMapper = {\n serializedName: \"SapCloudForCustomer\",\n type: {\n name: \"Composite\",\n className: \"SapCloudForCustomerLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n url: {\n serializedName: \"typeProperties.url\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SapEccLinkedService: coreClient.CompositeMapper = {\n serializedName: \"SapEcc\",\n type: {\n name: \"Composite\",\n className: \"SapEccLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n url: {\n serializedName: \"typeProperties.url\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SapOpenHubLinkedService: coreClient.CompositeMapper = {\n serializedName: \"SapOpenHub\",\n type: {\n name: \"Composite\",\n className: \"SapOpenHubLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n server: {\n serializedName: \"typeProperties.server\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n systemNumber: {\n serializedName: \"typeProperties.systemNumber\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n clientId: {\n serializedName: \"typeProperties.clientId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n language: {\n serializedName: \"typeProperties.language\",\n type: {\n name: \"any\",\n },\n },\n systemId: {\n serializedName: \"typeProperties.systemId\",\n type: {\n name: \"any\",\n },\n },\n userName: {\n serializedName: \"typeProperties.userName\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n messageServer: {\n serializedName: \"typeProperties.messageServer\",\n type: {\n name: \"any\",\n },\n },\n messageServerService: {\n serializedName: \"typeProperties.messageServerService\",\n type: {\n name: \"any\",\n },\n },\n logonGroup: {\n serializedName: \"typeProperties.logonGroup\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SapOdpLinkedService: coreClient.CompositeMapper = {\n serializedName: \"SapOdp\",\n type: {\n name: \"Composite\",\n className: \"SapOdpLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n server: {\n serializedName: \"typeProperties.server\",\n type: {\n name: \"any\",\n },\n },\n systemNumber: {\n serializedName: \"typeProperties.systemNumber\",\n type: {\n name: \"any\",\n },\n },\n clientId: {\n serializedName: \"typeProperties.clientId\",\n type: {\n name: \"any\",\n },\n },\n language: {\n serializedName: \"typeProperties.language\",\n type: {\n name: \"any\",\n },\n },\n systemId: {\n serializedName: \"typeProperties.systemId\",\n type: {\n name: \"any\",\n },\n },\n userName: {\n serializedName: \"typeProperties.userName\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n messageServer: {\n serializedName: \"typeProperties.messageServer\",\n type: {\n name: \"any\",\n },\n },\n messageServerService: {\n serializedName: \"typeProperties.messageServerService\",\n type: {\n name: \"any\",\n },\n },\n sncMode: {\n serializedName: \"typeProperties.sncMode\",\n type: {\n name: \"any\",\n },\n },\n sncMyName: {\n serializedName: \"typeProperties.sncMyName\",\n type: {\n name: \"any\",\n },\n },\n sncPartnerName: {\n serializedName: \"typeProperties.sncPartnerName\",\n type: {\n name: \"any\",\n },\n },\n sncLibraryPath: {\n serializedName: \"typeProperties.sncLibraryPath\",\n type: {\n name: \"any\",\n },\n },\n sncQop: {\n serializedName: \"typeProperties.sncQop\",\n type: {\n name: \"any\",\n },\n },\n x509CertificatePath: {\n serializedName: \"typeProperties.x509CertificatePath\",\n type: {\n name: \"any\",\n },\n },\n logonGroup: {\n serializedName: \"typeProperties.logonGroup\",\n type: {\n name: \"any\",\n },\n },\n subscriberName: {\n serializedName: \"typeProperties.subscriberName\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const RestServiceLinkedService: coreClient.CompositeMapper = {\n serializedName: \"RestService\",\n type: {\n name: \"Composite\",\n className: \"RestServiceLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n url: {\n serializedName: \"typeProperties.url\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n enableServerCertificateValidation: {\n serializedName: \"typeProperties.enableServerCertificateValidation\",\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n userName: {\n serializedName: \"typeProperties.userName\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n authHeaders: {\n serializedName: \"typeProperties.authHeaders\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalId: {\n serializedName: \"typeProperties.servicePrincipalId\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalKey: {\n serializedName: \"typeProperties.servicePrincipalKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n tenant: {\n serializedName: \"typeProperties.tenant\",\n type: {\n name: \"any\",\n },\n },\n azureCloudType: {\n serializedName: \"typeProperties.azureCloudType\",\n type: {\n name: \"any\",\n },\n },\n aadResourceId: {\n serializedName: \"typeProperties.aadResourceId\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n credential: {\n serializedName: \"typeProperties.credential\",\n type: {\n name: \"Composite\",\n className: \"CredentialReference\",\n },\n },\n clientId: {\n serializedName: \"typeProperties.clientId\",\n type: {\n name: \"any\",\n },\n },\n clientSecret: {\n serializedName: \"typeProperties.clientSecret\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n tokenEndpoint: {\n serializedName: \"typeProperties.tokenEndpoint\",\n type: {\n name: \"any\",\n },\n },\n resource: {\n serializedName: \"typeProperties.resource\",\n type: {\n name: \"any\",\n },\n },\n scope: {\n serializedName: \"typeProperties.scope\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const TeamDeskLinkedService: coreClient.CompositeMapper = {\n serializedName: \"TeamDesk\",\n type: {\n name: \"Composite\",\n className: \"TeamDeskLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n url: {\n serializedName: \"typeProperties.url\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n userName: {\n serializedName: \"typeProperties.userName\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n apiToken: {\n serializedName: \"typeProperties.apiToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const QuickbaseLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Quickbase\",\n type: {\n name: \"Composite\",\n className: \"QuickbaseLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n url: {\n serializedName: \"typeProperties.url\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n userToken: {\n serializedName: \"typeProperties.userToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SmartsheetLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Smartsheet\",\n type: {\n name: \"Composite\",\n className: \"SmartsheetLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n apiToken: {\n serializedName: \"typeProperties.apiToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ZendeskLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Zendesk\",\n type: {\n name: \"Composite\",\n className: \"ZendeskLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n url: {\n serializedName: \"typeProperties.url\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n userName: {\n serializedName: \"typeProperties.userName\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n apiToken: {\n serializedName: \"typeProperties.apiToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DataworldLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Dataworld\",\n type: {\n name: \"Composite\",\n className: \"DataworldLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n apiToken: {\n serializedName: \"typeProperties.apiToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AppFiguresLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AppFigures\",\n type: {\n name: \"Composite\",\n className: \"AppFiguresLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n userName: {\n serializedName: \"typeProperties.userName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n clientKey: {\n serializedName: \"typeProperties.clientKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n },\n },\n};\n\nexport const AsanaLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Asana\",\n type: {\n name: \"Composite\",\n className: \"AsanaLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n apiToken: {\n serializedName: \"typeProperties.apiToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const TwilioLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Twilio\",\n type: {\n name: \"Composite\",\n className: \"TwilioLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n userName: {\n serializedName: \"typeProperties.userName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n },\n },\n};\n\nexport const GoogleSheetsLinkedService: coreClient.CompositeMapper = {\n serializedName: \"GoogleSheets\",\n type: {\n name: \"Composite\",\n className: \"GoogleSheetsLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n apiToken: {\n serializedName: \"typeProperties.apiToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AmazonS3LinkedService: coreClient.CompositeMapper = {\n serializedName: \"AmazonS3\",\n type: {\n name: \"Composite\",\n className: \"AmazonS3LinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n type: {\n name: \"any\",\n },\n },\n accessKeyId: {\n serializedName: \"typeProperties.accessKeyId\",\n type: {\n name: \"any\",\n },\n },\n secretAccessKey: {\n serializedName: \"typeProperties.secretAccessKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n serviceUrl: {\n serializedName: \"typeProperties.serviceUrl\",\n type: {\n name: \"any\",\n },\n },\n sessionToken: {\n serializedName: \"typeProperties.sessionToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AmazonRedshiftLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AmazonRedshift\",\n type: {\n name: \"Composite\",\n className: \"AmazonRedshiftLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n server: {\n serializedName: \"typeProperties.server\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n database: {\n serializedName: \"typeProperties.database\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n port: {\n serializedName: \"typeProperties.port\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const CustomDataSourceLinkedService: coreClient.CompositeMapper = {\n serializedName: \"CustomDataSource\",\n type: {\n name: \"Composite\",\n className: \"CustomDataSourceLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n typeProperties: {\n serializedName: \"typeProperties\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureSearchLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AzureSearch\",\n type: {\n name: \"Composite\",\n className: \"AzureSearchLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n url: {\n serializedName: \"typeProperties.url\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n key: {\n serializedName: \"typeProperties.key\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const HttpLinkedService: coreClient.CompositeMapper = {\n serializedName: \"HttpServer\",\n type: {\n name: \"Composite\",\n className: \"HttpLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n url: {\n serializedName: \"typeProperties.url\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n type: {\n name: \"String\",\n },\n },\n userName: {\n serializedName: \"typeProperties.userName\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n embeddedCertData: {\n serializedName: \"typeProperties.embeddedCertData\",\n type: {\n name: \"any\",\n },\n },\n certThumbprint: {\n serializedName: \"typeProperties.certThumbprint\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n enableServerCertificateValidation: {\n serializedName: \"typeProperties.enableServerCertificateValidation\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const FtpServerLinkedService: coreClient.CompositeMapper = {\n serializedName: \"FtpServer\",\n type: {\n name: \"Composite\",\n className: \"FtpServerLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n host: {\n serializedName: \"typeProperties.host\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n port: {\n serializedName: \"typeProperties.port\",\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n type: {\n name: \"String\",\n },\n },\n userName: {\n serializedName: \"typeProperties.userName\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n enableSsl: {\n serializedName: \"typeProperties.enableSsl\",\n type: {\n name: \"any\",\n },\n },\n enableServerCertificateValidation: {\n serializedName: \"typeProperties.enableServerCertificateValidation\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SftpServerLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Sftp\",\n type: {\n name: \"Composite\",\n className: \"SftpServerLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n host: {\n serializedName: \"typeProperties.host\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n port: {\n serializedName: \"typeProperties.port\",\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n type: {\n name: \"String\",\n },\n },\n userName: {\n serializedName: \"typeProperties.userName\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n privateKeyPath: {\n serializedName: \"typeProperties.privateKeyPath\",\n type: {\n name: \"any\",\n },\n },\n privateKeyContent: {\n serializedName: \"typeProperties.privateKeyContent\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n passPhrase: {\n serializedName: \"typeProperties.passPhrase\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n skipHostKeyValidation: {\n serializedName: \"typeProperties.skipHostKeyValidation\",\n type: {\n name: \"any\",\n },\n },\n hostKeyFingerprint: {\n serializedName: \"typeProperties.hostKeyFingerprint\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SapBWLinkedService: coreClient.CompositeMapper = {\n serializedName: \"SapBW\",\n type: {\n name: \"Composite\",\n className: \"SapBWLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n server: {\n serializedName: \"typeProperties.server\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n systemNumber: {\n serializedName: \"typeProperties.systemNumber\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n clientId: {\n serializedName: \"typeProperties.clientId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n userName: {\n serializedName: \"typeProperties.userName\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SapHanaLinkedService: coreClient.CompositeMapper = {\n serializedName: \"SapHana\",\n type: {\n name: \"Composite\",\n className: \"SapHanaLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n type: {\n name: \"any\",\n },\n },\n server: {\n serializedName: \"typeProperties.server\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n type: {\n name: \"String\",\n },\n },\n userName: {\n serializedName: \"typeProperties.userName\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AmazonMWSLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AmazonMWS\",\n type: {\n name: \"Composite\",\n className: \"AmazonMWSLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n endpoint: {\n serializedName: \"typeProperties.endpoint\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n marketplaceID: {\n serializedName: \"typeProperties.marketplaceID\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n sellerID: {\n serializedName: \"typeProperties.sellerID\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n mwsAuthToken: {\n serializedName: \"typeProperties.mwsAuthToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n accessKeyId: {\n serializedName: \"typeProperties.accessKeyId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n secretKey: {\n serializedName: \"typeProperties.secretKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n useEncryptedEndpoints: {\n serializedName: \"typeProperties.useEncryptedEndpoints\",\n type: {\n name: \"any\",\n },\n },\n useHostVerification: {\n serializedName: \"typeProperties.useHostVerification\",\n type: {\n name: \"any\",\n },\n },\n usePeerVerification: {\n serializedName: \"typeProperties.usePeerVerification\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzurePostgreSqlLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AzurePostgreSql\",\n type: {\n name: \"Composite\",\n className: \"AzurePostgreSqlLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ConcurLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Concur\",\n type: {\n name: \"Composite\",\n className: \"ConcurLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionProperties: {\n serializedName: \"typeProperties.connectionProperties\",\n type: {\n name: \"any\",\n },\n },\n clientId: {\n serializedName: \"typeProperties.clientId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n useEncryptedEndpoints: {\n serializedName: \"typeProperties.useEncryptedEndpoints\",\n type: {\n name: \"any\",\n },\n },\n useHostVerification: {\n serializedName: \"typeProperties.useHostVerification\",\n type: {\n name: \"any\",\n },\n },\n usePeerVerification: {\n serializedName: \"typeProperties.usePeerVerification\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const CouchbaseLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Couchbase\",\n type: {\n name: \"Composite\",\n className: \"CouchbaseLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n type: {\n name: \"any\",\n },\n },\n credString: {\n serializedName: \"typeProperties.credString\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DrillLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Drill\",\n type: {\n name: \"Composite\",\n className: \"DrillLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n type: {\n name: \"any\",\n },\n },\n pwd: {\n serializedName: \"typeProperties.pwd\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const EloquaLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Eloqua\",\n type: {\n name: \"Composite\",\n className: \"EloquaLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n endpoint: {\n serializedName: \"typeProperties.endpoint\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n useEncryptedEndpoints: {\n serializedName: \"typeProperties.useEncryptedEndpoints\",\n type: {\n name: \"any\",\n },\n },\n useHostVerification: {\n serializedName: \"typeProperties.useHostVerification\",\n type: {\n name: \"any\",\n },\n },\n usePeerVerification: {\n serializedName: \"typeProperties.usePeerVerification\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const GoogleBigQueryLinkedService: coreClient.CompositeMapper = {\n serializedName: \"GoogleBigQuery\",\n type: {\n name: \"Composite\",\n className: \"GoogleBigQueryLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n project: {\n serializedName: \"typeProperties.project\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n additionalProjects: {\n serializedName: \"typeProperties.additionalProjects\",\n type: {\n name: \"any\",\n },\n },\n requestGoogleDriveScope: {\n serializedName: \"typeProperties.requestGoogleDriveScope\",\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n refreshToken: {\n serializedName: \"typeProperties.refreshToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n clientId: {\n serializedName: \"typeProperties.clientId\",\n type: {\n name: \"any\",\n },\n },\n clientSecret: {\n serializedName: \"typeProperties.clientSecret\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n email: {\n serializedName: \"typeProperties.email\",\n type: {\n name: \"any\",\n },\n },\n keyFilePath: {\n serializedName: \"typeProperties.keyFilePath\",\n type: {\n name: \"any\",\n },\n },\n trustedCertPath: {\n serializedName: \"typeProperties.trustedCertPath\",\n type: {\n name: \"any\",\n },\n },\n useSystemTrustStore: {\n serializedName: \"typeProperties.useSystemTrustStore\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const GoogleBigQueryV2LinkedService: coreClient.CompositeMapper = {\n serializedName: \"GoogleBigQueryV2\",\n type: {\n name: \"Composite\",\n className: \"GoogleBigQueryV2LinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n projectId: {\n serializedName: \"typeProperties.projectId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n clientId: {\n serializedName: \"typeProperties.clientId\",\n type: {\n name: \"any\",\n },\n },\n clientSecret: {\n serializedName: \"typeProperties.clientSecret\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n refreshToken: {\n serializedName: \"typeProperties.refreshToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n keyFileContent: {\n serializedName: \"typeProperties.keyFileContent\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GreenplumLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Greenplum\",\n type: {\n name: \"Composite\",\n className: \"GreenplumLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n type: {\n name: \"any\",\n },\n },\n pwd: {\n serializedName: \"typeProperties.pwd\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const HBaseLinkedService: coreClient.CompositeMapper = {\n serializedName: \"HBase\",\n type: {\n name: \"Composite\",\n className: \"HBaseLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n host: {\n serializedName: \"typeProperties.host\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n port: {\n serializedName: \"typeProperties.port\",\n type: {\n name: \"any\",\n },\n },\n httpPath: {\n serializedName: \"typeProperties.httpPath\",\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n enableSsl: {\n serializedName: \"typeProperties.enableSsl\",\n type: {\n name: \"any\",\n },\n },\n trustedCertPath: {\n serializedName: \"typeProperties.trustedCertPath\",\n type: {\n name: \"any\",\n },\n },\n allowHostNameCNMismatch: {\n serializedName: \"typeProperties.allowHostNameCNMismatch\",\n type: {\n name: \"any\",\n },\n },\n allowSelfSignedServerCert: {\n serializedName: \"typeProperties.allowSelfSignedServerCert\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const HiveLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Hive\",\n type: {\n name: \"Composite\",\n className: \"HiveLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n host: {\n serializedName: \"typeProperties.host\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n port: {\n serializedName: \"typeProperties.port\",\n type: {\n name: \"any\",\n },\n },\n serverType: {\n serializedName: \"typeProperties.serverType\",\n type: {\n name: \"String\",\n },\n },\n thriftTransportProtocol: {\n serializedName: \"typeProperties.thriftTransportProtocol\",\n type: {\n name: \"String\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n serviceDiscoveryMode: {\n serializedName: \"typeProperties.serviceDiscoveryMode\",\n type: {\n name: \"any\",\n },\n },\n zooKeeperNameSpace: {\n serializedName: \"typeProperties.zooKeeperNameSpace\",\n type: {\n name: \"any\",\n },\n },\n useNativeQuery: {\n serializedName: \"typeProperties.useNativeQuery\",\n type: {\n name: \"any\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n httpPath: {\n serializedName: \"typeProperties.httpPath\",\n type: {\n name: \"any\",\n },\n },\n enableSsl: {\n serializedName: \"typeProperties.enableSsl\",\n type: {\n name: \"any\",\n },\n },\n trustedCertPath: {\n serializedName: \"typeProperties.trustedCertPath\",\n type: {\n name: \"any\",\n },\n },\n useSystemTrustStore: {\n serializedName: \"typeProperties.useSystemTrustStore\",\n type: {\n name: \"any\",\n },\n },\n allowHostNameCNMismatch: {\n serializedName: \"typeProperties.allowHostNameCNMismatch\",\n type: {\n name: \"any\",\n },\n },\n allowSelfSignedServerCert: {\n serializedName: \"typeProperties.allowSelfSignedServerCert\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const HubspotLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Hubspot\",\n type: {\n name: \"Composite\",\n className: \"HubspotLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n clientId: {\n serializedName: \"typeProperties.clientId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n clientSecret: {\n serializedName: \"typeProperties.clientSecret\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n accessToken: {\n serializedName: \"typeProperties.accessToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n refreshToken: {\n serializedName: \"typeProperties.refreshToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n useEncryptedEndpoints: {\n serializedName: \"typeProperties.useEncryptedEndpoints\",\n type: {\n name: \"any\",\n },\n },\n useHostVerification: {\n serializedName: \"typeProperties.useHostVerification\",\n type: {\n name: \"any\",\n },\n },\n usePeerVerification: {\n serializedName: \"typeProperties.usePeerVerification\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ImpalaLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Impala\",\n type: {\n name: \"Composite\",\n className: \"ImpalaLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n host: {\n serializedName: \"typeProperties.host\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n port: {\n serializedName: \"typeProperties.port\",\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n enableSsl: {\n serializedName: \"typeProperties.enableSsl\",\n type: {\n name: \"any\",\n },\n },\n trustedCertPath: {\n serializedName: \"typeProperties.trustedCertPath\",\n type: {\n name: \"any\",\n },\n },\n useSystemTrustStore: {\n serializedName: \"typeProperties.useSystemTrustStore\",\n type: {\n name: \"any\",\n },\n },\n allowHostNameCNMismatch: {\n serializedName: \"typeProperties.allowHostNameCNMismatch\",\n type: {\n name: \"any\",\n },\n },\n allowSelfSignedServerCert: {\n serializedName: \"typeProperties.allowSelfSignedServerCert\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const JiraLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Jira\",\n type: {\n name: \"Composite\",\n className: \"JiraLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n host: {\n serializedName: \"typeProperties.host\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n port: {\n serializedName: \"typeProperties.port\",\n type: {\n name: \"any\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n useEncryptedEndpoints: {\n serializedName: \"typeProperties.useEncryptedEndpoints\",\n type: {\n name: \"any\",\n },\n },\n useHostVerification: {\n serializedName: \"typeProperties.useHostVerification\",\n type: {\n name: \"any\",\n },\n },\n usePeerVerification: {\n serializedName: \"typeProperties.usePeerVerification\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MagentoLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Magento\",\n type: {\n name: \"Composite\",\n className: \"MagentoLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n host: {\n serializedName: \"typeProperties.host\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n accessToken: {\n serializedName: \"typeProperties.accessToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n useEncryptedEndpoints: {\n serializedName: \"typeProperties.useEncryptedEndpoints\",\n type: {\n name: \"any\",\n },\n },\n useHostVerification: {\n serializedName: \"typeProperties.useHostVerification\",\n type: {\n name: \"any\",\n },\n },\n usePeerVerification: {\n serializedName: \"typeProperties.usePeerVerification\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MariaDBLinkedService: coreClient.CompositeMapper = {\n serializedName: \"MariaDB\",\n type: {\n name: \"Composite\",\n className: \"MariaDBLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n driverVersion: {\n serializedName: \"typeProperties.driverVersion\",\n type: {\n name: \"any\",\n },\n },\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n type: {\n name: \"any\",\n },\n },\n server: {\n serializedName: \"typeProperties.server\",\n type: {\n name: \"any\",\n },\n },\n port: {\n serializedName: \"typeProperties.port\",\n type: {\n name: \"any\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n type: {\n name: \"any\",\n },\n },\n database: {\n serializedName: \"typeProperties.database\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureMariaDBLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AzureMariaDB\",\n type: {\n name: \"Composite\",\n className: \"AzureMariaDBLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n type: {\n name: \"any\",\n },\n },\n pwd: {\n serializedName: \"typeProperties.pwd\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MarketoLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Marketo\",\n type: {\n name: \"Composite\",\n className: \"MarketoLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n endpoint: {\n serializedName: \"typeProperties.endpoint\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n clientId: {\n serializedName: \"typeProperties.clientId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n clientSecret: {\n serializedName: \"typeProperties.clientSecret\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n useEncryptedEndpoints: {\n serializedName: \"typeProperties.useEncryptedEndpoints\",\n type: {\n name: \"any\",\n },\n },\n useHostVerification: {\n serializedName: \"typeProperties.useHostVerification\",\n type: {\n name: \"any\",\n },\n },\n usePeerVerification: {\n serializedName: \"typeProperties.usePeerVerification\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const PaypalLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Paypal\",\n type: {\n name: \"Composite\",\n className: \"PaypalLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n host: {\n serializedName: \"typeProperties.host\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n clientId: {\n serializedName: \"typeProperties.clientId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n clientSecret: {\n serializedName: \"typeProperties.clientSecret\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n useEncryptedEndpoints: {\n serializedName: \"typeProperties.useEncryptedEndpoints\",\n type: {\n name: \"any\",\n },\n },\n useHostVerification: {\n serializedName: \"typeProperties.useHostVerification\",\n type: {\n name: \"any\",\n },\n },\n usePeerVerification: {\n serializedName: \"typeProperties.usePeerVerification\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const PhoenixLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Phoenix\",\n type: {\n name: \"Composite\",\n className: \"PhoenixLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n host: {\n serializedName: \"typeProperties.host\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n port: {\n serializedName: \"typeProperties.port\",\n type: {\n name: \"any\",\n },\n },\n httpPath: {\n serializedName: \"typeProperties.httpPath\",\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n enableSsl: {\n serializedName: \"typeProperties.enableSsl\",\n type: {\n name: \"any\",\n },\n },\n trustedCertPath: {\n serializedName: \"typeProperties.trustedCertPath\",\n type: {\n name: \"any\",\n },\n },\n useSystemTrustStore: {\n serializedName: \"typeProperties.useSystemTrustStore\",\n type: {\n name: \"any\",\n },\n },\n allowHostNameCNMismatch: {\n serializedName: \"typeProperties.allowHostNameCNMismatch\",\n type: {\n name: \"any\",\n },\n },\n allowSelfSignedServerCert: {\n serializedName: \"typeProperties.allowSelfSignedServerCert\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const PrestoLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Presto\",\n type: {\n name: \"Composite\",\n className: \"PrestoLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n host: {\n serializedName: \"typeProperties.host\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n serverVersion: {\n serializedName: \"typeProperties.serverVersion\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n catalog: {\n serializedName: \"typeProperties.catalog\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n port: {\n serializedName: \"typeProperties.port\",\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n enableSsl: {\n serializedName: \"typeProperties.enableSsl\",\n type: {\n name: \"any\",\n },\n },\n trustedCertPath: {\n serializedName: \"typeProperties.trustedCertPath\",\n type: {\n name: \"any\",\n },\n },\n useSystemTrustStore: {\n serializedName: \"typeProperties.useSystemTrustStore\",\n type: {\n name: \"any\",\n },\n },\n allowHostNameCNMismatch: {\n serializedName: \"typeProperties.allowHostNameCNMismatch\",\n type: {\n name: \"any\",\n },\n },\n allowSelfSignedServerCert: {\n serializedName: \"typeProperties.allowSelfSignedServerCert\",\n type: {\n name: \"any\",\n },\n },\n timeZoneID: {\n serializedName: \"typeProperties.timeZoneID\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const QuickBooksLinkedService: coreClient.CompositeMapper = {\n serializedName: \"QuickBooks\",\n type: {\n name: \"Composite\",\n className: \"QuickBooksLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionProperties: {\n serializedName: \"typeProperties.connectionProperties\",\n type: {\n name: \"any\",\n },\n },\n endpoint: {\n serializedName: \"typeProperties.endpoint\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n companyId: {\n serializedName: \"typeProperties.companyId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n consumerKey: {\n serializedName: \"typeProperties.consumerKey\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n consumerSecret: {\n serializedName: \"typeProperties.consumerSecret\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n accessToken: {\n serializedName: \"typeProperties.accessToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n accessTokenSecret: {\n serializedName: \"typeProperties.accessTokenSecret\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n useEncryptedEndpoints: {\n serializedName: \"typeProperties.useEncryptedEndpoints\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ServiceNowLinkedService: coreClient.CompositeMapper = {\n serializedName: \"ServiceNow\",\n type: {\n name: \"Composite\",\n className: \"ServiceNowLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n endpoint: {\n serializedName: \"typeProperties.endpoint\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n clientId: {\n serializedName: \"typeProperties.clientId\",\n type: {\n name: \"any\",\n },\n },\n clientSecret: {\n serializedName: \"typeProperties.clientSecret\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n useEncryptedEndpoints: {\n serializedName: \"typeProperties.useEncryptedEndpoints\",\n type: {\n name: \"any\",\n },\n },\n useHostVerification: {\n serializedName: \"typeProperties.useHostVerification\",\n type: {\n name: \"any\",\n },\n },\n usePeerVerification: {\n serializedName: \"typeProperties.usePeerVerification\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ShopifyLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Shopify\",\n type: {\n name: \"Composite\",\n className: \"ShopifyLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n host: {\n serializedName: \"typeProperties.host\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n accessToken: {\n serializedName: \"typeProperties.accessToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n useEncryptedEndpoints: {\n serializedName: \"typeProperties.useEncryptedEndpoints\",\n type: {\n name: \"any\",\n },\n },\n useHostVerification: {\n serializedName: \"typeProperties.useHostVerification\",\n type: {\n name: \"any\",\n },\n },\n usePeerVerification: {\n serializedName: \"typeProperties.usePeerVerification\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SparkLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Spark\",\n type: {\n name: \"Composite\",\n className: \"SparkLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n host: {\n serializedName: \"typeProperties.host\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n port: {\n serializedName: \"typeProperties.port\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n serverType: {\n serializedName: \"typeProperties.serverType\",\n type: {\n name: \"String\",\n },\n },\n thriftTransportProtocol: {\n serializedName: \"typeProperties.thriftTransportProtocol\",\n type: {\n name: \"String\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n httpPath: {\n serializedName: \"typeProperties.httpPath\",\n type: {\n name: \"any\",\n },\n },\n enableSsl: {\n serializedName: \"typeProperties.enableSsl\",\n type: {\n name: \"any\",\n },\n },\n trustedCertPath: {\n serializedName: \"typeProperties.trustedCertPath\",\n type: {\n name: \"any\",\n },\n },\n useSystemTrustStore: {\n serializedName: \"typeProperties.useSystemTrustStore\",\n type: {\n name: \"any\",\n },\n },\n allowHostNameCNMismatch: {\n serializedName: \"typeProperties.allowHostNameCNMismatch\",\n type: {\n name: \"any\",\n },\n },\n allowSelfSignedServerCert: {\n serializedName: \"typeProperties.allowSelfSignedServerCert\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SquareLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Square\",\n type: {\n name: \"Composite\",\n className: \"SquareLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionProperties: {\n serializedName: \"typeProperties.connectionProperties\",\n type: {\n name: \"any\",\n },\n },\n host: {\n serializedName: \"typeProperties.host\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n clientId: {\n serializedName: \"typeProperties.clientId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n clientSecret: {\n serializedName: \"typeProperties.clientSecret\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n redirectUri: {\n serializedName: \"typeProperties.redirectUri\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n useEncryptedEndpoints: {\n serializedName: \"typeProperties.useEncryptedEndpoints\",\n type: {\n name: \"any\",\n },\n },\n useHostVerification: {\n serializedName: \"typeProperties.useHostVerification\",\n type: {\n name: \"any\",\n },\n },\n usePeerVerification: {\n serializedName: \"typeProperties.usePeerVerification\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const XeroLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Xero\",\n type: {\n name: \"Composite\",\n className: \"XeroLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionProperties: {\n serializedName: \"typeProperties.connectionProperties\",\n type: {\n name: \"any\",\n },\n },\n host: {\n serializedName: \"typeProperties.host\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n consumerKey: {\n serializedName: \"typeProperties.consumerKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n privateKey: {\n serializedName: \"typeProperties.privateKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n useEncryptedEndpoints: {\n serializedName: \"typeProperties.useEncryptedEndpoints\",\n type: {\n name: \"any\",\n },\n },\n useHostVerification: {\n serializedName: \"typeProperties.useHostVerification\",\n type: {\n name: \"any\",\n },\n },\n usePeerVerification: {\n serializedName: \"typeProperties.usePeerVerification\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ZohoLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Zoho\",\n type: {\n name: \"Composite\",\n className: \"ZohoLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionProperties: {\n serializedName: \"typeProperties.connectionProperties\",\n type: {\n name: \"any\",\n },\n },\n endpoint: {\n serializedName: \"typeProperties.endpoint\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n accessToken: {\n serializedName: \"typeProperties.accessToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n useEncryptedEndpoints: {\n serializedName: \"typeProperties.useEncryptedEndpoints\",\n type: {\n name: \"any\",\n },\n },\n useHostVerification: {\n serializedName: \"typeProperties.useHostVerification\",\n type: {\n name: \"any\",\n },\n },\n usePeerVerification: {\n serializedName: \"typeProperties.usePeerVerification\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const VerticaLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Vertica\",\n type: {\n name: \"Composite\",\n className: \"VerticaLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n type: {\n name: \"any\",\n },\n },\n pwd: {\n serializedName: \"typeProperties.pwd\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const NetezzaLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Netezza\",\n type: {\n name: \"Composite\",\n className: \"NetezzaLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n type: {\n name: \"any\",\n },\n },\n pwd: {\n serializedName: \"typeProperties.pwd\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SalesforceMarketingCloudLinkedService: coreClient.CompositeMapper =\n {\n serializedName: \"SalesforceMarketingCloud\",\n type: {\n name: \"Composite\",\n className: \"SalesforceMarketingCloudLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionProperties: {\n serializedName: \"typeProperties.connectionProperties\",\n type: {\n name: \"any\",\n },\n },\n clientId: {\n serializedName: \"typeProperties.clientId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n clientSecret: {\n serializedName: \"typeProperties.clientSecret\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n useEncryptedEndpoints: {\n serializedName: \"typeProperties.useEncryptedEndpoints\",\n type: {\n name: \"any\",\n },\n },\n useHostVerification: {\n serializedName: \"typeProperties.useHostVerification\",\n type: {\n name: \"any\",\n },\n },\n usePeerVerification: {\n serializedName: \"typeProperties.usePeerVerification\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n };\n\nexport const HDInsightOnDemandLinkedService: coreClient.CompositeMapper = {\n serializedName: \"HDInsightOnDemand\",\n type: {\n name: \"Composite\",\n className: \"HDInsightOnDemandLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n clusterSize: {\n serializedName: \"typeProperties.clusterSize\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n timeToLive: {\n serializedName: \"typeProperties.timeToLive\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n version: {\n serializedName: \"typeProperties.version\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n linkedServiceName: {\n serializedName: \"typeProperties.linkedServiceName\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n hostSubscriptionId: {\n serializedName: \"typeProperties.hostSubscriptionId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n servicePrincipalId: {\n serializedName: \"typeProperties.servicePrincipalId\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalKey: {\n serializedName: \"typeProperties.servicePrincipalKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n tenant: {\n serializedName: \"typeProperties.tenant\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n clusterResourceGroup: {\n serializedName: \"typeProperties.clusterResourceGroup\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n clusterNamePrefix: {\n serializedName: \"typeProperties.clusterNamePrefix\",\n type: {\n name: \"any\",\n },\n },\n clusterUserName: {\n serializedName: \"typeProperties.clusterUserName\",\n type: {\n name: \"any\",\n },\n },\n clusterPassword: {\n serializedName: \"typeProperties.clusterPassword\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n clusterSshUserName: {\n serializedName: \"typeProperties.clusterSshUserName\",\n type: {\n name: \"any\",\n },\n },\n clusterSshPassword: {\n serializedName: \"typeProperties.clusterSshPassword\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n additionalLinkedServiceNames: {\n serializedName: \"typeProperties.additionalLinkedServiceNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n },\n },\n hcatalogLinkedServiceName: {\n serializedName: \"typeProperties.hcatalogLinkedServiceName\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n clusterType: {\n serializedName: \"typeProperties.clusterType\",\n type: {\n name: \"any\",\n },\n },\n sparkVersion: {\n serializedName: \"typeProperties.sparkVersion\",\n type: {\n name: \"any\",\n },\n },\n coreConfiguration: {\n serializedName: \"typeProperties.coreConfiguration\",\n type: {\n name: \"any\",\n },\n },\n hBaseConfiguration: {\n serializedName: \"typeProperties.hBaseConfiguration\",\n type: {\n name: \"any\",\n },\n },\n hdfsConfiguration: {\n serializedName: \"typeProperties.hdfsConfiguration\",\n type: {\n name: \"any\",\n },\n },\n hiveConfiguration: {\n serializedName: \"typeProperties.hiveConfiguration\",\n type: {\n name: \"any\",\n },\n },\n mapReduceConfiguration: {\n serializedName: \"typeProperties.mapReduceConfiguration\",\n type: {\n name: \"any\",\n },\n },\n oozieConfiguration: {\n serializedName: \"typeProperties.oozieConfiguration\",\n type: {\n name: \"any\",\n },\n },\n stormConfiguration: {\n serializedName: \"typeProperties.stormConfiguration\",\n type: {\n name: \"any\",\n },\n },\n yarnConfiguration: {\n serializedName: \"typeProperties.yarnConfiguration\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n headNodeSize: {\n serializedName: \"typeProperties.headNodeSize\",\n type: {\n name: \"any\",\n },\n },\n dataNodeSize: {\n serializedName: \"typeProperties.dataNodeSize\",\n type: {\n name: \"any\",\n },\n },\n zookeeperNodeSize: {\n serializedName: \"typeProperties.zookeeperNodeSize\",\n type: {\n name: \"any\",\n },\n },\n scriptActions: {\n serializedName: \"typeProperties.scriptActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScriptAction\",\n },\n },\n },\n },\n virtualNetworkId: {\n serializedName: \"typeProperties.virtualNetworkId\",\n type: {\n name: \"any\",\n },\n },\n subnetName: {\n serializedName: \"typeProperties.subnetName\",\n type: {\n name: \"any\",\n },\n },\n credential: {\n serializedName: \"typeProperties.credential\",\n type: {\n name: \"Composite\",\n className: \"CredentialReference\",\n },\n },\n },\n },\n};\n\nexport const AzureDataLakeAnalyticsLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AzureDataLakeAnalytics\",\n type: {\n name: \"Composite\",\n className: \"AzureDataLakeAnalyticsLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n accountName: {\n serializedName: \"typeProperties.accountName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n servicePrincipalId: {\n serializedName: \"typeProperties.servicePrincipalId\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalKey: {\n serializedName: \"typeProperties.servicePrincipalKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n tenant: {\n serializedName: \"typeProperties.tenant\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n subscriptionId: {\n serializedName: \"typeProperties.subscriptionId\",\n type: {\n name: \"any\",\n },\n },\n resourceGroupName: {\n serializedName: \"typeProperties.resourceGroupName\",\n type: {\n name: \"any\",\n },\n },\n dataLakeAnalyticsUri: {\n serializedName: \"typeProperties.dataLakeAnalyticsUri\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureDatabricksLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AzureDatabricks\",\n type: {\n name: \"Composite\",\n className: \"AzureDatabricksLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n domain: {\n serializedName: \"typeProperties.domain\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n accessToken: {\n serializedName: \"typeProperties.accessToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n authentication: {\n serializedName: \"typeProperties.authentication\",\n type: {\n name: \"any\",\n },\n },\n workspaceResourceId: {\n serializedName: \"typeProperties.workspaceResourceId\",\n type: {\n name: \"any\",\n },\n },\n existingClusterId: {\n serializedName: \"typeProperties.existingClusterId\",\n type: {\n name: \"any\",\n },\n },\n instancePoolId: {\n serializedName: \"typeProperties.instancePoolId\",\n type: {\n name: \"any\",\n },\n },\n newClusterVersion: {\n serializedName: \"typeProperties.newClusterVersion\",\n type: {\n name: \"any\",\n },\n },\n newClusterNumOfWorker: {\n serializedName: \"typeProperties.newClusterNumOfWorker\",\n type: {\n name: \"any\",\n },\n },\n newClusterNodeType: {\n serializedName: \"typeProperties.newClusterNodeType\",\n type: {\n name: \"any\",\n },\n },\n newClusterSparkConf: {\n serializedName: \"typeProperties.newClusterSparkConf\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n newClusterSparkEnvVars: {\n serializedName: \"typeProperties.newClusterSparkEnvVars\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n newClusterCustomTags: {\n serializedName: \"typeProperties.newClusterCustomTags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n newClusterLogDestination: {\n serializedName: \"typeProperties.newClusterLogDestination\",\n type: {\n name: \"any\",\n },\n },\n newClusterDriverNodeType: {\n serializedName: \"typeProperties.newClusterDriverNodeType\",\n type: {\n name: \"any\",\n },\n },\n newClusterInitScripts: {\n serializedName: \"typeProperties.newClusterInitScripts\",\n type: {\n name: \"any\",\n },\n },\n newClusterEnableElasticDisk: {\n serializedName: \"typeProperties.newClusterEnableElasticDisk\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n policyId: {\n serializedName: \"typeProperties.policyId\",\n type: {\n name: \"any\",\n },\n },\n credential: {\n serializedName: \"typeProperties.credential\",\n type: {\n name: \"Composite\",\n className: \"CredentialReference\",\n },\n },\n },\n },\n};\n\nexport const AzureDatabricksDeltaLakeLinkedService: coreClient.CompositeMapper =\n {\n serializedName: \"AzureDatabricksDeltaLake\",\n type: {\n name: \"Composite\",\n className: \"AzureDatabricksDeltaLakeLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n domain: {\n serializedName: \"typeProperties.domain\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n accessToken: {\n serializedName: \"typeProperties.accessToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n clusterId: {\n serializedName: \"typeProperties.clusterId\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n credential: {\n serializedName: \"typeProperties.credential\",\n type: {\n name: \"Composite\",\n className: \"CredentialReference\",\n },\n },\n },\n },\n };\n\nexport const ResponsysLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Responsys\",\n type: {\n name: \"Composite\",\n className: \"ResponsysLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n endpoint: {\n serializedName: \"typeProperties.endpoint\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n clientId: {\n serializedName: \"typeProperties.clientId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n clientSecret: {\n serializedName: \"typeProperties.clientSecret\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n useEncryptedEndpoints: {\n serializedName: \"typeProperties.useEncryptedEndpoints\",\n type: {\n name: \"any\",\n },\n },\n useHostVerification: {\n serializedName: \"typeProperties.useHostVerification\",\n type: {\n name: \"any\",\n },\n },\n usePeerVerification: {\n serializedName: \"typeProperties.usePeerVerification\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DynamicsAXLinkedService: coreClient.CompositeMapper = {\n serializedName: \"DynamicsAX\",\n type: {\n name: \"Composite\",\n className: \"DynamicsAXLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n url: {\n serializedName: \"typeProperties.url\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n servicePrincipalId: {\n serializedName: \"typeProperties.servicePrincipalId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n servicePrincipalKey: {\n serializedName: \"typeProperties.servicePrincipalKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n tenant: {\n serializedName: \"typeProperties.tenant\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n aadResourceId: {\n serializedName: \"typeProperties.aadResourceId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const OracleServiceCloudLinkedService: coreClient.CompositeMapper = {\n serializedName: \"OracleServiceCloud\",\n type: {\n name: \"Composite\",\n className: \"OracleServiceCloudLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n host: {\n serializedName: \"typeProperties.host\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n username: {\n serializedName: \"typeProperties.username\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n useEncryptedEndpoints: {\n serializedName: \"typeProperties.useEncryptedEndpoints\",\n type: {\n name: \"any\",\n },\n },\n useHostVerification: {\n serializedName: \"typeProperties.useHostVerification\",\n type: {\n name: \"any\",\n },\n },\n usePeerVerification: {\n serializedName: \"typeProperties.usePeerVerification\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const GoogleAdWordsLinkedService: coreClient.CompositeMapper = {\n serializedName: \"GoogleAdWords\",\n type: {\n name: \"Composite\",\n className: \"GoogleAdWordsLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionProperties: {\n serializedName: \"typeProperties.connectionProperties\",\n type: {\n name: \"any\",\n },\n },\n clientCustomerID: {\n serializedName: \"typeProperties.clientCustomerID\",\n type: {\n name: \"any\",\n },\n },\n developerToken: {\n serializedName: \"typeProperties.developerToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n type: {\n name: \"String\",\n },\n },\n refreshToken: {\n serializedName: \"typeProperties.refreshToken\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n clientId: {\n serializedName: \"typeProperties.clientId\",\n type: {\n name: \"any\",\n },\n },\n clientSecret: {\n serializedName: \"typeProperties.clientSecret\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n email: {\n serializedName: \"typeProperties.email\",\n type: {\n name: \"any\",\n },\n },\n keyFilePath: {\n serializedName: \"typeProperties.keyFilePath\",\n type: {\n name: \"any\",\n },\n },\n trustedCertPath: {\n serializedName: \"typeProperties.trustedCertPath\",\n type: {\n name: \"any\",\n },\n },\n useSystemTrustStore: {\n serializedName: \"typeProperties.useSystemTrustStore\",\n type: {\n name: \"any\",\n },\n },\n privateKey: {\n serializedName: \"typeProperties.privateKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n loginCustomerID: {\n serializedName: \"typeProperties.loginCustomerID\",\n type: {\n name: \"any\",\n },\n },\n googleAdsApiVersion: {\n serializedName: \"typeProperties.googleAdsApiVersion\",\n type: {\n name: \"any\",\n },\n },\n supportLegacyDataTypes: {\n serializedName: \"typeProperties.supportLegacyDataTypes\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SapTableLinkedService: coreClient.CompositeMapper = {\n serializedName: \"SapTable\",\n type: {\n name: \"Composite\",\n className: \"SapTableLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n server: {\n serializedName: \"typeProperties.server\",\n type: {\n name: \"any\",\n },\n },\n systemNumber: {\n serializedName: \"typeProperties.systemNumber\",\n type: {\n name: \"any\",\n },\n },\n clientId: {\n serializedName: \"typeProperties.clientId\",\n type: {\n name: \"any\",\n },\n },\n language: {\n serializedName: \"typeProperties.language\",\n type: {\n name: \"any\",\n },\n },\n systemId: {\n serializedName: \"typeProperties.systemId\",\n type: {\n name: \"any\",\n },\n },\n userName: {\n serializedName: \"typeProperties.userName\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n messageServer: {\n serializedName: \"typeProperties.messageServer\",\n type: {\n name: \"any\",\n },\n },\n messageServerService: {\n serializedName: \"typeProperties.messageServerService\",\n type: {\n name: \"any\",\n },\n },\n sncMode: {\n serializedName: \"typeProperties.sncMode\",\n type: {\n name: \"any\",\n },\n },\n sncMyName: {\n serializedName: \"typeProperties.sncMyName\",\n type: {\n name: \"any\",\n },\n },\n sncPartnerName: {\n serializedName: \"typeProperties.sncPartnerName\",\n type: {\n name: \"any\",\n },\n },\n sncLibraryPath: {\n serializedName: \"typeProperties.sncLibraryPath\",\n type: {\n name: \"any\",\n },\n },\n sncQop: {\n serializedName: \"typeProperties.sncQop\",\n type: {\n name: \"any\",\n },\n },\n logonGroup: {\n serializedName: \"typeProperties.logonGroup\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureDataExplorerLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AzureDataExplorer\",\n type: {\n name: \"Composite\",\n className: \"AzureDataExplorerLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n endpoint: {\n serializedName: \"typeProperties.endpoint\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n servicePrincipalId: {\n serializedName: \"typeProperties.servicePrincipalId\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalKey: {\n serializedName: \"typeProperties.servicePrincipalKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n database: {\n serializedName: \"typeProperties.database\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n tenant: {\n serializedName: \"typeProperties.tenant\",\n type: {\n name: \"any\",\n },\n },\n credential: {\n serializedName: \"typeProperties.credential\",\n type: {\n name: \"Composite\",\n className: \"CredentialReference\",\n },\n },\n },\n },\n};\n\nexport const AzureFunctionLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AzureFunction\",\n type: {\n name: \"Composite\",\n className: \"AzureFunctionLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n functionAppUrl: {\n serializedName: \"typeProperties.functionAppUrl\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n functionKey: {\n serializedName: \"typeProperties.functionKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n credential: {\n serializedName: \"typeProperties.credential\",\n type: {\n name: \"Composite\",\n className: \"CredentialReference\",\n },\n },\n resourceId: {\n serializedName: \"typeProperties.resourceId\",\n type: {\n name: \"any\",\n },\n },\n authentication: {\n serializedName: \"typeProperties.authentication\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SnowflakeLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Snowflake\",\n type: {\n name: \"Composite\",\n className: \"SnowflakeLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n connectionString: {\n serializedName: \"typeProperties.connectionString\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultSecretReference\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SnowflakeV2LinkedService: coreClient.CompositeMapper = {\n serializedName: \"SnowflakeV2\",\n type: {\n name: \"Composite\",\n className: \"SnowflakeV2LinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n accountIdentifier: {\n serializedName: \"typeProperties.accountIdentifier\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n user: {\n serializedName: \"typeProperties.user\",\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"typeProperties.password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n database: {\n serializedName: \"typeProperties.database\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n warehouse: {\n serializedName: \"typeProperties.warehouse\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n defaultValue: \"Basic\",\n serializedName: \"typeProperties.authenticationType\",\n type: {\n name: \"String\",\n },\n },\n clientId: {\n serializedName: \"typeProperties.clientId\",\n type: {\n name: \"any\",\n },\n },\n clientSecret: {\n serializedName: \"typeProperties.clientSecret\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n tenantId: {\n serializedName: \"typeProperties.tenantId\",\n type: {\n name: \"any\",\n },\n },\n scope: {\n serializedName: \"typeProperties.scope\",\n type: {\n name: \"any\",\n },\n },\n privateKey: {\n serializedName: \"typeProperties.privateKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n privateKeyPassphrase: {\n serializedName: \"typeProperties.privateKeyPassphrase\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SharePointOnlineListLinkedService: coreClient.CompositeMapper = {\n serializedName: \"SharePointOnlineList\",\n type: {\n name: \"Composite\",\n className: \"SharePointOnlineListLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n siteUrl: {\n serializedName: \"typeProperties.siteUrl\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n tenantId: {\n serializedName: \"typeProperties.tenantId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n servicePrincipalId: {\n serializedName: \"typeProperties.servicePrincipalId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n servicePrincipalKey: {\n serializedName: \"typeProperties.servicePrincipalKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureSynapseArtifactsLinkedService: coreClient.CompositeMapper = {\n serializedName: \"AzureSynapseArtifacts\",\n type: {\n name: \"Composite\",\n className: \"AzureSynapseArtifactsLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n endpoint: {\n serializedName: \"typeProperties.endpoint\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n authentication: {\n serializedName: \"typeProperties.authentication\",\n type: {\n name: \"any\",\n },\n },\n workspaceResourceId: {\n serializedName: \"typeProperties.workspaceResourceId\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const LakeHouseLinkedService: coreClient.CompositeMapper = {\n serializedName: \"LakeHouse\",\n type: {\n name: \"Composite\",\n className: \"LakeHouseLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n workspaceId: {\n serializedName: \"typeProperties.workspaceId\",\n type: {\n name: \"any\",\n },\n },\n artifactId: {\n serializedName: \"typeProperties.artifactId\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalId: {\n serializedName: \"typeProperties.servicePrincipalId\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalKey: {\n serializedName: \"typeProperties.servicePrincipalKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n tenant: {\n serializedName: \"typeProperties.tenant\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"String\",\n },\n },\n servicePrincipalCredentialType: {\n serializedName: \"typeProperties.servicePrincipalCredentialType\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalCredential: {\n serializedName: \"typeProperties.servicePrincipalCredential\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n },\n },\n};\n\nexport const PowerBIWorkspaceLinkedService: coreClient.CompositeMapper = {\n serializedName: \"PowerBIWorkspace\",\n type: {\n name: \"Composite\",\n className: \"PowerBIWorkspaceLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n workspaceId: {\n serializedName: \"typeProperties.workspaceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"typeProperties.tenantId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SalesforceV2LinkedService: coreClient.CompositeMapper = {\n serializedName: \"SalesforceV2\",\n type: {\n name: \"Composite\",\n className: \"SalesforceV2LinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n environmentUrl: {\n serializedName: \"typeProperties.environmentUrl\",\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n type: {\n name: \"any\",\n },\n },\n clientId: {\n serializedName: \"typeProperties.clientId\",\n type: {\n name: \"any\",\n },\n },\n clientSecret: {\n serializedName: \"typeProperties.clientSecret\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n apiVersion: {\n serializedName: \"typeProperties.apiVersion\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SalesforceServiceCloudV2LinkedService: coreClient.CompositeMapper =\n {\n serializedName: \"SalesforceServiceCloudV2\",\n type: {\n name: \"Composite\",\n className: \"SalesforceServiceCloudV2LinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n environmentUrl: {\n serializedName: \"typeProperties.environmentUrl\",\n type: {\n name: \"any\",\n },\n },\n authenticationType: {\n serializedName: \"typeProperties.authenticationType\",\n type: {\n name: \"any\",\n },\n },\n clientId: {\n serializedName: \"typeProperties.clientId\",\n type: {\n name: \"any\",\n },\n },\n clientSecret: {\n serializedName: \"typeProperties.clientSecret\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n apiVersion: {\n serializedName: \"typeProperties.apiVersion\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const WarehouseLinkedService: coreClient.CompositeMapper = {\n serializedName: \"Warehouse\",\n type: {\n name: \"Composite\",\n className: \"WarehouseLinkedService\",\n uberParent: \"LinkedService\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedService.type.modelProperties,\n artifactId: {\n serializedName: \"typeProperties.artifactId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n endpoint: {\n serializedName: \"typeProperties.endpoint\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n workspaceId: {\n serializedName: \"typeProperties.workspaceId\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalId: {\n serializedName: \"typeProperties.servicePrincipalId\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalKey: {\n serializedName: \"typeProperties.servicePrincipalKey\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n tenant: {\n serializedName: \"typeProperties.tenant\",\n type: {\n name: \"any\",\n },\n },\n encryptedCredential: {\n serializedName: \"typeProperties.encryptedCredential\",\n type: {\n name: \"String\",\n },\n },\n servicePrincipalCredentialType: {\n serializedName: \"typeProperties.servicePrincipalCredentialType\",\n type: {\n name: \"any\",\n },\n },\n servicePrincipalCredential: {\n serializedName: \"typeProperties.servicePrincipalCredential\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n },\n },\n};\n\nexport const ControlActivity: coreClient.CompositeMapper = {\n serializedName: \"Container\",\n type: {\n name: \"Composite\",\n className: \"ControlActivity\",\n uberParent: \"Activity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n ...Activity.type.modelProperties,\n },\n },\n};\n\nexport const ExecutionActivity: coreClient.CompositeMapper = {\n serializedName: \"Execution\",\n type: {\n name: \"Composite\",\n className: \"ExecutionActivity\",\n uberParent: \"Activity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n ...Activity.type.modelProperties,\n linkedServiceName: {\n serializedName: \"linkedServiceName\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n policy: {\n serializedName: \"policy\",\n type: {\n name: \"Composite\",\n className: \"ActivityPolicy\",\n },\n },\n },\n },\n};\n\nexport const SqlPoolStoredProcedureActivity: coreClient.CompositeMapper = {\n serializedName: \"SqlPoolStoredProcedure\",\n type: {\n name: \"Composite\",\n className: \"SqlPoolStoredProcedureActivity\",\n uberParent: \"Activity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Activity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Activity.type.modelProperties,\n sqlPool: {\n serializedName: \"sqlPool\",\n type: {\n name: \"Composite\",\n className: \"SqlPoolReference\",\n },\n },\n storedProcedureName: {\n serializedName: \"typeProperties.storedProcedureName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n storedProcedureParameters: {\n serializedName: \"typeProperties.storedProcedureParameters\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const RerunTumblingWindowTrigger: coreClient.CompositeMapper = {\n serializedName: \"RerunTumblingWindowTrigger\",\n type: {\n name: \"Composite\",\n className: \"RerunTumblingWindowTrigger\",\n uberParent: \"Trigger\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Trigger.type.polymorphicDiscriminator,\n modelProperties: {\n ...Trigger.type.modelProperties,\n parentTrigger: {\n serializedName: \"typeProperties.parentTrigger\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n requestedStartTime: {\n serializedName: \"typeProperties.requestedStartTime\",\n required: true,\n type: {\n name: \"DateTime\",\n },\n },\n requestedEndTime: {\n serializedName: \"typeProperties.requestedEndTime\",\n required: true,\n type: {\n name: \"DateTime\",\n },\n },\n rerunConcurrency: {\n constraints: {\n InclusiveMaximum: 50,\n InclusiveMinimum: 1,\n },\n serializedName: \"typeProperties.rerunConcurrency\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const MultiplePipelineTrigger: coreClient.CompositeMapper = {\n serializedName: \"MultiplePipelineTrigger\",\n type: {\n name: \"Composite\",\n className: \"MultiplePipelineTrigger\",\n uberParent: \"Trigger\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n ...Trigger.type.modelProperties,\n pipelines: {\n serializedName: \"pipelines\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TriggerPipelineReference\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const TumblingWindowTrigger: coreClient.CompositeMapper = {\n serializedName: \"TumblingWindowTrigger\",\n type: {\n name: \"Composite\",\n className: \"TumblingWindowTrigger\",\n uberParent: \"Trigger\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Trigger.type.polymorphicDiscriminator,\n modelProperties: {\n ...Trigger.type.modelProperties,\n pipeline: {\n serializedName: \"pipeline\",\n type: {\n name: \"Composite\",\n className: \"TriggerPipelineReference\",\n },\n },\n frequency: {\n serializedName: \"typeProperties.frequency\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n interval: {\n serializedName: \"typeProperties.interval\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n startTime: {\n serializedName: \"typeProperties.startTime\",\n required: true,\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"typeProperties.endTime\",\n type: {\n name: \"DateTime\",\n },\n },\n delay: {\n serializedName: \"typeProperties.delay\",\n type: {\n name: \"any\",\n },\n },\n maxConcurrency: {\n constraints: {\n InclusiveMaximum: 50,\n InclusiveMinimum: 1,\n },\n serializedName: \"typeProperties.maxConcurrency\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n retryPolicy: {\n serializedName: \"typeProperties.retryPolicy\",\n type: {\n name: \"Composite\",\n className: \"RetryPolicy\",\n },\n },\n dependsOn: {\n serializedName: \"typeProperties.dependsOn\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DependencyReference\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ChainingTrigger: coreClient.CompositeMapper = {\n serializedName: \"ChainingTrigger\",\n type: {\n name: \"Composite\",\n className: \"ChainingTrigger\",\n uberParent: \"Trigger\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: Trigger.type.polymorphicDiscriminator,\n modelProperties: {\n ...Trigger.type.modelProperties,\n pipeline: {\n serializedName: \"pipeline\",\n type: {\n name: \"Composite\",\n className: \"TriggerPipelineReference\",\n },\n },\n dependsOn: {\n serializedName: \"typeProperties.dependsOn\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PipelineReference\",\n },\n },\n },\n },\n runDimension: {\n serializedName: \"typeProperties.runDimension\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataFlowSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataFlowSource\",\n modelProperties: {\n ...Transformation.type.modelProperties,\n schemaLinkedService: {\n serializedName: \"schemaLinkedService\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n },\n },\n};\n\nexport const DataFlowSink: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataFlowSink\",\n modelProperties: {\n ...Transformation.type.modelProperties,\n schemaLinkedService: {\n serializedName: \"schemaLinkedService\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n rejectedDataLinkedService: {\n serializedName: \"rejectedDataLinkedService\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n },\n },\n};\n\nexport const AzureBlobStorageLocation: coreClient.CompositeMapper = {\n serializedName: \"AzureBlobStorageLocation\",\n type: {\n name: \"Composite\",\n className: \"AzureBlobStorageLocation\",\n uberParent: \"DatasetLocation\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: DatasetLocation.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatasetLocation.type.modelProperties,\n container: {\n serializedName: \"container\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureBlobFSLocation: coreClient.CompositeMapper = {\n serializedName: \"AzureBlobFSLocation\",\n type: {\n name: \"Composite\",\n className: \"AzureBlobFSLocation\",\n uberParent: \"DatasetLocation\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: DatasetLocation.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatasetLocation.type.modelProperties,\n fileSystem: {\n serializedName: \"fileSystem\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureDataLakeStoreLocation: coreClient.CompositeMapper = {\n serializedName: \"AzureDataLakeStoreLocation\",\n type: {\n name: \"Composite\",\n className: \"AzureDataLakeStoreLocation\",\n uberParent: \"DatasetLocation\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: DatasetLocation.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatasetLocation.type.modelProperties,\n },\n },\n};\n\nexport const AmazonS3Location: coreClient.CompositeMapper = {\n serializedName: \"AmazonS3Location\",\n type: {\n name: \"Composite\",\n className: \"AmazonS3Location\",\n uberParent: \"DatasetLocation\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: DatasetLocation.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatasetLocation.type.modelProperties,\n bucketName: {\n serializedName: \"bucketName\",\n type: {\n name: \"any\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const FileServerLocation: coreClient.CompositeMapper = {\n serializedName: \"FileServerLocation\",\n type: {\n name: \"Composite\",\n className: \"FileServerLocation\",\n uberParent: \"DatasetLocation\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: DatasetLocation.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatasetLocation.type.modelProperties,\n },\n },\n};\n\nexport const AzureFileStorageLocation: coreClient.CompositeMapper = {\n serializedName: \"AzureFileStorageLocation\",\n type: {\n name: \"Composite\",\n className: \"AzureFileStorageLocation\",\n uberParent: \"DatasetLocation\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: DatasetLocation.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatasetLocation.type.modelProperties,\n },\n },\n};\n\nexport const GoogleCloudStorageLocation: coreClient.CompositeMapper = {\n serializedName: \"GoogleCloudStorageLocation\",\n type: {\n name: \"Composite\",\n className: \"GoogleCloudStorageLocation\",\n uberParent: \"DatasetLocation\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: DatasetLocation.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatasetLocation.type.modelProperties,\n bucketName: {\n serializedName: \"bucketName\",\n type: {\n name: \"any\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const FtpServerLocation: coreClient.CompositeMapper = {\n serializedName: \"FtpServerLocation\",\n type: {\n name: \"Composite\",\n className: \"FtpServerLocation\",\n uberParent: \"DatasetLocation\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: DatasetLocation.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatasetLocation.type.modelProperties,\n },\n },\n};\n\nexport const SftpLocation: coreClient.CompositeMapper = {\n serializedName: \"SftpLocation\",\n type: {\n name: \"Composite\",\n className: \"SftpLocation\",\n uberParent: \"DatasetLocation\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: DatasetLocation.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatasetLocation.type.modelProperties,\n },\n },\n};\n\nexport const HttpServerLocation: coreClient.CompositeMapper = {\n serializedName: \"HttpServerLocation\",\n type: {\n name: \"Composite\",\n className: \"HttpServerLocation\",\n uberParent: \"DatasetLocation\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: DatasetLocation.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatasetLocation.type.modelProperties,\n relativeUrl: {\n serializedName: \"relativeUrl\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const HdfsLocation: coreClient.CompositeMapper = {\n serializedName: \"HdfsLocation\",\n type: {\n name: \"Composite\",\n className: \"HdfsLocation\",\n uberParent: \"DatasetLocation\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: DatasetLocation.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatasetLocation.type.modelProperties,\n },\n },\n};\n\nexport const LakeHouseLocation: coreClient.CompositeMapper = {\n serializedName: \"LakeHouseLocation\",\n type: {\n name: \"Composite\",\n className: \"LakeHouseLocation\",\n uberParent: \"DatasetLocation\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: DatasetLocation.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatasetLocation.type.modelProperties,\n },\n },\n};\n\nexport const TextFormat: coreClient.CompositeMapper = {\n serializedName: \"TextFormat\",\n type: {\n name: \"Composite\",\n className: \"TextFormat\",\n uberParent: \"DatasetStorageFormat\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator:\n DatasetStorageFormat.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatasetStorageFormat.type.modelProperties,\n columnDelimiter: {\n serializedName: \"columnDelimiter\",\n type: {\n name: \"any\",\n },\n },\n rowDelimiter: {\n serializedName: \"rowDelimiter\",\n type: {\n name: \"any\",\n },\n },\n escapeChar: {\n serializedName: \"escapeChar\",\n type: {\n name: \"any\",\n },\n },\n quoteChar: {\n serializedName: \"quoteChar\",\n type: {\n name: \"any\",\n },\n },\n nullValue: {\n serializedName: \"nullValue\",\n type: {\n name: \"any\",\n },\n },\n encodingName: {\n serializedName: \"encodingName\",\n type: {\n name: \"any\",\n },\n },\n treatEmptyAsNull: {\n serializedName: \"treatEmptyAsNull\",\n type: {\n name: \"any\",\n },\n },\n skipLineCount: {\n serializedName: \"skipLineCount\",\n type: {\n name: \"any\",\n },\n },\n firstRowAsHeader: {\n serializedName: \"firstRowAsHeader\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const JsonFormat: coreClient.CompositeMapper = {\n serializedName: \"JsonFormat\",\n type: {\n name: \"Composite\",\n className: \"JsonFormat\",\n uberParent: \"DatasetStorageFormat\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator:\n DatasetStorageFormat.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatasetStorageFormat.type.modelProperties,\n filePattern: {\n serializedName: \"filePattern\",\n type: {\n name: \"any\",\n },\n },\n nestingSeparator: {\n serializedName: \"nestingSeparator\",\n type: {\n name: \"any\",\n },\n },\n encodingName: {\n serializedName: \"encodingName\",\n type: {\n name: \"any\",\n },\n },\n jsonNodeReference: {\n serializedName: \"jsonNodeReference\",\n type: {\n name: \"any\",\n },\n },\n jsonPathDefinition: {\n serializedName: \"jsonPathDefinition\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AvroFormat: coreClient.CompositeMapper = {\n serializedName: \"AvroFormat\",\n type: {\n name: \"Composite\",\n className: \"AvroFormat\",\n uberParent: \"DatasetStorageFormat\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator:\n DatasetStorageFormat.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatasetStorageFormat.type.modelProperties,\n },\n },\n};\n\nexport const OrcFormat: coreClient.CompositeMapper = {\n serializedName: \"OrcFormat\",\n type: {\n name: \"Composite\",\n className: \"OrcFormat\",\n uberParent: \"DatasetStorageFormat\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator:\n DatasetStorageFormat.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatasetStorageFormat.type.modelProperties,\n },\n },\n};\n\nexport const ParquetFormat: coreClient.CompositeMapper = {\n serializedName: \"ParquetFormat\",\n type: {\n name: \"Composite\",\n className: \"ParquetFormat\",\n uberParent: \"DatasetStorageFormat\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator:\n DatasetStorageFormat.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatasetStorageFormat.type.modelProperties,\n },\n },\n};\n\nexport const WebAnonymousAuthentication: coreClient.CompositeMapper = {\n serializedName: \"Anonymous\",\n type: {\n name: \"Composite\",\n className: \"WebAnonymousAuthentication\",\n uberParent: \"WebLinkedServiceTypeProperties\",\n polymorphicDiscriminator:\n WebLinkedServiceTypeProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...WebLinkedServiceTypeProperties.type.modelProperties,\n },\n },\n};\n\nexport const WebBasicAuthentication: coreClient.CompositeMapper = {\n serializedName: \"Basic\",\n type: {\n name: \"Composite\",\n className: \"WebBasicAuthentication\",\n uberParent: \"WebLinkedServiceTypeProperties\",\n polymorphicDiscriminator:\n WebLinkedServiceTypeProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...WebLinkedServiceTypeProperties.type.modelProperties,\n username: {\n serializedName: \"username\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n },\n },\n};\n\nexport const WebClientCertificateAuthentication: coreClient.CompositeMapper = {\n serializedName: \"ClientCertificate\",\n type: {\n name: \"Composite\",\n className: \"WebClientCertificateAuthentication\",\n uberParent: \"WebLinkedServiceTypeProperties\",\n polymorphicDiscriminator:\n WebLinkedServiceTypeProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...WebLinkedServiceTypeProperties.type.modelProperties,\n pfx: {\n serializedName: \"pfx\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"Composite\",\n className: \"SecretBase\",\n },\n },\n },\n },\n};\n\nexport const AzureBlobStorageReadSettings: coreClient.CompositeMapper = {\n serializedName: \"AzureBlobStorageReadSettings\",\n type: {\n name: \"Composite\",\n className: \"AzureBlobStorageReadSettings\",\n uberParent: \"StoreReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: StoreReadSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...StoreReadSettings.type.modelProperties,\n recursive: {\n serializedName: \"recursive\",\n type: {\n name: \"any\",\n },\n },\n wildcardFolderPath: {\n serializedName: \"wildcardFolderPath\",\n type: {\n name: \"any\",\n },\n },\n wildcardFileName: {\n serializedName: \"wildcardFileName\",\n type: {\n name: \"any\",\n },\n },\n prefix: {\n serializedName: \"prefix\",\n type: {\n name: \"any\",\n },\n },\n fileListPath: {\n serializedName: \"fileListPath\",\n type: {\n name: \"any\",\n },\n },\n enablePartitionDiscovery: {\n serializedName: \"enablePartitionDiscovery\",\n type: {\n name: \"any\",\n },\n },\n partitionRootPath: {\n serializedName: \"partitionRootPath\",\n type: {\n name: \"any\",\n },\n },\n deleteFilesAfterCompletion: {\n serializedName: \"deleteFilesAfterCompletion\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeStart: {\n serializedName: \"modifiedDatetimeStart\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeEnd: {\n serializedName: \"modifiedDatetimeEnd\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureBlobFSReadSettings: coreClient.CompositeMapper = {\n serializedName: \"AzureBlobFSReadSettings\",\n type: {\n name: \"Composite\",\n className: \"AzureBlobFSReadSettings\",\n uberParent: \"StoreReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: StoreReadSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...StoreReadSettings.type.modelProperties,\n recursive: {\n serializedName: \"recursive\",\n type: {\n name: \"any\",\n },\n },\n wildcardFolderPath: {\n serializedName: \"wildcardFolderPath\",\n type: {\n name: \"any\",\n },\n },\n wildcardFileName: {\n serializedName: \"wildcardFileName\",\n type: {\n name: \"any\",\n },\n },\n fileListPath: {\n serializedName: \"fileListPath\",\n type: {\n name: \"any\",\n },\n },\n enablePartitionDiscovery: {\n serializedName: \"enablePartitionDiscovery\",\n type: {\n name: \"any\",\n },\n },\n partitionRootPath: {\n serializedName: \"partitionRootPath\",\n type: {\n name: \"any\",\n },\n },\n deleteFilesAfterCompletion: {\n serializedName: \"deleteFilesAfterCompletion\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeStart: {\n serializedName: \"modifiedDatetimeStart\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeEnd: {\n serializedName: \"modifiedDatetimeEnd\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureDataLakeStoreReadSettings: coreClient.CompositeMapper = {\n serializedName: \"AzureDataLakeStoreReadSettings\",\n type: {\n name: \"Composite\",\n className: \"AzureDataLakeStoreReadSettings\",\n uberParent: \"StoreReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: StoreReadSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...StoreReadSettings.type.modelProperties,\n recursive: {\n serializedName: \"recursive\",\n type: {\n name: \"any\",\n },\n },\n wildcardFolderPath: {\n serializedName: \"wildcardFolderPath\",\n type: {\n name: \"any\",\n },\n },\n wildcardFileName: {\n serializedName: \"wildcardFileName\",\n type: {\n name: \"any\",\n },\n },\n fileListPath: {\n serializedName: \"fileListPath\",\n type: {\n name: \"any\",\n },\n },\n listAfter: {\n serializedName: \"listAfter\",\n type: {\n name: \"any\",\n },\n },\n listBefore: {\n serializedName: \"listBefore\",\n type: {\n name: \"any\",\n },\n },\n enablePartitionDiscovery: {\n serializedName: \"enablePartitionDiscovery\",\n type: {\n name: \"any\",\n },\n },\n partitionRootPath: {\n serializedName: \"partitionRootPath\",\n type: {\n name: \"any\",\n },\n },\n deleteFilesAfterCompletion: {\n serializedName: \"deleteFilesAfterCompletion\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeStart: {\n serializedName: \"modifiedDatetimeStart\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeEnd: {\n serializedName: \"modifiedDatetimeEnd\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AmazonS3ReadSettings: coreClient.CompositeMapper = {\n serializedName: \"AmazonS3ReadSettings\",\n type: {\n name: \"Composite\",\n className: \"AmazonS3ReadSettings\",\n uberParent: \"StoreReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: StoreReadSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...StoreReadSettings.type.modelProperties,\n recursive: {\n serializedName: \"recursive\",\n type: {\n name: \"any\",\n },\n },\n wildcardFolderPath: {\n serializedName: \"wildcardFolderPath\",\n type: {\n name: \"any\",\n },\n },\n wildcardFileName: {\n serializedName: \"wildcardFileName\",\n type: {\n name: \"any\",\n },\n },\n prefix: {\n serializedName: \"prefix\",\n type: {\n name: \"any\",\n },\n },\n fileListPath: {\n serializedName: \"fileListPath\",\n type: {\n name: \"any\",\n },\n },\n enablePartitionDiscovery: {\n serializedName: \"enablePartitionDiscovery\",\n type: {\n name: \"any\",\n },\n },\n partitionRootPath: {\n serializedName: \"partitionRootPath\",\n type: {\n name: \"any\",\n },\n },\n deleteFilesAfterCompletion: {\n serializedName: \"deleteFilesAfterCompletion\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeStart: {\n serializedName: \"modifiedDatetimeStart\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeEnd: {\n serializedName: \"modifiedDatetimeEnd\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const FileServerReadSettings: coreClient.CompositeMapper = {\n serializedName: \"FileServerReadSettings\",\n type: {\n name: \"Composite\",\n className: \"FileServerReadSettings\",\n uberParent: \"StoreReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: StoreReadSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...StoreReadSettings.type.modelProperties,\n recursive: {\n serializedName: \"recursive\",\n type: {\n name: \"any\",\n },\n },\n wildcardFolderPath: {\n serializedName: \"wildcardFolderPath\",\n type: {\n name: \"any\",\n },\n },\n wildcardFileName: {\n serializedName: \"wildcardFileName\",\n type: {\n name: \"any\",\n },\n },\n fileListPath: {\n serializedName: \"fileListPath\",\n type: {\n name: \"any\",\n },\n },\n enablePartitionDiscovery: {\n serializedName: \"enablePartitionDiscovery\",\n type: {\n name: \"any\",\n },\n },\n partitionRootPath: {\n serializedName: \"partitionRootPath\",\n type: {\n name: \"any\",\n },\n },\n deleteFilesAfterCompletion: {\n serializedName: \"deleteFilesAfterCompletion\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeStart: {\n serializedName: \"modifiedDatetimeStart\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeEnd: {\n serializedName: \"modifiedDatetimeEnd\",\n type: {\n name: \"any\",\n },\n },\n fileFilter: {\n serializedName: \"fileFilter\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureFileStorageReadSettings: coreClient.CompositeMapper = {\n serializedName: \"AzureFileStorageReadSettings\",\n type: {\n name: \"Composite\",\n className: \"AzureFileStorageReadSettings\",\n uberParent: \"StoreReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: StoreReadSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...StoreReadSettings.type.modelProperties,\n recursive: {\n serializedName: \"recursive\",\n type: {\n name: \"any\",\n },\n },\n wildcardFolderPath: {\n serializedName: \"wildcardFolderPath\",\n type: {\n name: \"any\",\n },\n },\n wildcardFileName: {\n serializedName: \"wildcardFileName\",\n type: {\n name: \"any\",\n },\n },\n prefix: {\n serializedName: \"prefix\",\n type: {\n name: \"any\",\n },\n },\n fileListPath: {\n serializedName: \"fileListPath\",\n type: {\n name: \"any\",\n },\n },\n enablePartitionDiscovery: {\n serializedName: \"enablePartitionDiscovery\",\n type: {\n name: \"any\",\n },\n },\n partitionRootPath: {\n serializedName: \"partitionRootPath\",\n type: {\n name: \"any\",\n },\n },\n deleteFilesAfterCompletion: {\n serializedName: \"deleteFilesAfterCompletion\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeStart: {\n serializedName: \"modifiedDatetimeStart\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeEnd: {\n serializedName: \"modifiedDatetimeEnd\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const GoogleCloudStorageReadSettings: coreClient.CompositeMapper = {\n serializedName: \"GoogleCloudStorageReadSettings\",\n type: {\n name: \"Composite\",\n className: \"GoogleCloudStorageReadSettings\",\n uberParent: \"StoreReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: StoreReadSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...StoreReadSettings.type.modelProperties,\n recursive: {\n serializedName: \"recursive\",\n type: {\n name: \"any\",\n },\n },\n wildcardFolderPath: {\n serializedName: \"wildcardFolderPath\",\n type: {\n name: \"any\",\n },\n },\n wildcardFileName: {\n serializedName: \"wildcardFileName\",\n type: {\n name: \"any\",\n },\n },\n prefix: {\n serializedName: \"prefix\",\n type: {\n name: \"any\",\n },\n },\n fileListPath: {\n serializedName: \"fileListPath\",\n type: {\n name: \"any\",\n },\n },\n enablePartitionDiscovery: {\n serializedName: \"enablePartitionDiscovery\",\n type: {\n name: \"any\",\n },\n },\n partitionRootPath: {\n serializedName: \"partitionRootPath\",\n type: {\n name: \"any\",\n },\n },\n deleteFilesAfterCompletion: {\n serializedName: \"deleteFilesAfterCompletion\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeStart: {\n serializedName: \"modifiedDatetimeStart\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeEnd: {\n serializedName: \"modifiedDatetimeEnd\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const FtpReadSettings: coreClient.CompositeMapper = {\n serializedName: \"FtpReadSettings\",\n type: {\n name: \"Composite\",\n className: \"FtpReadSettings\",\n uberParent: \"StoreReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: StoreReadSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...StoreReadSettings.type.modelProperties,\n recursive: {\n serializedName: \"recursive\",\n type: {\n name: \"any\",\n },\n },\n wildcardFolderPath: {\n serializedName: \"wildcardFolderPath\",\n type: {\n name: \"any\",\n },\n },\n wildcardFileName: {\n serializedName: \"wildcardFileName\",\n type: {\n name: \"any\",\n },\n },\n enablePartitionDiscovery: {\n serializedName: \"enablePartitionDiscovery\",\n type: {\n name: \"any\",\n },\n },\n partitionRootPath: {\n serializedName: \"partitionRootPath\",\n type: {\n name: \"any\",\n },\n },\n deleteFilesAfterCompletion: {\n serializedName: \"deleteFilesAfterCompletion\",\n type: {\n name: \"any\",\n },\n },\n fileListPath: {\n serializedName: \"fileListPath\",\n type: {\n name: \"any\",\n },\n },\n useBinaryTransfer: {\n serializedName: \"useBinaryTransfer\",\n type: {\n name: \"any\",\n },\n },\n disableChunking: {\n serializedName: \"disableChunking\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SftpReadSettings: coreClient.CompositeMapper = {\n serializedName: \"SftpReadSettings\",\n type: {\n name: \"Composite\",\n className: \"SftpReadSettings\",\n uberParent: \"StoreReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: StoreReadSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...StoreReadSettings.type.modelProperties,\n recursive: {\n serializedName: \"recursive\",\n type: {\n name: \"any\",\n },\n },\n wildcardFolderPath: {\n serializedName: \"wildcardFolderPath\",\n type: {\n name: \"any\",\n },\n },\n wildcardFileName: {\n serializedName: \"wildcardFileName\",\n type: {\n name: \"any\",\n },\n },\n enablePartitionDiscovery: {\n serializedName: \"enablePartitionDiscovery\",\n type: {\n name: \"any\",\n },\n },\n partitionRootPath: {\n serializedName: \"partitionRootPath\",\n type: {\n name: \"any\",\n },\n },\n fileListPath: {\n serializedName: \"fileListPath\",\n type: {\n name: \"any\",\n },\n },\n deleteFilesAfterCompletion: {\n serializedName: \"deleteFilesAfterCompletion\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeStart: {\n serializedName: \"modifiedDatetimeStart\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeEnd: {\n serializedName: \"modifiedDatetimeEnd\",\n type: {\n name: \"any\",\n },\n },\n disableChunking: {\n serializedName: \"disableChunking\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const HttpReadSettings: coreClient.CompositeMapper = {\n serializedName: \"HttpReadSettings\",\n type: {\n name: \"Composite\",\n className: \"HttpReadSettings\",\n uberParent: \"StoreReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: StoreReadSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...StoreReadSettings.type.modelProperties,\n requestMethod: {\n serializedName: \"requestMethod\",\n type: {\n name: \"any\",\n },\n },\n requestBody: {\n serializedName: \"requestBody\",\n type: {\n name: \"any\",\n },\n },\n additionalHeaders: {\n serializedName: \"additionalHeaders\",\n type: {\n name: \"any\",\n },\n },\n requestTimeout: {\n serializedName: \"requestTimeout\",\n type: {\n name: \"any\",\n },\n },\n enablePartitionDiscovery: {\n serializedName: \"enablePartitionDiscovery\",\n type: {\n name: \"any\",\n },\n },\n partitionRootPath: {\n serializedName: \"partitionRootPath\",\n type: {\n name: \"any\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const HdfsReadSettings: coreClient.CompositeMapper = {\n serializedName: \"HdfsReadSettings\",\n type: {\n name: \"Composite\",\n className: \"HdfsReadSettings\",\n uberParent: \"StoreReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: StoreReadSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...StoreReadSettings.type.modelProperties,\n recursive: {\n serializedName: \"recursive\",\n type: {\n name: \"any\",\n },\n },\n wildcardFolderPath: {\n serializedName: \"wildcardFolderPath\",\n type: {\n name: \"any\",\n },\n },\n wildcardFileName: {\n serializedName: \"wildcardFileName\",\n type: {\n name: \"any\",\n },\n },\n fileListPath: {\n serializedName: \"fileListPath\",\n type: {\n name: \"any\",\n },\n },\n enablePartitionDiscovery: {\n serializedName: \"enablePartitionDiscovery\",\n type: {\n name: \"any\",\n },\n },\n partitionRootPath: {\n serializedName: \"partitionRootPath\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeStart: {\n serializedName: \"modifiedDatetimeStart\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeEnd: {\n serializedName: \"modifiedDatetimeEnd\",\n type: {\n name: \"any\",\n },\n },\n distcpSettings: {\n serializedName: \"distcpSettings\",\n type: {\n name: \"Composite\",\n className: \"DistcpSettings\",\n },\n },\n deleteFilesAfterCompletion: {\n serializedName: \"deleteFilesAfterCompletion\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const LakeHouseReadSettings: coreClient.CompositeMapper = {\n serializedName: \"LakeHouseReadSettings\",\n type: {\n name: \"Composite\",\n className: \"LakeHouseReadSettings\",\n uberParent: \"StoreReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: StoreReadSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...StoreReadSettings.type.modelProperties,\n recursive: {\n serializedName: \"recursive\",\n type: {\n name: \"any\",\n },\n },\n wildcardFolderPath: {\n serializedName: \"wildcardFolderPath\",\n type: {\n name: \"any\",\n },\n },\n wildcardFileName: {\n serializedName: \"wildcardFileName\",\n type: {\n name: \"any\",\n },\n },\n fileListPath: {\n serializedName: \"fileListPath\",\n type: {\n name: \"any\",\n },\n },\n enablePartitionDiscovery: {\n serializedName: \"enablePartitionDiscovery\",\n type: {\n name: \"any\",\n },\n },\n partitionRootPath: {\n serializedName: \"partitionRootPath\",\n type: {\n name: \"any\",\n },\n },\n deleteFilesAfterCompletion: {\n serializedName: \"deleteFilesAfterCompletion\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeStart: {\n serializedName: \"modifiedDatetimeStart\",\n type: {\n name: \"any\",\n },\n },\n modifiedDatetimeEnd: {\n serializedName: \"modifiedDatetimeEnd\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SftpWriteSettings: coreClient.CompositeMapper = {\n serializedName: \"SftpWriteSettings\",\n type: {\n name: \"Composite\",\n className: \"SftpWriteSettings\",\n uberParent: \"StoreWriteSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: StoreWriteSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...StoreWriteSettings.type.modelProperties,\n operationTimeout: {\n serializedName: \"operationTimeout\",\n type: {\n name: \"any\",\n },\n },\n useTempFileRename: {\n serializedName: \"useTempFileRename\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureBlobStorageWriteSettings: coreClient.CompositeMapper = {\n serializedName: \"AzureBlobStorageWriteSettings\",\n type: {\n name: \"Composite\",\n className: \"AzureBlobStorageWriteSettings\",\n uberParent: \"StoreWriteSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: StoreWriteSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...StoreWriteSettings.type.modelProperties,\n blockSizeInMB: {\n serializedName: \"blockSizeInMB\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureBlobFSWriteSettings: coreClient.CompositeMapper = {\n serializedName: \"AzureBlobFSWriteSettings\",\n type: {\n name: \"Composite\",\n className: \"AzureBlobFSWriteSettings\",\n uberParent: \"StoreWriteSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: StoreWriteSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...StoreWriteSettings.type.modelProperties,\n blockSizeInMB: {\n serializedName: \"blockSizeInMB\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureDataLakeStoreWriteSettings: coreClient.CompositeMapper = {\n serializedName: \"AzureDataLakeStoreWriteSettings\",\n type: {\n name: \"Composite\",\n className: \"AzureDataLakeStoreWriteSettings\",\n uberParent: \"StoreWriteSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: StoreWriteSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...StoreWriteSettings.type.modelProperties,\n expiryDateTime: {\n serializedName: \"expiryDateTime\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const FileServerWriteSettings: coreClient.CompositeMapper = {\n serializedName: \"FileServerWriteSettings\",\n type: {\n name: \"Composite\",\n className: \"FileServerWriteSettings\",\n uberParent: \"StoreWriteSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: StoreWriteSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...StoreWriteSettings.type.modelProperties,\n },\n },\n};\n\nexport const AzureFileStorageWriteSettings: coreClient.CompositeMapper = {\n serializedName: \"AzureFileStorageWriteSettings\",\n type: {\n name: \"Composite\",\n className: \"AzureFileStorageWriteSettings\",\n uberParent: \"StoreWriteSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: StoreWriteSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...StoreWriteSettings.type.modelProperties,\n },\n },\n};\n\nexport const LakeHouseWriteSettings: coreClient.CompositeMapper = {\n serializedName: \"LakeHouseWriteSettings\",\n type: {\n name: \"Composite\",\n className: \"LakeHouseWriteSettings\",\n uberParent: \"StoreWriteSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: StoreWriteSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...StoreWriteSettings.type.modelProperties,\n },\n },\n};\n\nexport const ParquetReadSettings: coreClient.CompositeMapper = {\n serializedName: \"ParquetReadSettings\",\n type: {\n name: \"Composite\",\n className: \"ParquetReadSettings\",\n uberParent: \"FormatReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: FormatReadSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...FormatReadSettings.type.modelProperties,\n compressionProperties: {\n serializedName: \"compressionProperties\",\n type: {\n name: \"Composite\",\n className: \"CompressionReadSettings\",\n },\n },\n },\n },\n};\n\nexport const DelimitedTextReadSettings: coreClient.CompositeMapper = {\n serializedName: \"DelimitedTextReadSettings\",\n type: {\n name: \"Composite\",\n className: \"DelimitedTextReadSettings\",\n uberParent: \"FormatReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: FormatReadSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...FormatReadSettings.type.modelProperties,\n skipLineCount: {\n serializedName: \"skipLineCount\",\n type: {\n name: \"any\",\n },\n },\n compressionProperties: {\n serializedName: \"compressionProperties\",\n type: {\n name: \"Composite\",\n className: \"CompressionReadSettings\",\n },\n },\n },\n },\n};\n\nexport const JsonReadSettings: coreClient.CompositeMapper = {\n serializedName: \"JsonReadSettings\",\n type: {\n name: \"Composite\",\n className: \"JsonReadSettings\",\n uberParent: \"FormatReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: FormatReadSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...FormatReadSettings.type.modelProperties,\n compressionProperties: {\n serializedName: \"compressionProperties\",\n type: {\n name: \"Composite\",\n className: \"CompressionReadSettings\",\n },\n },\n },\n },\n};\n\nexport const XmlReadSettings: coreClient.CompositeMapper = {\n serializedName: \"XmlReadSettings\",\n type: {\n name: \"Composite\",\n className: \"XmlReadSettings\",\n uberParent: \"FormatReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: FormatReadSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...FormatReadSettings.type.modelProperties,\n compressionProperties: {\n serializedName: \"compressionProperties\",\n type: {\n name: \"Composite\",\n className: \"CompressionReadSettings\",\n },\n },\n validationMode: {\n serializedName: \"validationMode\",\n type: {\n name: \"any\",\n },\n },\n detectDataType: {\n serializedName: \"detectDataType\",\n type: {\n name: \"any\",\n },\n },\n namespaces: {\n serializedName: \"namespaces\",\n type: {\n name: \"any\",\n },\n },\n namespacePrefixes: {\n serializedName: \"namespacePrefixes\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const BinaryReadSettings: coreClient.CompositeMapper = {\n serializedName: \"BinaryReadSettings\",\n type: {\n name: \"Composite\",\n className: \"BinaryReadSettings\",\n uberParent: \"FormatReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: FormatReadSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...FormatReadSettings.type.modelProperties,\n compressionProperties: {\n serializedName: \"compressionProperties\",\n type: {\n name: \"Composite\",\n className: \"CompressionReadSettings\",\n },\n },\n },\n },\n};\n\nexport const ZipDeflateReadSettings: coreClient.CompositeMapper = {\n serializedName: \"ZipDeflateReadSettings\",\n type: {\n name: \"Composite\",\n className: \"ZipDeflateReadSettings\",\n uberParent: \"CompressionReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator:\n CompressionReadSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...CompressionReadSettings.type.modelProperties,\n preserveZipFileNameAsFolder: {\n serializedName: \"preserveZipFileNameAsFolder\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const TarReadSettings: coreClient.CompositeMapper = {\n serializedName: \"TarReadSettings\",\n type: {\n name: \"Composite\",\n className: \"TarReadSettings\",\n uberParent: \"CompressionReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator:\n CompressionReadSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...CompressionReadSettings.type.modelProperties,\n preserveCompressionFileNameAsFolder: {\n serializedName: \"preserveCompressionFileNameAsFolder\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const TarGZipReadSettings: coreClient.CompositeMapper = {\n serializedName: \"TarGZipReadSettings\",\n type: {\n name: \"Composite\",\n className: \"TarGZipReadSettings\",\n uberParent: \"CompressionReadSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator:\n CompressionReadSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...CompressionReadSettings.type.modelProperties,\n preserveCompressionFileNameAsFolder: {\n serializedName: \"preserveCompressionFileNameAsFolder\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AvroWriteSettings: coreClient.CompositeMapper = {\n serializedName: \"AvroWriteSettings\",\n type: {\n name: \"Composite\",\n className: \"AvroWriteSettings\",\n uberParent: \"FormatWriteSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: FormatWriteSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...FormatWriteSettings.type.modelProperties,\n recordName: {\n serializedName: \"recordName\",\n type: {\n name: \"String\",\n },\n },\n recordNamespace: {\n serializedName: \"recordNamespace\",\n type: {\n name: \"String\",\n },\n },\n maxRowsPerFile: {\n serializedName: \"maxRowsPerFile\",\n type: {\n name: \"any\",\n },\n },\n fileNamePrefix: {\n serializedName: \"fileNamePrefix\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const OrcWriteSettings: coreClient.CompositeMapper = {\n serializedName: \"OrcWriteSettings\",\n type: {\n name: \"Composite\",\n className: \"OrcWriteSettings\",\n uberParent: \"FormatWriteSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: FormatWriteSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...FormatWriteSettings.type.modelProperties,\n maxRowsPerFile: {\n serializedName: \"maxRowsPerFile\",\n type: {\n name: \"any\",\n },\n },\n fileNamePrefix: {\n serializedName: \"fileNamePrefix\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ParquetWriteSettings: coreClient.CompositeMapper = {\n serializedName: \"ParquetWriteSettings\",\n type: {\n name: \"Composite\",\n className: \"ParquetWriteSettings\",\n uberParent: \"FormatWriteSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: FormatWriteSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...FormatWriteSettings.type.modelProperties,\n maxRowsPerFile: {\n serializedName: \"maxRowsPerFile\",\n type: {\n name: \"any\",\n },\n },\n fileNamePrefix: {\n serializedName: \"fileNamePrefix\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DelimitedTextWriteSettings: coreClient.CompositeMapper = {\n serializedName: \"DelimitedTextWriteSettings\",\n type: {\n name: \"Composite\",\n className: \"DelimitedTextWriteSettings\",\n uberParent: \"FormatWriteSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: FormatWriteSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...FormatWriteSettings.type.modelProperties,\n quoteAllText: {\n serializedName: \"quoteAllText\",\n type: {\n name: \"any\",\n },\n },\n fileExtension: {\n serializedName: \"fileExtension\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n maxRowsPerFile: {\n serializedName: \"maxRowsPerFile\",\n type: {\n name: \"any\",\n },\n },\n fileNamePrefix: {\n serializedName: \"fileNamePrefix\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const JsonWriteSettings: coreClient.CompositeMapper = {\n serializedName: \"JsonWriteSettings\",\n type: {\n name: \"Composite\",\n className: \"JsonWriteSettings\",\n uberParent: \"FormatWriteSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: FormatWriteSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...FormatWriteSettings.type.modelProperties,\n filePattern: {\n serializedName: \"filePattern\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AvroSource: coreClient.CompositeMapper = {\n serializedName: \"AvroSource\",\n type: {\n name: \"Composite\",\n className: \"AvroSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n storeSettings: {\n serializedName: \"storeSettings\",\n type: {\n name: \"Composite\",\n className: \"StoreReadSettings\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ExcelSource: coreClient.CompositeMapper = {\n serializedName: \"ExcelSource\",\n type: {\n name: \"Composite\",\n className: \"ExcelSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n storeSettings: {\n serializedName: \"storeSettings\",\n type: {\n name: \"Composite\",\n className: \"StoreReadSettings\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ParquetSource: coreClient.CompositeMapper = {\n serializedName: \"ParquetSource\",\n type: {\n name: \"Composite\",\n className: \"ParquetSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n storeSettings: {\n serializedName: \"storeSettings\",\n type: {\n name: \"Composite\",\n className: \"StoreReadSettings\",\n },\n },\n formatSettings: {\n serializedName: \"formatSettings\",\n type: {\n name: \"Composite\",\n className: \"ParquetReadSettings\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DelimitedTextSource: coreClient.CompositeMapper = {\n serializedName: \"DelimitedTextSource\",\n type: {\n name: \"Composite\",\n className: \"DelimitedTextSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n storeSettings: {\n serializedName: \"storeSettings\",\n type: {\n name: \"Composite\",\n className: \"StoreReadSettings\",\n },\n },\n formatSettings: {\n serializedName: \"formatSettings\",\n type: {\n name: \"Composite\",\n className: \"DelimitedTextReadSettings\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const JsonSource: coreClient.CompositeMapper = {\n serializedName: \"JsonSource\",\n type: {\n name: \"Composite\",\n className: \"JsonSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n storeSettings: {\n serializedName: \"storeSettings\",\n type: {\n name: \"Composite\",\n className: \"StoreReadSettings\",\n },\n },\n formatSettings: {\n serializedName: \"formatSettings\",\n type: {\n name: \"Composite\",\n className: \"JsonReadSettings\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const XmlSource: coreClient.CompositeMapper = {\n serializedName: \"XmlSource\",\n type: {\n name: \"Composite\",\n className: \"XmlSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n storeSettings: {\n serializedName: \"storeSettings\",\n type: {\n name: \"Composite\",\n className: \"StoreReadSettings\",\n },\n },\n formatSettings: {\n serializedName: \"formatSettings\",\n type: {\n name: \"Composite\",\n className: \"XmlReadSettings\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const OrcSource: coreClient.CompositeMapper = {\n serializedName: \"OrcSource\",\n type: {\n name: \"Composite\",\n className: \"OrcSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n storeSettings: {\n serializedName: \"storeSettings\",\n type: {\n name: \"Composite\",\n className: \"StoreReadSettings\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const BinarySource: coreClient.CompositeMapper = {\n serializedName: \"BinarySource\",\n type: {\n name: \"Composite\",\n className: \"BinarySource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n storeSettings: {\n serializedName: \"storeSettings\",\n type: {\n name: \"Composite\",\n className: \"StoreReadSettings\",\n },\n },\n formatSettings: {\n serializedName: \"formatSettings\",\n type: {\n name: \"Composite\",\n className: \"BinaryReadSettings\",\n },\n },\n },\n },\n};\n\nexport const TabularSource: coreClient.CompositeMapper = {\n serializedName: \"TabularSource\",\n type: {\n name: \"Composite\",\n className: \"TabularSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n ...CopySource.type.modelProperties,\n queryTimeout: {\n serializedName: \"queryTimeout\",\n type: {\n name: \"any\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const BlobSource: coreClient.CompositeMapper = {\n serializedName: \"BlobSource\",\n type: {\n name: \"Composite\",\n className: \"BlobSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n treatEmptyAsNull: {\n serializedName: \"treatEmptyAsNull\",\n type: {\n name: \"any\",\n },\n },\n skipHeaderLineCount: {\n serializedName: \"skipHeaderLineCount\",\n type: {\n name: \"any\",\n },\n },\n recursive: {\n serializedName: \"recursive\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DocumentDbCollectionSource: coreClient.CompositeMapper = {\n serializedName: \"DocumentDbCollectionSource\",\n type: {\n name: \"Composite\",\n className: \"DocumentDbCollectionSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n nestingSeparator: {\n serializedName: \"nestingSeparator\",\n type: {\n name: \"any\",\n },\n },\n queryTimeout: {\n serializedName: \"queryTimeout\",\n type: {\n name: \"any\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const CosmosDbSqlApiSource: coreClient.CompositeMapper = {\n serializedName: \"CosmosDbSqlApiSource\",\n type: {\n name: \"Composite\",\n className: \"CosmosDbSqlApiSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n pageSize: {\n serializedName: \"pageSize\",\n type: {\n name: \"any\",\n },\n },\n preferredRegions: {\n serializedName: \"preferredRegions\",\n type: {\n name: \"any\",\n },\n },\n detectDatetime: {\n serializedName: \"detectDatetime\",\n type: {\n name: \"any\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DynamicsSource: coreClient.CompositeMapper = {\n serializedName: \"DynamicsSource\",\n type: {\n name: \"Composite\",\n className: \"DynamicsSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DynamicsCrmSource: coreClient.CompositeMapper = {\n serializedName: \"DynamicsCrmSource\",\n type: {\n name: \"Composite\",\n className: \"DynamicsCrmSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const CommonDataServiceForAppsSource: coreClient.CompositeMapper = {\n serializedName: \"CommonDataServiceForAppsSource\",\n type: {\n name: \"Composite\",\n className: \"CommonDataServiceForAppsSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const RelationalSource: coreClient.CompositeMapper = {\n serializedName: \"RelationalSource\",\n type: {\n name: \"Composite\",\n className: \"RelationalSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MicrosoftAccessSource: coreClient.CompositeMapper = {\n serializedName: \"MicrosoftAccessSource\",\n type: {\n name: \"Composite\",\n className: \"MicrosoftAccessSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ODataSource: coreClient.CompositeMapper = {\n serializedName: \"ODataSource\",\n type: {\n name: \"Composite\",\n className: \"ODataSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n httpRequestTimeout: {\n serializedName: \"httpRequestTimeout\",\n type: {\n name: \"any\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SalesforceServiceCloudSource: coreClient.CompositeMapper = {\n serializedName: \"SalesforceServiceCloudSource\",\n type: {\n name: \"Composite\",\n className: \"SalesforceServiceCloudSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n readBehavior: {\n serializedName: \"readBehavior\",\n type: {\n name: \"any\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const RestSource: coreClient.CompositeMapper = {\n serializedName: \"RestSource\",\n type: {\n name: \"Composite\",\n className: \"RestSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n requestMethod: {\n serializedName: \"requestMethod\",\n type: {\n name: \"any\",\n },\n },\n requestBody: {\n serializedName: \"requestBody\",\n type: {\n name: \"any\",\n },\n },\n additionalHeaders: {\n serializedName: \"additionalHeaders\",\n type: {\n name: \"any\",\n },\n },\n paginationRules: {\n serializedName: \"paginationRules\",\n type: {\n name: \"any\",\n },\n },\n httpRequestTimeout: {\n serializedName: \"httpRequestTimeout\",\n type: {\n name: \"any\",\n },\n },\n requestInterval: {\n serializedName: \"requestInterval\",\n type: {\n name: \"any\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const FileSystemSource: coreClient.CompositeMapper = {\n serializedName: \"FileSystemSource\",\n type: {\n name: \"Composite\",\n className: \"FileSystemSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n recursive: {\n serializedName: \"recursive\",\n type: {\n name: \"any\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const HdfsSource: coreClient.CompositeMapper = {\n serializedName: \"HdfsSource\",\n type: {\n name: \"Composite\",\n className: \"HdfsSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n recursive: {\n serializedName: \"recursive\",\n type: {\n name: \"any\",\n },\n },\n distcpSettings: {\n serializedName: \"distcpSettings\",\n type: {\n name: \"Composite\",\n className: \"DistcpSettings\",\n },\n },\n },\n },\n};\n\nexport const AzureDataExplorerSource: coreClient.CompositeMapper = {\n serializedName: \"AzureDataExplorerSource\",\n type: {\n name: \"Composite\",\n className: \"AzureDataExplorerSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n query: {\n serializedName: \"query\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n noTruncation: {\n serializedName: \"noTruncation\",\n type: {\n name: \"any\",\n },\n },\n queryTimeout: {\n serializedName: \"queryTimeout\",\n type: {\n name: \"any\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const OracleSource: coreClient.CompositeMapper = {\n serializedName: \"OracleSource\",\n type: {\n name: \"Composite\",\n className: \"OracleSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n oracleReaderQuery: {\n serializedName: \"oracleReaderQuery\",\n type: {\n name: \"any\",\n },\n },\n queryTimeout: {\n serializedName: \"queryTimeout\",\n type: {\n name: \"any\",\n },\n },\n partitionOption: {\n serializedName: \"partitionOption\",\n type: {\n name: \"String\",\n },\n },\n partitionSettings: {\n serializedName: \"partitionSettings\",\n type: {\n name: \"Composite\",\n className: \"OraclePartitionSettings\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AmazonRdsForOracleSource: coreClient.CompositeMapper = {\n serializedName: \"AmazonRdsForOracleSource\",\n type: {\n name: \"Composite\",\n className: \"AmazonRdsForOracleSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n oracleReaderQuery: {\n serializedName: \"oracleReaderQuery\",\n type: {\n name: \"any\",\n },\n },\n queryTimeout: {\n serializedName: \"queryTimeout\",\n type: {\n name: \"any\",\n },\n },\n partitionOption: {\n serializedName: \"partitionOption\",\n type: {\n name: \"any\",\n },\n },\n partitionSettings: {\n serializedName: \"partitionSettings\",\n type: {\n name: \"Composite\",\n className: \"AmazonRdsForOraclePartitionSettings\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const WebSource: coreClient.CompositeMapper = {\n serializedName: \"WebSource\",\n type: {\n name: \"Composite\",\n className: \"WebSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MongoDbSource: coreClient.CompositeMapper = {\n serializedName: \"MongoDbSource\",\n type: {\n name: \"Composite\",\n className: \"MongoDbSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MongoDbAtlasSource: coreClient.CompositeMapper = {\n serializedName: \"MongoDbAtlasSource\",\n type: {\n name: \"Composite\",\n className: \"MongoDbAtlasSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n filter: {\n serializedName: \"filter\",\n type: {\n name: \"any\",\n },\n },\n cursorMethods: {\n serializedName: \"cursorMethods\",\n type: {\n name: \"Composite\",\n className: \"MongoDbCursorMethodsProperties\",\n },\n },\n batchSize: {\n serializedName: \"batchSize\",\n type: {\n name: \"any\",\n },\n },\n queryTimeout: {\n serializedName: \"queryTimeout\",\n type: {\n name: \"any\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MongoDbV2Source: coreClient.CompositeMapper = {\n serializedName: \"MongoDbV2Source\",\n type: {\n name: \"Composite\",\n className: \"MongoDbV2Source\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n filter: {\n serializedName: \"filter\",\n type: {\n name: \"any\",\n },\n },\n cursorMethods: {\n serializedName: \"cursorMethods\",\n type: {\n name: \"Composite\",\n className: \"MongoDbCursorMethodsProperties\",\n },\n },\n batchSize: {\n serializedName: \"batchSize\",\n type: {\n name: \"any\",\n },\n },\n queryTimeout: {\n serializedName: \"queryTimeout\",\n type: {\n name: \"any\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const CosmosDbMongoDbApiSource: coreClient.CompositeMapper = {\n serializedName: \"CosmosDbMongoDbApiSource\",\n type: {\n name: \"Composite\",\n className: \"CosmosDbMongoDbApiSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n filter: {\n serializedName: \"filter\",\n type: {\n name: \"any\",\n },\n },\n cursorMethods: {\n serializedName: \"cursorMethods\",\n type: {\n name: \"Composite\",\n className: \"MongoDbCursorMethodsProperties\",\n },\n },\n batchSize: {\n serializedName: \"batchSize\",\n type: {\n name: \"any\",\n },\n },\n queryTimeout: {\n serializedName: \"queryTimeout\",\n type: {\n name: \"any\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const Office365Source: coreClient.CompositeMapper = {\n serializedName: \"Office365Source\",\n type: {\n name: \"Composite\",\n className: \"Office365Source\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n allowedGroups: {\n serializedName: \"allowedGroups\",\n type: {\n name: \"any\",\n },\n },\n userScopeFilterUri: {\n serializedName: \"userScopeFilterUri\",\n type: {\n name: \"any\",\n },\n },\n dateFilterColumn: {\n serializedName: \"dateFilterColumn\",\n type: {\n name: \"any\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"any\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"any\",\n },\n },\n outputColumns: {\n serializedName: \"outputColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureDataLakeStoreSource: coreClient.CompositeMapper = {\n serializedName: \"AzureDataLakeStoreSource\",\n type: {\n name: \"Composite\",\n className: \"AzureDataLakeStoreSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n recursive: {\n serializedName: \"recursive\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureBlobFSSource: coreClient.CompositeMapper = {\n serializedName: \"AzureBlobFSSource\",\n type: {\n name: \"Composite\",\n className: \"AzureBlobFSSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n treatEmptyAsNull: {\n serializedName: \"treatEmptyAsNull\",\n type: {\n name: \"any\",\n },\n },\n skipHeaderLineCount: {\n serializedName: \"skipHeaderLineCount\",\n type: {\n name: \"any\",\n },\n },\n recursive: {\n serializedName: \"recursive\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const HttpSource: coreClient.CompositeMapper = {\n serializedName: \"HttpSource\",\n type: {\n name: \"Composite\",\n className: \"HttpSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n httpRequestTimeout: {\n serializedName: \"httpRequestTimeout\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const LakeHouseTableSource: coreClient.CompositeMapper = {\n serializedName: \"LakeHouseTableSource\",\n type: {\n name: \"Composite\",\n className: \"LakeHouseTableSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n timestampAsOf: {\n serializedName: \"timestampAsOf\",\n type: {\n name: \"any\",\n },\n },\n versionAsOf: {\n serializedName: \"versionAsOf\",\n type: {\n name: \"any\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SnowflakeSource: coreClient.CompositeMapper = {\n serializedName: \"SnowflakeSource\",\n type: {\n name: \"Composite\",\n className: \"SnowflakeSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n exportSettings: {\n serializedName: \"exportSettings\",\n type: {\n name: \"Composite\",\n className: \"SnowflakeExportCopyCommand\",\n },\n },\n },\n },\n};\n\nexport const SnowflakeV2Source: coreClient.CompositeMapper = {\n serializedName: \"SnowflakeV2Source\",\n type: {\n name: \"Composite\",\n className: \"SnowflakeV2Source\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n exportSettings: {\n serializedName: \"exportSettings\",\n type: {\n name: \"Composite\",\n className: \"SnowflakeExportCopyCommand\",\n },\n },\n },\n },\n};\n\nexport const AzureDatabricksDeltaLakeSource: coreClient.CompositeMapper = {\n serializedName: \"AzureDatabricksDeltaLakeSource\",\n type: {\n name: \"Composite\",\n className: \"AzureDatabricksDeltaLakeSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n exportSettings: {\n serializedName: \"exportSettings\",\n type: {\n name: \"Composite\",\n className: \"AzureDatabricksDeltaLakeExportCommand\",\n },\n },\n },\n },\n};\n\nexport const SharePointOnlineListSource: coreClient.CompositeMapper = {\n serializedName: \"SharePointOnlineListSource\",\n type: {\n name: \"Composite\",\n className: \"SharePointOnlineListSource\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n httpRequestTimeout: {\n serializedName: \"httpRequestTimeout\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SalesforceServiceCloudV2Source: coreClient.CompositeMapper = {\n serializedName: \"SalesforceServiceCloudV2Source\",\n type: {\n name: \"Composite\",\n className: \"SalesforceServiceCloudV2Source\",\n uberParent: \"CopySource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySource.type.modelProperties,\n soqlQuery: {\n serializedName: \"SOQLQuery\",\n type: {\n name: \"any\",\n },\n },\n includeDeletedObjects: {\n serializedName: \"includeDeletedObjects\",\n type: {\n name: \"any\",\n },\n },\n additionalColumns: {\n serializedName: \"additionalColumns\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DelimitedTextSink: coreClient.CompositeMapper = {\n serializedName: \"DelimitedTextSink\",\n type: {\n name: \"Composite\",\n className: \"DelimitedTextSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n storeSettings: {\n serializedName: \"storeSettings\",\n type: {\n name: \"Composite\",\n className: \"StoreWriteSettings\",\n },\n },\n formatSettings: {\n serializedName: \"formatSettings\",\n type: {\n name: \"Composite\",\n className: \"DelimitedTextWriteSettings\",\n },\n },\n },\n },\n};\n\nexport const JsonSink: coreClient.CompositeMapper = {\n serializedName: \"JsonSink\",\n type: {\n name: \"Composite\",\n className: \"JsonSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n storeSettings: {\n serializedName: \"storeSettings\",\n type: {\n name: \"Composite\",\n className: \"StoreWriteSettings\",\n },\n },\n formatSettings: {\n serializedName: \"formatSettings\",\n type: {\n name: \"Composite\",\n className: \"JsonWriteSettings\",\n },\n },\n },\n },\n};\n\nexport const OrcSink: coreClient.CompositeMapper = {\n serializedName: \"OrcSink\",\n type: {\n name: \"Composite\",\n className: \"OrcSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n storeSettings: {\n serializedName: \"storeSettings\",\n type: {\n name: \"Composite\",\n className: \"StoreWriteSettings\",\n },\n },\n formatSettings: {\n serializedName: \"formatSettings\",\n type: {\n name: \"Composite\",\n className: \"OrcWriteSettings\",\n },\n },\n },\n },\n};\n\nexport const RestSink: coreClient.CompositeMapper = {\n serializedName: \"RestSink\",\n type: {\n name: \"Composite\",\n className: \"RestSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n requestMethod: {\n serializedName: \"requestMethod\",\n type: {\n name: \"any\",\n },\n },\n additionalHeaders: {\n serializedName: \"additionalHeaders\",\n type: {\n name: \"any\",\n },\n },\n httpRequestTimeout: {\n serializedName: \"httpRequestTimeout\",\n type: {\n name: \"any\",\n },\n },\n requestInterval: {\n serializedName: \"requestInterval\",\n type: {\n name: \"any\",\n },\n },\n httpCompressionType: {\n serializedName: \"httpCompressionType\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzurePostgreSqlSink: coreClient.CompositeMapper = {\n serializedName: \"AzurePostgreSqlSink\",\n type: {\n name: \"Composite\",\n className: \"AzurePostgreSqlSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n preCopyScript: {\n serializedName: \"preCopyScript\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureMySqlSink: coreClient.CompositeMapper = {\n serializedName: \"AzureMySqlSink\",\n type: {\n name: \"Composite\",\n className: \"AzureMySqlSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n preCopyScript: {\n serializedName: \"preCopyScript\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureDatabricksDeltaLakeSink: coreClient.CompositeMapper = {\n serializedName: \"AzureDatabricksDeltaLakeSink\",\n type: {\n name: \"Composite\",\n className: \"AzureDatabricksDeltaLakeSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n preCopyScript: {\n serializedName: \"preCopyScript\",\n type: {\n name: \"any\",\n },\n },\n importSettings: {\n serializedName: \"importSettings\",\n type: {\n name: \"Composite\",\n className: \"AzureDatabricksDeltaLakeImportCommand\",\n },\n },\n },\n },\n};\n\nexport const WarehouseSink: coreClient.CompositeMapper = {\n serializedName: \"WarehouseSink\",\n type: {\n name: \"Composite\",\n className: \"WarehouseSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n preCopyScript: {\n serializedName: \"preCopyScript\",\n type: {\n name: \"any\",\n },\n },\n allowCopyCommand: {\n serializedName: \"allowCopyCommand\",\n type: {\n name: \"any\",\n },\n },\n copyCommandSettings: {\n serializedName: \"copyCommandSettings\",\n type: {\n name: \"Composite\",\n className: \"DWCopyCommandSettings\",\n },\n },\n tableOption: {\n serializedName: \"tableOption\",\n type: {\n name: \"any\",\n },\n },\n writeBehavior: {\n serializedName: \"writeBehavior\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SapCloudForCustomerSink: coreClient.CompositeMapper = {\n serializedName: \"SapCloudForCustomerSink\",\n type: {\n name: \"Composite\",\n className: \"SapCloudForCustomerSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n writeBehavior: {\n serializedName: \"writeBehavior\",\n type: {\n name: \"String\",\n },\n },\n httpRequestTimeout: {\n serializedName: \"httpRequestTimeout\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureQueueSink: coreClient.CompositeMapper = {\n serializedName: \"AzureQueueSink\",\n type: {\n name: \"Composite\",\n className: \"AzureQueueSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n },\n },\n};\n\nexport const AzureTableSink: coreClient.CompositeMapper = {\n serializedName: \"AzureTableSink\",\n type: {\n name: \"Composite\",\n className: \"AzureTableSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n azureTableDefaultPartitionKeyValue: {\n serializedName: \"azureTableDefaultPartitionKeyValue\",\n type: {\n name: \"any\",\n },\n },\n azureTablePartitionKeyName: {\n serializedName: \"azureTablePartitionKeyName\",\n type: {\n name: \"any\",\n },\n },\n azureTableRowKeyName: {\n serializedName: \"azureTableRowKeyName\",\n type: {\n name: \"any\",\n },\n },\n azureTableInsertType: {\n serializedName: \"azureTableInsertType\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AvroSink: coreClient.CompositeMapper = {\n serializedName: \"AvroSink\",\n type: {\n name: \"Composite\",\n className: \"AvroSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n storeSettings: {\n serializedName: \"storeSettings\",\n type: {\n name: \"Composite\",\n className: \"StoreWriteSettings\",\n },\n },\n formatSettings: {\n serializedName: \"formatSettings\",\n type: {\n name: \"Composite\",\n className: \"AvroWriteSettings\",\n },\n },\n },\n },\n};\n\nexport const ParquetSink: coreClient.CompositeMapper = {\n serializedName: \"ParquetSink\",\n type: {\n name: \"Composite\",\n className: \"ParquetSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n storeSettings: {\n serializedName: \"storeSettings\",\n type: {\n name: \"Composite\",\n className: \"StoreWriteSettings\",\n },\n },\n formatSettings: {\n serializedName: \"formatSettings\",\n type: {\n name: \"Composite\",\n className: \"ParquetWriteSettings\",\n },\n },\n },\n },\n};\n\nexport const BinarySink: coreClient.CompositeMapper = {\n serializedName: \"BinarySink\",\n type: {\n name: \"Composite\",\n className: \"BinarySink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n storeSettings: {\n serializedName: \"storeSettings\",\n type: {\n name: \"Composite\",\n className: \"StoreWriteSettings\",\n },\n },\n },\n },\n};\n\nexport const BlobSink: coreClient.CompositeMapper = {\n serializedName: \"BlobSink\",\n type: {\n name: \"Composite\",\n className: \"BlobSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n blobWriterOverwriteFiles: {\n serializedName: \"blobWriterOverwriteFiles\",\n type: {\n name: \"any\",\n },\n },\n blobWriterDateTimeFormat: {\n serializedName: \"blobWriterDateTimeFormat\",\n type: {\n name: \"any\",\n },\n },\n blobWriterAddHeader: {\n serializedName: \"blobWriterAddHeader\",\n type: {\n name: \"any\",\n },\n },\n copyBehavior: {\n serializedName: \"copyBehavior\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const FileSystemSink: coreClient.CompositeMapper = {\n serializedName: \"FileSystemSink\",\n type: {\n name: \"Composite\",\n className: \"FileSystemSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n copyBehavior: {\n serializedName: \"copyBehavior\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DocumentDbCollectionSink: coreClient.CompositeMapper = {\n serializedName: \"DocumentDbCollectionSink\",\n type: {\n name: \"Composite\",\n className: \"DocumentDbCollectionSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n nestingSeparator: {\n serializedName: \"nestingSeparator\",\n type: {\n name: \"any\",\n },\n },\n writeBehavior: {\n serializedName: \"writeBehavior\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const CosmosDbSqlApiSink: coreClient.CompositeMapper = {\n serializedName: \"CosmosDbSqlApiSink\",\n type: {\n name: \"Composite\",\n className: \"CosmosDbSqlApiSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n writeBehavior: {\n serializedName: \"writeBehavior\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SqlSink: coreClient.CompositeMapper = {\n serializedName: \"SqlSink\",\n type: {\n name: \"Composite\",\n className: \"SqlSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n sqlWriterStoredProcedureName: {\n serializedName: \"sqlWriterStoredProcedureName\",\n type: {\n name: \"any\",\n },\n },\n sqlWriterTableType: {\n serializedName: \"sqlWriterTableType\",\n type: {\n name: \"any\",\n },\n },\n preCopyScript: {\n serializedName: \"preCopyScript\",\n type: {\n name: \"any\",\n },\n },\n storedProcedureParameters: {\n serializedName: \"storedProcedureParameters\",\n type: {\n name: \"any\",\n },\n },\n storedProcedureTableTypeParameterName: {\n serializedName: \"storedProcedureTableTypeParameterName\",\n type: {\n name: \"any\",\n },\n },\n tableOption: {\n serializedName: \"tableOption\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SqlServerSink: coreClient.CompositeMapper = {\n serializedName: \"SqlServerSink\",\n type: {\n name: \"Composite\",\n className: \"SqlServerSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n sqlWriterStoredProcedureName: {\n serializedName: \"sqlWriterStoredProcedureName\",\n type: {\n name: \"any\",\n },\n },\n sqlWriterTableType: {\n serializedName: \"sqlWriterTableType\",\n type: {\n name: \"any\",\n },\n },\n preCopyScript: {\n serializedName: \"preCopyScript\",\n type: {\n name: \"any\",\n },\n },\n storedProcedureParameters: {\n serializedName: \"storedProcedureParameters\",\n type: {\n name: \"any\",\n },\n },\n storedProcedureTableTypeParameterName: {\n serializedName: \"storedProcedureTableTypeParameterName\",\n type: {\n name: \"any\",\n },\n },\n tableOption: {\n serializedName: \"tableOption\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureSqlSink: coreClient.CompositeMapper = {\n serializedName: \"AzureSqlSink\",\n type: {\n name: \"Composite\",\n className: \"AzureSqlSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n sqlWriterStoredProcedureName: {\n serializedName: \"sqlWriterStoredProcedureName\",\n type: {\n name: \"any\",\n },\n },\n sqlWriterTableType: {\n serializedName: \"sqlWriterTableType\",\n type: {\n name: \"any\",\n },\n },\n preCopyScript: {\n serializedName: \"preCopyScript\",\n type: {\n name: \"any\",\n },\n },\n storedProcedureParameters: {\n serializedName: \"storedProcedureParameters\",\n type: {\n name: \"any\",\n },\n },\n storedProcedureTableTypeParameterName: {\n serializedName: \"storedProcedureTableTypeParameterName\",\n type: {\n name: \"any\",\n },\n },\n tableOption: {\n serializedName: \"tableOption\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SqlMISink: coreClient.CompositeMapper = {\n serializedName: \"SqlMISink\",\n type: {\n name: \"Composite\",\n className: \"SqlMISink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n sqlWriterStoredProcedureName: {\n serializedName: \"sqlWriterStoredProcedureName\",\n type: {\n name: \"any\",\n },\n },\n sqlWriterTableType: {\n serializedName: \"sqlWriterTableType\",\n type: {\n name: \"any\",\n },\n },\n preCopyScript: {\n serializedName: \"preCopyScript\",\n type: {\n name: \"any\",\n },\n },\n storedProcedureParameters: {\n serializedName: \"storedProcedureParameters\",\n type: {\n name: \"any\",\n },\n },\n storedProcedureTableTypeParameterName: {\n serializedName: \"storedProcedureTableTypeParameterName\",\n type: {\n name: \"any\",\n },\n },\n tableOption: {\n serializedName: \"tableOption\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SqlDWSink: coreClient.CompositeMapper = {\n serializedName: \"SqlDWSink\",\n type: {\n name: \"Composite\",\n className: \"SqlDWSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n preCopyScript: {\n serializedName: \"preCopyScript\",\n type: {\n name: \"any\",\n },\n },\n allowPolyBase: {\n serializedName: \"allowPolyBase\",\n type: {\n name: \"any\",\n },\n },\n polyBaseSettings: {\n serializedName: \"polyBaseSettings\",\n type: {\n name: \"Composite\",\n className: \"PolybaseSettings\",\n },\n },\n allowCopyCommand: {\n serializedName: \"allowCopyCommand\",\n type: {\n name: \"any\",\n },\n },\n copyCommandSettings: {\n serializedName: \"copyCommandSettings\",\n type: {\n name: \"Composite\",\n className: \"DWCopyCommandSettings\",\n },\n },\n tableOption: {\n serializedName: \"tableOption\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SnowflakeSink: coreClient.CompositeMapper = {\n serializedName: \"SnowflakeSink\",\n type: {\n name: \"Composite\",\n className: \"SnowflakeSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n preCopyScript: {\n serializedName: \"preCopyScript\",\n type: {\n name: \"any\",\n },\n },\n importSettings: {\n serializedName: \"importSettings\",\n type: {\n name: \"Composite\",\n className: \"SnowflakeImportCopyCommand\",\n },\n },\n },\n },\n};\n\nexport const SnowflakeV2Sink: coreClient.CompositeMapper = {\n serializedName: \"SnowflakeV2Sink\",\n type: {\n name: \"Composite\",\n className: \"SnowflakeV2Sink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n preCopyScript: {\n serializedName: \"preCopyScript\",\n type: {\n name: \"any\",\n },\n },\n importSettings: {\n serializedName: \"importSettings\",\n type: {\n name: \"Composite\",\n className: \"SnowflakeImportCopyCommand\",\n },\n },\n },\n },\n};\n\nexport const OracleSink: coreClient.CompositeMapper = {\n serializedName: \"OracleSink\",\n type: {\n name: \"Composite\",\n className: \"OracleSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n preCopyScript: {\n serializedName: \"preCopyScript\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureDataLakeStoreSink: coreClient.CompositeMapper = {\n serializedName: \"AzureDataLakeStoreSink\",\n type: {\n name: \"Composite\",\n className: \"AzureDataLakeStoreSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n copyBehavior: {\n serializedName: \"copyBehavior\",\n type: {\n name: \"any\",\n },\n },\n enableAdlsSingleFileParallel: {\n serializedName: \"enableAdlsSingleFileParallel\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureBlobFSSink: coreClient.CompositeMapper = {\n serializedName: \"AzureBlobFSSink\",\n type: {\n name: \"Composite\",\n className: \"AzureBlobFSSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n copyBehavior: {\n serializedName: \"copyBehavior\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureSearchIndexSink: coreClient.CompositeMapper = {\n serializedName: \"AzureSearchIndexSink\",\n type: {\n name: \"Composite\",\n className: \"AzureSearchIndexSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n writeBehavior: {\n serializedName: \"writeBehavior\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OdbcSink: coreClient.CompositeMapper = {\n serializedName: \"OdbcSink\",\n type: {\n name: \"Composite\",\n className: \"OdbcSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n preCopyScript: {\n serializedName: \"preCopyScript\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const InformixSink: coreClient.CompositeMapper = {\n serializedName: \"InformixSink\",\n type: {\n name: \"Composite\",\n className: \"InformixSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n preCopyScript: {\n serializedName: \"preCopyScript\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MicrosoftAccessSink: coreClient.CompositeMapper = {\n serializedName: \"MicrosoftAccessSink\",\n type: {\n name: \"Composite\",\n className: \"MicrosoftAccessSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n preCopyScript: {\n serializedName: \"preCopyScript\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DynamicsSink: coreClient.CompositeMapper = {\n serializedName: \"DynamicsSink\",\n type: {\n name: \"Composite\",\n className: \"DynamicsSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n writeBehavior: {\n serializedName: \"writeBehavior\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n ignoreNullValues: {\n serializedName: \"ignoreNullValues\",\n type: {\n name: \"any\",\n },\n },\n alternateKeyName: {\n serializedName: \"alternateKeyName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DynamicsCrmSink: coreClient.CompositeMapper = {\n serializedName: \"DynamicsCrmSink\",\n type: {\n name: \"Composite\",\n className: \"DynamicsCrmSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n writeBehavior: {\n serializedName: \"writeBehavior\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n ignoreNullValues: {\n serializedName: \"ignoreNullValues\",\n type: {\n name: \"any\",\n },\n },\n alternateKeyName: {\n serializedName: \"alternateKeyName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const CommonDataServiceForAppsSink: coreClient.CompositeMapper = {\n serializedName: \"CommonDataServiceForAppsSink\",\n type: {\n name: \"Composite\",\n className: \"CommonDataServiceForAppsSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n writeBehavior: {\n serializedName: \"writeBehavior\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n ignoreNullValues: {\n serializedName: \"ignoreNullValues\",\n type: {\n name: \"any\",\n },\n },\n alternateKeyName: {\n serializedName: \"alternateKeyName\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureDataExplorerSink: coreClient.CompositeMapper = {\n serializedName: \"AzureDataExplorerSink\",\n type: {\n name: \"Composite\",\n className: \"AzureDataExplorerSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n ingestionMappingName: {\n serializedName: \"ingestionMappingName\",\n type: {\n name: \"any\",\n },\n },\n ingestionMappingAsJson: {\n serializedName: \"ingestionMappingAsJson\",\n type: {\n name: \"any\",\n },\n },\n flushImmediately: {\n serializedName: \"flushImmediately\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SalesforceSink: coreClient.CompositeMapper = {\n serializedName: \"SalesforceSink\",\n type: {\n name: \"Composite\",\n className: \"SalesforceSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n writeBehavior: {\n serializedName: \"writeBehavior\",\n type: {\n name: \"String\",\n },\n },\n externalIdFieldName: {\n serializedName: \"externalIdFieldName\",\n type: {\n name: \"any\",\n },\n },\n ignoreNullValues: {\n serializedName: \"ignoreNullValues\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SalesforceServiceCloudSink: coreClient.CompositeMapper = {\n serializedName: \"SalesforceServiceCloudSink\",\n type: {\n name: \"Composite\",\n className: \"SalesforceServiceCloudSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n writeBehavior: {\n serializedName: \"writeBehavior\",\n type: {\n name: \"String\",\n },\n },\n externalIdFieldName: {\n serializedName: \"externalIdFieldName\",\n type: {\n name: \"any\",\n },\n },\n ignoreNullValues: {\n serializedName: \"ignoreNullValues\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const CosmosDbMongoDbApiSink: coreClient.CompositeMapper = {\n serializedName: \"CosmosDbMongoDbApiSink\",\n type: {\n name: \"Composite\",\n className: \"CosmosDbMongoDbApiSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n writeBehavior: {\n serializedName: \"writeBehavior\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const LakeHouseTableSink: coreClient.CompositeMapper = {\n serializedName: \"LakeHouseTableSink\",\n type: {\n name: \"Composite\",\n className: \"LakeHouseTableSink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n tableActionOption: {\n serializedName: \"tableActionOption\",\n type: {\n name: \"any\",\n },\n },\n partitionOption: {\n serializedName: \"partitionOption\",\n type: {\n name: \"any\",\n },\n },\n partitionNameList: {\n serializedName: \"partitionNameList\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SalesforceV2Sink: coreClient.CompositeMapper = {\n serializedName: \"SalesforceV2Sink\",\n type: {\n name: \"Composite\",\n className: \"SalesforceV2Sink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n writeBehavior: {\n serializedName: \"writeBehavior\",\n type: {\n name: \"String\",\n },\n },\n externalIdFieldName: {\n serializedName: \"externalIdFieldName\",\n type: {\n name: \"any\",\n },\n },\n ignoreNullValues: {\n serializedName: \"ignoreNullValues\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SalesforceServiceCloudV2Sink: coreClient.CompositeMapper = {\n serializedName: \"SalesforceServiceCloudV2Sink\",\n type: {\n name: \"Composite\",\n className: \"SalesforceServiceCloudV2Sink\",\n uberParent: \"CopySink\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopySink.type.modelProperties,\n writeBehavior: {\n serializedName: \"writeBehavior\",\n type: {\n name: \"String\",\n },\n },\n externalIdFieldName: {\n serializedName: \"externalIdFieldName\",\n type: {\n name: \"any\",\n },\n },\n ignoreNullValues: {\n serializedName: \"ignoreNullValues\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SnowflakeExportCopyCommand: coreClient.CompositeMapper = {\n serializedName: \"SnowflakeExportCopyCommand\",\n type: {\n name: \"Composite\",\n className: \"SnowflakeExportCopyCommand\",\n uberParent: \"ExportSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExportSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExportSettings.type.modelProperties,\n additionalCopyOptions: {\n serializedName: \"additionalCopyOptions\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n additionalFormatOptions: {\n serializedName: \"additionalFormatOptions\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const AzureDatabricksDeltaLakeExportCommand: coreClient.CompositeMapper =\n {\n serializedName: \"AzureDatabricksDeltaLakeExportCommand\",\n type: {\n name: \"Composite\",\n className: \"AzureDatabricksDeltaLakeExportCommand\",\n uberParent: \"ExportSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExportSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExportSettings.type.modelProperties,\n dateFormat: {\n serializedName: \"dateFormat\",\n type: {\n name: \"any\",\n },\n },\n timestampFormat: {\n serializedName: \"timestampFormat\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n };\n\nexport const AzureDatabricksDeltaLakeImportCommand: coreClient.CompositeMapper =\n {\n serializedName: \"AzureDatabricksDeltaLakeImportCommand\",\n type: {\n name: \"Composite\",\n className: \"AzureDatabricksDeltaLakeImportCommand\",\n uberParent: \"ImportSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ImportSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ImportSettings.type.modelProperties,\n dateFormat: {\n serializedName: \"dateFormat\",\n type: {\n name: \"any\",\n },\n },\n timestampFormat: {\n serializedName: \"timestampFormat\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n };\n\nexport const SnowflakeImportCopyCommand: coreClient.CompositeMapper = {\n serializedName: \"SnowflakeImportCopyCommand\",\n type: {\n name: \"Composite\",\n className: \"SnowflakeImportCopyCommand\",\n uberParent: \"ImportSettings\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ImportSettings.type.polymorphicDiscriminator,\n modelProperties: {\n ...ImportSettings.type.modelProperties,\n additionalCopyOptions: {\n serializedName: \"additionalCopyOptions\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n additionalFormatOptions: {\n serializedName: \"additionalFormatOptions\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const TabularTranslator: coreClient.CompositeMapper = {\n serializedName: \"TabularTranslator\",\n type: {\n name: \"Composite\",\n className: \"TabularTranslator\",\n uberParent: \"CopyTranslator\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: CopyTranslator.type.polymorphicDiscriminator,\n modelProperties: {\n ...CopyTranslator.type.modelProperties,\n columnMappings: {\n serializedName: \"columnMappings\",\n type: {\n name: \"any\",\n },\n },\n schemaMapping: {\n serializedName: \"schemaMapping\",\n type: {\n name: \"any\",\n },\n },\n collectionReference: {\n serializedName: \"collectionReference\",\n type: {\n name: \"any\",\n },\n },\n mapComplexValuesToString: {\n serializedName: \"mapComplexValuesToString\",\n type: {\n name: \"any\",\n },\n },\n mappings: {\n serializedName: \"mappings\",\n type: {\n name: \"any\",\n },\n },\n typeConversion: {\n serializedName: \"typeConversion\",\n type: {\n name: \"any\",\n },\n },\n typeConversionSettings: {\n serializedName: \"typeConversionSettings\",\n type: {\n name: \"Composite\",\n className: \"TypeConversionSettings\",\n },\n },\n },\n },\n};\n\nexport const TriggerDependencyReference: coreClient.CompositeMapper = {\n serializedName: \"TriggerDependencyReference\",\n type: {\n name: \"Composite\",\n className: \"TriggerDependencyReference\",\n uberParent: \"DependencyReference\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n ...DependencyReference.type.modelProperties,\n referenceTrigger: {\n serializedName: \"referenceTrigger\",\n type: {\n name: \"Composite\",\n className: \"TriggerReference\",\n },\n },\n },\n },\n};\n\nexport const SelfDependencyTumblingWindowTriggerReference: coreClient.CompositeMapper =\n {\n serializedName: \"SelfDependencyTumblingWindowTriggerReference\",\n type: {\n name: \"Composite\",\n className: \"SelfDependencyTumblingWindowTriggerReference\",\n uberParent: \"DependencyReference\",\n polymorphicDiscriminator:\n DependencyReference.type.polymorphicDiscriminator,\n modelProperties: {\n ...DependencyReference.type.modelProperties,\n offset: {\n constraints: {\n Pattern: new RegExp(\n \"-((\\\\d+)\\\\.)?(\\\\d\\\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))\",\n ),\n MaxLength: 15,\n MinLength: 8,\n },\n serializedName: \"offset\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n size: {\n constraints: {\n Pattern: new RegExp(\n \"((\\\\d+)\\\\.)?(\\\\d\\\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))\",\n ),\n MaxLength: 15,\n MinLength: 8,\n },\n serializedName: \"size\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const LinkedIntegrationRuntimeKeyAuthorization: coreClient.CompositeMapper =\n {\n serializedName: \"Key\",\n type: {\n name: \"Composite\",\n className: \"LinkedIntegrationRuntimeKeyAuthorization\",\n uberParent: \"LinkedIntegrationRuntimeType\",\n polymorphicDiscriminator:\n LinkedIntegrationRuntimeType.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedIntegrationRuntimeType.type.modelProperties,\n key: {\n serializedName: \"key\",\n type: {\n name: \"Composite\",\n className: \"SecureString\",\n },\n },\n },\n },\n };\n\nexport const LinkedIntegrationRuntimeRbacAuthorization: coreClient.CompositeMapper =\n {\n serializedName: \"RBAC\",\n type: {\n name: \"Composite\",\n className: \"LinkedIntegrationRuntimeRbacAuthorization\",\n uberParent: \"LinkedIntegrationRuntimeType\",\n polymorphicDiscriminator:\n LinkedIntegrationRuntimeType.type.polymorphicDiscriminator,\n modelProperties: {\n ...LinkedIntegrationRuntimeType.type.modelProperties,\n resourceId: {\n serializedName: \"resourceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SubResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n modelProperties: {\n ...AzureEntityResource.type.modelProperties,\n },\n },\n};\n\nexport const BigDataPoolResourceInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BigDataPoolResourceInfo\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\",\n },\n },\n autoScale: {\n serializedName: \"properties.autoScale\",\n type: {\n name: \"Composite\",\n className: \"AutoScaleProperties\",\n },\n },\n creationDate: {\n serializedName: \"properties.creationDate\",\n type: {\n name: \"DateTime\",\n },\n },\n autoPause: {\n serializedName: \"properties.autoPause\",\n type: {\n name: \"Composite\",\n className: \"AutoPauseProperties\",\n },\n },\n isComputeIsolationEnabled: {\n serializedName: \"properties.isComputeIsolationEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n sessionLevelPackagesEnabled: {\n serializedName: \"properties.sessionLevelPackagesEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n cacheSize: {\n serializedName: \"properties.cacheSize\",\n type: {\n name: \"Number\",\n },\n },\n dynamicExecutorAllocation: {\n serializedName: \"properties.dynamicExecutorAllocation\",\n type: {\n name: \"Composite\",\n className: \"DynamicExecutorAllocation\",\n },\n },\n sparkEventsFolder: {\n serializedName: \"properties.sparkEventsFolder\",\n type: {\n name: \"String\",\n },\n },\n nodeCount: {\n serializedName: \"properties.nodeCount\",\n type: {\n name: \"Number\",\n },\n },\n libraryRequirements: {\n serializedName: \"properties.libraryRequirements\",\n type: {\n name: \"Composite\",\n className: \"LibraryRequirements\",\n },\n },\n customLibraries: {\n serializedName: \"properties.customLibraries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LibraryInfo\",\n },\n },\n },\n },\n sparkConfigProperties: {\n serializedName: \"properties.sparkConfigProperties\",\n type: {\n name: \"Composite\",\n className: \"LibraryRequirements\",\n },\n },\n sparkVersion: {\n serializedName: \"properties.sparkVersion\",\n type: {\n name: \"String\",\n },\n },\n defaultSparkLogFolder: {\n serializedName: \"properties.defaultSparkLogFolder\",\n type: {\n name: \"String\",\n },\n },\n nodeSize: {\n serializedName: \"properties.nodeSize\",\n type: {\n name: \"String\",\n },\n },\n nodeSizeFamily: {\n serializedName: \"properties.nodeSizeFamily\",\n type: {\n name: \"String\",\n },\n },\n lastSucceededTimestamp: {\n serializedName: \"properties.lastSucceededTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const SqlPool: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlPool\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n },\n },\n maxSizeBytes: {\n serializedName: \"properties.maxSizeBytes\",\n type: {\n name: \"Number\",\n },\n },\n collation: {\n serializedName: \"properties.collation\",\n type: {\n name: \"String\",\n },\n },\n sourceDatabaseId: {\n serializedName: \"properties.sourceDatabaseId\",\n type: {\n name: \"String\",\n },\n },\n recoverableDatabaseId: {\n serializedName: \"properties.recoverableDatabaseId\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\",\n },\n },\n restorePointInTime: {\n serializedName: \"properties.restorePointInTime\",\n type: {\n name: \"String\",\n },\n },\n createMode: {\n serializedName: \"properties.createMode\",\n type: {\n name: \"String\",\n },\n },\n creationDate: {\n serializedName: \"properties.creationDate\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const Workspace: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Workspace\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedIdentity\",\n },\n },\n defaultDataLakeStorage: {\n serializedName: \"properties.defaultDataLakeStorage\",\n type: {\n name: \"Composite\",\n className: \"DataLakeStorageAccountDetails\",\n },\n },\n sqlAdministratorLoginPassword: {\n serializedName: \"properties.sqlAdministratorLoginPassword\",\n type: {\n name: \"String\",\n },\n },\n managedResourceGroupName: {\n serializedName: \"properties.managedResourceGroupName\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sqlAdministratorLogin: {\n serializedName: \"properties.sqlAdministratorLogin\",\n type: {\n name: \"String\",\n },\n },\n virtualNetworkProfile: {\n serializedName: \"properties.virtualNetworkProfile\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkProfile\",\n },\n },\n connectivityEndpoints: {\n serializedName: \"properties.connectivityEndpoints\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n managedVirtualNetwork: {\n serializedName: \"properties.managedVirtualNetwork\",\n type: {\n name: \"String\",\n },\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n encryption: {\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"EncryptionDetails\",\n },\n },\n workspaceUID: {\n serializedName: \"properties.workspaceUID\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n extraProperties: {\n serializedName: \"properties.extraProperties\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n managedVirtualNetworkSettings: {\n serializedName: \"properties.managedVirtualNetworkSettings\",\n type: {\n name: \"Composite\",\n className: \"ManagedVirtualNetworkSettings\",\n },\n },\n workspaceRepositoryConfiguration: {\n serializedName: \"properties.workspaceRepositoryConfiguration\",\n type: {\n name: \"Composite\",\n className: \"WorkspaceRepositoryConfiguration\",\n },\n },\n purviewConfiguration: {\n serializedName: \"properties.purviewConfiguration\",\n type: {\n name: \"Composite\",\n className: \"PurviewConfiguration\",\n },\n },\n adlaResourceId: {\n serializedName: \"properties.adlaResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n },\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExecutePipelineActivity: coreClient.CompositeMapper = {\n serializedName: \"ExecutePipeline\",\n type: {\n name: \"Composite\",\n className: \"ExecutePipelineActivity\",\n uberParent: \"ControlActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ControlActivity.type.modelProperties,\n pipeline: {\n serializedName: \"typeProperties.pipeline\",\n type: {\n name: \"Composite\",\n className: \"PipelineReference\",\n },\n },\n parameters: {\n serializedName: \"typeProperties.parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n waitOnCompletion: {\n serializedName: \"typeProperties.waitOnCompletion\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const IfConditionActivity: coreClient.CompositeMapper = {\n serializedName: \"IfCondition\",\n type: {\n name: \"Composite\",\n className: \"IfConditionActivity\",\n uberParent: \"ControlActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ControlActivity.type.modelProperties,\n expression: {\n serializedName: \"typeProperties.expression\",\n type: {\n name: \"Composite\",\n className: \"Expression\",\n },\n },\n ifTrueActivities: {\n serializedName: \"typeProperties.ifTrueActivities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Activity\",\n },\n },\n },\n },\n ifFalseActivities: {\n serializedName: \"typeProperties.ifFalseActivities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Activity\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SwitchActivity: coreClient.CompositeMapper = {\n serializedName: \"Switch\",\n type: {\n name: \"Composite\",\n className: \"SwitchActivity\",\n uberParent: \"ControlActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ControlActivity.type.modelProperties,\n on: {\n serializedName: \"typeProperties.on\",\n type: {\n name: \"Composite\",\n className: \"Expression\",\n },\n },\n cases: {\n serializedName: \"typeProperties.cases\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SwitchCase\",\n },\n },\n },\n },\n defaultActivities: {\n serializedName: \"typeProperties.defaultActivities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Activity\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ForEachActivity: coreClient.CompositeMapper = {\n serializedName: \"ForEach\",\n type: {\n name: \"Composite\",\n className: \"ForEachActivity\",\n uberParent: \"ControlActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ControlActivity.type.modelProperties,\n isSequential: {\n serializedName: \"typeProperties.isSequential\",\n type: {\n name: \"Boolean\",\n },\n },\n batchCount: {\n constraints: {\n InclusiveMaximum: 50,\n },\n serializedName: \"typeProperties.batchCount\",\n type: {\n name: \"Number\",\n },\n },\n items: {\n serializedName: \"typeProperties.items\",\n type: {\n name: \"Composite\",\n className: \"Expression\",\n },\n },\n activities: {\n serializedName: \"typeProperties.activities\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Activity\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WaitActivity: coreClient.CompositeMapper = {\n serializedName: \"Wait\",\n type: {\n name: \"Composite\",\n className: \"WaitActivity\",\n uberParent: \"ControlActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ControlActivity.type.modelProperties,\n waitTimeInSeconds: {\n serializedName: \"typeProperties.waitTimeInSeconds\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const FailActivity: coreClient.CompositeMapper = {\n serializedName: \"Fail\",\n type: {\n name: \"Composite\",\n className: \"FailActivity\",\n uberParent: \"ControlActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ControlActivity.type.modelProperties,\n message: {\n serializedName: \"typeProperties.message\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n errorCode: {\n serializedName: \"typeProperties.errorCode\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const UntilActivity: coreClient.CompositeMapper = {\n serializedName: \"Until\",\n type: {\n name: \"Composite\",\n className: \"UntilActivity\",\n uberParent: \"ControlActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ControlActivity.type.modelProperties,\n expression: {\n serializedName: \"typeProperties.expression\",\n type: {\n name: \"Composite\",\n className: \"Expression\",\n },\n },\n timeout: {\n serializedName: \"typeProperties.timeout\",\n type: {\n name: \"any\",\n },\n },\n activities: {\n serializedName: \"typeProperties.activities\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Activity\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ValidationActivity: coreClient.CompositeMapper = {\n serializedName: \"Validation\",\n type: {\n name: \"Composite\",\n className: \"ValidationActivity\",\n uberParent: \"ControlActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ControlActivity.type.modelProperties,\n timeout: {\n serializedName: \"typeProperties.timeout\",\n type: {\n name: \"any\",\n },\n },\n sleep: {\n serializedName: \"typeProperties.sleep\",\n type: {\n name: \"any\",\n },\n },\n minimumSize: {\n serializedName: \"typeProperties.minimumSize\",\n type: {\n name: \"any\",\n },\n },\n childItems: {\n serializedName: \"typeProperties.childItems\",\n type: {\n name: \"any\",\n },\n },\n dataset: {\n serializedName: \"typeProperties.dataset\",\n type: {\n name: \"Composite\",\n className: \"DatasetReference\",\n },\n },\n },\n },\n};\n\nexport const FilterActivity: coreClient.CompositeMapper = {\n serializedName: \"Filter\",\n type: {\n name: \"Composite\",\n className: \"FilterActivity\",\n uberParent: \"ControlActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ControlActivity.type.modelProperties,\n items: {\n serializedName: \"typeProperties.items\",\n type: {\n name: \"Composite\",\n className: \"Expression\",\n },\n },\n condition: {\n serializedName: \"typeProperties.condition\",\n type: {\n name: \"Composite\",\n className: \"Expression\",\n },\n },\n },\n },\n};\n\nexport const SetVariableActivity: coreClient.CompositeMapper = {\n serializedName: \"SetVariable\",\n type: {\n name: \"Composite\",\n className: \"SetVariableActivity\",\n uberParent: \"ControlActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ControlActivity.type.modelProperties,\n policy: {\n serializedName: \"policy\",\n type: {\n name: \"Composite\",\n className: \"SecureInputOutputPolicy\",\n },\n },\n variableName: {\n serializedName: \"typeProperties.variableName\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"typeProperties.value\",\n type: {\n name: \"any\",\n },\n },\n setSystemVariable: {\n serializedName: \"typeProperties.setSystemVariable\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AppendVariableActivity: coreClient.CompositeMapper = {\n serializedName: \"AppendVariable\",\n type: {\n name: \"Composite\",\n className: \"AppendVariableActivity\",\n uberParent: \"ControlActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ControlActivity.type.modelProperties,\n variableName: {\n serializedName: \"typeProperties.variableName\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"typeProperties.value\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const WebHookActivity: coreClient.CompositeMapper = {\n serializedName: \"WebHook\",\n type: {\n name: \"Composite\",\n className: \"WebHookActivity\",\n uberParent: \"ControlActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ControlActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ControlActivity.type.modelProperties,\n method: {\n serializedName: \"typeProperties.method\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n url: {\n serializedName: \"typeProperties.url\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n timeout: {\n serializedName: \"typeProperties.timeout\",\n type: {\n name: \"String\",\n },\n },\n headers: {\n serializedName: \"typeProperties.headers\",\n type: {\n name: \"any\",\n },\n },\n body: {\n serializedName: \"typeProperties.body\",\n type: {\n name: \"any\",\n },\n },\n authentication: {\n serializedName: \"typeProperties.authentication\",\n type: {\n name: \"Composite\",\n className: \"WebActivityAuthentication\",\n },\n },\n reportStatusOnCallBack: {\n serializedName: \"typeProperties.reportStatusOnCallBack\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const CopyActivity: coreClient.CompositeMapper = {\n serializedName: \"Copy\",\n type: {\n name: \"Composite\",\n className: \"CopyActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n inputs: {\n serializedName: \"inputs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatasetReference\",\n },\n },\n },\n },\n outputs: {\n serializedName: \"outputs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatasetReference\",\n },\n },\n },\n },\n source: {\n serializedName: \"typeProperties.source\",\n type: {\n name: \"Composite\",\n className: \"CopySource\",\n },\n },\n sink: {\n serializedName: \"typeProperties.sink\",\n type: {\n name: \"Composite\",\n className: \"CopySink\",\n },\n },\n translator: {\n serializedName: \"typeProperties.translator\",\n type: {\n name: \"any\",\n },\n },\n enableStaging: {\n serializedName: \"typeProperties.enableStaging\",\n type: {\n name: \"any\",\n },\n },\n stagingSettings: {\n serializedName: \"typeProperties.stagingSettings\",\n type: {\n name: \"Composite\",\n className: \"StagingSettings\",\n },\n },\n parallelCopies: {\n serializedName: \"typeProperties.parallelCopies\",\n type: {\n name: \"any\",\n },\n },\n dataIntegrationUnits: {\n serializedName: \"typeProperties.dataIntegrationUnits\",\n type: {\n name: \"any\",\n },\n },\n enableSkipIncompatibleRow: {\n serializedName: \"typeProperties.enableSkipIncompatibleRow\",\n type: {\n name: \"any\",\n },\n },\n redirectIncompatibleRowSettings: {\n serializedName: \"typeProperties.redirectIncompatibleRowSettings\",\n type: {\n name: \"Composite\",\n className: \"RedirectIncompatibleRowSettings\",\n },\n },\n logStorageSettings: {\n serializedName: \"typeProperties.logStorageSettings\",\n type: {\n name: \"Composite\",\n className: \"LogStorageSettings\",\n },\n },\n logSettings: {\n serializedName: \"typeProperties.logSettings\",\n type: {\n name: \"Composite\",\n className: \"LogSettings\",\n },\n },\n preserveRules: {\n serializedName: \"typeProperties.preserveRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n preserve: {\n serializedName: \"typeProperties.preserve\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n validateDataConsistency: {\n serializedName: \"typeProperties.validateDataConsistency\",\n type: {\n name: \"any\",\n },\n },\n skipErrorFile: {\n serializedName: \"typeProperties.skipErrorFile\",\n type: {\n name: \"Composite\",\n className: \"SkipErrorFile\",\n },\n },\n },\n },\n};\n\nexport const HDInsightHiveActivity: coreClient.CompositeMapper = {\n serializedName: \"HDInsightHive\",\n type: {\n name: \"Composite\",\n className: \"HDInsightHiveActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n storageLinkedServices: {\n serializedName: \"typeProperties.storageLinkedServices\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n },\n },\n arguments: {\n serializedName: \"typeProperties.arguments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n getDebugInfo: {\n serializedName: \"typeProperties.getDebugInfo\",\n type: {\n name: \"String\",\n },\n },\n scriptPath: {\n serializedName: \"typeProperties.scriptPath\",\n type: {\n name: \"any\",\n },\n },\n scriptLinkedService: {\n serializedName: \"typeProperties.scriptLinkedService\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n defines: {\n serializedName: \"typeProperties.defines\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n variables: {\n serializedName: \"typeProperties.variables\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n queryTimeout: {\n serializedName: \"typeProperties.queryTimeout\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const HDInsightPigActivity: coreClient.CompositeMapper = {\n serializedName: \"HDInsightPig\",\n type: {\n name: \"Composite\",\n className: \"HDInsightPigActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n storageLinkedServices: {\n serializedName: \"typeProperties.storageLinkedServices\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n },\n },\n arguments: {\n serializedName: \"typeProperties.arguments\",\n type: {\n name: \"any\",\n },\n },\n getDebugInfo: {\n serializedName: \"typeProperties.getDebugInfo\",\n type: {\n name: \"String\",\n },\n },\n scriptPath: {\n serializedName: \"typeProperties.scriptPath\",\n type: {\n name: \"any\",\n },\n },\n scriptLinkedService: {\n serializedName: \"typeProperties.scriptLinkedService\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n defines: {\n serializedName: \"typeProperties.defines\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const HDInsightMapReduceActivity: coreClient.CompositeMapper = {\n serializedName: \"HDInsightMapReduce\",\n type: {\n name: \"Composite\",\n className: \"HDInsightMapReduceActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n storageLinkedServices: {\n serializedName: \"typeProperties.storageLinkedServices\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n },\n },\n arguments: {\n serializedName: \"typeProperties.arguments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n getDebugInfo: {\n serializedName: \"typeProperties.getDebugInfo\",\n type: {\n name: \"String\",\n },\n },\n className: {\n serializedName: \"typeProperties.className\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n jarFilePath: {\n serializedName: \"typeProperties.jarFilePath\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n jarLinkedService: {\n serializedName: \"typeProperties.jarLinkedService\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n jarLibs: {\n serializedName: \"typeProperties.jarLibs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n defines: {\n serializedName: \"typeProperties.defines\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const HDInsightStreamingActivity: coreClient.CompositeMapper = {\n serializedName: \"HDInsightStreaming\",\n type: {\n name: \"Composite\",\n className: \"HDInsightStreamingActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n storageLinkedServices: {\n serializedName: \"typeProperties.storageLinkedServices\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n },\n },\n arguments: {\n serializedName: \"typeProperties.arguments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n getDebugInfo: {\n serializedName: \"typeProperties.getDebugInfo\",\n type: {\n name: \"String\",\n },\n },\n mapper: {\n serializedName: \"typeProperties.mapper\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n reducer: {\n serializedName: \"typeProperties.reducer\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n input: {\n serializedName: \"typeProperties.input\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n output: {\n serializedName: \"typeProperties.output\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n filePaths: {\n serializedName: \"typeProperties.filePaths\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n fileLinkedService: {\n serializedName: \"typeProperties.fileLinkedService\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n combiner: {\n serializedName: \"typeProperties.combiner\",\n type: {\n name: \"any\",\n },\n },\n commandEnvironment: {\n serializedName: \"typeProperties.commandEnvironment\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n defines: {\n serializedName: \"typeProperties.defines\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const HDInsightSparkActivity: coreClient.CompositeMapper = {\n serializedName: \"HDInsightSpark\",\n type: {\n name: \"Composite\",\n className: \"HDInsightSparkActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n rootPath: {\n serializedName: \"typeProperties.rootPath\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n entryFilePath: {\n serializedName: \"typeProperties.entryFilePath\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n arguments: {\n serializedName: \"typeProperties.arguments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n getDebugInfo: {\n serializedName: \"typeProperties.getDebugInfo\",\n type: {\n name: \"String\",\n },\n },\n sparkJobLinkedService: {\n serializedName: \"typeProperties.sparkJobLinkedService\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n className: {\n serializedName: \"typeProperties.className\",\n type: {\n name: \"String\",\n },\n },\n proxyUser: {\n serializedName: \"typeProperties.proxyUser\",\n type: {\n name: \"any\",\n },\n },\n sparkConfig: {\n serializedName: \"typeProperties.sparkConfig\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const ExecuteSsisPackageActivity: coreClient.CompositeMapper = {\n serializedName: \"ExecuteSSISPackage\",\n type: {\n name: \"Composite\",\n className: \"ExecuteSsisPackageActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n packageLocation: {\n serializedName: \"typeProperties.packageLocation\",\n type: {\n name: \"Composite\",\n className: \"SsisPackageLocation\",\n },\n },\n runtime: {\n serializedName: \"typeProperties.runtime\",\n type: {\n name: \"any\",\n },\n },\n loggingLevel: {\n serializedName: \"typeProperties.loggingLevel\",\n type: {\n name: \"any\",\n },\n },\n environmentPath: {\n serializedName: \"typeProperties.environmentPath\",\n type: {\n name: \"any\",\n },\n },\n executionCredential: {\n serializedName: \"typeProperties.executionCredential\",\n type: {\n name: \"Composite\",\n className: \"SsisExecutionCredential\",\n },\n },\n connectVia: {\n serializedName: \"typeProperties.connectVia\",\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeReference\",\n },\n },\n projectParameters: {\n serializedName: \"typeProperties.projectParameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"SsisExecutionParameter\" },\n },\n },\n },\n packageParameters: {\n serializedName: \"typeProperties.packageParameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"SsisExecutionParameter\" },\n },\n },\n },\n projectConnectionManagers: {\n serializedName: \"typeProperties.projectConnectionManagers\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"SsisExecutionParameter\",\n },\n },\n },\n },\n },\n },\n packageConnectionManagers: {\n serializedName: \"typeProperties.packageConnectionManagers\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"SsisExecutionParameter\",\n },\n },\n },\n },\n },\n },\n propertyOverrides: {\n serializedName: \"typeProperties.propertyOverrides\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"SsisPropertyOverride\" },\n },\n },\n },\n logLocation: {\n serializedName: \"typeProperties.logLocation\",\n type: {\n name: \"Composite\",\n className: \"SsisLogLocation\",\n },\n },\n },\n },\n};\n\nexport const CustomActivity: coreClient.CompositeMapper = {\n serializedName: \"Custom\",\n type: {\n name: \"Composite\",\n className: \"CustomActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n command: {\n serializedName: \"typeProperties.command\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n resourceLinkedService: {\n serializedName: \"typeProperties.resourceLinkedService\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n folderPath: {\n serializedName: \"typeProperties.folderPath\",\n type: {\n name: \"any\",\n },\n },\n referenceObjects: {\n serializedName: \"typeProperties.referenceObjects\",\n type: {\n name: \"Composite\",\n className: \"CustomActivityReferenceObject\",\n },\n },\n extendedProperties: {\n serializedName: \"typeProperties.extendedProperties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n retentionTimeInDays: {\n serializedName: \"typeProperties.retentionTimeInDays\",\n type: {\n name: \"any\",\n },\n },\n autoUserSpecification: {\n serializedName: \"typeProperties.autoUserSpecification\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SqlServerStoredProcedureActivity: coreClient.CompositeMapper = {\n serializedName: \"SqlServerStoredProcedure\",\n type: {\n name: \"Composite\",\n className: \"SqlServerStoredProcedureActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n storedProcedureName: {\n serializedName: \"typeProperties.storedProcedureName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n storedProcedureParameters: {\n serializedName: \"typeProperties.storedProcedureParameters\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DeleteActivity: coreClient.CompositeMapper = {\n serializedName: \"Delete\",\n type: {\n name: \"Composite\",\n className: \"DeleteActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n recursive: {\n serializedName: \"typeProperties.recursive\",\n type: {\n name: \"any\",\n },\n },\n maxConcurrentConnections: {\n constraints: {\n InclusiveMinimum: 1,\n },\n serializedName: \"typeProperties.maxConcurrentConnections\",\n type: {\n name: \"Number\",\n },\n },\n enableLogging: {\n serializedName: \"typeProperties.enableLogging\",\n type: {\n name: \"any\",\n },\n },\n logStorageSettings: {\n serializedName: \"typeProperties.logStorageSettings\",\n type: {\n name: \"Composite\",\n className: \"LogStorageSettings\",\n },\n },\n dataset: {\n serializedName: \"typeProperties.dataset\",\n type: {\n name: \"Composite\",\n className: \"DatasetReference\",\n },\n },\n storeSettings: {\n serializedName: \"typeProperties.storeSettings\",\n type: {\n name: \"Composite\",\n className: \"StoreReadSettings\",\n },\n },\n },\n },\n};\n\nexport const AzureDataExplorerCommandActivity: coreClient.CompositeMapper = {\n serializedName: \"AzureDataExplorerCommand\",\n type: {\n name: \"Composite\",\n className: \"AzureDataExplorerCommandActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n command: {\n serializedName: \"typeProperties.command\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n commandTimeout: {\n serializedName: \"typeProperties.commandTimeout\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const LookupActivity: coreClient.CompositeMapper = {\n serializedName: \"Lookup\",\n type: {\n name: \"Composite\",\n className: \"LookupActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n source: {\n serializedName: \"typeProperties.source\",\n type: {\n name: \"Composite\",\n className: \"CopySource\",\n },\n },\n dataset: {\n serializedName: \"typeProperties.dataset\",\n type: {\n name: \"Composite\",\n className: \"DatasetReference\",\n },\n },\n firstRowOnly: {\n serializedName: \"typeProperties.firstRowOnly\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const WebActivity: coreClient.CompositeMapper = {\n serializedName: \"WebActivity\",\n type: {\n name: \"Composite\",\n className: \"WebActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n method: {\n serializedName: \"typeProperties.method\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n url: {\n serializedName: \"typeProperties.url\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n headers: {\n serializedName: \"typeProperties.headers\",\n type: {\n name: \"any\",\n },\n },\n body: {\n serializedName: \"typeProperties.body\",\n type: {\n name: \"any\",\n },\n },\n authentication: {\n serializedName: \"typeProperties.authentication\",\n type: {\n name: \"Composite\",\n className: \"WebActivityAuthentication\",\n },\n },\n datasets: {\n serializedName: \"typeProperties.datasets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatasetReference\",\n },\n },\n },\n },\n linkedServices: {\n serializedName: \"typeProperties.linkedServices\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n },\n },\n connectVia: {\n serializedName: \"typeProperties.connectVia\",\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeReference\",\n },\n },\n },\n },\n};\n\nexport const GetMetadataActivity: coreClient.CompositeMapper = {\n serializedName: \"GetMetadata\",\n type: {\n name: \"Composite\",\n className: \"GetMetadataActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n dataset: {\n serializedName: \"typeProperties.dataset\",\n type: {\n name: \"Composite\",\n className: \"DatasetReference\",\n },\n },\n fieldList: {\n serializedName: \"typeProperties.fieldList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n storeSettings: {\n serializedName: \"typeProperties.storeSettings\",\n type: {\n name: \"Composite\",\n className: \"StoreReadSettings\",\n },\n },\n formatSettings: {\n serializedName: \"typeProperties.formatSettings\",\n type: {\n name: \"Composite\",\n className: \"FormatReadSettings\",\n },\n },\n },\n },\n};\n\nexport const AzureMLBatchExecutionActivity: coreClient.CompositeMapper = {\n serializedName: \"AzureMLBatchExecution\",\n type: {\n name: \"Composite\",\n className: \"AzureMLBatchExecutionActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n globalParameters: {\n serializedName: \"typeProperties.globalParameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n webServiceOutputs: {\n serializedName: \"typeProperties.webServiceOutputs\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"AzureMLWebServiceFile\" },\n },\n },\n },\n webServiceInputs: {\n serializedName: \"typeProperties.webServiceInputs\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"AzureMLWebServiceFile\" },\n },\n },\n },\n },\n },\n};\n\nexport const AzureMLUpdateResourceActivity: coreClient.CompositeMapper = {\n serializedName: \"AzureMLUpdateResource\",\n type: {\n name: \"Composite\",\n className: \"AzureMLUpdateResourceActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n trainedModelName: {\n serializedName: \"typeProperties.trainedModelName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n trainedModelLinkedServiceName: {\n serializedName: \"typeProperties.trainedModelLinkedServiceName\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n trainedModelFilePath: {\n serializedName: \"typeProperties.trainedModelFilePath\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureMLExecutePipelineActivity: coreClient.CompositeMapper = {\n serializedName: \"AzureMLExecutePipeline\",\n type: {\n name: \"Composite\",\n className: \"AzureMLExecutePipelineActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n mlPipelineId: {\n serializedName: \"typeProperties.mlPipelineId\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n experimentName: {\n serializedName: \"typeProperties.experimentName\",\n type: {\n name: \"any\",\n },\n },\n mlPipelineParameters: {\n serializedName: \"typeProperties.mlPipelineParameters\",\n type: {\n name: \"any\",\n },\n },\n mlParentRunId: {\n serializedName: \"typeProperties.mlParentRunId\",\n type: {\n name: \"any\",\n },\n },\n continueOnStepFailure: {\n serializedName: \"typeProperties.continueOnStepFailure\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DataLakeAnalyticsUsqlActivity: coreClient.CompositeMapper = {\n serializedName: \"DataLakeAnalyticsU-SQL\",\n type: {\n name: \"Composite\",\n className: \"DataLakeAnalyticsUsqlActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n scriptPath: {\n serializedName: \"typeProperties.scriptPath\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n scriptLinkedService: {\n serializedName: \"typeProperties.scriptLinkedService\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n degreeOfParallelism: {\n serializedName: \"typeProperties.degreeOfParallelism\",\n type: {\n name: \"any\",\n },\n },\n priority: {\n serializedName: \"typeProperties.priority\",\n type: {\n name: \"any\",\n },\n },\n parameters: {\n serializedName: \"typeProperties.parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n runtimeVersion: {\n serializedName: \"typeProperties.runtimeVersion\",\n type: {\n name: \"any\",\n },\n },\n compilationMode: {\n serializedName: \"typeProperties.compilationMode\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DatabricksNotebookActivity: coreClient.CompositeMapper = {\n serializedName: \"DatabricksNotebook\",\n type: {\n name: \"Composite\",\n className: \"DatabricksNotebookActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n notebookPath: {\n serializedName: \"typeProperties.notebookPath\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n baseParameters: {\n serializedName: \"typeProperties.baseParameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n libraries: {\n serializedName: \"typeProperties.libraries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n },\n },\n};\n\nexport const DatabricksSparkJarActivity: coreClient.CompositeMapper = {\n serializedName: \"DatabricksSparkJar\",\n type: {\n name: \"Composite\",\n className: \"DatabricksSparkJarActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n mainClassName: {\n serializedName: \"typeProperties.mainClassName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n parameters: {\n serializedName: \"typeProperties.parameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n libraries: {\n serializedName: \"typeProperties.libraries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n },\n },\n};\n\nexport const DatabricksSparkPythonActivity: coreClient.CompositeMapper = {\n serializedName: \"DatabricksSparkPython\",\n type: {\n name: \"Composite\",\n className: \"DatabricksSparkPythonActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n pythonFile: {\n serializedName: \"typeProperties.pythonFile\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n parameters: {\n serializedName: \"typeProperties.parameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n libraries: {\n serializedName: \"typeProperties.libraries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n },\n },\n};\n\nexport const AzureFunctionActivity: coreClient.CompositeMapper = {\n serializedName: \"AzureFunctionActivity\",\n type: {\n name: \"Composite\",\n className: \"AzureFunctionActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n method: {\n serializedName: \"typeProperties.method\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n functionName: {\n serializedName: \"typeProperties.functionName\",\n required: true,\n type: {\n name: \"any\",\n },\n },\n headers: {\n serializedName: \"typeProperties.headers\",\n type: {\n name: \"any\",\n },\n },\n body: {\n serializedName: \"typeProperties.body\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ExecuteDataFlowActivity: coreClient.CompositeMapper = {\n serializedName: \"ExecuteDataFlow\",\n type: {\n name: \"Composite\",\n className: \"ExecuteDataFlowActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n dataflow: {\n serializedName: \"typeProperties.dataflow\",\n type: {\n name: \"Composite\",\n className: \"DataFlowReference\",\n },\n },\n staging: {\n serializedName: \"typeProperties.staging\",\n type: {\n name: \"Composite\",\n className: \"DataFlowStagingInfo\",\n },\n },\n integrationRuntime: {\n serializedName: \"typeProperties.integrationRuntime\",\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeReference\",\n },\n },\n compute: {\n serializedName: \"typeProperties.compute\",\n type: {\n name: \"Composite\",\n className: \"ExecuteDataFlowActivityTypePropertiesCompute\",\n },\n },\n traceLevel: {\n serializedName: \"typeProperties.traceLevel\",\n type: {\n name: \"any\",\n },\n },\n continueOnError: {\n serializedName: \"typeProperties.continueOnError\",\n type: {\n name: \"any\",\n },\n },\n runConcurrently: {\n serializedName: \"typeProperties.runConcurrently\",\n type: {\n name: \"any\",\n },\n },\n sourceStagingConcurrency: {\n serializedName: \"typeProperties.sourceStagingConcurrency\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ScriptActivity: coreClient.CompositeMapper = {\n serializedName: \"Script\",\n type: {\n name: \"Composite\",\n className: \"ScriptActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n scriptBlockExecutionTimeout: {\n serializedName: \"typeProperties.scriptBlockExecutionTimeout\",\n type: {\n name: \"any\",\n },\n },\n scripts: {\n serializedName: \"typeProperties.scripts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScriptActivityScriptBlock\",\n },\n },\n },\n },\n logSettings: {\n serializedName: \"typeProperties.logSettings\",\n type: {\n name: \"Composite\",\n className: \"ScriptActivityTypePropertiesLogSettings\",\n },\n },\n },\n },\n};\n\nexport const SynapseNotebookActivity: coreClient.CompositeMapper = {\n serializedName: \"SynapseNotebook\",\n type: {\n name: \"Composite\",\n className: \"SynapseNotebookActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n notebook: {\n serializedName: \"typeProperties.notebook\",\n type: {\n name: \"Composite\",\n className: \"SynapseNotebookReference\",\n },\n },\n sparkPool: {\n serializedName: \"typeProperties.sparkPool\",\n type: {\n name: \"Composite\",\n className: \"BigDataPoolParametrizationReference\",\n },\n },\n parameters: {\n serializedName: \"typeProperties.parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"NotebookParameter\" },\n },\n },\n },\n executorSize: {\n serializedName: \"typeProperties.executorSize\",\n type: {\n name: \"any\",\n },\n },\n conf: {\n serializedName: \"typeProperties.conf\",\n type: {\n name: \"any\",\n },\n },\n driverSize: {\n serializedName: \"typeProperties.driverSize\",\n type: {\n name: \"any\",\n },\n },\n numExecutors: {\n serializedName: \"typeProperties.numExecutors\",\n type: {\n name: \"any\",\n },\n },\n configurationType: {\n serializedName: \"typeProperties.configurationType\",\n type: {\n name: \"String\",\n },\n },\n targetSparkConfiguration: {\n serializedName: \"typeProperties.targetSparkConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SparkConfigurationParametrizationReference\",\n },\n },\n sparkConfig: {\n serializedName: \"typeProperties.sparkConfig\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const SynapseSparkJobDefinitionActivity: coreClient.CompositeMapper = {\n serializedName: \"SparkJob\",\n type: {\n name: \"Composite\",\n className: \"SynapseSparkJobDefinitionActivity\",\n uberParent: \"ExecutionActivity\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExecutionActivity.type.modelProperties,\n sparkJob: {\n serializedName: \"typeProperties.sparkJob\",\n type: {\n name: \"Composite\",\n className: \"SynapseSparkJobReference\",\n },\n },\n arguments: {\n serializedName: \"typeProperties.args\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n file: {\n serializedName: \"typeProperties.file\",\n type: {\n name: \"any\",\n },\n },\n scanFolder: {\n serializedName: \"typeProperties.scanFolder\",\n type: {\n name: \"any\",\n },\n },\n className: {\n serializedName: \"typeProperties.className\",\n type: {\n name: \"any\",\n },\n },\n files: {\n serializedName: \"typeProperties.files\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n pythonCodeReference: {\n serializedName: \"typeProperties.pythonCodeReference\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n filesV2: {\n serializedName: \"typeProperties.filesV2\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n targetBigDataPool: {\n serializedName: \"typeProperties.targetBigDataPool\",\n type: {\n name: \"Composite\",\n className: \"BigDataPoolParametrizationReference\",\n },\n },\n executorSize: {\n serializedName: \"typeProperties.executorSize\",\n type: {\n name: \"any\",\n },\n },\n conf: {\n serializedName: \"typeProperties.conf\",\n type: {\n name: \"any\",\n },\n },\n driverSize: {\n serializedName: \"typeProperties.driverSize\",\n type: {\n name: \"any\",\n },\n },\n numExecutors: {\n serializedName: \"typeProperties.numExecutors\",\n type: {\n name: \"any\",\n },\n },\n configurationType: {\n serializedName: \"typeProperties.configurationType\",\n type: {\n name: \"String\",\n },\n },\n targetSparkConfiguration: {\n serializedName: \"typeProperties.targetSparkConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SparkConfigurationParametrizationReference\",\n },\n },\n sparkConfig: {\n serializedName: \"typeProperties.sparkConfig\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const ScheduleTrigger: coreClient.CompositeMapper = {\n serializedName: \"ScheduleTrigger\",\n type: {\n name: \"Composite\",\n className: \"ScheduleTrigger\",\n uberParent: \"MultiplePipelineTrigger\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator:\n MultiplePipelineTrigger.type.polymorphicDiscriminator,\n modelProperties: {\n ...MultiplePipelineTrigger.type.modelProperties,\n recurrence: {\n serializedName: \"typeProperties.recurrence\",\n type: {\n name: \"Composite\",\n className: \"ScheduleTriggerRecurrence\",\n },\n },\n },\n },\n};\n\nexport const BlobTrigger: coreClient.CompositeMapper = {\n serializedName: \"BlobTrigger\",\n type: {\n name: \"Composite\",\n className: \"BlobTrigger\",\n uberParent: \"MultiplePipelineTrigger\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator:\n MultiplePipelineTrigger.type.polymorphicDiscriminator,\n modelProperties: {\n ...MultiplePipelineTrigger.type.modelProperties,\n folderPath: {\n serializedName: \"typeProperties.folderPath\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n maxConcurrency: {\n serializedName: \"typeProperties.maxConcurrency\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n linkedService: {\n serializedName: \"typeProperties.linkedService\",\n type: {\n name: \"Composite\",\n className: \"LinkedServiceReference\",\n },\n },\n },\n },\n};\n\nexport const BlobEventsTrigger: coreClient.CompositeMapper = {\n serializedName: \"BlobEventsTrigger\",\n type: {\n name: \"Composite\",\n className: \"BlobEventsTrigger\",\n uberParent: \"MultiplePipelineTrigger\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator:\n MultiplePipelineTrigger.type.polymorphicDiscriminator,\n modelProperties: {\n ...MultiplePipelineTrigger.type.modelProperties,\n blobPathBeginsWith: {\n serializedName: \"typeProperties.blobPathBeginsWith\",\n type: {\n name: \"String\",\n },\n },\n blobPathEndsWith: {\n serializedName: \"typeProperties.blobPathEndsWith\",\n type: {\n name: \"String\",\n },\n },\n ignoreEmptyBlobs: {\n serializedName: \"typeProperties.ignoreEmptyBlobs\",\n type: {\n name: \"Boolean\",\n },\n },\n events: {\n serializedName: \"typeProperties.events\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n scope: {\n serializedName: \"typeProperties.scope\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomEventsTrigger: coreClient.CompositeMapper = {\n serializedName: \"CustomEventsTrigger\",\n type: {\n name: \"Composite\",\n className: \"CustomEventsTrigger\",\n uberParent: \"MultiplePipelineTrigger\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator:\n MultiplePipelineTrigger.type.polymorphicDiscriminator,\n modelProperties: {\n ...MultiplePipelineTrigger.type.modelProperties,\n subjectBeginsWith: {\n serializedName: \"typeProperties.subjectBeginsWith\",\n type: {\n name: \"String\",\n },\n },\n subjectEndsWith: {\n serializedName: \"typeProperties.subjectEndsWith\",\n type: {\n name: \"String\",\n },\n },\n events: {\n serializedName: \"typeProperties.events\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n scope: {\n serializedName: \"typeProperties.scope\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureTableSource: coreClient.CompositeMapper = {\n serializedName: \"AzureTableSource\",\n type: {\n name: \"Composite\",\n className: \"AzureTableSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n azureTableSourceQuery: {\n serializedName: \"azureTableSourceQuery\",\n type: {\n name: \"any\",\n },\n },\n azureTableSourceIgnoreTableNotFound: {\n serializedName: \"azureTableSourceIgnoreTableNotFound\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const InformixSource: coreClient.CompositeMapper = {\n serializedName: \"InformixSource\",\n type: {\n name: \"Composite\",\n className: \"InformixSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const Db2Source: coreClient.CompositeMapper = {\n serializedName: \"Db2Source\",\n type: {\n name: \"Composite\",\n className: \"Db2Source\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const OdbcSource: coreClient.CompositeMapper = {\n serializedName: \"OdbcSource\",\n type: {\n name: \"Composite\",\n className: \"OdbcSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MySqlSource: coreClient.CompositeMapper = {\n serializedName: \"MySqlSource\",\n type: {\n name: \"Composite\",\n className: \"MySqlSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const PostgreSqlSource: coreClient.CompositeMapper = {\n serializedName: \"PostgreSqlSource\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const PostgreSqlV2Source: coreClient.CompositeMapper = {\n serializedName: \"PostgreSqlV2Source\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlV2Source\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SybaseSource: coreClient.CompositeMapper = {\n serializedName: \"SybaseSource\",\n type: {\n name: \"Composite\",\n className: \"SybaseSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SapBwSource: coreClient.CompositeMapper = {\n serializedName: \"SapBwSource\",\n type: {\n name: \"Composite\",\n className: \"SapBwSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SalesforceSource: coreClient.CompositeMapper = {\n serializedName: \"SalesforceSource\",\n type: {\n name: \"Composite\",\n className: \"SalesforceSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n readBehavior: {\n serializedName: \"readBehavior\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SapCloudForCustomerSource: coreClient.CompositeMapper = {\n serializedName: \"SapCloudForCustomerSource\",\n type: {\n name: \"Composite\",\n className: \"SapCloudForCustomerSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n httpRequestTimeout: {\n serializedName: \"httpRequestTimeout\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SapEccSource: coreClient.CompositeMapper = {\n serializedName: \"SapEccSource\",\n type: {\n name: \"Composite\",\n className: \"SapEccSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n httpRequestTimeout: {\n serializedName: \"httpRequestTimeout\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SapHanaSource: coreClient.CompositeMapper = {\n serializedName: \"SapHanaSource\",\n type: {\n name: \"Composite\",\n className: \"SapHanaSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n packetSize: {\n serializedName: \"packetSize\",\n type: {\n name: \"any\",\n },\n },\n partitionOption: {\n serializedName: \"partitionOption\",\n type: {\n name: \"any\",\n },\n },\n partitionSettings: {\n serializedName: \"partitionSettings\",\n type: {\n name: \"Composite\",\n className: \"SapHanaPartitionSettings\",\n },\n },\n },\n },\n};\n\nexport const SapOpenHubSource: coreClient.CompositeMapper = {\n serializedName: \"SapOpenHubSource\",\n type: {\n name: \"Composite\",\n className: \"SapOpenHubSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n excludeLastRequest: {\n serializedName: \"excludeLastRequest\",\n type: {\n name: \"any\",\n },\n },\n baseRequestId: {\n serializedName: \"baseRequestId\",\n type: {\n name: \"any\",\n },\n },\n customRfcReadTableFunctionModule: {\n serializedName: \"customRfcReadTableFunctionModule\",\n type: {\n name: \"any\",\n },\n },\n sapDataColumnDelimiter: {\n serializedName: \"sapDataColumnDelimiter\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SapOdpSource: coreClient.CompositeMapper = {\n serializedName: \"SapOdpSource\",\n type: {\n name: \"Composite\",\n className: \"SapOdpSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n extractionMode: {\n serializedName: \"extractionMode\",\n type: {\n name: \"any\",\n },\n },\n subscriberProcess: {\n serializedName: \"subscriberProcess\",\n type: {\n name: \"any\",\n },\n },\n selection: {\n serializedName: \"selection\",\n type: {\n name: \"any\",\n },\n },\n projection: {\n serializedName: \"projection\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SapTableSource: coreClient.CompositeMapper = {\n serializedName: \"SapTableSource\",\n type: {\n name: \"Composite\",\n className: \"SapTableSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n rowCount: {\n serializedName: \"rowCount\",\n type: {\n name: \"any\",\n },\n },\n rowSkips: {\n serializedName: \"rowSkips\",\n type: {\n name: \"any\",\n },\n },\n rfcTableFields: {\n serializedName: \"rfcTableFields\",\n type: {\n name: \"any\",\n },\n },\n rfcTableOptions: {\n serializedName: \"rfcTableOptions\",\n type: {\n name: \"any\",\n },\n },\n batchSize: {\n serializedName: \"batchSize\",\n type: {\n name: \"any\",\n },\n },\n customRfcReadTableFunctionModule: {\n serializedName: \"customRfcReadTableFunctionModule\",\n type: {\n name: \"any\",\n },\n },\n sapDataColumnDelimiter: {\n serializedName: \"sapDataColumnDelimiter\",\n type: {\n name: \"any\",\n },\n },\n partitionOption: {\n serializedName: \"partitionOption\",\n type: {\n name: \"any\",\n },\n },\n partitionSettings: {\n serializedName: \"partitionSettings\",\n type: {\n name: \"Composite\",\n className: \"SapTablePartitionSettings\",\n },\n },\n },\n },\n};\n\nexport const SqlSource: coreClient.CompositeMapper = {\n serializedName: \"SqlSource\",\n type: {\n name: \"Composite\",\n className: \"SqlSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n sqlReaderQuery: {\n serializedName: \"sqlReaderQuery\",\n type: {\n name: \"any\",\n },\n },\n sqlReaderStoredProcedureName: {\n serializedName: \"sqlReaderStoredProcedureName\",\n type: {\n name: \"any\",\n },\n },\n storedProcedureParameters: {\n serializedName: \"storedProcedureParameters\",\n type: {\n name: \"any\",\n },\n },\n isolationLevel: {\n serializedName: \"isolationLevel\",\n type: {\n name: \"any\",\n },\n },\n partitionOption: {\n serializedName: \"partitionOption\",\n type: {\n name: \"any\",\n },\n },\n partitionSettings: {\n serializedName: \"partitionSettings\",\n type: {\n name: \"Composite\",\n className: \"SqlPartitionSettings\",\n },\n },\n },\n },\n};\n\nexport const SqlServerSource: coreClient.CompositeMapper = {\n serializedName: \"SqlServerSource\",\n type: {\n name: \"Composite\",\n className: \"SqlServerSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n sqlReaderQuery: {\n serializedName: \"sqlReaderQuery\",\n type: {\n name: \"any\",\n },\n },\n sqlReaderStoredProcedureName: {\n serializedName: \"sqlReaderStoredProcedureName\",\n type: {\n name: \"any\",\n },\n },\n storedProcedureParameters: {\n serializedName: \"storedProcedureParameters\",\n type: {\n name: \"any\",\n },\n },\n isolationLevel: {\n serializedName: \"isolationLevel\",\n type: {\n name: \"any\",\n },\n },\n produceAdditionalTypes: {\n serializedName: \"produceAdditionalTypes\",\n type: {\n name: \"any\",\n },\n },\n partitionOption: {\n serializedName: \"partitionOption\",\n type: {\n name: \"any\",\n },\n },\n partitionSettings: {\n serializedName: \"partitionSettings\",\n type: {\n name: \"Composite\",\n className: \"SqlPartitionSettings\",\n },\n },\n },\n },\n};\n\nexport const AmazonRdsForSqlServerSource: coreClient.CompositeMapper = {\n serializedName: \"AmazonRdsForSqlServerSource\",\n type: {\n name: \"Composite\",\n className: \"AmazonRdsForSqlServerSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n sqlReaderQuery: {\n serializedName: \"sqlReaderQuery\",\n type: {\n name: \"any\",\n },\n },\n sqlReaderStoredProcedureName: {\n serializedName: \"sqlReaderStoredProcedureName\",\n type: {\n name: \"any\",\n },\n },\n storedProcedureParameters: {\n serializedName: \"storedProcedureParameters\",\n type: {\n name: \"any\",\n },\n },\n isolationLevel: {\n serializedName: \"isolationLevel\",\n type: {\n name: \"any\",\n },\n },\n produceAdditionalTypes: {\n serializedName: \"produceAdditionalTypes\",\n type: {\n name: \"any\",\n },\n },\n partitionOption: {\n serializedName: \"partitionOption\",\n type: {\n name: \"any\",\n },\n },\n partitionSettings: {\n serializedName: \"partitionSettings\",\n type: {\n name: \"Composite\",\n className: \"SqlPartitionSettings\",\n },\n },\n },\n },\n};\n\nexport const AzureSqlSource: coreClient.CompositeMapper = {\n serializedName: \"AzureSqlSource\",\n type: {\n name: \"Composite\",\n className: \"AzureSqlSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n sqlReaderQuery: {\n serializedName: \"sqlReaderQuery\",\n type: {\n name: \"any\",\n },\n },\n sqlReaderStoredProcedureName: {\n serializedName: \"sqlReaderStoredProcedureName\",\n type: {\n name: \"any\",\n },\n },\n storedProcedureParameters: {\n serializedName: \"storedProcedureParameters\",\n type: {\n name: \"any\",\n },\n },\n isolationLevel: {\n serializedName: \"isolationLevel\",\n type: {\n name: \"any\",\n },\n },\n produceAdditionalTypes: {\n serializedName: \"produceAdditionalTypes\",\n type: {\n name: \"any\",\n },\n },\n partitionOption: {\n serializedName: \"partitionOption\",\n type: {\n name: \"any\",\n },\n },\n partitionSettings: {\n serializedName: \"partitionSettings\",\n type: {\n name: \"Composite\",\n className: \"SqlPartitionSettings\",\n },\n },\n },\n },\n};\n\nexport const SqlMISource: coreClient.CompositeMapper = {\n serializedName: \"SqlMISource\",\n type: {\n name: \"Composite\",\n className: \"SqlMISource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n sqlReaderQuery: {\n serializedName: \"sqlReaderQuery\",\n type: {\n name: \"any\",\n },\n },\n sqlReaderStoredProcedureName: {\n serializedName: \"sqlReaderStoredProcedureName\",\n type: {\n name: \"any\",\n },\n },\n storedProcedureParameters: {\n serializedName: \"storedProcedureParameters\",\n type: {\n name: \"any\",\n },\n },\n isolationLevel: {\n serializedName: \"isolationLevel\",\n type: {\n name: \"any\",\n },\n },\n produceAdditionalTypes: {\n serializedName: \"produceAdditionalTypes\",\n type: {\n name: \"any\",\n },\n },\n partitionOption: {\n serializedName: \"partitionOption\",\n type: {\n name: \"any\",\n },\n },\n partitionSettings: {\n serializedName: \"partitionSettings\",\n type: {\n name: \"Composite\",\n className: \"SqlPartitionSettings\",\n },\n },\n },\n },\n};\n\nexport const SqlDWSource: coreClient.CompositeMapper = {\n serializedName: \"SqlDWSource\",\n type: {\n name: \"Composite\",\n className: \"SqlDWSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n sqlReaderQuery: {\n serializedName: \"sqlReaderQuery\",\n type: {\n name: \"any\",\n },\n },\n sqlReaderStoredProcedureName: {\n serializedName: \"sqlReaderStoredProcedureName\",\n type: {\n name: \"any\",\n },\n },\n storedProcedureParameters: {\n serializedName: \"storedProcedureParameters\",\n type: {\n name: \"any\",\n },\n },\n isolationLevel: {\n serializedName: \"isolationLevel\",\n type: {\n name: \"any\",\n },\n },\n partitionOption: {\n serializedName: \"partitionOption\",\n type: {\n name: \"any\",\n },\n },\n partitionSettings: {\n serializedName: \"partitionSettings\",\n type: {\n name: \"Composite\",\n className: \"SqlPartitionSettings\",\n },\n },\n },\n },\n};\n\nexport const AzureMySqlSource: coreClient.CompositeMapper = {\n serializedName: \"AzureMySqlSource\",\n type: {\n name: \"Composite\",\n className: \"AzureMySqlSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const TeradataSource: coreClient.CompositeMapper = {\n serializedName: \"TeradataSource\",\n type: {\n name: \"Composite\",\n className: \"TeradataSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n partitionOption: {\n serializedName: \"partitionOption\",\n type: {\n name: \"String\",\n },\n },\n partitionSettings: {\n serializedName: \"partitionSettings\",\n type: {\n name: \"Composite\",\n className: \"TeradataPartitionSettings\",\n },\n },\n },\n },\n};\n\nexport const CassandraSource: coreClient.CompositeMapper = {\n serializedName: \"CassandraSource\",\n type: {\n name: \"Composite\",\n className: \"CassandraSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n consistencyLevel: {\n serializedName: \"consistencyLevel\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AmazonMWSSource: coreClient.CompositeMapper = {\n serializedName: \"AmazonMWSSource\",\n type: {\n name: \"Composite\",\n className: \"AmazonMWSSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzurePostgreSqlSource: coreClient.CompositeMapper = {\n serializedName: \"AzurePostgreSqlSource\",\n type: {\n name: \"Composite\",\n className: \"AzurePostgreSqlSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ConcurSource: coreClient.CompositeMapper = {\n serializedName: \"ConcurSource\",\n type: {\n name: \"Composite\",\n className: \"ConcurSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const CouchbaseSource: coreClient.CompositeMapper = {\n serializedName: \"CouchbaseSource\",\n type: {\n name: \"Composite\",\n className: \"CouchbaseSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DrillSource: coreClient.CompositeMapper = {\n serializedName: \"DrillSource\",\n type: {\n name: \"Composite\",\n className: \"DrillSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const EloquaSource: coreClient.CompositeMapper = {\n serializedName: \"EloquaSource\",\n type: {\n name: \"Composite\",\n className: \"EloquaSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const GoogleBigQuerySource: coreClient.CompositeMapper = {\n serializedName: \"GoogleBigQuerySource\",\n type: {\n name: \"Composite\",\n className: \"GoogleBigQuerySource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const GoogleBigQueryV2Source: coreClient.CompositeMapper = {\n serializedName: \"GoogleBigQueryV2Source\",\n type: {\n name: \"Composite\",\n className: \"GoogleBigQueryV2Source\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const GreenplumSource: coreClient.CompositeMapper = {\n serializedName: \"GreenplumSource\",\n type: {\n name: \"Composite\",\n className: \"GreenplumSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const HBaseSource: coreClient.CompositeMapper = {\n serializedName: \"HBaseSource\",\n type: {\n name: \"Composite\",\n className: \"HBaseSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const HiveSource: coreClient.CompositeMapper = {\n serializedName: \"HiveSource\",\n type: {\n name: \"Composite\",\n className: \"HiveSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const HubspotSource: coreClient.CompositeMapper = {\n serializedName: \"HubspotSource\",\n type: {\n name: \"Composite\",\n className: \"HubspotSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ImpalaSource: coreClient.CompositeMapper = {\n serializedName: \"ImpalaSource\",\n type: {\n name: \"Composite\",\n className: \"ImpalaSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const JiraSource: coreClient.CompositeMapper = {\n serializedName: \"JiraSource\",\n type: {\n name: \"Composite\",\n className: \"JiraSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MagentoSource: coreClient.CompositeMapper = {\n serializedName: \"MagentoSource\",\n type: {\n name: \"Composite\",\n className: \"MagentoSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MariaDBSource: coreClient.CompositeMapper = {\n serializedName: \"MariaDBSource\",\n type: {\n name: \"Composite\",\n className: \"MariaDBSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AzureMariaDBSource: coreClient.CompositeMapper = {\n serializedName: \"AzureMariaDBSource\",\n type: {\n name: \"Composite\",\n className: \"AzureMariaDBSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const MarketoSource: coreClient.CompositeMapper = {\n serializedName: \"MarketoSource\",\n type: {\n name: \"Composite\",\n className: \"MarketoSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const PaypalSource: coreClient.CompositeMapper = {\n serializedName: \"PaypalSource\",\n type: {\n name: \"Composite\",\n className: \"PaypalSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const PhoenixSource: coreClient.CompositeMapper = {\n serializedName: \"PhoenixSource\",\n type: {\n name: \"Composite\",\n className: \"PhoenixSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const PrestoSource: coreClient.CompositeMapper = {\n serializedName: \"PrestoSource\",\n type: {\n name: \"Composite\",\n className: \"PrestoSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const QuickBooksSource: coreClient.CompositeMapper = {\n serializedName: \"QuickBooksSource\",\n type: {\n name: \"Composite\",\n className: \"QuickBooksSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ServiceNowSource: coreClient.CompositeMapper = {\n serializedName: \"ServiceNowSource\",\n type: {\n name: \"Composite\",\n className: \"ServiceNowSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ShopifySource: coreClient.CompositeMapper = {\n serializedName: \"ShopifySource\",\n type: {\n name: \"Composite\",\n className: \"ShopifySource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SparkSource: coreClient.CompositeMapper = {\n serializedName: \"SparkSource\",\n type: {\n name: \"Composite\",\n className: \"SparkSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SquareSource: coreClient.CompositeMapper = {\n serializedName: \"SquareSource\",\n type: {\n name: \"Composite\",\n className: \"SquareSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const XeroSource: coreClient.CompositeMapper = {\n serializedName: \"XeroSource\",\n type: {\n name: \"Composite\",\n className: \"XeroSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ZohoSource: coreClient.CompositeMapper = {\n serializedName: \"ZohoSource\",\n type: {\n name: \"Composite\",\n className: \"ZohoSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const NetezzaSource: coreClient.CompositeMapper = {\n serializedName: \"NetezzaSource\",\n type: {\n name: \"Composite\",\n className: \"NetezzaSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n partitionOption: {\n serializedName: \"partitionOption\",\n type: {\n name: \"String\",\n },\n },\n partitionSettings: {\n serializedName: \"partitionSettings\",\n type: {\n name: \"Composite\",\n className: \"NetezzaPartitionSettings\",\n },\n },\n },\n },\n};\n\nexport const VerticaSource: coreClient.CompositeMapper = {\n serializedName: \"VerticaSource\",\n type: {\n name: \"Composite\",\n className: \"VerticaSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const SalesforceMarketingCloudSource: coreClient.CompositeMapper = {\n serializedName: \"SalesforceMarketingCloudSource\",\n type: {\n name: \"Composite\",\n className: \"SalesforceMarketingCloudSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ResponsysSource: coreClient.CompositeMapper = {\n serializedName: \"ResponsysSource\",\n type: {\n name: \"Composite\",\n className: \"ResponsysSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const DynamicsAXSource: coreClient.CompositeMapper = {\n serializedName: \"DynamicsAXSource\",\n type: {\n name: \"Composite\",\n className: \"DynamicsAXSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n httpRequestTimeout: {\n serializedName: \"httpRequestTimeout\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const OracleServiceCloudSource: coreClient.CompositeMapper = {\n serializedName: \"OracleServiceCloudSource\",\n type: {\n name: \"Composite\",\n className: \"OracleServiceCloudSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const GoogleAdWordsSource: coreClient.CompositeMapper = {\n serializedName: \"GoogleAdWordsSource\",\n type: {\n name: \"Composite\",\n className: \"GoogleAdWordsSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const AmazonRedshiftSource: coreClient.CompositeMapper = {\n serializedName: \"AmazonRedshiftSource\",\n type: {\n name: \"Composite\",\n className: \"AmazonRedshiftSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n query: {\n serializedName: \"query\",\n type: {\n name: \"any\",\n },\n },\n redshiftUnloadSettings: {\n serializedName: \"redshiftUnloadSettings\",\n type: {\n name: \"Composite\",\n className: \"RedshiftUnloadSettings\",\n },\n },\n },\n },\n};\n\nexport const WarehouseSource: coreClient.CompositeMapper = {\n serializedName: \"WarehouseSource\",\n type: {\n name: \"Composite\",\n className: \"WarehouseSource\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n sqlReaderQuery: {\n serializedName: \"sqlReaderQuery\",\n type: {\n name: \"any\",\n },\n },\n sqlReaderStoredProcedureName: {\n serializedName: \"sqlReaderStoredProcedureName\",\n type: {\n name: \"any\",\n },\n },\n storedProcedureParameters: {\n serializedName: \"storedProcedureParameters\",\n type: {\n name: \"any\",\n },\n },\n isolationLevel: {\n serializedName: \"isolationLevel\",\n type: {\n name: \"any\",\n },\n },\n partitionOption: {\n serializedName: \"partitionOption\",\n type: {\n name: \"any\",\n },\n },\n partitionSettings: {\n serializedName: \"partitionSettings\",\n type: {\n name: \"Composite\",\n className: \"SqlPartitionSettings\",\n },\n },\n },\n },\n};\n\nexport const SalesforceV2Source: coreClient.CompositeMapper = {\n serializedName: \"SalesforceV2Source\",\n type: {\n name: \"Composite\",\n className: \"SalesforceV2Source\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n soqlQuery: {\n serializedName: \"SOQLQuery\",\n type: {\n name: \"any\",\n },\n },\n includeDeletedObjects: {\n serializedName: \"includeDeletedObjects\",\n type: {\n name: \"any\",\n },\n },\n },\n },\n};\n\nexport const ServiceNowV2Source: coreClient.CompositeMapper = {\n serializedName: \"ServiceNowV2Source\",\n type: {\n name: \"Composite\",\n className: \"ServiceNowV2Source\",\n uberParent: \"TabularSource\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: TabularSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...TabularSource.type.modelProperties,\n expression: {\n serializedName: \"expression\",\n type: {\n name: \"Composite\",\n className: \"ExpressionV2\",\n },\n },\n },\n },\n};\n\nexport const TumblingWindowTriggerDependencyReference: coreClient.CompositeMapper =\n {\n serializedName: \"TumblingWindowTriggerDependencyReference\",\n type: {\n name: \"Composite\",\n className: \"TumblingWindowTriggerDependencyReference\",\n uberParent: \"TriggerDependencyReference\",\n polymorphicDiscriminator:\n TriggerDependencyReference.type.polymorphicDiscriminator,\n modelProperties: {\n ...TriggerDependencyReference.type.modelProperties,\n offset: {\n constraints: {\n Pattern: new RegExp(\n \"-?((\\\\d+)\\\\.)?(\\\\d\\\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))\",\n ),\n MaxLength: 15,\n MinLength: 8,\n },\n serializedName: \"offset\",\n type: {\n name: \"String\",\n },\n },\n size: {\n constraints: {\n Pattern: new RegExp(\n \"((\\\\d+)\\\\.)?(\\\\d\\\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))\",\n ),\n MaxLength: 15,\n MinLength: 8,\n },\n serializedName: \"size\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SparkConfigurationResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SparkConfigurationResource\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SparkConfiguration\",\n },\n },\n },\n },\n};\n\nexport const DataFlowResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataFlowResource\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DataFlow\",\n },\n },\n },\n },\n};\n\nexport const DatasetResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatasetResource\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"Dataset\",\n },\n },\n },\n },\n};\n\nexport const IntegrationRuntimeResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeResource\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntime\",\n },\n },\n },\n },\n};\n\nexport const LibraryResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LibraryResource\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"LibraryResourceProperties\",\n },\n },\n },\n },\n};\n\nexport const LinkedServiceResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkedServiceResource\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"LinkedService\",\n },\n },\n },\n },\n};\n\nexport const PipelineResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PipelineResource\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n ...SubResource.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\",\n },\n },\n activities: {\n serializedName: \"properties.activities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Activity\",\n },\n },\n },\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"ParameterSpecification\" },\n },\n },\n },\n variables: {\n serializedName: \"properties.variables\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"VariableSpecification\" },\n },\n },\n },\n concurrency: {\n constraints: {\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.concurrency\",\n type: {\n name: \"Number\",\n },\n },\n annotations: {\n serializedName: \"properties.annotations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"any\",\n },\n },\n },\n },\n runDimensions: {\n serializedName: \"properties.runDimensions\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n folder: {\n serializedName: \"properties.folder\",\n type: {\n name: \"Composite\",\n className: \"PipelineFolder\",\n },\n },\n },\n },\n};\n\nexport const SparkJobDefinitionResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SparkJobDefinitionResource\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SparkJobDefinition\",\n },\n },\n },\n },\n};\n\nexport const TriggerResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TriggerResource\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"Trigger\",\n },\n },\n },\n },\n};\n\nexport const RerunTriggerResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RerunTriggerResource\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"RerunTumblingWindowTrigger\",\n },\n },\n },\n },\n};\n\nexport const RunNotebookCreateRunHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunNotebookCreateRunHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataFlowDebugSessionCreateDataFlowDebugSessionHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DataFlowDebugSessionCreateDataFlowDebugSessionHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const DataFlowDebugSessionExecuteCommandHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DataFlowDebugSessionExecuteCommandHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport let discriminators = {\n SecretBase: SecretBase,\n DataFlow: DataFlow,\n IntegrationRuntime: IntegrationRuntime,\n Dataset: Dataset,\n LinkedService: LinkedService,\n Activity: Activity,\n Trigger: Trigger,\n DatasetLocation: DatasetLocation,\n DatasetStorageFormat: DatasetStorageFormat,\n WebLinkedServiceTypeProperties: WebLinkedServiceTypeProperties,\n StoreReadSettings: StoreReadSettings,\n StoreWriteSettings: StoreWriteSettings,\n FormatReadSettings: FormatReadSettings,\n CompressionReadSettings: CompressionReadSettings,\n FormatWriteSettings: FormatWriteSettings,\n CopySource: CopySource,\n CopySink: CopySink,\n ExportSettings: ExportSettings,\n ImportSettings: ImportSettings,\n CopyTranslator: CopyTranslator,\n DependencyReference: DependencyReference,\n \"CustomSetupBase.CustomSetupBase\": CustomSetupBase,\n LinkedIntegrationRuntimeType: LinkedIntegrationRuntimeType,\n \"SecretBase.SecureString\": SecureString,\n \"SecretBase.AzureKeyVaultSecret\": AzureKeyVaultSecretReference,\n \"DataFlow.MappingDataFlow\": MappingDataFlow,\n \"DataFlow.Flowlet\": Flowlet,\n \"IntegrationRuntime.Managed\": ManagedIntegrationRuntime,\n \"IntegrationRuntime.SelfHosted\": SelfHostedIntegrationRuntime,\n \"Dataset.AmazonS3Object\": AmazonS3Dataset,\n \"Dataset.Avro\": AvroDataset,\n \"Dataset.Excel\": ExcelDataset,\n \"Dataset.Parquet\": ParquetDataset,\n \"Dataset.DelimitedText\": DelimitedTextDataset,\n \"Dataset.Json\": JsonDataset,\n \"Dataset.Xml\": XmlDataset,\n \"Dataset.Orc\": OrcDataset,\n \"Dataset.Binary\": BinaryDataset,\n \"Dataset.AzureBlob\": AzureBlobDataset,\n \"Dataset.AzureTable\": AzureTableDataset,\n \"Dataset.AzureSqlTable\": AzureSqlTableDataset,\n \"Dataset.AzureSqlMITable\": AzureSqlMITableDataset,\n \"Dataset.AzureSqlDWTable\": AzureSqlDWTableDataset,\n \"Dataset.CassandraTable\": CassandraTableDataset,\n \"Dataset.CustomDataset\": CustomDataset,\n \"Dataset.CosmosDbSqlApiCollection\": CosmosDbSqlApiCollectionDataset,\n \"Dataset.DocumentDbCollection\": DocumentDbCollectionDataset,\n \"Dataset.DynamicsEntity\": DynamicsEntityDataset,\n \"Dataset.DynamicsCrmEntity\": DynamicsCrmEntityDataset,\n \"Dataset.CommonDataServiceForAppsEntity\":\n CommonDataServiceForAppsEntityDataset,\n \"Dataset.AzureDataLakeStoreFile\": AzureDataLakeStoreDataset,\n \"Dataset.AzureBlobFSFile\": AzureBlobFSDataset,\n \"Dataset.Office365Table\": Office365Dataset,\n \"Dataset.FileShare\": FileShareDataset,\n \"Dataset.MongoDbCollection\": MongoDbCollectionDataset,\n \"Dataset.MongoDbAtlasCollection\": MongoDbAtlasCollectionDataset,\n \"Dataset.MongoDbV2Collection\": MongoDbV2CollectionDataset,\n \"Dataset.CosmosDbMongoDbApiCollection\": CosmosDbMongoDbApiCollectionDataset,\n \"Dataset.ODataResource\": ODataResourceDataset,\n \"Dataset.OracleTable\": OracleTableDataset,\n \"Dataset.AmazonRdsForOracleTable\": AmazonRdsForOracleTableDataset,\n \"Dataset.TeradataTable\": TeradataTableDataset,\n \"Dataset.AzureMySqlTable\": AzureMySqlTableDataset,\n \"Dataset.AmazonRedshiftTable\": AmazonRedshiftTableDataset,\n \"Dataset.Db2Table\": Db2TableDataset,\n \"Dataset.RelationalTable\": RelationalTableDataset,\n \"Dataset.InformixTable\": InformixTableDataset,\n \"Dataset.OdbcTable\": OdbcTableDataset,\n \"Dataset.MySqlTable\": MySqlTableDataset,\n \"Dataset.PostgreSqlTable\": PostgreSqlTableDataset,\n \"Dataset.PostgreSqlV2Table\": PostgreSqlV2TableDataset,\n \"Dataset.MicrosoftAccessTable\": MicrosoftAccessTableDataset,\n \"Dataset.SalesforceObject\": SalesforceObjectDataset,\n \"Dataset.SalesforceServiceCloudObject\": SalesforceServiceCloudObjectDataset,\n \"Dataset.SybaseTable\": SybaseTableDataset,\n \"Dataset.SapBwCube\": SapBwCubeDataset,\n \"Dataset.SapCloudForCustomerResource\": SapCloudForCustomerResourceDataset,\n \"Dataset.SapEccResource\": SapEccResourceDataset,\n \"Dataset.SapHanaTable\": SapHanaTableDataset,\n \"Dataset.SapOpenHubTable\": SapOpenHubTableDataset,\n \"Dataset.SqlServerTable\": SqlServerTableDataset,\n \"Dataset.AmazonRdsForSqlServerTable\": AmazonRdsForSqlServerTableDataset,\n \"Dataset.RestResource\": RestResourceDataset,\n \"Dataset.SapTableResource\": SapTableResourceDataset,\n \"Dataset.SapOdpResource\": SapOdpResourceDataset,\n \"Dataset.WebTable\": WebTableDataset,\n \"Dataset.AzureSearchIndex\": AzureSearchIndexDataset,\n \"Dataset.HttpFile\": HttpDataset,\n \"Dataset.AmazonMWSObject\": AmazonMWSObjectDataset,\n \"Dataset.AzurePostgreSqlTable\": AzurePostgreSqlTableDataset,\n \"Dataset.ConcurObject\": ConcurObjectDataset,\n \"Dataset.CouchbaseTable\": CouchbaseTableDataset,\n \"Dataset.DrillTable\": DrillTableDataset,\n \"Dataset.EloquaObject\": EloquaObjectDataset,\n \"Dataset.GoogleBigQueryObject\": GoogleBigQueryObjectDataset,\n \"Dataset.GoogleBigQueryV2Object\": GoogleBigQueryV2ObjectDataset,\n \"Dataset.GreenplumTable\": GreenplumTableDataset,\n \"Dataset.HBaseObject\": HBaseObjectDataset,\n \"Dataset.HiveObject\": HiveObjectDataset,\n \"Dataset.HubspotObject\": HubspotObjectDataset,\n \"Dataset.ImpalaObject\": ImpalaObjectDataset,\n \"Dataset.JiraObject\": JiraObjectDataset,\n \"Dataset.MagentoObject\": MagentoObjectDataset,\n \"Dataset.MariaDBTable\": MariaDBTableDataset,\n \"Dataset.AzureMariaDBTable\": AzureMariaDBTableDataset,\n \"Dataset.MarketoObject\": MarketoObjectDataset,\n \"Dataset.PaypalObject\": PaypalObjectDataset,\n \"Dataset.PhoenixObject\": PhoenixObjectDataset,\n \"Dataset.PrestoObject\": PrestoObjectDataset,\n \"Dataset.QuickBooksObject\": QuickBooksObjectDataset,\n \"Dataset.ServiceNowObject\": ServiceNowObjectDataset,\n \"Dataset.ShopifyObject\": ShopifyObjectDataset,\n \"Dataset.SparkObject\": SparkObjectDataset,\n \"Dataset.SquareObject\": SquareObjectDataset,\n \"Dataset.XeroObject\": XeroObjectDataset,\n \"Dataset.ZohoObject\": ZohoObjectDataset,\n \"Dataset.NetezzaTable\": NetezzaTableDataset,\n \"Dataset.VerticaTable\": VerticaTableDataset,\n \"Dataset.SalesforceMarketingCloudObject\":\n SalesforceMarketingCloudObjectDataset,\n \"Dataset.ResponsysObject\": ResponsysObjectDataset,\n \"Dataset.DynamicsAXResource\": DynamicsAXResourceDataset,\n \"Dataset.OracleServiceCloudObject\": OracleServiceCloudObjectDataset,\n \"Dataset.AzureDataExplorerTable\": AzureDataExplorerTableDataset,\n \"Dataset.GoogleAdWordsObject\": GoogleAdWordsObjectDataset,\n \"Dataset.SnowflakeTable\": SnowflakeDataset,\n \"Dataset.SnowflakeV2Table\": SnowflakeV2Dataset,\n \"Dataset.SharePointOnlineListResource\": SharePointOnlineListResourceDataset,\n \"Dataset.AzureDatabricksDeltaLakeDataset\": AzureDatabricksDeltaLakeDataset,\n \"Dataset.LakeHouseTable\": LakeHouseTableDataset,\n \"Dataset.SalesforceV2Object\": SalesforceV2ObjectDataset,\n \"Dataset.SalesforceServiceCloudV2Object\":\n SalesforceServiceCloudV2ObjectDataset,\n \"Dataset.WarehouseTable\": WarehouseTableDataset,\n \"Dataset.ServiceNowV2Object\": ServiceNowV2ObjectDataset,\n \"LinkedService.AzureStorage\": AzureStorageLinkedService,\n \"LinkedService.AzureBlobStorage\": AzureBlobStorageLinkedService,\n \"LinkedService.AzureTableStorage\": AzureTableStorageLinkedService,\n \"LinkedService.AzureSqlDW\": AzureSqlDWLinkedService,\n \"LinkedService.SqlServer\": SqlServerLinkedService,\n \"LinkedService.AmazonRdsForSqlServer\": AmazonRdsForSqlServerLinkedService,\n \"LinkedService.AzureSqlDatabase\": AzureSqlDatabaseLinkedService,\n \"LinkedService.AzureSqlMI\": AzureSqlMILinkedService,\n \"LinkedService.AzureBatch\": AzureBatchLinkedService,\n \"LinkedService.AzureKeyVault\": AzureKeyVaultLinkedService,\n \"LinkedService.CosmosDb\": CosmosDbLinkedService,\n \"LinkedService.Dynamics\": DynamicsLinkedService,\n \"LinkedService.DynamicsCrm\": DynamicsCrmLinkedService,\n \"LinkedService.CommonDataServiceForApps\":\n CommonDataServiceForAppsLinkedService,\n \"LinkedService.HDInsight\": HDInsightLinkedService,\n \"LinkedService.FileServer\": FileServerLinkedService,\n \"LinkedService.AzureFileStorage\": AzureFileStorageLinkedService,\n \"LinkedService.GoogleCloudStorage\": GoogleCloudStorageLinkedService,\n \"LinkedService.Oracle\": OracleLinkedService,\n \"LinkedService.AmazonRdsForOracle\": AmazonRdsForOracleLinkedService,\n \"LinkedService.AzureMySql\": AzureMySqlLinkedService,\n \"LinkedService.MySql\": MySqlLinkedService,\n \"LinkedService.PostgreSql\": PostgreSqlLinkedService,\n \"LinkedService.PostgreSqlV2\": PostgreSqlV2LinkedService,\n \"LinkedService.Sybase\": SybaseLinkedService,\n \"LinkedService.Db2\": Db2LinkedService,\n \"LinkedService.Teradata\": TeradataLinkedService,\n \"LinkedService.AzureML\": AzureMLLinkedService,\n \"LinkedService.AzureMLService\": AzureMLServiceLinkedService,\n \"LinkedService.Odbc\": OdbcLinkedService,\n \"LinkedService.Informix\": InformixLinkedService,\n \"LinkedService.MicrosoftAccess\": MicrosoftAccessLinkedService,\n \"LinkedService.Hdfs\": HdfsLinkedService,\n \"LinkedService.OData\": ODataLinkedService,\n \"LinkedService.Web\": WebLinkedService,\n \"LinkedService.Cassandra\": CassandraLinkedService,\n \"LinkedService.MongoDb\": MongoDbLinkedService,\n \"LinkedService.MongoDbAtlas\": MongoDbAtlasLinkedService,\n \"LinkedService.MongoDbV2\": MongoDbV2LinkedService,\n \"LinkedService.CosmosDbMongoDbApi\": CosmosDbMongoDbApiLinkedService,\n \"LinkedService.AzureDataLakeStore\": AzureDataLakeStoreLinkedService,\n \"LinkedService.AzureBlobFS\": AzureBlobFSLinkedService,\n \"LinkedService.Office365\": Office365LinkedService,\n \"LinkedService.Salesforce\": SalesforceLinkedService,\n \"LinkedService.SalesforceServiceCloud\": SalesforceServiceCloudLinkedService,\n \"LinkedService.SapCloudForCustomer\": SapCloudForCustomerLinkedService,\n \"LinkedService.SapEcc\": SapEccLinkedService,\n \"LinkedService.SapOpenHub\": SapOpenHubLinkedService,\n \"LinkedService.SapOdp\": SapOdpLinkedService,\n \"LinkedService.RestService\": RestServiceLinkedService,\n \"LinkedService.TeamDesk\": TeamDeskLinkedService,\n \"LinkedService.Quickbase\": QuickbaseLinkedService,\n \"LinkedService.Smartsheet\": SmartsheetLinkedService,\n \"LinkedService.Zendesk\": ZendeskLinkedService,\n \"LinkedService.Dataworld\": DataworldLinkedService,\n \"LinkedService.AppFigures\": AppFiguresLinkedService,\n \"LinkedService.Asana\": AsanaLinkedService,\n \"LinkedService.Twilio\": TwilioLinkedService,\n \"LinkedService.GoogleSheets\": GoogleSheetsLinkedService,\n \"LinkedService.AmazonS3\": AmazonS3LinkedService,\n \"LinkedService.AmazonRedshift\": AmazonRedshiftLinkedService,\n \"LinkedService.CustomDataSource\": CustomDataSourceLinkedService,\n \"LinkedService.AzureSearch\": AzureSearchLinkedService,\n \"LinkedService.HttpServer\": HttpLinkedService,\n \"LinkedService.FtpServer\": FtpServerLinkedService,\n \"LinkedService.Sftp\": SftpServerLinkedService,\n \"LinkedService.SapBW\": SapBWLinkedService,\n \"LinkedService.SapHana\": SapHanaLinkedService,\n \"LinkedService.AmazonMWS\": AmazonMWSLinkedService,\n \"LinkedService.AzurePostgreSql\": AzurePostgreSqlLinkedService,\n \"LinkedService.Concur\": ConcurLinkedService,\n \"LinkedService.Couchbase\": CouchbaseLinkedService,\n \"LinkedService.Drill\": DrillLinkedService,\n \"LinkedService.Eloqua\": EloquaLinkedService,\n \"LinkedService.GoogleBigQuery\": GoogleBigQueryLinkedService,\n \"LinkedService.GoogleBigQueryV2\": GoogleBigQueryV2LinkedService,\n \"LinkedService.Greenplum\": GreenplumLinkedService,\n \"LinkedService.HBase\": HBaseLinkedService,\n \"LinkedService.Hive\": HiveLinkedService,\n \"LinkedService.Hubspot\": HubspotLinkedService,\n \"LinkedService.Impala\": ImpalaLinkedService,\n \"LinkedService.Jira\": JiraLinkedService,\n \"LinkedService.Magento\": MagentoLinkedService,\n \"LinkedService.MariaDB\": MariaDBLinkedService,\n \"LinkedService.AzureMariaDB\": AzureMariaDBLinkedService,\n \"LinkedService.Marketo\": MarketoLinkedService,\n \"LinkedService.Paypal\": PaypalLinkedService,\n \"LinkedService.Phoenix\": PhoenixLinkedService,\n \"LinkedService.Presto\": PrestoLinkedService,\n \"LinkedService.QuickBooks\": QuickBooksLinkedService,\n \"LinkedService.ServiceNow\": ServiceNowLinkedService,\n \"LinkedService.Shopify\": ShopifyLinkedService,\n \"LinkedService.Spark\": SparkLinkedService,\n \"LinkedService.Square\": SquareLinkedService,\n \"LinkedService.Xero\": XeroLinkedService,\n \"LinkedService.Zoho\": ZohoLinkedService,\n \"LinkedService.Vertica\": VerticaLinkedService,\n \"LinkedService.Netezza\": NetezzaLinkedService,\n \"LinkedService.SalesforceMarketingCloud\":\n SalesforceMarketingCloudLinkedService,\n \"LinkedService.HDInsightOnDemand\": HDInsightOnDemandLinkedService,\n \"LinkedService.AzureDataLakeAnalytics\": AzureDataLakeAnalyticsLinkedService,\n \"LinkedService.AzureDatabricks\": AzureDatabricksLinkedService,\n \"LinkedService.AzureDatabricksDeltaLake\":\n AzureDatabricksDeltaLakeLinkedService,\n \"LinkedService.Responsys\": ResponsysLinkedService,\n \"LinkedService.DynamicsAX\": DynamicsAXLinkedService,\n \"LinkedService.OracleServiceCloud\": OracleServiceCloudLinkedService,\n \"LinkedService.GoogleAdWords\": GoogleAdWordsLinkedService,\n \"LinkedService.SapTable\": SapTableLinkedService,\n \"LinkedService.AzureDataExplorer\": AzureDataExplorerLinkedService,\n \"LinkedService.AzureFunction\": AzureFunctionLinkedService,\n \"LinkedService.Snowflake\": SnowflakeLinkedService,\n \"LinkedService.SnowflakeV2\": SnowflakeV2LinkedService,\n \"LinkedService.SharePointOnlineList\": SharePointOnlineListLinkedService,\n \"LinkedService.AzureSynapseArtifacts\": AzureSynapseArtifactsLinkedService,\n \"LinkedService.LakeHouse\": LakeHouseLinkedService,\n \"LinkedService.PowerBIWorkspace\": PowerBIWorkspaceLinkedService,\n \"LinkedService.SalesforceV2\": SalesforceV2LinkedService,\n \"LinkedService.SalesforceServiceCloudV2\":\n SalesforceServiceCloudV2LinkedService,\n \"LinkedService.Warehouse\": WarehouseLinkedService,\n \"Activity.Container\": ControlActivity,\n \"Activity.Execution\": ExecutionActivity,\n \"Activity.SqlPoolStoredProcedure\": SqlPoolStoredProcedureActivity,\n \"Trigger.RerunTumblingWindowTrigger\": RerunTumblingWindowTrigger,\n \"Trigger.MultiplePipelineTrigger\": MultiplePipelineTrigger,\n \"Trigger.TumblingWindowTrigger\": TumblingWindowTrigger,\n \"Trigger.ChainingTrigger\": ChainingTrigger,\n \"DatasetLocation.AzureBlobStorageLocation\": AzureBlobStorageLocation,\n \"DatasetLocation.AzureBlobFSLocation\": AzureBlobFSLocation,\n \"DatasetLocation.AzureDataLakeStoreLocation\": AzureDataLakeStoreLocation,\n \"DatasetLocation.AmazonS3Location\": AmazonS3Location,\n \"DatasetLocation.FileServerLocation\": FileServerLocation,\n \"DatasetLocation.AzureFileStorageLocation\": AzureFileStorageLocation,\n \"DatasetLocation.GoogleCloudStorageLocation\": GoogleCloudStorageLocation,\n \"DatasetLocation.FtpServerLocation\": FtpServerLocation,\n \"DatasetLocation.SftpLocation\": SftpLocation,\n \"DatasetLocation.HttpServerLocation\": HttpServerLocation,\n \"DatasetLocation.HdfsLocation\": HdfsLocation,\n \"DatasetLocation.LakeHouseLocation\": LakeHouseLocation,\n \"DatasetStorageFormat.TextFormat\": TextFormat,\n \"DatasetStorageFormat.JsonFormat\": JsonFormat,\n \"DatasetStorageFormat.AvroFormat\": AvroFormat,\n \"DatasetStorageFormat.OrcFormat\": OrcFormat,\n \"DatasetStorageFormat.ParquetFormat\": ParquetFormat,\n \"WebLinkedServiceTypeProperties.Anonymous\": WebAnonymousAuthentication,\n \"WebLinkedServiceTypeProperties.Basic\": WebBasicAuthentication,\n \"WebLinkedServiceTypeProperties.ClientCertificate\":\n WebClientCertificateAuthentication,\n \"StoreReadSettings.AzureBlobStorageReadSettings\":\n AzureBlobStorageReadSettings,\n \"StoreReadSettings.AzureBlobFSReadSettings\": AzureBlobFSReadSettings,\n \"StoreReadSettings.AzureDataLakeStoreReadSettings\":\n AzureDataLakeStoreReadSettings,\n \"StoreReadSettings.AmazonS3ReadSettings\": AmazonS3ReadSettings,\n \"StoreReadSettings.FileServerReadSettings\": FileServerReadSettings,\n \"StoreReadSettings.AzureFileStorageReadSettings\":\n AzureFileStorageReadSettings,\n \"StoreReadSettings.GoogleCloudStorageReadSettings\":\n GoogleCloudStorageReadSettings,\n \"StoreReadSettings.FtpReadSettings\": FtpReadSettings,\n \"StoreReadSettings.SftpReadSettings\": SftpReadSettings,\n \"StoreReadSettings.HttpReadSettings\": HttpReadSettings,\n \"StoreReadSettings.HdfsReadSettings\": HdfsReadSettings,\n \"StoreReadSettings.LakeHouseReadSettings\": LakeHouseReadSettings,\n \"StoreWriteSettings.SftpWriteSettings\": SftpWriteSettings,\n \"StoreWriteSettings.AzureBlobStorageWriteSettings\":\n AzureBlobStorageWriteSettings,\n \"StoreWriteSettings.AzureBlobFSWriteSettings\": AzureBlobFSWriteSettings,\n \"StoreWriteSettings.AzureDataLakeStoreWriteSettings\":\n AzureDataLakeStoreWriteSettings,\n \"StoreWriteSettings.FileServerWriteSettings\": FileServerWriteSettings,\n \"StoreWriteSettings.AzureFileStorageWriteSettings\":\n AzureFileStorageWriteSettings,\n \"StoreWriteSettings.LakeHouseWriteSettings\": LakeHouseWriteSettings,\n \"FormatReadSettings.ParquetReadSettings\": ParquetReadSettings,\n \"FormatReadSettings.DelimitedTextReadSettings\": DelimitedTextReadSettings,\n \"FormatReadSettings.JsonReadSettings\": JsonReadSettings,\n \"FormatReadSettings.XmlReadSettings\": XmlReadSettings,\n \"FormatReadSettings.BinaryReadSettings\": BinaryReadSettings,\n \"CompressionReadSettings.ZipDeflateReadSettings\": ZipDeflateReadSettings,\n \"CompressionReadSettings.TarReadSettings\": TarReadSettings,\n \"CompressionReadSettings.TarGZipReadSettings\": TarGZipReadSettings,\n \"FormatWriteSettings.AvroWriteSettings\": AvroWriteSettings,\n \"FormatWriteSettings.OrcWriteSettings\": OrcWriteSettings,\n \"FormatWriteSettings.ParquetWriteSettings\": ParquetWriteSettings,\n \"FormatWriteSettings.DelimitedTextWriteSettings\": DelimitedTextWriteSettings,\n \"FormatWriteSettings.JsonWriteSettings\": JsonWriteSettings,\n \"CopySource.AvroSource\": AvroSource,\n \"CopySource.ExcelSource\": ExcelSource,\n \"CopySource.ParquetSource\": ParquetSource,\n \"CopySource.DelimitedTextSource\": DelimitedTextSource,\n \"CopySource.JsonSource\": JsonSource,\n \"CopySource.XmlSource\": XmlSource,\n \"CopySource.OrcSource\": OrcSource,\n \"CopySource.BinarySource\": BinarySource,\n \"CopySource.TabularSource\": TabularSource,\n \"CopySource.BlobSource\": BlobSource,\n \"CopySource.DocumentDbCollectionSource\": DocumentDbCollectionSource,\n \"CopySource.CosmosDbSqlApiSource\": CosmosDbSqlApiSource,\n \"CopySource.DynamicsSource\": DynamicsSource,\n \"CopySource.DynamicsCrmSource\": DynamicsCrmSource,\n \"CopySource.CommonDataServiceForAppsSource\": CommonDataServiceForAppsSource,\n \"CopySource.RelationalSource\": RelationalSource,\n \"CopySource.MicrosoftAccessSource\": MicrosoftAccessSource,\n \"CopySource.ODataSource\": ODataSource,\n \"CopySource.SalesforceServiceCloudSource\": SalesforceServiceCloudSource,\n \"CopySource.RestSource\": RestSource,\n \"CopySource.FileSystemSource\": FileSystemSource,\n \"CopySource.HdfsSource\": HdfsSource,\n \"CopySource.AzureDataExplorerSource\": AzureDataExplorerSource,\n \"CopySource.OracleSource\": OracleSource,\n \"CopySource.AmazonRdsForOracleSource\": AmazonRdsForOracleSource,\n \"CopySource.WebSource\": WebSource,\n \"CopySource.MongoDbSource\": MongoDbSource,\n \"CopySource.MongoDbAtlasSource\": MongoDbAtlasSource,\n \"CopySource.MongoDbV2Source\": MongoDbV2Source,\n \"CopySource.CosmosDbMongoDbApiSource\": CosmosDbMongoDbApiSource,\n \"CopySource.Office365Source\": Office365Source,\n \"CopySource.AzureDataLakeStoreSource\": AzureDataLakeStoreSource,\n \"CopySource.AzureBlobFSSource\": AzureBlobFSSource,\n \"CopySource.HttpSource\": HttpSource,\n \"CopySource.LakeHouseTableSource\": LakeHouseTableSource,\n \"CopySource.SnowflakeSource\": SnowflakeSource,\n \"CopySource.SnowflakeV2Source\": SnowflakeV2Source,\n \"CopySource.AzureDatabricksDeltaLakeSource\": AzureDatabricksDeltaLakeSource,\n \"CopySource.SharePointOnlineListSource\": SharePointOnlineListSource,\n \"CopySource.SalesforceServiceCloudV2Source\": SalesforceServiceCloudV2Source,\n \"CopySink.DelimitedTextSink\": DelimitedTextSink,\n \"CopySink.JsonSink\": JsonSink,\n \"CopySink.OrcSink\": OrcSink,\n \"CopySink.RestSink\": RestSink,\n \"CopySink.AzurePostgreSqlSink\": AzurePostgreSqlSink,\n \"CopySink.AzureMySqlSink\": AzureMySqlSink,\n \"CopySink.AzureDatabricksDeltaLakeSink\": AzureDatabricksDeltaLakeSink,\n \"CopySink.WarehouseSink\": WarehouseSink,\n \"CopySink.SapCloudForCustomerSink\": SapCloudForCustomerSink,\n \"CopySink.AzureQueueSink\": AzureQueueSink,\n \"CopySink.AzureTableSink\": AzureTableSink,\n \"CopySink.AvroSink\": AvroSink,\n \"CopySink.ParquetSink\": ParquetSink,\n \"CopySink.BinarySink\": BinarySink,\n \"CopySink.BlobSink\": BlobSink,\n \"CopySink.FileSystemSink\": FileSystemSink,\n \"CopySink.DocumentDbCollectionSink\": DocumentDbCollectionSink,\n \"CopySink.CosmosDbSqlApiSink\": CosmosDbSqlApiSink,\n \"CopySink.SqlSink\": SqlSink,\n \"CopySink.SqlServerSink\": SqlServerSink,\n \"CopySink.AzureSqlSink\": AzureSqlSink,\n \"CopySink.SqlMISink\": SqlMISink,\n \"CopySink.SqlDWSink\": SqlDWSink,\n \"CopySink.SnowflakeSink\": SnowflakeSink,\n \"CopySink.SnowflakeV2Sink\": SnowflakeV2Sink,\n \"CopySink.OracleSink\": OracleSink,\n \"CopySink.AzureDataLakeStoreSink\": AzureDataLakeStoreSink,\n \"CopySink.AzureBlobFSSink\": AzureBlobFSSink,\n \"CopySink.AzureSearchIndexSink\": AzureSearchIndexSink,\n \"CopySink.OdbcSink\": OdbcSink,\n \"CopySink.InformixSink\": InformixSink,\n \"CopySink.MicrosoftAccessSink\": MicrosoftAccessSink,\n \"CopySink.DynamicsSink\": DynamicsSink,\n \"CopySink.DynamicsCrmSink\": DynamicsCrmSink,\n \"CopySink.CommonDataServiceForAppsSink\": CommonDataServiceForAppsSink,\n \"CopySink.AzureDataExplorerSink\": AzureDataExplorerSink,\n \"CopySink.SalesforceSink\": SalesforceSink,\n \"CopySink.SalesforceServiceCloudSink\": SalesforceServiceCloudSink,\n \"CopySink.CosmosDbMongoDbApiSink\": CosmosDbMongoDbApiSink,\n \"CopySink.LakeHouseTableSink\": LakeHouseTableSink,\n \"CopySink.SalesforceV2Sink\": SalesforceV2Sink,\n \"CopySink.SalesforceServiceCloudV2Sink\": SalesforceServiceCloudV2Sink,\n \"ExportSettings.SnowflakeExportCopyCommand\": SnowflakeExportCopyCommand,\n \"ExportSettings.AzureDatabricksDeltaLakeExportCommand\":\n AzureDatabricksDeltaLakeExportCommand,\n \"ImportSettings.AzureDatabricksDeltaLakeImportCommand\":\n AzureDatabricksDeltaLakeImportCommand,\n \"ImportSettings.SnowflakeImportCopyCommand\": SnowflakeImportCopyCommand,\n \"CopyTranslator.TabularTranslator\": TabularTranslator,\n \"DependencyReference.TriggerDependencyReference\": TriggerDependencyReference,\n \"DependencyReference.SelfDependencyTumblingWindowTriggerReference\":\n SelfDependencyTumblingWindowTriggerReference,\n \"LinkedIntegrationRuntimeType.Key\": LinkedIntegrationRuntimeKeyAuthorization,\n \"LinkedIntegrationRuntimeType.RBAC\":\n LinkedIntegrationRuntimeRbacAuthorization,\n \"ControlActivity.ExecutePipeline\": ExecutePipelineActivity,\n \"ControlActivity.IfCondition\": IfConditionActivity,\n \"ControlActivity.Switch\": SwitchActivity,\n \"ControlActivity.ForEach\": ForEachActivity,\n \"ControlActivity.Wait\": WaitActivity,\n \"ControlActivity.Fail\": FailActivity,\n \"ControlActivity.Until\": UntilActivity,\n \"ControlActivity.Validation\": ValidationActivity,\n \"ControlActivity.Filter\": FilterActivity,\n \"ControlActivity.SetVariable\": SetVariableActivity,\n \"ControlActivity.AppendVariable\": AppendVariableActivity,\n \"ControlActivity.WebHook\": WebHookActivity,\n \"ExecutionActivity.Copy\": CopyActivity,\n \"ExecutionActivity.HDInsightHive\": HDInsightHiveActivity,\n \"ExecutionActivity.HDInsightPig\": HDInsightPigActivity,\n \"ExecutionActivity.HDInsightMapReduce\": HDInsightMapReduceActivity,\n \"ExecutionActivity.HDInsightStreaming\": HDInsightStreamingActivity,\n \"ExecutionActivity.HDInsightSpark\": HDInsightSparkActivity,\n \"ExecutionActivity.ExecuteSSISPackage\": ExecuteSsisPackageActivity,\n \"ExecutionActivity.Custom\": CustomActivity,\n \"ExecutionActivity.SqlServerStoredProcedure\":\n SqlServerStoredProcedureActivity,\n \"ExecutionActivity.Delete\": DeleteActivity,\n \"ExecutionActivity.AzureDataExplorerCommand\":\n AzureDataExplorerCommandActivity,\n \"ExecutionActivity.Lookup\": LookupActivity,\n \"ExecutionActivity.WebActivity\": WebActivity,\n \"ExecutionActivity.GetMetadata\": GetMetadataActivity,\n \"ExecutionActivity.AzureMLBatchExecution\": AzureMLBatchExecutionActivity,\n \"ExecutionActivity.AzureMLUpdateResource\": AzureMLUpdateResourceActivity,\n \"ExecutionActivity.AzureMLExecutePipeline\": AzureMLExecutePipelineActivity,\n \"ExecutionActivity.DataLakeAnalyticsU-SQL\": DataLakeAnalyticsUsqlActivity,\n \"ExecutionActivity.DatabricksNotebook\": DatabricksNotebookActivity,\n \"ExecutionActivity.DatabricksSparkJar\": DatabricksSparkJarActivity,\n \"ExecutionActivity.DatabricksSparkPython\": DatabricksSparkPythonActivity,\n \"ExecutionActivity.AzureFunctionActivity\": AzureFunctionActivity,\n \"ExecutionActivity.ExecuteDataFlow\": ExecuteDataFlowActivity,\n \"ExecutionActivity.Script\": ScriptActivity,\n \"ExecutionActivity.SynapseNotebook\": SynapseNotebookActivity,\n \"ExecutionActivity.SparkJob\": SynapseSparkJobDefinitionActivity,\n \"MultiplePipelineTrigger.ScheduleTrigger\": ScheduleTrigger,\n \"MultiplePipelineTrigger.BlobTrigger\": BlobTrigger,\n \"MultiplePipelineTrigger.BlobEventsTrigger\": BlobEventsTrigger,\n \"MultiplePipelineTrigger.CustomEventsTrigger\": CustomEventsTrigger,\n \"TabularSource.AzureTableSource\": AzureTableSource,\n \"TabularSource.InformixSource\": InformixSource,\n \"TabularSource.Db2Source\": Db2Source,\n \"TabularSource.OdbcSource\": OdbcSource,\n \"TabularSource.MySqlSource\": MySqlSource,\n \"TabularSource.PostgreSqlSource\": PostgreSqlSource,\n \"TabularSource.PostgreSqlV2Source\": PostgreSqlV2Source,\n \"TabularSource.SybaseSource\": SybaseSource,\n \"TabularSource.SapBwSource\": SapBwSource,\n \"TabularSource.SalesforceSource\": SalesforceSource,\n \"TabularSource.SapCloudForCustomerSource\": SapCloudForCustomerSource,\n \"TabularSource.SapEccSource\": SapEccSource,\n \"TabularSource.SapHanaSource\": SapHanaSource,\n \"TabularSource.SapOpenHubSource\": SapOpenHubSource,\n \"TabularSource.SapOdpSource\": SapOdpSource,\n \"TabularSource.SapTableSource\": SapTableSource,\n \"TabularSource.SqlSource\": SqlSource,\n \"TabularSource.SqlServerSource\": SqlServerSource,\n \"TabularSource.AmazonRdsForSqlServerSource\": AmazonRdsForSqlServerSource,\n \"TabularSource.AzureSqlSource\": AzureSqlSource,\n \"TabularSource.SqlMISource\": SqlMISource,\n \"TabularSource.SqlDWSource\": SqlDWSource,\n \"TabularSource.AzureMySqlSource\": AzureMySqlSource,\n \"TabularSource.TeradataSource\": TeradataSource,\n \"TabularSource.CassandraSource\": CassandraSource,\n \"TabularSource.AmazonMWSSource\": AmazonMWSSource,\n \"TabularSource.AzurePostgreSqlSource\": AzurePostgreSqlSource,\n \"TabularSource.ConcurSource\": ConcurSource,\n \"TabularSource.CouchbaseSource\": CouchbaseSource,\n \"TabularSource.DrillSource\": DrillSource,\n \"TabularSource.EloquaSource\": EloquaSource,\n \"TabularSource.GoogleBigQuerySource\": GoogleBigQuerySource,\n \"TabularSource.GoogleBigQueryV2Source\": GoogleBigQueryV2Source,\n \"TabularSource.GreenplumSource\": GreenplumSource,\n \"TabularSource.HBaseSource\": HBaseSource,\n \"TabularSource.HiveSource\": HiveSource,\n \"TabularSource.HubspotSource\": HubspotSource,\n \"TabularSource.ImpalaSource\": ImpalaSource,\n \"TabularSource.JiraSource\": JiraSource,\n \"TabularSource.MagentoSource\": MagentoSource,\n \"TabularSource.MariaDBSource\": MariaDBSource,\n \"TabularSource.AzureMariaDBSource\": AzureMariaDBSource,\n \"TabularSource.MarketoSource\": MarketoSource,\n \"TabularSource.PaypalSource\": PaypalSource,\n \"TabularSource.PhoenixSource\": PhoenixSource,\n \"TabularSource.PrestoSource\": PrestoSource,\n \"TabularSource.QuickBooksSource\": QuickBooksSource,\n \"TabularSource.ServiceNowSource\": ServiceNowSource,\n \"TabularSource.ShopifySource\": ShopifySource,\n \"TabularSource.SparkSource\": SparkSource,\n \"TabularSource.SquareSource\": SquareSource,\n \"TabularSource.XeroSource\": XeroSource,\n \"TabularSource.ZohoSource\": ZohoSource,\n \"TabularSource.NetezzaSource\": NetezzaSource,\n \"TabularSource.VerticaSource\": VerticaSource,\n \"TabularSource.SalesforceMarketingCloudSource\":\n SalesforceMarketingCloudSource,\n \"TabularSource.ResponsysSource\": ResponsysSource,\n \"TabularSource.DynamicsAXSource\": DynamicsAXSource,\n \"TabularSource.OracleServiceCloudSource\": OracleServiceCloudSource,\n \"TabularSource.GoogleAdWordsSource\": GoogleAdWordsSource,\n \"TabularSource.AmazonRedshiftSource\": AmazonRedshiftSource,\n \"TabularSource.WarehouseSource\": WarehouseSource,\n \"TabularSource.SalesforceV2Source\": SalesforceV2Source,\n \"TabularSource.ServiceNowV2Source\": ServiceNowV2Source,\n \"TriggerDependencyReference.TumblingWindowTriggerDependencyReference\":\n TumblingWindowTriggerDependencyReference,\n};\n"]}