@azure/storage-file-share 12.27.0 → 12.28.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.
- package/README.md +105 -155
- package/dist/browser/AccountSASPermissions.d.ts +61 -0
- package/dist/browser/AccountSASPermissions.d.ts.map +1 -0
- package/dist/browser/AccountSASPermissions.js.map +1 -0
- package/dist/browser/AccountSASResourceTypes.d.ts +38 -0
- package/dist/browser/AccountSASResourceTypes.d.ts.map +1 -0
- package/dist/browser/AccountSASResourceTypes.js.map +1 -0
- package/dist/browser/AccountSASServices.d.ts +40 -0
- package/dist/browser/AccountSASServices.d.ts.map +1 -0
- package/dist/browser/AccountSASServices.js.map +1 -0
- package/dist/browser/AccountSASSignatureValues.d.ts +73 -0
- package/dist/browser/AccountSASSignatureValues.d.ts.map +1 -0
- package/dist/browser/AccountSASSignatureValues.js +71 -0
- package/dist/browser/AccountSASSignatureValues.js.map +1 -0
- package/dist/browser/Clients.d.ts +3114 -0
- package/dist/browser/Clients.d.ts.map +1 -0
- package/dist/browser/Clients.js +2882 -0
- package/dist/browser/Clients.js.map +1 -0
- package/dist/browser/FileDownloadResponse-browser.d.mts.map +1 -0
- package/dist/browser/FileDownloadResponse-browser.mjs.map +1 -0
- package/dist/browser/FileDownloadResponse.d.ts +2 -0
- package/dist/browser/FileDownloadResponse.js +7 -0
- package/dist/browser/FileSASPermissions.d.ts +42 -0
- package/dist/browser/FileSASPermissions.d.ts.map +1 -0
- package/dist/browser/FileSASPermissions.js.map +1 -0
- package/dist/browser/FileSASSignatureValues.d.ts +95 -0
- package/dist/browser/FileSASSignatureValues.d.ts.map +1 -0
- package/dist/browser/FileSASSignatureValues.js +84 -0
- package/dist/browser/FileSASSignatureValues.js.map +1 -0
- package/dist/browser/FileSystemAttributes.d.ts +63 -0
- package/dist/browser/FileSystemAttributes.d.ts.map +1 -0
- package/dist/browser/FileSystemAttributes.js.map +1 -0
- package/dist/browser/Pipeline.d.ts +142 -0
- package/dist/browser/Pipeline.d.ts.map +1 -0
- package/dist/browser/Pipeline.js +261 -0
- package/dist/browser/Pipeline.js.map +1 -0
- package/dist/browser/Range.d.ts +25 -0
- package/dist/browser/Range.d.ts.map +1 -0
- package/dist/browser/Range.js.map +1 -0
- package/dist/browser/SASQueryParameters.d.ts +136 -0
- package/dist/browser/SASQueryParameters.d.ts.map +1 -0
- package/dist/browser/SASQueryParameters.js +177 -0
- package/dist/browser/SASQueryParameters.js.map +1 -0
- package/dist/browser/SasIPRange.d.ts +25 -0
- package/dist/browser/SasIPRange.d.ts.map +1 -0
- package/dist/browser/SasIPRange.js.map +1 -0
- package/dist/browser/ShareClientInternal.d.ts +12 -0
- package/dist/browser/ShareClientInternal.d.ts.map +1 -0
- package/dist/browser/ShareClientInternal.js +16 -0
- package/dist/browser/ShareClientInternal.js.map +1 -0
- package/dist/browser/ShareSASPermissions.d.ts +46 -0
- package/dist/browser/ShareSASPermissions.d.ts.map +1 -0
- package/dist/browser/ShareSASPermissions.js.map +1 -0
- package/dist/browser/ShareServiceClient.d.ts +427 -0
- package/dist/browser/ShareServiceClient.d.ts.map +1 -0
- package/dist/browser/ShareServiceClient.js +475 -0
- package/dist/browser/ShareServiceClient.js.map +1 -0
- package/dist/browser/StorageClient.d.ts +47 -0
- package/dist/browser/StorageClient.d.ts.map +1 -0
- package/dist/browser/StorageClient.js +30 -0
- package/dist/browser/StorageClient.js.map +1 -0
- package/dist/browser/StorageContextClient.d.ts +9 -0
- package/dist/browser/StorageContextClient.d.ts.map +1 -0
- package/dist/browser/StorageContextClient.js +18 -0
- package/dist/browser/StorageContextClient.js.map +1 -0
- package/dist/browser/StorageRetryPolicyFactory.d.ts +56 -0
- package/dist/browser/StorageRetryPolicyFactory.d.ts.map +1 -0
- package/dist/browser/StorageRetryPolicyFactory.js +26 -0
- package/dist/browser/StorageRetryPolicyFactory.js.map +1 -0
- package/dist/browser/generated/src/index.d.ts +4 -0
- package/dist/browser/generated/src/index.d.ts.map +1 -0
- package/dist/browser/generated/src/index.js +11 -0
- package/dist/browser/generated/src/index.js.map +1 -0
- package/dist/browser/generated/src/models/index.d.ts +2881 -0
- package/dist/browser/generated/src/models/index.d.ts.map +1 -0
- package/dist/browser/generated/src/models/index.js.map +1 -0
- package/dist/browser/generated/src/models/mappers.d.ts +128 -0
- package/dist/browser/generated/src/models/mappers.d.ts.map +1 -0
- package/dist/browser/generated/src/models/mappers.js.map +1 -0
- package/dist/browser/generated/src/models/parameters.d.ts +128 -0
- package/dist/browser/generated/src/models/parameters.d.ts.map +1 -0
- package/dist/browser/generated/src/models/parameters.js +1364 -0
- package/dist/browser/generated/src/models/parameters.js.map +1 -0
- package/dist/browser/generated/src/operations/directory.d.ts +65 -0
- package/dist/browser/generated/src/operations/directory.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/directory.js +378 -0
- package/dist/browser/generated/src/operations/directory.js.map +1 -0
- package/dist/browser/generated/src/operations/file.d.ts +162 -0
- package/dist/browser/generated/src/operations/file.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/file.js +866 -0
- package/dist/browser/generated/src/operations/file.js.map +1 -0
- package/dist/browser/generated/src/operations/index.d.ts +5 -0
- package/dist/browser/generated/src/operations/index.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/index.js +12 -0
- package/dist/browser/generated/src/operations/index.js.map +1 -0
- package/dist/browser/generated/src/operations/service.d.ts +32 -0
- package/dist/browser/generated/src/operations/service.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/service.js +135 -0
- package/dist/browser/generated/src/operations/service.js.map +1 -0
- package/dist/browser/generated/src/operations/share.d.ts +111 -0
- package/dist/browser/generated/src/operations/share.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/share.js +671 -0
- package/dist/browser/generated/src/operations/share.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/directory.d.ts +57 -0
- package/dist/browser/generated/src/operationsInterfaces/directory.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/directory.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/file.d.ts +154 -0
- package/dist/browser/generated/src/operationsInterfaces/file.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/file.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts +5 -0
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/index.js +12 -0
- package/dist/browser/generated/src/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/service.d.ts +24 -0
- package/dist/browser/generated/src/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/service.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/share.d.ts +103 -0
- package/dist/browser/generated/src/operationsInterfaces/share.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/share.js.map +1 -0
- package/dist/browser/generated/src/storageClient.d.ts +20 -0
- package/dist/browser/generated/src/storageClient.d.ts.map +1 -0
- package/dist/browser/generated/src/storageClient.js +48 -0
- package/dist/browser/generated/src/storageClient.js.map +1 -0
- package/dist/browser/generatedModels.d.ts +492 -0
- package/dist/browser/generatedModels.d.ts.map +1 -0
- package/dist/browser/generatedModels.js.map +1 -0
- package/dist/browser/index-browser.d.mts.map +1 -0
- package/dist/browser/index-browser.mjs.map +1 -0
- package/dist/browser/index.d.ts +22 -0
- package/dist/browser/index.js +19 -0
- package/dist/browser/log.d.ts +5 -0
- package/dist/browser/log.d.ts.map +1 -0
- package/dist/browser/log.js.map +1 -0
- package/dist/browser/models.d.ts +373 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js +94 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/policies/StorageRetryPolicy.d.ts +75 -0
- package/dist/browser/policies/StorageRetryPolicy.d.ts.map +1 -0
- package/dist/browser/policies/StorageRetryPolicy.js +220 -0
- package/dist/browser/policies/StorageRetryPolicy.js.map +1 -0
- package/dist/browser/policies/StorageRetryPolicyV2.d.ts +24 -0
- package/dist/browser/policies/StorageRetryPolicyV2.d.ts.map +1 -0
- package/dist/browser/policies/StorageRetryPolicyV2.js +176 -0
- package/dist/browser/policies/StorageRetryPolicyV2.js.map +1 -0
- package/dist/browser/utils/Batch.d.ts +68 -0
- package/dist/browser/utils/Batch.d.ts.map +1 -0
- package/dist/browser/utils/Batch.js.map +1 -0
- package/dist/browser/utils/BufferScheduler.d.ts +157 -0
- package/dist/browser/utils/BufferScheduler.d.ts.map +1 -0
- package/dist/browser/utils/BufferScheduler.js.map +1 -0
- package/dist/browser/utils/RetriableReadableStream.d.ts +58 -0
- package/dist/browser/utils/RetriableReadableStream.d.ts.map +1 -0
- package/dist/browser/utils/RetriableReadableStream.js +119 -0
- package/dist/browser/utils/RetriableReadableStream.js.map +1 -0
- package/dist/browser/utils/constants.d.ts +55 -0
- package/dist/browser/utils/constants.d.ts.map +1 -0
- package/dist/browser/utils/constants.js +162 -0
- package/dist/browser/utils/constants.js.map +1 -0
- package/dist/browser/utils/tracing.d.ts +6 -0
- package/dist/browser/utils/tracing.d.ts.map +1 -0
- package/dist/browser/utils/tracing.js +14 -0
- package/dist/browser/utils/tracing.js.map +1 -0
- package/dist/browser/utils/utils-browser.d.mts.map +1 -0
- package/dist/browser/utils/utils-browser.mjs.map +1 -0
- package/dist/browser/utils/utils.common.d.ts +304 -0
- package/dist/browser/utils/utils.common.d.ts.map +1 -0
- package/dist/browser/utils/utils.common.js +778 -0
- package/dist/browser/utils/utils.common.js.map +1 -0
- package/dist/browser/utils/utils.d.ts +5 -0
- package/dist/browser/utils/utils.js +15 -0
- package/dist/commonjs/AccountSASPermissions.d.ts +61 -0
- package/dist/commonjs/AccountSASPermissions.d.ts.map +1 -0
- package/dist/commonjs/AccountSASPermissions.js +132 -0
- package/dist/commonjs/AccountSASPermissions.js.map +1 -0
- package/dist/commonjs/AccountSASResourceTypes.d.ts +38 -0
- package/dist/commonjs/AccountSASResourceTypes.d.ts.map +1 -0
- package/dist/commonjs/AccountSASResourceTypes.js +76 -0
- package/dist/commonjs/AccountSASResourceTypes.js.map +1 -0
- package/dist/commonjs/AccountSASServices.d.ts +40 -0
- package/dist/commonjs/AccountSASServices.d.ts.map +1 -0
- package/dist/commonjs/AccountSASServices.js +84 -0
- package/dist/commonjs/AccountSASServices.js.map +1 -0
- package/dist/commonjs/AccountSASSignatureValues.d.ts +73 -0
- package/dist/commonjs/AccountSASSignatureValues.d.ts.map +1 -0
- package/dist/commonjs/AccountSASSignatureValues.js +75 -0
- package/dist/commonjs/AccountSASSignatureValues.js.map +1 -0
- package/dist/commonjs/Clients.d.ts +3114 -0
- package/dist/commonjs/Clients.d.ts.map +1 -0
- package/dist/commonjs/Clients.js +2889 -0
- package/dist/commonjs/Clients.js.map +1 -0
- package/dist/commonjs/FileDownloadResponse.d.ts +291 -0
- package/dist/commonjs/FileDownloadResponse.d.ts.map +1 -0
- package/dist/commonjs/FileDownloadResponse.js +371 -0
- package/dist/commonjs/FileDownloadResponse.js.map +1 -0
- package/dist/commonjs/FileSASPermissions.d.ts +42 -0
- package/dist/commonjs/FileSASPermissions.d.ts.map +1 -0
- package/dist/commonjs/FileSASPermissions.js +86 -0
- package/dist/commonjs/FileSASPermissions.js.map +1 -0
- package/dist/commonjs/FileSASSignatureValues.d.ts +95 -0
- package/dist/commonjs/FileSASSignatureValues.d.ts.map +1 -0
- package/dist/commonjs/FileSASSignatureValues.js +88 -0
- package/dist/commonjs/FileSASSignatureValues.js.map +1 -0
- package/dist/commonjs/FileSystemAttributes.d.ts +63 -0
- package/dist/commonjs/FileSystemAttributes.d.ts.map +1 -0
- package/dist/commonjs/FileSystemAttributes.js +148 -0
- package/dist/commonjs/FileSystemAttributes.js.map +1 -0
- package/dist/commonjs/Pipeline.d.ts +142 -0
- package/dist/commonjs/Pipeline.d.ts.map +1 -0
- package/dist/commonjs/Pipeline.js +267 -0
- package/dist/commonjs/Pipeline.js.map +1 -0
- package/dist/commonjs/Range.d.ts +25 -0
- package/dist/commonjs/Range.d.ts.map +1 -0
- package/dist/commonjs/Range.js +25 -0
- package/dist/commonjs/Range.js.map +1 -0
- package/dist/commonjs/SASQueryParameters.d.ts +136 -0
- package/dist/commonjs/SASQueryParameters.d.ts.map +1 -0
- package/dist/commonjs/SASQueryParameters.js +181 -0
- package/dist/commonjs/SASQueryParameters.js.map +1 -0
- package/dist/commonjs/SasIPRange.d.ts +25 -0
- package/dist/commonjs/SasIPRange.d.ts.map +1 -0
- package/dist/commonjs/SasIPRange.js +17 -0
- package/dist/commonjs/SasIPRange.js.map +1 -0
- package/dist/commonjs/ShareClientInternal.d.ts +12 -0
- package/dist/commonjs/ShareClientInternal.d.ts.map +1 -0
- package/dist/commonjs/ShareClientInternal.js +20 -0
- package/dist/commonjs/ShareClientInternal.js.map +1 -0
- package/dist/commonjs/ShareSASPermissions.d.ts +46 -0
- package/dist/commonjs/ShareSASPermissions.d.ts.map +1 -0
- package/dist/commonjs/ShareSASPermissions.js +96 -0
- package/dist/commonjs/ShareSASPermissions.js.map +1 -0
- package/dist/commonjs/ShareServiceClient.d.ts +427 -0
- package/dist/commonjs/ShareServiceClient.d.ts.map +1 -0
- package/dist/commonjs/ShareServiceClient.js +479 -0
- package/dist/commonjs/ShareServiceClient.js.map +1 -0
- package/dist/commonjs/StorageClient.d.ts +47 -0
- package/dist/commonjs/StorageClient.d.ts.map +1 -0
- package/dist/commonjs/StorageClient.js +34 -0
- package/dist/commonjs/StorageClient.js.map +1 -0
- package/dist/commonjs/StorageContextClient.d.ts +9 -0
- package/dist/commonjs/StorageContextClient.d.ts.map +1 -0
- package/dist/commonjs/StorageContextClient.js +22 -0
- package/dist/commonjs/StorageContextClient.js.map +1 -0
- package/dist/commonjs/StorageRetryPolicyFactory.d.ts +56 -0
- package/dist/commonjs/StorageRetryPolicyFactory.d.ts.map +1 -0
- package/dist/commonjs/StorageRetryPolicyFactory.js +31 -0
- package/dist/commonjs/StorageRetryPolicyFactory.js.map +1 -0
- package/dist/commonjs/generated/src/index.d.ts +4 -0
- package/dist/commonjs/generated/src/index.d.ts.map +1 -0
- package/dist/commonjs/generated/src/index.js +16 -0
- package/dist/commonjs/generated/src/index.js.map +1 -0
- package/dist/commonjs/generated/src/models/index.d.ts +2881 -0
- package/dist/commonjs/generated/src/models/index.d.ts.map +1 -0
- package/dist/commonjs/generated/src/models/index.js +169 -0
- package/dist/commonjs/generated/src/models/index.js.map +1 -0
- package/dist/commonjs/generated/src/models/mappers.d.ts +128 -0
- package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/generated/src/models/mappers.js +5992 -0
- package/dist/commonjs/generated/src/models/mappers.js.map +1 -0
- package/dist/commonjs/generated/src/models/parameters.d.ts +128 -0
- package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/generated/src/models/parameters.js +1369 -0
- package/dist/commonjs/generated/src/models/parameters.js.map +1 -0
- package/dist/commonjs/generated/src/operations/directory.d.ts +65 -0
- package/dist/commonjs/generated/src/operations/directory.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/directory.js +383 -0
- package/dist/commonjs/generated/src/operations/directory.js.map +1 -0
- package/dist/commonjs/generated/src/operations/file.d.ts +162 -0
- package/dist/commonjs/generated/src/operations/file.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/file.js +871 -0
- package/dist/commonjs/generated/src/operations/file.js.map +1 -0
- package/dist/commonjs/generated/src/operations/index.d.ts +5 -0
- package/dist/commonjs/generated/src/operations/index.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/index.js +15 -0
- package/dist/commonjs/generated/src/operations/index.js.map +1 -0
- package/dist/commonjs/generated/src/operations/service.d.ts +32 -0
- package/dist/commonjs/generated/src/operations/service.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/service.js +140 -0
- package/dist/commonjs/generated/src/operations/service.js.map +1 -0
- package/dist/commonjs/generated/src/operations/share.d.ts +111 -0
- package/dist/commonjs/generated/src/operations/share.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/share.js +676 -0
- package/dist/commonjs/generated/src/operations/share.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/directory.d.ts +57 -0
- package/dist/commonjs/generated/src/operationsInterfaces/directory.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/directory.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/directory.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/file.d.ts +154 -0
- package/dist/commonjs/generated/src/operationsInterfaces/file.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/file.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/file.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts +5 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.js +15 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/service.d.ts +24 -0
- package/dist/commonjs/generated/src/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/service.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/service.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/share.d.ts +103 -0
- package/dist/commonjs/generated/src/operationsInterfaces/share.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/share.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/share.js.map +1 -0
- package/dist/commonjs/generated/src/storageClient.d.ts +20 -0
- package/dist/commonjs/generated/src/storageClient.d.ts.map +1 -0
- package/dist/commonjs/generated/src/storageClient.js +53 -0
- package/dist/commonjs/generated/src/storageClient.js.map +1 -0
- package/dist/commonjs/generatedModels.d.ts +492 -0
- package/dist/commonjs/generatedModels.d.ts.map +1 -0
- package/dist/commonjs/generatedModels.js +11 -0
- package/dist/commonjs/generatedModels.js.map +1 -0
- package/dist/commonjs/index.d.ts +32 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +55 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/log.d.ts +5 -0
- package/dist/commonjs/log.d.ts.map +1 -0
- package/dist/commonjs/log.js +11 -0
- package/dist/commonjs/log.js.map +1 -0
- package/dist/commonjs/models.d.ts +373 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +107 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/policies/StorageRetryPolicy.d.ts +75 -0
- package/dist/commonjs/policies/StorageRetryPolicy.d.ts.map +1 -0
- package/dist/commonjs/policies/StorageRetryPolicy.js +225 -0
- package/dist/commonjs/policies/StorageRetryPolicy.js.map +1 -0
- package/dist/commonjs/policies/StorageRetryPolicyV2.d.ts +24 -0
- package/dist/commonjs/policies/StorageRetryPolicyV2.d.ts.map +1 -0
- package/dist/commonjs/policies/StorageRetryPolicyV2.js +180 -0
- package/dist/commonjs/policies/StorageRetryPolicyV2.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/commonjs/utils/Batch.d.ts +68 -0
- package/dist/commonjs/utils/Batch.d.ts.map +1 -0
- package/dist/commonjs/utils/Batch.js +126 -0
- package/dist/commonjs/utils/Batch.js.map +1 -0
- package/dist/commonjs/utils/BufferScheduler.d.ts +157 -0
- package/dist/commonjs/utils/BufferScheduler.d.ts.map +1 -0
- package/dist/commonjs/utils/BufferScheduler.js +268 -0
- package/dist/commonjs/utils/BufferScheduler.js.map +1 -0
- package/dist/commonjs/utils/RetriableReadableStream.d.ts +58 -0
- package/dist/commonjs/utils/RetriableReadableStream.d.ts.map +1 -0
- package/dist/commonjs/utils/RetriableReadableStream.js +123 -0
- package/dist/commonjs/utils/RetriableReadableStream.js.map +1 -0
- package/dist/commonjs/utils/constants.d.ts +55 -0
- package/dist/commonjs/utils/constants.d.ts.map +1 -0
- package/dist/commonjs/utils/constants.js +165 -0
- package/dist/commonjs/utils/constants.js.map +1 -0
- package/dist/commonjs/utils/tracing.d.ts +6 -0
- package/dist/commonjs/utils/tracing.d.ts.map +1 -0
- package/dist/commonjs/utils/tracing.js +17 -0
- package/dist/commonjs/utils/tracing.js.map +1 -0
- package/dist/commonjs/utils/utils.common.d.ts +304 -0
- package/dist/commonjs/utils/utils.common.d.ts.map +1 -0
- package/dist/commonjs/utils/utils.common.js +816 -0
- package/dist/commonjs/utils/utils.common.js.map +1 -0
- package/dist/commonjs/utils/utils.d.ts +28 -0
- package/dist/commonjs/utils/utils.d.ts.map +1 -0
- package/dist/commonjs/utils/utils.js +85 -0
- package/dist/commonjs/utils/utils.js.map +1 -0
- package/dist/esm/AccountSASPermissions.d.ts +61 -0
- package/dist/esm/AccountSASPermissions.d.ts.map +1 -0
- package/dist/esm/AccountSASPermissions.js +128 -0
- package/dist/esm/AccountSASPermissions.js.map +1 -0
- package/dist/esm/AccountSASResourceTypes.d.ts +38 -0
- package/dist/esm/AccountSASResourceTypes.d.ts.map +1 -0
- package/dist/esm/AccountSASResourceTypes.js.map +1 -0
- package/dist/esm/AccountSASServices.d.ts +40 -0
- package/dist/esm/AccountSASServices.d.ts.map +1 -0
- package/dist/esm/AccountSASServices.js.map +1 -0
- package/dist/esm/AccountSASSignatureValues.d.ts +73 -0
- package/dist/esm/AccountSASSignatureValues.d.ts.map +1 -0
- package/dist/esm/AccountSASSignatureValues.js +71 -0
- package/dist/esm/AccountSASSignatureValues.js.map +1 -0
- package/dist/esm/Clients.d.ts +3114 -0
- package/dist/esm/Clients.d.ts.map +1 -0
- package/dist/esm/Clients.js +2882 -0
- package/dist/esm/Clients.js.map +1 -0
- package/dist/esm/FileDownloadResponse.d.ts +291 -0
- package/dist/esm/FileDownloadResponse.d.ts.map +1 -0
- package/dist/esm/FileDownloadResponse.js +367 -0
- package/dist/esm/FileDownloadResponse.js.map +1 -0
- package/dist/esm/FileSASPermissions.d.ts +42 -0
- package/dist/esm/FileSASPermissions.d.ts.map +1 -0
- package/dist/esm/FileSASPermissions.js +82 -0
- package/dist/esm/FileSASPermissions.js.map +1 -0
- package/dist/esm/FileSASSignatureValues.d.ts +95 -0
- package/dist/esm/FileSASSignatureValues.d.ts.map +1 -0
- package/dist/esm/FileSASSignatureValues.js +84 -0
- package/dist/esm/FileSASSignatureValues.js.map +1 -0
- package/dist/esm/FileSystemAttributes.d.ts +63 -0
- package/dist/esm/FileSystemAttributes.d.ts.map +1 -0
- package/dist/esm/FileSystemAttributes.js +144 -0
- package/dist/esm/FileSystemAttributes.js.map +1 -0
- package/dist/esm/Pipeline.d.ts +142 -0
- package/dist/esm/Pipeline.d.ts.map +1 -0
- package/dist/esm/Pipeline.js +261 -0
- package/dist/esm/Pipeline.js.map +1 -0
- package/dist/esm/Range.d.ts +25 -0
- package/dist/esm/Range.d.ts.map +1 -0
- package/dist/esm/Range.js +22 -0
- package/dist/esm/Range.js.map +1 -0
- package/dist/esm/SASQueryParameters.d.ts +136 -0
- package/dist/esm/SASQueryParameters.d.ts.map +1 -0
- package/dist/esm/SASQueryParameters.js +177 -0
- package/dist/esm/SASQueryParameters.js.map +1 -0
- package/dist/esm/SasIPRange.d.ts +25 -0
- package/dist/esm/SasIPRange.d.ts.map +1 -0
- package/dist/esm/SasIPRange.js +14 -0
- package/dist/esm/SasIPRange.js.map +1 -0
- package/dist/esm/ShareClientInternal.d.ts +12 -0
- package/dist/esm/ShareClientInternal.d.ts.map +1 -0
- package/dist/esm/ShareClientInternal.js +16 -0
- package/dist/esm/ShareClientInternal.js.map +1 -0
- package/dist/esm/ShareSASPermissions.d.ts +46 -0
- package/dist/esm/ShareSASPermissions.d.ts.map +1 -0
- package/dist/esm/ShareSASPermissions.js +92 -0
- package/dist/esm/ShareSASPermissions.js.map +1 -0
- package/dist/esm/ShareServiceClient.d.ts +427 -0
- package/dist/esm/ShareServiceClient.d.ts.map +1 -0
- package/dist/esm/ShareServiceClient.js +475 -0
- package/dist/esm/ShareServiceClient.js.map +1 -0
- package/dist/esm/StorageClient.d.ts +47 -0
- package/dist/esm/StorageClient.d.ts.map +1 -0
- package/dist/esm/StorageClient.js +30 -0
- package/dist/esm/StorageClient.js.map +1 -0
- package/dist/esm/StorageContextClient.d.ts +9 -0
- package/dist/esm/StorageContextClient.d.ts.map +1 -0
- package/dist/esm/StorageContextClient.js +18 -0
- package/dist/esm/StorageContextClient.js.map +1 -0
- package/dist/esm/StorageRetryPolicyFactory.d.ts +56 -0
- package/dist/esm/StorageRetryPolicyFactory.d.ts.map +1 -0
- package/dist/esm/StorageRetryPolicyFactory.js +26 -0
- package/dist/esm/StorageRetryPolicyFactory.js.map +1 -0
- package/dist/esm/generated/src/index.d.ts +4 -0
- package/dist/esm/generated/src/index.d.ts.map +1 -0
- package/dist/esm/generated/src/index.js +11 -0
- package/dist/esm/generated/src/index.js.map +1 -0
- package/dist/esm/generated/src/models/index.d.ts +2881 -0
- package/dist/esm/generated/src/models/index.d.ts.map +1 -0
- package/dist/esm/generated/src/models/index.js +166 -0
- package/dist/esm/generated/src/models/index.js.map +1 -0
- package/dist/esm/generated/src/models/mappers.d.ts +128 -0
- package/dist/esm/generated/src/models/mappers.d.ts.map +1 -0
- package/dist/esm/generated/src/models/mappers.js +5987 -0
- package/dist/esm/generated/src/models/mappers.js.map +1 -0
- package/dist/esm/generated/src/models/parameters.d.ts +128 -0
- package/dist/esm/generated/src/models/parameters.d.ts.map +1 -0
- package/dist/esm/generated/src/models/parameters.js +1364 -0
- package/dist/esm/generated/src/models/parameters.js.map +1 -0
- package/dist/esm/generated/src/operations/directory.d.ts +65 -0
- package/dist/esm/generated/src/operations/directory.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/directory.js +378 -0
- package/dist/esm/generated/src/operations/directory.js.map +1 -0
- package/dist/esm/generated/src/operations/file.d.ts +162 -0
- package/dist/esm/generated/src/operations/file.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/file.js +866 -0
- package/dist/esm/generated/src/operations/file.js.map +1 -0
- package/dist/esm/generated/src/operations/index.d.ts +5 -0
- package/dist/esm/generated/src/operations/index.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/index.js +12 -0
- package/dist/esm/generated/src/operations/index.js.map +1 -0
- package/dist/esm/generated/src/operations/service.d.ts +32 -0
- package/dist/esm/generated/src/operations/service.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/service.js +135 -0
- package/dist/esm/generated/src/operations/service.js.map +1 -0
- package/dist/esm/generated/src/operations/share.d.ts +111 -0
- package/dist/esm/generated/src/operations/share.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/share.js +671 -0
- package/dist/esm/generated/src/operations/share.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/directory.d.ts +57 -0
- package/dist/esm/generated/src/operationsInterfaces/directory.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/directory.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/directory.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/file.d.ts +154 -0
- package/dist/esm/generated/src/operationsInterfaces/file.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/file.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/file.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/index.d.ts +5 -0
- package/dist/esm/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/index.js +12 -0
- package/dist/esm/generated/src/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/service.d.ts +24 -0
- package/dist/esm/generated/src/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/service.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/share.d.ts +103 -0
- package/dist/esm/generated/src/operationsInterfaces/share.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/share.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/share.js.map +1 -0
- package/dist/esm/generated/src/storageClient.d.ts +20 -0
- package/dist/esm/generated/src/storageClient.d.ts.map +1 -0
- package/dist/esm/generated/src/storageClient.js +48 -0
- package/dist/esm/generated/src/storageClient.js.map +1 -0
- package/dist/esm/generatedModels.d.ts +492 -0
- package/dist/esm/generatedModels.d.ts.map +1 -0
- package/dist/esm/generatedModels.js +8 -0
- package/dist/esm/generatedModels.js.map +1 -0
- package/dist/esm/index.d.ts +32 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +30 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/log.d.ts +5 -0
- package/dist/esm/log.d.ts.map +1 -0
- package/dist/esm/log.js +8 -0
- package/dist/esm/log.js.map +1 -0
- package/dist/esm/models.d.ts +373 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +94 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/policies/StorageRetryPolicy.d.ts +75 -0
- package/dist/esm/policies/StorageRetryPolicy.d.ts.map +1 -0
- package/dist/esm/policies/StorageRetryPolicy.js +220 -0
- package/dist/esm/policies/StorageRetryPolicy.js.map +1 -0
- package/dist/esm/policies/StorageRetryPolicyV2.d.ts +24 -0
- package/dist/esm/policies/StorageRetryPolicyV2.d.ts.map +1 -0
- package/dist/esm/policies/StorageRetryPolicyV2.js +176 -0
- package/dist/esm/policies/StorageRetryPolicyV2.js.map +1 -0
- package/dist/esm/utils/Batch.d.ts +68 -0
- package/dist/esm/utils/Batch.d.ts.map +1 -0
- package/dist/esm/utils/Batch.js.map +1 -0
- package/dist/esm/utils/BufferScheduler.d.ts +157 -0
- package/dist/esm/utils/BufferScheduler.d.ts.map +1 -0
- package/dist/esm/utils/BufferScheduler.js +264 -0
- package/dist/esm/utils/BufferScheduler.js.map +1 -0
- package/dist/esm/utils/RetriableReadableStream.d.ts +58 -0
- package/dist/esm/utils/RetriableReadableStream.d.ts.map +1 -0
- package/dist/esm/utils/RetriableReadableStream.js +119 -0
- package/dist/esm/utils/RetriableReadableStream.js.map +1 -0
- package/dist/esm/utils/constants.d.ts +55 -0
- package/dist/esm/utils/constants.d.ts.map +1 -0
- package/dist/esm/utils/constants.js +162 -0
- package/dist/esm/utils/constants.js.map +1 -0
- package/dist/esm/utils/tracing.d.ts +6 -0
- package/dist/esm/utils/tracing.d.ts.map +1 -0
- package/dist/esm/utils/tracing.js +14 -0
- package/dist/esm/utils/tracing.js.map +1 -0
- package/dist/esm/utils/utils.common.d.ts +304 -0
- package/dist/esm/utils/utils.common.d.ts.map +1 -0
- package/dist/esm/utils/utils.common.js +778 -0
- package/dist/esm/utils/utils.common.js.map +1 -0
- package/dist/esm/utils/utils.d.ts +28 -0
- package/dist/esm/utils/utils.d.ts.map +1 -0
- package/dist/esm/utils/utils.js +79 -0
- package/dist/esm/utils/utils.js.map +1 -0
- package/dist/react-native/AccountSASPermissions.d.ts +61 -0
- package/dist/react-native/AccountSASPermissions.d.ts.map +1 -0
- package/dist/react-native/AccountSASPermissions.js +128 -0
- package/dist/react-native/AccountSASPermissions.js.map +1 -0
- package/dist/react-native/AccountSASResourceTypes.d.ts +38 -0
- package/dist/react-native/AccountSASResourceTypes.d.ts.map +1 -0
- package/dist/react-native/AccountSASResourceTypes.js +72 -0
- package/dist/react-native/AccountSASResourceTypes.js.map +1 -0
- package/dist/react-native/AccountSASServices.d.ts +40 -0
- package/dist/react-native/AccountSASServices.d.ts.map +1 -0
- package/dist/react-native/AccountSASServices.js +80 -0
- package/dist/react-native/AccountSASServices.js.map +1 -0
- package/dist/react-native/AccountSASSignatureValues.d.ts +73 -0
- package/dist/react-native/AccountSASSignatureValues.d.ts.map +1 -0
- package/dist/react-native/AccountSASSignatureValues.js +71 -0
- package/dist/react-native/AccountSASSignatureValues.js.map +1 -0
- package/dist/react-native/Clients.d.ts +3114 -0
- package/dist/react-native/Clients.d.ts.map +1 -0
- package/dist/react-native/Clients.js +2882 -0
- package/dist/react-native/Clients.js.map +1 -0
- package/dist/react-native/FileDownloadResponse.d.ts +291 -0
- package/dist/react-native/FileDownloadResponse.d.ts.map +1 -0
- package/dist/react-native/FileDownloadResponse.js +367 -0
- package/dist/react-native/FileDownloadResponse.js.map +1 -0
- package/dist/react-native/FileSASPermissions.d.ts +42 -0
- package/dist/react-native/FileSASPermissions.d.ts.map +1 -0
- package/dist/react-native/FileSASPermissions.js +82 -0
- package/dist/react-native/FileSASPermissions.js.map +1 -0
- package/dist/react-native/FileSASSignatureValues.d.ts +95 -0
- package/dist/react-native/FileSASSignatureValues.d.ts.map +1 -0
- package/dist/react-native/FileSASSignatureValues.js +84 -0
- package/dist/react-native/FileSASSignatureValues.js.map +1 -0
- package/dist/react-native/FileSystemAttributes.d.ts +63 -0
- package/dist/react-native/FileSystemAttributes.d.ts.map +1 -0
- package/dist/react-native/FileSystemAttributes.js +144 -0
- package/dist/react-native/FileSystemAttributes.js.map +1 -0
- package/dist/react-native/Pipeline.d.ts +142 -0
- package/dist/react-native/Pipeline.d.ts.map +1 -0
- package/dist/react-native/Pipeline.js +261 -0
- package/dist/react-native/Pipeline.js.map +1 -0
- package/dist/react-native/Range.d.ts +25 -0
- package/dist/react-native/Range.d.ts.map +1 -0
- package/dist/react-native/Range.js +22 -0
- package/dist/react-native/Range.js.map +1 -0
- package/dist/react-native/SASQueryParameters.d.ts +136 -0
- package/dist/react-native/SASQueryParameters.d.ts.map +1 -0
- package/dist/react-native/SASQueryParameters.js +177 -0
- package/dist/react-native/SASQueryParameters.js.map +1 -0
- package/dist/react-native/SasIPRange.d.ts +25 -0
- package/dist/react-native/SasIPRange.d.ts.map +1 -0
- package/dist/react-native/SasIPRange.js +14 -0
- package/dist/react-native/SasIPRange.js.map +1 -0
- package/dist/react-native/ShareClientInternal.d.ts +12 -0
- package/dist/react-native/ShareClientInternal.d.ts.map +1 -0
- package/dist/react-native/ShareClientInternal.js +16 -0
- package/dist/react-native/ShareClientInternal.js.map +1 -0
- package/dist/react-native/ShareSASPermissions.d.ts +46 -0
- package/dist/react-native/ShareSASPermissions.d.ts.map +1 -0
- package/dist/react-native/ShareSASPermissions.js +92 -0
- package/dist/react-native/ShareSASPermissions.js.map +1 -0
- package/dist/react-native/ShareServiceClient.d.ts +427 -0
- package/dist/react-native/ShareServiceClient.d.ts.map +1 -0
- package/dist/react-native/ShareServiceClient.js +475 -0
- package/dist/react-native/ShareServiceClient.js.map +1 -0
- package/dist/react-native/StorageClient.d.ts +47 -0
- package/dist/react-native/StorageClient.d.ts.map +1 -0
- package/dist/react-native/StorageClient.js +30 -0
- package/dist/react-native/StorageClient.js.map +1 -0
- package/dist/react-native/StorageContextClient.d.ts +9 -0
- package/dist/react-native/StorageContextClient.d.ts.map +1 -0
- package/dist/react-native/StorageContextClient.js +18 -0
- package/dist/react-native/StorageContextClient.js.map +1 -0
- package/dist/react-native/StorageRetryPolicyFactory.d.ts +56 -0
- package/dist/react-native/StorageRetryPolicyFactory.d.ts.map +1 -0
- package/dist/react-native/StorageRetryPolicyFactory.js +26 -0
- package/dist/react-native/StorageRetryPolicyFactory.js.map +1 -0
- package/dist/react-native/generated/src/index.d.ts +4 -0
- package/dist/react-native/generated/src/index.d.ts.map +1 -0
- package/dist/react-native/generated/src/index.js +11 -0
- package/dist/react-native/generated/src/index.js.map +1 -0
- package/dist/react-native/generated/src/models/index.d.ts +2881 -0
- package/dist/react-native/generated/src/models/index.d.ts.map +1 -0
- package/dist/react-native/generated/src/models/index.js +166 -0
- package/dist/react-native/generated/src/models/index.js.map +1 -0
- package/dist/react-native/generated/src/models/mappers.d.ts +128 -0
- package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -0
- package/dist/react-native/generated/src/models/mappers.js +5987 -0
- package/dist/react-native/generated/src/models/mappers.js.map +1 -0
- package/dist/react-native/generated/src/models/parameters.d.ts +128 -0
- package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -0
- package/dist/react-native/generated/src/models/parameters.js +1364 -0
- package/dist/react-native/generated/src/models/parameters.js.map +1 -0
- package/dist/react-native/generated/src/operations/directory.d.ts +65 -0
- package/dist/react-native/generated/src/operations/directory.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/directory.js +378 -0
- package/dist/react-native/generated/src/operations/directory.js.map +1 -0
- package/dist/react-native/generated/src/operations/file.d.ts +162 -0
- package/dist/react-native/generated/src/operations/file.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/file.js +866 -0
- package/dist/react-native/generated/src/operations/file.js.map +1 -0
- package/dist/react-native/generated/src/operations/index.d.ts +5 -0
- package/dist/react-native/generated/src/operations/index.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/index.js +12 -0
- package/dist/react-native/generated/src/operations/index.js.map +1 -0
- package/dist/react-native/generated/src/operations/service.d.ts +32 -0
- package/dist/react-native/generated/src/operations/service.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/service.js +135 -0
- package/dist/react-native/generated/src/operations/service.js.map +1 -0
- package/dist/react-native/generated/src/operations/share.d.ts +111 -0
- package/dist/react-native/generated/src/operations/share.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/share.js +671 -0
- package/dist/react-native/generated/src/operations/share.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/directory.d.ts +57 -0
- package/dist/react-native/generated/src/operationsInterfaces/directory.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/directory.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/directory.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/file.d.ts +154 -0
- package/dist/react-native/generated/src/operationsInterfaces/file.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/file.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/file.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +5 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.js +12 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/service.d.ts +24 -0
- package/dist/react-native/generated/src/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/service.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/service.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/share.d.ts +103 -0
- package/dist/react-native/generated/src/operationsInterfaces/share.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/share.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/share.js.map +1 -0
- package/dist/react-native/generated/src/storageClient.d.ts +20 -0
- package/dist/react-native/generated/src/storageClient.d.ts.map +1 -0
- package/dist/react-native/generated/src/storageClient.js +48 -0
- package/dist/react-native/generated/src/storageClient.js.map +1 -0
- package/dist/react-native/generatedModels.d.ts +492 -0
- package/dist/react-native/generatedModels.d.ts.map +1 -0
- package/dist/react-native/generatedModels.js +8 -0
- package/dist/react-native/generatedModels.js.map +1 -0
- package/dist/react-native/index.d.ts +32 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +30 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/log.d.ts +5 -0
- package/dist/react-native/log.d.ts.map +1 -0
- package/dist/react-native/log.js +8 -0
- package/dist/react-native/log.js.map +1 -0
- package/dist/react-native/models.d.ts +373 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +94 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/policies/StorageRetryPolicy.d.ts +75 -0
- package/dist/react-native/policies/StorageRetryPolicy.d.ts.map +1 -0
- package/dist/react-native/policies/StorageRetryPolicy.js +220 -0
- package/dist/react-native/policies/StorageRetryPolicy.js.map +1 -0
- package/dist/react-native/policies/StorageRetryPolicyV2.d.ts +24 -0
- package/dist/react-native/policies/StorageRetryPolicyV2.d.ts.map +1 -0
- package/dist/react-native/policies/StorageRetryPolicyV2.js +176 -0
- package/dist/react-native/policies/StorageRetryPolicyV2.js.map +1 -0
- package/dist/react-native/utils/Batch.d.ts +68 -0
- package/dist/react-native/utils/Batch.d.ts.map +1 -0
- package/dist/react-native/utils/Batch.js +122 -0
- package/dist/react-native/utils/Batch.js.map +1 -0
- package/dist/react-native/utils/BufferScheduler.d.ts +157 -0
- package/dist/react-native/utils/BufferScheduler.d.ts.map +1 -0
- package/dist/react-native/utils/BufferScheduler.js +264 -0
- package/dist/react-native/utils/BufferScheduler.js.map +1 -0
- package/dist/react-native/utils/RetriableReadableStream.d.ts +58 -0
- package/dist/react-native/utils/RetriableReadableStream.d.ts.map +1 -0
- package/dist/react-native/utils/RetriableReadableStream.js +119 -0
- package/dist/react-native/utils/RetriableReadableStream.js.map +1 -0
- package/dist/react-native/utils/constants.d.ts +55 -0
- package/dist/react-native/utils/constants.d.ts.map +1 -0
- package/dist/react-native/utils/constants.js +162 -0
- package/dist/react-native/utils/constants.js.map +1 -0
- package/dist/react-native/utils/tracing.d.ts +6 -0
- package/dist/react-native/utils/tracing.d.ts.map +1 -0
- package/dist/react-native/utils/tracing.js +14 -0
- package/dist/react-native/utils/tracing.js.map +1 -0
- package/dist/react-native/utils/utils.common.d.ts +304 -0
- package/dist/react-native/utils/utils.common.d.ts.map +1 -0
- package/dist/react-native/utils/utils.common.js +778 -0
- package/dist/react-native/utils/utils.common.js.map +1 -0
- package/dist/react-native/utils/utils.d.ts +28 -0
- package/dist/react-native/utils/utils.d.ts.map +1 -0
- package/dist/react-native/utils/utils.js +79 -0
- package/dist/react-native/utils/utils.js.map +1 -0
- package/package.json +69 -74
- package/dist/index.js +0 -16901
- package/dist/index.js.map +0 -1
- package/dist-esm/storage-blob/src/BatchResponse.js +0 -4
- package/dist-esm/storage-blob/src/BatchResponse.js.map +0 -1
- package/dist-esm/storage-blob/src/BatchResponseParser.js +0 -137
- package/dist-esm/storage-blob/src/BatchResponseParser.js.map +0 -1
- package/dist-esm/storage-blob/src/BatchUtils.js +0 -15
- package/dist-esm/storage-blob/src/BatchUtils.js.map +0 -1
- package/dist-esm/storage-blob/src/BlobBatch.js +0 -267
- package/dist-esm/storage-blob/src/BlobBatch.js.map +0 -1
- package/dist-esm/storage-blob/src/BlobBatchClient.js +0 -140
- package/dist-esm/storage-blob/src/BlobBatchClient.js.map +0 -1
- package/dist-esm/storage-blob/src/BlobDownloadResponse.js +0 -463
- package/dist-esm/storage-blob/src/BlobDownloadResponse.js.map +0 -1
- package/dist-esm/storage-blob/src/BlobLeaseClient.js +0 -192
- package/dist-esm/storage-blob/src/BlobLeaseClient.js.map +0 -1
- package/dist-esm/storage-blob/src/BlobQueryResponse.js +0 -367
- package/dist-esm/storage-blob/src/BlobQueryResponse.js.map +0 -1
- package/dist-esm/storage-blob/src/BlobServiceClient.js +0 -716
- package/dist-esm/storage-blob/src/BlobServiceClient.js.map +0 -1
- package/dist-esm/storage-blob/src/Clients.js +0 -2594
- package/dist-esm/storage-blob/src/Clients.js.map +0 -1
- package/dist-esm/storage-blob/src/ContainerClient.js +0 -1209
- package/dist-esm/storage-blob/src/ContainerClient.js.map +0 -1
- package/dist-esm/storage-blob/src/PageBlobRangeResponse.js +0 -24
- package/dist-esm/storage-blob/src/PageBlobRangeResponse.js.map +0 -1
- package/dist-esm/storage-blob/src/Pipeline.js +0 -261
- package/dist-esm/storage-blob/src/Pipeline.js.map +0 -1
- package/dist-esm/storage-blob/src/Range.js +0 -21
- package/dist-esm/storage-blob/src/Range.js.map +0 -1
- package/dist-esm/storage-blob/src/StorageBrowserPolicyFactory.js +0 -19
- package/dist-esm/storage-blob/src/StorageBrowserPolicyFactory.js.map +0 -1
- package/dist-esm/storage-blob/src/StorageClient.js +0 -29
- package/dist-esm/storage-blob/src/StorageClient.js.map +0 -1
- package/dist-esm/storage-blob/src/StorageContextClient.js +0 -17
- package/dist-esm/storage-blob/src/StorageContextClient.js.map +0 -1
- package/dist-esm/storage-blob/src/StorageRetryPolicyFactory.js +0 -26
- package/dist-esm/storage-blob/src/StorageRetryPolicyFactory.js.map +0 -1
- package/dist-esm/storage-blob/src/credentials/AnonymousCredential.js +0 -22
- package/dist-esm/storage-blob/src/credentials/AnonymousCredential.js.map +0 -1
- package/dist-esm/storage-blob/src/credentials/Credential.js +0 -18
- package/dist-esm/storage-blob/src/credentials/Credential.js.map +0 -1
- package/dist-esm/storage-blob/src/credentials/StorageSharedKeyCredential.browser.js +0 -5
- package/dist-esm/storage-blob/src/credentials/StorageSharedKeyCredential.browser.js.map +0 -1
- package/dist-esm/storage-blob/src/credentials/StorageSharedKeyCredential.js +0 -40
- package/dist-esm/storage-blob/src/credentials/StorageSharedKeyCredential.js.map +0 -1
- package/dist-esm/storage-blob/src/credentials/UserDelegationKeyCredential.browser.js +0 -5
- package/dist-esm/storage-blob/src/credentials/UserDelegationKeyCredential.browser.js.map +0 -1
- package/dist-esm/storage-blob/src/credentials/UserDelegationKeyCredential.js +0 -31
- package/dist-esm/storage-blob/src/credentials/UserDelegationKeyCredential.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/index.js +0 -11
- package/dist-esm/storage-blob/src/generated/src/index.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/models/index.js +0 -258
- package/dist-esm/storage-blob/src/generated/src/models/index.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/models/mappers.js +0 -8225
- package/dist-esm/storage-blob/src/generated/src/models/mappers.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/models/parameters.js +0 -1610
- package/dist-esm/storage-blob/src/generated/src/models/parameters.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operations/appendBlob.js +0 -221
- package/dist-esm/storage-blob/src/generated/src/operations/appendBlob.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operations/blob.js +0 -1020
- package/dist-esm/storage-blob/src/generated/src/operations/blob.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operations/blockBlob.js +0 -365
- package/dist-esm/storage-blob/src/generated/src/operations/blockBlob.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operations/container.js +0 -713
- package/dist-esm/storage-blob/src/generated/src/operations/container.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operations/index.js +0 -14
- package/dist-esm/storage-blob/src/generated/src/operations/index.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operations/pageBlob.js +0 -456
- package/dist-esm/storage-blob/src/generated/src/operations/pageBlob.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operations/service.js +0 -323
- package/dist-esm/storage-blob/src/generated/src/operations/service.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/appendBlob.js +0 -9
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/appendBlob.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/blob.js +0 -9
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/blob.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/blockBlob.js +0 -9
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/blockBlob.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/container.js +0 -9
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/container.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/index.js +0 -14
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/pageBlob.js +0 -9
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/pageBlob.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/service.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/storageClient.js +0 -49
- package/dist-esm/storage-blob/src/generated/src/storageClient.js.map +0 -1
- package/dist-esm/storage-blob/src/generatedModels.js +0 -8
- package/dist-esm/storage-blob/src/generatedModels.js.map +0 -1
- package/dist-esm/storage-blob/src/index.js +0 -33
- package/dist-esm/storage-blob/src/index.js.map +0 -1
- package/dist-esm/storage-blob/src/log.js +0 -8
- package/dist-esm/storage-blob/src/log.js.map +0 -1
- package/dist-esm/storage-blob/src/models.js +0 -115
- package/dist-esm/storage-blob/src/models.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/AnonymousCredentialPolicy.js +0 -20
- package/dist-esm/storage-blob/src/policies/AnonymousCredentialPolicy.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/CredentialPolicy.js +0 -29
- package/dist-esm/storage-blob/src/policies/CredentialPolicy.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/RequestPolicy.js +0 -40
- package/dist-esm/storage-blob/src/policies/RequestPolicy.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/StorageBrowserPolicy.js +0 -47
- package/dist-esm/storage-blob/src/policies/StorageBrowserPolicy.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/StorageBrowserPolicyV2.js +0 -31
- package/dist-esm/storage-blob/src/policies/StorageBrowserPolicyV2.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/StorageCorrectContentLengthPolicy.browser.js +0 -18
- package/dist-esm/storage-blob/src/policies/StorageCorrectContentLengthPolicy.browser.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/StorageCorrectContentLengthPolicy.js +0 -27
- package/dist-esm/storage-blob/src/policies/StorageCorrectContentLengthPolicy.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/StorageRetryPolicy.js +0 -229
- package/dist-esm/storage-blob/src/policies/StorageRetryPolicy.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/StorageRetryPolicyV2.js +0 -180
- package/dist-esm/storage-blob/src/policies/StorageRetryPolicyV2.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicy.js +0 -141
- package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicy.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicyV2.browser.js +0 -18
- package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicyV2.browser.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicyV2.js +0 -132
- package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicyV2.js.map +0 -1
- package/dist-esm/storage-blob/src/pollers/BlobStartCopyFromUrlPoller.js +0 -130
- package/dist-esm/storage-blob/src/pollers/BlobStartCopyFromUrlPoller.js.map +0 -1
- package/dist-esm/storage-blob/src/sas/AccountSASPermissions.js +0 -227
- package/dist-esm/storage-blob/src/sas/AccountSASPermissions.js.map +0 -1
- package/dist-esm/storage-blob/src/sas/AccountSASResourceTypes.js.map +0 -1
- package/dist-esm/storage-blob/src/sas/AccountSASServices.js.map +0 -1
- package/dist-esm/storage-blob/src/sas/AccountSASSignatureValues.js +0 -100
- package/dist-esm/storage-blob/src/sas/AccountSASSignatureValues.js.map +0 -1
- package/dist-esm/storage-blob/src/sas/BlobSASPermissions.js +0 -195
- package/dist-esm/storage-blob/src/sas/BlobSASPermissions.js.map +0 -1
- package/dist-esm/storage-blob/src/sas/BlobSASSignatureValues.js +0 -576
- package/dist-esm/storage-blob/src/sas/BlobSASSignatureValues.js.map +0 -1
- package/dist-esm/storage-blob/src/sas/ContainerSASPermissions.js +0 -221
- package/dist-esm/storage-blob/src/sas/ContainerSASPermissions.js.map +0 -1
- package/dist-esm/storage-blob/src/sas/SASQueryParameters.js +0 -234
- package/dist-esm/storage-blob/src/sas/SASQueryParameters.js.map +0 -1
- package/dist-esm/storage-blob/src/sas/SasIPRange.js +0 -13
- package/dist-esm/storage-blob/src/sas/SasIPRange.js.map +0 -1
- package/dist-esm/storage-blob/src/utils/Batch.js.map +0 -1
- package/dist-esm/storage-blob/src/utils/BlobQuickQueryStream.js +0 -111
- package/dist-esm/storage-blob/src/utils/BlobQuickQueryStream.js.map +0 -1
- package/dist-esm/storage-blob/src/utils/Mutex.js +0 -65
- package/dist-esm/storage-blob/src/utils/Mutex.js.map +0 -1
- package/dist-esm/storage-blob/src/utils/RetriableReadableStream.js +0 -119
- package/dist-esm/storage-blob/src/utils/RetriableReadableStream.js.map +0 -1
- package/dist-esm/storage-blob/src/utils/SharedKeyComparator.js +0 -73
- package/dist-esm/storage-blob/src/utils/SharedKeyComparator.js.map +0 -1
- package/dist-esm/storage-blob/src/utils/cache.js +0 -11
- package/dist-esm/storage-blob/src/utils/cache.js.map +0 -1
- package/dist-esm/storage-blob/src/utils/constants.js +0 -226
- package/dist-esm/storage-blob/src/utils/constants.js.map +0 -1
- package/dist-esm/storage-blob/src/utils/tracing.js +0 -14
- package/dist-esm/storage-blob/src/utils/tracing.js.map +0 -1
- package/dist-esm/storage-blob/src/utils/utils.common.js +0 -756
- package/dist-esm/storage-blob/src/utils/utils.common.js.map +0 -1
- package/dist-esm/storage-blob/src/utils/utils.node.js +0 -132
- package/dist-esm/storage-blob/src/utils/utils.node.js.map +0 -1
- package/dist-esm/storage-file-share/src/AccountSASPermissions.js.map +0 -1
- package/dist-esm/storage-file-share/src/AccountSASResourceTypes.js.map +0 -1
- package/dist-esm/storage-file-share/src/AccountSASServices.js.map +0 -1
- package/dist-esm/storage-file-share/src/AccountSASSignatureValues.js +0 -71
- package/dist-esm/storage-file-share/src/AccountSASSignatureValues.js.map +0 -1
- package/dist-esm/storage-file-share/src/Clients.js +0 -2642
- package/dist-esm/storage-file-share/src/Clients.js.map +0 -1
- package/dist-esm/storage-file-share/src/FileDownloadResponse.browser.js +0 -7
- package/dist-esm/storage-file-share/src/FileDownloadResponse.browser.js.map +0 -1
- package/dist-esm/storage-file-share/src/FileDownloadResponse.js +0 -367
- package/dist-esm/storage-file-share/src/FileDownloadResponse.js.map +0 -1
- package/dist-esm/storage-file-share/src/FileSASPermissions.js.map +0 -1
- package/dist-esm/storage-file-share/src/FileSASSignatureValues.js +0 -84
- package/dist-esm/storage-file-share/src/FileSASSignatureValues.js.map +0 -1
- package/dist-esm/storage-file-share/src/FileSystemAttributes.js.map +0 -1
- package/dist-esm/storage-file-share/src/Pipeline.js +0 -261
- package/dist-esm/storage-file-share/src/Pipeline.js.map +0 -1
- package/dist-esm/storage-file-share/src/Range.js.map +0 -1
- package/dist-esm/storage-file-share/src/SASQueryParameters.js +0 -177
- package/dist-esm/storage-file-share/src/SASQueryParameters.js.map +0 -1
- package/dist-esm/storage-file-share/src/SasIPRange.js.map +0 -1
- package/dist-esm/storage-file-share/src/ShareClientInternal.js +0 -16
- package/dist-esm/storage-file-share/src/ShareClientInternal.js.map +0 -1
- package/dist-esm/storage-file-share/src/ShareSASPermissions.js.map +0 -1
- package/dist-esm/storage-file-share/src/ShareServiceClient.js +0 -429
- package/dist-esm/storage-file-share/src/ShareServiceClient.js.map +0 -1
- package/dist-esm/storage-file-share/src/StorageClient.js +0 -30
- package/dist-esm/storage-file-share/src/StorageClient.js.map +0 -1
- package/dist-esm/storage-file-share/src/StorageContextClient.js +0 -18
- package/dist-esm/storage-file-share/src/StorageContextClient.js.map +0 -1
- package/dist-esm/storage-file-share/src/StorageRetryPolicyFactory.js +0 -26
- package/dist-esm/storage-file-share/src/StorageRetryPolicyFactory.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/index.js +0 -11
- package/dist-esm/storage-file-share/src/generated/src/index.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/models/index.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/models/mappers.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/models/parameters.js +0 -1364
- package/dist-esm/storage-file-share/src/generated/src/models/parameters.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/operations/directory.js +0 -378
- package/dist-esm/storage-file-share/src/generated/src/operations/directory.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/operations/file.js +0 -866
- package/dist-esm/storage-file-share/src/generated/src/operations/file.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/operations/index.js +0 -12
- package/dist-esm/storage-file-share/src/generated/src/operations/index.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/operations/service.js +0 -135
- package/dist-esm/storage-file-share/src/generated/src/operations/service.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/operations/share.js +0 -671
- package/dist-esm/storage-file-share/src/generated/src/operations/share.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/operationsInterfaces/directory.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/operationsInterfaces/file.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/operationsInterfaces/index.js +0 -12
- package/dist-esm/storage-file-share/src/generated/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/operationsInterfaces/service.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/operationsInterfaces/share.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/storageClient.js +0 -48
- package/dist-esm/storage-file-share/src/generated/src/storageClient.js.map +0 -1
- package/dist-esm/storage-file-share/src/generatedModels.js.map +0 -1
- package/dist-esm/storage-file-share/src/index.browser.js +0 -19
- package/dist-esm/storage-file-share/src/index.browser.js.map +0 -1
- package/dist-esm/storage-file-share/src/index.js +0 -30
- package/dist-esm/storage-file-share/src/index.js.map +0 -1
- package/dist-esm/storage-file-share/src/log.js.map +0 -1
- package/dist-esm/storage-file-share/src/models.js +0 -94
- package/dist-esm/storage-file-share/src/models.js.map +0 -1
- package/dist-esm/storage-file-share/src/policies/StorageRetryPolicy.js +0 -220
- package/dist-esm/storage-file-share/src/policies/StorageRetryPolicy.js.map +0 -1
- package/dist-esm/storage-file-share/src/policies/StorageRetryPolicyV2.js +0 -176
- package/dist-esm/storage-file-share/src/policies/StorageRetryPolicyV2.js.map +0 -1
- package/dist-esm/storage-file-share/src/utils/Batch.js.map +0 -1
- package/dist-esm/storage-file-share/src/utils/BufferScheduler.js.map +0 -1
- package/dist-esm/storage-file-share/src/utils/RetriableReadableStream.js +0 -119
- package/dist-esm/storage-file-share/src/utils/RetriableReadableStream.js.map +0 -1
- package/dist-esm/storage-file-share/src/utils/constants.js +0 -162
- package/dist-esm/storage-file-share/src/utils/constants.js.map +0 -1
- package/dist-esm/storage-file-share/src/utils/tracing.js +0 -14
- package/dist-esm/storage-file-share/src/utils/tracing.js.map +0 -1
- package/dist-esm/storage-file-share/src/utils/utils.browser.js +0 -30
- package/dist-esm/storage-file-share/src/utils/utils.browser.js.map +0 -1
- package/dist-esm/storage-file-share/src/utils/utils.common.js +0 -777
- package/dist-esm/storage-file-share/src/utils/utils.common.js.map +0 -1
- package/dist-esm/storage-file-share/src/utils/utils.node.js +0 -79
- package/dist-esm/storage-file-share/src/utils/utils.node.js.map +0 -1
- package/types/latest/storage-file-share.d.ts +0 -8411
- /package/{dist-esm/storage-file-share/src → dist/browser}/AccountSASPermissions.js +0 -0
- /package/{dist-esm/storage-blob/src/sas → dist/browser}/AccountSASResourceTypes.js +0 -0
- /package/{dist-esm/storage-blob/src/sas → dist/browser}/AccountSASServices.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/FileSASPermissions.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/FileSystemAttributes.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/Range.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/SasIPRange.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/ShareSASPermissions.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/generated/src/models/index.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/generated/src/models/mappers.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/generated/src/operationsInterfaces/directory.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/generated/src/operationsInterfaces/file.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/generated/src/operationsInterfaces/service.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/generated/src/operationsInterfaces/share.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/generatedModels.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/log.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/utils/Batch.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/utils/BufferScheduler.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/esm}/AccountSASResourceTypes.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/esm}/AccountSASServices.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/esm}/generated/src/operationsInterfaces/service.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/esm}/utils/Batch.js +0 -0
@@ -0,0 +1,2881 @@
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
2
|
+
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
3
|
+
import * as coreHttpCompat from "@azure/core-http-compat";
|
4
|
+
/** Storage service properties. */
|
5
|
+
export interface FileServiceProperties {
|
6
|
+
/** A summary of request statistics grouped by API in hourly aggregates for files. */
|
7
|
+
hourMetrics?: Metrics;
|
8
|
+
/** A summary of request statistics grouped by API in minute aggregates for files. */
|
9
|
+
minuteMetrics?: Metrics;
|
10
|
+
/** The set of CORS rules. */
|
11
|
+
cors?: CorsRule[];
|
12
|
+
/** Protocol settings */
|
13
|
+
protocol?: ShareProtocolSettings;
|
14
|
+
}
|
15
|
+
/** Storage Analytics metrics for file service. */
|
16
|
+
export interface Metrics {
|
17
|
+
/** The version of Storage Analytics to configure. */
|
18
|
+
version: string;
|
19
|
+
/** Indicates whether metrics are enabled for the File service. */
|
20
|
+
enabled: boolean;
|
21
|
+
/** Indicates whether metrics should generate summary statistics for called API operations. */
|
22
|
+
includeAPIs?: boolean;
|
23
|
+
/** The retention policy. */
|
24
|
+
retentionPolicy?: RetentionPolicy;
|
25
|
+
}
|
26
|
+
/** The retention policy. */
|
27
|
+
export interface RetentionPolicy {
|
28
|
+
/** Indicates whether a retention policy is enabled for the File service. If false, metrics data is retained, and the user is responsible for deleting it. */
|
29
|
+
enabled: boolean;
|
30
|
+
/** Indicates the number of days that metrics data should be retained. All data older than this value will be deleted. Metrics data is deleted on a best-effort basis after the retention period expires. */
|
31
|
+
days?: number;
|
32
|
+
}
|
33
|
+
/** CORS is an HTTP feature that enables a web application running under one domain to access resources in another domain. Web browsers implement a security restriction known as same-origin policy that prevents a web page from calling APIs in a different domain; CORS provides a secure way to allow one domain (the origin domain) to call APIs in another domain. */
|
34
|
+
export interface CorsRule {
|
35
|
+
/** The origin domains that are permitted to make a request against the storage service via CORS. The origin domain is the domain from which the request originates. Note that the origin must be an exact case-sensitive match with the origin that the user age sends to the service. You can also use the wildcard character '*' to allow all origin domains to make requests via CORS. */
|
36
|
+
allowedOrigins: string;
|
37
|
+
/** The methods (HTTP request verbs) that the origin domain may use for a CORS request. (comma separated) */
|
38
|
+
allowedMethods: string;
|
39
|
+
/** The request headers that the origin domain may specify on the CORS request. */
|
40
|
+
allowedHeaders: string;
|
41
|
+
/** The response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer. */
|
42
|
+
exposedHeaders: string;
|
43
|
+
/** The maximum amount time that a browser should cache the preflight OPTIONS request. */
|
44
|
+
maxAgeInSeconds: number;
|
45
|
+
}
|
46
|
+
/** Protocol settings */
|
47
|
+
export interface ShareProtocolSettings {
|
48
|
+
/** Settings for SMB protocol. */
|
49
|
+
smb?: ShareSmbSettings;
|
50
|
+
}
|
51
|
+
/** Settings for SMB protocol. */
|
52
|
+
export interface ShareSmbSettings {
|
53
|
+
/** Settings for SMB Multichannel. */
|
54
|
+
multichannel?: SmbMultichannel;
|
55
|
+
}
|
56
|
+
/** Settings for SMB multichannel */
|
57
|
+
export interface SmbMultichannel {
|
58
|
+
/** If SMB multichannel is enabled. */
|
59
|
+
enabled?: boolean;
|
60
|
+
}
|
61
|
+
export interface StorageError {
|
62
|
+
message?: string;
|
63
|
+
authenticationErrorDetail?: string;
|
64
|
+
code?: string;
|
65
|
+
}
|
66
|
+
/** An enumeration of shares. */
|
67
|
+
export interface ListSharesResponse {
|
68
|
+
serviceEndpoint: string;
|
69
|
+
prefix?: string;
|
70
|
+
marker?: string;
|
71
|
+
maxResults?: number;
|
72
|
+
shareItems?: ShareItemInternal[];
|
73
|
+
continuationToken: string;
|
74
|
+
}
|
75
|
+
/** A listed Azure Storage share item. */
|
76
|
+
export interface ShareItemInternal {
|
77
|
+
name: string;
|
78
|
+
snapshot?: string;
|
79
|
+
deleted?: boolean;
|
80
|
+
version?: string;
|
81
|
+
/** Properties of a share. */
|
82
|
+
properties: SharePropertiesInternal;
|
83
|
+
/** Dictionary of <string> */
|
84
|
+
metadata?: {
|
85
|
+
[propertyName: string]: string;
|
86
|
+
};
|
87
|
+
}
|
88
|
+
/** Properties of a share. */
|
89
|
+
export interface SharePropertiesInternal {
|
90
|
+
lastModified: Date;
|
91
|
+
etag: string;
|
92
|
+
quota: number;
|
93
|
+
provisionedIops?: number;
|
94
|
+
provisionedIngressMBps?: number;
|
95
|
+
provisionedEgressMBps?: number;
|
96
|
+
provisionedBandwidthMiBps?: number;
|
97
|
+
nextAllowedQuotaDowngradeTime?: Date;
|
98
|
+
deletedTime?: Date;
|
99
|
+
remainingRetentionDays?: number;
|
100
|
+
accessTier?: string;
|
101
|
+
accessTierChangeTime?: Date;
|
102
|
+
accessTierTransitionState?: string;
|
103
|
+
/** The current lease status of the share. */
|
104
|
+
leaseStatus?: LeaseStatusType;
|
105
|
+
/** Lease state of the share. */
|
106
|
+
leaseState?: LeaseStateType;
|
107
|
+
/** When a share is leased, specifies whether the lease is of infinite or fixed duration. */
|
108
|
+
leaseDuration?: LeaseDurationType;
|
109
|
+
enabledProtocols?: string;
|
110
|
+
rootSquash?: ShareRootSquash;
|
111
|
+
enableSnapshotVirtualDirectoryAccess?: boolean;
|
112
|
+
paidBurstingEnabled?: boolean;
|
113
|
+
paidBurstingMaxIops?: number;
|
114
|
+
paidBurstingMaxBandwidthMibps?: number;
|
115
|
+
includedBurstIops?: number;
|
116
|
+
maxBurstCreditsForIops?: number;
|
117
|
+
nextAllowedProvisionedIopsDowngradeTime?: Date;
|
118
|
+
nextAllowedProvisionedBandwidthDowngradeTime?: Date;
|
119
|
+
}
|
120
|
+
/** A permission (a security descriptor) at the share level. */
|
121
|
+
export interface SharePermission {
|
122
|
+
/** The permission in the Security Descriptor Definition Language (SDDL). */
|
123
|
+
permission: string;
|
124
|
+
format?: FilePermissionFormat;
|
125
|
+
}
|
126
|
+
/** Signed identifier. */
|
127
|
+
export interface SignedIdentifier {
|
128
|
+
/** A unique id. */
|
129
|
+
id: string;
|
130
|
+
/** The access policy. */
|
131
|
+
accessPolicy?: AccessPolicy;
|
132
|
+
}
|
133
|
+
/** An Access policy. */
|
134
|
+
export interface AccessPolicy {
|
135
|
+
/** The date-time the policy is active. */
|
136
|
+
startsOn?: string;
|
137
|
+
/** The date-time the policy expires. */
|
138
|
+
expiresOn?: string;
|
139
|
+
/** The permissions for the ACL policy. */
|
140
|
+
permissions?: string;
|
141
|
+
}
|
142
|
+
/** Stats for the share. */
|
143
|
+
export interface ShareStats {
|
144
|
+
/** The approximate size of the data stored in bytes. Note that this value may not include all recently created or recently resized files. */
|
145
|
+
shareUsageBytes: number;
|
146
|
+
}
|
147
|
+
/** An enumeration of directories and files. */
|
148
|
+
export interface ListFilesAndDirectoriesSegmentResponse {
|
149
|
+
serviceEndpoint: string;
|
150
|
+
shareName: string;
|
151
|
+
shareSnapshot?: string;
|
152
|
+
encoded?: boolean;
|
153
|
+
directoryPath: string;
|
154
|
+
prefix: StringEncoded;
|
155
|
+
marker?: string;
|
156
|
+
maxResults?: number;
|
157
|
+
/** Abstract for entries that can be listed from Directory. */
|
158
|
+
segment: FilesAndDirectoriesListSegment;
|
159
|
+
continuationToken: string;
|
160
|
+
directoryId?: string;
|
161
|
+
}
|
162
|
+
export interface StringEncoded {
|
163
|
+
encoded?: boolean;
|
164
|
+
content?: string;
|
165
|
+
}
|
166
|
+
/** Abstract for entries that can be listed from Directory. */
|
167
|
+
export interface FilesAndDirectoriesListSegment {
|
168
|
+
directoryItems: DirectoryItem[];
|
169
|
+
fileItems: FileItem[];
|
170
|
+
}
|
171
|
+
/** A listed directory item. */
|
172
|
+
export interface DirectoryItem {
|
173
|
+
name: StringEncoded;
|
174
|
+
fileId?: string;
|
175
|
+
/** File properties. */
|
176
|
+
properties?: FileProperty;
|
177
|
+
attributes?: string;
|
178
|
+
permissionKey?: string;
|
179
|
+
}
|
180
|
+
/** File properties. */
|
181
|
+
export interface FileProperty {
|
182
|
+
/** Content length of the file. This value may not be up-to-date since an SMB client may have modified the file locally. The value of Content-Length may not reflect that fact until the handle is closed or the op-lock is broken. To retrieve current property values, call Get File Properties. */
|
183
|
+
contentLength: number;
|
184
|
+
creationTime?: Date;
|
185
|
+
lastAccessTime?: Date;
|
186
|
+
lastWriteTime?: Date;
|
187
|
+
changeTime?: Date;
|
188
|
+
lastModified?: Date;
|
189
|
+
etag?: string;
|
190
|
+
}
|
191
|
+
/** A listed file item. */
|
192
|
+
export interface FileItem {
|
193
|
+
name: StringEncoded;
|
194
|
+
fileId?: string;
|
195
|
+
/** File properties. */
|
196
|
+
properties: FileProperty;
|
197
|
+
attributes?: string;
|
198
|
+
permissionKey?: string;
|
199
|
+
}
|
200
|
+
/** An enumeration of handles. */
|
201
|
+
export interface ListHandlesResponse {
|
202
|
+
handleList?: HandleItem[];
|
203
|
+
continuationToken: string;
|
204
|
+
}
|
205
|
+
/** A listed Azure Storage handle item. */
|
206
|
+
export interface HandleItem {
|
207
|
+
/** XSMB service handle ID */
|
208
|
+
handleId: string;
|
209
|
+
path: StringEncoded;
|
210
|
+
/** FileId uniquely identifies the file or directory. */
|
211
|
+
fileId: string;
|
212
|
+
/** ParentId uniquely identifies the parent directory of the object. */
|
213
|
+
parentId?: string;
|
214
|
+
/** SMB session ID in context of which the file handle was opened */
|
215
|
+
sessionId: string;
|
216
|
+
/** Client IP that opened the handle */
|
217
|
+
clientIp: string;
|
218
|
+
/** Name of the client machine where the share is being mounted */
|
219
|
+
clientName: string;
|
220
|
+
/** Time when the session that previously opened the handle has last been reconnected. (UTC) */
|
221
|
+
openTime: Date;
|
222
|
+
/** Time handle was last connected to (UTC) */
|
223
|
+
lastReconnectTime?: Date;
|
224
|
+
accessRightList?: AccessRight[];
|
225
|
+
}
|
226
|
+
/** The list of file ranges */
|
227
|
+
export interface ShareFileRangeList {
|
228
|
+
ranges?: FileRange[];
|
229
|
+
clearRanges?: ClearRange[];
|
230
|
+
}
|
231
|
+
/** An Azure Storage file range. */
|
232
|
+
export interface FileRange {
|
233
|
+
/** Start of the range. */
|
234
|
+
start: number;
|
235
|
+
/** End of the range. */
|
236
|
+
end: number;
|
237
|
+
}
|
238
|
+
export interface ClearRange {
|
239
|
+
start: number;
|
240
|
+
end: number;
|
241
|
+
}
|
242
|
+
/** Defines headers for Service_setProperties operation. */
|
243
|
+
export interface ServiceSetPropertiesHeaders {
|
244
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
245
|
+
requestId?: string;
|
246
|
+
/** Indicates the version of the File service used to execute the request. */
|
247
|
+
version?: string;
|
248
|
+
/** Error Code */
|
249
|
+
errorCode?: string;
|
250
|
+
}
|
251
|
+
/** Defines headers for Service_setProperties operation. */
|
252
|
+
export interface ServiceSetPropertiesExceptionHeaders {
|
253
|
+
errorCode?: string;
|
254
|
+
}
|
255
|
+
/** Defines headers for Service_getProperties operation. */
|
256
|
+
export interface ServiceGetPropertiesHeaders {
|
257
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
258
|
+
requestId?: string;
|
259
|
+
/** Indicates the version of the File service used to execute the request. */
|
260
|
+
version?: string;
|
261
|
+
/** Error Code */
|
262
|
+
errorCode?: string;
|
263
|
+
}
|
264
|
+
/** Defines headers for Service_getProperties operation. */
|
265
|
+
export interface ServiceGetPropertiesExceptionHeaders {
|
266
|
+
errorCode?: string;
|
267
|
+
}
|
268
|
+
/** Defines headers for Service_listSharesSegment operation. */
|
269
|
+
export interface ServiceListSharesSegmentHeaders {
|
270
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
271
|
+
requestId?: string;
|
272
|
+
/** Indicates the version of the File service used to execute the request. */
|
273
|
+
version?: string;
|
274
|
+
/** Error Code */
|
275
|
+
errorCode?: string;
|
276
|
+
}
|
277
|
+
/** Defines headers for Service_listSharesSegment operation. */
|
278
|
+
export interface ServiceListSharesSegmentExceptionHeaders {
|
279
|
+
errorCode?: string;
|
280
|
+
}
|
281
|
+
/** Defines headers for Share_create operation. */
|
282
|
+
export interface ShareCreateHeaders {
|
283
|
+
/** The ETag contains a value which represents the version of the share, in quotes. */
|
284
|
+
etag?: string;
|
285
|
+
/** Returns the date and time the share was last modified. Any operation that modifies the share or its properties or metadata updates the last modified time. Operations on files do not affect the last modified time of the share. */
|
286
|
+
lastModified?: Date;
|
287
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
288
|
+
requestId?: string;
|
289
|
+
/** Indicates the version of the File service used to execute the request. */
|
290
|
+
version?: string;
|
291
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
292
|
+
date?: Date;
|
293
|
+
/** Returns the current share quota in GB. */
|
294
|
+
quota?: number;
|
295
|
+
/** The provisioned IOPS of the share. */
|
296
|
+
shareProvisionedIops?: number;
|
297
|
+
/** The provisioned throughput of the share. */
|
298
|
+
shareProvisionedBandwidthMibps?: number;
|
299
|
+
/** Returns the calculated burst IOPS of the share. */
|
300
|
+
shareIncludedBurstIops?: number;
|
301
|
+
/** Returned the calculated maximum burst credits. */
|
302
|
+
maxBurstCreditsForIops?: number;
|
303
|
+
/** Error Code */
|
304
|
+
errorCode?: string;
|
305
|
+
}
|
306
|
+
/** Defines headers for Share_create operation. */
|
307
|
+
export interface ShareCreateExceptionHeaders {
|
308
|
+
errorCode?: string;
|
309
|
+
}
|
310
|
+
/** Defines headers for Share_getProperties operation. */
|
311
|
+
export interface ShareGetPropertiesHeaders {
|
312
|
+
/** A set of name-value pairs that contain the user-defined metadata of the share. */
|
313
|
+
metadata?: {
|
314
|
+
[propertyName: string]: string;
|
315
|
+
};
|
316
|
+
/** The ETag contains a value that you can use to perform operations conditionally, in quotes. */
|
317
|
+
etag?: string;
|
318
|
+
/** Returns the date and time the share was last modified. Any operation that modifies the share or its properties updates the last modified time. Operations on files do not affect the last modified time of the share. */
|
319
|
+
lastModified?: Date;
|
320
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
321
|
+
requestId?: string;
|
322
|
+
/** Indicates the version of the File service used to execute the request. */
|
323
|
+
version?: string;
|
324
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
325
|
+
date?: Date;
|
326
|
+
/** Returns the current share quota in GB. */
|
327
|
+
quota?: number;
|
328
|
+
/** Returns the current share provisioned ipos. */
|
329
|
+
provisionedIops?: number;
|
330
|
+
/** Returns the current share provisioned ingress in megabytes per second. */
|
331
|
+
provisionedIngressMBps?: number;
|
332
|
+
/** Returns the current share provisioned egress in megabytes per second. */
|
333
|
+
provisionedEgressMBps?: number;
|
334
|
+
/** Returns the current share next allowed quota downgrade time. */
|
335
|
+
nextAllowedQuotaDowngradeTime?: Date;
|
336
|
+
/** Returns the current share provisioned bandwidth in mebibytes per second. */
|
337
|
+
provisionedBandwidthMibps?: number;
|
338
|
+
/** When a share is leased, specifies whether the lease is of infinite or fixed duration. */
|
339
|
+
leaseDuration?: LeaseDurationType;
|
340
|
+
/** Lease state of the share. */
|
341
|
+
leaseState?: LeaseStateType;
|
342
|
+
/** The current lease status of the share. */
|
343
|
+
leaseStatus?: LeaseStatusType;
|
344
|
+
/** Returns the access tier set on the share. */
|
345
|
+
accessTier?: string;
|
346
|
+
/** Returns the last modified time (in UTC) of the access tier of the share. */
|
347
|
+
accessTierChangeTime?: Date;
|
348
|
+
/** Returns the transition state between access tiers, when present. */
|
349
|
+
accessTierTransitionState?: string;
|
350
|
+
/** The protocols that have been enabled on the share. */
|
351
|
+
enabledProtocols?: string;
|
352
|
+
/** Valid for NFS shares only. */
|
353
|
+
rootSquash?: ShareRootSquash;
|
354
|
+
/** Version 2023-08-03 and newer. Specifies whether the snapshot virtual directory should be accessible at the root of share mount point when NFS is enabled. This header is only returned for shares, not for snapshots. */
|
355
|
+
enableSnapshotVirtualDirectoryAccess?: boolean;
|
356
|
+
/** Optional. Boolean. Default if not specified is false. This property enables paid bursting. */
|
357
|
+
paidBurstingEnabled?: boolean;
|
358
|
+
/** Optional. Integer. Default if not specified is the maximum IOPS the file share can support. Current maximum for a file share is 102,400 IOPS. */
|
359
|
+
paidBurstingMaxIops?: number;
|
360
|
+
/** Optional. Integer. Default if not specified is the maximum throughput the file share can support. Current maximum for a file share is 10,340 MiB/sec. */
|
361
|
+
paidBurstingMaxBandwidthMibps?: number;
|
362
|
+
/** Return the calculated burst IOPS of the share. */
|
363
|
+
includedBurstIops?: number;
|
364
|
+
/** Returned the calculated maximum burst credits. This is not the current burst credit level, but the maximum burst credits the share can have. */
|
365
|
+
maxBurstCreditsForIops?: number;
|
366
|
+
/** Returns the current share next allowed provisioned iops downgrade time. */
|
367
|
+
nextAllowedProvisionedIopsDowngradeTime?: Date;
|
368
|
+
/** Returns the current share next allowed provisioned bandwidth downgrade time. */
|
369
|
+
nextAllowedProvisionedBandwidthDowngradeTime?: Date;
|
370
|
+
/** Error Code */
|
371
|
+
errorCode?: string;
|
372
|
+
}
|
373
|
+
/** Defines headers for Share_getProperties operation. */
|
374
|
+
export interface ShareGetPropertiesExceptionHeaders {
|
375
|
+
errorCode?: string;
|
376
|
+
}
|
377
|
+
/** Defines headers for Share_delete operation. */
|
378
|
+
export interface ShareDeleteHeaders {
|
379
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
380
|
+
requestId?: string;
|
381
|
+
/** Indicates the version of the File service used to execute the request. */
|
382
|
+
version?: string;
|
383
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
384
|
+
date?: Date;
|
385
|
+
/** Returned only for provisioned v2 file shares. Returns an approximate used storage size of the share, in bytes. */
|
386
|
+
usageBytes?: number;
|
387
|
+
/** Returned only for provisioned v2 file shares. Returns an approximate used snapshot storage size of the share, in bytes. */
|
388
|
+
snapshotUsageBytes?: number;
|
389
|
+
/** Error Code */
|
390
|
+
errorCode?: string;
|
391
|
+
}
|
392
|
+
/** Defines headers for Share_delete operation. */
|
393
|
+
export interface ShareDeleteExceptionHeaders {
|
394
|
+
errorCode?: string;
|
395
|
+
}
|
396
|
+
/** Defines headers for Share_acquireLease operation. */
|
397
|
+
export interface ShareAcquireLeaseHeaders {
|
398
|
+
/** The ETag contains a value that you can use to perform operations conditionally, in quotes. */
|
399
|
+
etag?: string;
|
400
|
+
/** Returns the date and time the share was last modified. Any operation that modifies the share or its properties updates the last modified time. Operations on files do not affect the last modified time of the share. */
|
401
|
+
lastModified?: Date;
|
402
|
+
/** Uniquely identifies a share's lease */
|
403
|
+
leaseId?: string;
|
404
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
405
|
+
clientRequestId?: string;
|
406
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
407
|
+
requestId?: string;
|
408
|
+
/** Indicates the version of the File service used to execute the request. */
|
409
|
+
version?: string;
|
410
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
411
|
+
date?: Date;
|
412
|
+
}
|
413
|
+
/** Defines headers for Share_acquireLease operation. */
|
414
|
+
export interface ShareAcquireLeaseExceptionHeaders {
|
415
|
+
errorCode?: string;
|
416
|
+
}
|
417
|
+
/** Defines headers for Share_releaseLease operation. */
|
418
|
+
export interface ShareReleaseLeaseHeaders {
|
419
|
+
/** The ETag contains a value that you can use to perform operations conditionally, in quotes. */
|
420
|
+
etag?: string;
|
421
|
+
/** Returns the date and time the share was last modified. Any operation that modifies the share or its properties updates the last modified time. Operations on files do not affect the last modified time of the share. */
|
422
|
+
lastModified?: Date;
|
423
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
424
|
+
clientRequestId?: string;
|
425
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
426
|
+
requestId?: string;
|
427
|
+
/** Indicates the version of the File service used to execute the request. */
|
428
|
+
version?: string;
|
429
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
430
|
+
date?: Date;
|
431
|
+
}
|
432
|
+
/** Defines headers for Share_releaseLease operation. */
|
433
|
+
export interface ShareReleaseLeaseExceptionHeaders {
|
434
|
+
errorCode?: string;
|
435
|
+
}
|
436
|
+
/** Defines headers for Share_changeLease operation. */
|
437
|
+
export interface ShareChangeLeaseHeaders {
|
438
|
+
/** The ETag contains a value that you can use to perform operations conditionally, in quotes. */
|
439
|
+
etag?: string;
|
440
|
+
/** Returns the date and time the share was last modified. Any operation that modifies the share or its properties updates the last modified time. Operations on files do not affect the last modified time of the share. */
|
441
|
+
lastModified?: Date;
|
442
|
+
/** Uniquely identifies a share's lease */
|
443
|
+
leaseId?: string;
|
444
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
445
|
+
clientRequestId?: string;
|
446
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
447
|
+
requestId?: string;
|
448
|
+
/** Indicates the version of the File service used to execute the request. */
|
449
|
+
version?: string;
|
450
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
451
|
+
date?: Date;
|
452
|
+
}
|
453
|
+
/** Defines headers for Share_changeLease operation. */
|
454
|
+
export interface ShareChangeLeaseExceptionHeaders {
|
455
|
+
errorCode?: string;
|
456
|
+
}
|
457
|
+
/** Defines headers for Share_renewLease operation. */
|
458
|
+
export interface ShareRenewLeaseHeaders {
|
459
|
+
/** The ETag contains a value that you can use to perform operations conditionally, in quotes. */
|
460
|
+
etag?: string;
|
461
|
+
/** Returns the date and time the share was last modified. Any operation that modifies the share or its properties updates the last modified time. Operations on files do not affect the last modified time of the share. */
|
462
|
+
lastModified?: Date;
|
463
|
+
/** Uniquely identifies a share's lease */
|
464
|
+
leaseId?: string;
|
465
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
466
|
+
clientRequestId?: string;
|
467
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
468
|
+
requestId?: string;
|
469
|
+
/** Indicates the version of the File service used to execute the request. */
|
470
|
+
version?: string;
|
471
|
+
/** Returns the current share next allowed quota downgrade time. */
|
472
|
+
date?: Date;
|
473
|
+
}
|
474
|
+
/** Defines headers for Share_renewLease operation. */
|
475
|
+
export interface ShareRenewLeaseExceptionHeaders {
|
476
|
+
errorCode?: string;
|
477
|
+
}
|
478
|
+
/** Defines headers for Share_breakLease operation. */
|
479
|
+
export interface ShareBreakLeaseHeaders {
|
480
|
+
/** The ETag contains a value that you can use to perform operations conditionally, in quotes. */
|
481
|
+
etag?: string;
|
482
|
+
/** Returns the date and time the share was last modified. Any operation that modifies the share or its properties updates the last modified time. Operations on files do not affect the last modified time of the share. */
|
483
|
+
lastModified?: Date;
|
484
|
+
/** Approximate time remaining in the lease period, in seconds. */
|
485
|
+
leaseTimeInSeconds?: number;
|
486
|
+
/** Uniquely identifies a share's lease */
|
487
|
+
leaseId?: string;
|
488
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
489
|
+
clientRequestId?: string;
|
490
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
491
|
+
requestId?: string;
|
492
|
+
/** Indicates the version of the File service used to execute the request. */
|
493
|
+
version?: string;
|
494
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
495
|
+
date?: Date;
|
496
|
+
}
|
497
|
+
/** Defines headers for Share_breakLease operation. */
|
498
|
+
export interface ShareBreakLeaseExceptionHeaders {
|
499
|
+
errorCode?: string;
|
500
|
+
}
|
501
|
+
/** Defines headers for Share_createSnapshot operation. */
|
502
|
+
export interface ShareCreateSnapshotHeaders {
|
503
|
+
/** This header is a DateTime value that uniquely identifies the share snapshot. The value of this header may be used in subsequent requests to access the share snapshot. This value is opaque. */
|
504
|
+
snapshot?: string;
|
505
|
+
/** The ETag contains a value which represents the version of the share snapshot, in quotes. A share snapshot cannot be modified, so the ETag of a given share snapshot never changes. However, if new metadata was supplied with the Snapshot Share request then the ETag of the share snapshot differs from that of the base share. If no metadata was specified with the request, the ETag of the share snapshot is identical to that of the base share at the time the share snapshot was taken. */
|
506
|
+
etag?: string;
|
507
|
+
/** Returns the date and time the share was last modified. A share snapshot cannot be modified, so the last modified time of a given share snapshot never changes. However, if new metadata was supplied with the Snapshot Share request then the last modified time of the share snapshot differs from that of the base share. If no metadata was specified with the request, the last modified time of the share snapshot is identical to that of the base share at the time the share snapshot was taken. */
|
508
|
+
lastModified?: Date;
|
509
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
510
|
+
requestId?: string;
|
511
|
+
/** Indicates the version of the File service used to execute the request. */
|
512
|
+
version?: string;
|
513
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
514
|
+
date?: Date;
|
515
|
+
/** Error Code */
|
516
|
+
errorCode?: string;
|
517
|
+
}
|
518
|
+
/** Defines headers for Share_createSnapshot operation. */
|
519
|
+
export interface ShareCreateSnapshotExceptionHeaders {
|
520
|
+
errorCode?: string;
|
521
|
+
}
|
522
|
+
/** Defines headers for Share_createPermission operation. */
|
523
|
+
export interface ShareCreatePermissionHeaders {
|
524
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
525
|
+
requestId?: string;
|
526
|
+
/** Indicates the version of the File service used to execute the request. */
|
527
|
+
version?: string;
|
528
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
529
|
+
date?: Date;
|
530
|
+
/** Key of the permission set for the directory/file. */
|
531
|
+
filePermissionKey?: string;
|
532
|
+
/** Error Code */
|
533
|
+
errorCode?: string;
|
534
|
+
}
|
535
|
+
/** Defines headers for Share_createPermission operation. */
|
536
|
+
export interface ShareCreatePermissionExceptionHeaders {
|
537
|
+
errorCode?: string;
|
538
|
+
}
|
539
|
+
/** Defines headers for Share_getPermission operation. */
|
540
|
+
export interface ShareGetPermissionHeaders {
|
541
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
542
|
+
requestId?: string;
|
543
|
+
/** Indicates the version of the File service used to execute the request. */
|
544
|
+
version?: string;
|
545
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
546
|
+
date?: Date;
|
547
|
+
/** Error Code */
|
548
|
+
errorCode?: string;
|
549
|
+
}
|
550
|
+
/** Defines headers for Share_getPermission operation. */
|
551
|
+
export interface ShareGetPermissionExceptionHeaders {
|
552
|
+
errorCode?: string;
|
553
|
+
}
|
554
|
+
/** Defines headers for Share_setProperties operation. */
|
555
|
+
export interface ShareSetPropertiesHeaders {
|
556
|
+
/** The ETag contains a value that you can use to perform operations conditionally, in quotes. */
|
557
|
+
etag?: string;
|
558
|
+
/** Returns the date and time the share was last modified. Any operation that modifies the share or its properties updates the last modified time. Operations on files do not affect the last modified time of the share. */
|
559
|
+
lastModified?: Date;
|
560
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
561
|
+
requestId?: string;
|
562
|
+
/** Indicates the version of the File service used to execute the request. */
|
563
|
+
version?: string;
|
564
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
565
|
+
date?: Date;
|
566
|
+
/** Returns the current share quota in GB. */
|
567
|
+
quota?: number;
|
568
|
+
/** Returns the current share provisioned ipos. */
|
569
|
+
provisionedIops?: number;
|
570
|
+
/** Returns the current share provisioned bandwidth in mebibytes per second. */
|
571
|
+
provisionedBandwidthMibps?: number;
|
572
|
+
/** Return the calculated burst IOPS of the share. */
|
573
|
+
includedBurstIops?: number;
|
574
|
+
/** Returned the calculated maximum burst credits. This is not the current burst credit level, but the maximum burst credits the share can have. */
|
575
|
+
maxBurstCreditsForIops?: number;
|
576
|
+
/** Returns the current share next allowed quota downgrade time. */
|
577
|
+
nextAllowedQuotaDowngradeTime?: Date;
|
578
|
+
/** Returns the current share next allowed provisioned iops downgrade time. */
|
579
|
+
nextAllowedProvisionedIopsDowngradeTime?: Date;
|
580
|
+
/** Returns the current share next allowed provisioned bandwidth downgrade time. */
|
581
|
+
nextAllowedProvisionedBandwidthDowngradeTime?: Date;
|
582
|
+
/** Error Code */
|
583
|
+
errorCode?: string;
|
584
|
+
}
|
585
|
+
/** Defines headers for Share_setProperties operation. */
|
586
|
+
export interface ShareSetPropertiesExceptionHeaders {
|
587
|
+
errorCode?: string;
|
588
|
+
}
|
589
|
+
/** Defines headers for Share_setMetadata operation. */
|
590
|
+
export interface ShareSetMetadataHeaders {
|
591
|
+
/** The ETag contains a value that you can use to perform operations conditionally, in quotes. */
|
592
|
+
etag?: string;
|
593
|
+
/** Returns the date and time the share was last modified. Any operation that modifies the share or its properties updates the last modified time. Operations on files do not affect the last modified time of the share. */
|
594
|
+
lastModified?: Date;
|
595
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
596
|
+
requestId?: string;
|
597
|
+
/** Indicates the version of the File service used to execute the request. */
|
598
|
+
version?: string;
|
599
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
600
|
+
date?: Date;
|
601
|
+
/** Error Code */
|
602
|
+
errorCode?: string;
|
603
|
+
}
|
604
|
+
/** Defines headers for Share_setMetadata operation. */
|
605
|
+
export interface ShareSetMetadataExceptionHeaders {
|
606
|
+
errorCode?: string;
|
607
|
+
}
|
608
|
+
/** Defines headers for Share_getAccessPolicy operation. */
|
609
|
+
export interface ShareGetAccessPolicyHeaders {
|
610
|
+
/** The ETag contains a value that you can use to perform operations conditionally, in quotes. */
|
611
|
+
etag?: string;
|
612
|
+
/** Returns the date and time the share was last modified. Any operation that modifies the share or its properties updates the last modified time. Operations on files do not affect the last modified time of the share. */
|
613
|
+
lastModified?: Date;
|
614
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
615
|
+
requestId?: string;
|
616
|
+
/** Indicates the version of the File service used to execute the request. */
|
617
|
+
version?: string;
|
618
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
619
|
+
date?: Date;
|
620
|
+
/** Error Code */
|
621
|
+
errorCode?: string;
|
622
|
+
}
|
623
|
+
/** Defines headers for Share_getAccessPolicy operation. */
|
624
|
+
export interface ShareGetAccessPolicyExceptionHeaders {
|
625
|
+
errorCode?: string;
|
626
|
+
}
|
627
|
+
/** Defines headers for Share_setAccessPolicy operation. */
|
628
|
+
export interface ShareSetAccessPolicyHeaders {
|
629
|
+
/** The ETag contains a value that you can use to perform operations conditionally, in quotes. */
|
630
|
+
etag?: string;
|
631
|
+
/** Returns the date and time the share was last modified. Any operation that modifies the share or its properties updates the last modified time. Operations on files do not affect the last modified time of the share. */
|
632
|
+
lastModified?: Date;
|
633
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
634
|
+
requestId?: string;
|
635
|
+
/** Indicates the version of the File service used to execute the request. */
|
636
|
+
version?: string;
|
637
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
638
|
+
date?: Date;
|
639
|
+
/** Error Code */
|
640
|
+
errorCode?: string;
|
641
|
+
}
|
642
|
+
/** Defines headers for Share_setAccessPolicy operation. */
|
643
|
+
export interface ShareSetAccessPolicyExceptionHeaders {
|
644
|
+
errorCode?: string;
|
645
|
+
}
|
646
|
+
/** Defines headers for Share_getStatistics operation. */
|
647
|
+
export interface ShareGetStatisticsHeaders {
|
648
|
+
/** The ETag contains a value that you can use to perform operations conditionally, in quotes. */
|
649
|
+
etag?: string;
|
650
|
+
/** Returns the date and time the share was last modified. Any operation that modifies the share or its properties updates the last modified time. Operations on files do not affect the last modified time of the share. */
|
651
|
+
lastModified?: Date;
|
652
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
653
|
+
requestId?: string;
|
654
|
+
/** Indicates the version of the File service used to execute the request. */
|
655
|
+
version?: string;
|
656
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
657
|
+
date?: Date;
|
658
|
+
/** Error Code */
|
659
|
+
errorCode?: string;
|
660
|
+
}
|
661
|
+
/** Defines headers for Share_getStatistics operation. */
|
662
|
+
export interface ShareGetStatisticsExceptionHeaders {
|
663
|
+
errorCode?: string;
|
664
|
+
}
|
665
|
+
/** Defines headers for Share_restore operation. */
|
666
|
+
export interface ShareRestoreHeaders {
|
667
|
+
/** The ETag contains a value that you can use to perform operations conditionally, in quotes. */
|
668
|
+
etag?: string;
|
669
|
+
/** Returns the date and time the share was last modified. Any operation that modifies the share or its properties updates the last modified time. Operations on files do not affect the last modified time of the share. */
|
670
|
+
lastModified?: Date;
|
671
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
672
|
+
requestId?: string;
|
673
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
674
|
+
clientRequestId?: string;
|
675
|
+
/** Indicates the version of the File service used to execute the request. */
|
676
|
+
version?: string;
|
677
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
678
|
+
date?: Date;
|
679
|
+
/** Returns the current share quota in GB. */
|
680
|
+
quota?: number;
|
681
|
+
/** Returns the current share provisioned ipos. */
|
682
|
+
provisionedIops?: number;
|
683
|
+
/** Returns the current share provisioned bandwidth in mebibytes per second. */
|
684
|
+
provisionedBandwidthMibps?: number;
|
685
|
+
/** Return the calculated burst IOPS of the share. */
|
686
|
+
includedBurstIops?: number;
|
687
|
+
/** Returned the calculated maximum burst credits. This is not the current burst credit level, but the maximum burst credits the share can have. */
|
688
|
+
maxBurstCreditsForIops?: number;
|
689
|
+
}
|
690
|
+
/** Defines headers for Share_restore operation. */
|
691
|
+
export interface ShareRestoreExceptionHeaders {
|
692
|
+
errorCode?: string;
|
693
|
+
}
|
694
|
+
/** Defines headers for Directory_create operation. */
|
695
|
+
export interface DirectoryCreateHeaders {
|
696
|
+
/** The ETag contains a value which represents the version of the directory, in quotes. */
|
697
|
+
etag?: string;
|
698
|
+
/** Returns the date and time the share was last modified. Any operation that modifies the directory or its properties updates the last modified time. Operations on files do not affect the last modified time of the directory. */
|
699
|
+
lastModified?: Date;
|
700
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
701
|
+
requestId?: string;
|
702
|
+
/** Indicates the version of the File service used to execute the request. */
|
703
|
+
version?: string;
|
704
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
705
|
+
date?: Date;
|
706
|
+
/** 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. */
|
707
|
+
isServerEncrypted?: boolean;
|
708
|
+
/** Key of the permission set for the directory. */
|
709
|
+
filePermissionKey?: string;
|
710
|
+
/** Attributes set for the directory. */
|
711
|
+
fileAttributes?: string;
|
712
|
+
/** Creation time for the directory. */
|
713
|
+
fileCreatedOn?: Date;
|
714
|
+
/** Last write time for the directory. */
|
715
|
+
fileLastWriteOn?: Date;
|
716
|
+
/** Change time for the directory. */
|
717
|
+
fileChangeOn?: Date;
|
718
|
+
/** The fileId of the directory. */
|
719
|
+
fileId?: string;
|
720
|
+
/** The parent fileId of the directory. */
|
721
|
+
fileParentId?: string;
|
722
|
+
/** NFS only. The mode of the file or directory. */
|
723
|
+
fileMode?: string;
|
724
|
+
/** NFS only. The owner of the file or directory. */
|
725
|
+
owner?: string;
|
726
|
+
/** NFS only. The owning group of the file or directory. */
|
727
|
+
group?: string;
|
728
|
+
/** NFS only. Type of the file or directory. */
|
729
|
+
nfsFileType?: NfsFileType;
|
730
|
+
/** Error Code */
|
731
|
+
errorCode?: string;
|
732
|
+
}
|
733
|
+
/** Defines headers for Directory_create operation. */
|
734
|
+
export interface DirectoryCreateExceptionHeaders {
|
735
|
+
errorCode?: string;
|
736
|
+
}
|
737
|
+
/** Defines headers for Directory_getProperties operation. */
|
738
|
+
export interface DirectoryGetPropertiesHeaders {
|
739
|
+
/** A set of name-value pairs that contain metadata for the directory. */
|
740
|
+
metadata?: {
|
741
|
+
[propertyName: string]: string;
|
742
|
+
};
|
743
|
+
/** The ETag contains a value that you can use to perform operations conditionally, in quotes. */
|
744
|
+
etag?: string;
|
745
|
+
/** Returns the date and time the Directory was last modified. Operations on files within the directory do not affect the last modified time of the directory. */
|
746
|
+
lastModified?: Date;
|
747
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
748
|
+
requestId?: string;
|
749
|
+
/** Indicates the version of the File service used to execute the request. */
|
750
|
+
version?: string;
|
751
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
752
|
+
date?: Date;
|
753
|
+
/** The value of this header is set to true if the directory metadata is completely encrypted using the specified algorithm. Otherwise, the value is set to false. */
|
754
|
+
isServerEncrypted?: boolean;
|
755
|
+
/** Attributes set for the directory. */
|
756
|
+
fileAttributes?: string;
|
757
|
+
/** Creation time for the directory. */
|
758
|
+
fileCreatedOn?: Date;
|
759
|
+
/** Last write time for the directory. */
|
760
|
+
fileLastWriteOn?: Date;
|
761
|
+
/** Change time for the directory. */
|
762
|
+
fileChangeOn?: Date;
|
763
|
+
/** Key of the permission set for the directory. */
|
764
|
+
filePermissionKey?: string;
|
765
|
+
/** The fileId of the directory. */
|
766
|
+
fileId?: string;
|
767
|
+
/** The parent fileId of the directory. */
|
768
|
+
fileParentId?: string;
|
769
|
+
/** NFS only. The mode of the file or directory. */
|
770
|
+
fileMode?: string;
|
771
|
+
/** NFS only. The owner of the file or directory. */
|
772
|
+
owner?: string;
|
773
|
+
/** NFS only. The owning group of the file or directory. */
|
774
|
+
group?: string;
|
775
|
+
/** NFS only. Type of the file or directory. */
|
776
|
+
nfsFileType?: NfsFileType;
|
777
|
+
/** Error Code */
|
778
|
+
errorCode?: string;
|
779
|
+
}
|
780
|
+
/** Defines headers for Directory_getProperties operation. */
|
781
|
+
export interface DirectoryGetPropertiesExceptionHeaders {
|
782
|
+
errorCode?: string;
|
783
|
+
}
|
784
|
+
/** Defines headers for Directory_delete operation. */
|
785
|
+
export interface DirectoryDeleteHeaders {
|
786
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
787
|
+
requestId?: string;
|
788
|
+
/** Indicates the version of the File service used to execute the request. */
|
789
|
+
version?: string;
|
790
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
791
|
+
date?: Date;
|
792
|
+
/** Error Code */
|
793
|
+
errorCode?: string;
|
794
|
+
}
|
795
|
+
/** Defines headers for Directory_delete operation. */
|
796
|
+
export interface DirectoryDeleteExceptionHeaders {
|
797
|
+
errorCode?: string;
|
798
|
+
}
|
799
|
+
/** Defines headers for Directory_setProperties operation. */
|
800
|
+
export interface DirectorySetPropertiesHeaders {
|
801
|
+
/** The ETag contains a value which represents the version of the file, in quotes. */
|
802
|
+
etag?: string;
|
803
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
804
|
+
requestId?: string;
|
805
|
+
/** Returns the date and time the directory was last modified. Any operation that modifies the directory or its properties updates the last modified time. Operations on files do not affect the last modified time of the directory. */
|
806
|
+
lastModified?: Date;
|
807
|
+
/** Indicates the version of the File service used to execute the request. */
|
808
|
+
version?: string;
|
809
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
810
|
+
date?: Date;
|
811
|
+
/** 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. */
|
812
|
+
isServerEncrypted?: boolean;
|
813
|
+
/** Key of the permission set for the directory. */
|
814
|
+
filePermissionKey?: string;
|
815
|
+
/** Attributes set for the directory. */
|
816
|
+
fileAttributes?: string;
|
817
|
+
/** Creation time for the directory. */
|
818
|
+
fileCreatedOn?: Date;
|
819
|
+
/** Last write time for the directory. */
|
820
|
+
fileLastWriteOn?: Date;
|
821
|
+
/** Change time for the directory. */
|
822
|
+
fileChangeOn?: Date;
|
823
|
+
/** The fileId of the directory. */
|
824
|
+
fileId?: string;
|
825
|
+
/** The parent fileId of the directory. */
|
826
|
+
fileParentId?: string;
|
827
|
+
/** NFS only. The mode of the file or directory. */
|
828
|
+
fileMode?: string;
|
829
|
+
/** NFS only. The owner of the file or directory. */
|
830
|
+
owner?: string;
|
831
|
+
/** NFS only. The owning group of the file or directory. */
|
832
|
+
group?: string;
|
833
|
+
/** Error Code */
|
834
|
+
errorCode?: string;
|
835
|
+
}
|
836
|
+
/** Defines headers for Directory_setProperties operation. */
|
837
|
+
export interface DirectorySetPropertiesExceptionHeaders {
|
838
|
+
errorCode?: string;
|
839
|
+
}
|
840
|
+
/** Defines headers for Directory_setMetadata operation. */
|
841
|
+
export interface DirectorySetMetadataHeaders {
|
842
|
+
/** The ETag contains a value which represents the version of the directory, in quotes. */
|
843
|
+
etag?: string;
|
844
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
845
|
+
requestId?: string;
|
846
|
+
/** Indicates the version of the File service used to execute the request. */
|
847
|
+
version?: string;
|
848
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
849
|
+
date?: Date;
|
850
|
+
/** 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. */
|
851
|
+
isServerEncrypted?: boolean;
|
852
|
+
/** Error Code */
|
853
|
+
errorCode?: string;
|
854
|
+
}
|
855
|
+
/** Defines headers for Directory_setMetadata operation. */
|
856
|
+
export interface DirectorySetMetadataExceptionHeaders {
|
857
|
+
errorCode?: string;
|
858
|
+
}
|
859
|
+
/** Defines headers for Directory_listFilesAndDirectoriesSegment operation. */
|
860
|
+
export interface DirectoryListFilesAndDirectoriesSegmentHeaders {
|
861
|
+
/** Specifies the format in which the results are returned. Currently this value is 'application/xml'. */
|
862
|
+
contentType?: string;
|
863
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
864
|
+
requestId?: string;
|
865
|
+
/** Indicates the version of the File service used to execute the request. */
|
866
|
+
version?: string;
|
867
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
868
|
+
date?: Date;
|
869
|
+
/** Error Code */
|
870
|
+
errorCode?: string;
|
871
|
+
}
|
872
|
+
/** Defines headers for Directory_listFilesAndDirectoriesSegment operation. */
|
873
|
+
export interface DirectoryListFilesAndDirectoriesSegmentExceptionHeaders {
|
874
|
+
errorCode?: string;
|
875
|
+
}
|
876
|
+
/** Defines headers for Directory_listHandles operation. */
|
877
|
+
export interface DirectoryListHandlesHeaders {
|
878
|
+
/** Specifies the format in which the results are returned. Currently this value is 'application/xml'. */
|
879
|
+
contentType?: string;
|
880
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
881
|
+
requestId?: string;
|
882
|
+
/** Indicates the version of the File service used to execute the request. */
|
883
|
+
version?: string;
|
884
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
885
|
+
date?: Date;
|
886
|
+
/** Error Code */
|
887
|
+
errorCode?: string;
|
888
|
+
}
|
889
|
+
/** Defines headers for Directory_listHandles operation. */
|
890
|
+
export interface DirectoryListHandlesExceptionHeaders {
|
891
|
+
errorCode?: string;
|
892
|
+
}
|
893
|
+
/** Defines headers for Directory_forceCloseHandles operation. */
|
894
|
+
export interface DirectoryForceCloseHandlesHeaders {
|
895
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
896
|
+
requestId?: string;
|
897
|
+
/** Indicates the version of the File service used to execute the request. */
|
898
|
+
version?: string;
|
899
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
900
|
+
date?: Date;
|
901
|
+
/** A string describing next handle to be closed. It is returned when more handles need to be closed to complete the request. */
|
902
|
+
marker?: string;
|
903
|
+
/** Contains count of number of handles closed. */
|
904
|
+
numberOfHandlesClosed?: number;
|
905
|
+
/** Contains count of number of handles that failed to close. */
|
906
|
+
numberOfHandlesFailedToClose?: number;
|
907
|
+
/** Error Code */
|
908
|
+
errorCode?: string;
|
909
|
+
}
|
910
|
+
/** Defines headers for Directory_forceCloseHandles operation. */
|
911
|
+
export interface DirectoryForceCloseHandlesExceptionHeaders {
|
912
|
+
errorCode?: string;
|
913
|
+
}
|
914
|
+
/** Defines headers for Directory_rename operation. */
|
915
|
+
export interface DirectoryRenameHeaders {
|
916
|
+
/** The ETag contains a value which represents the version of the file, in quotes. */
|
917
|
+
etag?: string;
|
918
|
+
/** Returns the date and time the share was last modified. Any operation that modifies the directory or its properties updates the last modified time. Operations on files do not affect the last modified time of the directory. */
|
919
|
+
lastModified?: Date;
|
920
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
921
|
+
requestId?: string;
|
922
|
+
/** Indicates the version of the File service used to execute the request. */
|
923
|
+
version?: string;
|
924
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
925
|
+
date?: Date;
|
926
|
+
/** 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. */
|
927
|
+
isServerEncrypted?: boolean;
|
928
|
+
/** Key of the permission set for the file. */
|
929
|
+
filePermissionKey?: string;
|
930
|
+
/** Attributes set for the file. */
|
931
|
+
fileAttributes?: string;
|
932
|
+
/** Creation time for the file. */
|
933
|
+
fileCreationTime?: Date;
|
934
|
+
/** Last write time for the file. */
|
935
|
+
fileLastWriteTime?: Date;
|
936
|
+
/** Change time for the file. */
|
937
|
+
fileChangeTime?: Date;
|
938
|
+
/** The fileId of the file. */
|
939
|
+
fileId?: string;
|
940
|
+
/** The parent fileId of the directory. */
|
941
|
+
fileParentId?: string;
|
942
|
+
}
|
943
|
+
/** Defines headers for Directory_rename operation. */
|
944
|
+
export interface DirectoryRenameExceptionHeaders {
|
945
|
+
errorCode?: string;
|
946
|
+
}
|
947
|
+
/** Defines headers for File_create operation. */
|
948
|
+
export interface FileCreateHeaders {
|
949
|
+
/** The ETag contains a value which represents the version of the file, in quotes. */
|
950
|
+
etag?: string;
|
951
|
+
/** Returns the date and time the share was last modified. Any operation that modifies the directory or its properties updates the last modified time. Operations on files do not affect the last modified time of the directory. */
|
952
|
+
lastModified?: Date;
|
953
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
954
|
+
requestId?: string;
|
955
|
+
/** Indicates the version of the File service used to execute the request. */
|
956
|
+
version?: string;
|
957
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
958
|
+
date?: Date;
|
959
|
+
/** 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. */
|
960
|
+
isServerEncrypted?: boolean;
|
961
|
+
/** Key of the permission set for the file. */
|
962
|
+
filePermissionKey?: string;
|
963
|
+
/** Attributes set for the file. */
|
964
|
+
fileAttributes?: string;
|
965
|
+
/** Creation time for the file. */
|
966
|
+
fileCreatedOn?: Date;
|
967
|
+
/** Last write time for the file. */
|
968
|
+
fileLastWriteOn?: Date;
|
969
|
+
/** Change time for the file. */
|
970
|
+
fileChangeOn?: Date;
|
971
|
+
/** The fileId of the file. */
|
972
|
+
fileId?: string;
|
973
|
+
/** The parent fileId of the file. */
|
974
|
+
fileParentId?: string;
|
975
|
+
/** NFS only. The mode of the file or directory. */
|
976
|
+
fileMode?: string;
|
977
|
+
/** NFS only. The owner of the file or directory. */
|
978
|
+
owner?: string;
|
979
|
+
/** NFS only. The owning group of the file or directory. */
|
980
|
+
group?: string;
|
981
|
+
/** NFS only. Type of the file or directory. */
|
982
|
+
nfsFileType?: NfsFileType;
|
983
|
+
/** Error Code */
|
984
|
+
errorCode?: string;
|
985
|
+
}
|
986
|
+
/** Defines headers for File_create operation. */
|
987
|
+
export interface FileCreateExceptionHeaders {
|
988
|
+
errorCode?: string;
|
989
|
+
}
|
990
|
+
/** Defines headers for File_download operation. */
|
991
|
+
export interface FileDownloadHeaders {
|
992
|
+
/** Returns the date and time the file was last modified. Any operation that modifies the file or its properties updates the last modified time. */
|
993
|
+
lastModified?: Date;
|
994
|
+
/** A set of name-value pairs associated with this file as user-defined metadata. */
|
995
|
+
metadata?: {
|
996
|
+
[propertyName: string]: string;
|
997
|
+
};
|
998
|
+
/** The number of bytes present in the response body. */
|
999
|
+
contentLength?: number;
|
1000
|
+
/** The content type specified for the file. The default content type is 'application/octet-stream' */
|
1001
|
+
contentType?: string;
|
1002
|
+
/** Indicates the range of bytes returned if the client requested a subset of the file by setting the Range request header. */
|
1003
|
+
contentRange?: string;
|
1004
|
+
/** The ETag contains a value that you can use to perform operations conditionally, in quotes. */
|
1005
|
+
etag?: string;
|
1006
|
+
/** If the file has an MD5 hash and the request is to read the full file, this response header is returned so that the client can check for message content integrity. If the request is to read a specified range and the 'x-ms-range-get-content-md5' is set to true, then the request returns an MD5 hash for the range, as long as the range size is less than or equal to 4 MB. If neither of these sets of conditions is true, then no value is returned for the 'Content-MD5' header. */
|
1007
|
+
contentMD5?: Uint8Array;
|
1008
|
+
/** Returns the value that was specified for the Content-Encoding request header. */
|
1009
|
+
contentEncoding?: string;
|
1010
|
+
/** Returned if it was previously specified for the file. */
|
1011
|
+
cacheControl?: string;
|
1012
|
+
/** Returns the value that was specified for the 'x-ms-content-disposition' header and specifies how to process the response. */
|
1013
|
+
contentDisposition?: string;
|
1014
|
+
/** Returns the value that was specified for the Content-Language request header. */
|
1015
|
+
contentLanguage?: string;
|
1016
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1017
|
+
requestId?: string;
|
1018
|
+
/** Indicates the version of the File service used to execute the request. */
|
1019
|
+
version?: string;
|
1020
|
+
/** Indicates that the service supports requests for partial file content. */
|
1021
|
+
acceptRanges?: string;
|
1022
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
1023
|
+
date?: Date;
|
1024
|
+
/** Conclusion time of the last attempted Copy File operation where this file was the destination file. This value can specify the time of a completed, aborted, or failed copy attempt. */
|
1025
|
+
copyCompletedOn?: Date;
|
1026
|
+
/** Only appears when x-ms-copy-status is failed or pending. Describes cause of fatal or non-fatal copy operation failure. */
|
1027
|
+
copyStatusDescription?: string;
|
1028
|
+
/** String identifier for the last attempted Copy File operation where this file was the destination file. */
|
1029
|
+
copyId?: string;
|
1030
|
+
/** Contains the number of bytes copied and the total bytes in the source in the last attempted Copy File operation where this file was the destination file. Can show between 0 and Content-Length bytes copied. */
|
1031
|
+
copyProgress?: string;
|
1032
|
+
/** URL up to 2KB in length that specifies the source file used in the last attempted Copy File operation where this file was the destination file. */
|
1033
|
+
copySource?: string;
|
1034
|
+
/** State of the copy operation identified by 'x-ms-copy-id'. */
|
1035
|
+
copyStatus?: CopyStatusType;
|
1036
|
+
/** If the file has a MD5 hash, and if request contains range header (Range or x-ms-range), this response header is returned with the value of the whole file's MD5 value. This value may or may not be equal to the value returned in Content-MD5 header, with the latter calculated from the requested range. */
|
1037
|
+
fileContentMD5?: Uint8Array;
|
1038
|
+
/** The value of this header is set to true if the file data and application metadata are completely encrypted using the specified algorithm. Otherwise, the value is set to false (when the file is unencrypted, or if only parts of the file/application metadata are encrypted). */
|
1039
|
+
isServerEncrypted?: boolean;
|
1040
|
+
/** Attributes set for the file. */
|
1041
|
+
fileAttributes?: string;
|
1042
|
+
/** Creation time for the file. */
|
1043
|
+
fileCreatedOn?: Date;
|
1044
|
+
/** Last write time for the file. */
|
1045
|
+
fileLastWriteOn?: Date;
|
1046
|
+
/** Change time for the file. */
|
1047
|
+
fileChangeOn?: Date;
|
1048
|
+
/** Key of the permission set for the file. */
|
1049
|
+
filePermissionKey?: string;
|
1050
|
+
/** The fileId of the file. */
|
1051
|
+
fileId?: string;
|
1052
|
+
/** The parent fileId of the file. */
|
1053
|
+
fileParentId?: string;
|
1054
|
+
/** When a file is leased, specifies whether the lease is of infinite or fixed duration. */
|
1055
|
+
leaseDuration?: LeaseDurationType;
|
1056
|
+
/** Lease state of the file. */
|
1057
|
+
leaseState?: LeaseStateType;
|
1058
|
+
/** The current lease status of the file. */
|
1059
|
+
leaseStatus?: LeaseStatusType;
|
1060
|
+
/** NFS only. The mode of the file or directory. */
|
1061
|
+
fileMode?: string;
|
1062
|
+
/** NFS only. The owner of the file or directory. */
|
1063
|
+
owner?: string;
|
1064
|
+
/** NFS only. The owning group of the file or directory. */
|
1065
|
+
group?: string;
|
1066
|
+
/** NFS only. The link count of the file or directory. */
|
1067
|
+
linkCount?: number;
|
1068
|
+
/** Error Code */
|
1069
|
+
errorCode?: string;
|
1070
|
+
}
|
1071
|
+
/** Defines headers for File_download operation. */
|
1072
|
+
export interface FileDownloadExceptionHeaders {
|
1073
|
+
errorCode?: string;
|
1074
|
+
}
|
1075
|
+
/** Defines headers for File_getProperties operation. */
|
1076
|
+
export interface FileGetPropertiesHeaders {
|
1077
|
+
/** Returns the date and time the file was last modified. The date format follows RFC 1123. Any operation that modifies the file or its properties updates the last modified time. */
|
1078
|
+
lastModified?: Date;
|
1079
|
+
/** A set of name-value pairs associated with this file as user-defined metadata. */
|
1080
|
+
metadata?: {
|
1081
|
+
[propertyName: string]: string;
|
1082
|
+
};
|
1083
|
+
/** Returns the type File. Reserved for future use. */
|
1084
|
+
fileType?: string;
|
1085
|
+
/** The size of the file in bytes. This header returns the value of the 'x-ms-content-length' header that is stored with the file. */
|
1086
|
+
contentLength?: number;
|
1087
|
+
/** The content type specified for the file. The default content type is 'application/octet-stream' */
|
1088
|
+
contentType?: string;
|
1089
|
+
/** The ETag contains a value that you can use to perform operations conditionally, in quotes. */
|
1090
|
+
etag?: string;
|
1091
|
+
/** If the Content-MD5 header has been set for the file, the Content-MD5 response header is returned so that the client can check for message content integrity. */
|
1092
|
+
contentMD5?: Uint8Array;
|
1093
|
+
/** If the Content-Encoding request header has previously been set for the file, the Content-Encoding value is returned in this header. */
|
1094
|
+
contentEncoding?: string;
|
1095
|
+
/** If the Cache-Control request header has previously been set for the file, the Cache-Control value is returned in this header. */
|
1096
|
+
cacheControl?: string;
|
1097
|
+
/** Returns the value that was specified for the 'x-ms-content-disposition' header and specifies how to process the response. */
|
1098
|
+
contentDisposition?: string;
|
1099
|
+
/** Returns the value that was specified for the Content-Language request header. */
|
1100
|
+
contentLanguage?: string;
|
1101
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1102
|
+
requestId?: string;
|
1103
|
+
/** Indicates the version of the File service used to execute the request. */
|
1104
|
+
version?: string;
|
1105
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
1106
|
+
date?: Date;
|
1107
|
+
/** Conclusion time of the last attempted Copy File operation where this file was the destination file. This value can specify the time of a completed, aborted, or failed copy attempt. */
|
1108
|
+
copyCompletedOn?: Date;
|
1109
|
+
/** Only appears when x-ms-copy-status is failed or pending. Describes cause of fatal or non-fatal copy operation failure. */
|
1110
|
+
copyStatusDescription?: string;
|
1111
|
+
/** String identifier for the last attempted Copy File operation where this file was the destination file. */
|
1112
|
+
copyId?: string;
|
1113
|
+
/** Contains the number of bytes copied and the total bytes in the source in the last attempted Copy File operation where this file was the destination file. Can show between 0 and Content-Length bytes copied. */
|
1114
|
+
copyProgress?: string;
|
1115
|
+
/** URL up to 2KB in length that specifies the source file used in the last attempted Copy File operation where this file was the destination file. */
|
1116
|
+
copySource?: string;
|
1117
|
+
/** State of the copy operation identified by 'x-ms-copy-id'. */
|
1118
|
+
copyStatus?: CopyStatusType;
|
1119
|
+
/** The value of this header is set to true if the file data and application metadata are completely encrypted using the specified algorithm. Otherwise, the value is set to false (when the file is unencrypted, or if only parts of the file/application metadata are encrypted). */
|
1120
|
+
isServerEncrypted?: boolean;
|
1121
|
+
/** Attributes set for the file. */
|
1122
|
+
fileAttributes?: string;
|
1123
|
+
/** Creation time for the file. */
|
1124
|
+
fileCreatedOn?: Date;
|
1125
|
+
/** Last write time for the file. */
|
1126
|
+
fileLastWriteOn?: Date;
|
1127
|
+
/** Change time for the file. */
|
1128
|
+
fileChangeOn?: Date;
|
1129
|
+
/** Key of the permission set for the file. */
|
1130
|
+
filePermissionKey?: string;
|
1131
|
+
/** The fileId of the file. */
|
1132
|
+
fileId?: string;
|
1133
|
+
/** The parent fileId of the file. */
|
1134
|
+
fileParentId?: string;
|
1135
|
+
/** When a file is leased, specifies whether the lease is of infinite or fixed duration. */
|
1136
|
+
leaseDuration?: LeaseDurationType;
|
1137
|
+
/** Lease state of the file. */
|
1138
|
+
leaseState?: LeaseStateType;
|
1139
|
+
/** The current lease status of the file. */
|
1140
|
+
leaseStatus?: LeaseStatusType;
|
1141
|
+
/** NFS only. The mode of the file or directory. */
|
1142
|
+
fileMode?: string;
|
1143
|
+
/** NFS only. The owner of the file or directory. */
|
1144
|
+
owner?: string;
|
1145
|
+
/** NFS only. The owning group of the file or directory. */
|
1146
|
+
group?: string;
|
1147
|
+
/** NFS only. The link count of the file or directory. */
|
1148
|
+
linkCount?: number;
|
1149
|
+
/** NFS only. Type of the file or directory. */
|
1150
|
+
nfsFileType?: NfsFileType;
|
1151
|
+
/** Error Code */
|
1152
|
+
errorCode?: string;
|
1153
|
+
}
|
1154
|
+
/** Defines headers for File_getProperties operation. */
|
1155
|
+
export interface FileGetPropertiesExceptionHeaders {
|
1156
|
+
errorCode?: string;
|
1157
|
+
}
|
1158
|
+
/** Defines headers for File_delete operation. */
|
1159
|
+
export interface FileDeleteHeaders {
|
1160
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1161
|
+
requestId?: string;
|
1162
|
+
/** Indicates the version of the File service used to execute the request. */
|
1163
|
+
version?: string;
|
1164
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
1165
|
+
date?: Date;
|
1166
|
+
/** NFS only. The link count of the file or directory. */
|
1167
|
+
linkCount?: number;
|
1168
|
+
/** Error Code */
|
1169
|
+
errorCode?: string;
|
1170
|
+
}
|
1171
|
+
/** Defines headers for File_delete operation. */
|
1172
|
+
export interface FileDeleteExceptionHeaders {
|
1173
|
+
errorCode?: string;
|
1174
|
+
}
|
1175
|
+
/** Defines headers for File_setHttpHeaders operation. */
|
1176
|
+
export interface FileSetHttpHeadersHeaders {
|
1177
|
+
/** The ETag contains a value which represents the version of the file, in quotes. */
|
1178
|
+
etag?: string;
|
1179
|
+
/** Returns the date and time the directory was last modified. Any operation that modifies the directory or its properties updates the last modified time. Operations on files do not affect the last modified time of the directory. */
|
1180
|
+
lastModified?: Date;
|
1181
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1182
|
+
requestId?: string;
|
1183
|
+
/** Indicates the version of the File service used to execute the request. */
|
1184
|
+
version?: string;
|
1185
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
1186
|
+
date?: Date;
|
1187
|
+
/** 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. */
|
1188
|
+
isServerEncrypted?: boolean;
|
1189
|
+
/** Key of the permission set for the file. */
|
1190
|
+
filePermissionKey?: string;
|
1191
|
+
/** Attributes set for the file. */
|
1192
|
+
fileAttributes?: string;
|
1193
|
+
/** Creation time for the file. */
|
1194
|
+
fileCreatedOn?: Date;
|
1195
|
+
/** Last write time for the file. */
|
1196
|
+
fileLastWriteOn?: Date;
|
1197
|
+
/** Change time for the file. */
|
1198
|
+
fileChangeOn?: Date;
|
1199
|
+
/** The fileId of the directory. */
|
1200
|
+
fileId?: string;
|
1201
|
+
/** The parent fileId of the directory. */
|
1202
|
+
fileParentId?: string;
|
1203
|
+
/** NFS only. The mode of the file or directory. */
|
1204
|
+
fileMode?: string;
|
1205
|
+
/** NFS only. The owner of the file or directory. */
|
1206
|
+
owner?: string;
|
1207
|
+
/** NFS only. The owning group of the file or directory. */
|
1208
|
+
group?: string;
|
1209
|
+
/** NFS only. The link count of the file or directory. */
|
1210
|
+
linkCount?: number;
|
1211
|
+
/** Error Code */
|
1212
|
+
errorCode?: string;
|
1213
|
+
}
|
1214
|
+
/** Defines headers for File_setHttpHeaders operation. */
|
1215
|
+
export interface FileSetHttpHeadersExceptionHeaders {
|
1216
|
+
errorCode?: string;
|
1217
|
+
}
|
1218
|
+
/** Defines headers for File_setMetadata operation. */
|
1219
|
+
export interface FileSetMetadataHeaders {
|
1220
|
+
/** The ETag contains a value which represents the version of the file, in quotes. */
|
1221
|
+
etag?: string;
|
1222
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1223
|
+
requestId?: string;
|
1224
|
+
/** Indicates the version of the File service used to execute the request. */
|
1225
|
+
version?: string;
|
1226
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
1227
|
+
date?: Date;
|
1228
|
+
/** 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. */
|
1229
|
+
isServerEncrypted?: boolean;
|
1230
|
+
/** Error Code */
|
1231
|
+
errorCode?: string;
|
1232
|
+
}
|
1233
|
+
/** Defines headers for File_setMetadata operation. */
|
1234
|
+
export interface FileSetMetadataExceptionHeaders {
|
1235
|
+
errorCode?: string;
|
1236
|
+
}
|
1237
|
+
/** Defines headers for File_acquireLease operation. */
|
1238
|
+
export interface FileAcquireLeaseHeaders {
|
1239
|
+
/** 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. */
|
1240
|
+
etag?: string;
|
1241
|
+
/** Returns the date and time the file was last modified. Any operation that modifies the file, including an update of the file's metadata or properties, changes the last-modified time of the file. */
|
1242
|
+
lastModified?: Date;
|
1243
|
+
/** Uniquely identifies a file's lease */
|
1244
|
+
leaseId?: string;
|
1245
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1246
|
+
clientRequestId?: string;
|
1247
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1248
|
+
requestId?: string;
|
1249
|
+
/** Indicates the version of the File service used to execute the request. */
|
1250
|
+
version?: string;
|
1251
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1252
|
+
date?: Date;
|
1253
|
+
}
|
1254
|
+
/** Defines headers for File_acquireLease operation. */
|
1255
|
+
export interface FileAcquireLeaseExceptionHeaders {
|
1256
|
+
errorCode?: string;
|
1257
|
+
}
|
1258
|
+
/** Defines headers for File_releaseLease operation. */
|
1259
|
+
export interface FileReleaseLeaseHeaders {
|
1260
|
+
/** 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. */
|
1261
|
+
etag?: string;
|
1262
|
+
/** Returns the date and time the file was last modified. Any operation that modifies the file, including an update of the file's metadata or properties, changes the last-modified time of the file. */
|
1263
|
+
lastModified?: Date;
|
1264
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1265
|
+
clientRequestId?: string;
|
1266
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1267
|
+
requestId?: string;
|
1268
|
+
/** Indicates the version of the File service used to execute the request. */
|
1269
|
+
version?: string;
|
1270
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1271
|
+
date?: Date;
|
1272
|
+
}
|
1273
|
+
/** Defines headers for File_releaseLease operation. */
|
1274
|
+
export interface FileReleaseLeaseExceptionHeaders {
|
1275
|
+
errorCode?: string;
|
1276
|
+
}
|
1277
|
+
/** Defines headers for File_changeLease operation. */
|
1278
|
+
export interface FileChangeLeaseHeaders {
|
1279
|
+
/** 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. */
|
1280
|
+
etag?: string;
|
1281
|
+
/** Returns the date and time the file was last modified. Any operation that modifies the file, including an update of the file's metadata or properties, changes the last-modified time of the file. */
|
1282
|
+
lastModified?: Date;
|
1283
|
+
/** Uniquely identifies a file's lease */
|
1284
|
+
leaseId?: string;
|
1285
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1286
|
+
clientRequestId?: string;
|
1287
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1288
|
+
requestId?: string;
|
1289
|
+
/** Indicates the version of the File service used to execute the request. */
|
1290
|
+
version?: string;
|
1291
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1292
|
+
date?: Date;
|
1293
|
+
}
|
1294
|
+
/** Defines headers for File_changeLease operation. */
|
1295
|
+
export interface FileChangeLeaseExceptionHeaders {
|
1296
|
+
errorCode?: string;
|
1297
|
+
}
|
1298
|
+
/** Defines headers for File_breakLease operation. */
|
1299
|
+
export interface FileBreakLeaseHeaders {
|
1300
|
+
/** 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. */
|
1301
|
+
etag?: string;
|
1302
|
+
/** Returns the date and time the file was last modified. Any operation that modifies the file, including an update of the file's metadata or properties, changes the last-modified time of the file. */
|
1303
|
+
lastModified?: Date;
|
1304
|
+
/** Uniquely identifies a file's lease */
|
1305
|
+
leaseId?: string;
|
1306
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1307
|
+
clientRequestId?: string;
|
1308
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1309
|
+
requestId?: string;
|
1310
|
+
/** Indicates the version of the File service used to execute the request. */
|
1311
|
+
version?: string;
|
1312
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1313
|
+
date?: Date;
|
1314
|
+
}
|
1315
|
+
/** Defines headers for File_breakLease operation. */
|
1316
|
+
export interface FileBreakLeaseExceptionHeaders {
|
1317
|
+
errorCode?: string;
|
1318
|
+
}
|
1319
|
+
/** Defines headers for File_uploadRange operation. */
|
1320
|
+
export interface FileUploadRangeHeaders {
|
1321
|
+
/** The ETag contains a value which represents the version of the file, in quotes. */
|
1322
|
+
etag?: string;
|
1323
|
+
/** Returns the date and time the directory was last modified. Any operation that modifies the share or its properties or metadata updates the last modified time. Operations on files do not affect the last modified time of the share. */
|
1324
|
+
lastModified?: Date;
|
1325
|
+
/** This header is returned so that the client can check for message content integrity. The value of this header is computed by the File service; it is not necessarily the same value as may have been specified in the request headers. */
|
1326
|
+
contentMD5?: Uint8Array;
|
1327
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1328
|
+
requestId?: string;
|
1329
|
+
/** Indicates the version of the File service used to execute the request. */
|
1330
|
+
version?: string;
|
1331
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
1332
|
+
date?: Date;
|
1333
|
+
/** 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. */
|
1334
|
+
isServerEncrypted?: boolean;
|
1335
|
+
/** Last write time for the file. */
|
1336
|
+
fileLastWriteTime?: Date;
|
1337
|
+
/** Error Code */
|
1338
|
+
errorCode?: string;
|
1339
|
+
}
|
1340
|
+
/** Defines headers for File_uploadRange operation. */
|
1341
|
+
export interface FileUploadRangeExceptionHeaders {
|
1342
|
+
errorCode?: string;
|
1343
|
+
}
|
1344
|
+
/** Defines headers for File_uploadRangeFromURL operation. */
|
1345
|
+
export interface FileUploadRangeFromURLHeaders {
|
1346
|
+
/** The ETag contains a value which represents the version of the file, in quotes. */
|
1347
|
+
etag?: string;
|
1348
|
+
/** Returns the date and time the directory was last modified. Any operation that modifies the share or its properties or metadata updates the last modified time. Operations on files do not affect the last modified time of the share. */
|
1349
|
+
lastModified?: Date;
|
1350
|
+
/** This header is returned so that the client can check for message content integrity. The value of this header is computed by the File service; it is not necessarily the same value as may have been specified in the request headers. */
|
1351
|
+
xMsContentCrc64?: Uint8Array;
|
1352
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1353
|
+
requestId?: string;
|
1354
|
+
/** Indicates the version of the File service used to execute the request. */
|
1355
|
+
version?: string;
|
1356
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
1357
|
+
date?: Date;
|
1358
|
+
/** 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. */
|
1359
|
+
isServerEncrypted?: boolean;
|
1360
|
+
/** Last write time for the file. */
|
1361
|
+
fileLastWriteTime?: Date;
|
1362
|
+
/** Error Code */
|
1363
|
+
errorCode?: string;
|
1364
|
+
}
|
1365
|
+
/** Defines headers for File_uploadRangeFromURL operation. */
|
1366
|
+
export interface FileUploadRangeFromURLExceptionHeaders {
|
1367
|
+
errorCode?: string;
|
1368
|
+
}
|
1369
|
+
/** Defines headers for File_getRangeList operation. */
|
1370
|
+
export interface FileGetRangeListHeaders {
|
1371
|
+
/** The date/time that the file was last modified. Any operation that modifies the file, including an update of the file's metadata or properties, changes the file's last modified time. */
|
1372
|
+
lastModified?: Date;
|
1373
|
+
/** The ETag contains a value which represents the version of the file, in quotes. */
|
1374
|
+
etag?: string;
|
1375
|
+
/** The size of the file in bytes. */
|
1376
|
+
fileContentLength?: number;
|
1377
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1378
|
+
requestId?: string;
|
1379
|
+
/** Indicates the version of the File service used to execute the request. */
|
1380
|
+
version?: string;
|
1381
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
1382
|
+
date?: Date;
|
1383
|
+
/** Error Code */
|
1384
|
+
errorCode?: string;
|
1385
|
+
}
|
1386
|
+
/** Defines headers for File_getRangeList operation. */
|
1387
|
+
export interface FileGetRangeListExceptionHeaders {
|
1388
|
+
errorCode?: string;
|
1389
|
+
}
|
1390
|
+
/** Defines headers for File_startCopy operation. */
|
1391
|
+
export interface FileStartCopyHeaders {
|
1392
|
+
/** If the copy is completed, contains the ETag of the destination file. If the copy is not complete, contains the ETag of the empty file created at the start of the copy. */
|
1393
|
+
etag?: string;
|
1394
|
+
/** Returns the date/time that the copy operation to the destination file completed. */
|
1395
|
+
lastModified?: Date;
|
1396
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1397
|
+
requestId?: string;
|
1398
|
+
/** Indicates the version of the File service used to execute the request. */
|
1399
|
+
version?: string;
|
1400
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
1401
|
+
date?: Date;
|
1402
|
+
/** String identifier for this copy operation. Use with Get File or Get File Properties to check the status of this copy operation, or pass to Abort Copy File to abort a pending copy. */
|
1403
|
+
copyId?: string;
|
1404
|
+
/** State of the copy operation identified by x-ms-copy-id. */
|
1405
|
+
copyStatus?: CopyStatusType;
|
1406
|
+
/** Error Code */
|
1407
|
+
errorCode?: string;
|
1408
|
+
}
|
1409
|
+
/** Defines headers for File_startCopy operation. */
|
1410
|
+
export interface FileStartCopyExceptionHeaders {
|
1411
|
+
errorCode?: string;
|
1412
|
+
}
|
1413
|
+
/** Defines headers for File_abortCopy operation. */
|
1414
|
+
export interface FileAbortCopyHeaders {
|
1415
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1416
|
+
requestId?: string;
|
1417
|
+
/** Indicates the version of the File service used to execute the request. */
|
1418
|
+
version?: string;
|
1419
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
1420
|
+
date?: Date;
|
1421
|
+
/** Error Code */
|
1422
|
+
errorCode?: string;
|
1423
|
+
}
|
1424
|
+
/** Defines headers for File_abortCopy operation. */
|
1425
|
+
export interface FileAbortCopyExceptionHeaders {
|
1426
|
+
errorCode?: string;
|
1427
|
+
}
|
1428
|
+
/** Defines headers for File_listHandles operation. */
|
1429
|
+
export interface FileListHandlesHeaders {
|
1430
|
+
/** Specifies the format in which the results are returned. Currently this value is 'application/xml'. */
|
1431
|
+
contentType?: string;
|
1432
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1433
|
+
requestId?: string;
|
1434
|
+
/** Indicates the version of the File service used to execute the request. */
|
1435
|
+
version?: string;
|
1436
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
1437
|
+
date?: Date;
|
1438
|
+
/** Error Code */
|
1439
|
+
errorCode?: string;
|
1440
|
+
}
|
1441
|
+
/** Defines headers for File_listHandles operation. */
|
1442
|
+
export interface FileListHandlesExceptionHeaders {
|
1443
|
+
errorCode?: string;
|
1444
|
+
}
|
1445
|
+
/** Defines headers for File_forceCloseHandles operation. */
|
1446
|
+
export interface FileForceCloseHandlesHeaders {
|
1447
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1448
|
+
requestId?: string;
|
1449
|
+
/** Indicates the version of the File service used to execute the request. */
|
1450
|
+
version?: string;
|
1451
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
1452
|
+
date?: Date;
|
1453
|
+
/** A string describing next handle to be closed. It is returned when more handles need to be closed to complete the request. */
|
1454
|
+
marker?: string;
|
1455
|
+
/** Contains count of number of handles closed. */
|
1456
|
+
numberOfHandlesClosed?: number;
|
1457
|
+
/** Contains count of number of handles that failed to close. */
|
1458
|
+
numberOfHandlesFailedToClose?: number;
|
1459
|
+
/** Error Code */
|
1460
|
+
errorCode?: string;
|
1461
|
+
}
|
1462
|
+
/** Defines headers for File_forceCloseHandles operation. */
|
1463
|
+
export interface FileForceCloseHandlesExceptionHeaders {
|
1464
|
+
errorCode?: string;
|
1465
|
+
}
|
1466
|
+
/** Defines headers for File_rename operation. */
|
1467
|
+
export interface FileRenameHeaders {
|
1468
|
+
/** The ETag contains a value which represents the version of the file, in quotes. */
|
1469
|
+
etag?: string;
|
1470
|
+
/** Returns the date and time the share was last modified. Any operation that modifies the directory or its properties updates the last modified time. Operations on files do not affect the last modified time of the directory. */
|
1471
|
+
lastModified?: Date;
|
1472
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1473
|
+
requestId?: string;
|
1474
|
+
/** Indicates the version of the File service used to execute the request. */
|
1475
|
+
version?: string;
|
1476
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
1477
|
+
date?: Date;
|
1478
|
+
/** 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. */
|
1479
|
+
isServerEncrypted?: boolean;
|
1480
|
+
/** Key of the permission set for the file. */
|
1481
|
+
filePermissionKey?: string;
|
1482
|
+
/** Attributes set for the file. */
|
1483
|
+
fileAttributes?: string;
|
1484
|
+
/** Creation time for the file. */
|
1485
|
+
fileCreationTime?: Date;
|
1486
|
+
/** Last write time for the file. */
|
1487
|
+
fileLastWriteTime?: Date;
|
1488
|
+
/** Change time for the file. */
|
1489
|
+
fileChangeTime?: Date;
|
1490
|
+
/** The fileId of the file. */
|
1491
|
+
fileId?: string;
|
1492
|
+
/** The parent fileId of the directory. */
|
1493
|
+
fileParentId?: string;
|
1494
|
+
}
|
1495
|
+
/** Defines headers for File_rename operation. */
|
1496
|
+
export interface FileRenameExceptionHeaders {
|
1497
|
+
errorCode?: string;
|
1498
|
+
}
|
1499
|
+
/** Defines headers for File_createSymbolicLink operation. */
|
1500
|
+
export interface FileCreateSymbolicLinkHeaders {
|
1501
|
+
/** The ETag contains a value which represents the version of the file, in quotes. */
|
1502
|
+
etag?: string;
|
1503
|
+
/** Returns the date and time the share was last modified. Any operation that modifies the directory or its properties updates the last modified time. Operations on files do not affect the last modified time of the directory. */
|
1504
|
+
lastModified?: Date;
|
1505
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1506
|
+
requestId?: string;
|
1507
|
+
/** Indicates the version of the File service used to execute the request. */
|
1508
|
+
version?: string;
|
1509
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
1510
|
+
date?: Date;
|
1511
|
+
/** Creation time for the file. */
|
1512
|
+
fileCreationTime?: Date;
|
1513
|
+
/** Last write time for the file. */
|
1514
|
+
fileLastWriteTime?: Date;
|
1515
|
+
/** Change time for the file. */
|
1516
|
+
fileChangeTime?: Date;
|
1517
|
+
/** The fileId of the file. */
|
1518
|
+
fileId?: string;
|
1519
|
+
/** The parent fileId of the directory. */
|
1520
|
+
fileParentId?: string;
|
1521
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1522
|
+
clientRequestId?: string;
|
1523
|
+
/** NFS only. The mode of the file or directory. */
|
1524
|
+
fileMode?: string;
|
1525
|
+
/** NFS only. The owner of the file or directory. */
|
1526
|
+
owner?: string;
|
1527
|
+
/** NFS only. The owning group of the file or directory. */
|
1528
|
+
group?: string;
|
1529
|
+
/** NFS only. Type of the file or directory. */
|
1530
|
+
nfsFileType?: NfsFileType;
|
1531
|
+
}
|
1532
|
+
/** Defines headers for File_createSymbolicLink operation. */
|
1533
|
+
export interface FileCreateSymbolicLinkExceptionHeaders {
|
1534
|
+
errorCode?: string;
|
1535
|
+
}
|
1536
|
+
/** Defines headers for File_getSymbolicLink operation. */
|
1537
|
+
export interface FileGetSymbolicLinkHeaders {
|
1538
|
+
/** The ETag contains a value which represents the version of the file, in quotes. */
|
1539
|
+
etag?: string;
|
1540
|
+
/** Returns the date and time the share was last modified. Any operation that modifies the directory or its properties updates the last modified time. Operations on files do not affect the last modified time of the directory. */
|
1541
|
+
lastModified?: Date;
|
1542
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1543
|
+
requestId?: string;
|
1544
|
+
/** Indicates the version of the File service used to execute the request. */
|
1545
|
+
version?: string;
|
1546
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
1547
|
+
date?: Date;
|
1548
|
+
/** The path to the original file, the symbolic link is pointing to. The path is of type string which is not resolved and is stored as is. The path can be absolute path or the relative path depending on the content stored in the symbolic link file. */
|
1549
|
+
linkText?: string;
|
1550
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1551
|
+
clientRequestId?: string;
|
1552
|
+
}
|
1553
|
+
/** Defines headers for File_getSymbolicLink operation. */
|
1554
|
+
export interface FileGetSymbolicLinkExceptionHeaders {
|
1555
|
+
errorCode?: string;
|
1556
|
+
}
|
1557
|
+
/** Defines headers for File_createHardLink operation. */
|
1558
|
+
export interface FileCreateHardLinkHeaders {
|
1559
|
+
/** The ETag contains a value which represents the version of the file, in quotes. */
|
1560
|
+
etag?: string;
|
1561
|
+
/** Returns the date and time the share was last modified. Any operation that modifies the directory or its properties updates the last modified time. Operations on files do not affect the last modified time of the directory. */
|
1562
|
+
lastModified?: Date;
|
1563
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1564
|
+
requestId?: string;
|
1565
|
+
/** Indicates the version of the File service used to execute the request. */
|
1566
|
+
version?: string;
|
1567
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
1568
|
+
date?: Date;
|
1569
|
+
/** Creation time for the file. */
|
1570
|
+
fileCreationTime?: Date;
|
1571
|
+
/** Last write time for the file. */
|
1572
|
+
fileLastWriteTime?: Date;
|
1573
|
+
/** Change time for the file. */
|
1574
|
+
fileChangeTime?: Date;
|
1575
|
+
/** The fileId of the file. */
|
1576
|
+
fileId?: string;
|
1577
|
+
/** The parent fileId of the directory. */
|
1578
|
+
fileParentId?: string;
|
1579
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1580
|
+
clientRequestId?: string;
|
1581
|
+
/** NFS only. The link count of the file or directory. */
|
1582
|
+
linkCount?: number;
|
1583
|
+
/** NFS only. The mode of the file or directory. */
|
1584
|
+
fileMode?: string;
|
1585
|
+
/** NFS only. The owner of the file or directory. */
|
1586
|
+
owner?: string;
|
1587
|
+
/** NFS only. The owning group of the file or directory. */
|
1588
|
+
group?: string;
|
1589
|
+
/** NFS only. Type of the file or directory. */
|
1590
|
+
nfsFileType?: NfsFileType;
|
1591
|
+
}
|
1592
|
+
/** Defines headers for File_createHardLink operation. */
|
1593
|
+
export interface FileCreateHardLinkExceptionHeaders {
|
1594
|
+
errorCode?: string;
|
1595
|
+
}
|
1596
|
+
/** Parameter group */
|
1597
|
+
export interface LeaseAccessConditions {
|
1598
|
+
/** If specified, the operation only succeeds if the resource's lease is active and matches this ID. */
|
1599
|
+
leaseId?: string;
|
1600
|
+
}
|
1601
|
+
/** Parameter group */
|
1602
|
+
export interface SourceLeaseAccessConditions {
|
1603
|
+
/** Required if the source file has an active infinite lease. */
|
1604
|
+
sourceLeaseId?: string;
|
1605
|
+
}
|
1606
|
+
/** Parameter group */
|
1607
|
+
export interface DestinationLeaseAccessConditions {
|
1608
|
+
/** Required if the destination file has an active infinite lease. The lease ID specified for this header must match the lease ID of the destination file. If the request does not include the lease ID or it is not valid, the operation fails with status code 412 (Precondition Failed). If this header is specified and the destination file does not currently have an active lease, the operation will also fail with status code 412 (Precondition Failed). */
|
1609
|
+
destinationLeaseId?: string;
|
1610
|
+
}
|
1611
|
+
/** Parameter group */
|
1612
|
+
export interface CopyFileSmbInfo {
|
1613
|
+
/** Specifies either the option to copy file attributes from a source file(source) to a target file or a list of attributes to set on a target file. */
|
1614
|
+
fileAttributes?: string;
|
1615
|
+
/** Specifies either the option to copy file creation time from a source file(source) to a target file or a time value in ISO 8601 format to set as creation time on a target file. */
|
1616
|
+
fileCreationTime?: string;
|
1617
|
+
/** Specifies either the option to copy file last write time from a source file(source) to a target file or a time value in ISO 8601 format to set as last write time on a target file. */
|
1618
|
+
fileLastWriteTime?: string;
|
1619
|
+
/** Specifies either the option to copy file last write time from a source file(source) to a target file or a time value in ISO 8601 format to set as last write time on a target file. */
|
1620
|
+
fileChangeTime?: string;
|
1621
|
+
/** Specifies the option to copy file security descriptor from source file or to set it using the value which is defined by the header value of x-ms-file-permission or x-ms-file-permission-key. */
|
1622
|
+
filePermissionCopyMode?: PermissionCopyModeType;
|
1623
|
+
/** Specifies the option to overwrite the target file if it already exists and has read-only attribute set. */
|
1624
|
+
ignoreReadOnly?: boolean;
|
1625
|
+
/** Specifies the option to set archive attribute on a target file. True means archive attribute will be set on a target file despite attribute overrides or a source file state. */
|
1626
|
+
setArchiveAttribute?: boolean;
|
1627
|
+
}
|
1628
|
+
/** Parameter group */
|
1629
|
+
export interface FileHttpHeaders {
|
1630
|
+
/** Sets the MIME content type of the file. The default type is 'application/octet-stream'. */
|
1631
|
+
fileContentType?: string;
|
1632
|
+
/** Specifies which content encodings have been applied to the file. */
|
1633
|
+
fileContentEncoding?: string;
|
1634
|
+
/** Specifies the natural languages used by this resource. */
|
1635
|
+
fileContentLanguage?: string;
|
1636
|
+
/** Sets the file's cache control. The File service stores this value but does not use or modify it. */
|
1637
|
+
fileCacheControl?: string;
|
1638
|
+
/** Sets the file's MD5 hash. */
|
1639
|
+
fileContentMD5?: Uint8Array;
|
1640
|
+
/** Sets the file's Content-Disposition header. */
|
1641
|
+
fileContentDisposition?: string;
|
1642
|
+
}
|
1643
|
+
/** Parameter group */
|
1644
|
+
export interface SourceModifiedAccessConditions {
|
1645
|
+
/** Specify the crc64 value to operate only on range with a matching crc64 checksum. */
|
1646
|
+
sourceIfMatchCrc64?: Uint8Array;
|
1647
|
+
/** Specify the crc64 value to operate only on range without a matching crc64 checksum. */
|
1648
|
+
sourceIfNoneMatchCrc64?: Uint8Array;
|
1649
|
+
}
|
1650
|
+
/** Known values of {@link ShareTokenIntent} that the service accepts. */
|
1651
|
+
export declare enum KnownShareTokenIntent {
|
1652
|
+
/** Backup */
|
1653
|
+
Backup = "backup"
|
1654
|
+
}
|
1655
|
+
/**
|
1656
|
+
* Defines values for ShareTokenIntent. \
|
1657
|
+
* {@link KnownShareTokenIntent} can be used interchangeably with ShareTokenIntent,
|
1658
|
+
* this enum contains the known values that the service supports.
|
1659
|
+
* ### Known values supported by the service
|
1660
|
+
* **backup**
|
1661
|
+
*/
|
1662
|
+
export type ShareTokenIntent = string;
|
1663
|
+
/** Known values of {@link NfsFileType} that the service accepts. */
|
1664
|
+
export declare enum KnownNfsFileType {
|
1665
|
+
/** Regular */
|
1666
|
+
Regular = "Regular",
|
1667
|
+
/** Directory */
|
1668
|
+
Directory = "Directory",
|
1669
|
+
/** SymLink */
|
1670
|
+
SymLink = "SymLink"
|
1671
|
+
}
|
1672
|
+
/**
|
1673
|
+
* Defines values for NfsFileType. \
|
1674
|
+
* {@link KnownNfsFileType} can be used interchangeably with NfsFileType,
|
1675
|
+
* this enum contains the known values that the service supports.
|
1676
|
+
* ### Known values supported by the service
|
1677
|
+
* **Regular** \
|
1678
|
+
* **Directory** \
|
1679
|
+
* **SymLink**
|
1680
|
+
*/
|
1681
|
+
export type NfsFileType = string;
|
1682
|
+
/** Known values of {@link StorageErrorCode} that the service accepts. */
|
1683
|
+
export declare enum KnownStorageErrorCode {
|
1684
|
+
/** AccountAlreadyExists */
|
1685
|
+
AccountAlreadyExists = "AccountAlreadyExists",
|
1686
|
+
/** AccountBeingCreated */
|
1687
|
+
AccountBeingCreated = "AccountBeingCreated",
|
1688
|
+
/** AccountIsDisabled */
|
1689
|
+
AccountIsDisabled = "AccountIsDisabled",
|
1690
|
+
/** AuthenticationFailed */
|
1691
|
+
AuthenticationFailed = "AuthenticationFailed",
|
1692
|
+
/** AuthorizationFailure */
|
1693
|
+
AuthorizationFailure = "AuthorizationFailure",
|
1694
|
+
/** ConditionHeadersNotSupported */
|
1695
|
+
ConditionHeadersNotSupported = "ConditionHeadersNotSupported",
|
1696
|
+
/** ConditionNotMet */
|
1697
|
+
ConditionNotMet = "ConditionNotMet",
|
1698
|
+
/** EmptyMetadataKey */
|
1699
|
+
EmptyMetadataKey = "EmptyMetadataKey",
|
1700
|
+
/** FileShareProvisionedBandwidthDowngradeNotAllowed */
|
1701
|
+
FileShareProvisionedBandwidthDowngradeNotAllowed = "FileShareProvisionedBandwidthDowngradeNotAllowed",
|
1702
|
+
/** FileShareProvisionedIopsDowngradeNotAllowed */
|
1703
|
+
FileShareProvisionedIopsDowngradeNotAllowed = "FileShareProvisionedIopsDowngradeNotAllowed",
|
1704
|
+
/** InsufficientAccountPermissions */
|
1705
|
+
InsufficientAccountPermissions = "InsufficientAccountPermissions",
|
1706
|
+
/** InternalError */
|
1707
|
+
InternalError = "InternalError",
|
1708
|
+
/** InvalidAuthenticationInfo */
|
1709
|
+
InvalidAuthenticationInfo = "InvalidAuthenticationInfo",
|
1710
|
+
/** InvalidHeaderValue */
|
1711
|
+
InvalidHeaderValue = "InvalidHeaderValue",
|
1712
|
+
/** InvalidHttpVerb */
|
1713
|
+
InvalidHttpVerb = "InvalidHttpVerb",
|
1714
|
+
/** InvalidInput */
|
1715
|
+
InvalidInput = "InvalidInput",
|
1716
|
+
/** InvalidMd5 */
|
1717
|
+
InvalidMd5 = "InvalidMd5",
|
1718
|
+
/** InvalidMetadata */
|
1719
|
+
InvalidMetadata = "InvalidMetadata",
|
1720
|
+
/** InvalidQueryParameterValue */
|
1721
|
+
InvalidQueryParameterValue = "InvalidQueryParameterValue",
|
1722
|
+
/** InvalidRange */
|
1723
|
+
InvalidRange = "InvalidRange",
|
1724
|
+
/** InvalidResourceName */
|
1725
|
+
InvalidResourceName = "InvalidResourceName",
|
1726
|
+
/** InvalidUri */
|
1727
|
+
InvalidUri = "InvalidUri",
|
1728
|
+
/** InvalidXmlDocument */
|
1729
|
+
InvalidXmlDocument = "InvalidXmlDocument",
|
1730
|
+
/** InvalidXmlNodeValue */
|
1731
|
+
InvalidXmlNodeValue = "InvalidXmlNodeValue",
|
1732
|
+
/** Md5Mismatch */
|
1733
|
+
Md5Mismatch = "Md5Mismatch",
|
1734
|
+
/** MetadataTooLarge */
|
1735
|
+
MetadataTooLarge = "MetadataTooLarge",
|
1736
|
+
/** MissingContentLengthHeader */
|
1737
|
+
MissingContentLengthHeader = "MissingContentLengthHeader",
|
1738
|
+
/** MissingRequiredQueryParameter */
|
1739
|
+
MissingRequiredQueryParameter = "MissingRequiredQueryParameter",
|
1740
|
+
/** MissingRequiredHeader */
|
1741
|
+
MissingRequiredHeader = "MissingRequiredHeader",
|
1742
|
+
/** MissingRequiredXmlNode */
|
1743
|
+
MissingRequiredXmlNode = "MissingRequiredXmlNode",
|
1744
|
+
/** MultipleConditionHeadersNotSupported */
|
1745
|
+
MultipleConditionHeadersNotSupported = "MultipleConditionHeadersNotSupported",
|
1746
|
+
/** OperationTimedOut */
|
1747
|
+
OperationTimedOut = "OperationTimedOut",
|
1748
|
+
/** OutOfRangeInput */
|
1749
|
+
OutOfRangeInput = "OutOfRangeInput",
|
1750
|
+
/** OutOfRangeQueryParameterValue */
|
1751
|
+
OutOfRangeQueryParameterValue = "OutOfRangeQueryParameterValue",
|
1752
|
+
/** RequestBodyTooLarge */
|
1753
|
+
RequestBodyTooLarge = "RequestBodyTooLarge",
|
1754
|
+
/** ResourceTypeMismatch */
|
1755
|
+
ResourceTypeMismatch = "ResourceTypeMismatch",
|
1756
|
+
/** RequestUrlFailedToParse */
|
1757
|
+
RequestUrlFailedToParse = "RequestUrlFailedToParse",
|
1758
|
+
/** ResourceAlreadyExists */
|
1759
|
+
ResourceAlreadyExists = "ResourceAlreadyExists",
|
1760
|
+
/** ResourceNotFound */
|
1761
|
+
ResourceNotFound = "ResourceNotFound",
|
1762
|
+
/** ServerBusy */
|
1763
|
+
ServerBusy = "ServerBusy",
|
1764
|
+
/** UnsupportedHeader */
|
1765
|
+
UnsupportedHeader = "UnsupportedHeader",
|
1766
|
+
/** UnsupportedXmlNode */
|
1767
|
+
UnsupportedXmlNode = "UnsupportedXmlNode",
|
1768
|
+
/** UnsupportedQueryParameter */
|
1769
|
+
UnsupportedQueryParameter = "UnsupportedQueryParameter",
|
1770
|
+
/** UnsupportedHttpVerb */
|
1771
|
+
UnsupportedHttpVerb = "UnsupportedHttpVerb",
|
1772
|
+
/** CannotDeleteFileOrDirectory */
|
1773
|
+
CannotDeleteFileOrDirectory = "CannotDeleteFileOrDirectory",
|
1774
|
+
/** ClientCacheFlushDelay */
|
1775
|
+
ClientCacheFlushDelay = "ClientCacheFlushDelay",
|
1776
|
+
/** DeletePending */
|
1777
|
+
DeletePending = "DeletePending",
|
1778
|
+
/** DirectoryNotEmpty */
|
1779
|
+
DirectoryNotEmpty = "DirectoryNotEmpty",
|
1780
|
+
/** FileLockConflict */
|
1781
|
+
FileLockConflict = "FileLockConflict",
|
1782
|
+
/** InvalidFileOrDirectoryPathName */
|
1783
|
+
InvalidFileOrDirectoryPathName = "InvalidFileOrDirectoryPathName",
|
1784
|
+
/** ParentNotFound */
|
1785
|
+
ParentNotFound = "ParentNotFound",
|
1786
|
+
/** ReadOnlyAttribute */
|
1787
|
+
ReadOnlyAttribute = "ReadOnlyAttribute",
|
1788
|
+
/** ShareAlreadyExists */
|
1789
|
+
ShareAlreadyExists = "ShareAlreadyExists",
|
1790
|
+
/** ShareBeingDeleted */
|
1791
|
+
ShareBeingDeleted = "ShareBeingDeleted",
|
1792
|
+
/** ShareDisabled */
|
1793
|
+
ShareDisabled = "ShareDisabled",
|
1794
|
+
/** ShareNotFound */
|
1795
|
+
ShareNotFound = "ShareNotFound",
|
1796
|
+
/** SharingViolation */
|
1797
|
+
SharingViolation = "SharingViolation",
|
1798
|
+
/** ShareSnapshotInProgress */
|
1799
|
+
ShareSnapshotInProgress = "ShareSnapshotInProgress",
|
1800
|
+
/** ShareSnapshotCountExceeded */
|
1801
|
+
ShareSnapshotCountExceeded = "ShareSnapshotCountExceeded",
|
1802
|
+
/** ShareSnapshotOperationNotSupported */
|
1803
|
+
ShareSnapshotOperationNotSupported = "ShareSnapshotOperationNotSupported",
|
1804
|
+
/** ShareHasSnapshots */
|
1805
|
+
ShareHasSnapshots = "ShareHasSnapshots",
|
1806
|
+
/** PreviousSnapshotNotFound */
|
1807
|
+
PreviousSnapshotNotFound = "PreviousSnapshotNotFound",
|
1808
|
+
/** ContainerQuotaDowngradeNotAllowed */
|
1809
|
+
ContainerQuotaDowngradeNotAllowed = "ContainerQuotaDowngradeNotAllowed",
|
1810
|
+
/** AuthorizationSourceIPMismatch */
|
1811
|
+
AuthorizationSourceIPMismatch = "AuthorizationSourceIPMismatch",
|
1812
|
+
/** AuthorizationProtocolMismatch */
|
1813
|
+
AuthorizationProtocolMismatch = "AuthorizationProtocolMismatch",
|
1814
|
+
/** AuthorizationPermissionMismatch */
|
1815
|
+
AuthorizationPermissionMismatch = "AuthorizationPermissionMismatch",
|
1816
|
+
/** AuthorizationServiceMismatch */
|
1817
|
+
AuthorizationServiceMismatch = "AuthorizationServiceMismatch",
|
1818
|
+
/** AuthorizationResourceTypeMismatch */
|
1819
|
+
AuthorizationResourceTypeMismatch = "AuthorizationResourceTypeMismatch",
|
1820
|
+
/** FeatureVersionMismatch */
|
1821
|
+
FeatureVersionMismatch = "FeatureVersionMismatch"
|
1822
|
+
}
|
1823
|
+
/**
|
1824
|
+
* Defines values for StorageErrorCode. \
|
1825
|
+
* {@link KnownStorageErrorCode} can be used interchangeably with StorageErrorCode,
|
1826
|
+
* this enum contains the known values that the service supports.
|
1827
|
+
* ### Known values supported by the service
|
1828
|
+
* **AccountAlreadyExists** \
|
1829
|
+
* **AccountBeingCreated** \
|
1830
|
+
* **AccountIsDisabled** \
|
1831
|
+
* **AuthenticationFailed** \
|
1832
|
+
* **AuthorizationFailure** \
|
1833
|
+
* **ConditionHeadersNotSupported** \
|
1834
|
+
* **ConditionNotMet** \
|
1835
|
+
* **EmptyMetadataKey** \
|
1836
|
+
* **FileShareProvisionedBandwidthDowngradeNotAllowed** \
|
1837
|
+
* **FileShareProvisionedIopsDowngradeNotAllowed** \
|
1838
|
+
* **InsufficientAccountPermissions** \
|
1839
|
+
* **InternalError** \
|
1840
|
+
* **InvalidAuthenticationInfo** \
|
1841
|
+
* **InvalidHeaderValue** \
|
1842
|
+
* **InvalidHttpVerb** \
|
1843
|
+
* **InvalidInput** \
|
1844
|
+
* **InvalidMd5** \
|
1845
|
+
* **InvalidMetadata** \
|
1846
|
+
* **InvalidQueryParameterValue** \
|
1847
|
+
* **InvalidRange** \
|
1848
|
+
* **InvalidResourceName** \
|
1849
|
+
* **InvalidUri** \
|
1850
|
+
* **InvalidXmlDocument** \
|
1851
|
+
* **InvalidXmlNodeValue** \
|
1852
|
+
* **Md5Mismatch** \
|
1853
|
+
* **MetadataTooLarge** \
|
1854
|
+
* **MissingContentLengthHeader** \
|
1855
|
+
* **MissingRequiredQueryParameter** \
|
1856
|
+
* **MissingRequiredHeader** \
|
1857
|
+
* **MissingRequiredXmlNode** \
|
1858
|
+
* **MultipleConditionHeadersNotSupported** \
|
1859
|
+
* **OperationTimedOut** \
|
1860
|
+
* **OutOfRangeInput** \
|
1861
|
+
* **OutOfRangeQueryParameterValue** \
|
1862
|
+
* **RequestBodyTooLarge** \
|
1863
|
+
* **ResourceTypeMismatch** \
|
1864
|
+
* **RequestUrlFailedToParse** \
|
1865
|
+
* **ResourceAlreadyExists** \
|
1866
|
+
* **ResourceNotFound** \
|
1867
|
+
* **ServerBusy** \
|
1868
|
+
* **UnsupportedHeader** \
|
1869
|
+
* **UnsupportedXmlNode** \
|
1870
|
+
* **UnsupportedQueryParameter** \
|
1871
|
+
* **UnsupportedHttpVerb** \
|
1872
|
+
* **CannotDeleteFileOrDirectory** \
|
1873
|
+
* **ClientCacheFlushDelay** \
|
1874
|
+
* **DeletePending** \
|
1875
|
+
* **DirectoryNotEmpty** \
|
1876
|
+
* **FileLockConflict** \
|
1877
|
+
* **InvalidFileOrDirectoryPathName** \
|
1878
|
+
* **ParentNotFound** \
|
1879
|
+
* **ReadOnlyAttribute** \
|
1880
|
+
* **ShareAlreadyExists** \
|
1881
|
+
* **ShareBeingDeleted** \
|
1882
|
+
* **ShareDisabled** \
|
1883
|
+
* **ShareNotFound** \
|
1884
|
+
* **SharingViolation** \
|
1885
|
+
* **ShareSnapshotInProgress** \
|
1886
|
+
* **ShareSnapshotCountExceeded** \
|
1887
|
+
* **ShareSnapshotOperationNotSupported** \
|
1888
|
+
* **ShareHasSnapshots** \
|
1889
|
+
* **PreviousSnapshotNotFound** \
|
1890
|
+
* **ContainerQuotaDowngradeNotAllowed** \
|
1891
|
+
* **AuthorizationSourceIPMismatch** \
|
1892
|
+
* **AuthorizationProtocolMismatch** \
|
1893
|
+
* **AuthorizationPermissionMismatch** \
|
1894
|
+
* **AuthorizationServiceMismatch** \
|
1895
|
+
* **AuthorizationResourceTypeMismatch** \
|
1896
|
+
* **FeatureVersionMismatch**
|
1897
|
+
*/
|
1898
|
+
export type StorageErrorCode = string;
|
1899
|
+
/** Defines values for ListSharesIncludeType. */
|
1900
|
+
export type ListSharesIncludeType = "snapshots" | "metadata" | "deleted";
|
1901
|
+
/** Defines values for LeaseStatusType. */
|
1902
|
+
export type LeaseStatusType = "locked" | "unlocked";
|
1903
|
+
/** Defines values for LeaseStateType. */
|
1904
|
+
export type LeaseStateType = "available" | "leased" | "expired" | "breaking" | "broken";
|
1905
|
+
/** Defines values for LeaseDurationType. */
|
1906
|
+
export type LeaseDurationType = "infinite" | "fixed";
|
1907
|
+
/** Defines values for ShareRootSquash. */
|
1908
|
+
export type ShareRootSquash = "NoRootSquash" | "RootSquash" | "AllSquash";
|
1909
|
+
/** Defines values for ShareAccessTier. */
|
1910
|
+
export type ShareAccessTier = "TransactionOptimized" | "Hot" | "Cool" | "Premium";
|
1911
|
+
/** Defines values for DeleteSnapshotsOptionType. */
|
1912
|
+
export type DeleteSnapshotsOptionType = "include" | "include-leased";
|
1913
|
+
/** Defines values for FilePermissionFormat. */
|
1914
|
+
export type FilePermissionFormat = "Sddl" | "Binary";
|
1915
|
+
/** Defines values for ListFilesIncludeType. */
|
1916
|
+
export type ListFilesIncludeType = "Timestamps" | "Etag" | "Attributes" | "PermissionKey";
|
1917
|
+
/** Defines values for AccessRight. */
|
1918
|
+
export type AccessRight = "Read" | "Write" | "Delete";
|
1919
|
+
/** Defines values for CopyStatusType. */
|
1920
|
+
export type CopyStatusType = "pending" | "success" | "aborted" | "failed";
|
1921
|
+
/** Defines values for FileRangeWriteType. */
|
1922
|
+
export type FileRangeWriteType = "update" | "clear";
|
1923
|
+
/** Defines values for FileLastWrittenMode. */
|
1924
|
+
export type FileLastWrittenMode = "Now" | "Preserve";
|
1925
|
+
/** Defines values for PermissionCopyModeType. */
|
1926
|
+
export type PermissionCopyModeType = "source" | "override";
|
1927
|
+
/** Defines values for ModeCopyMode. */
|
1928
|
+
export type ModeCopyMode = "source" | "override";
|
1929
|
+
/** Defines values for OwnerCopyMode. */
|
1930
|
+
export type OwnerCopyMode = "source" | "override";
|
1931
|
+
/** Optional parameters. */
|
1932
|
+
export interface ServiceSetPropertiesOptionalParams extends coreClient.OperationOptions {
|
1933
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
1934
|
+
timeoutInSeconds?: number;
|
1935
|
+
/** Valid value is backup */
|
1936
|
+
fileRequestIntent?: ShareTokenIntent;
|
1937
|
+
}
|
1938
|
+
/** Contains response data for the setProperties operation. */
|
1939
|
+
export type ServiceSetPropertiesResponse = ServiceSetPropertiesHeaders;
|
1940
|
+
/** Optional parameters. */
|
1941
|
+
export interface ServiceGetPropertiesOptionalParams extends coreClient.OperationOptions {
|
1942
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
1943
|
+
timeoutInSeconds?: number;
|
1944
|
+
/** Valid value is backup */
|
1945
|
+
fileRequestIntent?: ShareTokenIntent;
|
1946
|
+
}
|
1947
|
+
/** Contains response data for the getProperties operation. */
|
1948
|
+
export type ServiceGetPropertiesResponse = ServiceGetPropertiesHeaders & FileServiceProperties;
|
1949
|
+
/** Optional parameters. */
|
1950
|
+
export interface ServiceListSharesSegmentOptionalParams extends coreClient.OperationOptions {
|
1951
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
1952
|
+
timeoutInSeconds?: number;
|
1953
|
+
/** Valid value is backup */
|
1954
|
+
fileRequestIntent?: ShareTokenIntent;
|
1955
|
+
/** Filters the results to return only entries whose name begins with the specified prefix. */
|
1956
|
+
prefix?: string;
|
1957
|
+
/** A string value that identifies the portion of the list to be returned with the next list operation. The operation returns a marker value within the response body if the list returned was not complete. The marker value may then be used in a subsequent call to request the next set of list items. The marker value is opaque to the client. */
|
1958
|
+
marker?: string;
|
1959
|
+
/** Specifies the maximum number of entries to return. If the request does not specify maxresults, or specifies a value greater than 5,000, the server will return up to 5,000 items. */
|
1960
|
+
maxResults?: number;
|
1961
|
+
/** Include this parameter to specify one or more datasets to include in the response. */
|
1962
|
+
include?: ListSharesIncludeType[];
|
1963
|
+
}
|
1964
|
+
/** Contains response data for the listSharesSegment operation. */
|
1965
|
+
export type ServiceListSharesSegmentResponse = ServiceListSharesSegmentHeaders & ListSharesResponse;
|
1966
|
+
/** Optional parameters. */
|
1967
|
+
export interface ShareCreateOptionalParams extends coreClient.OperationOptions {
|
1968
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
1969
|
+
timeoutInSeconds?: number;
|
1970
|
+
/** Valid value is backup */
|
1971
|
+
fileRequestIntent?: ShareTokenIntent;
|
1972
|
+
/** A name-value pair to associate with a file storage object. */
|
1973
|
+
metadata?: {
|
1974
|
+
[propertyName: string]: string;
|
1975
|
+
};
|
1976
|
+
/** Specifies the maximum size of the share, in gigabytes. */
|
1977
|
+
quota?: number;
|
1978
|
+
/** Specifies the access tier of the share. */
|
1979
|
+
accessTier?: ShareAccessTier;
|
1980
|
+
/** Protocols to enable on the share. */
|
1981
|
+
enabledProtocols?: string;
|
1982
|
+
/** Root squash to set on the share. Only valid for NFS shares. */
|
1983
|
+
rootSquash?: ShareRootSquash;
|
1984
|
+
enableSnapshotVirtualDirectoryAccess?: boolean;
|
1985
|
+
/** Optional. Boolean. Default if not specified is false. This property enables paid bursting. */
|
1986
|
+
paidBurstingEnabled?: boolean;
|
1987
|
+
/** Optional. Integer. Default if not specified is the maximum throughput the file share can support. Current maximum for a file share is 10,340 MiB/sec. */
|
1988
|
+
paidBurstingMaxBandwidthMibps?: number;
|
1989
|
+
/** Optional. Integer. Default if not specified is the maximum IOPS the file share can support. Current maximum for a file share is 102,400 IOPS. */
|
1990
|
+
paidBurstingMaxIops?: number;
|
1991
|
+
/** Optional. Supported in version 2025-01-05 and later. Only allowed for provisioned v2 file shares. Specifies the provisioned number of input/output operations per second (IOPS) of the share. If this is not specified, the provisioned IOPS is set to value calculated based on recommendation formula. */
|
1992
|
+
shareProvisionedIops?: number;
|
1993
|
+
/** Optional. Supported in version 2025-01-05 and later. Only allowed for provisioned v2 file shares. Specifies the provisioned bandwidth of the share, in mebibytes per second (MiBps). If this is not specified, the provisioned bandwidth is set to value calculated based on recommendation formula. */
|
1994
|
+
shareProvisionedBandwidthMibps?: number;
|
1995
|
+
}
|
1996
|
+
/** Contains response data for the create operation. */
|
1997
|
+
export type ShareCreateResponse = ShareCreateHeaders;
|
1998
|
+
/** Optional parameters. */
|
1999
|
+
export interface ShareGetPropertiesOptionalParams extends coreClient.OperationOptions {
|
2000
|
+
/** Parameter group */
|
2001
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2002
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2003
|
+
timeoutInSeconds?: number;
|
2004
|
+
/** Valid value is backup */
|
2005
|
+
fileRequestIntent?: ShareTokenIntent;
|
2006
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the share snapshot to query. */
|
2007
|
+
shareSnapshot?: string;
|
2008
|
+
}
|
2009
|
+
/** Contains response data for the getProperties operation. */
|
2010
|
+
export type ShareGetPropertiesResponse = ShareGetPropertiesHeaders;
|
2011
|
+
/** Optional parameters. */
|
2012
|
+
export interface ShareDeleteOptionalParams extends coreClient.OperationOptions {
|
2013
|
+
/** Parameter group */
|
2014
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2015
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2016
|
+
timeoutInSeconds?: number;
|
2017
|
+
/** Valid value is backup */
|
2018
|
+
fileRequestIntent?: ShareTokenIntent;
|
2019
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the share snapshot to query. */
|
2020
|
+
shareSnapshot?: string;
|
2021
|
+
/** Specifies the option include to delete the base share and all of its snapshots. */
|
2022
|
+
deleteSnapshots?: DeleteSnapshotsOptionType;
|
2023
|
+
}
|
2024
|
+
/** Contains response data for the delete operation. */
|
2025
|
+
export type ShareDeleteResponse = ShareDeleteHeaders;
|
2026
|
+
/** Optional parameters. */
|
2027
|
+
export interface ShareAcquireLeaseOptionalParams extends coreClient.OperationOptions {
|
2028
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2029
|
+
timeoutInSeconds?: number;
|
2030
|
+
/** Valid value is backup */
|
2031
|
+
fileRequestIntent?: ShareTokenIntent;
|
2032
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the share snapshot to query. */
|
2033
|
+
shareSnapshot?: string;
|
2034
|
+
/** Specifies the duration of the lease, in seconds, or negative one (-1) for a lease that never expires. A non-infinite lease can be between 15 and 60 seconds. A lease duration cannot be changed using renew or change. */
|
2035
|
+
duration?: number;
|
2036
|
+
/** Proposed lease ID, in a GUID string format. The File 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. */
|
2037
|
+
proposedLeaseId?: string;
|
2038
|
+
/** 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. */
|
2039
|
+
requestId?: string;
|
2040
|
+
}
|
2041
|
+
/** Contains response data for the acquireLease operation. */
|
2042
|
+
export type ShareAcquireLeaseResponse = ShareAcquireLeaseHeaders;
|
2043
|
+
/** Optional parameters. */
|
2044
|
+
export interface ShareReleaseLeaseOptionalParams extends coreClient.OperationOptions {
|
2045
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2046
|
+
timeoutInSeconds?: number;
|
2047
|
+
/** Valid value is backup */
|
2048
|
+
fileRequestIntent?: ShareTokenIntent;
|
2049
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the share snapshot to query. */
|
2050
|
+
shareSnapshot?: string;
|
2051
|
+
/** 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. */
|
2052
|
+
requestId?: string;
|
2053
|
+
}
|
2054
|
+
/** Contains response data for the releaseLease operation. */
|
2055
|
+
export type ShareReleaseLeaseResponse = ShareReleaseLeaseHeaders;
|
2056
|
+
/** Optional parameters. */
|
2057
|
+
export interface ShareChangeLeaseOptionalParams extends coreClient.OperationOptions {
|
2058
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2059
|
+
timeoutInSeconds?: number;
|
2060
|
+
/** Valid value is backup */
|
2061
|
+
fileRequestIntent?: ShareTokenIntent;
|
2062
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the share snapshot to query. */
|
2063
|
+
shareSnapshot?: string;
|
2064
|
+
/** Proposed lease ID, in a GUID string format. The File 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. */
|
2065
|
+
proposedLeaseId?: string;
|
2066
|
+
/** 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. */
|
2067
|
+
requestId?: string;
|
2068
|
+
}
|
2069
|
+
/** Contains response data for the changeLease operation. */
|
2070
|
+
export type ShareChangeLeaseResponse = ShareChangeLeaseHeaders;
|
2071
|
+
/** Optional parameters. */
|
2072
|
+
export interface ShareRenewLeaseOptionalParams extends coreClient.OperationOptions {
|
2073
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2074
|
+
timeoutInSeconds?: number;
|
2075
|
+
/** Valid value is backup */
|
2076
|
+
fileRequestIntent?: ShareTokenIntent;
|
2077
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the share snapshot to query. */
|
2078
|
+
shareSnapshot?: string;
|
2079
|
+
/** 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. */
|
2080
|
+
requestId?: string;
|
2081
|
+
}
|
2082
|
+
/** Contains response data for the renewLease operation. */
|
2083
|
+
export type ShareRenewLeaseResponse = ShareRenewLeaseHeaders;
|
2084
|
+
/** Optional parameters. */
|
2085
|
+
export interface ShareBreakLeaseOptionalParams extends coreClient.OperationOptions {
|
2086
|
+
/** Parameter group */
|
2087
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2088
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2089
|
+
timeoutInSeconds?: number;
|
2090
|
+
/** Valid value is backup */
|
2091
|
+
fileRequestIntent?: ShareTokenIntent;
|
2092
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the share snapshot to query. */
|
2093
|
+
shareSnapshot?: string;
|
2094
|
+
/** 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. */
|
2095
|
+
requestId?: string;
|
2096
|
+
/** For a break operation, proposed duration the lease should continue before it is broken, in seconds, between 0 and 60. This break period is only used if it is shorter than the time remaining on the lease. If longer, the time remaining on the lease is used. A new lease will not be available before the break period has expired, but the lease may be held for longer than the break period. If this header does not appear with a break operation, a fixed-duration lease breaks after the remaining lease period elapses, and an infinite lease breaks immediately. */
|
2097
|
+
breakPeriod?: number;
|
2098
|
+
}
|
2099
|
+
/** Contains response data for the breakLease operation. */
|
2100
|
+
export type ShareBreakLeaseResponse = ShareBreakLeaseHeaders;
|
2101
|
+
/** Optional parameters. */
|
2102
|
+
export interface ShareCreateSnapshotOptionalParams extends coreClient.OperationOptions {
|
2103
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2104
|
+
timeoutInSeconds?: number;
|
2105
|
+
/** Valid value is backup */
|
2106
|
+
fileRequestIntent?: ShareTokenIntent;
|
2107
|
+
/** A name-value pair to associate with a file storage object. */
|
2108
|
+
metadata?: {
|
2109
|
+
[propertyName: string]: string;
|
2110
|
+
};
|
2111
|
+
}
|
2112
|
+
/** Contains response data for the createSnapshot operation. */
|
2113
|
+
export type ShareCreateSnapshotResponse = ShareCreateSnapshotHeaders;
|
2114
|
+
/** Optional parameters. */
|
2115
|
+
export interface ShareCreatePermissionOptionalParams extends coreClient.OperationOptions {
|
2116
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2117
|
+
timeoutInSeconds?: number;
|
2118
|
+
/** Valid value is backup */
|
2119
|
+
fileRequestIntent?: ShareTokenIntent;
|
2120
|
+
}
|
2121
|
+
/** Contains response data for the createPermission operation. */
|
2122
|
+
export type ShareCreatePermissionResponse = ShareCreatePermissionHeaders;
|
2123
|
+
/** Optional parameters. */
|
2124
|
+
export interface ShareGetPermissionOptionalParams extends coreClient.OperationOptions {
|
2125
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2126
|
+
timeoutInSeconds?: number;
|
2127
|
+
/** Valid value is backup */
|
2128
|
+
fileRequestIntent?: ShareTokenIntent;
|
2129
|
+
/** Optional. Available for version 2023-06-01 and later. Specifies the format in which the permission is returned. Acceptable values are SDDL or binary. If x-ms-file-permission-format is unspecified or explicitly set to SDDL, the permission is returned in SDDL format. If x-ms-file-permission-format is explicitly set to binary, the permission is returned as a base64 string representing the binary encoding of the permission */
|
2130
|
+
filePermissionFormat?: FilePermissionFormat;
|
2131
|
+
}
|
2132
|
+
/** Contains response data for the getPermission operation. */
|
2133
|
+
export type ShareGetPermissionResponse = ShareGetPermissionHeaders & SharePermission;
|
2134
|
+
/** Optional parameters. */
|
2135
|
+
export interface ShareSetPropertiesOptionalParams extends coreClient.OperationOptions {
|
2136
|
+
/** Parameter group */
|
2137
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2138
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2139
|
+
timeoutInSeconds?: number;
|
2140
|
+
/** Valid value is backup */
|
2141
|
+
fileRequestIntent?: ShareTokenIntent;
|
2142
|
+
/** Specifies the maximum size of the share, in gigabytes. */
|
2143
|
+
quota?: number;
|
2144
|
+
/** Specifies the access tier of the share. */
|
2145
|
+
accessTier?: ShareAccessTier;
|
2146
|
+
/** Root squash to set on the share. Only valid for NFS shares. */
|
2147
|
+
rootSquash?: ShareRootSquash;
|
2148
|
+
enableSnapshotVirtualDirectoryAccess?: boolean;
|
2149
|
+
/** Optional. Boolean. Default if not specified is false. This property enables paid bursting. */
|
2150
|
+
paidBurstingEnabled?: boolean;
|
2151
|
+
/** Optional. Integer. Default if not specified is the maximum throughput the file share can support. Current maximum for a file share is 10,340 MiB/sec. */
|
2152
|
+
paidBurstingMaxBandwidthMibps?: number;
|
2153
|
+
/** Optional. Integer. Default if not specified is the maximum IOPS the file share can support. Current maximum for a file share is 102,400 IOPS. */
|
2154
|
+
paidBurstingMaxIops?: number;
|
2155
|
+
/** Optional. Supported in version 2025-01-05 and later. Only allowed for provisioned v2 file shares. Specifies the provisioned number of input/output operations per second (IOPS) of the share. If this is not specified, the provisioned IOPS is set to value calculated based on recommendation formula. */
|
2156
|
+
shareProvisionedIops?: number;
|
2157
|
+
/** Optional. Supported in version 2025-01-05 and later. Only allowed for provisioned v2 file shares. Specifies the provisioned bandwidth of the share, in mebibytes per second (MiBps). If this is not specified, the provisioned bandwidth is set to value calculated based on recommendation formula. */
|
2158
|
+
shareProvisionedBandwidthMibps?: number;
|
2159
|
+
}
|
2160
|
+
/** Contains response data for the setProperties operation. */
|
2161
|
+
export type ShareSetPropertiesResponse = ShareSetPropertiesHeaders;
|
2162
|
+
/** Optional parameters. */
|
2163
|
+
export interface ShareSetMetadataOptionalParams extends coreClient.OperationOptions {
|
2164
|
+
/** Parameter group */
|
2165
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2166
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2167
|
+
timeoutInSeconds?: number;
|
2168
|
+
/** Valid value is backup */
|
2169
|
+
fileRequestIntent?: ShareTokenIntent;
|
2170
|
+
/** A name-value pair to associate with a file storage object. */
|
2171
|
+
metadata?: {
|
2172
|
+
[propertyName: string]: string;
|
2173
|
+
};
|
2174
|
+
}
|
2175
|
+
/** Contains response data for the setMetadata operation. */
|
2176
|
+
export type ShareSetMetadataResponse = ShareSetMetadataHeaders;
|
2177
|
+
/** Optional parameters. */
|
2178
|
+
export interface ShareGetAccessPolicyOptionalParams extends coreClient.OperationOptions {
|
2179
|
+
/** Parameter group */
|
2180
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2181
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2182
|
+
timeoutInSeconds?: number;
|
2183
|
+
/** Valid value is backup */
|
2184
|
+
fileRequestIntent?: ShareTokenIntent;
|
2185
|
+
}
|
2186
|
+
/** Contains response data for the getAccessPolicy operation. */
|
2187
|
+
export type ShareGetAccessPolicyResponse = ShareGetAccessPolicyHeaders & SignedIdentifier[];
|
2188
|
+
/** Optional parameters. */
|
2189
|
+
export interface ShareSetAccessPolicyOptionalParams extends coreClient.OperationOptions {
|
2190
|
+
/** Parameter group */
|
2191
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2192
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2193
|
+
timeoutInSeconds?: number;
|
2194
|
+
/** Valid value is backup */
|
2195
|
+
fileRequestIntent?: ShareTokenIntent;
|
2196
|
+
/** The ACL for the share. */
|
2197
|
+
shareAcl?: SignedIdentifier[];
|
2198
|
+
}
|
2199
|
+
/** Contains response data for the setAccessPolicy operation. */
|
2200
|
+
export type ShareSetAccessPolicyResponse = ShareSetAccessPolicyHeaders;
|
2201
|
+
/** Optional parameters. */
|
2202
|
+
export interface ShareGetStatisticsOptionalParams extends coreClient.OperationOptions {
|
2203
|
+
/** Parameter group */
|
2204
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2205
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2206
|
+
timeoutInSeconds?: number;
|
2207
|
+
/** Valid value is backup */
|
2208
|
+
fileRequestIntent?: ShareTokenIntent;
|
2209
|
+
}
|
2210
|
+
/** Contains response data for the getStatistics operation. */
|
2211
|
+
export type ShareGetStatisticsResponse = ShareGetStatisticsHeaders & ShareStats;
|
2212
|
+
/** Optional parameters. */
|
2213
|
+
export interface ShareRestoreOptionalParams extends coreClient.OperationOptions {
|
2214
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2215
|
+
timeoutInSeconds?: number;
|
2216
|
+
/** Valid value is backup */
|
2217
|
+
fileRequestIntent?: ShareTokenIntent;
|
2218
|
+
/** 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. */
|
2219
|
+
requestId?: string;
|
2220
|
+
/** Specifies the name of the previously-deleted share. */
|
2221
|
+
deletedShareName?: string;
|
2222
|
+
/** Specifies the version of the previously-deleted share. */
|
2223
|
+
deletedShareVersion?: string;
|
2224
|
+
}
|
2225
|
+
/** Contains response data for the restore operation. */
|
2226
|
+
export type ShareRestoreResponse = ShareRestoreHeaders;
|
2227
|
+
/** Optional parameters. */
|
2228
|
+
export interface DirectoryCreateOptionalParams extends coreClient.OperationOptions {
|
2229
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2230
|
+
timeoutInSeconds?: number;
|
2231
|
+
/** Valid value is backup */
|
2232
|
+
fileRequestIntent?: ShareTokenIntent;
|
2233
|
+
/** A name-value pair to associate with a file storage object. */
|
2234
|
+
metadata?: {
|
2235
|
+
[propertyName: string]: string;
|
2236
|
+
};
|
2237
|
+
/** Optional. Available for version 2023-06-01 and later. Specifies the format in which the permission is returned. Acceptable values are SDDL or binary. If x-ms-file-permission-format is unspecified or explicitly set to SDDL, the permission is returned in SDDL format. If x-ms-file-permission-format is explicitly set to binary, the permission is returned as a base64 string representing the binary encoding of the permission */
|
2238
|
+
filePermissionFormat?: FilePermissionFormat;
|
2239
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2240
|
+
allowTrailingDot?: boolean;
|
2241
|
+
/** If specified the permission (security descriptor) shall be set for the directory/file. This header can be used if Permission size is <= 8KB, else x-ms-file-permission-key header shall be used. Default value: Inherit. If SDDL is specified as input, it must have owner, group and dacl. Note: Only one of the x-ms-file-permission or x-ms-file-permission-key should be specified. */
|
2242
|
+
filePermission?: string;
|
2243
|
+
/** Key of the permission to be set for the directory/file. Note: Only one of the x-ms-file-permission or x-ms-file-permission-key should be specified. */
|
2244
|
+
filePermissionKey?: string;
|
2245
|
+
/** If specified, the provided file attributes shall be set. Default value: ‘Archive’ for file and ‘Directory’ for directory. ‘None’ can also be specified as default. */
|
2246
|
+
fileAttributes?: string;
|
2247
|
+
/** Creation time for the file/directory. Default value: Now. */
|
2248
|
+
fileCreatedOn?: string;
|
2249
|
+
/** Last write time for the file/directory. Default value: Now. */
|
2250
|
+
fileLastWriteOn?: string;
|
2251
|
+
/** Change time for the file/directory. Default value: Now. */
|
2252
|
+
fileChangeOn?: string;
|
2253
|
+
/** Optional, NFS only. The owner of the file or directory. */
|
2254
|
+
owner?: string;
|
2255
|
+
/** Optional, NFS only. The owning group of the file or directory. */
|
2256
|
+
group?: string;
|
2257
|
+
/** Optional, NFS only. The file mode of the file or directory */
|
2258
|
+
fileMode?: string;
|
2259
|
+
}
|
2260
|
+
/** Contains response data for the create operation. */
|
2261
|
+
export type DirectoryCreateResponse = DirectoryCreateHeaders;
|
2262
|
+
/** Optional parameters. */
|
2263
|
+
export interface DirectoryGetPropertiesOptionalParams extends coreClient.OperationOptions {
|
2264
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2265
|
+
timeoutInSeconds?: number;
|
2266
|
+
/** Valid value is backup */
|
2267
|
+
fileRequestIntent?: ShareTokenIntent;
|
2268
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the share snapshot to query. */
|
2269
|
+
shareSnapshot?: string;
|
2270
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2271
|
+
allowTrailingDot?: boolean;
|
2272
|
+
}
|
2273
|
+
/** Contains response data for the getProperties operation. */
|
2274
|
+
export type DirectoryGetPropertiesResponse = DirectoryGetPropertiesHeaders;
|
2275
|
+
/** Optional parameters. */
|
2276
|
+
export interface DirectoryDeleteOptionalParams extends coreClient.OperationOptions {
|
2277
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2278
|
+
timeoutInSeconds?: number;
|
2279
|
+
/** Valid value is backup */
|
2280
|
+
fileRequestIntent?: ShareTokenIntent;
|
2281
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2282
|
+
allowTrailingDot?: boolean;
|
2283
|
+
}
|
2284
|
+
/** Contains response data for the delete operation. */
|
2285
|
+
export type DirectoryDeleteResponse = DirectoryDeleteHeaders;
|
2286
|
+
/** Optional parameters. */
|
2287
|
+
export interface DirectorySetPropertiesOptionalParams extends coreClient.OperationOptions {
|
2288
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2289
|
+
timeoutInSeconds?: number;
|
2290
|
+
/** Valid value is backup */
|
2291
|
+
fileRequestIntent?: ShareTokenIntent;
|
2292
|
+
/** Optional. Available for version 2023-06-01 and later. Specifies the format in which the permission is returned. Acceptable values are SDDL or binary. If x-ms-file-permission-format is unspecified or explicitly set to SDDL, the permission is returned in SDDL format. If x-ms-file-permission-format is explicitly set to binary, the permission is returned as a base64 string representing the binary encoding of the permission */
|
2293
|
+
filePermissionFormat?: FilePermissionFormat;
|
2294
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2295
|
+
allowTrailingDot?: boolean;
|
2296
|
+
/** If specified the permission (security descriptor) shall be set for the directory/file. This header can be used if Permission size is <= 8KB, else x-ms-file-permission-key header shall be used. Default value: Inherit. If SDDL is specified as input, it must have owner, group and dacl. Note: Only one of the x-ms-file-permission or x-ms-file-permission-key should be specified. */
|
2297
|
+
filePermission?: string;
|
2298
|
+
/** Key of the permission to be set for the directory/file. Note: Only one of the x-ms-file-permission or x-ms-file-permission-key should be specified. */
|
2299
|
+
filePermissionKey?: string;
|
2300
|
+
/** If specified, the provided file attributes shall be set. Default value: ‘Archive’ for file and ‘Directory’ for directory. ‘None’ can also be specified as default. */
|
2301
|
+
fileAttributes?: string;
|
2302
|
+
/** Creation time for the file/directory. Default value: Now. */
|
2303
|
+
fileCreatedOn?: string;
|
2304
|
+
/** Last write time for the file/directory. Default value: Now. */
|
2305
|
+
fileLastWriteOn?: string;
|
2306
|
+
/** Change time for the file/directory. Default value: Now. */
|
2307
|
+
fileChangeOn?: string;
|
2308
|
+
/** Optional, NFS only. The owner of the file or directory. */
|
2309
|
+
owner?: string;
|
2310
|
+
/** Optional, NFS only. The owning group of the file or directory. */
|
2311
|
+
group?: string;
|
2312
|
+
/** Optional, NFS only. The file mode of the file or directory */
|
2313
|
+
fileMode?: string;
|
2314
|
+
}
|
2315
|
+
/** Contains response data for the setProperties operation. */
|
2316
|
+
export type DirectorySetPropertiesResponse = DirectorySetPropertiesHeaders;
|
2317
|
+
/** Optional parameters. */
|
2318
|
+
export interface DirectorySetMetadataOptionalParams extends coreClient.OperationOptions {
|
2319
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2320
|
+
timeoutInSeconds?: number;
|
2321
|
+
/** Valid value is backup */
|
2322
|
+
fileRequestIntent?: ShareTokenIntent;
|
2323
|
+
/** A name-value pair to associate with a file storage object. */
|
2324
|
+
metadata?: {
|
2325
|
+
[propertyName: string]: string;
|
2326
|
+
};
|
2327
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2328
|
+
allowTrailingDot?: boolean;
|
2329
|
+
}
|
2330
|
+
/** Contains response data for the setMetadata operation. */
|
2331
|
+
export type DirectorySetMetadataResponse = DirectorySetMetadataHeaders;
|
2332
|
+
/** Optional parameters. */
|
2333
|
+
export interface DirectoryListFilesAndDirectoriesSegmentOptionalParams extends coreClient.OperationOptions {
|
2334
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2335
|
+
timeoutInSeconds?: number;
|
2336
|
+
/** Valid value is backup */
|
2337
|
+
fileRequestIntent?: ShareTokenIntent;
|
2338
|
+
/** Filters the results to return only entries whose name begins with the specified prefix. */
|
2339
|
+
prefix?: string;
|
2340
|
+
/** A string value that identifies the portion of the list to be returned with the next list operation. The operation returns a marker value within the response body if the list returned was not complete. The marker value may then be used in a subsequent call to request the next set of list items. The marker value is opaque to the client. */
|
2341
|
+
marker?: string;
|
2342
|
+
/** Specifies the maximum number of entries to return. If the request does not specify maxresults, or specifies a value greater than 5,000, the server will return up to 5,000 items. */
|
2343
|
+
maxResults?: number;
|
2344
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the share snapshot to query. */
|
2345
|
+
shareSnapshot?: string;
|
2346
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2347
|
+
allowTrailingDot?: boolean;
|
2348
|
+
/** Include this parameter to specify one or more datasets to include in the response. */
|
2349
|
+
include?: ListFilesIncludeType[];
|
2350
|
+
/** Include extended information. */
|
2351
|
+
includeExtendedInfo?: boolean;
|
2352
|
+
}
|
2353
|
+
/** Contains response data for the listFilesAndDirectoriesSegment operation. */
|
2354
|
+
export type DirectoryListFilesAndDirectoriesSegmentResponse = DirectoryListFilesAndDirectoriesSegmentHeaders & ListFilesAndDirectoriesSegmentResponse;
|
2355
|
+
/** Optional parameters. */
|
2356
|
+
export interface DirectoryListHandlesOptionalParams extends coreClient.OperationOptions {
|
2357
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2358
|
+
timeoutInSeconds?: number;
|
2359
|
+
/** Valid value is backup */
|
2360
|
+
fileRequestIntent?: ShareTokenIntent;
|
2361
|
+
/** A string value that identifies the portion of the list to be returned with the next list operation. The operation returns a marker value within the response body if the list returned was not complete. The marker value may then be used in a subsequent call to request the next set of list items. The marker value is opaque to the client. */
|
2362
|
+
marker?: string;
|
2363
|
+
/** Specifies the maximum number of entries to return. If the request does not specify maxresults, or specifies a value greater than 5,000, the server will return up to 5,000 items. */
|
2364
|
+
maxResults?: number;
|
2365
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the share snapshot to query. */
|
2366
|
+
shareSnapshot?: string;
|
2367
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2368
|
+
allowTrailingDot?: boolean;
|
2369
|
+
/** Specifies operation should apply to the directory specified in the URI, its files, its subdirectories and their files. */
|
2370
|
+
recursive?: boolean;
|
2371
|
+
}
|
2372
|
+
/** Contains response data for the listHandles operation. */
|
2373
|
+
export type DirectoryListHandlesResponse = DirectoryListHandlesHeaders & ListHandlesResponse;
|
2374
|
+
/** Optional parameters. */
|
2375
|
+
export interface DirectoryForceCloseHandlesOptionalParams extends coreClient.OperationOptions {
|
2376
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2377
|
+
timeoutInSeconds?: number;
|
2378
|
+
/** Valid value is backup */
|
2379
|
+
fileRequestIntent?: ShareTokenIntent;
|
2380
|
+
/** A string value that identifies the portion of the list to be returned with the next list operation. The operation returns a marker value within the response body if the list returned was not complete. The marker value may then be used in a subsequent call to request the next set of list items. The marker value is opaque to the client. */
|
2381
|
+
marker?: string;
|
2382
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the share snapshot to query. */
|
2383
|
+
shareSnapshot?: string;
|
2384
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2385
|
+
allowTrailingDot?: boolean;
|
2386
|
+
/** Specifies operation should apply to the directory specified in the URI, its files, its subdirectories and their files. */
|
2387
|
+
recursive?: boolean;
|
2388
|
+
}
|
2389
|
+
/** Contains response data for the forceCloseHandles operation. */
|
2390
|
+
export type DirectoryForceCloseHandlesResponse = DirectoryForceCloseHandlesHeaders;
|
2391
|
+
/** Optional parameters. */
|
2392
|
+
export interface DirectoryRenameOptionalParams extends coreClient.OperationOptions {
|
2393
|
+
/** Parameter group */
|
2394
|
+
sourceLeaseAccessConditions?: SourceLeaseAccessConditions;
|
2395
|
+
/** Parameter group */
|
2396
|
+
destinationLeaseAccessConditions?: DestinationLeaseAccessConditions;
|
2397
|
+
/** Parameter group */
|
2398
|
+
copyFileSmbInfo?: CopyFileSmbInfo;
|
2399
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2400
|
+
timeoutInSeconds?: number;
|
2401
|
+
/** Valid value is backup */
|
2402
|
+
fileRequestIntent?: ShareTokenIntent;
|
2403
|
+
/** A name-value pair to associate with a file storage object. */
|
2404
|
+
metadata?: {
|
2405
|
+
[propertyName: string]: string;
|
2406
|
+
};
|
2407
|
+
/** Optional. Available for version 2023-06-01 and later. Specifies the format in which the permission is returned. Acceptable values are SDDL or binary. If x-ms-file-permission-format is unspecified or explicitly set to SDDL, the permission is returned in SDDL format. If x-ms-file-permission-format is explicitly set to binary, the permission is returned as a base64 string representing the binary encoding of the permission */
|
2408
|
+
filePermissionFormat?: FilePermissionFormat;
|
2409
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2410
|
+
allowTrailingDot?: boolean;
|
2411
|
+
/** If specified the permission (security descriptor) shall be set for the directory/file. This header can be used if Permission size is <= 8KB, else x-ms-file-permission-key header shall be used. Default value: Inherit. If SDDL is specified as input, it must have owner, group and dacl. Note: Only one of the x-ms-file-permission or x-ms-file-permission-key should be specified. */
|
2412
|
+
filePermission?: string;
|
2413
|
+
/** Key of the permission to be set for the directory/file. Note: Only one of the x-ms-file-permission or x-ms-file-permission-key should be specified. */
|
2414
|
+
filePermissionKey?: string;
|
2415
|
+
/** Optional. A boolean value for if the destination file already exists, whether this request will overwrite the file or not. If true, the rename will succeed and will overwrite the destination file. If not provided or if false and the destination file does exist, the request will not overwrite the destination file. If provided and the destination file doesn’t exist, the rename will succeed. Note: This value does not override the x-ms-file-copy-ignore-read-only header value. */
|
2416
|
+
replaceIfExists?: boolean;
|
2417
|
+
/** Optional. A boolean value that specifies whether the ReadOnly attribute on a preexisting destination file should be respected. If true, the rename will succeed, otherwise, a previous file at the destination with the ReadOnly attribute set will cause the rename to fail. */
|
2418
|
+
ignoreReadOnly?: boolean;
|
2419
|
+
/** If true, the trailing dot will not be trimmed from the source URI. */
|
2420
|
+
allowSourceTrailingDot?: boolean;
|
2421
|
+
}
|
2422
|
+
/** Contains response data for the rename operation. */
|
2423
|
+
export type DirectoryRenameResponse = DirectoryRenameHeaders;
|
2424
|
+
/** Optional parameters. */
|
2425
|
+
export interface FileCreateOptionalParams extends coreClient.OperationOptions {
|
2426
|
+
/** Parameter group */
|
2427
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2428
|
+
/** Parameter group */
|
2429
|
+
fileHttpHeaders?: FileHttpHeaders;
|
2430
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2431
|
+
timeoutInSeconds?: number;
|
2432
|
+
/** Valid value is backup */
|
2433
|
+
fileRequestIntent?: ShareTokenIntent;
|
2434
|
+
/** A name-value pair to associate with a file storage object. */
|
2435
|
+
metadata?: {
|
2436
|
+
[propertyName: string]: string;
|
2437
|
+
};
|
2438
|
+
/** Optional. Available for version 2023-06-01 and later. Specifies the format in which the permission is returned. Acceptable values are SDDL or binary. If x-ms-file-permission-format is unspecified or explicitly set to SDDL, the permission is returned in SDDL format. If x-ms-file-permission-format is explicitly set to binary, the permission is returned as a base64 string representing the binary encoding of the permission */
|
2439
|
+
filePermissionFormat?: FilePermissionFormat;
|
2440
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2441
|
+
allowTrailingDot?: boolean;
|
2442
|
+
/** If specified the permission (security descriptor) shall be set for the directory/file. This header can be used if Permission size is <= 8KB, else x-ms-file-permission-key header shall be used. Default value: Inherit. If SDDL is specified as input, it must have owner, group and dacl. Note: Only one of the x-ms-file-permission or x-ms-file-permission-key should be specified. */
|
2443
|
+
filePermission?: string;
|
2444
|
+
/** Key of the permission to be set for the directory/file. Note: Only one of the x-ms-file-permission or x-ms-file-permission-key should be specified. */
|
2445
|
+
filePermissionKey?: string;
|
2446
|
+
/** If specified, the provided file attributes shall be set. Default value: ‘Archive’ for file and ‘Directory’ for directory. ‘None’ can also be specified as default. */
|
2447
|
+
fileAttributes?: string;
|
2448
|
+
/** Creation time for the file/directory. Default value: Now. */
|
2449
|
+
fileCreatedOn?: string;
|
2450
|
+
/** Last write time for the file/directory. Default value: Now. */
|
2451
|
+
fileLastWriteOn?: string;
|
2452
|
+
/** Change time for the file/directory. Default value: Now. */
|
2453
|
+
fileChangeOn?: string;
|
2454
|
+
/** Optional, NFS only. The owner of the file or directory. */
|
2455
|
+
owner?: string;
|
2456
|
+
/** Optional, NFS only. The owning group of the file or directory. */
|
2457
|
+
group?: string;
|
2458
|
+
/** Optional, NFS only. The file mode of the file or directory */
|
2459
|
+
fileMode?: string;
|
2460
|
+
/** Optional, NFS only. Type of the file or directory. */
|
2461
|
+
nfsFileType?: NfsFileType;
|
2462
|
+
}
|
2463
|
+
/** Contains response data for the create operation. */
|
2464
|
+
export type FileCreateResponse = FileCreateHeaders;
|
2465
|
+
/** Optional parameters. */
|
2466
|
+
export interface FileDownloadOptionalParams extends coreClient.OperationOptions {
|
2467
|
+
/** Parameter group */
|
2468
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2469
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2470
|
+
timeoutInSeconds?: number;
|
2471
|
+
/** Valid value is backup */
|
2472
|
+
fileRequestIntent?: ShareTokenIntent;
|
2473
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2474
|
+
allowTrailingDot?: boolean;
|
2475
|
+
/** Return file data only from the specified byte range. */
|
2476
|
+
range?: string;
|
2477
|
+
/** 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 4 MB in size. */
|
2478
|
+
rangeGetContentMD5?: boolean;
|
2479
|
+
}
|
2480
|
+
/** Contains response data for the download operation. */
|
2481
|
+
export type FileDownloadResponse = FileDownloadHeaders & {
|
2482
|
+
/**
|
2483
|
+
* BROWSER ONLY
|
2484
|
+
*
|
2485
|
+
* The response body as a browser Blob.
|
2486
|
+
* Always `undefined` in node.js.
|
2487
|
+
*/
|
2488
|
+
blobBody?: Promise<Blob>;
|
2489
|
+
/**
|
2490
|
+
* NODEJS ONLY
|
2491
|
+
*
|
2492
|
+
* The response body as a node.js Readable stream.
|
2493
|
+
* Always `undefined` in the browser.
|
2494
|
+
*/
|
2495
|
+
readableStreamBody?: NodeJS.ReadableStream;
|
2496
|
+
};
|
2497
|
+
/** Optional parameters. */
|
2498
|
+
export interface FileGetPropertiesOptionalParams extends coreClient.OperationOptions {
|
2499
|
+
/** Parameter group */
|
2500
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2501
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2502
|
+
timeoutInSeconds?: number;
|
2503
|
+
/** Valid value is backup */
|
2504
|
+
fileRequestIntent?: ShareTokenIntent;
|
2505
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the share snapshot to query. */
|
2506
|
+
shareSnapshot?: string;
|
2507
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2508
|
+
allowTrailingDot?: boolean;
|
2509
|
+
}
|
2510
|
+
/** Contains response data for the getProperties operation. */
|
2511
|
+
export type FileGetPropertiesResponse = FileGetPropertiesHeaders;
|
2512
|
+
/** Optional parameters. */
|
2513
|
+
export interface FileDeleteOptionalParams extends coreClient.OperationOptions {
|
2514
|
+
/** Parameter group */
|
2515
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2516
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2517
|
+
timeoutInSeconds?: number;
|
2518
|
+
/** Valid value is backup */
|
2519
|
+
fileRequestIntent?: ShareTokenIntent;
|
2520
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2521
|
+
allowTrailingDot?: boolean;
|
2522
|
+
}
|
2523
|
+
/** Contains response data for the delete operation. */
|
2524
|
+
export type FileDeleteResponse = FileDeleteHeaders;
|
2525
|
+
/** Optional parameters. */
|
2526
|
+
export interface FileSetHttpHeadersOptionalParams extends coreClient.OperationOptions {
|
2527
|
+
/** Parameter group */
|
2528
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2529
|
+
/** Parameter group */
|
2530
|
+
fileHttpHeaders?: FileHttpHeaders;
|
2531
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2532
|
+
timeoutInSeconds?: number;
|
2533
|
+
/** Valid value is backup */
|
2534
|
+
fileRequestIntent?: ShareTokenIntent;
|
2535
|
+
/** Optional. Available for version 2023-06-01 and later. Specifies the format in which the permission is returned. Acceptable values are SDDL or binary. If x-ms-file-permission-format is unspecified or explicitly set to SDDL, the permission is returned in SDDL format. If x-ms-file-permission-format is explicitly set to binary, the permission is returned as a base64 string representing the binary encoding of the permission */
|
2536
|
+
filePermissionFormat?: FilePermissionFormat;
|
2537
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2538
|
+
allowTrailingDot?: boolean;
|
2539
|
+
/** If specified the permission (security descriptor) shall be set for the directory/file. This header can be used if Permission size is <= 8KB, else x-ms-file-permission-key header shall be used. Default value: Inherit. If SDDL is specified as input, it must have owner, group and dacl. Note: Only one of the x-ms-file-permission or x-ms-file-permission-key should be specified. */
|
2540
|
+
filePermission?: string;
|
2541
|
+
/** Key of the permission to be set for the directory/file. Note: Only one of the x-ms-file-permission or x-ms-file-permission-key should be specified. */
|
2542
|
+
filePermissionKey?: string;
|
2543
|
+
/** If specified, the provided file attributes shall be set. Default value: ‘Archive’ for file and ‘Directory’ for directory. ‘None’ can also be specified as default. */
|
2544
|
+
fileAttributes?: string;
|
2545
|
+
/** Creation time for the file/directory. Default value: Now. */
|
2546
|
+
fileCreatedOn?: string;
|
2547
|
+
/** Last write time for the file/directory. Default value: Now. */
|
2548
|
+
fileLastWriteOn?: string;
|
2549
|
+
/** Change time for the file/directory. Default value: Now. */
|
2550
|
+
fileChangeOn?: string;
|
2551
|
+
/** Optional, NFS only. The owner of the file or directory. */
|
2552
|
+
owner?: string;
|
2553
|
+
/** Optional, NFS only. The owning group of the file or directory. */
|
2554
|
+
group?: string;
|
2555
|
+
/** Optional, NFS only. The file mode of the file or directory */
|
2556
|
+
fileMode?: string;
|
2557
|
+
/** Resizes a file to the specified size. If the specified byte value is less than the current size of the file, then all ranges above the specified byte value are cleared. */
|
2558
|
+
fileContentLength?: number;
|
2559
|
+
}
|
2560
|
+
/** Contains response data for the setHttpHeaders operation. */
|
2561
|
+
export type FileSetHttpHeadersResponse = FileSetHttpHeadersHeaders;
|
2562
|
+
/** Optional parameters. */
|
2563
|
+
export interface FileSetMetadataOptionalParams extends coreClient.OperationOptions {
|
2564
|
+
/** Parameter group */
|
2565
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2566
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2567
|
+
timeoutInSeconds?: number;
|
2568
|
+
/** Valid value is backup */
|
2569
|
+
fileRequestIntent?: ShareTokenIntent;
|
2570
|
+
/** A name-value pair to associate with a file storage object. */
|
2571
|
+
metadata?: {
|
2572
|
+
[propertyName: string]: string;
|
2573
|
+
};
|
2574
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2575
|
+
allowTrailingDot?: boolean;
|
2576
|
+
}
|
2577
|
+
/** Contains response data for the setMetadata operation. */
|
2578
|
+
export type FileSetMetadataResponse = FileSetMetadataHeaders;
|
2579
|
+
/** Optional parameters. */
|
2580
|
+
export interface FileAcquireLeaseOptionalParams extends coreClient.OperationOptions {
|
2581
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2582
|
+
timeoutInSeconds?: number;
|
2583
|
+
/** Valid value is backup */
|
2584
|
+
fileRequestIntent?: ShareTokenIntent;
|
2585
|
+
/** Specifies the duration of the lease, in seconds, or negative one (-1) for a lease that never expires. A non-infinite lease can be between 15 and 60 seconds. A lease duration cannot be changed using renew or change. */
|
2586
|
+
duration?: number;
|
2587
|
+
/** Proposed lease ID, in a GUID string format. The File 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. */
|
2588
|
+
proposedLeaseId?: string;
|
2589
|
+
/** 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. */
|
2590
|
+
requestId?: string;
|
2591
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2592
|
+
allowTrailingDot?: boolean;
|
2593
|
+
}
|
2594
|
+
/** Contains response data for the acquireLease operation. */
|
2595
|
+
export type FileAcquireLeaseResponse = FileAcquireLeaseHeaders;
|
2596
|
+
/** Optional parameters. */
|
2597
|
+
export interface FileReleaseLeaseOptionalParams extends coreClient.OperationOptions {
|
2598
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2599
|
+
timeoutInSeconds?: number;
|
2600
|
+
/** Valid value is backup */
|
2601
|
+
fileRequestIntent?: ShareTokenIntent;
|
2602
|
+
/** 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. */
|
2603
|
+
requestId?: string;
|
2604
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2605
|
+
allowTrailingDot?: boolean;
|
2606
|
+
}
|
2607
|
+
/** Contains response data for the releaseLease operation. */
|
2608
|
+
export type FileReleaseLeaseResponse = FileReleaseLeaseHeaders;
|
2609
|
+
/** Optional parameters. */
|
2610
|
+
export interface FileChangeLeaseOptionalParams extends coreClient.OperationOptions {
|
2611
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2612
|
+
timeoutInSeconds?: number;
|
2613
|
+
/** Valid value is backup */
|
2614
|
+
fileRequestIntent?: ShareTokenIntent;
|
2615
|
+
/** Proposed lease ID, in a GUID string format. The File 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. */
|
2616
|
+
proposedLeaseId?: string;
|
2617
|
+
/** 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. */
|
2618
|
+
requestId?: string;
|
2619
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2620
|
+
allowTrailingDot?: boolean;
|
2621
|
+
}
|
2622
|
+
/** Contains response data for the changeLease operation. */
|
2623
|
+
export type FileChangeLeaseResponse = FileChangeLeaseHeaders;
|
2624
|
+
/** Optional parameters. */
|
2625
|
+
export interface FileBreakLeaseOptionalParams extends coreClient.OperationOptions {
|
2626
|
+
/** Parameter group */
|
2627
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2628
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2629
|
+
timeoutInSeconds?: number;
|
2630
|
+
/** Valid value is backup */
|
2631
|
+
fileRequestIntent?: ShareTokenIntent;
|
2632
|
+
/** 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. */
|
2633
|
+
requestId?: string;
|
2634
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2635
|
+
allowTrailingDot?: boolean;
|
2636
|
+
}
|
2637
|
+
/** Contains response data for the breakLease operation. */
|
2638
|
+
export type FileBreakLeaseResponse = FileBreakLeaseHeaders;
|
2639
|
+
/** Optional parameters. */
|
2640
|
+
export interface FileUploadRangeOptionalParams extends coreClient.OperationOptions {
|
2641
|
+
/** Parameter group */
|
2642
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2643
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2644
|
+
timeoutInSeconds?: number;
|
2645
|
+
/** Valid value is backup */
|
2646
|
+
fileRequestIntent?: ShareTokenIntent;
|
2647
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2648
|
+
allowTrailingDot?: boolean;
|
2649
|
+
/** Initial data. */
|
2650
|
+
body?: coreRestPipeline.RequestBodyType;
|
2651
|
+
/** An MD5 hash of the content. This hash is used to verify the integrity of the data during transport. When the Content-MD5 header is specified, the File service compares the hash of the content that has arrived with the header value that was sent. If the two hashes do not match, the operation will fail with error code 400 (Bad Request). */
|
2652
|
+
contentMD5?: Uint8Array;
|
2653
|
+
/** If the file last write time should be preserved or overwritten */
|
2654
|
+
fileLastWrittenMode?: FileLastWrittenMode;
|
2655
|
+
}
|
2656
|
+
/** Contains response data for the uploadRange operation. */
|
2657
|
+
export type FileUploadRangeResponse = FileUploadRangeHeaders;
|
2658
|
+
/** Optional parameters. */
|
2659
|
+
export interface FileUploadRangeFromURLOptionalParams extends coreClient.OperationOptions {
|
2660
|
+
/** Parameter group */
|
2661
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2662
|
+
/** Parameter group */
|
2663
|
+
sourceModifiedAccessConditions?: SourceModifiedAccessConditions;
|
2664
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2665
|
+
timeoutInSeconds?: number;
|
2666
|
+
/** Valid value is backup */
|
2667
|
+
fileRequestIntent?: ShareTokenIntent;
|
2668
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2669
|
+
allowTrailingDot?: boolean;
|
2670
|
+
/** If true, the trailing dot will not be trimmed from the source URI. */
|
2671
|
+
allowSourceTrailingDot?: boolean;
|
2672
|
+
/** If the file last write time should be preserved or overwritten */
|
2673
|
+
fileLastWrittenMode?: FileLastWrittenMode;
|
2674
|
+
/** Bytes of source data in the specified range. */
|
2675
|
+
sourceRange?: string;
|
2676
|
+
/** Specify the crc64 calculated for the range of bytes that must be read from the copy source. */
|
2677
|
+
sourceContentCrc64?: Uint8Array;
|
2678
|
+
/** Only Bearer type is supported. Credentials should be a valid OAuth access token to copy source. */
|
2679
|
+
copySourceAuthorization?: string;
|
2680
|
+
}
|
2681
|
+
/** Contains response data for the uploadRangeFromURL operation. */
|
2682
|
+
export type FileUploadRangeFromURLResponse = FileUploadRangeFromURLHeaders;
|
2683
|
+
/** Optional parameters. */
|
2684
|
+
export interface FileGetRangeListOptionalParams extends coreClient.OperationOptions {
|
2685
|
+
/** Parameter group */
|
2686
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2687
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2688
|
+
timeoutInSeconds?: number;
|
2689
|
+
/** Valid value is backup */
|
2690
|
+
fileRequestIntent?: ShareTokenIntent;
|
2691
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the share snapshot to query. */
|
2692
|
+
shareSnapshot?: string;
|
2693
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2694
|
+
allowTrailingDot?: boolean;
|
2695
|
+
/** Specifies the range of bytes over which to list ranges, inclusively. */
|
2696
|
+
range?: string;
|
2697
|
+
/** The previous snapshot parameter is an opaque DateTime value that, when present, specifies the previous snapshot. */
|
2698
|
+
prevsharesnapshot?: string;
|
2699
|
+
/** This header is allowed only when PrevShareSnapshot query parameter is set. Determines whether the changed ranges for a file that has been renamed or moved between the target snapshot (or the live file) and the previous snapshot should be listed. If the value is true, the valid changed ranges for the file will be returned. If the value is false, the operation will result in a failure with 409 (Conflict) response. The default value is false. */
|
2700
|
+
supportRename?: boolean;
|
2701
|
+
}
|
2702
|
+
/** Contains response data for the getRangeList operation. */
|
2703
|
+
export type FileGetRangeListResponse = FileGetRangeListHeaders & ShareFileRangeList;
|
2704
|
+
/** Optional parameters. */
|
2705
|
+
export interface FileStartCopyOptionalParams extends coreClient.OperationOptions {
|
2706
|
+
/** Parameter group */
|
2707
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2708
|
+
/** Parameter group */
|
2709
|
+
copyFileSmbInfo?: CopyFileSmbInfo;
|
2710
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2711
|
+
timeoutInSeconds?: number;
|
2712
|
+
/** Valid value is backup */
|
2713
|
+
fileRequestIntent?: ShareTokenIntent;
|
2714
|
+
/** A name-value pair to associate with a file storage object. */
|
2715
|
+
metadata?: {
|
2716
|
+
[propertyName: string]: string;
|
2717
|
+
};
|
2718
|
+
/** Optional. Available for version 2023-06-01 and later. Specifies the format in which the permission is returned. Acceptable values are SDDL or binary. If x-ms-file-permission-format is unspecified or explicitly set to SDDL, the permission is returned in SDDL format. If x-ms-file-permission-format is explicitly set to binary, the permission is returned as a base64 string representing the binary encoding of the permission */
|
2719
|
+
filePermissionFormat?: FilePermissionFormat;
|
2720
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2721
|
+
allowTrailingDot?: boolean;
|
2722
|
+
/** If specified the permission (security descriptor) shall be set for the directory/file. This header can be used if Permission size is <= 8KB, else x-ms-file-permission-key header shall be used. Default value: Inherit. If SDDL is specified as input, it must have owner, group and dacl. Note: Only one of the x-ms-file-permission or x-ms-file-permission-key should be specified. */
|
2723
|
+
filePermission?: string;
|
2724
|
+
/** Key of the permission to be set for the directory/file. Note: Only one of the x-ms-file-permission or x-ms-file-permission-key should be specified. */
|
2725
|
+
filePermissionKey?: string;
|
2726
|
+
/** Optional, NFS only. The owner of the file or directory. */
|
2727
|
+
owner?: string;
|
2728
|
+
/** Optional, NFS only. The owning group of the file or directory. */
|
2729
|
+
group?: string;
|
2730
|
+
/** Optional, NFS only. The file mode of the file or directory */
|
2731
|
+
fileMode?: string;
|
2732
|
+
/** If true, the trailing dot will not be trimmed from the source URI. */
|
2733
|
+
allowSourceTrailingDot?: boolean;
|
2734
|
+
/** NFS only. Applicable only when the copy source is a File. Determines the copy behavior of the mode bits of the file. source: The mode on the destination file is copied from the source file. override: The mode on the destination file is determined via the x-ms-mode header. */
|
2735
|
+
fileModeCopyMode?: ModeCopyMode;
|
2736
|
+
/** NFS only. Determines the copy behavior of the owner user identifier (UID) and group identifier (GID) of the file. source: The owner user identifier (UID) and group identifier (GID) on the destination file is copied from the source file. override: The owner user identifier (UID) and group identifier (GID) on the destination file is determined via the x-ms-owner and x-ms-group headers. */
|
2737
|
+
fileOwnerCopyMode?: OwnerCopyMode;
|
2738
|
+
}
|
2739
|
+
/** Contains response data for the startCopy operation. */
|
2740
|
+
export type FileStartCopyResponse = FileStartCopyHeaders;
|
2741
|
+
/** Optional parameters. */
|
2742
|
+
export interface FileAbortCopyOptionalParams extends coreClient.OperationOptions {
|
2743
|
+
/** Parameter group */
|
2744
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2745
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2746
|
+
timeoutInSeconds?: number;
|
2747
|
+
/** Valid value is backup */
|
2748
|
+
fileRequestIntent?: ShareTokenIntent;
|
2749
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2750
|
+
allowTrailingDot?: boolean;
|
2751
|
+
}
|
2752
|
+
/** Contains response data for the abortCopy operation. */
|
2753
|
+
export type FileAbortCopyResponse = FileAbortCopyHeaders;
|
2754
|
+
/** Optional parameters. */
|
2755
|
+
export interface FileListHandlesOptionalParams extends coreClient.OperationOptions {
|
2756
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2757
|
+
timeoutInSeconds?: number;
|
2758
|
+
/** Valid value is backup */
|
2759
|
+
fileRequestIntent?: ShareTokenIntent;
|
2760
|
+
/** A string value that identifies the portion of the list to be returned with the next list operation. The operation returns a marker value within the response body if the list returned was not complete. The marker value may then be used in a subsequent call to request the next set of list items. The marker value is opaque to the client. */
|
2761
|
+
marker?: string;
|
2762
|
+
/** Specifies the maximum number of entries to return. If the request does not specify maxresults, or specifies a value greater than 5,000, the server will return up to 5,000 items. */
|
2763
|
+
maxResults?: number;
|
2764
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the share snapshot to query. */
|
2765
|
+
shareSnapshot?: string;
|
2766
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2767
|
+
allowTrailingDot?: boolean;
|
2768
|
+
}
|
2769
|
+
/** Contains response data for the listHandles operation. */
|
2770
|
+
export type FileListHandlesResponse = FileListHandlesHeaders & ListHandlesResponse;
|
2771
|
+
/** Optional parameters. */
|
2772
|
+
export interface FileForceCloseHandlesOptionalParams extends coreClient.OperationOptions {
|
2773
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2774
|
+
timeoutInSeconds?: number;
|
2775
|
+
/** Valid value is backup */
|
2776
|
+
fileRequestIntent?: ShareTokenIntent;
|
2777
|
+
/** A string value that identifies the portion of the list to be returned with the next list operation. The operation returns a marker value within the response body if the list returned was not complete. The marker value may then be used in a subsequent call to request the next set of list items. The marker value is opaque to the client. */
|
2778
|
+
marker?: string;
|
2779
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the share snapshot to query. */
|
2780
|
+
shareSnapshot?: string;
|
2781
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2782
|
+
allowTrailingDot?: boolean;
|
2783
|
+
}
|
2784
|
+
/** Contains response data for the forceCloseHandles operation. */
|
2785
|
+
export type FileForceCloseHandlesResponse = FileForceCloseHandlesHeaders;
|
2786
|
+
/** Optional parameters. */
|
2787
|
+
export interface FileRenameOptionalParams extends coreClient.OperationOptions {
|
2788
|
+
/** Parameter group */
|
2789
|
+
sourceLeaseAccessConditions?: SourceLeaseAccessConditions;
|
2790
|
+
/** Parameter group */
|
2791
|
+
destinationLeaseAccessConditions?: DestinationLeaseAccessConditions;
|
2792
|
+
/** Parameter group */
|
2793
|
+
copyFileSmbInfo?: CopyFileSmbInfo;
|
2794
|
+
/** Parameter group */
|
2795
|
+
fileHttpHeaders?: FileHttpHeaders;
|
2796
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2797
|
+
timeoutInSeconds?: number;
|
2798
|
+
/** Valid value is backup */
|
2799
|
+
fileRequestIntent?: ShareTokenIntent;
|
2800
|
+
/** A name-value pair to associate with a file storage object. */
|
2801
|
+
metadata?: {
|
2802
|
+
[propertyName: string]: string;
|
2803
|
+
};
|
2804
|
+
/** Optional. Available for version 2023-06-01 and later. Specifies the format in which the permission is returned. Acceptable values are SDDL or binary. If x-ms-file-permission-format is unspecified or explicitly set to SDDL, the permission is returned in SDDL format. If x-ms-file-permission-format is explicitly set to binary, the permission is returned as a base64 string representing the binary encoding of the permission */
|
2805
|
+
filePermissionFormat?: FilePermissionFormat;
|
2806
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
2807
|
+
allowTrailingDot?: boolean;
|
2808
|
+
/** If specified the permission (security descriptor) shall be set for the directory/file. This header can be used if Permission size is <= 8KB, else x-ms-file-permission-key header shall be used. Default value: Inherit. If SDDL is specified as input, it must have owner, group and dacl. Note: Only one of the x-ms-file-permission or x-ms-file-permission-key should be specified. */
|
2809
|
+
filePermission?: string;
|
2810
|
+
/** Key of the permission to be set for the directory/file. Note: Only one of the x-ms-file-permission or x-ms-file-permission-key should be specified. */
|
2811
|
+
filePermissionKey?: string;
|
2812
|
+
/** Optional. A boolean value for if the destination file already exists, whether this request will overwrite the file or not. If true, the rename will succeed and will overwrite the destination file. If not provided or if false and the destination file does exist, the request will not overwrite the destination file. If provided and the destination file doesn’t exist, the rename will succeed. Note: This value does not override the x-ms-file-copy-ignore-read-only header value. */
|
2813
|
+
replaceIfExists?: boolean;
|
2814
|
+
/** Optional. A boolean value that specifies whether the ReadOnly attribute on a preexisting destination file should be respected. If true, the rename will succeed, otherwise, a previous file at the destination with the ReadOnly attribute set will cause the rename to fail. */
|
2815
|
+
ignoreReadOnly?: boolean;
|
2816
|
+
/** If true, the trailing dot will not be trimmed from the source URI. */
|
2817
|
+
allowSourceTrailingDot?: boolean;
|
2818
|
+
}
|
2819
|
+
/** Contains response data for the rename operation. */
|
2820
|
+
export type FileRenameResponse = FileRenameHeaders;
|
2821
|
+
/** Optional parameters. */
|
2822
|
+
export interface FileCreateSymbolicLinkOptionalParams extends coreClient.OperationOptions {
|
2823
|
+
/** Parameter group */
|
2824
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2825
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2826
|
+
timeoutInSeconds?: number;
|
2827
|
+
/** Valid value is backup */
|
2828
|
+
fileRequestIntent?: ShareTokenIntent;
|
2829
|
+
/** A name-value pair to associate with a file storage object. */
|
2830
|
+
metadata?: {
|
2831
|
+
[propertyName: string]: string;
|
2832
|
+
};
|
2833
|
+
/** 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. */
|
2834
|
+
requestId?: string;
|
2835
|
+
/** Creation time for the file/directory. Default value: Now. */
|
2836
|
+
fileCreatedOn?: string;
|
2837
|
+
/** Last write time for the file/directory. Default value: Now. */
|
2838
|
+
fileLastWriteOn?: string;
|
2839
|
+
/** Optional, NFS only. The owner of the file or directory. */
|
2840
|
+
owner?: string;
|
2841
|
+
/** Optional, NFS only. The owning group of the file or directory. */
|
2842
|
+
group?: string;
|
2843
|
+
}
|
2844
|
+
/** Contains response data for the createSymbolicLink operation. */
|
2845
|
+
export type FileCreateSymbolicLinkResponse = FileCreateSymbolicLinkHeaders;
|
2846
|
+
/** Optional parameters. */
|
2847
|
+
export interface FileGetSymbolicLinkOptionalParams extends coreClient.OperationOptions {
|
2848
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2849
|
+
timeoutInSeconds?: number;
|
2850
|
+
/** Valid value is backup */
|
2851
|
+
fileRequestIntent?: ShareTokenIntent;
|
2852
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the share snapshot to query. */
|
2853
|
+
shareSnapshot?: string;
|
2854
|
+
/** 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. */
|
2855
|
+
requestId?: string;
|
2856
|
+
}
|
2857
|
+
/** Contains response data for the getSymbolicLink operation. */
|
2858
|
+
export type FileGetSymbolicLinkResponse = FileGetSymbolicLinkHeaders;
|
2859
|
+
/** Optional parameters. */
|
2860
|
+
export interface FileCreateHardLinkOptionalParams extends coreClient.OperationOptions {
|
2861
|
+
/** Parameter group */
|
2862
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2863
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting Timeouts for File Service Operations.</a> */
|
2864
|
+
timeoutInSeconds?: number;
|
2865
|
+
/** Valid value is backup */
|
2866
|
+
fileRequestIntent?: ShareTokenIntent;
|
2867
|
+
/** 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. */
|
2868
|
+
requestId?: string;
|
2869
|
+
}
|
2870
|
+
/** Contains response data for the createHardLink operation. */
|
2871
|
+
export type FileCreateHardLinkResponse = FileCreateHardLinkHeaders;
|
2872
|
+
/** Optional parameters. */
|
2873
|
+
export interface StorageClientOptionalParams extends coreHttpCompat.ExtendedServiceClientOptions {
|
2874
|
+
/** Specifies the version of the operation to use for this request. */
|
2875
|
+
version?: string;
|
2876
|
+
/** Only update is supported: - Update: Writes the bytes downloaded from the source url into the specified range. */
|
2877
|
+
fileRangeWriteFromUrl?: string;
|
2878
|
+
/** Overrides client endpoint. */
|
2879
|
+
endpoint?: string;
|
2880
|
+
}
|
2881
|
+
//# sourceMappingURL=index.d.ts.map
|