@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,1091 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ import * as coreHttpCompat from "@azure/core-http-compat";
3
+ export interface FileSystemList {
4
+ filesystems?: FileSystem[];
5
+ }
6
+ export interface FileSystem {
7
+ name?: string;
8
+ lastModified?: Date;
9
+ etag?: string;
10
+ }
11
+ export interface StorageError {
12
+ /** The service error response object. */
13
+ error?: StorageErrorError;
14
+ code?: string;
15
+ authenticationErrorDetail?: string;
16
+ }
17
+ /** The service error response object. */
18
+ export interface StorageErrorError {
19
+ /** The service error code. */
20
+ code?: string;
21
+ /** The service error message. */
22
+ message?: string;
23
+ }
24
+ export interface PathList {
25
+ paths?: Path[];
26
+ }
27
+ export interface Path {
28
+ name?: string;
29
+ isDirectory?: boolean;
30
+ lastModified?: Date;
31
+ etag?: string;
32
+ contentLength?: number;
33
+ owner?: string;
34
+ group?: string;
35
+ permissions?: string;
36
+ /** The name of the encryption scope under which the blob is encrypted. */
37
+ encryptionScope?: string;
38
+ creationTime?: string;
39
+ expiryTime?: string;
40
+ encryptionContext?: string;
41
+ }
42
+ /** An enumeration of blobs */
43
+ export interface ListBlobsHierarchySegmentResponse {
44
+ serviceEndpoint: string;
45
+ containerName: string;
46
+ prefix?: string;
47
+ marker?: string;
48
+ maxResults?: number;
49
+ delimiter?: string;
50
+ segment: BlobHierarchyListSegment;
51
+ nextMarker?: string;
52
+ }
53
+ export interface BlobHierarchyListSegment {
54
+ blobPrefixes?: BlobPrefix[];
55
+ blobItems: BlobItemModel[];
56
+ }
57
+ export interface BlobPrefix {
58
+ name: string;
59
+ }
60
+ /** An Azure Storage blob */
61
+ export interface BlobItemModel {
62
+ name: string;
63
+ deleted: boolean;
64
+ snapshot: string;
65
+ versionId?: string;
66
+ isCurrentVersion?: boolean;
67
+ /** Properties of a blob */
68
+ properties: BlobPropertiesModel;
69
+ deletionId?: string;
70
+ }
71
+ /** Properties of a blob */
72
+ export interface BlobPropertiesModel {
73
+ creationTime?: Date;
74
+ lastModified: Date;
75
+ etag: string;
76
+ /** Size in bytes */
77
+ contentLength?: number;
78
+ contentType?: string;
79
+ contentEncoding?: string;
80
+ contentLanguage?: string;
81
+ contentMD5?: Uint8Array;
82
+ contentDisposition?: string;
83
+ cacheControl?: string;
84
+ blobSequenceNumber?: number;
85
+ copyId?: string;
86
+ copySource?: string;
87
+ copyProgress?: string;
88
+ copyCompletionTime?: Date;
89
+ copyStatusDescription?: string;
90
+ serverEncrypted?: boolean;
91
+ incrementalCopy?: boolean;
92
+ destinationSnapshot?: string;
93
+ deletedTime?: Date;
94
+ remainingRetentionDays?: number;
95
+ accessTierInferred?: boolean;
96
+ customerProvidedKeySha256?: string;
97
+ /** The name of the encryption scope under which the blob is encrypted. */
98
+ encryptionScope?: string;
99
+ accessTierChangeTime?: Date;
100
+ tagCount?: number;
101
+ expiresOn?: Date;
102
+ sealed?: boolean;
103
+ lastAccessedOn?: Date;
104
+ }
105
+ export interface SetAccessControlRecursiveResponse {
106
+ directoriesSuccessful?: number;
107
+ filesSuccessful?: number;
108
+ failureCount?: number;
109
+ failedEntries?: AclFailedEntry[];
110
+ }
111
+ export interface AclFailedEntry {
112
+ name?: string;
113
+ type?: string;
114
+ errorMessage?: string;
115
+ }
116
+ /** Defines headers for Service_listFileSystems operation. */
117
+ export interface ServiceListFileSystemsHeaders {
118
+ /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
119
+ date?: Date;
120
+ /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */
121
+ requestId?: string;
122
+ /** The version of the REST protocol used to process the request. */
123
+ version?: string;
124
+ /** 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. */
125
+ continuation?: string;
126
+ /** The content type of list filesystem response. The default content type is application/json. */
127
+ contentType?: string;
128
+ }
129
+ /** Defines headers for Service_listFileSystems operation. */
130
+ export interface ServiceListFileSystemsExceptionHeaders {
131
+ errorCode?: string;
132
+ }
133
+ /** Defines headers for FileSystem_create operation. */
134
+ export interface FileSystemCreateHeaders {
135
+ /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
136
+ date?: Date;
137
+ /** An HTTP entity tag associated with the FileSystem. */
138
+ etag?: string;
139
+ /** The data and time the filesystem was last modified. Operations on files and directories do not affect the last modified time. */
140
+ lastModified?: Date;
141
+ /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */
142
+ clientRequestId?: string;
143
+ /** The version of the REST protocol used to process the request. */
144
+ version?: string;
145
+ /** A bool string indicates whether the namespace feature is enabled. If "true", the namespace is enabled for the filesystem. */
146
+ namespaceEnabled?: string;
147
+ }
148
+ /** Defines headers for FileSystem_create operation. */
149
+ export interface FileSystemCreateExceptionHeaders {
150
+ errorCode?: string;
151
+ }
152
+ /** Defines headers for FileSystem_setProperties operation. */
153
+ export interface FileSystemSetPropertiesHeaders {
154
+ /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
155
+ date?: Date;
156
+ /** An HTTP entity tag associated with the filesystem. Changes to filesystem properties affect the entity tag, but operations on files and directories do not. */
157
+ etag?: string;
158
+ /** 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. */
159
+ lastModified?: Date;
160
+ /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */
161
+ requestId?: string;
162
+ /** The version of the REST protocol used to process the request. */
163
+ version?: string;
164
+ }
165
+ /** Defines headers for FileSystem_setProperties operation. */
166
+ export interface FileSystemSetPropertiesExceptionHeaders {
167
+ errorCode?: string;
168
+ }
169
+ /** Defines headers for FileSystem_getProperties operation. */
170
+ export interface FileSystemGetPropertiesHeaders {
171
+ /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
172
+ date?: Date;
173
+ /** An HTTP entity tag associated with the filesystem. Changes to filesystem properties affect the entity tag, but operations on files and directories do not. */
174
+ etag?: string;
175
+ /** 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. */
176
+ lastModified?: Date;
177
+ /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */
178
+ requestId?: string;
179
+ /** The version of the REST protocol used to process the request. */
180
+ version?: string;
181
+ /** 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. */
182
+ properties?: string;
183
+ /** A bool string indicates whether the namespace feature is enabled. If "true", the namespace is enabled for the filesystem. */
184
+ namespaceEnabled?: string;
185
+ }
186
+ /** Defines headers for FileSystem_getProperties operation. */
187
+ export interface FileSystemGetPropertiesExceptionHeaders {
188
+ errorCode?: string;
189
+ }
190
+ /** Defines headers for FileSystem_delete operation. */
191
+ export interface FileSystemDeleteHeaders {
192
+ /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */
193
+ requestId?: string;
194
+ /** The version of the REST protocol used to process the request. */
195
+ version?: string;
196
+ /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
197
+ date?: Date;
198
+ }
199
+ /** Defines headers for FileSystem_delete operation. */
200
+ export interface FileSystemDeleteExceptionHeaders {
201
+ errorCode?: string;
202
+ }
203
+ /** Defines headers for FileSystem_listPaths operation. */
204
+ export interface FileSystemListPathsHeaders {
205
+ /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
206
+ date?: Date;
207
+ /** An HTTP entity tag associated with the filesystem. Changes to filesystem properties affect the entity tag, but operations on files and directories do not. */
208
+ etag?: string;
209
+ /** 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. */
210
+ lastModified?: Date;
211
+ /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */
212
+ requestId?: string;
213
+ /** The version of the REST protocol used to process the request. */
214
+ version?: string;
215
+ /** 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. */
216
+ continuation?: string;
217
+ /** Error Code */
218
+ errorCode?: string;
219
+ }
220
+ /** Defines headers for FileSystem_listPaths operation. */
221
+ export interface FileSystemListPathsExceptionHeaders {
222
+ errorCode?: string;
223
+ }
224
+ /** Defines headers for FileSystem_listBlobHierarchySegment operation. */
225
+ export interface FileSystemListBlobHierarchySegmentHeaders {
226
+ /** The media type of the body of the response. For List Blobs this is 'application/xml' */
227
+ contentType?: string;
228
+ /** If a client request id header is sent in the request, this header will be present in the response with the same value. */
229
+ clientRequestId?: string;
230
+ /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
231
+ requestId?: string;
232
+ /** 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. */
233
+ version?: string;
234
+ /** UTC date/time value generated by the service that indicates the time at which the response was initiated */
235
+ date?: Date;
236
+ /** Error Code */
237
+ errorCode?: string;
238
+ }
239
+ /** Defines headers for FileSystem_listBlobHierarchySegment operation. */
240
+ export interface FileSystemListBlobHierarchySegmentExceptionHeaders {
241
+ errorCode?: string;
242
+ }
243
+ /** Defines headers for Path_create operation. */
244
+ export interface PathCreateHeaders {
245
+ /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
246
+ date?: Date;
247
+ /** An HTTP entity tag associated with the file or directory. */
248
+ etag?: string;
249
+ /** The data and time the file or directory was last modified. Write operations on the file or directory update the last modified time. */
250
+ lastModified?: Date;
251
+ /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */
252
+ requestId?: string;
253
+ /** The version of the REST protocol used to process the request. */
254
+ version?: string;
255
+ /** 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. */
256
+ continuation?: string;
257
+ /** The size of the resource in bytes. */
258
+ contentLength?: number;
259
+ /** 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. */
260
+ isServerEncrypted?: boolean;
261
+ /** 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. */
262
+ encryptionKeySha256?: string;
263
+ /** Error Code */
264
+ errorCode?: string;
265
+ }
266
+ /** Defines headers for Path_create operation. */
267
+ export interface PathCreateExceptionHeaders {
268
+ errorCode?: string;
269
+ }
270
+ /** Defines headers for Path_update operation. */
271
+ export interface PathUpdateHeaders {
272
+ /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
273
+ date?: Date;
274
+ /** An HTTP entity tag associated with the file or directory. */
275
+ etag?: string;
276
+ /** The data and time the file or directory was last modified. Write operations on the file or directory update the last modified time. */
277
+ lastModified?: Date;
278
+ /** Indicates that the service supports requests for partial file content. */
279
+ acceptRanges?: string;
280
+ /** If the Cache-Control request header has previously been set for the resource, that value is returned in this header. */
281
+ cacheControl?: string;
282
+ /** If the Content-Disposition request header has previously been set for the resource, that value is returned in this header. */
283
+ contentDisposition?: string;
284
+ /** If the Content-Encoding request header has previously been set for the resource, that value is returned in this header. */
285
+ contentEncoding?: string;
286
+ /** If the Content-Language request header has previously been set for the resource, that value is returned in this header. */
287
+ contentLanguage?: string;
288
+ /** The size of the resource in bytes. */
289
+ contentLength?: number;
290
+ /** Indicates the range of bytes returned in the event that the client requested a subset of the file by setting the Range request header. */
291
+ contentRange?: string;
292
+ /** The content type specified for the resource. If no content type was specified, the default content type is application/octet-stream. */
293
+ contentType?: string;
294
+ /** 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. */
295
+ contentMD5?: string;
296
+ /** 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. */
297
+ properties?: string;
298
+ /** 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. */
299
+ xMsContinuation?: string;
300
+ /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */
301
+ requestId?: string;
302
+ /** The version of the REST protocol used to process the request. */
303
+ version?: string;
304
+ /** Error Code */
305
+ errorCode?: string;
306
+ }
307
+ /** Defines headers for Path_update operation. */
308
+ export interface PathUpdateExceptionHeaders {
309
+ errorCode?: string;
310
+ }
311
+ /** Defines headers for Path_lease operation. */
312
+ export interface PathLeaseHeaders {
313
+ /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
314
+ date?: Date;
315
+ /** An HTTP entity tag associated with the file. */
316
+ etag?: string;
317
+ /** The data and time the file was last modified. Write operations on the file update the last modified time. */
318
+ lastModified?: Date;
319
+ /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */
320
+ requestId?: string;
321
+ /** The version of the REST protocol used to process the request. */
322
+ version?: string;
323
+ /** A successful "renew" action returns the lease ID. */
324
+ leaseId?: string;
325
+ }
326
+ /** Defines headers for Path_lease operation. */
327
+ export interface PathLeaseExceptionHeaders {
328
+ errorCode?: string;
329
+ }
330
+ /** Defines headers for Path_read operation. */
331
+ export interface PathReadHeaders {
332
+ /** Indicates that the service supports requests for partial file content. */
333
+ acceptRanges?: string;
334
+ /** If the Cache-Control request header has previously been set for the resource, that value is returned in this header. */
335
+ cacheControl?: string;
336
+ /** If the Content-Disposition request header has previously been set for the resource, that value is returned in this header. */
337
+ contentDisposition?: string;
338
+ /** If the Content-Encoding request header has previously been set for the resource, that value is returned in this header. */
339
+ contentEncoding?: string;
340
+ /** If the Content-Language request header has previously been set for the resource, that value is returned in this header. */
341
+ contentLanguage?: string;
342
+ /** The size of the resource in bytes. */
343
+ contentLength?: number;
344
+ /** Indicates the range of bytes returned in the event that the client requested a subset of the file by setting the Range request header. */
345
+ contentRange?: string;
346
+ /** The content type specified for the resource. If no content type was specified, the default content type is application/octet-stream. */
347
+ contentType?: string;
348
+ /** 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. */
349
+ contentMD5?: string;
350
+ /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
351
+ date?: Date;
352
+ /** An HTTP entity tag associated with the file or directory. */
353
+ etag?: string;
354
+ /** The data and time the file or directory was last modified. Write operations on the file or directory update the last modified time. */
355
+ lastModified?: Date;
356
+ /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */
357
+ requestId?: string;
358
+ /** The version of the REST protocol used to process the request. */
359
+ version?: string;
360
+ /** The type of the resource. The value may be "file" or "directory". If not set, the value is "file". */
361
+ resourceType?: string;
362
+ /** 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. */
363
+ properties?: string;
364
+ /** When a resource is leased, specifies whether the lease is of infinite or fixed duration. */
365
+ leaseDuration?: string;
366
+ /** Lease state of the resource. */
367
+ leaseState?: string;
368
+ /** The lease status of the resource. */
369
+ leaseStatus?: string;
370
+ /** 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. */
371
+ isServerEncrypted?: boolean;
372
+ /** 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. */
373
+ encryptionKeySha256?: string;
374
+ }
375
+ /** Defines headers for Path_read operation. */
376
+ export interface PathReadExceptionHeaders {
377
+ errorCode?: string;
378
+ }
379
+ /** Defines headers for Path_getProperties operation. */
380
+ export interface PathGetPropertiesHeaders {
381
+ /** Indicates that the service supports requests for partial file content. */
382
+ acceptRanges?: string;
383
+ /** If the Cache-Control request header has previously been set for the resource, that value is returned in this header. */
384
+ cacheControl?: string;
385
+ /** If the Content-Disposition request header has previously been set for the resource, that value is returned in this header. */
386
+ contentDisposition?: string;
387
+ /** If the Content-Encoding request header has previously been set for the resource, that value is returned in this header. */
388
+ contentEncoding?: string;
389
+ /** If the Content-Language request header has previously been set for the resource, that value is returned in this header. */
390
+ contentLanguage?: string;
391
+ /** The size of the resource in bytes. */
392
+ contentLength?: number;
393
+ /** Indicates the range of bytes returned in the event that the client requested a subset of the file by setting the Range request header. */
394
+ contentRange?: string;
395
+ /** The content type specified for the resource. If no content type was specified, the default content type is application/octet-stream. */
396
+ contentType?: string;
397
+ /** 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. */
398
+ contentMD5?: string;
399
+ /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
400
+ date?: Date;
401
+ /** An HTTP entity tag associated with the file or directory. */
402
+ etag?: string;
403
+ /** The data and time the file or directory was last modified. Write operations on the file or directory update the last modified time. */
404
+ lastModified?: Date;
405
+ /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */
406
+ requestId?: string;
407
+ /** The version of the REST protocol used to process the request. */
408
+ version?: string;
409
+ /** The type of the resource. The value may be "file" or "directory". If not set, the value is "file". */
410
+ resourceType?: string;
411
+ /** 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. */
412
+ properties?: string;
413
+ /** The owner of the file or directory. Included in the response if Hierarchical Namespace is enabled for the account. */
414
+ owner?: string;
415
+ /** The owning group of the file or directory. Included in the response if Hierarchical Namespace is enabled for the account. */
416
+ group?: string;
417
+ /** 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. */
418
+ permissions?: string;
419
+ /** 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. */
420
+ acl?: string;
421
+ /** When a resource is leased, specifies whether the lease is of infinite or fixed duration. */
422
+ leaseDuration?: string;
423
+ /** Lease state of the resource. */
424
+ leaseState?: string;
425
+ /** The lease status of the resource. */
426
+ leaseStatus?: string;
427
+ /** Error Code */
428
+ errorCode?: string;
429
+ }
430
+ /** Defines headers for Path_getProperties operation. */
431
+ export interface PathGetPropertiesExceptionHeaders {
432
+ errorCode?: string;
433
+ }
434
+ /** Defines headers for Path_delete operation. */
435
+ export interface PathDeleteHeaders {
436
+ /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
437
+ date?: Date;
438
+ /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */
439
+ requestId?: string;
440
+ /** The version of the REST protocol used to process the request. */
441
+ version?: string;
442
+ /** 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. */
443
+ continuation?: string;
444
+ /** 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. */
445
+ deletionId?: string;
446
+ /** Error Code */
447
+ errorCode?: string;
448
+ }
449
+ /** Defines headers for Path_delete operation. */
450
+ export interface PathDeleteExceptionHeaders {
451
+ errorCode?: string;
452
+ }
453
+ /** Defines headers for Path_setAccessControl operation. */
454
+ export interface PathSetAccessControlHeaders {
455
+ /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
456
+ date?: Date;
457
+ /** An HTTP entity tag associated with the file or directory. */
458
+ etag?: string;
459
+ /** The data and time the file or directory was last modified. Write operations on the file or directory update the last modified time. */
460
+ lastModified?: Date;
461
+ /** If a client request id header is sent in the request, this header will be present in the response with the same value. */
462
+ clientRequestId?: string;
463
+ /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */
464
+ requestId?: string;
465
+ /** The version of the REST protocol used to process the request. */
466
+ version?: string;
467
+ }
468
+ /** Defines headers for Path_setAccessControl operation. */
469
+ export interface PathSetAccessControlExceptionHeaders {
470
+ /** If a client request id header is sent in the request, this header will be present in the response with the same value. */
471
+ clientRequestId?: string;
472
+ /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */
473
+ requestId?: string;
474
+ /** The version of the REST protocol used to process the request. */
475
+ version?: string;
476
+ }
477
+ /** Defines headers for Path_setAccessControlRecursive operation. */
478
+ export interface PathSetAccessControlRecursiveHeaders {
479
+ /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
480
+ date?: Date;
481
+ /** If a client request id header is sent in the request, this header will be present in the response with the same value. */
482
+ clientRequestId?: string;
483
+ /** 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. */
484
+ continuation?: string;
485
+ /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */
486
+ requestId?: string;
487
+ /** The version of the REST protocol used to process the request. */
488
+ version?: string;
489
+ }
490
+ /** Defines headers for Path_setAccessControlRecursive operation. */
491
+ export interface PathSetAccessControlRecursiveExceptionHeaders {
492
+ /** If a client request id header is sent in the request, this header will be present in the response with the same value. */
493
+ clientRequestId?: string;
494
+ /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */
495
+ requestId?: string;
496
+ /** The version of the REST protocol used to process the request. */
497
+ version?: string;
498
+ }
499
+ /** Defines headers for Path_flushData operation. */
500
+ export interface PathFlushDataHeaders {
501
+ /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
502
+ date?: Date;
503
+ /** An HTTP entity tag associated with the file or directory. */
504
+ etag?: string;
505
+ /** The data and time the file or directory was last modified. Write operations on the file or directory update the last modified time. */
506
+ lastModified?: Date;
507
+ /** The size of the resource in bytes. */
508
+ contentLength?: number;
509
+ /** If a client request id header is sent in the request, this header will be present in the response with the same value. */
510
+ clientRequestId?: string;
511
+ /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */
512
+ requestId?: string;
513
+ /** The version of the REST protocol used to process the request. */
514
+ version?: string;
515
+ /** 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. */
516
+ isServerEncrypted?: boolean;
517
+ /** 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. */
518
+ encryptionKeySha256?: string;
519
+ /** If the lease was auto-renewed with this request */
520
+ leaseRenewed?: boolean;
521
+ }
522
+ /** Defines headers for Path_flushData operation. */
523
+ export interface PathFlushDataExceptionHeaders {
524
+ /** If a client request id header is sent in the request, this header will be present in the response with the same value. */
525
+ clientRequestId?: string;
526
+ /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */
527
+ requestId?: string;
528
+ /** The version of the REST protocol used to process the request. */
529
+ version?: string;
530
+ }
531
+ /** Defines headers for Path_appendData operation. */
532
+ export interface PathAppendDataHeaders {
533
+ /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
534
+ date?: Date;
535
+ /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */
536
+ requestId?: string;
537
+ /** If a client request id header is sent in the request, this header will be present in the response with the same value. */
538
+ clientRequestId?: string;
539
+ /** The version of the REST protocol used to process the request. */
540
+ version?: string;
541
+ /** An HTTP entity tag associated with the file or directory. */
542
+ etag?: string;
543
+ /** 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. */
544
+ contentMD5?: Uint8Array;
545
+ /** 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. */
546
+ xMsContentCrc64?: Uint8Array;
547
+ /** 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. */
548
+ isServerEncrypted?: boolean;
549
+ /** 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. */
550
+ encryptionKeySha256?: string;
551
+ /** If the lease was auto-renewed with this request */
552
+ leaseRenewed?: boolean;
553
+ }
554
+ /** Defines headers for Path_appendData operation. */
555
+ export interface PathAppendDataExceptionHeaders {
556
+ /** If a client request id header is sent in the request, this header will be present in the response with the same value. */
557
+ clientRequestId?: string;
558
+ /** A server-generated UUID recorded in the analytics logs for troubleshooting and correlation. */
559
+ requestId?: string;
560
+ /** The version of the REST protocol used to process the request. */
561
+ version?: string;
562
+ }
563
+ /** Defines headers for Path_setExpiry operation. */
564
+ export interface PathSetExpiryHeaders {
565
+ /** 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. */
566
+ etag?: string;
567
+ /** 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. */
568
+ lastModified?: Date;
569
+ /** If a client request id header is sent in the request, this header will be present in the response with the same value. */
570
+ clientRequestId?: string;
571
+ /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
572
+ requestId?: string;
573
+ /** 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. */
574
+ version?: string;
575
+ /** UTC date/time value generated by the service that indicates the time at which the response was initiated. */
576
+ date?: Date;
577
+ /** Error Code */
578
+ errorCode?: string;
579
+ }
580
+ /** Defines headers for Path_setExpiry operation. */
581
+ export interface PathSetExpiryExceptionHeaders {
582
+ errorCode?: string;
583
+ }
584
+ /** Defines headers for Path_undelete operation. */
585
+ export interface PathUndeleteHeaders {
586
+ /** If a client request id header is sent in the request, this header will be present in the response with the same value. */
587
+ clientRequestId?: string;
588
+ /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
589
+ requestId?: string;
590
+ /** The type of the resource. The value may be "file" or "directory". If not set, the value is "file". */
591
+ resourceType?: string;
592
+ /** 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. */
593
+ version?: string;
594
+ /** UTC date/time value generated by the service that indicates the time at which the response was initiated. */
595
+ date?: Date;
596
+ }
597
+ /** Defines headers for Path_undelete operation. */
598
+ export interface PathUndeleteExceptionHeaders {
599
+ errorCode?: string;
600
+ }
601
+ /** Parameter group */
602
+ export interface ModifiedAccessConditions {
603
+ /** Specify this header value to operate only on a blob if it has been modified since the specified date/time. */
604
+ ifModifiedSince?: Date;
605
+ /** Specify this header value to operate only on a blob if it has not been modified since the specified date/time. */
606
+ ifUnmodifiedSince?: Date;
607
+ /** Specify an ETag value to operate only on blobs with a matching value. */
608
+ ifMatch?: string;
609
+ /** Specify an ETag value to operate only on blobs without a matching value. */
610
+ ifNoneMatch?: string;
611
+ }
612
+ /** Parameter group */
613
+ export interface PathHttpHeaders {
614
+ /** Optional. Sets the blob's cache control. If specified, this property is stored with the blob and returned with a read request. */
615
+ cacheControl?: string;
616
+ /** Optional. Sets the blob's content encoding. If specified, this property is stored with the blob and returned with a read request. */
617
+ contentEncoding?: string;
618
+ /** Optional. Set the blob's content language. If specified, this property is stored with the blob and returned with a read request. */
619
+ contentLanguage?: string;
620
+ /** Optional. Sets the blob's Content-Disposition header. */
621
+ contentDisposition?: string;
622
+ /** Optional. Sets the blob's content type. If specified, this property is stored with the blob and returned with a read request. */
623
+ contentType?: string;
624
+ /** Specify the transactional md5 for the body, to be validated by the service. */
625
+ contentMD5?: Uint8Array;
626
+ /** Specify the transactional md5 for the body, to be validated by the service. */
627
+ transactionalContentHash?: Uint8Array;
628
+ }
629
+ /** Parameter group */
630
+ export interface LeaseAccessConditions {
631
+ /** If specified, the operation only succeeds if the resource's lease is active and matches this ID. */
632
+ leaseId?: string;
633
+ }
634
+ /** Parameter group */
635
+ export interface SourceModifiedAccessConditions {
636
+ /** Specify an ETag value to operate only on blobs with a matching value. */
637
+ sourceIfMatch?: string;
638
+ /** Specify an ETag value to operate only on blobs without a matching value. */
639
+ sourceIfNoneMatch?: string;
640
+ /** Specify this header value to operate only on a blob if it has been modified since the specified date/time. */
641
+ sourceIfModifiedSince?: Date;
642
+ /** Specify this header value to operate only on a blob if it has not been modified since the specified date/time. */
643
+ sourceIfUnmodifiedSince?: Date;
644
+ }
645
+ /** Parameter group */
646
+ export interface CpkInfo {
647
+ /** 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. */
648
+ encryptionKey?: string;
649
+ /** The SHA-256 hash of the provided encryption key. Must be provided if the x-ms-encryption-key header is provided. */
650
+ encryptionKeySha256?: string;
651
+ /** 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. */
652
+ encryptionAlgorithm?: EncryptionAlgorithmType;
653
+ }
654
+ /** Known values of {@link EncryptionAlgorithmType} that the service accepts. */
655
+ export declare enum KnownEncryptionAlgorithmType {
656
+ /** None */
657
+ None = "None",
658
+ /** AES256 */
659
+ AES256 = "AES256"
660
+ }
661
+ /**
662
+ * Defines values for EncryptionAlgorithmType. \
663
+ * {@link KnownEncryptionAlgorithmType} can be used interchangeably with EncryptionAlgorithmType,
664
+ * this enum contains the known values that the service supports.
665
+ * ### Known values supported by the service
666
+ * **None** \
667
+ * **AES256**
668
+ */
669
+ export type EncryptionAlgorithmType = string;
670
+ /** Defines values for ListBlobsIncludeItem. */
671
+ export type ListBlobsIncludeItem = "copy" | "deleted" | "metadata" | "snapshots" | "uncommittedblobs" | "versions" | "tags";
672
+ /** Defines values for PathResourceType. */
673
+ export type PathResourceType = "directory" | "file";
674
+ /** Defines values for PathRenameMode. */
675
+ export type PathRenameMode = "legacy" | "posix";
676
+ /** Defines values for PathExpiryOptions. */
677
+ export type PathExpiryOptions = "NeverExpire" | "RelativeToCreation" | "RelativeToNow" | "Absolute";
678
+ /** Defines values for PathUpdateAction. */
679
+ export type PathUpdateAction = "append" | "flush" | "setProperties" | "setAccessControl" | "setAccessControlRecursive";
680
+ /** Defines values for PathSetAccessControlRecursiveMode. */
681
+ export type PathSetAccessControlRecursiveMode = "set" | "modify" | "remove";
682
+ /** Defines values for PathLeaseAction. */
683
+ export type PathLeaseAction = "acquire" | "break" | "change" | "renew" | "release";
684
+ /** Defines values for PathGetPropertiesAction. */
685
+ export type PathGetPropertiesAction = "getAccessControl" | "getStatus";
686
+ /** Defines values for LeaseAction. */
687
+ export type LeaseAction = "acquire" | "auto-renew" | "release" | "acquire-release";
688
+ /** Optional parameters. */
689
+ export interface ServiceListFileSystemsOptionalParams extends coreClient.OperationOptions {
690
+ /** Filters results to filesystems within the specified prefix. */
691
+ prefix?: string;
692
+ /** 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. */
693
+ continuation?: string;
694
+ /** 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. */
695
+ maxResults?: number;
696
+ /** 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. */
697
+ requestId?: string;
698
+ /** 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> */
699
+ timeout?: number;
700
+ }
701
+ /** Contains response data for the listFileSystems operation. */
702
+ export type ServiceListFileSystemsResponse = ServiceListFileSystemsHeaders & FileSystemList;
703
+ /** Optional parameters. */
704
+ export interface FileSystemCreateOptionalParams extends coreClient.OperationOptions {
705
+ /** 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. */
706
+ requestId?: string;
707
+ /** 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> */
708
+ timeout?: number;
709
+ /** 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. */
710
+ properties?: string;
711
+ }
712
+ /** Contains response data for the create operation. */
713
+ export type FileSystemCreateResponse = FileSystemCreateHeaders;
714
+ /** Optional parameters. */
715
+ export interface FileSystemSetPropertiesOptionalParams extends coreClient.OperationOptions {
716
+ /** Parameter group */
717
+ modifiedAccessConditions?: ModifiedAccessConditions;
718
+ /** 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. */
719
+ requestId?: string;
720
+ /** 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> */
721
+ timeout?: number;
722
+ /** 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. */
723
+ properties?: string;
724
+ }
725
+ /** Contains response data for the setProperties operation. */
726
+ export type FileSystemSetPropertiesResponse = FileSystemSetPropertiesHeaders;
727
+ /** Optional parameters. */
728
+ export interface FileSystemGetPropertiesOptionalParams extends coreClient.OperationOptions {
729
+ /** 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. */
730
+ requestId?: string;
731
+ /** 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> */
732
+ timeout?: number;
733
+ }
734
+ /** Contains response data for the getProperties operation. */
735
+ export type FileSystemGetPropertiesResponse = FileSystemGetPropertiesHeaders;
736
+ /** Optional parameters. */
737
+ export interface FileSystemDeleteOptionalParams extends coreClient.OperationOptions {
738
+ /** Parameter group */
739
+ modifiedAccessConditions?: ModifiedAccessConditions;
740
+ /** 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. */
741
+ requestId?: string;
742
+ /** 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> */
743
+ timeout?: number;
744
+ }
745
+ /** Contains response data for the delete operation. */
746
+ export type FileSystemDeleteResponse = FileSystemDeleteHeaders;
747
+ /** Optional parameters. */
748
+ export interface FileSystemListPathsOptionalParams extends coreClient.OperationOptions {
749
+ /** 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. */
750
+ continuation?: string;
751
+ /** 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. */
752
+ maxResults?: number;
753
+ /** 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. */
754
+ requestId?: string;
755
+ /** 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> */
756
+ timeout?: number;
757
+ /** Optional. Filters results to paths within the specified directory. An error occurs if the directory does not exist. */
758
+ path?: string;
759
+ /** 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. */
760
+ upn?: boolean;
761
+ }
762
+ /** Contains response data for the listPaths operation. */
763
+ export type FileSystemListPathsResponse = FileSystemListPathsHeaders & PathList;
764
+ /** Optional parameters. */
765
+ export interface FileSystemListBlobHierarchySegmentOptionalParams extends coreClient.OperationOptions {
766
+ /** Filters results to filesystems within the specified prefix. */
767
+ prefix?: string;
768
+ /** 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. */
769
+ maxResults?: number;
770
+ /** 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. */
771
+ requestId?: string;
772
+ /** 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> */
773
+ timeout?: number;
774
+ /** 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. */
775
+ delimiter?: string;
776
+ /** 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. */
777
+ marker?: string;
778
+ /** Include this parameter to specify one or more datasets to include in the response. */
779
+ include?: ListBlobsIncludeItem[];
780
+ }
781
+ /** Contains response data for the listBlobHierarchySegment operation. */
782
+ export type FileSystemListBlobHierarchySegmentResponse = FileSystemListBlobHierarchySegmentHeaders & ListBlobsHierarchySegmentResponse;
783
+ /** Optional parameters. */
784
+ export interface PathCreateOptionalParams extends coreClient.OperationOptions {
785
+ /** Parameter group */
786
+ modifiedAccessConditions?: ModifiedAccessConditions;
787
+ /** Parameter group */
788
+ pathHttpHeaders?: PathHttpHeaders;
789
+ /** Parameter group */
790
+ leaseAccessConditions?: LeaseAccessConditions;
791
+ /** Parameter group */
792
+ sourceModifiedAccessConditions?: SourceModifiedAccessConditions;
793
+ /** Parameter group */
794
+ cpkInfo?: CpkInfo;
795
+ /** 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. */
796
+ continuation?: string;
797
+ /** 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. */
798
+ requestId?: string;
799
+ /** 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> */
800
+ timeout?: number;
801
+ /** 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. */
802
+ properties?: string;
803
+ /** Required only for Create File and Create Directory. The value must be "file" or "directory". */
804
+ resource?: PathResourceType;
805
+ /** 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". */
806
+ mode?: PathRenameMode;
807
+ /** 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. */
808
+ renameSource?: string;
809
+ /** A lease ID for the source path. If specified, the source path must have an active lease and the lease ID must match. */
810
+ sourceLeaseId?: string;
811
+ /** 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. */
812
+ permissions?: string;
813
+ /** 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). */
814
+ umask?: string;
815
+ /** Optional. The owner of the blob or directory. */
816
+ owner?: string;
817
+ /** Optional. The owning group of the blob or directory. */
818
+ group?: string;
819
+ /** 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]". */
820
+ acl?: string;
821
+ /** 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. */
822
+ proposedLeaseId?: string;
823
+ /** 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. */
824
+ leaseDuration?: number;
825
+ /** Required. Indicates mode of the expiry time */
826
+ expiryOptions?: PathExpiryOptions;
827
+ /** The time to set the blob to expiry */
828
+ expiresOn?: string;
829
+ /** Specifies the encryption context to set on the file. */
830
+ encryptionContext?: string;
831
+ }
832
+ /** Contains response data for the create operation. */
833
+ export type PathCreateResponse = PathCreateHeaders;
834
+ /** Optional parameters. */
835
+ export interface PathUpdateOptionalParams extends coreClient.OperationOptions {
836
+ /** Parameter group */
837
+ modifiedAccessConditions?: ModifiedAccessConditions;
838
+ /** Parameter group */
839
+ pathHttpHeaders?: PathHttpHeaders;
840
+ /** Parameter group */
841
+ leaseAccessConditions?: LeaseAccessConditions;
842
+ /** 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. */
843
+ continuation?: string;
844
+ /** 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. */
845
+ requestId?: string;
846
+ /** 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> */
847
+ timeout?: number;
848
+ /** 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. */
849
+ properties?: string;
850
+ /** 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. */
851
+ permissions?: string;
852
+ /** Optional. The owner of the blob or directory. */
853
+ owner?: string;
854
+ /** Optional. The owning group of the blob or directory. */
855
+ group?: string;
856
+ /** 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]". */
857
+ acl?: string;
858
+ /** 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 */
859
+ maxRecords?: number;
860
+ /** 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. */
861
+ forceFlag?: boolean;
862
+ /** 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. */
863
+ position?: number;
864
+ /** 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. */
865
+ retainUncommittedData?: boolean;
866
+ /** 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." */
867
+ close?: boolean;
868
+ /** 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". */
869
+ contentLength?: number;
870
+ }
871
+ /** Contains response data for the update operation. */
872
+ export type PathUpdateResponse = PathUpdateHeaders & SetAccessControlRecursiveResponse;
873
+ /** Optional parameters. */
874
+ export interface PathLeaseOptionalParams extends coreClient.OperationOptions {
875
+ /** Parameter group */
876
+ modifiedAccessConditions?: ModifiedAccessConditions;
877
+ /** Parameter group */
878
+ leaseAccessConditions?: LeaseAccessConditions;
879
+ /** 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. */
880
+ requestId?: string;
881
+ /** 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> */
882
+ timeout?: number;
883
+ /** 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. */
884
+ proposedLeaseId?: string;
885
+ /** 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. */
886
+ xMsLeaseBreakPeriod?: number;
887
+ }
888
+ /** Contains response data for the lease operation. */
889
+ export type PathLeaseResponse = PathLeaseHeaders;
890
+ /** Optional parameters. */
891
+ export interface PathReadOptionalParams extends coreClient.OperationOptions {
892
+ /** Parameter group */
893
+ modifiedAccessConditions?: ModifiedAccessConditions;
894
+ /** Parameter group */
895
+ leaseAccessConditions?: LeaseAccessConditions;
896
+ /** Parameter group */
897
+ cpkInfo?: CpkInfo;
898
+ /** 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. */
899
+ requestId?: string;
900
+ /** 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> */
901
+ timeout?: number;
902
+ /** The HTTP Range request header specifies one or more byte ranges of the resource to be retrieved. */
903
+ range?: string;
904
+ /** 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). */
905
+ xMsRangeGetContentMd5?: boolean;
906
+ }
907
+ /** Contains response data for the read operation. */
908
+ export type PathReadResponse = PathReadHeaders & {
909
+ /**
910
+ * BROWSER ONLY
911
+ *
912
+ * The response body as a browser Blob.
913
+ * Always `undefined` in node.js.
914
+ */
915
+ blobBody?: Promise<Blob>;
916
+ /**
917
+ * NODEJS ONLY
918
+ *
919
+ * The response body as a node.js Readable stream.
920
+ * Always `undefined` in the browser.
921
+ */
922
+ readableStreamBody?: NodeJS.ReadableStream;
923
+ };
924
+ /** Optional parameters. */
925
+ export interface PathGetPropertiesOptionalParams extends coreClient.OperationOptions {
926
+ /** Parameter group */
927
+ modifiedAccessConditions?: ModifiedAccessConditions;
928
+ /** Parameter group */
929
+ leaseAccessConditions?: LeaseAccessConditions;
930
+ /** 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. */
931
+ requestId?: string;
932
+ /** 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> */
933
+ timeout?: number;
934
+ /** 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. */
935
+ upn?: boolean;
936
+ /** 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. */
937
+ action?: PathGetPropertiesAction;
938
+ }
939
+ /** Contains response data for the getProperties operation. */
940
+ export type PathGetPropertiesResponse = PathGetPropertiesHeaders;
941
+ /** Optional parameters. */
942
+ export interface PathDeleteOptionalParams extends coreClient.OperationOptions {
943
+ /** Parameter group */
944
+ modifiedAccessConditions?: ModifiedAccessConditions;
945
+ /** Parameter group */
946
+ leaseAccessConditions?: LeaseAccessConditions;
947
+ /** 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. */
948
+ continuation?: string;
949
+ /** 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. */
950
+ requestId?: string;
951
+ /** 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> */
952
+ timeout?: number;
953
+ /** Required */
954
+ recursive?: boolean;
955
+ /** 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. */
956
+ paginated?: boolean;
957
+ }
958
+ /** Contains response data for the delete operation. */
959
+ export type PathDeleteResponse = PathDeleteHeaders;
960
+ /** Optional parameters. */
961
+ export interface PathSetAccessControlOptionalParams extends coreClient.OperationOptions {
962
+ /** Parameter group */
963
+ modifiedAccessConditions?: ModifiedAccessConditions;
964
+ /** Parameter group */
965
+ leaseAccessConditions?: LeaseAccessConditions;
966
+ /** 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. */
967
+ requestId?: string;
968
+ /** 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> */
969
+ timeout?: number;
970
+ /** 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. */
971
+ permissions?: string;
972
+ /** Optional. The owner of the blob or directory. */
973
+ owner?: string;
974
+ /** Optional. The owning group of the blob or directory. */
975
+ group?: string;
976
+ /** 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]". */
977
+ acl?: string;
978
+ }
979
+ /** Contains response data for the setAccessControl operation. */
980
+ export type PathSetAccessControlResponse = PathSetAccessControlHeaders;
981
+ /** Optional parameters. */
982
+ export interface PathSetAccessControlRecursiveOptionalParams extends coreClient.OperationOptions {
983
+ /** 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. */
984
+ continuation?: string;
985
+ /** 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. */
986
+ requestId?: string;
987
+ /** 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> */
988
+ timeout?: number;
989
+ /** 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]". */
990
+ acl?: string;
991
+ /** 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 */
992
+ maxRecords?: number;
993
+ /** 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. */
994
+ forceFlag?: boolean;
995
+ }
996
+ /** Contains response data for the setAccessControlRecursive operation. */
997
+ export type PathSetAccessControlRecursiveResponse = PathSetAccessControlRecursiveHeaders & SetAccessControlRecursiveResponse;
998
+ /** Optional parameters. */
999
+ export interface PathFlushDataOptionalParams extends coreClient.OperationOptions {
1000
+ /** Parameter group */
1001
+ modifiedAccessConditions?: ModifiedAccessConditions;
1002
+ /** Parameter group */
1003
+ pathHttpHeaders?: PathHttpHeaders;
1004
+ /** Parameter group */
1005
+ leaseAccessConditions?: LeaseAccessConditions;
1006
+ /** Parameter group */
1007
+ cpkInfo?: CpkInfo;
1008
+ /** 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. */
1009
+ requestId?: string;
1010
+ /** 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> */
1011
+ timeout?: number;
1012
+ /** 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. */
1013
+ proposedLeaseId?: string;
1014
+ /** 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. */
1015
+ leaseDuration?: number;
1016
+ /** 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. */
1017
+ position?: number;
1018
+ /** 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. */
1019
+ retainUncommittedData?: boolean;
1020
+ /** 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." */
1021
+ close?: boolean;
1022
+ /** 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". */
1023
+ contentLength?: number;
1024
+ /** 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. */
1025
+ leaseAction?: LeaseAction;
1026
+ }
1027
+ /** Contains response data for the flushData operation. */
1028
+ export type PathFlushDataResponse = PathFlushDataHeaders;
1029
+ /** Optional parameters. */
1030
+ export interface PathAppendDataOptionalParams extends coreClient.OperationOptions {
1031
+ /** Parameter group */
1032
+ leaseAccessConditions?: LeaseAccessConditions;
1033
+ /** Parameter group */
1034
+ cpkInfo?: CpkInfo;
1035
+ /** Parameter group */
1036
+ pathHttpHeaders?: PathHttpHeaders;
1037
+ /** 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. */
1038
+ requestId?: string;
1039
+ /** 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> */
1040
+ timeout?: number;
1041
+ /** 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. */
1042
+ proposedLeaseId?: string;
1043
+ /** 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. */
1044
+ leaseDuration?: number;
1045
+ /** 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. */
1046
+ position?: number;
1047
+ /** 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". */
1048
+ contentLength?: number;
1049
+ /** 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. */
1050
+ leaseAction?: LeaseAction;
1051
+ /** Specify the transactional crc64 for the body, to be validated by the service. */
1052
+ transactionalContentCrc64?: Uint8Array;
1053
+ /** If file should be flushed after the append */
1054
+ flush?: boolean;
1055
+ }
1056
+ /** Contains response data for the appendData operation. */
1057
+ export type PathAppendDataResponse = PathAppendDataHeaders;
1058
+ /** Optional parameters. */
1059
+ export interface PathSetExpiryOptionalParams extends coreClient.OperationOptions {
1060
+ /** 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. */
1061
+ requestId?: string;
1062
+ /** 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> */
1063
+ timeout?: number;
1064
+ /** The time to set the blob to expiry */
1065
+ expiresOn?: string;
1066
+ }
1067
+ /** Contains response data for the setExpiry operation. */
1068
+ export type PathSetExpiryResponse = PathSetExpiryHeaders;
1069
+ /** Optional parameters. */
1070
+ export interface PathUndeleteOptionalParams extends coreClient.OperationOptions {
1071
+ /** 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. */
1072
+ requestId?: string;
1073
+ /** 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> */
1074
+ timeout?: number;
1075
+ /** Only for hierarchical namespace enabled accounts. Optional. The path of the soft deleted blob to undelete. */
1076
+ undeleteSource?: string;
1077
+ }
1078
+ /** Contains response data for the undelete operation. */
1079
+ export type PathUndeleteResponse = PathUndeleteHeaders;
1080
+ /** Optional parameters. */
1081
+ export interface StorageClientOptionalParams extends coreHttpCompat.ExtendedServiceClientOptions {
1082
+ /** Specifies the version of the operation to use for this request. */
1083
+ version?: string;
1084
+ /** The value must be "filesystem" for all filesystem operations. */
1085
+ resource?: string;
1086
+ /** 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. */
1087
+ xMsLeaseDuration?: number;
1088
+ /** Overrides client endpoint. */
1089
+ endpoint?: string;
1090
+ }
1091
+ //# sourceMappingURL=index.d.ts.map