@azure/storage-file-datalake 12.26.0 → 12.27.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (836) hide show
  1. package/README.md +117 -190
  2. package/dist/browser/DataLakeFileSystemClient.d.ts +473 -0
  3. package/dist/browser/DataLakeFileSystemClient.d.ts.map +1 -0
  4. package/{dist-esm/storage-file-datalake/src → dist/browser}/DataLakeFileSystemClient.js +170 -75
  5. package/dist/browser/DataLakeFileSystemClient.js.map +1 -0
  6. package/dist/browser/DataLakeLeaseClient.d.ts +14 -0
  7. package/dist/browser/DataLakeLeaseClient.d.ts.map +1 -0
  8. package/{dist-esm/storage-file-datalake/src → dist/browser}/DataLakeLeaseClient.js +3 -1
  9. package/dist/browser/DataLakeLeaseClient.js.map +1 -0
  10. package/dist/browser/DataLakeServiceClient.d.ts +281 -0
  11. package/dist/browser/DataLakeServiceClient.d.ts.map +1 -0
  12. package/{dist-esm/storage-file-datalake/src → dist/browser}/DataLakeServiceClient.js +94 -62
  13. package/dist/browser/DataLakeServiceClient.js.map +1 -0
  14. package/dist/browser/Pipeline.d.ts +52 -0
  15. package/dist/browser/Pipeline.d.ts.map +1 -0
  16. package/{dist-esm/storage-file-datalake/src → dist/browser}/Pipeline.js +8 -8
  17. package/dist/browser/Pipeline.js.map +1 -0
  18. package/dist/browser/StorageClient.d.ts +61 -0
  19. package/dist/browser/StorageClient.d.ts.map +1 -0
  20. package/{dist-esm/storage-file-datalake/src → dist/browser}/StorageClient.js +5 -3
  21. package/dist/browser/StorageClient.js.map +1 -0
  22. package/dist/browser/StorageContextClient.d.ts +9 -0
  23. package/dist/browser/StorageContextClient.d.ts.map +1 -0
  24. package/{dist-esm/storage-file-datalake/src → dist/browser}/StorageContextClient.js +3 -3
  25. package/dist/browser/StorageContextClient.js.map +1 -0
  26. package/dist/browser/clients.d.ts +689 -0
  27. package/dist/browser/clients.d.ts.map +1 -0
  28. package/{dist-esm/storage-file-datalake/src → dist/browser}/clients.js +87 -45
  29. package/dist/browser/clients.js.map +1 -0
  30. package/dist/browser/credentials/StorageSharedKeyCredential-browser.d.mts.map +1 -0
  31. package/dist/browser/credentials/StorageSharedKeyCredential-browser.mjs.map +1 -0
  32. package/dist/browser/credentials/StorageSharedKeyCredential.d.ts +3 -0
  33. package/{dist-esm/storage-file-datalake/src/credentials/StorageSharedKeyCredential.browser.js → dist/browser/credentials/StorageSharedKeyCredential.js} +1 -1
  34. package/dist/browser/credentials/UserDelegationKeyCredential-browser.d.mts.map +1 -0
  35. package/dist/browser/credentials/UserDelegationKeyCredential-browser.mjs.map +1 -0
  36. package/dist/browser/credentials/UserDelegationKeyCredential.d.ts +3 -0
  37. package/{dist-esm/storage-file-datalake/src/credentials/UserDelegationKeyCredential.browser.js → dist/browser/credentials/UserDelegationKeyCredential.js} +1 -1
  38. package/dist/browser/generated/src/index.d.ts +4 -0
  39. package/dist/browser/generated/src/index.d.ts.map +1 -0
  40. package/{dist-esm/storage-file-datalake/src → dist/browser}/generated/src/index.js +3 -3
  41. package/dist/browser/generated/src/index.js.map +1 -0
  42. package/dist/browser/generated/src/models/index.d.ts +1091 -0
  43. package/dist/browser/generated/src/models/index.d.ts.map +1 -0
  44. package/dist/browser/generated/src/models/index.js.map +1 -0
  45. package/dist/browser/generated/src/models/mappers.d.ts +53 -0
  46. package/dist/browser/generated/src/models/mappers.d.ts.map +1 -0
  47. package/dist/browser/generated/src/models/mappers.js.map +1 -0
  48. package/dist/browser/generated/src/models/parameters.d.ts +87 -0
  49. package/dist/browser/generated/src/models/parameters.d.ts.map +1 -0
  50. package/{dist-esm/storage-file-datalake/src → dist/browser}/generated/src/models/parameters.js +1 -1
  51. package/dist/browser/generated/src/models/parameters.js.map +1 -0
  52. package/dist/browser/generated/src/operations/fileSystemOperations.d.ts +55 -0
  53. package/dist/browser/generated/src/operations/fileSystemOperations.d.ts.map +1 -0
  54. package/{dist-esm/storage-file-datalake/src → dist/browser}/generated/src/operations/fileSystemOperations.js +2 -2
  55. package/dist/browser/generated/src/operations/fileSystemOperations.js.map +1 -0
  56. package/dist/browser/generated/src/operations/index.d.ts +4 -0
  57. package/dist/browser/generated/src/operations/index.d.ts.map +1 -0
  58. package/{dist-esm/storage-file-datalake/src/generated/src/operationsInterfaces → dist/browser/generated/src/operations}/index.js +3 -3
  59. package/dist/browser/generated/src/operations/index.js.map +1 -0
  60. package/dist/browser/generated/src/operations/pathOperations.d.ts +120 -0
  61. package/dist/browser/generated/src/operations/pathOperations.d.ts.map +1 -0
  62. package/{dist-esm/storage-file-datalake/src → dist/browser}/generated/src/operations/pathOperations.js +2 -2
  63. package/dist/browser/generated/src/operations/pathOperations.js.map +1 -0
  64. package/dist/browser/generated/src/operations/service.d.ts +18 -0
  65. package/dist/browser/generated/src/operations/service.d.ts.map +1 -0
  66. package/{dist-esm/storage-file-datalake/src → dist/browser}/generated/src/operations/service.js +2 -2
  67. package/dist/browser/generated/src/operations/service.js.map +1 -0
  68. package/dist/browser/generated/src/operationsInterfaces/fileSystemOperations.d.ts +47 -0
  69. package/dist/browser/generated/src/operationsInterfaces/fileSystemOperations.d.ts.map +1 -0
  70. package/dist/browser/generated/src/operationsInterfaces/fileSystemOperations.js.map +1 -0
  71. package/dist/browser/generated/src/operationsInterfaces/index.d.ts +4 -0
  72. package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +1 -0
  73. package/dist/browser/generated/src/operationsInterfaces/index.js +11 -0
  74. package/dist/browser/generated/src/operationsInterfaces/index.js.map +1 -0
  75. package/dist/browser/generated/src/operationsInterfaces/pathOperations.d.ts +112 -0
  76. package/dist/browser/generated/src/operationsInterfaces/pathOperations.d.ts.map +1 -0
  77. package/dist/browser/generated/src/operationsInterfaces/pathOperations.js.map +1 -0
  78. package/dist/browser/generated/src/operationsInterfaces/service.d.ts +10 -0
  79. package/dist/browser/generated/src/operationsInterfaces/service.d.ts.map +1 -0
  80. package/dist/browser/generated/src/operationsInterfaces/service.js.map +1 -0
  81. package/dist/browser/generated/src/storageClient.d.ts +20 -0
  82. package/dist/browser/generated/src/storageClient.d.ts.map +1 -0
  83. package/{dist-esm/storage-file-datalake/src → dist/browser}/generated/src/storageClient.js +3 -3
  84. package/dist/browser/generated/src/storageClient.js.map +1 -0
  85. package/dist/browser/index-browser.d.mts.map +1 -0
  86. package/dist/browser/index-browser.mjs.map +1 -0
  87. package/dist/browser/index.d.ts +13 -0
  88. package/{dist-esm/storage-file-datalake/src/index.browser.js → dist/browser/index.js} +10 -10
  89. package/dist/browser/log.d.ts +5 -0
  90. package/dist/browser/log.d.ts.map +1 -0
  91. package/dist/browser/log.js.map +1 -0
  92. package/dist/browser/models.d.ts +1318 -0
  93. package/dist/browser/models.d.ts.map +1 -0
  94. package/dist/browser/models.internal.d.ts +2 -0
  95. package/dist/browser/models.internal.d.ts.map +1 -0
  96. package/dist/browser/models.internal.js.map +1 -0
  97. package/{dist-esm/storage-file-datalake/src → dist/browser}/models.js +2 -0
  98. package/dist/browser/models.js.map +1 -0
  99. package/dist/browser/package.json +3 -0
  100. package/dist/browser/sas/AccountSASPermissions.d.ts +61 -0
  101. package/dist/browser/sas/AccountSASPermissions.d.ts.map +1 -0
  102. package/dist/browser/sas/AccountSASPermissions.js.map +1 -0
  103. package/dist/browser/sas/AccountSASResourceTypes.d.ts +38 -0
  104. package/dist/browser/sas/AccountSASResourceTypes.d.ts.map +1 -0
  105. package/dist/browser/sas/AccountSASResourceTypes.js.map +1 -0
  106. package/dist/browser/sas/AccountSASServices.d.ts +40 -0
  107. package/dist/browser/sas/AccountSASServices.d.ts.map +1 -0
  108. package/dist/browser/sas/AccountSASServices.js.map +1 -0
  109. package/dist/browser/sas/AccountSASSignatureValues.d.ts +78 -0
  110. package/dist/browser/sas/AccountSASSignatureValues.d.ts.map +1 -0
  111. package/{dist-esm/storage-file-datalake/src → dist/browser}/sas/AccountSASSignatureValues.js +7 -7
  112. package/dist/browser/sas/AccountSASSignatureValues.js.map +1 -0
  113. package/dist/browser/sas/DataLakeSASPermissions.d.ts +65 -0
  114. package/dist/browser/sas/DataLakeSASPermissions.d.ts.map +1 -0
  115. package/dist/browser/sas/DataLakeSASPermissions.js.map +1 -0
  116. package/dist/browser/sas/DataLakeSASSignatureValues.d.ts +205 -0
  117. package/dist/browser/sas/DataLakeSASSignatureValues.d.ts.map +1 -0
  118. package/{dist-esm/storage-file-datalake/src → dist/browser}/sas/DataLakeSASSignatureValues.js +107 -10
  119. package/dist/browser/sas/DataLakeSASSignatureValues.js.map +1 -0
  120. package/dist/browser/sas/DirectorySASPermissions.d.ts +69 -0
  121. package/dist/browser/sas/DirectorySASPermissions.d.ts.map +1 -0
  122. package/dist/browser/sas/DirectorySASPermissions.js.map +1 -0
  123. package/dist/browser/sas/FileSystemSASPermissions.d.ts +69 -0
  124. package/dist/browser/sas/FileSystemSASPermissions.d.ts.map +1 -0
  125. package/dist/browser/sas/FileSystemSASPermissions.js.map +1 -0
  126. package/dist/browser/sas/SASQueryParameters.d.ts +309 -0
  127. package/dist/browser/sas/SASQueryParameters.d.ts.map +1 -0
  128. package/{dist-esm/storage-file-datalake/src → dist/browser}/sas/SASQueryParameters.js +4 -2
  129. package/dist/browser/sas/SASQueryParameters.js.map +1 -0
  130. package/dist/browser/sas/SasIPRange.d.ts +24 -0
  131. package/dist/browser/sas/SasIPRange.d.ts.map +1 -0
  132. package/dist/browser/sas/SasIPRange.js.map +1 -0
  133. package/dist/browser/transforms.d.ts +51 -0
  134. package/dist/browser/transforms.d.ts.map +1 -0
  135. package/{dist-esm/storage-file-datalake/src → dist/browser}/transforms.js +2 -2
  136. package/dist/browser/transforms.js.map +1 -0
  137. package/dist/browser/utils/Batch.d.ts +68 -0
  138. package/dist/browser/utils/Batch.d.ts.map +1 -0
  139. package/dist/browser/utils/Batch.js.map +1 -0
  140. package/dist/browser/utils/BufferScheduler.d.ts +158 -0
  141. package/dist/browser/utils/BufferScheduler.d.ts.map +1 -0
  142. package/{dist-esm/storage-file-datalake/src → dist/browser}/utils/BufferScheduler.js +1 -1
  143. package/dist/browser/utils/BufferScheduler.js.map +1 -0
  144. package/dist/browser/utils/DataLakeAclChangeFailedError.d.ts +16 -0
  145. package/dist/browser/utils/DataLakeAclChangeFailedError.d.ts.map +1 -0
  146. package/dist/browser/utils/DataLakeAclChangeFailedError.js.map +1 -0
  147. package/dist/browser/utils/PathClientInternal.d.ts +24 -0
  148. package/dist/browser/utils/PathClientInternal.d.ts.map +1 -0
  149. package/{dist-esm/storage-file-datalake/src → dist/browser}/utils/PathClientInternal.js +2 -2
  150. package/dist/browser/utils/PathClientInternal.js.map +1 -0
  151. package/dist/browser/utils/constants.d.ts +70 -0
  152. package/dist/browser/utils/constants.d.ts.map +1 -0
  153. package/{dist-esm/storage-file-datalake/src → dist/browser}/utils/constants.js +2 -2
  154. package/dist/browser/utils/constants.js.map +1 -0
  155. package/dist/browser/utils/tracing.d.ts +6 -0
  156. package/dist/browser/utils/tracing.d.ts.map +1 -0
  157. package/{dist-esm/storage-file-datalake/src → dist/browser}/utils/tracing.js +1 -1
  158. package/dist/browser/utils/tracing.js.map +1 -0
  159. package/dist/browser/utils/utils-browser.d.mts.map +1 -0
  160. package/dist/browser/utils/utils-browser.mjs.map +1 -0
  161. package/dist/browser/utils/utils.common.d.ts +236 -0
  162. package/dist/browser/utils/utils.common.d.ts.map +1 -0
  163. package/{dist-esm/storage-file-datalake/src → dist/browser}/utils/utils.common.js +5 -5
  164. package/dist/browser/utils/utils.common.js.map +1 -0
  165. package/dist/browser/utils/utils.d.ts +3 -0
  166. package/dist/browser/utils/utils.js +9 -0
  167. package/dist/commonjs/DataLakeFileSystemClient.d.ts +473 -0
  168. package/dist/commonjs/DataLakeFileSystemClient.d.ts.map +1 -0
  169. package/dist/commonjs/DataLakeFileSystemClient.js +683 -0
  170. package/dist/commonjs/DataLakeFileSystemClient.js.map +1 -0
  171. package/dist/commonjs/DataLakeLeaseClient.d.ts +14 -0
  172. package/dist/commonjs/DataLakeLeaseClient.d.ts.map +1 -0
  173. package/dist/commonjs/DataLakeLeaseClient.js +49 -0
  174. package/dist/commonjs/DataLakeLeaseClient.js.map +1 -0
  175. package/dist/commonjs/DataLakeServiceClient.d.ts +281 -0
  176. package/dist/commonjs/DataLakeServiceClient.d.ts.map +1 -0
  177. package/dist/commonjs/DataLakeServiceClient.js +372 -0
  178. package/dist/commonjs/DataLakeServiceClient.js.map +1 -0
  179. package/dist/commonjs/Pipeline.d.ts +52 -0
  180. package/dist/commonjs/Pipeline.d.ts.map +1 -0
  181. package/dist/commonjs/Pipeline.js +222 -0
  182. package/dist/commonjs/Pipeline.js.map +1 -0
  183. package/dist/commonjs/StorageClient.d.ts +61 -0
  184. package/dist/commonjs/StorageClient.d.ts.map +1 -0
  185. package/dist/commonjs/StorageClient.js +55 -0
  186. package/dist/commonjs/StorageClient.js.map +1 -0
  187. package/dist/commonjs/StorageContextClient.d.ts +9 -0
  188. package/dist/commonjs/StorageContextClient.d.ts.map +1 -0
  189. package/dist/commonjs/StorageContextClient.js +39 -0
  190. package/dist/commonjs/StorageContextClient.js.map +1 -0
  191. package/dist/commonjs/clients.d.ts +689 -0
  192. package/dist/commonjs/clients.d.ts.map +1 -0
  193. package/dist/commonjs/clients.js +1195 -0
  194. package/dist/commonjs/clients.js.map +1 -0
  195. package/dist/commonjs/credentials/StorageSharedKeyCredential.d.ts +2 -0
  196. package/dist/commonjs/credentials/StorageSharedKeyCredential.d.ts.map +1 -0
  197. package/dist/commonjs/credentials/StorageSharedKeyCredential.js +8 -0
  198. package/dist/commonjs/credentials/StorageSharedKeyCredential.js.map +1 -0
  199. package/dist/commonjs/credentials/UserDelegationKeyCredential.d.ts +34 -0
  200. package/dist/commonjs/credentials/UserDelegationKeyCredential.d.ts.map +1 -0
  201. package/dist/commonjs/credentials/UserDelegationKeyCredential.js +35 -0
  202. package/dist/commonjs/credentials/UserDelegationKeyCredential.js.map +1 -0
  203. package/dist/commonjs/generated/src/index.d.ts +4 -0
  204. package/dist/commonjs/generated/src/index.d.ts.map +1 -0
  205. package/dist/commonjs/generated/src/index.js +16 -0
  206. package/dist/commonjs/generated/src/index.js.map +1 -0
  207. package/dist/commonjs/generated/src/models/index.d.ts +1091 -0
  208. package/dist/commonjs/generated/src/models/index.d.ts.map +1 -0
  209. package/dist/commonjs/generated/src/models/index.js +19 -0
  210. package/dist/commonjs/generated/src/models/index.js.map +1 -0
  211. package/dist/commonjs/generated/src/models/mappers.d.ts +53 -0
  212. package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -0
  213. package/dist/commonjs/generated/src/models/mappers.js +2450 -0
  214. package/dist/commonjs/generated/src/models/mappers.js.map +1 -0
  215. package/dist/commonjs/generated/src/models/parameters.d.ts +87 -0
  216. package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -0
  217. package/dist/commonjs/generated/src/models/parameters.js +952 -0
  218. package/dist/commonjs/generated/src/models/parameters.js.map +1 -0
  219. package/dist/commonjs/generated/src/operations/fileSystemOperations.d.ts +55 -0
  220. package/dist/commonjs/generated/src/operations/fileSystemOperations.d.ts.map +1 -0
  221. package/dist/commonjs/generated/src/operations/fileSystemOperations.js +236 -0
  222. package/dist/commonjs/generated/src/operations/fileSystemOperations.js.map +1 -0
  223. package/dist/commonjs/generated/src/operations/index.d.ts +4 -0
  224. package/dist/commonjs/generated/src/operations/index.d.ts.map +1 -0
  225. package/dist/commonjs/generated/src/operations/index.js +14 -0
  226. package/dist/commonjs/generated/src/operations/index.js.map +1 -0
  227. package/dist/commonjs/generated/src/operations/pathOperations.d.ts +120 -0
  228. package/dist/commonjs/generated/src/operations/pathOperations.d.ts.map +1 -0
  229. package/dist/commonjs/generated/src/operations/pathOperations.js +596 -0
  230. package/dist/commonjs/generated/src/operations/pathOperations.js.map +1 -0
  231. package/dist/commonjs/generated/src/operations/service.d.ts +18 -0
  232. package/dist/commonjs/generated/src/operations/service.d.ts.map +1 -0
  233. package/dist/commonjs/generated/src/operations/service.js +63 -0
  234. package/dist/commonjs/generated/src/operations/service.js.map +1 -0
  235. package/dist/commonjs/generated/src/operationsInterfaces/fileSystemOperations.d.ts +47 -0
  236. package/dist/commonjs/generated/src/operationsInterfaces/fileSystemOperations.d.ts.map +1 -0
  237. package/{dist-esm/storage-file-datalake/src/generated/src/operations/index.js → dist/commonjs/generated/src/operationsInterfaces/fileSystemOperations.js} +3 -4
  238. package/dist/commonjs/generated/src/operationsInterfaces/fileSystemOperations.js.map +1 -0
  239. package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts +4 -0
  240. package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts.map +1 -0
  241. package/dist/commonjs/generated/src/operationsInterfaces/index.js +14 -0
  242. package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +1 -0
  243. package/dist/commonjs/generated/src/operationsInterfaces/pathOperations.d.ts +112 -0
  244. package/dist/commonjs/generated/src/operationsInterfaces/pathOperations.d.ts.map +1 -0
  245. package/dist/commonjs/generated/src/operationsInterfaces/pathOperations.js +10 -0
  246. package/dist/commonjs/generated/src/operationsInterfaces/pathOperations.js.map +1 -0
  247. package/dist/commonjs/generated/src/operationsInterfaces/service.d.ts +10 -0
  248. package/dist/commonjs/generated/src/operationsInterfaces/service.d.ts.map +1 -0
  249. package/dist/commonjs/generated/src/operationsInterfaces/service.js +10 -0
  250. package/dist/commonjs/generated/src/operationsInterfaces/service.js.map +1 -0
  251. package/dist/commonjs/generated/src/storageClient.d.ts +20 -0
  252. package/dist/commonjs/generated/src/storageClient.d.ts.map +1 -0
  253. package/dist/commonjs/generated/src/storageClient.js +52 -0
  254. package/dist/commonjs/generated/src/storageClient.js.map +1 -0
  255. package/dist/commonjs/index.d.ts +23 -0
  256. package/dist/commonjs/index.d.ts.map +1 -0
  257. package/dist/commonjs/index.js +49 -0
  258. package/dist/commonjs/index.js.map +1 -0
  259. package/dist/commonjs/log.d.ts +5 -0
  260. package/dist/commonjs/log.d.ts.map +1 -0
  261. package/dist/commonjs/log.js +11 -0
  262. package/dist/commonjs/log.js.map +1 -0
  263. package/dist/commonjs/models.d.ts +1318 -0
  264. package/dist/commonjs/models.d.ts.map +1 -0
  265. package/dist/commonjs/models.internal.d.ts +2 -0
  266. package/dist/commonjs/models.internal.d.ts.map +1 -0
  267. package/dist/commonjs/models.internal.js +5 -0
  268. package/dist/commonjs/models.internal.js.map +1 -0
  269. package/dist/commonjs/models.js +57 -0
  270. package/dist/commonjs/models.js.map +1 -0
  271. package/dist/commonjs/package.json +3 -0
  272. package/dist/commonjs/sas/AccountSASPermissions.d.ts +61 -0
  273. package/dist/commonjs/sas/AccountSASPermissions.d.ts.map +1 -0
  274. package/dist/commonjs/sas/AccountSASPermissions.js +132 -0
  275. package/dist/commonjs/sas/AccountSASPermissions.js.map +1 -0
  276. package/dist/commonjs/sas/AccountSASResourceTypes.d.ts +38 -0
  277. package/dist/commonjs/sas/AccountSASResourceTypes.d.ts.map +1 -0
  278. package/dist/commonjs/sas/AccountSASResourceTypes.js +76 -0
  279. package/dist/commonjs/sas/AccountSASResourceTypes.js.map +1 -0
  280. package/dist/commonjs/sas/AccountSASServices.d.ts +40 -0
  281. package/dist/commonjs/sas/AccountSASServices.d.ts.map +1 -0
  282. package/dist/commonjs/sas/AccountSASServices.js +84 -0
  283. package/dist/commonjs/sas/AccountSASServices.js.map +1 -0
  284. package/dist/commonjs/sas/AccountSASSignatureValues.d.ts +78 -0
  285. package/dist/commonjs/sas/AccountSASSignatureValues.d.ts.map +1 -0
  286. package/dist/commonjs/sas/AccountSASSignatureValues.js +76 -0
  287. package/dist/commonjs/sas/AccountSASSignatureValues.js.map +1 -0
  288. package/dist/commonjs/sas/DataLakeSASPermissions.d.ts +65 -0
  289. package/dist/commonjs/sas/DataLakeSASPermissions.d.ts.map +1 -0
  290. package/dist/commonjs/sas/DataLakeSASPermissions.js +139 -0
  291. package/dist/commonjs/sas/DataLakeSASPermissions.js.map +1 -0
  292. package/dist/commonjs/sas/DataLakeSASSignatureValues.d.ts +205 -0
  293. package/dist/commonjs/sas/DataLakeSASSignatureValues.d.ts.map +1 -0
  294. package/dist/commonjs/sas/DataLakeSASSignatureValues.js +722 -0
  295. package/dist/commonjs/sas/DataLakeSASSignatureValues.js.map +1 -0
  296. package/dist/commonjs/sas/DirectorySASPermissions.d.ts +69 -0
  297. package/dist/commonjs/sas/DirectorySASPermissions.d.ts.map +1 -0
  298. package/dist/commonjs/sas/DirectorySASPermissions.js +149 -0
  299. package/dist/commonjs/sas/DirectorySASPermissions.js.map +1 -0
  300. package/dist/commonjs/sas/FileSystemSASPermissions.d.ts +69 -0
  301. package/dist/commonjs/sas/FileSystemSASPermissions.d.ts.map +1 -0
  302. package/dist/commonjs/sas/FileSystemSASPermissions.js +149 -0
  303. package/dist/commonjs/sas/FileSystemSASPermissions.js.map +1 -0
  304. package/dist/commonjs/sas/SASQueryParameters.d.ts +309 -0
  305. package/dist/commonjs/sas/SASQueryParameters.d.ts.map +1 -0
  306. package/dist/commonjs/sas/SASQueryParameters.js +252 -0
  307. package/dist/commonjs/sas/SASQueryParameters.js.map +1 -0
  308. package/dist/commonjs/sas/SasIPRange.d.ts +24 -0
  309. package/dist/commonjs/sas/SasIPRange.d.ts.map +1 -0
  310. package/dist/commonjs/sas/SasIPRange.js +16 -0
  311. package/dist/commonjs/sas/SasIPRange.js.map +1 -0
  312. package/dist/commonjs/transforms.d.ts +51 -0
  313. package/dist/commonjs/transforms.d.ts.map +1 -0
  314. package/dist/commonjs/transforms.js +357 -0
  315. package/dist/commonjs/transforms.js.map +1 -0
  316. package/dist/commonjs/tsdoc-metadata.json +11 -0
  317. package/dist/commonjs/utils/Batch.d.ts +68 -0
  318. package/dist/commonjs/utils/Batch.d.ts.map +1 -0
  319. package/dist/commonjs/utils/Batch.js +126 -0
  320. package/dist/commonjs/utils/Batch.js.map +1 -0
  321. package/dist/commonjs/utils/BufferScheduler.d.ts +158 -0
  322. package/dist/commonjs/utils/BufferScheduler.d.ts.map +1 -0
  323. package/dist/commonjs/utils/BufferScheduler.js +268 -0
  324. package/dist/commonjs/utils/BufferScheduler.js.map +1 -0
  325. package/dist/commonjs/utils/DataLakeAclChangeFailedError.d.ts +16 -0
  326. package/dist/commonjs/utils/DataLakeAclChangeFailedError.d.ts.map +1 -0
  327. package/dist/commonjs/utils/DataLakeAclChangeFailedError.js +17 -0
  328. package/dist/commonjs/utils/DataLakeAclChangeFailedError.js.map +1 -0
  329. package/dist/commonjs/utils/PathClientInternal.d.ts +24 -0
  330. package/dist/commonjs/utils/PathClientInternal.d.ts.map +1 -0
  331. package/dist/commonjs/utils/PathClientInternal.js +28 -0
  332. package/dist/commonjs/utils/PathClientInternal.js.map +1 -0
  333. package/dist/commonjs/utils/constants.d.ts +70 -0
  334. package/dist/commonjs/utils/constants.d.ts.map +1 -0
  335. package/dist/commonjs/utils/constants.js +247 -0
  336. package/dist/commonjs/utils/constants.js.map +1 -0
  337. package/dist/commonjs/utils/tracing.d.ts +6 -0
  338. package/dist/commonjs/utils/tracing.d.ts.map +1 -0
  339. package/dist/commonjs/utils/tracing.js +17 -0
  340. package/dist/commonjs/utils/tracing.js.map +1 -0
  341. package/dist/commonjs/utils/utils.common.d.ts +236 -0
  342. package/dist/commonjs/utils/utils.common.d.ts.map +1 -0
  343. package/dist/commonjs/utils/utils.common.js +595 -0
  344. package/dist/commonjs/utils/utils.common.js.map +1 -0
  345. package/dist/commonjs/utils/utils.d.ts +29 -0
  346. package/dist/commonjs/utils/utils.d.ts.map +1 -0
  347. package/dist/commonjs/utils/utils.js +91 -0
  348. package/dist/commonjs/utils/utils.js.map +1 -0
  349. package/dist/esm/DataLakeFileSystemClient.d.ts +473 -0
  350. package/dist/esm/DataLakeFileSystemClient.d.ts.map +1 -0
  351. package/dist/esm/DataLakeFileSystemClient.js +679 -0
  352. package/dist/esm/DataLakeFileSystemClient.js.map +1 -0
  353. package/dist/esm/DataLakeLeaseClient.d.ts +14 -0
  354. package/dist/esm/DataLakeLeaseClient.d.ts.map +1 -0
  355. package/dist/esm/DataLakeLeaseClient.js +45 -0
  356. package/dist/esm/DataLakeLeaseClient.js.map +1 -0
  357. package/dist/esm/DataLakeServiceClient.d.ts +281 -0
  358. package/dist/esm/DataLakeServiceClient.d.ts.map +1 -0
  359. package/dist/esm/DataLakeServiceClient.js +368 -0
  360. package/dist/esm/DataLakeServiceClient.js.map +1 -0
  361. package/dist/esm/Pipeline.d.ts +52 -0
  362. package/dist/esm/Pipeline.d.ts.map +1 -0
  363. package/dist/esm/Pipeline.js +216 -0
  364. package/dist/esm/Pipeline.js.map +1 -0
  365. package/dist/esm/StorageClient.d.ts +61 -0
  366. package/dist/esm/StorageClient.d.ts.map +1 -0
  367. package/dist/esm/StorageClient.js +51 -0
  368. package/dist/esm/StorageClient.js.map +1 -0
  369. package/dist/esm/StorageContextClient.d.ts +9 -0
  370. package/dist/esm/StorageContextClient.d.ts.map +1 -0
  371. package/dist/esm/StorageContextClient.js +35 -0
  372. package/dist/esm/StorageContextClient.js.map +1 -0
  373. package/dist/esm/clients.d.ts +689 -0
  374. package/dist/esm/clients.d.ts.map +1 -0
  375. package/dist/esm/clients.js +1189 -0
  376. package/dist/esm/clients.js.map +1 -0
  377. package/dist/esm/credentials/StorageSharedKeyCredential.d.ts +2 -0
  378. package/dist/esm/credentials/StorageSharedKeyCredential.d.ts.map +1 -0
  379. package/dist/esm/credentials/StorageSharedKeyCredential.js.map +1 -0
  380. package/dist/esm/credentials/UserDelegationKeyCredential.d.ts +34 -0
  381. package/dist/esm/credentials/UserDelegationKeyCredential.d.ts.map +1 -0
  382. package/{dist-esm/storage-file-datalake/src → dist/esm}/credentials/UserDelegationKeyCredential.js +1 -1
  383. package/dist/esm/credentials/UserDelegationKeyCredential.js.map +1 -0
  384. package/dist/esm/generated/src/index.d.ts +4 -0
  385. package/dist/esm/generated/src/index.d.ts.map +1 -0
  386. package/dist/esm/generated/src/index.js +11 -0
  387. package/dist/esm/generated/src/index.js.map +1 -0
  388. package/dist/esm/generated/src/models/index.d.ts +1091 -0
  389. package/dist/esm/generated/src/models/index.d.ts.map +1 -0
  390. package/dist/esm/generated/src/models/index.js +16 -0
  391. package/dist/esm/generated/src/models/index.js.map +1 -0
  392. package/dist/esm/generated/src/models/mappers.d.ts +53 -0
  393. package/dist/esm/generated/src/models/mappers.d.ts.map +1 -0
  394. package/dist/esm/generated/src/models/mappers.js +2446 -0
  395. package/dist/esm/generated/src/models/mappers.js.map +1 -0
  396. package/dist/esm/generated/src/models/parameters.d.ts +87 -0
  397. package/dist/esm/generated/src/models/parameters.d.ts.map +1 -0
  398. package/dist/esm/generated/src/models/parameters.js +948 -0
  399. package/dist/esm/generated/src/models/parameters.js.map +1 -0
  400. package/dist/esm/generated/src/operations/fileSystemOperations.d.ts +55 -0
  401. package/dist/esm/generated/src/operations/fileSystemOperations.d.ts.map +1 -0
  402. package/dist/esm/generated/src/operations/fileSystemOperations.js +231 -0
  403. package/dist/esm/generated/src/operations/fileSystemOperations.js.map +1 -0
  404. package/dist/esm/generated/src/operations/index.d.ts +4 -0
  405. package/dist/esm/generated/src/operations/index.d.ts.map +1 -0
  406. package/dist/esm/generated/src/operations/index.js +11 -0
  407. package/dist/esm/generated/src/operations/index.js.map +1 -0
  408. package/dist/esm/generated/src/operations/pathOperations.d.ts +120 -0
  409. package/dist/esm/generated/src/operations/pathOperations.d.ts.map +1 -0
  410. package/dist/esm/generated/src/operations/pathOperations.js +591 -0
  411. package/dist/esm/generated/src/operations/pathOperations.js.map +1 -0
  412. package/dist/esm/generated/src/operations/service.d.ts +18 -0
  413. package/dist/esm/generated/src/operations/service.d.ts.map +1 -0
  414. package/dist/esm/generated/src/operations/service.js +58 -0
  415. package/dist/esm/generated/src/operations/service.js.map +1 -0
  416. package/dist/esm/generated/src/operationsInterfaces/fileSystemOperations.d.ts +47 -0
  417. package/dist/esm/generated/src/operationsInterfaces/fileSystemOperations.d.ts.map +1 -0
  418. package/dist/esm/generated/src/operationsInterfaces/fileSystemOperations.js +9 -0
  419. package/dist/esm/generated/src/operationsInterfaces/fileSystemOperations.js.map +1 -0
  420. package/dist/esm/generated/src/operationsInterfaces/index.d.ts +4 -0
  421. package/dist/esm/generated/src/operationsInterfaces/index.d.ts.map +1 -0
  422. package/dist/esm/generated/src/operationsInterfaces/index.js +11 -0
  423. package/dist/esm/generated/src/operationsInterfaces/index.js.map +1 -0
  424. package/dist/esm/generated/src/operationsInterfaces/pathOperations.d.ts +112 -0
  425. package/dist/esm/generated/src/operationsInterfaces/pathOperations.d.ts.map +1 -0
  426. package/dist/esm/generated/src/operationsInterfaces/pathOperations.js +9 -0
  427. package/dist/esm/generated/src/operationsInterfaces/pathOperations.js.map +1 -0
  428. package/dist/esm/generated/src/operationsInterfaces/service.d.ts +10 -0
  429. package/dist/esm/generated/src/operationsInterfaces/service.d.ts.map +1 -0
  430. package/dist/esm/generated/src/operationsInterfaces/service.js +9 -0
  431. package/dist/esm/generated/src/operationsInterfaces/service.js.map +1 -0
  432. package/dist/esm/generated/src/storageClient.d.ts +20 -0
  433. package/dist/esm/generated/src/storageClient.d.ts.map +1 -0
  434. package/dist/esm/generated/src/storageClient.js +47 -0
  435. package/dist/esm/generated/src/storageClient.js.map +1 -0
  436. package/dist/esm/index.d.ts +23 -0
  437. package/dist/esm/index.d.ts.map +1 -0
  438. package/dist/esm/index.js +23 -0
  439. package/dist/esm/index.js.map +1 -0
  440. package/dist/esm/log.d.ts +5 -0
  441. package/dist/esm/log.d.ts.map +1 -0
  442. package/{dist-esm/storage-blob/src → dist/esm}/log.js +1 -1
  443. package/dist/esm/log.js.map +1 -0
  444. package/dist/esm/models.d.ts +1318 -0
  445. package/dist/esm/models.d.ts.map +1 -0
  446. package/dist/esm/models.internal.d.ts +2 -0
  447. package/dist/esm/models.internal.d.ts.map +1 -0
  448. package/dist/esm/models.internal.js +4 -0
  449. package/dist/esm/models.internal.js.map +1 -0
  450. package/dist/esm/models.js +53 -0
  451. package/dist/esm/models.js.map +1 -0
  452. package/dist/esm/package.json +3 -0
  453. package/dist/esm/sas/AccountSASPermissions.d.ts +61 -0
  454. package/dist/esm/sas/AccountSASPermissions.d.ts.map +1 -0
  455. package/dist/esm/sas/AccountSASPermissions.js +128 -0
  456. package/dist/esm/sas/AccountSASPermissions.js.map +1 -0
  457. package/dist/esm/sas/AccountSASResourceTypes.d.ts +38 -0
  458. package/dist/esm/sas/AccountSASResourceTypes.d.ts.map +1 -0
  459. package/dist/esm/sas/AccountSASResourceTypes.js +72 -0
  460. package/dist/esm/sas/AccountSASResourceTypes.js.map +1 -0
  461. package/dist/esm/sas/AccountSASServices.d.ts +40 -0
  462. package/dist/esm/sas/AccountSASServices.d.ts.map +1 -0
  463. package/dist/esm/sas/AccountSASServices.js +80 -0
  464. package/dist/esm/sas/AccountSASServices.js.map +1 -0
  465. package/dist/esm/sas/AccountSASSignatureValues.d.ts +78 -0
  466. package/dist/esm/sas/AccountSASSignatureValues.d.ts.map +1 -0
  467. package/dist/esm/sas/AccountSASSignatureValues.js +72 -0
  468. package/dist/esm/sas/AccountSASSignatureValues.js.map +1 -0
  469. package/dist/esm/sas/DataLakeSASPermissions.d.ts +65 -0
  470. package/dist/esm/sas/DataLakeSASPermissions.d.ts.map +1 -0
  471. package/dist/esm/sas/DataLakeSASPermissions.js +135 -0
  472. package/dist/esm/sas/DataLakeSASPermissions.js.map +1 -0
  473. package/dist/esm/sas/DataLakeSASSignatureValues.d.ts +205 -0
  474. package/dist/esm/sas/DataLakeSASSignatureValues.d.ts.map +1 -0
  475. package/dist/esm/sas/DataLakeSASSignatureValues.js +718 -0
  476. package/dist/esm/sas/DataLakeSASSignatureValues.js.map +1 -0
  477. package/dist/esm/sas/DirectorySASPermissions.d.ts +69 -0
  478. package/dist/esm/sas/DirectorySASPermissions.d.ts.map +1 -0
  479. package/dist/esm/sas/DirectorySASPermissions.js +145 -0
  480. package/dist/esm/sas/DirectorySASPermissions.js.map +1 -0
  481. package/dist/esm/sas/FileSystemSASPermissions.d.ts +69 -0
  482. package/dist/esm/sas/FileSystemSASPermissions.d.ts.map +1 -0
  483. package/dist/esm/sas/FileSystemSASPermissions.js +145 -0
  484. package/dist/esm/sas/FileSystemSASPermissions.js.map +1 -0
  485. package/dist/esm/sas/SASQueryParameters.d.ts +309 -0
  486. package/dist/esm/sas/SASQueryParameters.d.ts.map +1 -0
  487. package/dist/esm/sas/SASQueryParameters.js +248 -0
  488. package/dist/esm/sas/SASQueryParameters.js.map +1 -0
  489. package/dist/esm/sas/SasIPRange.d.ts +24 -0
  490. package/dist/esm/sas/SasIPRange.d.ts.map +1 -0
  491. package/dist/esm/sas/SasIPRange.js +13 -0
  492. package/dist/esm/sas/SasIPRange.js.map +1 -0
  493. package/dist/esm/transforms.d.ts +51 -0
  494. package/dist/esm/transforms.d.ts.map +1 -0
  495. package/dist/esm/transforms.js +337 -0
  496. package/dist/esm/transforms.js.map +1 -0
  497. package/dist/esm/utils/Batch.d.ts +68 -0
  498. package/dist/esm/utils/Batch.d.ts.map +1 -0
  499. package/dist/esm/utils/Batch.js.map +1 -0
  500. package/dist/esm/utils/BufferScheduler.d.ts +158 -0
  501. package/dist/esm/utils/BufferScheduler.d.ts.map +1 -0
  502. package/{dist-esm/storage-common/src → dist/esm/utils}/BufferScheduler.js +27 -15
  503. package/dist/esm/utils/BufferScheduler.js.map +1 -0
  504. package/dist/esm/utils/DataLakeAclChangeFailedError.d.ts +16 -0
  505. package/dist/esm/utils/DataLakeAclChangeFailedError.d.ts.map +1 -0
  506. package/dist/esm/utils/DataLakeAclChangeFailedError.js +13 -0
  507. package/dist/esm/utils/DataLakeAclChangeFailedError.js.map +1 -0
  508. package/dist/esm/utils/PathClientInternal.d.ts +24 -0
  509. package/dist/esm/utils/PathClientInternal.d.ts.map +1 -0
  510. package/dist/esm/utils/PathClientInternal.js +24 -0
  511. package/dist/esm/utils/PathClientInternal.js.map +1 -0
  512. package/dist/esm/utils/constants.d.ts +70 -0
  513. package/dist/esm/utils/constants.d.ts.map +1 -0
  514. package/{dist-esm/storage-blob/src → dist/esm}/utils/constants.js +85 -67
  515. package/dist/esm/utils/constants.js.map +1 -0
  516. package/dist/esm/utils/tracing.d.ts +6 -0
  517. package/dist/esm/utils/tracing.d.ts.map +1 -0
  518. package/{dist-esm/storage-blob/src → dist/esm}/utils/tracing.js +2 -2
  519. package/dist/esm/utils/tracing.js.map +1 -0
  520. package/dist/esm/utils/utils.common.d.ts +236 -0
  521. package/dist/esm/utils/utils.common.d.ts.map +1 -0
  522. package/{dist-esm/storage-blob/src → dist/esm}/utils/utils.common.js +105 -297
  523. package/dist/esm/utils/utils.common.js.map +1 -0
  524. package/dist/esm/utils/utils.d.ts +29 -0
  525. package/dist/esm/utils/utils.d.ts.map +1 -0
  526. package/{dist-esm/storage-file-datalake/src/utils/utils.node.js → dist/esm/utils/utils.js} +3 -3
  527. package/dist/esm/utils/utils.js.map +1 -0
  528. package/dist/react-native/DataLakeFileSystemClient.d.ts +473 -0
  529. package/dist/react-native/DataLakeFileSystemClient.d.ts.map +1 -0
  530. package/dist/react-native/DataLakeFileSystemClient.js +679 -0
  531. package/dist/react-native/DataLakeFileSystemClient.js.map +1 -0
  532. package/dist/react-native/DataLakeLeaseClient.d.ts +14 -0
  533. package/dist/react-native/DataLakeLeaseClient.d.ts.map +1 -0
  534. package/dist/react-native/DataLakeLeaseClient.js +45 -0
  535. package/dist/react-native/DataLakeLeaseClient.js.map +1 -0
  536. package/dist/react-native/DataLakeServiceClient.d.ts +281 -0
  537. package/dist/react-native/DataLakeServiceClient.d.ts.map +1 -0
  538. package/dist/react-native/DataLakeServiceClient.js +368 -0
  539. package/dist/react-native/DataLakeServiceClient.js.map +1 -0
  540. package/dist/react-native/Pipeline.d.ts +52 -0
  541. package/dist/react-native/Pipeline.d.ts.map +1 -0
  542. package/dist/react-native/Pipeline.js +216 -0
  543. package/dist/react-native/Pipeline.js.map +1 -0
  544. package/dist/react-native/StorageClient.d.ts +61 -0
  545. package/dist/react-native/StorageClient.d.ts.map +1 -0
  546. package/dist/react-native/StorageClient.js +51 -0
  547. package/dist/react-native/StorageClient.js.map +1 -0
  548. package/dist/react-native/StorageContextClient.d.ts +9 -0
  549. package/dist/react-native/StorageContextClient.d.ts.map +1 -0
  550. package/dist/react-native/StorageContextClient.js +35 -0
  551. package/dist/react-native/StorageContextClient.js.map +1 -0
  552. package/dist/react-native/clients.d.ts +689 -0
  553. package/dist/react-native/clients.d.ts.map +1 -0
  554. package/dist/react-native/clients.js +1189 -0
  555. package/dist/react-native/clients.js.map +1 -0
  556. package/dist/react-native/credentials/StorageSharedKeyCredential.d.ts +2 -0
  557. package/dist/react-native/credentials/StorageSharedKeyCredential.d.ts.map +1 -0
  558. package/dist/react-native/credentials/StorageSharedKeyCredential.js +4 -0
  559. package/dist/react-native/credentials/StorageSharedKeyCredential.js.map +1 -0
  560. package/dist/react-native/credentials/UserDelegationKeyCredential.d.ts +34 -0
  561. package/dist/react-native/credentials/UserDelegationKeyCredential.d.ts.map +1 -0
  562. package/dist/react-native/credentials/UserDelegationKeyCredential.js +31 -0
  563. package/dist/react-native/credentials/UserDelegationKeyCredential.js.map +1 -0
  564. package/dist/react-native/generated/src/index.d.ts +4 -0
  565. package/dist/react-native/generated/src/index.d.ts.map +1 -0
  566. package/dist/react-native/generated/src/index.js +11 -0
  567. package/dist/react-native/generated/src/index.js.map +1 -0
  568. package/dist/react-native/generated/src/models/index.d.ts +1091 -0
  569. package/dist/react-native/generated/src/models/index.d.ts.map +1 -0
  570. package/dist/react-native/generated/src/models/index.js +16 -0
  571. package/dist/react-native/generated/src/models/index.js.map +1 -0
  572. package/dist/react-native/generated/src/models/mappers.d.ts +53 -0
  573. package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -0
  574. package/dist/react-native/generated/src/models/mappers.js +2446 -0
  575. package/dist/react-native/generated/src/models/mappers.js.map +1 -0
  576. package/dist/react-native/generated/src/models/parameters.d.ts +87 -0
  577. package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -0
  578. package/dist/react-native/generated/src/models/parameters.js +948 -0
  579. package/dist/react-native/generated/src/models/parameters.js.map +1 -0
  580. package/dist/react-native/generated/src/operations/fileSystemOperations.d.ts +55 -0
  581. package/dist/react-native/generated/src/operations/fileSystemOperations.d.ts.map +1 -0
  582. package/dist/react-native/generated/src/operations/fileSystemOperations.js +231 -0
  583. package/dist/react-native/generated/src/operations/fileSystemOperations.js.map +1 -0
  584. package/dist/react-native/generated/src/operations/index.d.ts +4 -0
  585. package/dist/react-native/generated/src/operations/index.d.ts.map +1 -0
  586. package/dist/react-native/generated/src/operations/index.js +11 -0
  587. package/dist/react-native/generated/src/operations/index.js.map +1 -0
  588. package/dist/react-native/generated/src/operations/pathOperations.d.ts +120 -0
  589. package/dist/react-native/generated/src/operations/pathOperations.d.ts.map +1 -0
  590. package/dist/react-native/generated/src/operations/pathOperations.js +591 -0
  591. package/dist/react-native/generated/src/operations/pathOperations.js.map +1 -0
  592. package/dist/react-native/generated/src/operations/service.d.ts +18 -0
  593. package/dist/react-native/generated/src/operations/service.d.ts.map +1 -0
  594. package/dist/react-native/generated/src/operations/service.js +58 -0
  595. package/dist/react-native/generated/src/operations/service.js.map +1 -0
  596. package/dist/react-native/generated/src/operationsInterfaces/fileSystemOperations.d.ts +47 -0
  597. package/dist/react-native/generated/src/operationsInterfaces/fileSystemOperations.d.ts.map +1 -0
  598. package/dist/react-native/generated/src/operationsInterfaces/fileSystemOperations.js +9 -0
  599. package/dist/react-native/generated/src/operationsInterfaces/fileSystemOperations.js.map +1 -0
  600. package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +4 -0
  601. package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +1 -0
  602. package/dist/react-native/generated/src/operationsInterfaces/index.js +11 -0
  603. package/dist/react-native/generated/src/operationsInterfaces/index.js.map +1 -0
  604. package/dist/react-native/generated/src/operationsInterfaces/pathOperations.d.ts +112 -0
  605. package/dist/react-native/generated/src/operationsInterfaces/pathOperations.d.ts.map +1 -0
  606. package/dist/react-native/generated/src/operationsInterfaces/pathOperations.js +9 -0
  607. package/dist/react-native/generated/src/operationsInterfaces/pathOperations.js.map +1 -0
  608. package/dist/react-native/generated/src/operationsInterfaces/service.d.ts +10 -0
  609. package/dist/react-native/generated/src/operationsInterfaces/service.d.ts.map +1 -0
  610. package/dist/react-native/generated/src/operationsInterfaces/service.js +9 -0
  611. package/dist/react-native/generated/src/operationsInterfaces/service.js.map +1 -0
  612. package/dist/react-native/generated/src/storageClient.d.ts +20 -0
  613. package/dist/react-native/generated/src/storageClient.d.ts.map +1 -0
  614. package/dist/react-native/generated/src/storageClient.js +47 -0
  615. package/dist/react-native/generated/src/storageClient.js.map +1 -0
  616. package/dist/react-native/index.d.ts +23 -0
  617. package/dist/react-native/index.d.ts.map +1 -0
  618. package/dist/react-native/index.js +23 -0
  619. package/dist/react-native/index.js.map +1 -0
  620. package/dist/react-native/log.d.ts +5 -0
  621. package/dist/react-native/log.d.ts.map +1 -0
  622. package/dist/react-native/log.js +8 -0
  623. package/dist/react-native/log.js.map +1 -0
  624. package/dist/react-native/models.d.ts +1318 -0
  625. package/dist/react-native/models.d.ts.map +1 -0
  626. package/dist/react-native/models.internal.d.ts +2 -0
  627. package/dist/react-native/models.internal.d.ts.map +1 -0
  628. package/dist/react-native/models.internal.js +4 -0
  629. package/dist/react-native/models.internal.js.map +1 -0
  630. package/dist/react-native/models.js +53 -0
  631. package/dist/react-native/models.js.map +1 -0
  632. package/dist/react-native/package.json +3 -0
  633. package/dist/react-native/sas/AccountSASPermissions.d.ts +61 -0
  634. package/dist/react-native/sas/AccountSASPermissions.d.ts.map +1 -0
  635. package/dist/react-native/sas/AccountSASPermissions.js +128 -0
  636. package/dist/react-native/sas/AccountSASPermissions.js.map +1 -0
  637. package/dist/react-native/sas/AccountSASResourceTypes.d.ts +38 -0
  638. package/dist/react-native/sas/AccountSASResourceTypes.d.ts.map +1 -0
  639. package/dist/react-native/sas/AccountSASResourceTypes.js +72 -0
  640. package/dist/react-native/sas/AccountSASResourceTypes.js.map +1 -0
  641. package/dist/react-native/sas/AccountSASServices.d.ts +40 -0
  642. package/dist/react-native/sas/AccountSASServices.d.ts.map +1 -0
  643. package/dist/react-native/sas/AccountSASServices.js +80 -0
  644. package/dist/react-native/sas/AccountSASServices.js.map +1 -0
  645. package/dist/react-native/sas/AccountSASSignatureValues.d.ts +78 -0
  646. package/dist/react-native/sas/AccountSASSignatureValues.d.ts.map +1 -0
  647. package/dist/react-native/sas/AccountSASSignatureValues.js +72 -0
  648. package/dist/react-native/sas/AccountSASSignatureValues.js.map +1 -0
  649. package/dist/react-native/sas/DataLakeSASPermissions.d.ts +65 -0
  650. package/dist/react-native/sas/DataLakeSASPermissions.d.ts.map +1 -0
  651. package/dist/react-native/sas/DataLakeSASPermissions.js +135 -0
  652. package/dist/react-native/sas/DataLakeSASPermissions.js.map +1 -0
  653. package/dist/react-native/sas/DataLakeSASSignatureValues.d.ts +205 -0
  654. package/dist/react-native/sas/DataLakeSASSignatureValues.d.ts.map +1 -0
  655. package/dist/react-native/sas/DataLakeSASSignatureValues.js +718 -0
  656. package/dist/react-native/sas/DataLakeSASSignatureValues.js.map +1 -0
  657. package/dist/react-native/sas/DirectorySASPermissions.d.ts +69 -0
  658. package/dist/react-native/sas/DirectorySASPermissions.d.ts.map +1 -0
  659. package/dist/react-native/sas/DirectorySASPermissions.js +145 -0
  660. package/dist/react-native/sas/DirectorySASPermissions.js.map +1 -0
  661. package/dist/react-native/sas/FileSystemSASPermissions.d.ts +69 -0
  662. package/dist/react-native/sas/FileSystemSASPermissions.d.ts.map +1 -0
  663. package/dist/react-native/sas/FileSystemSASPermissions.js +145 -0
  664. package/dist/react-native/sas/FileSystemSASPermissions.js.map +1 -0
  665. package/dist/react-native/sas/SASQueryParameters.d.ts +309 -0
  666. package/dist/react-native/sas/SASQueryParameters.d.ts.map +1 -0
  667. package/dist/react-native/sas/SASQueryParameters.js +248 -0
  668. package/dist/react-native/sas/SASQueryParameters.js.map +1 -0
  669. package/dist/react-native/sas/SasIPRange.d.ts +24 -0
  670. package/dist/react-native/sas/SasIPRange.d.ts.map +1 -0
  671. package/dist/react-native/sas/SasIPRange.js +13 -0
  672. package/dist/react-native/sas/SasIPRange.js.map +1 -0
  673. package/dist/react-native/transforms.d.ts +51 -0
  674. package/dist/react-native/transforms.d.ts.map +1 -0
  675. package/dist/react-native/transforms.js +337 -0
  676. package/dist/react-native/transforms.js.map +1 -0
  677. package/dist/react-native/utils/Batch.d.ts +68 -0
  678. package/dist/react-native/utils/Batch.d.ts.map +1 -0
  679. package/dist/react-native/utils/Batch.js +122 -0
  680. package/dist/react-native/utils/Batch.js.map +1 -0
  681. package/dist/react-native/utils/BufferScheduler.d.ts +158 -0
  682. package/dist/react-native/utils/BufferScheduler.d.ts.map +1 -0
  683. package/dist/react-native/utils/BufferScheduler.js +264 -0
  684. package/dist/react-native/utils/BufferScheduler.js.map +1 -0
  685. package/dist/react-native/utils/DataLakeAclChangeFailedError.d.ts +16 -0
  686. package/dist/react-native/utils/DataLakeAclChangeFailedError.d.ts.map +1 -0
  687. package/dist/react-native/utils/DataLakeAclChangeFailedError.js +13 -0
  688. package/dist/react-native/utils/DataLakeAclChangeFailedError.js.map +1 -0
  689. package/dist/react-native/utils/PathClientInternal.d.ts +24 -0
  690. package/dist/react-native/utils/PathClientInternal.d.ts.map +1 -0
  691. package/dist/react-native/utils/PathClientInternal.js +24 -0
  692. package/dist/react-native/utils/PathClientInternal.js.map +1 -0
  693. package/dist/react-native/utils/constants.d.ts +70 -0
  694. package/dist/react-native/utils/constants.d.ts.map +1 -0
  695. package/dist/react-native/utils/constants.js +244 -0
  696. package/dist/react-native/utils/constants.js.map +1 -0
  697. package/dist/react-native/utils/tracing.d.ts +6 -0
  698. package/dist/react-native/utils/tracing.d.ts.map +1 -0
  699. package/dist/react-native/utils/tracing.js +14 -0
  700. package/dist/react-native/utils/tracing.js.map +1 -0
  701. package/dist/react-native/utils/utils.common.d.ts +236 -0
  702. package/dist/react-native/utils/utils.common.d.ts.map +1 -0
  703. package/dist/react-native/utils/utils.common.js +564 -0
  704. package/dist/react-native/utils/utils.common.js.map +1 -0
  705. package/dist/react-native/utils/utils.d.ts +29 -0
  706. package/dist/react-native/utils/utils.d.ts.map +1 -0
  707. package/{dist-esm/storage-blob/src/utils/utils.node.js → dist/react-native/utils/utils.js} +4 -51
  708. package/dist/react-native/utils/utils.js.map +1 -0
  709. package/package.json +70 -83
  710. package/dist/index.js +0 -9735
  711. package/dist/index.js.map +0 -1
  712. package/dist-esm/storage-blob/src/StorageBrowserPolicyFactory.js +0 -19
  713. package/dist-esm/storage-blob/src/StorageBrowserPolicyFactory.js.map +0 -1
  714. package/dist-esm/storage-blob/src/StorageRetryPolicyFactory.js +0 -26
  715. package/dist-esm/storage-blob/src/StorageRetryPolicyFactory.js.map +0 -1
  716. package/dist-esm/storage-blob/src/log.js.map +0 -1
  717. package/dist-esm/storage-blob/src/policies/AnonymousCredentialPolicy.js +0 -20
  718. package/dist-esm/storage-blob/src/policies/AnonymousCredentialPolicy.js.map +0 -1
  719. package/dist-esm/storage-blob/src/policies/CredentialPolicy.js +0 -29
  720. package/dist-esm/storage-blob/src/policies/CredentialPolicy.js.map +0 -1
  721. package/dist-esm/storage-blob/src/policies/RequestPolicy.js +0 -40
  722. package/dist-esm/storage-blob/src/policies/RequestPolicy.js.map +0 -1
  723. package/dist-esm/storage-blob/src/policies/StorageBrowserPolicy.js +0 -47
  724. package/dist-esm/storage-blob/src/policies/StorageBrowserPolicy.js.map +0 -1
  725. package/dist-esm/storage-blob/src/policies/StorageBrowserPolicyV2.js +0 -31
  726. package/dist-esm/storage-blob/src/policies/StorageBrowserPolicyV2.js.map +0 -1
  727. package/dist-esm/storage-blob/src/policies/StorageCorrectContentLengthPolicy.browser.js +0 -18
  728. package/dist-esm/storage-blob/src/policies/StorageCorrectContentLengthPolicy.browser.js.map +0 -1
  729. package/dist-esm/storage-blob/src/policies/StorageCorrectContentLengthPolicy.js +0 -27
  730. package/dist-esm/storage-blob/src/policies/StorageCorrectContentLengthPolicy.js.map +0 -1
  731. package/dist-esm/storage-blob/src/policies/StorageRetryPolicy.js +0 -229
  732. package/dist-esm/storage-blob/src/policies/StorageRetryPolicy.js.map +0 -1
  733. package/dist-esm/storage-blob/src/policies/StorageRetryPolicyV2.js +0 -180
  734. package/dist-esm/storage-blob/src/policies/StorageRetryPolicyV2.js.map +0 -1
  735. package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicy.js +0 -141
  736. package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicy.js.map +0 -1
  737. package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicyV2.browser.js +0 -18
  738. package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicyV2.browser.js.map +0 -1
  739. package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicyV2.js +0 -132
  740. package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicyV2.js.map +0 -1
  741. package/dist-esm/storage-blob/src/utils/Batch.js.map +0 -1
  742. package/dist-esm/storage-blob/src/utils/BlobQuickQueryStream.js +0 -111
  743. package/dist-esm/storage-blob/src/utils/BlobQuickQueryStream.js.map +0 -1
  744. package/dist-esm/storage-blob/src/utils/Mutex.js +0 -65
  745. package/dist-esm/storage-blob/src/utils/Mutex.js.map +0 -1
  746. package/dist-esm/storage-blob/src/utils/RetriableReadableStream.js +0 -119
  747. package/dist-esm/storage-blob/src/utils/RetriableReadableStream.js.map +0 -1
  748. package/dist-esm/storage-blob/src/utils/SharedKeyComparator.js +0 -73
  749. package/dist-esm/storage-blob/src/utils/SharedKeyComparator.js.map +0 -1
  750. package/dist-esm/storage-blob/src/utils/cache.js +0 -11
  751. package/dist-esm/storage-blob/src/utils/cache.js.map +0 -1
  752. package/dist-esm/storage-blob/src/utils/constants.js.map +0 -1
  753. package/dist-esm/storage-blob/src/utils/tracing.js.map +0 -1
  754. package/dist-esm/storage-blob/src/utils/utils.common.js.map +0 -1
  755. package/dist-esm/storage-blob/src/utils/utils.node.js.map +0 -1
  756. package/dist-esm/storage-common/src/BufferScheduler.browser.js +0 -8
  757. package/dist-esm/storage-common/src/BufferScheduler.browser.js.map +0 -1
  758. package/dist-esm/storage-common/src/BufferScheduler.js.map +0 -1
  759. package/dist-esm/storage-common/src/BuffersStream.js +0 -83
  760. package/dist-esm/storage-common/src/BuffersStream.js.map +0 -1
  761. package/dist-esm/storage-common/src/PooledBuffer.js +0 -87
  762. package/dist-esm/storage-common/src/PooledBuffer.js.map +0 -1
  763. package/dist-esm/storage-common/src/index.browser.js +0 -4
  764. package/dist-esm/storage-common/src/index.browser.js.map +0 -1
  765. package/dist-esm/storage-common/src/index.js +0 -4
  766. package/dist-esm/storage-common/src/index.js.map +0 -1
  767. package/dist-esm/storage-file-datalake/src/DataLakeFileSystemClient.js.map +0 -1
  768. package/dist-esm/storage-file-datalake/src/DataLakeLeaseClient.js.map +0 -1
  769. package/dist-esm/storage-file-datalake/src/DataLakeServiceClient.js.map +0 -1
  770. package/dist-esm/storage-file-datalake/src/Pipeline.js.map +0 -1
  771. package/dist-esm/storage-file-datalake/src/StorageClient.js.map +0 -1
  772. package/dist-esm/storage-file-datalake/src/StorageContextClient.js.map +0 -1
  773. package/dist-esm/storage-file-datalake/src/clients.js.map +0 -1
  774. package/dist-esm/storage-file-datalake/src/credentials/StorageSharedKeyCredential.browser.js.map +0 -1
  775. package/dist-esm/storage-file-datalake/src/credentials/StorageSharedKeyCredential.js.map +0 -1
  776. package/dist-esm/storage-file-datalake/src/credentials/UserDelegationKeyCredential.browser.js.map +0 -1
  777. package/dist-esm/storage-file-datalake/src/credentials/UserDelegationKeyCredential.js.map +0 -1
  778. package/dist-esm/storage-file-datalake/src/generated/src/index.js.map +0 -1
  779. package/dist-esm/storage-file-datalake/src/generated/src/models/index.js.map +0 -1
  780. package/dist-esm/storage-file-datalake/src/generated/src/models/mappers.js.map +0 -1
  781. package/dist-esm/storage-file-datalake/src/generated/src/models/parameters.js.map +0 -1
  782. package/dist-esm/storage-file-datalake/src/generated/src/operations/fileSystemOperations.js.map +0 -1
  783. package/dist-esm/storage-file-datalake/src/generated/src/operations/index.js.map +0 -1
  784. package/dist-esm/storage-file-datalake/src/generated/src/operations/pathOperations.js.map +0 -1
  785. package/dist-esm/storage-file-datalake/src/generated/src/operations/service.js.map +0 -1
  786. package/dist-esm/storage-file-datalake/src/generated/src/operationsInterfaces/fileSystemOperations.js.map +0 -1
  787. package/dist-esm/storage-file-datalake/src/generated/src/operationsInterfaces/index.js.map +0 -1
  788. package/dist-esm/storage-file-datalake/src/generated/src/operationsInterfaces/pathOperations.js.map +0 -1
  789. package/dist-esm/storage-file-datalake/src/generated/src/operationsInterfaces/service.js.map +0 -1
  790. package/dist-esm/storage-file-datalake/src/generated/src/storageClient.js.map +0 -1
  791. package/dist-esm/storage-file-datalake/src/index.browser.js.map +0 -1
  792. package/dist-esm/storage-file-datalake/src/index.js +0 -23
  793. package/dist-esm/storage-file-datalake/src/index.js.map +0 -1
  794. package/dist-esm/storage-file-datalake/src/log.js.map +0 -1
  795. package/dist-esm/storage-file-datalake/src/models.internal.js.map +0 -1
  796. package/dist-esm/storage-file-datalake/src/models.js.map +0 -1
  797. package/dist-esm/storage-file-datalake/src/sas/AccountSASPermissions.js.map +0 -1
  798. package/dist-esm/storage-file-datalake/src/sas/AccountSASResourceTypes.js.map +0 -1
  799. package/dist-esm/storage-file-datalake/src/sas/AccountSASServices.js.map +0 -1
  800. package/dist-esm/storage-file-datalake/src/sas/AccountSASSignatureValues.js.map +0 -1
  801. package/dist-esm/storage-file-datalake/src/sas/DataLakeSASPermissions.js.map +0 -1
  802. package/dist-esm/storage-file-datalake/src/sas/DataLakeSASSignatureValues.js.map +0 -1
  803. package/dist-esm/storage-file-datalake/src/sas/DirectorySASPermissions.js.map +0 -1
  804. package/dist-esm/storage-file-datalake/src/sas/FileSystemSASPermissions.js.map +0 -1
  805. package/dist-esm/storage-file-datalake/src/sas/SASQueryParameters.js.map +0 -1
  806. package/dist-esm/storage-file-datalake/src/sas/SasIPRange.js.map +0 -1
  807. package/dist-esm/storage-file-datalake/src/transforms.js.map +0 -1
  808. package/dist-esm/storage-file-datalake/src/utils/Batch.js.map +0 -1
  809. package/dist-esm/storage-file-datalake/src/utils/BufferScheduler.js.map +0 -1
  810. package/dist-esm/storage-file-datalake/src/utils/DataLakeAclChangeFailedError.js.map +0 -1
  811. package/dist-esm/storage-file-datalake/src/utils/PathClientInternal.js.map +0 -1
  812. package/dist-esm/storage-file-datalake/src/utils/constants.js.map +0 -1
  813. package/dist-esm/storage-file-datalake/src/utils/tracing.js.map +0 -1
  814. package/dist-esm/storage-file-datalake/src/utils/utils.browser.js +0 -39
  815. package/dist-esm/storage-file-datalake/src/utils/utils.browser.js.map +0 -1
  816. package/dist-esm/storage-file-datalake/src/utils/utils.common.js.map +0 -1
  817. package/dist-esm/storage-file-datalake/src/utils/utils.node.js.map +0 -1
  818. package/types/latest/storage-file-datalake.d.ts +0 -5102
  819. /package/{dist-esm/storage-file-datalake/src → dist/browser}/generated/src/models/index.js +0 -0
  820. /package/{dist-esm/storage-file-datalake/src → dist/browser}/generated/src/models/mappers.js +0 -0
  821. /package/{dist-esm/storage-file-datalake/src → dist/browser}/generated/src/operationsInterfaces/fileSystemOperations.js +0 -0
  822. /package/{dist-esm/storage-file-datalake/src → dist/browser}/generated/src/operationsInterfaces/pathOperations.js +0 -0
  823. /package/{dist-esm/storage-file-datalake/src → dist/browser}/generated/src/operationsInterfaces/service.js +0 -0
  824. /package/{dist-esm/storage-file-datalake/src → dist/browser}/log.js +0 -0
  825. /package/{dist-esm/storage-file-datalake/src → dist/browser}/models.internal.js +0 -0
  826. /package/{dist-esm/storage-file-datalake/src → dist/browser}/sas/AccountSASPermissions.js +0 -0
  827. /package/{dist-esm/storage-file-datalake/src → dist/browser}/sas/AccountSASResourceTypes.js +0 -0
  828. /package/{dist-esm/storage-file-datalake/src → dist/browser}/sas/AccountSASServices.js +0 -0
  829. /package/{dist-esm/storage-file-datalake/src → dist/browser}/sas/DataLakeSASPermissions.js +0 -0
  830. /package/{dist-esm/storage-file-datalake/src → dist/browser}/sas/DirectorySASPermissions.js +0 -0
  831. /package/{dist-esm/storage-file-datalake/src → dist/browser}/sas/FileSystemSASPermissions.js +0 -0
  832. /package/{dist-esm/storage-file-datalake/src → dist/browser}/sas/SasIPRange.js +0 -0
  833. /package/{dist-esm/storage-blob/src → dist/browser}/utils/Batch.js +0 -0
  834. /package/{dist-esm/storage-file-datalake/src → dist/browser}/utils/DataLakeAclChangeFailedError.js +0 -0
  835. /package/{dist-esm/storage-file-datalake/src → dist/esm}/credentials/StorageSharedKeyCredential.js +0 -0
  836. /package/{dist-esm/storage-file-datalake/src → dist/esm}/utils/Batch.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAwsBH,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAKX;AALD,WAAY,4BAA4B;IACtC,WAAW;IACX,6CAAa,CAAA;IACb,aAAa;IACb,iDAAiB,CAAA;AACnB,CAAC,EALW,4BAA4B,KAA5B,4BAA4B,QAKvC","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\";\nimport * as coreHttpCompat from \"@azure/core-http-compat\";\n\nexport interface FileSystemList {\n filesystems?: FileSystem[];\n}\n\nexport interface FileSystem {\n name?: string;\n lastModified?: Date;\n etag?: string;\n}\n\nexport interface StorageError {\n /** The service error response object. */\n error?: StorageErrorError;\n code?: string;\n authenticationErrorDetail?: string;\n}\n\n/** The service error response object. */\nexport interface StorageErrorError {\n /** The service error code. */\n code?: string;\n /** The service error message. */\n message?: string;\n}\n\nexport interface PathList {\n paths?: Path[];\n}\n\nexport interface Path {\n name?: string;\n isDirectory?: boolean;\n lastModified?: Date;\n etag?: string;\n contentLength?: number;\n owner?: string;\n group?: string;\n permissions?: string;\n /** The name of the encryption scope under which the blob is encrypted. */\n encryptionScope?: string;\n creationTime?: string;\n expiryTime?: string;\n encryptionContext?: string;\n}\n\n/** An enumeration of blobs */\nexport interface ListBlobsHierarchySegmentResponse {\n serviceEndpoint: string;\n containerName: string;\n prefix?: string;\n marker?: string;\n maxResults?: number;\n delimiter?: string;\n segment: BlobHierarchyListSegment;\n nextMarker?: string;\n}\n\nexport interface BlobHierarchyListSegment {\n blobPrefixes?: BlobPrefix[];\n blobItems: BlobItemModel[];\n}\n\nexport interface BlobPrefix {\n name: string;\n}\n\n/** An Azure Storage blob */\nexport interface BlobItemModel {\n name: string;\n deleted: boolean;\n snapshot: string;\n versionId?: string;\n isCurrentVersion?: boolean;\n /** Properties of a blob */\n properties: BlobPropertiesModel;\n deletionId?: string;\n}\n\n/** Properties of a blob */\nexport interface BlobPropertiesModel {\n creationTime?: Date;\n lastModified: Date;\n etag: string;\n /** Size in bytes */\n contentLength?: number;\n contentType?: string;\n contentEncoding?: string;\n contentLanguage?: string;\n contentMD5?: Uint8Array;\n contentDisposition?: string;\n cacheControl?: string;\n blobSequenceNumber?: number;\n copyId?: string;\n copySource?: string;\n copyProgress?: string;\n copyCompletionTime?: Date;\n copyStatusDescription?: string;\n serverEncrypted?: boolean;\n incrementalCopy?: boolean;\n destinationSnapshot?: string;\n deletedTime?: Date;\n remainingRetentionDays?: number;\n accessTierInferred?: boolean;\n customerProvidedKeySha256?: string;\n /** The name of the encryption scope under which the blob is encrypted. */\n encryptionScope?: string;\n accessTierChangeTime?: Date;\n tagCount?: number;\n expiresOn?: Date;\n sealed?: boolean;\n lastAccessedOn?: Date;\n}\n\nexport interface SetAccessControlRecursiveResponse {\n directoriesSuccessful?: number;\n filesSuccessful?: number;\n failureCount?: number;\n failedEntries?: AclFailedEntry[];\n}\n\nexport interface AclFailedEntry {\n name?: string;\n type?: string;\n errorMessage?: string;\n}\n\n/** Defines headers for Service_listFileSystems operation. */\nexport interface ServiceListFileSystemsHeaders {\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */\n requestId?: string;\n /** The version of the REST protocol used to process the request. */\n version?: string;\n /** If the number of filesystems to be listed exceeds the maxResults limit, a continuation token is returned in this response header. When a continuation token is returned in the response, it must be specified in a subsequent invocation of the list operation to continue listing the filesystems. */\n continuation?: string;\n /** The content type of list filesystem response. The default content type is application/json. */\n contentType?: string;\n}\n\n/** Defines headers for Service_listFileSystems operation. */\nexport interface ServiceListFileSystemsExceptionHeaders {\n errorCode?: string;\n}\n\n/** Defines headers for FileSystem_create operation. */\nexport interface FileSystemCreateHeaders {\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** An HTTP entity tag associated with the FileSystem. */\n etag?: string;\n /** The data and time the filesystem was last modified. Operations on files and directories do not affect the last modified time. */\n lastModified?: Date;\n /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */\n clientRequestId?: string;\n /** The version of the REST protocol used to process the request. */\n version?: string;\n /** A bool string indicates whether the namespace feature is enabled. If \"true\", the namespace is enabled for the filesystem. */\n namespaceEnabled?: string;\n}\n\n/** Defines headers for FileSystem_create operation. */\nexport interface FileSystemCreateExceptionHeaders {\n errorCode?: string;\n}\n\n/** Defines headers for FileSystem_setProperties operation. */\nexport interface FileSystemSetPropertiesHeaders {\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** An HTTP entity tag associated with the filesystem. Changes to filesystem properties affect the entity tag, but operations on files and directories do not. */\n etag?: string;\n /** The data and time the filesystem was last modified. Changes to filesystem properties update the last modified time, but operations on files and directories do not. */\n lastModified?: Date;\n /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */\n requestId?: string;\n /** The version of the REST protocol used to process the request. */\n version?: string;\n}\n\n/** Defines headers for FileSystem_setProperties operation. */\nexport interface FileSystemSetPropertiesExceptionHeaders {\n errorCode?: string;\n}\n\n/** Defines headers for FileSystem_getProperties operation. */\nexport interface FileSystemGetPropertiesHeaders {\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** An HTTP entity tag associated with the filesystem. Changes to filesystem properties affect the entity tag, but operations on files and directories do not. */\n etag?: string;\n /** The data and time the filesystem was last modified. Changes to filesystem properties update the last modified time, but operations on files and directories do not. */\n lastModified?: Date;\n /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */\n requestId?: string;\n /** The version of the REST protocol used to process the request. */\n version?: string;\n /** The user-defined properties associated with the filesystem. A comma-separated list of name and value pairs in the format \"n1=v1, n2=v2, ...\", where each value is a base64 encoded string. Note that the string may only contain ASCII characters in the ISO-8859-1 character set. */\n properties?: string;\n /** A bool string indicates whether the namespace feature is enabled. If \"true\", the namespace is enabled for the filesystem. */\n namespaceEnabled?: string;\n}\n\n/** Defines headers for FileSystem_getProperties operation. */\nexport interface FileSystemGetPropertiesExceptionHeaders {\n errorCode?: string;\n}\n\n/** Defines headers for FileSystem_delete operation. */\nexport interface FileSystemDeleteHeaders {\n /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */\n requestId?: string;\n /** The version of the REST protocol used to process the request. */\n version?: string;\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n}\n\n/** Defines headers for FileSystem_delete operation. */\nexport interface FileSystemDeleteExceptionHeaders {\n errorCode?: string;\n}\n\n/** Defines headers for FileSystem_listPaths operation. */\nexport interface FileSystemListPathsHeaders {\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** An HTTP entity tag associated with the filesystem. Changes to filesystem properties affect the entity tag, but operations on files and directories do not. */\n etag?: string;\n /** The data and time the filesystem was last modified. Changes to filesystem properties update the last modified time, but operations on files and directories do not. */\n lastModified?: Date;\n /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */\n requestId?: string;\n /** The version of the REST protocol used to process the request. */\n version?: string;\n /** If the number of paths to be listed exceeds the maxResults limit, a continuation token is returned in this response header. When a continuation token is returned in the response, it must be specified in a subsequent invocation of the list operation to continue listing the paths. */\n continuation?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for FileSystem_listPaths operation. */\nexport interface FileSystemListPathsExceptionHeaders {\n errorCode?: string;\n}\n\n/** Defines headers for FileSystem_listBlobHierarchySegment operation. */\nexport interface FileSystemListBlobHierarchySegmentHeaders {\n /** The media type of the body of the response. For List Blobs this is 'application/xml' */\n contentType?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for FileSystem_listBlobHierarchySegment operation. */\nexport interface FileSystemListBlobHierarchySegmentExceptionHeaders {\n errorCode?: string;\n}\n\n/** Defines headers for Path_create operation. */\nexport interface PathCreateHeaders {\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** An HTTP entity tag associated with the file or directory. */\n etag?: string;\n /** The data and time the file or directory was last modified. Write operations on the file or directory update the last modified time. */\n lastModified?: Date;\n /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */\n requestId?: string;\n /** The version of the REST protocol used to process the request. */\n version?: string;\n /** When renaming a directory, the number of paths that are renamed with each invocation is limited. If the number of paths to be renamed exceeds this limit, a continuation token is returned in this response header. When a continuation token is returned in the response, it must be specified in a subsequent invocation of the rename operation to continue renaming the directory. */\n continuation?: string;\n /** The size of the resource in bytes. */\n contentLength?: number;\n /** The value of this header is set to true if the contents of the request are successfully encrypted using the specified algorithm, and false otherwise. */\n isServerEncrypted?: boolean;\n /** The SHA-256 hash of the encryption key used to encrypt the blob. This header is only returned when the blob was encrypted with a customer-provided key. */\n encryptionKeySha256?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Path_create operation. */\nexport interface PathCreateExceptionHeaders {\n errorCode?: string;\n}\n\n/** Defines headers for Path_update operation. */\nexport interface PathUpdateHeaders {\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** An HTTP entity tag associated with the file or directory. */\n etag?: string;\n /** The data and time the file or directory was last modified. Write operations on the file or directory update the last modified time. */\n lastModified?: Date;\n /** Indicates that the service supports requests for partial file content. */\n acceptRanges?: string;\n /** If the Cache-Control request header has previously been set for the resource, that value is returned in this header. */\n cacheControl?: string;\n /** If the Content-Disposition request header has previously been set for the resource, that value is returned in this header. */\n contentDisposition?: string;\n /** If the Content-Encoding request header has previously been set for the resource, that value is returned in this header. */\n contentEncoding?: string;\n /** If the Content-Language request header has previously been set for the resource, that value is returned in this header. */\n contentLanguage?: string;\n /** The size of the resource in bytes. */\n contentLength?: number;\n /** Indicates the range of bytes returned in the event that the client requested a subset of the file by setting the Range request header. */\n contentRange?: string;\n /** The content type specified for the resource. If no content type was specified, the default content type is application/octet-stream. */\n contentType?: string;\n /** An MD5 hash of the request content. This header is only returned for \"Flush\" operation. This header is returned so that the client can check for message content integrity. This header refers to the content of the request, not actual file content. */\n contentMD5?: string;\n /** User-defined properties associated with the file or directory, in the format of a comma-separated list of name and value pairs \"n1=v1, n2=v2, ...\", where each value is a base64 encoded string. Note that the string may only contain ASCII characters in the ISO-8859-1 character set. */\n properties?: string;\n /** When performing setAccessControlRecursive on a directory, the number of paths that are processed with each invocation is limited. If the number of paths to be processed exceeds this limit, a continuation token is returned in this response header. When a continuation token is returned in the response, it must be specified in a subsequent invocation of the setAccessControlRecursive operation to continue the setAccessControlRecursive operation on the directory. */\n xMsContinuation?: string;\n /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */\n requestId?: string;\n /** The version of the REST protocol used to process the request. */\n version?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Path_update operation. */\nexport interface PathUpdateExceptionHeaders {\n errorCode?: string;\n}\n\n/** Defines headers for Path_lease operation. */\nexport interface PathLeaseHeaders {\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** An HTTP entity tag associated with the file. */\n etag?: string;\n /** The data and time the file was last modified. Write operations on the file update the last modified time. */\n lastModified?: Date;\n /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */\n requestId?: string;\n /** The version of the REST protocol used to process the request. */\n version?: string;\n /** A successful \"renew\" action returns the lease ID. */\n leaseId?: string;\n}\n\n/** Defines headers for Path_lease operation. */\nexport interface PathLeaseExceptionHeaders {\n errorCode?: string;\n}\n\n/** Defines headers for Path_read operation. */\nexport interface PathReadHeaders {\n /** Indicates that the service supports requests for partial file content. */\n acceptRanges?: string;\n /** If the Cache-Control request header has previously been set for the resource, that value is returned in this header. */\n cacheControl?: string;\n /** If the Content-Disposition request header has previously been set for the resource, that value is returned in this header. */\n contentDisposition?: string;\n /** If the Content-Encoding request header has previously been set for the resource, that value is returned in this header. */\n contentEncoding?: string;\n /** If the Content-Language request header has previously been set for the resource, that value is returned in this header. */\n contentLanguage?: string;\n /** The size of the resource in bytes. */\n contentLength?: number;\n /** Indicates the range of bytes returned in the event that the client requested a subset of the file by setting the Range request header. */\n contentRange?: string;\n /** The content type specified for the resource. If no content type was specified, the default content type is application/octet-stream. */\n contentType?: string;\n /** The MD5 hash of complete file. If the file has an MD5 hash and this read operation is to read the complete file, this response header is returned so that the client can check for message content integrity. */\n contentMD5?: string;\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** An HTTP entity tag associated with the file or directory. */\n etag?: string;\n /** The data and time the file or directory was last modified. Write operations on the file or directory update the last modified time. */\n lastModified?: Date;\n /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */\n requestId?: string;\n /** The version of the REST protocol used to process the request. */\n version?: string;\n /** The type of the resource. The value may be \"file\" or \"directory\". If not set, the value is \"file\". */\n resourceType?: string;\n /** The user-defined properties associated with the file or directory, in the format of a comma-separated list of name and value pairs \"n1=v1, n2=v2, ...\", where each value is a base64 encoded string. Note that the string may only contain ASCII characters in the ISO-8859-1 character set. */\n properties?: string;\n /** When a resource is leased, specifies whether the lease is of infinite or fixed duration. */\n leaseDuration?: string;\n /** Lease state of the resource. */\n leaseState?: string;\n /** The lease status of the resource. */\n leaseStatus?: string;\n /** The value of this header is set to true if the contents of the request are successfully encrypted using the specified algorithm, and false otherwise. */\n isServerEncrypted?: boolean;\n /** The SHA-256 hash of the encryption key used to encrypt the blob. This header is only returned when the blob was encrypted with a customer-provided key. */\n encryptionKeySha256?: string;\n}\n\n/** Defines headers for Path_read operation. */\nexport interface PathReadExceptionHeaders {\n errorCode?: string;\n}\n\n/** Defines headers for Path_getProperties operation. */\nexport interface PathGetPropertiesHeaders {\n /** Indicates that the service supports requests for partial file content. */\n acceptRanges?: string;\n /** If the Cache-Control request header has previously been set for the resource, that value is returned in this header. */\n cacheControl?: string;\n /** If the Content-Disposition request header has previously been set for the resource, that value is returned in this header. */\n contentDisposition?: string;\n /** If the Content-Encoding request header has previously been set for the resource, that value is returned in this header. */\n contentEncoding?: string;\n /** If the Content-Language request header has previously been set for the resource, that value is returned in this header. */\n contentLanguage?: string;\n /** The size of the resource in bytes. */\n contentLength?: number;\n /** Indicates the range of bytes returned in the event that the client requested a subset of the file by setting the Range request header. */\n contentRange?: string;\n /** The content type specified for the resource. If no content type was specified, the default content type is application/octet-stream. */\n contentType?: string;\n /** The MD5 hash of complete file stored in storage. This header is returned only for \"GetProperties\" operation. If the Content-MD5 header has been set for the file, this response header is returned for GetProperties call so that the client can check for message content integrity. */\n contentMD5?: string;\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** An HTTP entity tag associated with the file or directory. */\n etag?: string;\n /** The data and time the file or directory was last modified. Write operations on the file or directory update the last modified time. */\n lastModified?: Date;\n /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */\n requestId?: string;\n /** The version of the REST protocol used to process the request. */\n version?: string;\n /** The type of the resource. The value may be \"file\" or \"directory\". If not set, the value is \"file\". */\n resourceType?: string;\n /** The user-defined properties associated with the file or directory, in the format of a comma-separated list of name and value pairs \"n1=v1, n2=v2, ...\", where each value is a base64 encoded string. Note that the string may only contain ASCII characters in the ISO-8859-1 character set. */\n properties?: string;\n /** The owner of the file or directory. Included in the response if Hierarchical Namespace is enabled for the account. */\n owner?: string;\n /** The owning group of the file or directory. Included in the response if Hierarchical Namespace is enabled for the account. */\n group?: string;\n /** The POSIX access permissions for the file owner, the file owning group, and others. Included in the response if Hierarchical Namespace is enabled for the account. */\n permissions?: string;\n /** The POSIX access control list for the file or directory. Included in the response only if the action is \"getAccessControl\" and Hierarchical Namespace is enabled for the account. */\n acl?: string;\n /** When a resource is leased, specifies whether the lease is of infinite or fixed duration. */\n leaseDuration?: string;\n /** Lease state of the resource. */\n leaseState?: string;\n /** The lease status of the resource. */\n leaseStatus?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Path_getProperties operation. */\nexport interface PathGetPropertiesExceptionHeaders {\n errorCode?: string;\n}\n\n/** Defines headers for Path_delete operation. */\nexport interface PathDeleteHeaders {\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */\n requestId?: string;\n /** The version of the REST protocol used to process the request. */\n version?: string;\n /** When deleting a directory, the number of paths that are deleted with each invocation is limited. If the number of paths to be deleted exceeds this limit, a continuation token is returned in this response header. When a continuation token is returned in the response, it must be specified in a subsequent invocation of the delete operation to continue deleting the directory. */\n continuation?: string;\n /** Returned only for hierarchical namespace space enabled accounts when soft delete is enabled. A unique identifier for the entity that can be used to restore it. See the Undelete REST API for more information. */\n deletionId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Path_delete operation. */\nexport interface PathDeleteExceptionHeaders {\n errorCode?: string;\n}\n\n/** Defines headers for Path_setAccessControl operation. */\nexport interface PathSetAccessControlHeaders {\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** An HTTP entity tag associated with the file or directory. */\n etag?: string;\n /** The data and time the file or directory was last modified. Write operations on the file or directory update the last modified time. */\n lastModified?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */\n requestId?: string;\n /** The version of the REST protocol used to process the request. */\n version?: string;\n}\n\n/** Defines headers for Path_setAccessControl operation. */\nexport interface PathSetAccessControlExceptionHeaders {\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */\n requestId?: string;\n /** The version of the REST protocol used to process the request. */\n version?: string;\n}\n\n/** Defines headers for Path_setAccessControlRecursive operation. */\nexport interface PathSetAccessControlRecursiveHeaders {\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** When performing setAccessControlRecursive on a directory, the number of paths that are processed with each invocation is limited. If the number of paths to be processed exceeds this limit, a continuation token is returned in this response header. When a continuation token is returned in the response, it must be specified in a subsequent invocation of the setAccessControlRecursive operation to continue the setAccessControlRecursive operation on the directory. */\n continuation?: string;\n /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */\n requestId?: string;\n /** The version of the REST protocol used to process the request. */\n version?: string;\n}\n\n/** Defines headers for Path_setAccessControlRecursive operation. */\nexport interface PathSetAccessControlRecursiveExceptionHeaders {\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */\n requestId?: string;\n /** The version of the REST protocol used to process the request. */\n version?: string;\n}\n\n/** Defines headers for Path_flushData operation. */\nexport interface PathFlushDataHeaders {\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** An HTTP entity tag associated with the file or directory. */\n etag?: string;\n /** The data and time the file or directory was last modified. Write operations on the file or directory update the last modified time. */\n lastModified?: Date;\n /** The size of the resource in bytes. */\n contentLength?: number;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */\n requestId?: string;\n /** The version of the REST protocol used to process the request. */\n version?: string;\n /** The value of this header is set to true if the contents of the request are successfully encrypted using the specified algorithm, and false otherwise. */\n isServerEncrypted?: boolean;\n /** The SHA-256 hash of the encryption key used to encrypt the blob. This header is only returned when the blob was encrypted with a customer-provided key. */\n encryptionKeySha256?: string;\n /** If the lease was auto-renewed with this request */\n leaseRenewed?: boolean;\n}\n\n/** Defines headers for Path_flushData operation. */\nexport interface PathFlushDataExceptionHeaders {\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */\n requestId?: string;\n /** The version of the REST protocol used to process the request. */\n version?: string;\n}\n\n/** Defines headers for Path_appendData operation. */\nexport interface PathAppendDataHeaders {\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */\n requestId?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** The version of the REST protocol used to process the request. */\n version?: string;\n /** An HTTP entity tag associated with the file or directory. */\n etag?: string;\n /** If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity. */\n contentMD5?: Uint8Array;\n /** This header is returned so that the client can check for message content integrity. The value of this header is computed by the Blob service; it is not necessarily the same value specified in the request headers. */\n xMsContentCrc64?: Uint8Array;\n /** The value of this header is set to true if the contents of the request are successfully encrypted using the specified algorithm, and false otherwise. */\n isServerEncrypted?: boolean;\n /** The SHA-256 hash of the encryption key used to encrypt the blob. This header is only returned when the blob was encrypted with a customer-provided key. */\n encryptionKeySha256?: string;\n /** If the lease was auto-renewed with this request */\n leaseRenewed?: boolean;\n}\n\n/** Defines headers for Path_appendData operation. */\nexport interface PathAppendDataExceptionHeaders {\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */\n requestId?: string;\n /** The version of the REST protocol used to process the request. */\n version?: string;\n}\n\n/** Defines headers for Path_setExpiry operation. */\nexport interface PathSetExpiryHeaders {\n /** The ETag contains a value that you can use to perform operations conditionally. If the request version is 2011-08-18 or newer, the ETag value will be in quotes. */\n etag?: string;\n /** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */\n lastModified?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Path_setExpiry operation. */\nexport interface PathSetExpiryExceptionHeaders {\n errorCode?: string;\n}\n\n/** Defines headers for Path_undelete operation. */\nexport interface PathUndeleteHeaders {\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** The type of the resource. The value may be \"file\" or \"directory\". If not set, the value is \"file\". */\n resourceType?: string;\n /** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n}\n\n/** Defines headers for Path_undelete operation. */\nexport interface PathUndeleteExceptionHeaders {\n errorCode?: string;\n}\n\n/** Parameter group */\nexport interface ModifiedAccessConditions {\n /** Specify this header value to operate only on a blob if it has been modified since the specified date/time. */\n ifModifiedSince?: Date;\n /** Specify this header value to operate only on a blob if it has not been modified since the specified date/time. */\n ifUnmodifiedSince?: Date;\n /** Specify an ETag value to operate only on blobs with a matching value. */\n ifMatch?: string;\n /** Specify an ETag value to operate only on blobs without a matching value. */\n ifNoneMatch?: string;\n}\n\n/** Parameter group */\nexport interface PathHttpHeaders {\n /** Optional. Sets the blob's cache control. If specified, this property is stored with the blob and returned with a read request. */\n cacheControl?: string;\n /** Optional. Sets the blob's content encoding. If specified, this property is stored with the blob and returned with a read request. */\n contentEncoding?: string;\n /** Optional. Set the blob's content language. If specified, this property is stored with the blob and returned with a read request. */\n contentLanguage?: string;\n /** Optional. Sets the blob's Content-Disposition header. */\n contentDisposition?: string;\n /** Optional. Sets the blob's content type. If specified, this property is stored with the blob and returned with a read request. */\n contentType?: string;\n /** Specify the transactional md5 for the body, to be validated by the service. */\n contentMD5?: Uint8Array;\n /** Specify the transactional md5 for the body, to be validated by the service. */\n transactionalContentHash?: Uint8Array;\n}\n\n/** Parameter group */\nexport interface LeaseAccessConditions {\n /** If specified, the operation only succeeds if the resource's lease is active and matches this ID. */\n leaseId?: string;\n}\n\n/** Parameter group */\nexport interface SourceModifiedAccessConditions {\n /** Specify an ETag value to operate only on blobs with a matching value. */\n sourceIfMatch?: string;\n /** Specify an ETag value to operate only on blobs without a matching value. */\n sourceIfNoneMatch?: string;\n /** Specify this header value to operate only on a blob if it has been modified since the specified date/time. */\n sourceIfModifiedSince?: Date;\n /** Specify this header value to operate only on a blob if it has not been modified since the specified date/time. */\n sourceIfUnmodifiedSince?: Date;\n}\n\n/** Parameter group */\nexport interface CpkInfo {\n /** Optional. Specifies the encryption key to use to encrypt the data provided in the request. If not specified, encryption is performed with the root account encryption key. For more information, see Encryption at Rest for Azure Storage Services. */\n encryptionKey?: string;\n /** The SHA-256 hash of the provided encryption key. Must be provided if the x-ms-encryption-key header is provided. */\n encryptionKeySha256?: string;\n /** The algorithm used to produce the encryption key hash. Currently, the only accepted value is \"AES256\". Must be provided if the x-ms-encryption-key header is provided. */\n encryptionAlgorithm?: EncryptionAlgorithmType;\n}\n\n/** Known values of {@link EncryptionAlgorithmType} that the service accepts. */\nexport enum KnownEncryptionAlgorithmType {\n /** None */\n None = \"None\",\n /** AES256 */\n AES256 = \"AES256\"\n}\n\n/**\n * Defines values for EncryptionAlgorithmType. \\\n * {@link KnownEncryptionAlgorithmType} can be used interchangeably with EncryptionAlgorithmType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **AES256**\n */\nexport type EncryptionAlgorithmType = string;\n/** Defines values for ListBlobsIncludeItem. */\nexport type ListBlobsIncludeItem =\n | \"copy\"\n | \"deleted\"\n | \"metadata\"\n | \"snapshots\"\n | \"uncommittedblobs\"\n | \"versions\"\n | \"tags\";\n/** Defines values for PathResourceType. */\nexport type PathResourceType = \"directory\" | \"file\";\n/** Defines values for PathRenameMode. */\nexport type PathRenameMode = \"legacy\" | \"posix\";\n/** Defines values for PathExpiryOptions. */\nexport type PathExpiryOptions =\n | \"NeverExpire\"\n | \"RelativeToCreation\"\n | \"RelativeToNow\"\n | \"Absolute\";\n/** Defines values for PathUpdateAction. */\nexport type PathUpdateAction =\n | \"append\"\n | \"flush\"\n | \"setProperties\"\n | \"setAccessControl\"\n | \"setAccessControlRecursive\";\n/** Defines values for PathSetAccessControlRecursiveMode. */\nexport type PathSetAccessControlRecursiveMode = \"set\" | \"modify\" | \"remove\";\n/** Defines values for PathLeaseAction. */\nexport type PathLeaseAction =\n | \"acquire\"\n | \"break\"\n | \"change\"\n | \"renew\"\n | \"release\";\n/** Defines values for PathGetPropertiesAction. */\nexport type PathGetPropertiesAction = \"getAccessControl\" | \"getStatus\";\n/** Defines values for LeaseAction. */\nexport type LeaseAction =\n | \"acquire\"\n | \"auto-renew\"\n | \"release\"\n | \"acquire-release\";\n\n/** Optional parameters. */\nexport interface ServiceListFileSystemsOptionalParams\n extends coreClient.OperationOptions {\n /** Filters results to filesystems within the specified prefix. */\n prefix?: string;\n /** Optional. When deleting a directory, the number of paths that are deleted with each invocation is limited. If the number of paths to be deleted exceeds this limit, a continuation token is returned in this response header. When a continuation token is returned in the response, it must be specified in a subsequent invocation of the delete operation to continue deleting the directory. */\n continuation?: string;\n /** An optional value that specifies the maximum number of items to return. If omitted or greater than 5,000, the response will include up to 5,000 items. */\n maxResults?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a> */\n timeout?: number;\n}\n\n/** Contains response data for the listFileSystems operation. */\nexport type ServiceListFileSystemsResponse = ServiceListFileSystemsHeaders &\n FileSystemList;\n\n/** Optional parameters. */\nexport interface FileSystemCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a> */\n timeout?: number;\n /** Optional. User-defined properties to be stored with the filesystem, in the format of a comma-separated list of name and value pairs \"n1=v1, n2=v2, ...\", where each value is a base64 encoded string. Note that the string may only contain ASCII characters in the ISO-8859-1 character set. If the filesystem exists, any properties not included in the list will be removed. All properties are removed if the header is omitted. To merge new and existing properties, first get all existing properties and the current E-Tag, then make a conditional request with the E-Tag and include values for all properties. */\n properties?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type FileSystemCreateResponse = FileSystemCreateHeaders;\n\n/** Optional parameters. */\nexport interface FileSystemSetPropertiesOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n modifiedAccessConditions?: ModifiedAccessConditions;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a> */\n timeout?: number;\n /** Optional. User-defined properties to be stored with the filesystem, in the format of a comma-separated list of name and value pairs \"n1=v1, n2=v2, ...\", where each value is a base64 encoded string. Note that the string may only contain ASCII characters in the ISO-8859-1 character set. If the filesystem exists, any properties not included in the list will be removed. All properties are removed if the header is omitted. To merge new and existing properties, first get all existing properties and the current E-Tag, then make a conditional request with the E-Tag and include values for all properties. */\n properties?: string;\n}\n\n/** Contains response data for the setProperties operation. */\nexport type FileSystemSetPropertiesResponse = FileSystemSetPropertiesHeaders;\n\n/** Optional parameters. */\nexport interface FileSystemGetPropertiesOptionalParams\n extends coreClient.OperationOptions {\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a> */\n timeout?: number;\n}\n\n/** Contains response data for the getProperties operation. */\nexport type FileSystemGetPropertiesResponse = FileSystemGetPropertiesHeaders;\n\n/** Optional parameters. */\nexport interface FileSystemDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n modifiedAccessConditions?: ModifiedAccessConditions;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a> */\n timeout?: number;\n}\n\n/** Contains response data for the delete operation. */\nexport type FileSystemDeleteResponse = FileSystemDeleteHeaders;\n\n/** Optional parameters. */\nexport interface FileSystemListPathsOptionalParams\n extends coreClient.OperationOptions {\n /** Optional. When deleting a directory, the number of paths that are deleted with each invocation is limited. If the number of paths to be deleted exceeds this limit, a continuation token is returned in this response header. When a continuation token is returned in the response, it must be specified in a subsequent invocation of the delete operation to continue deleting the directory. */\n continuation?: string;\n /** An optional value that specifies the maximum number of items to return. If omitted or greater than 5,000, the response will include up to 5,000 items. */\n maxResults?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a> */\n timeout?: number;\n /** Optional. Filters results to paths within the specified directory. An error occurs if the directory does not exist. */\n path?: string;\n /** Optional. Valid only when Hierarchical Namespace is enabled for the account. If \"true\", the user identity values returned in the x-ms-owner, x-ms-group, and x-ms-acl response headers will be transformed from Azure Active Directory Object IDs to User Principal Names. If \"false\", the values will be returned as Azure Active Directory Object IDs. The default value is false. Note that group and application Object IDs are not translated because they do not have unique friendly names. */\n upn?: boolean;\n}\n\n/** Contains response data for the listPaths operation. */\nexport type FileSystemListPathsResponse = FileSystemListPathsHeaders & PathList;\n\n/** Optional parameters. */\nexport interface FileSystemListBlobHierarchySegmentOptionalParams\n extends coreClient.OperationOptions {\n /** Filters results to filesystems within the specified prefix. */\n prefix?: string;\n /** An optional value that specifies the maximum number of items to return. If omitted or greater than 5,000, the response will include up to 5,000 items. */\n maxResults?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a> */\n timeout?: number;\n /** When the request includes this parameter, the operation returns a BlobPrefix element in the response body that acts as a placeholder for all blobs whose names begin with the same substring up to the appearance of the delimiter character. The delimiter may be a single character or a string. */\n delimiter?: string;\n /** A string value that identifies the portion of the list of containers to be returned with the next listing operation. The operation returns the NextMarker value within the response body if the listing operation did not return all containers remaining to be listed with the current page. The NextMarker value can be used as the value for the marker parameter in a subsequent call to request the next page of list items. The marker value is opaque to the client. */\n marker?: string;\n /** Include this parameter to specify one or more datasets to include in the response. */\n include?: ListBlobsIncludeItem[];\n}\n\n/** Contains response data for the listBlobHierarchySegment operation. */\nexport type FileSystemListBlobHierarchySegmentResponse = FileSystemListBlobHierarchySegmentHeaders &\n ListBlobsHierarchySegmentResponse;\n\n/** Optional parameters. */\nexport interface PathCreateOptionalParams extends coreClient.OperationOptions {\n /** Parameter group */\n modifiedAccessConditions?: ModifiedAccessConditions;\n /** Parameter group */\n pathHttpHeaders?: PathHttpHeaders;\n /** Parameter group */\n leaseAccessConditions?: LeaseAccessConditions;\n /** Parameter group */\n sourceModifiedAccessConditions?: SourceModifiedAccessConditions;\n /** Parameter group */\n cpkInfo?: CpkInfo;\n /** Optional. When deleting a directory, the number of paths that are deleted with each invocation is limited. If the number of paths to be deleted exceeds this limit, a continuation token is returned in this response header. When a continuation token is returned in the response, it must be specified in a subsequent invocation of the delete operation to continue deleting the directory. */\n continuation?: string;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a> */\n timeout?: number;\n /** Optional. User-defined properties to be stored with the filesystem, in the format of a comma-separated list of name and value pairs \"n1=v1, n2=v2, ...\", where each value is a base64 encoded string. Note that the string may only contain ASCII characters in the ISO-8859-1 character set. If the filesystem exists, any properties not included in the list will be removed. All properties are removed if the header is omitted. To merge new and existing properties, first get all existing properties and the current E-Tag, then make a conditional request with the E-Tag and include values for all properties. */\n properties?: string;\n /** Required only for Create File and Create Directory. The value must be \"file\" or \"directory\". */\n resource?: PathResourceType;\n /** Optional. Valid only when namespace is enabled. This parameter determines the behavior of the rename operation. The value must be \"legacy\" or \"posix\", and the default value will be \"posix\". */\n mode?: PathRenameMode;\n /** An optional file or directory to be renamed. The value must have the following format: \"/{filesystem}/{path}\". If \"x-ms-properties\" is specified, the properties will overwrite the existing properties; otherwise, the existing properties will be preserved. This value must be a URL percent-encoded string. Note that the string may only contain ASCII characters in the ISO-8859-1 character set. */\n renameSource?: string;\n /** A lease ID for the source path. If specified, the source path must have an active lease and the lease ID must match. */\n sourceLeaseId?: string;\n /** Optional and only valid if Hierarchical Namespace is enabled for the account. Sets POSIX access permissions for the file owner, the file owning group, and others. Each class may be granted read, write, or execute permission. The sticky bit is also supported. Both symbolic (rwxrw-rw-) and 4-digit octal notation (e.g. 0766) are supported. */\n permissions?: string;\n /** Optional and only valid if Hierarchical Namespace is enabled for the account. When creating a file or directory and the parent folder does not have a default ACL, the umask restricts the permissions of the file or directory to be created. The resulting permission is given by p bitwise and not u, where p is the permission and u is the umask. For example, if p is 0777 and u is 0057, then the resulting permission is 0720. The default permission is 0777 for a directory and 0666 for a file. The default umask is 0027. The umask must be specified in 4-digit octal notation (e.g. 0766). */\n umask?: string;\n /** Optional. The owner of the blob or directory. */\n owner?: string;\n /** Optional. The owning group of the blob or directory. */\n group?: string;\n /** Sets POSIX access control rights on files and directories. The value is a comma-separated list of access control entries. Each access control entry (ACE) consists of a scope, a type, a user or group identifier, and permissions in the format \"[scope:][type]:[id]:[permissions]\". */\n acl?: string;\n /** Proposed lease ID, in a GUID string format. The Blob service returns 400 (Invalid request) if the proposed lease ID is not in the correct format. See Guid Constructor (String) for a list of valid GUID string formats. */\n proposedLeaseId?: string;\n /** The lease duration is required to acquire a lease, and specifies the duration of the lease in seconds. The lease duration must be between 15 and 60 seconds or -1 for infinite lease. */\n leaseDuration?: number;\n /** Required. Indicates mode of the expiry time */\n expiryOptions?: PathExpiryOptions;\n /** The time to set the blob to expiry */\n expiresOn?: string;\n /** Specifies the encryption context to set on the file. */\n encryptionContext?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type PathCreateResponse = PathCreateHeaders;\n\n/** Optional parameters. */\nexport interface PathUpdateOptionalParams extends coreClient.OperationOptions {\n /** Parameter group */\n modifiedAccessConditions?: ModifiedAccessConditions;\n /** Parameter group */\n pathHttpHeaders?: PathHttpHeaders;\n /** Parameter group */\n leaseAccessConditions?: LeaseAccessConditions;\n /** Optional. The number of paths processed with each invocation is limited. If the number of paths to be processed exceeds this limit, a continuation token is returned in the response header x-ms-continuation. When a continuation token is returned in the response, it must be percent-encoded and specified in a subsequent invocation of setAccessControlRecursive operation. */\n continuation?: string;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a> */\n timeout?: number;\n /** Optional. User-defined properties to be stored with the filesystem, in the format of a comma-separated list of name and value pairs \"n1=v1, n2=v2, ...\", where each value is a base64 encoded string. Note that the string may only contain ASCII characters in the ISO-8859-1 character set. If the filesystem exists, any properties not included in the list will be removed. All properties are removed if the header is omitted. To merge new and existing properties, first get all existing properties and the current E-Tag, then make a conditional request with the E-Tag and include values for all properties. */\n properties?: string;\n /** Optional and only valid if Hierarchical Namespace is enabled for the account. Sets POSIX access permissions for the file owner, the file owning group, and others. Each class may be granted read, write, or execute permission. The sticky bit is also supported. Both symbolic (rwxrw-rw-) and 4-digit octal notation (e.g. 0766) are supported. */\n permissions?: string;\n /** Optional. The owner of the blob or directory. */\n owner?: string;\n /** Optional. The owning group of the blob or directory. */\n group?: string;\n /** Sets POSIX access control rights on files and directories. The value is a comma-separated list of access control entries. Each access control entry (ACE) consists of a scope, a type, a user or group identifier, and permissions in the format \"[scope:][type]:[id]:[permissions]\". */\n acl?: string;\n /** Optional. Valid for \"SetAccessControlRecursive\" operation. It specifies the maximum number of files or directories on which the acl change will be applied. If omitted or greater than 2,000, the request will process up to 2,000 items */\n maxRecords?: number;\n /** Optional. Valid for \"SetAccessControlRecursive\" operation. If set to false, the operation will terminate quickly on encountering user errors (4XX). If true, the operation will ignore user errors and proceed with the operation on other sub-entities of the directory. Continuation token will only be returned when forceFlag is true in case of user errors. If not set the default value is false for this. */\n forceFlag?: boolean;\n /** This parameter allows the caller to upload data in parallel and control the order in which it is appended to the file. It is required when uploading data to be appended to the file and when flushing previously uploaded data to the file. The value must be the position where the data is to be appended. Uploaded data is not immediately flushed, or written, to the file. To flush, the previously uploaded data must be contiguous, the position parameter must be specified and equal to the length of the file after all data has been written, and there must not be a request entity body included with the request. */\n position?: number;\n /** Valid only for flush operations. If \"true\", uncommitted data is retained after the flush operation completes; otherwise, the uncommitted data is deleted after the flush operation. The default is false. Data at offsets less than the specified position are written to the file when flush succeeds, but this optional parameter allows data after the flush position to be retained for a future flush operation. */\n retainUncommittedData?: boolean;\n /** Azure Storage Events allow applications to receive notifications when files change. When Azure Storage Events are enabled, a file changed event is raised. This event has a property indicating whether this is the final change to distinguish the difference between an intermediate flush to a file stream and the final close of a file stream. The close query parameter is valid only when the action is \"flush\" and change notifications are enabled. If the value of close is \"true\" and the flush operation completes successfully, the service raises a file change notification with a property indicating that this is the final update (the file stream has been closed). If \"false\" a change notification is raised indicating the file has changed. The default is false. This query parameter is set to true by the Hadoop ABFS driver to indicate that the file stream has been closed.\" */\n close?: boolean;\n /** Required for \"Append Data\" and \"Flush Data\". Must be 0 for \"Flush Data\". Must be the length of the request content in bytes for \"Append Data\". */\n contentLength?: number;\n}\n\n/** Contains response data for the update operation. */\nexport type PathUpdateResponse = PathUpdateHeaders &\n SetAccessControlRecursiveResponse;\n\n/** Optional parameters. */\nexport interface PathLeaseOptionalParams extends coreClient.OperationOptions {\n /** Parameter group */\n modifiedAccessConditions?: ModifiedAccessConditions;\n /** Parameter group */\n leaseAccessConditions?: LeaseAccessConditions;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a> */\n timeout?: number;\n /** Proposed lease ID, in a GUID string format. The Blob service returns 400 (Invalid request) if the proposed lease ID is not in the correct format. See Guid Constructor (String) for a list of valid GUID string formats. */\n proposedLeaseId?: string;\n /** The lease break period duration is optional to break a lease, and specifies the break period of the lease in seconds. The lease break duration must be between 0 and 60 seconds. */\n xMsLeaseBreakPeriod?: number;\n}\n\n/** Contains response data for the lease operation. */\nexport type PathLeaseResponse = PathLeaseHeaders;\n\n/** Optional parameters. */\nexport interface PathReadOptionalParams extends coreClient.OperationOptions {\n /** Parameter group */\n modifiedAccessConditions?: ModifiedAccessConditions;\n /** Parameter group */\n leaseAccessConditions?: LeaseAccessConditions;\n /** Parameter group */\n cpkInfo?: CpkInfo;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a> */\n timeout?: number;\n /** The HTTP Range request header specifies one or more byte ranges of the resource to be retrieved. */\n range?: string;\n /** Optional. When this header is set to \"true\" and specified together with the Range header, the service returns the MD5 hash for the range, as long as the range is less than or equal to 4MB in size. If this header is specified without the Range header, the service returns status code 400 (Bad Request). If this header is set to true when the range exceeds 4 MB in size, the service returns status code 400 (Bad Request). */\n xMsRangeGetContentMd5?: boolean;\n}\n\n/** Contains response data for the read operation. */\nexport type PathReadResponse = PathReadHeaders & {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface PathGetPropertiesOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n modifiedAccessConditions?: ModifiedAccessConditions;\n /** Parameter group */\n leaseAccessConditions?: LeaseAccessConditions;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a> */\n timeout?: number;\n /** Optional. Valid only when Hierarchical Namespace is enabled for the account. If \"true\", the user identity values returned in the x-ms-owner, x-ms-group, and x-ms-acl response headers will be transformed from Azure Active Directory Object IDs to User Principal Names. If \"false\", the values will be returned as Azure Active Directory Object IDs. The default value is false. Note that group and application Object IDs are not translated because they do not have unique friendly names. */\n upn?: boolean;\n /** Optional. If the value is \"getStatus\" only the system defined properties for the path are returned. If the value is \"getAccessControl\" the access control list is returned in the response headers (Hierarchical Namespace must be enabled for the account), otherwise the properties are returned. */\n action?: PathGetPropertiesAction;\n}\n\n/** Contains response data for the getProperties operation. */\nexport type PathGetPropertiesResponse = PathGetPropertiesHeaders;\n\n/** Optional parameters. */\nexport interface PathDeleteOptionalParams extends coreClient.OperationOptions {\n /** Parameter group */\n modifiedAccessConditions?: ModifiedAccessConditions;\n /** Parameter group */\n leaseAccessConditions?: LeaseAccessConditions;\n /** Optional. When deleting a directory, the number of paths that are deleted with each invocation is limited. If the number of paths to be deleted exceeds this limit, a continuation token is returned in this response header. When a continuation token is returned in the response, it must be specified in a subsequent invocation of the delete operation to continue deleting the directory. */\n continuation?: string;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a> */\n timeout?: number;\n /** Required */\n recursive?: boolean;\n /** If true, paginated behavior will be seen. Pagination is for the recursive ACL checks as a POSIX requirement in the server and Delete in an atomic operation once the ACL checks are completed. If false or missing, normal default behavior will kick in, which may timeout in case of very large directories due to recursive ACL checks. This new parameter is introduced for backward compatibility. */\n paginated?: boolean;\n}\n\n/** Contains response data for the delete operation. */\nexport type PathDeleteResponse = PathDeleteHeaders;\n\n/** Optional parameters. */\nexport interface PathSetAccessControlOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n modifiedAccessConditions?: ModifiedAccessConditions;\n /** Parameter group */\n leaseAccessConditions?: LeaseAccessConditions;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a> */\n timeout?: number;\n /** Optional and only valid if Hierarchical Namespace is enabled for the account. Sets POSIX access permissions for the file owner, the file owning group, and others. Each class may be granted read, write, or execute permission. The sticky bit is also supported. Both symbolic (rwxrw-rw-) and 4-digit octal notation (e.g. 0766) are supported. */\n permissions?: string;\n /** Optional. The owner of the blob or directory. */\n owner?: string;\n /** Optional. The owning group of the blob or directory. */\n group?: string;\n /** Sets POSIX access control rights on files and directories. The value is a comma-separated list of access control entries. Each access control entry (ACE) consists of a scope, a type, a user or group identifier, and permissions in the format \"[scope:][type]:[id]:[permissions]\". */\n acl?: string;\n}\n\n/** Contains response data for the setAccessControl operation. */\nexport type PathSetAccessControlResponse = PathSetAccessControlHeaders;\n\n/** Optional parameters. */\nexport interface PathSetAccessControlRecursiveOptionalParams\n extends coreClient.OperationOptions {\n /** Optional. When deleting a directory, the number of paths that are deleted with each invocation is limited. If the number of paths to be deleted exceeds this limit, a continuation token is returned in this response header. When a continuation token is returned in the response, it must be specified in a subsequent invocation of the delete operation to continue deleting the directory. */\n continuation?: string;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a> */\n timeout?: number;\n /** Sets POSIX access control rights on files and directories. The value is a comma-separated list of access control entries. Each access control entry (ACE) consists of a scope, a type, a user or group identifier, and permissions in the format \"[scope:][type]:[id]:[permissions]\". */\n acl?: string;\n /** Optional. It specifies the maximum number of files or directories on which the acl change will be applied. If omitted or greater than 2,000, the request will process up to 2,000 items */\n maxRecords?: number;\n /** Optional. Valid for \"SetAccessControlRecursive\" operation. If set to false, the operation will terminate quickly on encountering user errors (4XX). If true, the operation will ignore user errors and proceed with the operation on other sub-entities of the directory. Continuation token will only be returned when forceFlag is true in case of user errors. If not set the default value is false for this. */\n forceFlag?: boolean;\n}\n\n/** Contains response data for the setAccessControlRecursive operation. */\nexport type PathSetAccessControlRecursiveResponse = PathSetAccessControlRecursiveHeaders &\n SetAccessControlRecursiveResponse;\n\n/** Optional parameters. */\nexport interface PathFlushDataOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n modifiedAccessConditions?: ModifiedAccessConditions;\n /** Parameter group */\n pathHttpHeaders?: PathHttpHeaders;\n /** Parameter group */\n leaseAccessConditions?: LeaseAccessConditions;\n /** Parameter group */\n cpkInfo?: CpkInfo;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a> */\n timeout?: number;\n /** Proposed lease ID, in a GUID string format. The Blob service returns 400 (Invalid request) if the proposed lease ID is not in the correct format. See Guid Constructor (String) for a list of valid GUID string formats. */\n proposedLeaseId?: string;\n /** The lease duration is required to acquire a lease, and specifies the duration of the lease in seconds. The lease duration must be between 15 and 60 seconds or -1 for infinite lease. */\n leaseDuration?: number;\n /** This parameter allows the caller to upload data in parallel and control the order in which it is appended to the file. It is required when uploading data to be appended to the file and when flushing previously uploaded data to the file. The value must be the position where the data is to be appended. Uploaded data is not immediately flushed, or written, to the file. To flush, the previously uploaded data must be contiguous, the position parameter must be specified and equal to the length of the file after all data has been written, and there must not be a request entity body included with the request. */\n position?: number;\n /** Valid only for flush operations. If \"true\", uncommitted data is retained after the flush operation completes; otherwise, the uncommitted data is deleted after the flush operation. The default is false. Data at offsets less than the specified position are written to the file when flush succeeds, but this optional parameter allows data after the flush position to be retained for a future flush operation. */\n retainUncommittedData?: boolean;\n /** Azure Storage Events allow applications to receive notifications when files change. When Azure Storage Events are enabled, a file changed event is raised. This event has a property indicating whether this is the final change to distinguish the difference between an intermediate flush to a file stream and the final close of a file stream. The close query parameter is valid only when the action is \"flush\" and change notifications are enabled. If the value of close is \"true\" and the flush operation completes successfully, the service raises a file change notification with a property indicating that this is the final update (the file stream has been closed). If \"false\" a change notification is raised indicating the file has changed. The default is false. This query parameter is set to true by the Hadoop ABFS driver to indicate that the file stream has been closed.\" */\n close?: boolean;\n /** Required for \"Append Data\" and \"Flush Data\". Must be 0 for \"Flush Data\". Must be the length of the request content in bytes for \"Append Data\". */\n contentLength?: number;\n /** Optional. If \"acquire\" it will acquire the lease. If \"auto-renew\" it will renew the lease. If \"release\" it will release the lease only on flush. If \"acquire-release\" it will acquire & complete the operation & release the lease once operation is done. */\n leaseAction?: LeaseAction;\n}\n\n/** Contains response data for the flushData operation. */\nexport type PathFlushDataResponse = PathFlushDataHeaders;\n\n/** Optional parameters. */\nexport interface PathAppendDataOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n leaseAccessConditions?: LeaseAccessConditions;\n /** Parameter group */\n cpkInfo?: CpkInfo;\n /** Parameter group */\n pathHttpHeaders?: PathHttpHeaders;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a> */\n timeout?: number;\n /** Proposed lease ID, in a GUID string format. The Blob service returns 400 (Invalid request) if the proposed lease ID is not in the correct format. See Guid Constructor (String) for a list of valid GUID string formats. */\n proposedLeaseId?: string;\n /** The lease duration is required to acquire a lease, and specifies the duration of the lease in seconds. The lease duration must be between 15 and 60 seconds or -1 for infinite lease. */\n leaseDuration?: number;\n /** This parameter allows the caller to upload data in parallel and control the order in which it is appended to the file. It is required when uploading data to be appended to the file and when flushing previously uploaded data to the file. The value must be the position where the data is to be appended. Uploaded data is not immediately flushed, or written, to the file. To flush, the previously uploaded data must be contiguous, the position parameter must be specified and equal to the length of the file after all data has been written, and there must not be a request entity body included with the request. */\n position?: number;\n /** Required for \"Append Data\" and \"Flush Data\". Must be 0 for \"Flush Data\". Must be the length of the request content in bytes for \"Append Data\". */\n contentLength?: number;\n /** Optional. If \"acquire\" it will acquire the lease. If \"auto-renew\" it will renew the lease. If \"release\" it will release the lease only on flush. If \"acquire-release\" it will acquire & complete the operation & release the lease once operation is done. */\n leaseAction?: LeaseAction;\n /** Specify the transactional crc64 for the body, to be validated by the service. */\n transactionalContentCrc64?: Uint8Array;\n /** If file should be flushed after the append */\n flush?: boolean;\n}\n\n/** Contains response data for the appendData operation. */\nexport type PathAppendDataResponse = PathAppendDataHeaders;\n\n/** Optional parameters. */\nexport interface PathSetExpiryOptionalParams\n extends coreClient.OperationOptions {\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a> */\n timeout?: number;\n /** The time to set the blob to expiry */\n expiresOn?: string;\n}\n\n/** Contains response data for the setExpiry operation. */\nexport type PathSetExpiryResponse = PathSetExpiryHeaders;\n\n/** Optional parameters. */\nexport interface PathUndeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a> */\n timeout?: number;\n /** Only for hierarchical namespace enabled accounts. Optional. The path of the soft deleted blob to undelete. */\n undeleteSource?: string;\n}\n\n/** Contains response data for the undelete operation. */\nexport type PathUndeleteResponse = PathUndeleteHeaders;\n\n/** Optional parameters. */\nexport interface StorageClientOptionalParams\n extends coreHttpCompat.ExtendedServiceClientOptions {\n /** Specifies the version of the operation to use for this request. */\n version?: string;\n /** The value must be \"filesystem\" for all filesystem operations. */\n resource?: string;\n /** The lease duration is required to acquire a lease, and specifies the duration of the lease in seconds. The lease duration must be between 15 and 60 seconds or -1 for infinite lease. */\n xMsLeaseDuration?: number;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1,53 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const FileSystemList: coreClient.CompositeMapper;
3
+ export declare const FileSystem: coreClient.CompositeMapper;
4
+ export declare const StorageError: coreClient.CompositeMapper;
5
+ export declare const StorageErrorError: coreClient.CompositeMapper;
6
+ export declare const PathList: coreClient.CompositeMapper;
7
+ export declare const Path: coreClient.CompositeMapper;
8
+ export declare const ListBlobsHierarchySegmentResponse: coreClient.CompositeMapper;
9
+ export declare const BlobHierarchyListSegment: coreClient.CompositeMapper;
10
+ export declare const BlobPrefix: coreClient.CompositeMapper;
11
+ export declare const BlobItemModel: coreClient.CompositeMapper;
12
+ export declare const BlobPropertiesModel: coreClient.CompositeMapper;
13
+ export declare const SetAccessControlRecursiveResponse: coreClient.CompositeMapper;
14
+ export declare const AclFailedEntry: coreClient.CompositeMapper;
15
+ export declare const ServiceListFileSystemsHeaders: coreClient.CompositeMapper;
16
+ export declare const ServiceListFileSystemsExceptionHeaders: coreClient.CompositeMapper;
17
+ export declare const FileSystemCreateHeaders: coreClient.CompositeMapper;
18
+ export declare const FileSystemCreateExceptionHeaders: coreClient.CompositeMapper;
19
+ export declare const FileSystemSetPropertiesHeaders: coreClient.CompositeMapper;
20
+ export declare const FileSystemSetPropertiesExceptionHeaders: coreClient.CompositeMapper;
21
+ export declare const FileSystemGetPropertiesHeaders: coreClient.CompositeMapper;
22
+ export declare const FileSystemGetPropertiesExceptionHeaders: coreClient.CompositeMapper;
23
+ export declare const FileSystemDeleteHeaders: coreClient.CompositeMapper;
24
+ export declare const FileSystemDeleteExceptionHeaders: coreClient.CompositeMapper;
25
+ export declare const FileSystemListPathsHeaders: coreClient.CompositeMapper;
26
+ export declare const FileSystemListPathsExceptionHeaders: coreClient.CompositeMapper;
27
+ export declare const FileSystemListBlobHierarchySegmentHeaders: coreClient.CompositeMapper;
28
+ export declare const FileSystemListBlobHierarchySegmentExceptionHeaders: coreClient.CompositeMapper;
29
+ export declare const PathCreateHeaders: coreClient.CompositeMapper;
30
+ export declare const PathCreateExceptionHeaders: coreClient.CompositeMapper;
31
+ export declare const PathUpdateHeaders: coreClient.CompositeMapper;
32
+ export declare const PathUpdateExceptionHeaders: coreClient.CompositeMapper;
33
+ export declare const PathLeaseHeaders: coreClient.CompositeMapper;
34
+ export declare const PathLeaseExceptionHeaders: coreClient.CompositeMapper;
35
+ export declare const PathReadHeaders: coreClient.CompositeMapper;
36
+ export declare const PathReadExceptionHeaders: coreClient.CompositeMapper;
37
+ export declare const PathGetPropertiesHeaders: coreClient.CompositeMapper;
38
+ export declare const PathGetPropertiesExceptionHeaders: coreClient.CompositeMapper;
39
+ export declare const PathDeleteHeaders: coreClient.CompositeMapper;
40
+ export declare const PathDeleteExceptionHeaders: coreClient.CompositeMapper;
41
+ export declare const PathSetAccessControlHeaders: coreClient.CompositeMapper;
42
+ export declare const PathSetAccessControlExceptionHeaders: coreClient.CompositeMapper;
43
+ export declare const PathSetAccessControlRecursiveHeaders: coreClient.CompositeMapper;
44
+ export declare const PathSetAccessControlRecursiveExceptionHeaders: coreClient.CompositeMapper;
45
+ export declare const PathFlushDataHeaders: coreClient.CompositeMapper;
46
+ export declare const PathFlushDataExceptionHeaders: coreClient.CompositeMapper;
47
+ export declare const PathAppendDataHeaders: coreClient.CompositeMapper;
48
+ export declare const PathAppendDataExceptionHeaders: coreClient.CompositeMapper;
49
+ export declare const PathSetExpiryHeaders: coreClient.CompositeMapper;
50
+ export declare const PathSetExpiryExceptionHeaders: coreClient.CompositeMapper;
51
+ export declare const PathUndeleteHeaders: coreClient.CompositeMapper;
52
+ export declare const PathUndeleteExceptionHeaders: coreClient.CompositeMapper;
53
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/models/mappers.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../../../src/generated/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 FileSystemList: coreClient.CompositeMapper = {\n serializedName: \"FileSystemList\",\n type: {\n name: \"Composite\",\n className: \"FileSystemList\",\n modelProperties: {\n filesystems: {\n serializedName: \"filesystems\",\n xmlName: \"filesystems\",\n xmlElementName: \"FileSystem\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FileSystem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const FileSystem: coreClient.CompositeMapper = {\n serializedName: \"FileSystem\",\n type: {\n name: \"Composite\",\n className: \"FileSystem\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n xmlName: \"name\",\n type: {\n name: \"String\"\n }\n },\n lastModified: {\n serializedName: \"lastModified\",\n xmlName: \"lastModified\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n etag: {\n serializedName: \"eTag\",\n xmlName: \"eTag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageError: coreClient.CompositeMapper = {\n serializedName: \"StorageError\",\n type: {\n name: \"Composite\",\n className: \"StorageError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n xmlName: \"error\",\n type: {\n name: \"Composite\",\n className: \"StorageErrorError\"\n }\n },\n code: {\n serializedName: \"Code\",\n xmlName: \"Code\",\n type: {\n name: \"String\"\n }\n },\n authenticationErrorDetail: {\n serializedName: \"AuthenticationErrorDetail\",\n xmlName: \"AuthenticationErrorDetail\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageErrorError: coreClient.CompositeMapper = {\n serializedName: \"StorageErrorError\",\n type: {\n name: \"Composite\",\n className: \"StorageErrorError\",\n modelProperties: {\n code: {\n serializedName: \"Code\",\n xmlName: \"Code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"Message\",\n xmlName: \"Message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathList: coreClient.CompositeMapper = {\n serializedName: \"PathList\",\n type: {\n name: \"Composite\",\n className: \"PathList\",\n modelProperties: {\n paths: {\n serializedName: \"paths\",\n xmlName: \"paths\",\n xmlElementName: \"Path\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Path\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Path: coreClient.CompositeMapper = {\n serializedName: \"Path\",\n type: {\n name: \"Composite\",\n className: \"Path\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n xmlName: \"name\",\n type: {\n name: \"String\"\n }\n },\n isDirectory: {\n defaultValue: false,\n serializedName: \"isDirectory\",\n xmlName: \"isDirectory\",\n type: {\n name: \"Boolean\"\n }\n },\n lastModified: {\n serializedName: \"lastModified\",\n xmlName: \"lastModified\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n etag: {\n serializedName: \"eTag\",\n xmlName: \"eTag\",\n type: {\n name: \"String\"\n }\n },\n contentLength: {\n serializedName: \"contentLength\",\n xmlName: \"contentLength\",\n type: {\n name: \"Number\"\n }\n },\n owner: {\n serializedName: \"owner\",\n xmlName: \"owner\",\n type: {\n name: \"String\"\n }\n },\n group: {\n serializedName: \"group\",\n xmlName: \"group\",\n type: {\n name: \"String\"\n }\n },\n permissions: {\n serializedName: \"permissions\",\n xmlName: \"permissions\",\n type: {\n name: \"String\"\n }\n },\n encryptionScope: {\n serializedName: \"EncryptionScope\",\n xmlName: \"EncryptionScope\",\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n serializedName: \"creationTime\",\n xmlName: \"creationTime\",\n type: {\n name: \"String\"\n }\n },\n expiryTime: {\n serializedName: \"expiryTime\",\n xmlName: \"expiryTime\",\n type: {\n name: \"String\"\n }\n },\n encryptionContext: {\n serializedName: \"EncryptionContext\",\n xmlName: \"EncryptionContext\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ListBlobsHierarchySegmentResponse: coreClient.CompositeMapper = {\n serializedName: \"ListBlobsHierarchySegmentResponse\",\n xmlName: \"EnumerationResults\",\n type: {\n name: \"Composite\",\n className: \"ListBlobsHierarchySegmentResponse\",\n modelProperties: {\n serviceEndpoint: {\n serializedName: \"ServiceEndpoint\",\n required: true,\n xmlName: \"ServiceEndpoint\",\n xmlIsAttribute: true,\n type: {\n name: \"String\"\n }\n },\n containerName: {\n serializedName: \"ContainerName\",\n required: true,\n xmlName: \"ContainerName\",\n xmlIsAttribute: true,\n type: {\n name: \"String\"\n }\n },\n prefix: {\n serializedName: \"Prefix\",\n xmlName: \"Prefix\",\n type: {\n name: \"String\"\n }\n },\n marker: {\n serializedName: \"Marker\",\n xmlName: \"Marker\",\n type: {\n name: \"String\"\n }\n },\n maxResults: {\n serializedName: \"MaxResults\",\n xmlName: \"MaxResults\",\n type: {\n name: \"Number\"\n }\n },\n delimiter: {\n serializedName: \"Delimiter\",\n xmlName: \"Delimiter\",\n type: {\n name: \"String\"\n }\n },\n segment: {\n serializedName: \"Segment\",\n xmlName: \"Blobs\",\n type: {\n name: \"Composite\",\n className: \"BlobHierarchyListSegment\"\n }\n },\n nextMarker: {\n serializedName: \"NextMarker\",\n xmlName: \"NextMarker\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BlobHierarchyListSegment: coreClient.CompositeMapper = {\n serializedName: \"BlobHierarchyListSegment\",\n xmlName: \"Blobs\",\n type: {\n name: \"Composite\",\n className: \"BlobHierarchyListSegment\",\n modelProperties: {\n blobPrefixes: {\n serializedName: \"BlobPrefixes\",\n xmlName: \"BlobPrefixes\",\n xmlElementName: \"BlobPrefix\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BlobPrefix\"\n }\n }\n }\n },\n blobItems: {\n serializedName: \"BlobItems\",\n required: true,\n xmlName: \"BlobItems\",\n xmlElementName: \"Blob\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BlobItemModel\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const BlobPrefix: coreClient.CompositeMapper = {\n serializedName: \"BlobPrefix\",\n type: {\n name: \"Composite\",\n className: \"BlobPrefix\",\n modelProperties: {\n name: {\n serializedName: \"Name\",\n required: true,\n xmlName: \"Name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BlobItemModel: coreClient.CompositeMapper = {\n serializedName: \"BlobItemModel\",\n xmlName: \"Blob\",\n type: {\n name: \"Composite\",\n className: \"BlobItemModel\",\n modelProperties: {\n name: {\n serializedName: \"Name\",\n required: true,\n xmlName: \"Name\",\n type: {\n name: \"String\"\n }\n },\n deleted: {\n serializedName: \"Deleted\",\n required: true,\n xmlName: \"Deleted\",\n type: {\n name: \"Boolean\"\n }\n },\n snapshot: {\n serializedName: \"Snapshot\",\n required: true,\n xmlName: \"Snapshot\",\n type: {\n name: \"String\"\n }\n },\n versionId: {\n serializedName: \"VersionId\",\n xmlName: \"VersionId\",\n type: {\n name: \"String\"\n }\n },\n isCurrentVersion: {\n serializedName: \"IsCurrentVersion\",\n xmlName: \"IsCurrentVersion\",\n type: {\n name: \"Boolean\"\n }\n },\n properties: {\n serializedName: \"Properties\",\n xmlName: \"Properties\",\n type: {\n name: \"Composite\",\n className: \"BlobPropertiesModel\"\n }\n },\n deletionId: {\n serializedName: \"DeletionId\",\n xmlName: \"DeletionId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BlobPropertiesModel: coreClient.CompositeMapper = {\n serializedName: \"BlobPropertiesModel\",\n xmlName: \"Properties\",\n type: {\n name: \"Composite\",\n className: \"BlobPropertiesModel\",\n modelProperties: {\n creationTime: {\n serializedName: \"Creation-Time\",\n xmlName: \"Creation-Time\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n lastModified: {\n serializedName: \"Last-Modified\",\n required: true,\n xmlName: \"Last-Modified\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n etag: {\n serializedName: \"Etag\",\n required: true,\n xmlName: \"Etag\",\n type: {\n name: \"String\"\n }\n },\n contentLength: {\n serializedName: \"Content-Length\",\n xmlName: \"Content-Length\",\n type: {\n name: \"Number\"\n }\n },\n contentType: {\n serializedName: \"Content-Type\",\n xmlName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n },\n contentEncoding: {\n serializedName: \"Content-Encoding\",\n xmlName: \"Content-Encoding\",\n type: {\n name: \"String\"\n }\n },\n contentLanguage: {\n serializedName: \"Content-Language\",\n xmlName: \"Content-Language\",\n type: {\n name: \"String\"\n }\n },\n contentMD5: {\n serializedName: \"Content-MD5\",\n xmlName: \"Content-MD5\",\n type: {\n name: \"ByteArray\"\n }\n },\n contentDisposition: {\n serializedName: \"Content-Disposition\",\n xmlName: \"Content-Disposition\",\n type: {\n name: \"String\"\n }\n },\n cacheControl: {\n serializedName: \"Cache-Control\",\n xmlName: \"Cache-Control\",\n type: {\n name: \"String\"\n }\n },\n blobSequenceNumber: {\n serializedName: \"x-ms-blob-sequence-number\",\n xmlName: \"x-ms-blob-sequence-number\",\n type: {\n name: \"Number\"\n }\n },\n copyId: {\n serializedName: \"CopyId\",\n xmlName: \"CopyId\",\n type: {\n name: \"String\"\n }\n },\n copySource: {\n serializedName: \"CopySource\",\n xmlName: \"CopySource\",\n type: {\n name: \"String\"\n }\n },\n copyProgress: {\n serializedName: \"CopyProgress\",\n xmlName: \"CopyProgress\",\n type: {\n name: \"String\"\n }\n },\n copyCompletionTime: {\n serializedName: \"CopyCompletionTime\",\n xmlName: \"CopyCompletionTime\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n copyStatusDescription: {\n serializedName: \"CopyStatusDescription\",\n xmlName: \"CopyStatusDescription\",\n type: {\n name: \"String\"\n }\n },\n serverEncrypted: {\n serializedName: \"ServerEncrypted\",\n xmlName: \"ServerEncrypted\",\n type: {\n name: \"Boolean\"\n }\n },\n incrementalCopy: {\n serializedName: \"IncrementalCopy\",\n xmlName: \"IncrementalCopy\",\n type: {\n name: \"Boolean\"\n }\n },\n destinationSnapshot: {\n serializedName: \"DestinationSnapshot\",\n xmlName: \"DestinationSnapshot\",\n type: {\n name: \"String\"\n }\n },\n deletedTime: {\n serializedName: \"DeletedTime\",\n xmlName: \"DeletedTime\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n remainingRetentionDays: {\n serializedName: \"RemainingRetentionDays\",\n xmlName: \"RemainingRetentionDays\",\n type: {\n name: \"Number\"\n }\n },\n accessTierInferred: {\n serializedName: \"AccessTierInferred\",\n xmlName: \"AccessTierInferred\",\n type: {\n name: \"Boolean\"\n }\n },\n customerProvidedKeySha256: {\n serializedName: \"CustomerProvidedKeySha256\",\n xmlName: \"CustomerProvidedKeySha256\",\n type: {\n name: \"String\"\n }\n },\n encryptionScope: {\n serializedName: \"EncryptionScope\",\n xmlName: \"EncryptionScope\",\n type: {\n name: \"String\"\n }\n },\n accessTierChangeTime: {\n serializedName: \"AccessTierChangeTime\",\n xmlName: \"AccessTierChangeTime\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n tagCount: {\n serializedName: \"TagCount\",\n xmlName: \"TagCount\",\n type: {\n name: \"Number\"\n }\n },\n expiresOn: {\n serializedName: \"Expiry-Time\",\n xmlName: \"Expiry-Time\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n sealed: {\n serializedName: \"Sealed\",\n xmlName: \"Sealed\",\n type: {\n name: \"Boolean\"\n }\n },\n lastAccessedOn: {\n serializedName: \"LastAccessTime\",\n xmlName: \"LastAccessTime\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n }\n }\n }\n};\n\nexport const SetAccessControlRecursiveResponse: coreClient.CompositeMapper = {\n serializedName: \"SetAccessControlRecursiveResponse\",\n type: {\n name: \"Composite\",\n className: \"SetAccessControlRecursiveResponse\",\n modelProperties: {\n directoriesSuccessful: {\n serializedName: \"directoriesSuccessful\",\n xmlName: \"directoriesSuccessful\",\n type: {\n name: \"Number\"\n }\n },\n filesSuccessful: {\n serializedName: \"filesSuccessful\",\n xmlName: \"filesSuccessful\",\n type: {\n name: \"Number\"\n }\n },\n failureCount: {\n serializedName: \"failureCount\",\n xmlName: \"failureCount\",\n type: {\n name: \"Number\"\n }\n },\n failedEntries: {\n serializedName: \"failedEntries\",\n xmlName: \"failedEntries\",\n xmlElementName: \"AclFailedEntry\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AclFailedEntry\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AclFailedEntry: coreClient.CompositeMapper = {\n serializedName: \"AclFailedEntry\",\n type: {\n name: \"Composite\",\n className: \"AclFailedEntry\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n xmlName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n xmlName: \"type\",\n type: {\n name: \"String\"\n }\n },\n errorMessage: {\n serializedName: \"errorMessage\",\n xmlName: \"errorMessage\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceListFileSystemsHeaders: coreClient.CompositeMapper = {\n serializedName: \"Service_listFileSystemsHeaders\",\n type: {\n name: \"Composite\",\n className: \"ServiceListFileSystemsHeaders\",\n modelProperties: {\n date: {\n serializedName: \"date\",\n xmlName: \"date\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n requestId: {\n constraints: {\n Pattern: new RegExp(\n \"^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$\"\n )\n },\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n },\n continuation: {\n serializedName: \"x-ms-continuation\",\n xmlName: \"x-ms-continuation\",\n type: {\n name: \"String\"\n }\n },\n contentType: {\n serializedName: \"content-type\",\n xmlName: \"content-type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceListFileSystemsExceptionHeaders: coreClient.CompositeMapper = {\n serializedName: \"Service_listFileSystemsExceptionHeaders\",\n type: {\n name: \"Composite\",\n className: \"ServiceListFileSystemsExceptionHeaders\",\n modelProperties: {\n errorCode: {\n serializedName: \"x-ms-error-code\",\n xmlName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FileSystemCreateHeaders: coreClient.CompositeMapper = {\n serializedName: \"FileSystem_createHeaders\",\n type: {\n name: \"Composite\",\n className: \"FileSystemCreateHeaders\",\n modelProperties: {\n date: {\n serializedName: \"date\",\n xmlName: \"date\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n etag: {\n serializedName: \"etag\",\n xmlName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n lastModified: {\n serializedName: \"last-modified\",\n xmlName: \"last-modified\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n clientRequestId: {\n constraints: {\n Pattern: new RegExp(\n \"^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$\"\n )\n },\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n },\n namespaceEnabled: {\n serializedName: \"x-ms-namespace-enabled\",\n xmlName: \"x-ms-namespace-enabled\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FileSystemCreateExceptionHeaders: coreClient.CompositeMapper = {\n serializedName: \"FileSystem_createExceptionHeaders\",\n type: {\n name: \"Composite\",\n className: \"FileSystemCreateExceptionHeaders\",\n modelProperties: {\n errorCode: {\n serializedName: \"x-ms-error-code\",\n xmlName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FileSystemSetPropertiesHeaders: coreClient.CompositeMapper = {\n serializedName: \"FileSystem_setPropertiesHeaders\",\n type: {\n name: \"Composite\",\n className: \"FileSystemSetPropertiesHeaders\",\n modelProperties: {\n date: {\n serializedName: \"date\",\n xmlName: \"date\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n etag: {\n serializedName: \"etag\",\n xmlName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n lastModified: {\n serializedName: \"last-modified\",\n xmlName: \"last-modified\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n requestId: {\n constraints: {\n Pattern: new RegExp(\n \"^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$\"\n )\n },\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FileSystemSetPropertiesExceptionHeaders: coreClient.CompositeMapper = {\n serializedName: \"FileSystem_setPropertiesExceptionHeaders\",\n type: {\n name: \"Composite\",\n className: \"FileSystemSetPropertiesExceptionHeaders\",\n modelProperties: {\n errorCode: {\n serializedName: \"x-ms-error-code\",\n xmlName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FileSystemGetPropertiesHeaders: coreClient.CompositeMapper = {\n serializedName: \"FileSystem_getPropertiesHeaders\",\n type: {\n name: \"Composite\",\n className: \"FileSystemGetPropertiesHeaders\",\n modelProperties: {\n date: {\n serializedName: \"date\",\n xmlName: \"date\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n etag: {\n serializedName: \"etag\",\n xmlName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n lastModified: {\n serializedName: \"last-modified\",\n xmlName: \"last-modified\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n requestId: {\n constraints: {\n Pattern: new RegExp(\n \"^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$\"\n )\n },\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"x-ms-properties\",\n xmlName: \"x-ms-properties\",\n type: {\n name: \"String\"\n }\n },\n namespaceEnabled: {\n serializedName: \"x-ms-namespace-enabled\",\n xmlName: \"x-ms-namespace-enabled\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FileSystemGetPropertiesExceptionHeaders: coreClient.CompositeMapper = {\n serializedName: \"FileSystem_getPropertiesExceptionHeaders\",\n type: {\n name: \"Composite\",\n className: \"FileSystemGetPropertiesExceptionHeaders\",\n modelProperties: {\n errorCode: {\n serializedName: \"x-ms-error-code\",\n xmlName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FileSystemDeleteHeaders: coreClient.CompositeMapper = {\n serializedName: \"FileSystem_deleteHeaders\",\n type: {\n name: \"Composite\",\n className: \"FileSystemDeleteHeaders\",\n modelProperties: {\n requestId: {\n constraints: {\n Pattern: new RegExp(\n \"^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$\"\n )\n },\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n },\n date: {\n serializedName: \"date\",\n xmlName: \"date\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n }\n }\n }\n};\n\nexport const FileSystemDeleteExceptionHeaders: coreClient.CompositeMapper = {\n serializedName: \"FileSystem_deleteExceptionHeaders\",\n type: {\n name: \"Composite\",\n className: \"FileSystemDeleteExceptionHeaders\",\n modelProperties: {\n errorCode: {\n serializedName: \"x-ms-error-code\",\n xmlName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FileSystemListPathsHeaders: coreClient.CompositeMapper = {\n serializedName: \"FileSystem_listPathsHeaders\",\n type: {\n name: \"Composite\",\n className: \"FileSystemListPathsHeaders\",\n modelProperties: {\n date: {\n serializedName: \"date\",\n xmlName: \"date\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n etag: {\n serializedName: \"etag\",\n xmlName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n lastModified: {\n serializedName: \"last-modified\",\n xmlName: \"last-modified\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n requestId: {\n constraints: {\n Pattern: new RegExp(\n \"^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$\"\n )\n },\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n },\n continuation: {\n serializedName: \"x-ms-continuation\",\n xmlName: \"x-ms-continuation\",\n type: {\n name: \"String\"\n }\n },\n errorCode: {\n serializedName: \"x-ms-error-code\",\n xmlName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FileSystemListPathsExceptionHeaders: coreClient.CompositeMapper = {\n serializedName: \"FileSystem_listPathsExceptionHeaders\",\n type: {\n name: \"Composite\",\n className: \"FileSystemListPathsExceptionHeaders\",\n modelProperties: {\n errorCode: {\n serializedName: \"x-ms-error-code\",\n xmlName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FileSystemListBlobHierarchySegmentHeaders: coreClient.CompositeMapper = {\n serializedName: \"FileSystem_listBlobHierarchySegmentHeaders\",\n type: {\n name: \"Composite\",\n className: \"FileSystemListBlobHierarchySegmentHeaders\",\n modelProperties: {\n contentType: {\n serializedName: \"content-type\",\n xmlName: \"content-type\",\n type: {\n name: \"String\"\n }\n },\n clientRequestId: {\n serializedName: \"x-ms-client-request-id\",\n xmlName: \"x-ms-client-request-id\",\n type: {\n name: \"String\"\n }\n },\n requestId: {\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n },\n date: {\n serializedName: \"date\",\n xmlName: \"date\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n errorCode: {\n serializedName: \"x-ms-error-code\",\n xmlName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FileSystemListBlobHierarchySegmentExceptionHeaders: coreClient.CompositeMapper = {\n serializedName: \"FileSystem_listBlobHierarchySegmentExceptionHeaders\",\n type: {\n name: \"Composite\",\n className: \"FileSystemListBlobHierarchySegmentExceptionHeaders\",\n modelProperties: {\n errorCode: {\n serializedName: \"x-ms-error-code\",\n xmlName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathCreateHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_createHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathCreateHeaders\",\n modelProperties: {\n date: {\n serializedName: \"date\",\n xmlName: \"date\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n etag: {\n serializedName: \"etag\",\n xmlName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n lastModified: {\n serializedName: \"last-modified\",\n xmlName: \"last-modified\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n requestId: {\n constraints: {\n Pattern: new RegExp(\n \"^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$\"\n )\n },\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n },\n continuation: {\n serializedName: \"x-ms-continuation\",\n xmlName: \"x-ms-continuation\",\n type: {\n name: \"String\"\n }\n },\n contentLength: {\n serializedName: \"content-length\",\n xmlName: \"content-length\",\n type: {\n name: \"Number\"\n }\n },\n isServerEncrypted: {\n serializedName: \"x-ms-request-server-encrypted\",\n xmlName: \"x-ms-request-server-encrypted\",\n type: {\n name: \"Boolean\"\n }\n },\n encryptionKeySha256: {\n serializedName: \"x-ms-encryption-key-sha256\",\n xmlName: \"x-ms-encryption-key-sha256\",\n type: {\n name: \"String\"\n }\n },\n errorCode: {\n serializedName: \"x-ms-error-code\",\n xmlName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathCreateExceptionHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_createExceptionHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathCreateExceptionHeaders\",\n modelProperties: {\n errorCode: {\n serializedName: \"x-ms-error-code\",\n xmlName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathUpdateHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_updateHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathUpdateHeaders\",\n modelProperties: {\n date: {\n serializedName: \"date\",\n xmlName: \"date\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n etag: {\n serializedName: \"etag\",\n xmlName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n lastModified: {\n serializedName: \"last-modified\",\n xmlName: \"last-modified\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n acceptRanges: {\n serializedName: \"accept-ranges\",\n xmlName: \"accept-ranges\",\n type: {\n name: \"String\"\n }\n },\n cacheControl: {\n serializedName: \"cache-control\",\n xmlName: \"cache-control\",\n type: {\n name: \"String\"\n }\n },\n contentDisposition: {\n serializedName: \"content-disposition\",\n xmlName: \"content-disposition\",\n type: {\n name: \"String\"\n }\n },\n contentEncoding: {\n serializedName: \"content-encoding\",\n xmlName: \"content-encoding\",\n type: {\n name: \"String\"\n }\n },\n contentLanguage: {\n serializedName: \"content-language\",\n xmlName: \"content-language\",\n type: {\n name: \"String\"\n }\n },\n contentLength: {\n serializedName: \"content-length\",\n xmlName: \"content-length\",\n type: {\n name: \"Number\"\n }\n },\n contentRange: {\n serializedName: \"content-range\",\n xmlName: \"content-range\",\n type: {\n name: \"String\"\n }\n },\n contentType: {\n serializedName: \"content-type\",\n xmlName: \"content-type\",\n type: {\n name: \"String\"\n }\n },\n contentMD5: {\n serializedName: \"content-md5\",\n xmlName: \"content-md5\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"x-ms-properties\",\n xmlName: \"x-ms-properties\",\n type: {\n name: \"String\"\n }\n },\n xMsContinuation: {\n serializedName: \"x-ms-continuation\",\n xmlName: \"x-ms-continuation\",\n type: {\n name: \"String\"\n }\n },\n requestId: {\n constraints: {\n Pattern: new RegExp(\n \"^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$\"\n )\n },\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n },\n errorCode: {\n serializedName: \"x-ms-error-code\",\n xmlName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathUpdateExceptionHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_updateExceptionHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathUpdateExceptionHeaders\",\n modelProperties: {\n errorCode: {\n serializedName: \"x-ms-error-code\",\n xmlName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathLeaseHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_leaseHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathLeaseHeaders\",\n modelProperties: {\n date: {\n serializedName: \"date\",\n xmlName: \"date\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n etag: {\n serializedName: \"etag\",\n xmlName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n lastModified: {\n serializedName: \"last-modified\",\n xmlName: \"last-modified\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n requestId: {\n constraints: {\n Pattern: new RegExp(\n \"^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$\"\n )\n },\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n },\n leaseId: {\n constraints: {\n Pattern: new RegExp(\n \"^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$\"\n )\n },\n serializedName: \"x-ms-lease-id\",\n xmlName: \"x-ms-lease-id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathLeaseExceptionHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_leaseExceptionHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathLeaseExceptionHeaders\",\n modelProperties: {\n errorCode: {\n serializedName: \"x-ms-error-code\",\n xmlName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathReadHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_readHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathReadHeaders\",\n modelProperties: {\n acceptRanges: {\n serializedName: \"accept-ranges\",\n xmlName: \"accept-ranges\",\n type: {\n name: \"String\"\n }\n },\n cacheControl: {\n serializedName: \"cache-control\",\n xmlName: \"cache-control\",\n type: {\n name: \"String\"\n }\n },\n contentDisposition: {\n serializedName: \"content-disposition\",\n xmlName: \"content-disposition\",\n type: {\n name: \"String\"\n }\n },\n contentEncoding: {\n serializedName: \"content-encoding\",\n xmlName: \"content-encoding\",\n type: {\n name: \"String\"\n }\n },\n contentLanguage: {\n serializedName: \"content-language\",\n xmlName: \"content-language\",\n type: {\n name: \"String\"\n }\n },\n contentLength: {\n serializedName: \"content-length\",\n xmlName: \"content-length\",\n type: {\n name: \"Number\"\n }\n },\n contentRange: {\n serializedName: \"content-range\",\n xmlName: \"content-range\",\n type: {\n name: \"String\"\n }\n },\n contentType: {\n serializedName: \"content-type\",\n xmlName: \"content-type\",\n type: {\n name: \"String\"\n }\n },\n contentMD5: {\n serializedName: \"content-md5\",\n xmlName: \"content-md5\",\n type: {\n name: \"String\"\n }\n },\n date: {\n serializedName: \"date\",\n xmlName: \"date\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n etag: {\n serializedName: \"etag\",\n xmlName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n lastModified: {\n serializedName: \"last-modified\",\n xmlName: \"last-modified\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n requestId: {\n constraints: {\n Pattern: new RegExp(\n \"^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$\"\n )\n },\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n },\n resourceType: {\n serializedName: \"x-ms-resource-type\",\n xmlName: \"x-ms-resource-type\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"x-ms-properties\",\n xmlName: \"x-ms-properties\",\n type: {\n name: \"String\"\n }\n },\n leaseDuration: {\n serializedName: \"x-ms-lease-duration\",\n xmlName: \"x-ms-lease-duration\",\n type: {\n name: \"String\"\n }\n },\n leaseState: {\n serializedName: \"x-ms-lease-state\",\n xmlName: \"x-ms-lease-state\",\n type: {\n name: \"String\"\n }\n },\n leaseStatus: {\n serializedName: \"x-ms-lease-status\",\n xmlName: \"x-ms-lease-status\",\n type: {\n name: \"String\"\n }\n },\n isServerEncrypted: {\n serializedName: \"x-ms-request-server-encrypted\",\n xmlName: \"x-ms-request-server-encrypted\",\n type: {\n name: \"Boolean\"\n }\n },\n encryptionKeySha256: {\n serializedName: \"x-ms-encryption-key-sha256\",\n xmlName: \"x-ms-encryption-key-sha256\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathReadExceptionHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_readExceptionHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathReadExceptionHeaders\",\n modelProperties: {\n errorCode: {\n serializedName: \"x-ms-error-code\",\n xmlName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathGetPropertiesHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_getPropertiesHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathGetPropertiesHeaders\",\n modelProperties: {\n acceptRanges: {\n serializedName: \"accept-ranges\",\n xmlName: \"accept-ranges\",\n type: {\n name: \"String\"\n }\n },\n cacheControl: {\n serializedName: \"cache-control\",\n xmlName: \"cache-control\",\n type: {\n name: \"String\"\n }\n },\n contentDisposition: {\n serializedName: \"content-disposition\",\n xmlName: \"content-disposition\",\n type: {\n name: \"String\"\n }\n },\n contentEncoding: {\n serializedName: \"content-encoding\",\n xmlName: \"content-encoding\",\n type: {\n name: \"String\"\n }\n },\n contentLanguage: {\n serializedName: \"content-language\",\n xmlName: \"content-language\",\n type: {\n name: \"String\"\n }\n },\n contentLength: {\n serializedName: \"content-length\",\n xmlName: \"content-length\",\n type: {\n name: \"Number\"\n }\n },\n contentRange: {\n serializedName: \"content-range\",\n xmlName: \"content-range\",\n type: {\n name: \"String\"\n }\n },\n contentType: {\n serializedName: \"content-type\",\n xmlName: \"content-type\",\n type: {\n name: \"String\"\n }\n },\n contentMD5: {\n serializedName: \"content-md5\",\n xmlName: \"content-md5\",\n type: {\n name: \"String\"\n }\n },\n date: {\n serializedName: \"date\",\n xmlName: \"date\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n etag: {\n serializedName: \"etag\",\n xmlName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n lastModified: {\n serializedName: \"last-modified\",\n xmlName: \"last-modified\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n requestId: {\n constraints: {\n Pattern: new RegExp(\n \"^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$\"\n )\n },\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n },\n resourceType: {\n serializedName: \"x-ms-resource-type\",\n xmlName: \"x-ms-resource-type\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"x-ms-properties\",\n xmlName: \"x-ms-properties\",\n type: {\n name: \"String\"\n }\n },\n owner: {\n serializedName: \"x-ms-owner\",\n xmlName: \"x-ms-owner\",\n type: {\n name: \"String\"\n }\n },\n group: {\n serializedName: \"x-ms-group\",\n xmlName: \"x-ms-group\",\n type: {\n name: \"String\"\n }\n },\n permissions: {\n serializedName: \"x-ms-permissions\",\n xmlName: \"x-ms-permissions\",\n type: {\n name: \"String\"\n }\n },\n acl: {\n serializedName: \"x-ms-acl\",\n xmlName: \"x-ms-acl\",\n type: {\n name: \"String\"\n }\n },\n leaseDuration: {\n serializedName: \"x-ms-lease-duration\",\n xmlName: \"x-ms-lease-duration\",\n type: {\n name: \"String\"\n }\n },\n leaseState: {\n serializedName: \"x-ms-lease-state\",\n xmlName: \"x-ms-lease-state\",\n type: {\n name: \"String\"\n }\n },\n leaseStatus: {\n serializedName: \"x-ms-lease-status\",\n xmlName: \"x-ms-lease-status\",\n type: {\n name: \"String\"\n }\n },\n errorCode: {\n serializedName: \"x-ms-error-code\",\n xmlName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathGetPropertiesExceptionHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_getPropertiesExceptionHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathGetPropertiesExceptionHeaders\",\n modelProperties: {\n errorCode: {\n serializedName: \"x-ms-error-code\",\n xmlName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathDeleteHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_deleteHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathDeleteHeaders\",\n modelProperties: {\n date: {\n serializedName: \"date\",\n xmlName: \"date\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n requestId: {\n constraints: {\n Pattern: new RegExp(\n \"^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$\"\n )\n },\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n },\n continuation: {\n serializedName: \"x-ms-continuation\",\n xmlName: \"x-ms-continuation\",\n type: {\n name: \"String\"\n }\n },\n deletionId: {\n serializedName: \"x-ms-deletion-id\",\n xmlName: \"x-ms-deletion-id\",\n type: {\n name: \"String\"\n }\n },\n errorCode: {\n serializedName: \"x-ms-error-code\",\n xmlName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathDeleteExceptionHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_deleteExceptionHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathDeleteExceptionHeaders\",\n modelProperties: {\n errorCode: {\n serializedName: \"x-ms-error-code\",\n xmlName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathSetAccessControlHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_setAccessControlHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathSetAccessControlHeaders\",\n modelProperties: {\n date: {\n serializedName: \"date\",\n xmlName: \"date\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n etag: {\n serializedName: \"etag\",\n xmlName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n lastModified: {\n serializedName: \"last-modified\",\n xmlName: \"last-modified\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n clientRequestId: {\n serializedName: \"x-ms-client-request-id\",\n xmlName: \"x-ms-client-request-id\",\n type: {\n name: \"String\"\n }\n },\n requestId: {\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathSetAccessControlExceptionHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_setAccessControlExceptionHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathSetAccessControlExceptionHeaders\",\n modelProperties: {\n clientRequestId: {\n serializedName: \"x-ms-client-request-id\",\n xmlName: \"x-ms-client-request-id\",\n type: {\n name: \"String\"\n }\n },\n requestId: {\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathSetAccessControlRecursiveHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_setAccessControlRecursiveHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathSetAccessControlRecursiveHeaders\",\n modelProperties: {\n date: {\n serializedName: \"date\",\n xmlName: \"date\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n clientRequestId: {\n serializedName: \"x-ms-client-request-id\",\n xmlName: \"x-ms-client-request-id\",\n type: {\n name: \"String\"\n }\n },\n continuation: {\n serializedName: \"x-ms-continuation\",\n xmlName: \"x-ms-continuation\",\n type: {\n name: \"String\"\n }\n },\n requestId: {\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathSetAccessControlRecursiveExceptionHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_setAccessControlRecursiveExceptionHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathSetAccessControlRecursiveExceptionHeaders\",\n modelProperties: {\n clientRequestId: {\n serializedName: \"x-ms-client-request-id\",\n xmlName: \"x-ms-client-request-id\",\n type: {\n name: \"String\"\n }\n },\n requestId: {\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathFlushDataHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_flushDataHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathFlushDataHeaders\",\n modelProperties: {\n date: {\n serializedName: \"date\",\n xmlName: \"date\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n etag: {\n serializedName: \"etag\",\n xmlName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n lastModified: {\n serializedName: \"last-modified\",\n xmlName: \"last-modified\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n contentLength: {\n serializedName: \"content-length\",\n xmlName: \"content-length\",\n type: {\n name: \"Number\"\n }\n },\n clientRequestId: {\n serializedName: \"x-ms-client-request-id\",\n xmlName: \"x-ms-client-request-id\",\n type: {\n name: \"String\"\n }\n },\n requestId: {\n constraints: {\n Pattern: new RegExp(\n \"^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$\"\n )\n },\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n },\n isServerEncrypted: {\n serializedName: \"x-ms-request-server-encrypted\",\n xmlName: \"x-ms-request-server-encrypted\",\n type: {\n name: \"Boolean\"\n }\n },\n encryptionKeySha256: {\n serializedName: \"x-ms-encryption-key-sha256\",\n xmlName: \"x-ms-encryption-key-sha256\",\n type: {\n name: \"String\"\n }\n },\n leaseRenewed: {\n serializedName: \"x-ms-lease-renewed\",\n xmlName: \"x-ms-lease-renewed\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const PathFlushDataExceptionHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_flushDataExceptionHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathFlushDataExceptionHeaders\",\n modelProperties: {\n clientRequestId: {\n serializedName: \"x-ms-client-request-id\",\n xmlName: \"x-ms-client-request-id\",\n type: {\n name: \"String\"\n }\n },\n requestId: {\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathAppendDataHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_appendDataHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathAppendDataHeaders\",\n modelProperties: {\n date: {\n serializedName: \"date\",\n xmlName: \"date\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n requestId: {\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n clientRequestId: {\n serializedName: \"x-ms-client-request-id\",\n xmlName: \"x-ms-client-request-id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n },\n etag: {\n serializedName: \"etag\",\n xmlName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n contentMD5: {\n serializedName: \"content-md5\",\n xmlName: \"content-md5\",\n type: {\n name: \"ByteArray\"\n }\n },\n xMsContentCrc64: {\n serializedName: \"x-ms-content-crc64\",\n xmlName: \"x-ms-content-crc64\",\n type: {\n name: \"ByteArray\"\n }\n },\n isServerEncrypted: {\n serializedName: \"x-ms-request-server-encrypted\",\n xmlName: \"x-ms-request-server-encrypted\",\n type: {\n name: \"Boolean\"\n }\n },\n encryptionKeySha256: {\n serializedName: \"x-ms-encryption-key-sha256\",\n xmlName: \"x-ms-encryption-key-sha256\",\n type: {\n name: \"String\"\n }\n },\n leaseRenewed: {\n serializedName: \"x-ms-lease-renewed\",\n xmlName: \"x-ms-lease-renewed\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const PathAppendDataExceptionHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_appendDataExceptionHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathAppendDataExceptionHeaders\",\n modelProperties: {\n clientRequestId: {\n serializedName: \"x-ms-client-request-id\",\n xmlName: \"x-ms-client-request-id\",\n type: {\n name: \"String\"\n }\n },\n requestId: {\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathSetExpiryHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_setExpiryHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathSetExpiryHeaders\",\n modelProperties: {\n etag: {\n serializedName: \"etag\",\n xmlName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n lastModified: {\n serializedName: \"last-modified\",\n xmlName: \"last-modified\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n clientRequestId: {\n serializedName: \"x-ms-client-request-id\",\n xmlName: \"x-ms-client-request-id\",\n type: {\n name: \"String\"\n }\n },\n requestId: {\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n },\n date: {\n serializedName: \"date\",\n xmlName: \"date\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n errorCode: {\n serializedName: \"x-ms-error-code\",\n xmlName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathSetExpiryExceptionHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_setExpiryExceptionHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathSetExpiryExceptionHeaders\",\n modelProperties: {\n errorCode: {\n serializedName: \"x-ms-error-code\",\n xmlName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathUndeleteHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_undeleteHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathUndeleteHeaders\",\n modelProperties: {\n clientRequestId: {\n serializedName: \"x-ms-client-request-id\",\n xmlName: \"x-ms-client-request-id\",\n type: {\n name: \"String\"\n }\n },\n requestId: {\n serializedName: \"x-ms-request-id\",\n xmlName: \"x-ms-request-id\",\n type: {\n name: \"String\"\n }\n },\n resourceType: {\n serializedName: \"x-ms-resource-type\",\n xmlName: \"x-ms-resource-type\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"x-ms-version\",\n xmlName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n },\n date: {\n serializedName: \"date\",\n xmlName: \"date\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n }\n }\n }\n};\n\nexport const PathUndeleteExceptionHeaders: coreClient.CompositeMapper = {\n serializedName: \"Path_undeleteExceptionHeaders\",\n type: {\n name: \"Composite\",\n className: \"PathUndeleteExceptionHeaders\",\n modelProperties: {\n errorCode: {\n serializedName: \"x-ms-error-code\",\n xmlName: \"x-ms-error-code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n"]}