@azure/storage-blob 12.27.0 → 12.28.0-beta.2
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 +116 -173
- package/dist/browser/BatchResponse.d.ts +49 -0
- package/dist/browser/BatchResponse.d.ts.map +1 -0
- package/dist/browser/BatchResponse.js.map +1 -0
- package/dist/browser/BatchResponseParser.d.ts +16 -0
- package/dist/browser/BatchResponseParser.d.ts.map +1 -0
- package/dist/browser/BatchResponseParser.js +137 -0
- package/dist/browser/BatchResponseParser.js.map +1 -0
- package/dist/browser/BatchUtils-browser.d.mts.map +1 -0
- package/dist/browser/BatchUtils-browser.mjs.map +1 -0
- package/dist/browser/BatchUtils.d.ts +4 -0
- package/dist/browser/BatchUtils.js +14 -0
- package/dist/browser/BlobBatch.d.ts +112 -0
- package/dist/browser/BlobBatch.d.ts.map +1 -0
- package/dist/browser/BlobBatch.js +267 -0
- package/dist/browser/BlobBatch.js.map +1 -0
- package/dist/browser/BlobBatchClient.d.ts +181 -0
- package/dist/browser/BlobBatchClient.d.ts.map +1 -0
- package/dist/browser/BlobBatchClient.js +169 -0
- package/dist/browser/BlobBatchClient.js.map +1 -0
- package/dist/browser/BlobDownloadResponse-browser.d.mts.map +1 -0
- package/dist/browser/BlobDownloadResponse-browser.mjs.map +1 -0
- package/dist/browser/BlobDownloadResponse.d.ts +2 -0
- package/dist/browser/BlobDownloadResponse.js +7 -0
- package/dist/browser/BlobLeaseClient.d.ts +159 -0
- package/dist/browser/BlobLeaseClient.d.ts.map +1 -0
- package/dist/browser/BlobLeaseClient.js +192 -0
- package/dist/browser/BlobLeaseClient.js.map +1 -0
- package/dist/browser/BlobQueryResponse-browser.d.mts.map +1 -0
- package/dist/browser/BlobQueryResponse-browser.mjs.map +1 -0
- package/dist/browser/BlobQueryResponse.d.ts +291 -0
- package/dist/browser/BlobQueryResponse.js +362 -0
- package/dist/browser/BlobServiceClient.d.ts +649 -0
- package/dist/browser/BlobServiceClient.d.ts.map +1 -0
- package/dist/browser/BlobServiceClient.js +698 -0
- package/dist/browser/BlobServiceClient.js.map +1 -0
- package/dist/browser/Clients.d.ts +3229 -0
- package/dist/browser/Clients.d.ts.map +1 -0
- package/dist/browser/Clients.js +2689 -0
- package/dist/browser/Clients.js.map +1 -0
- package/dist/browser/ContainerClient.d.ts +1101 -0
- package/dist/browser/ContainerClient.d.ts.map +1 -0
- package/dist/browser/ContainerClient.js +1247 -0
- package/dist/browser/ContainerClient.js.map +1 -0
- package/dist/browser/PageBlobRangeResponse.d.ts +35 -0
- package/dist/browser/PageBlobRangeResponse.d.ts.map +1 -0
- package/dist/browser/PageBlobRangeResponse.js.map +1 -0
- package/dist/browser/Pipeline.d.ts +136 -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 +24 -0
- package/dist/browser/Range.d.ts.map +1 -0
- package/dist/browser/Range.js.map +1 -0
- package/dist/browser/StorageBrowserPolicyFactory.d.ts +16 -0
- package/dist/browser/StorageBrowserPolicyFactory.d.ts.map +1 -0
- package/dist/browser/StorageBrowserPolicyFactory.js +19 -0
- package/dist/browser/StorageBrowserPolicyFactory.js.map +1 -0
- package/dist/browser/StorageClient.d.ts +51 -0
- package/dist/browser/StorageClient.d.ts.map +1 -0
- package/dist/browser/StorageClient.js +29 -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 +17 -0
- package/dist/browser/StorageContextClient.js.map +1 -0
- package/dist/browser/StorageRetryPolicyFactory.d.ts +66 -0
- package/dist/browser/StorageRetryPolicyFactory.d.ts.map +1 -0
- package/dist/browser/StorageRetryPolicyFactory.js +27 -0
- package/dist/browser/StorageRetryPolicyFactory.js.map +1 -0
- package/dist/browser/credentials/AnonymousCredential.d.ts +19 -0
- package/dist/browser/credentials/AnonymousCredential.d.ts.map +1 -0
- package/dist/browser/credentials/AnonymousCredential.js +22 -0
- package/dist/browser/credentials/AnonymousCredential.js.map +1 -0
- package/dist/browser/credentials/Credential.d.ts +20 -0
- package/dist/browser/credentials/Credential.d.ts.map +1 -0
- package/dist/browser/credentials/Credential.js.map +1 -0
- package/dist/browser/credentials/StorageSharedKeyCredential-browser.d.mts.map +1 -0
- package/dist/browser/credentials/StorageSharedKeyCredential-browser.mjs.map +1 -0
- package/dist/browser/credentials/StorageSharedKeyCredential.d.ts +3 -0
- package/dist/browser/credentials/StorageSharedKeyCredential.js +5 -0
- package/dist/browser/credentials/UserDelegationKeyCredential-browser.d.mts.map +1 -0
- package/dist/browser/credentials/UserDelegationKeyCredential-browser.mjs.map +1 -0
- package/dist/browser/credentials/UserDelegationKeyCredential.d.ts +3 -0
- package/dist/browser/credentials/UserDelegationKeyCredential.js +5 -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 +3944 -0
- package/dist/browser/generated/src/models/index.d.ts.map +1 -0
- package/dist/browser/generated/src/models/index.js +264 -0
- package/dist/browser/generated/src/models/index.js.map +1 -0
- package/dist/browser/generated/src/models/mappers.d.ts +181 -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 +147 -0
- package/dist/browser/generated/src/models/parameters.d.ts.map +1 -0
- package/dist/browser/generated/src/models/parameters.js +1620 -0
- package/dist/browser/generated/src/models/parameters.js.map +1 -0
- package/dist/browser/generated/src/operations/appendBlob.d.ts +45 -0
- package/dist/browser/generated/src/operations/appendBlob.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/appendBlob.js +222 -0
- package/dist/browser/generated/src/operations/appendBlob.js.map +1 -0
- package/dist/browser/generated/src/operations/blob.d.ts +178 -0
- package/dist/browser/generated/src/operations/blob.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/blob.js +1021 -0
- package/dist/browser/generated/src/operations/blob.js.map +1 -0
- package/dist/browser/generated/src/operations/blockBlob.d.ts +79 -0
- package/dist/browser/generated/src/operations/blockBlob.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/blockBlob.js +367 -0
- package/dist/browser/generated/src/operations/blockBlob.js.map +1 -0
- package/dist/browser/generated/src/operations/container.d.ts +130 -0
- package/dist/browser/generated/src/operations/container.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/container.js +713 -0
- package/dist/browser/generated/src/operations/container.js.map +1 -0
- package/dist/browser/generated/src/operations/index.d.ts +7 -0
- package/dist/browser/generated/src/operations/index.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/index.js +14 -0
- package/dist/browser/generated/src/operations/index.js.map +1 -0
- package/dist/browser/generated/src/operations/pageBlob.d.ts +87 -0
- package/dist/browser/generated/src/operations/pageBlob.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/pageBlob.js +457 -0
- package/dist/browser/generated/src/operations/pageBlob.js.map +1 -0
- package/dist/browser/generated/src/operations/service.d.ts +67 -0
- package/dist/browser/generated/src/operations/service.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/service.js +323 -0
- package/dist/browser/generated/src/operations/service.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/appendBlob.d.ts +37 -0
- package/dist/browser/generated/src/operationsInterfaces/appendBlob.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/appendBlob.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/blob.d.ts +170 -0
- package/dist/browser/generated/src/operationsInterfaces/blob.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/blob.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/blockBlob.d.ts +71 -0
- package/dist/browser/generated/src/operationsInterfaces/blockBlob.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/blockBlob.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/container.d.ts +122 -0
- package/dist/browser/generated/src/operationsInterfaces/container.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/container.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts +7 -0
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/index.js +14 -0
- package/dist/browser/generated/src/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/pageBlob.d.ts +79 -0
- package/dist/browser/generated/src/operationsInterfaces/pageBlob.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/pageBlob.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/service.d.ts +59 -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/storageClient.d.ts +21 -0
- package/dist/browser/generated/src/storageClient.d.ts.map +1 -0
- package/dist/browser/generated/src/storageClient.js +49 -0
- package/dist/browser/generated/src/storageClient.js.map +1 -0
- package/dist/browser/generatedModels.d.ts +199 -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 +33 -0
- package/dist/browser/index.js +31 -0
- package/dist/browser/internal-avro/AvroConstants.d.ts +5 -0
- package/dist/browser/internal-avro/AvroConstants.d.ts.map +1 -0
- package/dist/browser/internal-avro/AvroConstants.js.map +1 -0
- package/dist/browser/internal-avro/AvroParser.d.ts +57 -0
- package/dist/browser/internal-avro/AvroParser.d.ts.map +1 -0
- package/dist/browser/internal-avro/AvroParser.js.map +1 -0
- package/dist/browser/internal-avro/AvroReadable.d.ts +16 -0
- package/dist/browser/internal-avro/AvroReadable.d.ts.map +1 -0
- package/dist/browser/internal-avro/AvroReadable.js.map +1 -0
- package/dist/browser/internal-avro/AvroReadableFromBlob.d.ts +10 -0
- package/dist/browser/internal-avro/AvroReadableFromBlob.d.ts.map +1 -0
- package/dist/browser/internal-avro/AvroReadableFromBlob.js +47 -0
- package/dist/browser/internal-avro/AvroReadableFromBlob.js.map +1 -0
- package/dist/browser/internal-avro/AvroReadableFromStream.d.ts +11 -0
- package/dist/browser/internal-avro/AvroReadableFromStream.d.ts.map +1 -0
- package/dist/browser/internal-avro/AvroReadableFromStream.js +85 -0
- package/dist/browser/internal-avro/AvroReadableFromStream.js.map +1 -0
- package/dist/browser/internal-avro/AvroReader.d.ts +32 -0
- package/dist/browser/internal-avro/AvroReader.d.ts.map +1 -0
- package/dist/browser/internal-avro/AvroReader.js +106 -0
- package/dist/browser/internal-avro/AvroReader.js.map +1 -0
- package/dist/browser/internal-avro/index-browser.d.mts.map +1 -0
- package/dist/browser/internal-avro/index-browser.mjs.map +1 -0
- package/dist/browser/internal-avro/index.d.ts +4 -0
- package/dist/browser/internal-avro/index.js +6 -0
- package/dist/browser/internal-avro/utils/utils.common.d.ts +6 -0
- package/dist/browser/internal-avro/utils/utils.common.d.ts.map +1 -0
- package/dist/browser/internal-avro/utils/utils.common.js.map +1 -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 +333 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js +115 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/policies/AnonymousCredentialPolicy.d.ts +15 -0
- package/dist/browser/policies/AnonymousCredentialPolicy.d.ts.map +1 -0
- package/dist/browser/policies/AnonymousCredentialPolicy.js +20 -0
- package/dist/browser/policies/AnonymousCredentialPolicy.js.map +1 -0
- package/dist/browser/policies/CredentialPolicy.d.ts +22 -0
- package/dist/browser/policies/CredentialPolicy.d.ts.map +1 -0
- package/dist/browser/policies/CredentialPolicy.js +29 -0
- package/dist/browser/policies/CredentialPolicy.js.map +1 -0
- package/dist/browser/policies/RequestPolicy.d.ts +45 -0
- package/dist/browser/policies/RequestPolicy.d.ts.map +1 -0
- package/dist/browser/policies/RequestPolicy.js.map +1 -0
- package/dist/browser/policies/StorageBrowserPolicy.d.ts +28 -0
- package/dist/browser/policies/StorageBrowserPolicy.d.ts.map +1 -0
- package/dist/browser/policies/StorageBrowserPolicy.js +47 -0
- package/dist/browser/policies/StorageBrowserPolicy.js.map +1 -0
- package/dist/browser/policies/StorageBrowserPolicyV2.d.ts +11 -0
- package/dist/browser/policies/StorageBrowserPolicyV2.d.ts.map +1 -0
- package/dist/browser/policies/StorageBrowserPolicyV2.js +31 -0
- package/dist/browser/policies/StorageBrowserPolicyV2.js.map +1 -0
- package/dist/browser/policies/StorageCorrectContentLengthPolicy-browser.d.mts.map +1 -0
- package/dist/browser/policies/StorageCorrectContentLengthPolicy-browser.mjs.map +1 -0
- package/dist/browser/policies/StorageCorrectContentLengthPolicy.d.ts +10 -0
- package/dist/browser/policies/StorageCorrectContentLengthPolicy.js +18 -0
- package/dist/browser/policies/StorageRetryPolicy.d.ts +62 -0
- package/dist/browser/policies/StorageRetryPolicy.d.ts.map +1 -0
- package/dist/browser/policies/StorageRetryPolicy.js +216 -0
- package/dist/browser/policies/StorageRetryPolicy.js.map +1 -0
- package/dist/browser/policies/StorageRetryPolicyType.d.ts +14 -0
- package/dist/browser/policies/StorageRetryPolicyType.d.ts.map +1 -0
- package/dist/browser/policies/StorageRetryPolicyType.js +17 -0
- package/dist/browser/policies/StorageRetryPolicyType.js.map +1 -0
- package/dist/browser/policies/StorageRetryPolicyV2.d.ts +11 -0
- package/dist/browser/policies/StorageRetryPolicyV2.d.ts.map +1 -0
- package/dist/browser/policies/StorageRetryPolicyV2.js +167 -0
- package/dist/browser/policies/StorageRetryPolicyV2.js.map +1 -0
- package/dist/browser/policies/StorageSharedKeyCredentialPolicy.d.ts +54 -0
- package/dist/browser/policies/StorageSharedKeyCredentialPolicy.d.ts.map +1 -0
- package/dist/browser/policies/StorageSharedKeyCredentialPolicy.js +141 -0
- package/dist/browser/policies/StorageSharedKeyCredentialPolicy.js.map +1 -0
- package/dist/browser/policies/StorageSharedKeyCredentialPolicyV2-browser.d.mts.map +1 -0
- package/dist/browser/policies/StorageSharedKeyCredentialPolicyV2-browser.mjs.map +1 -0
- package/dist/browser/policies/StorageSharedKeyCredentialPolicyV2.d.ts +17 -0
- package/dist/browser/policies/StorageSharedKeyCredentialPolicyV2.js +18 -0
- package/dist/browser/pollers/BlobStartCopyFromUrlPoller.d.ts +74 -0
- package/dist/browser/pollers/BlobStartCopyFromUrlPoller.d.ts.map +1 -0
- package/dist/browser/pollers/BlobStartCopyFromUrlPoller.js.map +1 -0
- package/dist/browser/sas/AccountSASPermissions.d.ts +146 -0
- package/dist/browser/sas/AccountSASPermissions.d.ts.map +1 -0
- package/dist/browser/sas/AccountSASPermissions.js.map +1 -0
- package/dist/browser/sas/AccountSASResourceTypes.d.ts +38 -0
- package/dist/browser/sas/AccountSASResourceTypes.d.ts.map +1 -0
- package/dist/browser/sas/AccountSASResourceTypes.js.map +1 -0
- package/dist/browser/sas/AccountSASServices.d.ts +40 -0
- package/dist/browser/sas/AccountSASServices.d.ts.map +1 -0
- package/dist/browser/sas/AccountSASServices.js.map +1 -0
- package/dist/browser/sas/AccountSASSignatureValues.d.ts +78 -0
- package/dist/browser/sas/AccountSASSignatureValues.d.ts.map +1 -0
- package/dist/browser/sas/AccountSASSignatureValues.js +100 -0
- package/dist/browser/sas/AccountSASSignatureValues.js.map +1 -0
- package/dist/browser/sas/BlobSASPermissions.d.ts +127 -0
- package/dist/browser/sas/BlobSASPermissions.d.ts.map +1 -0
- package/dist/browser/sas/BlobSASPermissions.js.map +1 -0
- package/dist/browser/sas/BlobSASSignatureValues.d.ts +284 -0
- package/dist/browser/sas/BlobSASSignatureValues.d.ts.map +1 -0
- package/dist/browser/sas/BlobSASSignatureValues.js +666 -0
- package/dist/browser/sas/BlobSASSignatureValues.js.map +1 -0
- package/dist/browser/sas/ContainerSASPermissions.d.ts +143 -0
- package/dist/browser/sas/ContainerSASPermissions.d.ts.map +1 -0
- package/dist/browser/sas/ContainerSASPermissions.js.map +1 -0
- package/dist/browser/sas/SASQueryParameters.d.ts +285 -0
- package/dist/browser/sas/SASQueryParameters.d.ts.map +1 -0
- package/dist/browser/sas/SASQueryParameters.js +234 -0
- package/dist/browser/sas/SASQueryParameters.js.map +1 -0
- package/dist/browser/sas/SasIPRange.d.ts +24 -0
- package/dist/browser/sas/SasIPRange.d.ts.map +1 -0
- package/dist/browser/sas/SasIPRange.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/BlobQuickQueryStream.d.ts +42 -0
- package/dist/browser/utils/BlobQuickQueryStream.d.ts.map +1 -0
- package/dist/browser/utils/BlobQuickQueryStream.js +111 -0
- package/dist/browser/utils/BlobQuickQueryStream.js.map +1 -0
- package/dist/browser/utils/Mutex.d.ts +23 -0
- package/dist/browser/utils/Mutex.d.ts.map +1 -0
- package/dist/browser/utils/Mutex.js.map +1 -0
- package/dist/browser/utils/RetriableReadableStream.d.ts +62 -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/SharedKeyComparator.d.ts +2 -0
- package/dist/browser/utils/SharedKeyComparator.d.ts.map +1 -0
- package/dist/browser/utils/SharedKeyComparator.js.map +1 -0
- package/dist/browser/utils/constants.d.ts +70 -0
- package/dist/browser/utils/constants.d.ts.map +1 -0
- package/dist/browser/utils/constants.js +226 -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 +323 -0
- package/dist/browser/utils/utils.common.d.ts.map +1 -0
- package/dist/browser/utils/utils.common.js +756 -0
- package/dist/browser/utils/utils.common.js.map +1 -0
- package/dist/browser/utils/utils.d.ts +18 -0
- package/dist/browser/utils/utils.js +48 -0
- package/dist/commonjs/BatchResponse.d.ts +49 -0
- package/dist/commonjs/BatchResponse.d.ts.map +1 -0
- package/dist/commonjs/BatchResponse.js +5 -0
- package/dist/commonjs/BatchResponse.js.map +1 -0
- package/dist/commonjs/BatchResponseParser.d.ts +16 -0
- package/dist/commonjs/BatchResponseParser.d.ts.map +1 -0
- package/dist/commonjs/BatchResponseParser.js +141 -0
- package/dist/commonjs/BatchResponseParser.js.map +1 -0
- package/dist/commonjs/BatchUtils.d.ts +4 -0
- package/dist/commonjs/BatchUtils.d.ts.map +1 -0
- package/dist/commonjs/BatchUtils.js +19 -0
- package/dist/commonjs/BatchUtils.js.map +1 -0
- package/dist/commonjs/BlobBatch.d.ts +112 -0
- package/dist/commonjs/BlobBatch.d.ts.map +1 -0
- package/dist/commonjs/BlobBatch.js +271 -0
- package/dist/commonjs/BlobBatch.js.map +1 -0
- package/dist/commonjs/BlobBatchClient.d.ts +181 -0
- package/dist/commonjs/BlobBatchClient.d.ts.map +1 -0
- package/dist/commonjs/BlobBatchClient.js +173 -0
- package/dist/commonjs/BlobBatchClient.js.map +1 -0
- package/dist/commonjs/BlobDownloadResponse.d.ts +369 -0
- package/dist/commonjs/BlobDownloadResponse.d.ts.map +1 -0
- package/dist/commonjs/BlobDownloadResponse.js +467 -0
- package/dist/commonjs/BlobDownloadResponse.js.map +1 -0
- package/dist/commonjs/BlobLeaseClient.d.ts +159 -0
- package/dist/commonjs/BlobLeaseClient.d.ts.map +1 -0
- package/dist/commonjs/BlobLeaseClient.js +196 -0
- package/dist/commonjs/BlobLeaseClient.js.map +1 -0
- package/dist/commonjs/BlobQueryResponse.d.ts +294 -0
- package/dist/commonjs/BlobQueryResponse.d.ts.map +1 -0
- package/dist/commonjs/BlobQueryResponse.js +371 -0
- package/dist/commonjs/BlobQueryResponse.js.map +1 -0
- package/dist/commonjs/BlobServiceClient.d.ts +649 -0
- package/dist/commonjs/BlobServiceClient.d.ts.map +1 -0
- package/dist/commonjs/BlobServiceClient.js +702 -0
- package/dist/commonjs/BlobServiceClient.js.map +1 -0
- package/dist/commonjs/Clients.d.ts +3229 -0
- package/dist/commonjs/Clients.d.ts.map +1 -0
- package/dist/commonjs/Clients.js +2696 -0
- package/dist/commonjs/Clients.js.map +1 -0
- package/dist/commonjs/ContainerClient.d.ts +1101 -0
- package/dist/commonjs/ContainerClient.d.ts.map +1 -0
- package/dist/commonjs/ContainerClient.js +1251 -0
- package/dist/commonjs/ContainerClient.js.map +1 -0
- package/dist/commonjs/PageBlobRangeResponse.d.ts +35 -0
- package/dist/commonjs/PageBlobRangeResponse.d.ts.map +1 -0
- package/dist/commonjs/PageBlobRangeResponse.js +27 -0
- package/dist/commonjs/PageBlobRangeResponse.js.map +1 -0
- package/dist/commonjs/Pipeline.d.ts +136 -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 +24 -0
- package/dist/commonjs/Range.d.ts.map +1 -0
- package/dist/commonjs/Range.js +24 -0
- package/dist/commonjs/Range.js.map +1 -0
- package/dist/commonjs/StorageBrowserPolicyFactory.d.ts +16 -0
- package/dist/commonjs/StorageBrowserPolicyFactory.d.ts.map +1 -0
- package/dist/commonjs/StorageBrowserPolicyFactory.js +23 -0
- package/dist/commonjs/StorageBrowserPolicyFactory.js.map +1 -0
- package/dist/commonjs/StorageClient.d.ts +51 -0
- package/dist/commonjs/StorageClient.d.ts.map +1 -0
- package/dist/commonjs/StorageClient.js +33 -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 +21 -0
- package/dist/commonjs/StorageContextClient.js.map +1 -0
- package/dist/commonjs/StorageRetryPolicyFactory.d.ts +66 -0
- package/dist/commonjs/StorageRetryPolicyFactory.d.ts.map +1 -0
- package/dist/commonjs/StorageRetryPolicyFactory.js +32 -0
- package/dist/commonjs/StorageRetryPolicyFactory.js.map +1 -0
- package/dist/commonjs/credentials/AnonymousCredential.d.ts +19 -0
- package/dist/commonjs/credentials/AnonymousCredential.d.ts.map +1 -0
- package/dist/commonjs/credentials/AnonymousCredential.js +26 -0
- package/dist/commonjs/credentials/AnonymousCredential.js.map +1 -0
- package/dist/commonjs/credentials/Credential.d.ts +20 -0
- package/dist/commonjs/credentials/Credential.d.ts.map +1 -0
- package/dist/commonjs/credentials/Credential.js +22 -0
- package/dist/commonjs/credentials/Credential.js.map +1 -0
- package/dist/commonjs/credentials/StorageSharedKeyCredential.d.ts +38 -0
- package/dist/commonjs/credentials/StorageSharedKeyCredential.d.ts.map +1 -0
- package/dist/commonjs/credentials/StorageSharedKeyCredential.js +44 -0
- package/dist/commonjs/credentials/StorageSharedKeyCredential.js.map +1 -0
- package/dist/commonjs/credentials/UserDelegationKeyCredential.d.ts +34 -0
- package/dist/commonjs/credentials/UserDelegationKeyCredential.d.ts.map +1 -0
- package/dist/commonjs/credentials/UserDelegationKeyCredential.js +35 -0
- package/dist/commonjs/credentials/UserDelegationKeyCredential.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 +3944 -0
- package/dist/commonjs/generated/src/models/index.d.ts.map +1 -0
- package/dist/commonjs/generated/src/models/index.js +267 -0
- package/dist/commonjs/generated/src/models/index.js.map +1 -0
- package/dist/commonjs/generated/src/models/mappers.d.ts +181 -0
- package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/generated/src/models/mappers.js +8231 -0
- package/dist/commonjs/generated/src/models/mappers.js.map +1 -0
- package/dist/commonjs/generated/src/models/parameters.d.ts +147 -0
- package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/generated/src/models/parameters.js +1625 -0
- package/dist/commonjs/generated/src/models/parameters.js.map +1 -0
- package/dist/commonjs/generated/src/operations/appendBlob.d.ts +45 -0
- package/dist/commonjs/generated/src/operations/appendBlob.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/appendBlob.js +227 -0
- package/dist/commonjs/generated/src/operations/appendBlob.js.map +1 -0
- package/dist/commonjs/generated/src/operations/blob.d.ts +178 -0
- package/dist/commonjs/generated/src/operations/blob.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/blob.js +1026 -0
- package/dist/commonjs/generated/src/operations/blob.js.map +1 -0
- package/dist/commonjs/generated/src/operations/blockBlob.d.ts +79 -0
- package/dist/commonjs/generated/src/operations/blockBlob.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/blockBlob.js +372 -0
- package/dist/commonjs/generated/src/operations/blockBlob.js.map +1 -0
- package/dist/commonjs/generated/src/operations/container.d.ts +130 -0
- package/dist/commonjs/generated/src/operations/container.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/container.js +718 -0
- package/dist/commonjs/generated/src/operations/container.js.map +1 -0
- package/dist/commonjs/generated/src/operations/index.d.ts +7 -0
- package/dist/commonjs/generated/src/operations/index.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/index.js +17 -0
- package/dist/commonjs/generated/src/operations/index.js.map +1 -0
- package/dist/commonjs/generated/src/operations/pageBlob.d.ts +87 -0
- package/dist/commonjs/generated/src/operations/pageBlob.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/pageBlob.js +462 -0
- package/dist/commonjs/generated/src/operations/pageBlob.js.map +1 -0
- package/dist/commonjs/generated/src/operations/service.d.ts +67 -0
- package/dist/commonjs/generated/src/operations/service.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/service.js +328 -0
- package/dist/commonjs/generated/src/operations/service.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/appendBlob.d.ts +37 -0
- package/dist/commonjs/generated/src/operationsInterfaces/appendBlob.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/appendBlob.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/appendBlob.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/blob.d.ts +170 -0
- package/dist/commonjs/generated/src/operationsInterfaces/blob.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/blob.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/blob.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/blockBlob.d.ts +71 -0
- package/dist/commonjs/generated/src/operationsInterfaces/blockBlob.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/blockBlob.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/blockBlob.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/container.d.ts +122 -0
- package/dist/commonjs/generated/src/operationsInterfaces/container.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/container.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/container.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts +7 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.js +17 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/pageBlob.d.ts +79 -0
- package/dist/commonjs/generated/src/operationsInterfaces/pageBlob.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/pageBlob.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/pageBlob.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/service.d.ts +59 -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/storageClient.d.ts +21 -0
- package/dist/commonjs/generated/src/storageClient.d.ts.map +1 -0
- package/dist/commonjs/generated/src/storageClient.js +54 -0
- package/dist/commonjs/generated/src/storageClient.js.map +1 -0
- package/dist/commonjs/generatedModels.d.ts +199 -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 +46 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +57 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/internal-avro/AvroConstants.d.ts +5 -0
- package/dist/commonjs/internal-avro/AvroConstants.d.ts.map +1 -0
- package/dist/commonjs/internal-avro/AvroConstants.js +10 -0
- package/dist/commonjs/internal-avro/AvroConstants.js.map +1 -0
- package/dist/commonjs/internal-avro/AvroParser.d.ts +57 -0
- package/dist/commonjs/internal-avro/AvroParser.d.ts.map +1 -0
- package/dist/commonjs/internal-avro/AvroParser.js +322 -0
- package/dist/commonjs/internal-avro/AvroParser.js.map +1 -0
- package/dist/commonjs/internal-avro/AvroReadable.d.ts +16 -0
- package/dist/commonjs/internal-avro/AvroReadable.d.ts.map +1 -0
- package/dist/commonjs/internal-avro/AvroReadable.js +9 -0
- package/dist/commonjs/internal-avro/AvroReadable.js.map +1 -0
- package/dist/commonjs/internal-avro/AvroReadableFromBlob.d.ts +10 -0
- package/dist/commonjs/internal-avro/AvroReadableFromBlob.d.ts.map +1 -0
- package/dist/commonjs/internal-avro/AvroReadableFromBlob.js +51 -0
- package/dist/commonjs/internal-avro/AvroReadableFromBlob.js.map +1 -0
- package/dist/commonjs/internal-avro/AvroReadableFromStream.d.ts +11 -0
- package/dist/commonjs/internal-avro/AvroReadableFromStream.d.ts.map +1 -0
- package/dist/commonjs/internal-avro/AvroReadableFromStream.js +89 -0
- package/dist/commonjs/internal-avro/AvroReadableFromStream.js.map +1 -0
- package/dist/commonjs/internal-avro/AvroReader.d.ts +32 -0
- package/dist/commonjs/internal-avro/AvroReader.d.ts.map +1 -0
- package/dist/commonjs/internal-avro/AvroReader.js +110 -0
- package/dist/commonjs/internal-avro/AvroReader.js.map +1 -0
- package/dist/commonjs/internal-avro/index.d.ts +4 -0
- package/dist/commonjs/internal-avro/index.d.ts.map +1 -0
- package/dist/commonjs/internal-avro/index.js +12 -0
- package/dist/commonjs/internal-avro/index.js.map +1 -0
- package/dist/commonjs/internal-avro/utils/utils.common.d.ts +6 -0
- package/dist/commonjs/internal-avro/utils/utils.common.d.ts.map +1 -0
- package/dist/commonjs/internal-avro/utils/utils.common.js +19 -0
- package/dist/commonjs/internal-avro/utils/utils.common.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 +333 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +121 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/policies/AnonymousCredentialPolicy.d.ts +15 -0
- package/dist/commonjs/policies/AnonymousCredentialPolicy.d.ts.map +1 -0
- package/dist/commonjs/policies/AnonymousCredentialPolicy.js +24 -0
- package/dist/commonjs/policies/AnonymousCredentialPolicy.js.map +1 -0
- package/dist/commonjs/policies/CredentialPolicy.d.ts +22 -0
- package/dist/commonjs/policies/CredentialPolicy.d.ts.map +1 -0
- package/dist/commonjs/policies/CredentialPolicy.js +33 -0
- package/dist/commonjs/policies/CredentialPolicy.js.map +1 -0
- package/dist/commonjs/policies/RequestPolicy.d.ts +45 -0
- package/dist/commonjs/policies/RequestPolicy.d.ts.map +1 -0
- package/dist/commonjs/policies/RequestPolicy.js +44 -0
- package/dist/commonjs/policies/RequestPolicy.js.map +1 -0
- package/dist/commonjs/policies/StorageBrowserPolicy.d.ts +28 -0
- package/dist/commonjs/policies/StorageBrowserPolicy.d.ts.map +1 -0
- package/dist/commonjs/policies/StorageBrowserPolicy.js +51 -0
- package/dist/commonjs/policies/StorageBrowserPolicy.js.map +1 -0
- package/dist/commonjs/policies/StorageBrowserPolicyV2.d.ts +11 -0
- package/dist/commonjs/policies/StorageBrowserPolicyV2.d.ts.map +1 -0
- package/dist/commonjs/policies/StorageBrowserPolicyV2.js +35 -0
- package/dist/commonjs/policies/StorageBrowserPolicyV2.js.map +1 -0
- package/dist/commonjs/policies/StorageCorrectContentLengthPolicy.d.ts +10 -0
- package/dist/commonjs/policies/StorageCorrectContentLengthPolicy.d.ts.map +1 -0
- package/dist/commonjs/policies/StorageCorrectContentLengthPolicy.js +31 -0
- package/dist/commonjs/policies/StorageCorrectContentLengthPolicy.js.map +1 -0
- package/dist/commonjs/policies/StorageRetryPolicy.d.ts +62 -0
- package/dist/commonjs/policies/StorageRetryPolicy.d.ts.map +1 -0
- package/dist/commonjs/policies/StorageRetryPolicy.js +221 -0
- package/dist/commonjs/policies/StorageRetryPolicy.js.map +1 -0
- package/dist/commonjs/policies/StorageRetryPolicyType.d.ts +14 -0
- package/dist/commonjs/policies/StorageRetryPolicyType.d.ts.map +1 -0
- package/dist/commonjs/policies/StorageRetryPolicyType.js +20 -0
- package/dist/commonjs/policies/StorageRetryPolicyType.js.map +1 -0
- package/dist/commonjs/policies/StorageRetryPolicyV2.d.ts +11 -0
- package/dist/commonjs/policies/StorageRetryPolicyV2.d.ts.map +1 -0
- package/dist/commonjs/policies/StorageRetryPolicyV2.js +171 -0
- package/dist/commonjs/policies/StorageRetryPolicyV2.js.map +1 -0
- package/dist/commonjs/policies/StorageSharedKeyCredentialPolicy.d.ts +54 -0
- package/dist/commonjs/policies/StorageSharedKeyCredentialPolicy.d.ts.map +1 -0
- package/dist/commonjs/policies/StorageSharedKeyCredentialPolicy.js +145 -0
- package/dist/commonjs/policies/StorageSharedKeyCredentialPolicy.js.map +1 -0
- package/dist/commonjs/policies/StorageSharedKeyCredentialPolicyV2.d.ts +17 -0
- package/dist/commonjs/policies/StorageSharedKeyCredentialPolicyV2.d.ts.map +1 -0
- package/dist/commonjs/policies/StorageSharedKeyCredentialPolicyV2.js +136 -0
- package/dist/commonjs/policies/StorageSharedKeyCredentialPolicyV2.js.map +1 -0
- package/dist/commonjs/pollers/BlobStartCopyFromUrlPoller.d.ts +74 -0
- package/dist/commonjs/pollers/BlobStartCopyFromUrlPoller.d.ts.map +1 -0
- package/dist/commonjs/pollers/BlobStartCopyFromUrlPoller.js +134 -0
- package/dist/commonjs/pollers/BlobStartCopyFromUrlPoller.js.map +1 -0
- package/dist/commonjs/sas/AccountSASPermissions.d.ts +146 -0
- package/dist/commonjs/sas/AccountSASPermissions.d.ts.map +1 -0
- package/dist/commonjs/sas/AccountSASPermissions.js +231 -0
- package/dist/commonjs/sas/AccountSASPermissions.js.map +1 -0
- package/dist/commonjs/sas/AccountSASResourceTypes.d.ts +38 -0
- package/dist/commonjs/sas/AccountSASResourceTypes.d.ts.map +1 -0
- package/dist/commonjs/sas/AccountSASResourceTypes.js +76 -0
- package/dist/commonjs/sas/AccountSASResourceTypes.js.map +1 -0
- package/dist/commonjs/sas/AccountSASServices.d.ts +40 -0
- package/dist/commonjs/sas/AccountSASServices.d.ts.map +1 -0
- package/dist/commonjs/sas/AccountSASServices.js +84 -0
- package/dist/commonjs/sas/AccountSASServices.js.map +1 -0
- package/dist/commonjs/sas/AccountSASSignatureValues.d.ts +78 -0
- package/dist/commonjs/sas/AccountSASSignatureValues.d.ts.map +1 -0
- package/dist/commonjs/sas/AccountSASSignatureValues.js +104 -0
- package/dist/commonjs/sas/AccountSASSignatureValues.js.map +1 -0
- package/dist/commonjs/sas/BlobSASPermissions.d.ts +127 -0
- package/dist/commonjs/sas/BlobSASPermissions.d.ts.map +1 -0
- package/dist/commonjs/sas/BlobSASPermissions.js +199 -0
- package/dist/commonjs/sas/BlobSASPermissions.js.map +1 -0
- package/dist/commonjs/sas/BlobSASSignatureValues.d.ts +284 -0
- package/dist/commonjs/sas/BlobSASSignatureValues.d.ts.map +1 -0
- package/dist/commonjs/sas/BlobSASSignatureValues.js +670 -0
- package/dist/commonjs/sas/BlobSASSignatureValues.js.map +1 -0
- package/dist/commonjs/sas/ContainerSASPermissions.d.ts +143 -0
- package/dist/commonjs/sas/ContainerSASPermissions.d.ts.map +1 -0
- package/dist/commonjs/sas/ContainerSASPermissions.js +225 -0
- package/dist/commonjs/sas/ContainerSASPermissions.js.map +1 -0
- package/dist/commonjs/sas/SASQueryParameters.d.ts +285 -0
- package/dist/commonjs/sas/SASQueryParameters.d.ts.map +1 -0
- package/dist/commonjs/sas/SASQueryParameters.js +238 -0
- package/dist/commonjs/sas/SASQueryParameters.js.map +1 -0
- package/dist/commonjs/sas/SasIPRange.d.ts +24 -0
- package/dist/commonjs/sas/SasIPRange.d.ts.map +1 -0
- package/dist/commonjs/sas/SasIPRange.js +16 -0
- package/dist/commonjs/sas/SasIPRange.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/BlobQuickQueryStream.d.ts +42 -0
- package/dist/commonjs/utils/BlobQuickQueryStream.d.ts.map +1 -0
- package/dist/commonjs/utils/BlobQuickQueryStream.js +115 -0
- package/dist/commonjs/utils/BlobQuickQueryStream.js.map +1 -0
- package/dist/commonjs/utils/Mutex.d.ts +23 -0
- package/dist/commonjs/utils/Mutex.d.ts.map +1 -0
- package/dist/commonjs/utils/Mutex.js +69 -0
- package/dist/commonjs/utils/Mutex.js.map +1 -0
- package/dist/commonjs/utils/RetriableReadableStream.d.ts +62 -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/SharedKeyComparator.d.ts +2 -0
- package/dist/commonjs/utils/SharedKeyComparator.d.ts.map +1 -0
- package/dist/commonjs/utils/SharedKeyComparator.js +76 -0
- package/dist/commonjs/utils/SharedKeyComparator.js.map +1 -0
- package/dist/commonjs/utils/constants.d.ts +70 -0
- package/dist/commonjs/utils/constants.d.ts.map +1 -0
- package/dist/commonjs/utils/constants.js +229 -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 +323 -0
- package/dist/commonjs/utils/utils.common.d.ts.map +1 -0
- package/dist/commonjs/utils/utils.common.js +794 -0
- package/dist/commonjs/utils/utils.common.js.map +1 -0
- package/dist/commonjs/utils/utils.d.ts +46 -0
- package/dist/commonjs/utils/utils.d.ts.map +1 -0
- package/dist/commonjs/utils/utils.js +140 -0
- package/dist/commonjs/utils/utils.js.map +1 -0
- package/dist/esm/BatchResponse.d.ts +49 -0
- package/dist/esm/BatchResponse.d.ts.map +1 -0
- package/dist/esm/BatchResponse.js +4 -0
- package/dist/esm/BatchResponse.js.map +1 -0
- package/dist/esm/BatchResponseParser.d.ts +16 -0
- package/dist/esm/BatchResponseParser.d.ts.map +1 -0
- package/dist/esm/BatchResponseParser.js +137 -0
- package/dist/esm/BatchResponseParser.js.map +1 -0
- package/dist/esm/BatchUtils.d.ts +4 -0
- package/dist/esm/BatchUtils.d.ts.map +1 -0
- package/dist/esm/BatchUtils.js +15 -0
- package/dist/esm/BatchUtils.js.map +1 -0
- package/dist/esm/BlobBatch.d.ts +112 -0
- package/dist/esm/BlobBatch.d.ts.map +1 -0
- package/dist/esm/BlobBatch.js +267 -0
- package/dist/esm/BlobBatch.js.map +1 -0
- package/dist/esm/BlobBatchClient.d.ts +181 -0
- package/dist/esm/BlobBatchClient.d.ts.map +1 -0
- package/dist/esm/BlobBatchClient.js +169 -0
- package/dist/esm/BlobBatchClient.js.map +1 -0
- package/dist/esm/BlobDownloadResponse.d.ts +369 -0
- package/dist/esm/BlobDownloadResponse.d.ts.map +1 -0
- package/dist/esm/BlobDownloadResponse.js +463 -0
- package/dist/esm/BlobDownloadResponse.js.map +1 -0
- package/dist/esm/BlobLeaseClient.d.ts +159 -0
- package/dist/esm/BlobLeaseClient.d.ts.map +1 -0
- package/dist/esm/BlobLeaseClient.js +192 -0
- package/dist/esm/BlobLeaseClient.js.map +1 -0
- package/dist/esm/BlobQueryResponse.d.ts +294 -0
- package/dist/esm/BlobQueryResponse.d.ts.map +1 -0
- package/dist/esm/BlobQueryResponse.js +367 -0
- package/dist/esm/BlobQueryResponse.js.map +1 -0
- package/dist/esm/BlobServiceClient.d.ts +649 -0
- package/dist/esm/BlobServiceClient.d.ts.map +1 -0
- package/dist/esm/BlobServiceClient.js +698 -0
- package/dist/esm/BlobServiceClient.js.map +1 -0
- package/dist/esm/Clients.d.ts +3229 -0
- package/dist/esm/Clients.d.ts.map +1 -0
- package/dist/esm/Clients.js +2689 -0
- package/dist/esm/Clients.js.map +1 -0
- package/dist/esm/ContainerClient.d.ts +1101 -0
- package/dist/esm/ContainerClient.d.ts.map +1 -0
- package/dist/esm/ContainerClient.js +1247 -0
- package/dist/esm/ContainerClient.js.map +1 -0
- package/dist/esm/PageBlobRangeResponse.d.ts +35 -0
- package/dist/esm/PageBlobRangeResponse.d.ts.map +1 -0
- package/dist/esm/PageBlobRangeResponse.js +24 -0
- package/dist/esm/PageBlobRangeResponse.js.map +1 -0
- package/dist/esm/Pipeline.d.ts +136 -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 +24 -0
- package/dist/esm/Range.d.ts.map +1 -0
- package/dist/esm/Range.js +21 -0
- package/dist/esm/Range.js.map +1 -0
- package/dist/esm/StorageBrowserPolicyFactory.d.ts +16 -0
- package/dist/esm/StorageBrowserPolicyFactory.d.ts.map +1 -0
- package/dist/esm/StorageBrowserPolicyFactory.js +19 -0
- package/dist/esm/StorageBrowserPolicyFactory.js.map +1 -0
- package/dist/esm/StorageClient.d.ts +51 -0
- package/dist/esm/StorageClient.d.ts.map +1 -0
- package/dist/esm/StorageClient.js +29 -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 +17 -0
- package/dist/esm/StorageContextClient.js.map +1 -0
- package/dist/esm/StorageRetryPolicyFactory.d.ts +66 -0
- package/dist/esm/StorageRetryPolicyFactory.d.ts.map +1 -0
- package/dist/esm/StorageRetryPolicyFactory.js +27 -0
- package/dist/esm/StorageRetryPolicyFactory.js.map +1 -0
- package/dist/esm/credentials/AnonymousCredential.d.ts +19 -0
- package/dist/esm/credentials/AnonymousCredential.d.ts.map +1 -0
- package/dist/esm/credentials/AnonymousCredential.js +22 -0
- package/dist/esm/credentials/AnonymousCredential.js.map +1 -0
- package/dist/esm/credentials/Credential.d.ts +20 -0
- package/dist/esm/credentials/Credential.d.ts.map +1 -0
- package/dist/esm/credentials/Credential.js +18 -0
- package/dist/esm/credentials/Credential.js.map +1 -0
- package/dist/esm/credentials/StorageSharedKeyCredential.d.ts +38 -0
- package/dist/esm/credentials/StorageSharedKeyCredential.d.ts.map +1 -0
- package/dist/esm/credentials/StorageSharedKeyCredential.js +40 -0
- package/dist/esm/credentials/StorageSharedKeyCredential.js.map +1 -0
- package/dist/esm/credentials/UserDelegationKeyCredential.d.ts +34 -0
- package/dist/esm/credentials/UserDelegationKeyCredential.d.ts.map +1 -0
- package/dist/esm/credentials/UserDelegationKeyCredential.js +31 -0
- package/dist/esm/credentials/UserDelegationKeyCredential.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 +3944 -0
- package/dist/esm/generated/src/models/index.d.ts.map +1 -0
- package/dist/esm/generated/src/models/index.js +264 -0
- package/dist/esm/generated/src/models/index.js.map +1 -0
- package/dist/esm/generated/src/models/mappers.d.ts +181 -0
- package/dist/esm/generated/src/models/mappers.d.ts.map +1 -0
- package/dist/esm/generated/src/models/mappers.js +8225 -0
- package/dist/esm/generated/src/models/mappers.js.map +1 -0
- package/dist/esm/generated/src/models/parameters.d.ts +147 -0
- package/dist/esm/generated/src/models/parameters.d.ts.map +1 -0
- package/dist/esm/generated/src/models/parameters.js +1620 -0
- package/dist/esm/generated/src/models/parameters.js.map +1 -0
- package/dist/esm/generated/src/operations/appendBlob.d.ts +45 -0
- package/dist/esm/generated/src/operations/appendBlob.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/appendBlob.js +222 -0
- package/dist/esm/generated/src/operations/appendBlob.js.map +1 -0
- package/dist/esm/generated/src/operations/blob.d.ts +178 -0
- package/dist/esm/generated/src/operations/blob.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/blob.js +1021 -0
- package/dist/esm/generated/src/operations/blob.js.map +1 -0
- package/dist/esm/generated/src/operations/blockBlob.d.ts +79 -0
- package/dist/esm/generated/src/operations/blockBlob.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/blockBlob.js +367 -0
- package/dist/esm/generated/src/operations/blockBlob.js.map +1 -0
- package/dist/esm/generated/src/operations/container.d.ts +130 -0
- package/dist/esm/generated/src/operations/container.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/container.js +713 -0
- package/dist/esm/generated/src/operations/container.js.map +1 -0
- package/dist/esm/generated/src/operations/index.d.ts +7 -0
- package/dist/esm/generated/src/operations/index.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/index.js +14 -0
- package/dist/esm/generated/src/operations/index.js.map +1 -0
- package/dist/esm/generated/src/operations/pageBlob.d.ts +87 -0
- package/dist/esm/generated/src/operations/pageBlob.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/pageBlob.js +457 -0
- package/dist/esm/generated/src/operations/pageBlob.js.map +1 -0
- package/dist/esm/generated/src/operations/service.d.ts +67 -0
- package/dist/esm/generated/src/operations/service.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/service.js +323 -0
- package/dist/esm/generated/src/operations/service.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/appendBlob.d.ts +37 -0
- package/dist/esm/generated/src/operationsInterfaces/appendBlob.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/appendBlob.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/appendBlob.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/blob.d.ts +170 -0
- package/dist/esm/generated/src/operationsInterfaces/blob.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/blob.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/blob.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/blockBlob.d.ts +71 -0
- package/dist/esm/generated/src/operationsInterfaces/blockBlob.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/blockBlob.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/blockBlob.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/container.d.ts +122 -0
- package/dist/esm/generated/src/operationsInterfaces/container.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/container.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/container.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/index.d.ts +7 -0
- package/dist/esm/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/index.js +14 -0
- package/dist/esm/generated/src/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/pageBlob.d.ts +79 -0
- package/dist/esm/generated/src/operationsInterfaces/pageBlob.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/pageBlob.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/pageBlob.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/service.d.ts +59 -0
- package/dist/esm/generated/src/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/service.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/service.js.map +1 -0
- package/dist/esm/generated/src/storageClient.d.ts +21 -0
- package/dist/esm/generated/src/storageClient.d.ts.map +1 -0
- package/dist/esm/generated/src/storageClient.js +49 -0
- package/dist/esm/generated/src/storageClient.js.map +1 -0
- package/dist/esm/generatedModels.d.ts +199 -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 +46 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +41 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/internal-avro/AvroConstants.d.ts +5 -0
- package/dist/esm/internal-avro/AvroConstants.d.ts.map +1 -0
- package/dist/esm/internal-avro/AvroConstants.js +7 -0
- package/dist/esm/internal-avro/AvroConstants.js.map +1 -0
- package/dist/esm/internal-avro/AvroParser.d.ts +57 -0
- package/dist/esm/internal-avro/AvroParser.d.ts.map +1 -0
- package/dist/esm/internal-avro/AvroParser.js +317 -0
- package/dist/esm/internal-avro/AvroParser.js.map +1 -0
- package/dist/esm/internal-avro/AvroReadable.d.ts +16 -0
- package/dist/esm/internal-avro/AvroReadable.d.ts.map +1 -0
- package/dist/esm/internal-avro/AvroReadable.js +5 -0
- package/dist/esm/internal-avro/AvroReadable.js.map +1 -0
- package/dist/esm/internal-avro/AvroReadableFromBlob.d.ts +10 -0
- package/dist/esm/internal-avro/AvroReadableFromBlob.d.ts.map +1 -0
- package/dist/esm/internal-avro/AvroReadableFromBlob.js +47 -0
- package/dist/esm/internal-avro/AvroReadableFromBlob.js.map +1 -0
- package/dist/esm/internal-avro/AvroReadableFromStream.d.ts +11 -0
- package/dist/esm/internal-avro/AvroReadableFromStream.d.ts.map +1 -0
- package/dist/esm/internal-avro/AvroReadableFromStream.js +85 -0
- package/dist/esm/internal-avro/AvroReadableFromStream.js.map +1 -0
- package/dist/esm/internal-avro/AvroReader.d.ts +32 -0
- package/dist/esm/internal-avro/AvroReader.d.ts.map +1 -0
- package/dist/esm/internal-avro/AvroReader.js +106 -0
- package/dist/esm/internal-avro/AvroReader.js.map +1 -0
- package/dist/esm/internal-avro/index.d.ts +4 -0
- package/dist/esm/internal-avro/index.d.ts.map +1 -0
- package/dist/esm/internal-avro/index.js +6 -0
- package/dist/esm/internal-avro/index.js.map +1 -0
- package/dist/esm/internal-avro/utils/utils.common.d.ts +6 -0
- package/dist/esm/internal-avro/utils/utils.common.d.ts.map +1 -0
- package/dist/esm/internal-avro/utils/utils.common.js +16 -0
- package/dist/esm/internal-avro/utils/utils.common.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 +333 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +115 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/policies/AnonymousCredentialPolicy.d.ts +15 -0
- package/dist/esm/policies/AnonymousCredentialPolicy.d.ts.map +1 -0
- package/dist/esm/policies/AnonymousCredentialPolicy.js +20 -0
- package/dist/esm/policies/AnonymousCredentialPolicy.js.map +1 -0
- package/dist/esm/policies/CredentialPolicy.d.ts +22 -0
- package/dist/esm/policies/CredentialPolicy.d.ts.map +1 -0
- package/dist/esm/policies/CredentialPolicy.js +29 -0
- package/dist/esm/policies/CredentialPolicy.js.map +1 -0
- package/dist/esm/policies/RequestPolicy.d.ts +45 -0
- package/dist/esm/policies/RequestPolicy.d.ts.map +1 -0
- package/dist/esm/policies/RequestPolicy.js +40 -0
- package/dist/esm/policies/RequestPolicy.js.map +1 -0
- package/dist/esm/policies/StorageBrowserPolicy.d.ts +28 -0
- package/dist/esm/policies/StorageBrowserPolicy.d.ts.map +1 -0
- package/dist/esm/policies/StorageBrowserPolicy.js +47 -0
- package/dist/esm/policies/StorageBrowserPolicy.js.map +1 -0
- package/dist/esm/policies/StorageBrowserPolicyV2.d.ts +11 -0
- package/dist/esm/policies/StorageBrowserPolicyV2.d.ts.map +1 -0
- package/dist/esm/policies/StorageBrowserPolicyV2.js +31 -0
- package/dist/esm/policies/StorageBrowserPolicyV2.js.map +1 -0
- package/dist/esm/policies/StorageCorrectContentLengthPolicy.d.ts +10 -0
- package/dist/esm/policies/StorageCorrectContentLengthPolicy.d.ts.map +1 -0
- package/dist/esm/policies/StorageCorrectContentLengthPolicy.js +27 -0
- package/dist/esm/policies/StorageCorrectContentLengthPolicy.js.map +1 -0
- package/dist/esm/policies/StorageRetryPolicy.d.ts +62 -0
- package/dist/esm/policies/StorageRetryPolicy.d.ts.map +1 -0
- package/dist/esm/policies/StorageRetryPolicy.js +216 -0
- package/dist/esm/policies/StorageRetryPolicy.js.map +1 -0
- package/dist/esm/policies/StorageRetryPolicyType.d.ts +14 -0
- package/dist/esm/policies/StorageRetryPolicyType.d.ts.map +1 -0
- package/dist/esm/policies/StorageRetryPolicyType.js +17 -0
- package/dist/esm/policies/StorageRetryPolicyType.js.map +1 -0
- package/dist/esm/policies/StorageRetryPolicyV2.d.ts +11 -0
- package/dist/esm/policies/StorageRetryPolicyV2.d.ts.map +1 -0
- package/dist/esm/policies/StorageRetryPolicyV2.js +167 -0
- package/dist/esm/policies/StorageRetryPolicyV2.js.map +1 -0
- package/dist/esm/policies/StorageSharedKeyCredentialPolicy.d.ts +54 -0
- package/dist/esm/policies/StorageSharedKeyCredentialPolicy.d.ts.map +1 -0
- package/dist/esm/policies/StorageSharedKeyCredentialPolicy.js +141 -0
- package/dist/esm/policies/StorageSharedKeyCredentialPolicy.js.map +1 -0
- package/dist/esm/policies/StorageSharedKeyCredentialPolicyV2.d.ts +17 -0
- package/dist/esm/policies/StorageSharedKeyCredentialPolicyV2.d.ts.map +1 -0
- package/dist/esm/policies/StorageSharedKeyCredentialPolicyV2.js +132 -0
- package/dist/esm/policies/StorageSharedKeyCredentialPolicyV2.js.map +1 -0
- package/dist/esm/pollers/BlobStartCopyFromUrlPoller.d.ts +74 -0
- package/dist/esm/pollers/BlobStartCopyFromUrlPoller.d.ts.map +1 -0
- package/dist/esm/pollers/BlobStartCopyFromUrlPoller.js +130 -0
- package/dist/esm/pollers/BlobStartCopyFromUrlPoller.js.map +1 -0
- package/dist/esm/sas/AccountSASPermissions.d.ts +146 -0
- package/dist/esm/sas/AccountSASPermissions.d.ts.map +1 -0
- package/dist/esm/sas/AccountSASPermissions.js +227 -0
- package/dist/esm/sas/AccountSASPermissions.js.map +1 -0
- package/dist/esm/sas/AccountSASResourceTypes.d.ts +38 -0
- package/dist/esm/sas/AccountSASResourceTypes.d.ts.map +1 -0
- package/dist/esm/sas/AccountSASResourceTypes.js +72 -0
- package/dist/esm/sas/AccountSASResourceTypes.js.map +1 -0
- package/dist/esm/sas/AccountSASServices.d.ts +40 -0
- package/dist/esm/sas/AccountSASServices.d.ts.map +1 -0
- package/dist/esm/sas/AccountSASServices.js +80 -0
- package/dist/esm/sas/AccountSASServices.js.map +1 -0
- package/dist/esm/sas/AccountSASSignatureValues.d.ts +78 -0
- package/dist/esm/sas/AccountSASSignatureValues.d.ts.map +1 -0
- package/dist/esm/sas/AccountSASSignatureValues.js +100 -0
- package/dist/esm/sas/AccountSASSignatureValues.js.map +1 -0
- package/dist/esm/sas/BlobSASPermissions.d.ts +127 -0
- package/dist/esm/sas/BlobSASPermissions.d.ts.map +1 -0
- package/dist/esm/sas/BlobSASPermissions.js +195 -0
- package/dist/esm/sas/BlobSASPermissions.js.map +1 -0
- package/dist/esm/sas/BlobSASSignatureValues.d.ts +284 -0
- package/dist/esm/sas/BlobSASSignatureValues.d.ts.map +1 -0
- package/dist/esm/sas/BlobSASSignatureValues.js +666 -0
- package/dist/esm/sas/BlobSASSignatureValues.js.map +1 -0
- package/dist/esm/sas/ContainerSASPermissions.d.ts +143 -0
- package/dist/esm/sas/ContainerSASPermissions.d.ts.map +1 -0
- package/dist/esm/sas/ContainerSASPermissions.js +221 -0
- package/dist/esm/sas/ContainerSASPermissions.js.map +1 -0
- package/dist/esm/sas/SASQueryParameters.d.ts +285 -0
- package/dist/esm/sas/SASQueryParameters.d.ts.map +1 -0
- package/dist/esm/sas/SASQueryParameters.js +234 -0
- package/dist/esm/sas/SASQueryParameters.js.map +1 -0
- package/dist/esm/sas/SasIPRange.d.ts +24 -0
- package/dist/esm/sas/SasIPRange.d.ts.map +1 -0
- package/dist/esm/sas/SasIPRange.js +13 -0
- package/dist/esm/sas/SasIPRange.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 +122 -0
- package/dist/esm/utils/Batch.js.map +1 -0
- package/dist/esm/utils/BlobQuickQueryStream.d.ts +42 -0
- package/dist/esm/utils/BlobQuickQueryStream.d.ts.map +1 -0
- package/dist/esm/utils/BlobQuickQueryStream.js +111 -0
- package/dist/esm/utils/BlobQuickQueryStream.js.map +1 -0
- package/dist/esm/utils/Mutex.d.ts +23 -0
- package/dist/esm/utils/Mutex.d.ts.map +1 -0
- package/dist/esm/utils/Mutex.js +65 -0
- package/dist/esm/utils/Mutex.js.map +1 -0
- package/dist/esm/utils/RetriableReadableStream.d.ts +62 -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/SharedKeyComparator.d.ts +2 -0
- package/dist/esm/utils/SharedKeyComparator.d.ts.map +1 -0
- package/dist/esm/utils/SharedKeyComparator.js +73 -0
- package/dist/esm/utils/SharedKeyComparator.js.map +1 -0
- package/dist/esm/utils/constants.d.ts +70 -0
- package/dist/esm/utils/constants.d.ts.map +1 -0
- package/dist/esm/utils/constants.js +226 -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 +323 -0
- package/dist/esm/utils/utils.common.d.ts.map +1 -0
- package/dist/esm/utils/utils.common.js +756 -0
- package/dist/esm/utils/utils.common.js.map +1 -0
- package/dist/esm/utils/utils.d.ts +46 -0
- package/dist/esm/utils/utils.d.ts.map +1 -0
- package/dist/esm/utils/utils.js +132 -0
- package/dist/esm/utils/utils.js.map +1 -0
- package/dist/react-native/BatchResponse.d.ts +49 -0
- package/dist/react-native/BatchResponse.d.ts.map +1 -0
- package/dist/react-native/BatchResponse.js +4 -0
- package/dist/react-native/BatchResponse.js.map +1 -0
- package/dist/react-native/BatchResponseParser.d.ts +16 -0
- package/dist/react-native/BatchResponseParser.d.ts.map +1 -0
- package/dist/react-native/BatchResponseParser.js +137 -0
- package/dist/react-native/BatchResponseParser.js.map +1 -0
- package/dist/react-native/BatchUtils.d.ts +4 -0
- package/dist/react-native/BatchUtils.d.ts.map +1 -0
- package/dist/react-native/BatchUtils.js +15 -0
- package/dist/react-native/BatchUtils.js.map +1 -0
- package/dist/react-native/BlobBatch.d.ts +112 -0
- package/dist/react-native/BlobBatch.d.ts.map +1 -0
- package/dist/react-native/BlobBatch.js +267 -0
- package/dist/react-native/BlobBatch.js.map +1 -0
- package/dist/react-native/BlobBatchClient.d.ts +181 -0
- package/dist/react-native/BlobBatchClient.d.ts.map +1 -0
- package/dist/react-native/BlobBatchClient.js +169 -0
- package/dist/react-native/BlobBatchClient.js.map +1 -0
- package/dist/react-native/BlobDownloadResponse.d.ts +369 -0
- package/dist/react-native/BlobDownloadResponse.d.ts.map +1 -0
- package/dist/react-native/BlobDownloadResponse.js +463 -0
- package/dist/react-native/BlobDownloadResponse.js.map +1 -0
- package/dist/react-native/BlobLeaseClient.d.ts +159 -0
- package/dist/react-native/BlobLeaseClient.d.ts.map +1 -0
- package/dist/react-native/BlobLeaseClient.js +192 -0
- package/dist/react-native/BlobLeaseClient.js.map +1 -0
- package/dist/react-native/BlobQueryResponse.d.ts +294 -0
- package/dist/react-native/BlobQueryResponse.d.ts.map +1 -0
- package/dist/react-native/BlobQueryResponse.js +367 -0
- package/dist/react-native/BlobQueryResponse.js.map +1 -0
- package/dist/react-native/BlobServiceClient.d.ts +649 -0
- package/dist/react-native/BlobServiceClient.d.ts.map +1 -0
- package/dist/react-native/BlobServiceClient.js +698 -0
- package/dist/react-native/BlobServiceClient.js.map +1 -0
- package/dist/react-native/Clients.d.ts +3229 -0
- package/dist/react-native/Clients.d.ts.map +1 -0
- package/dist/react-native/Clients.js +2689 -0
- package/dist/react-native/Clients.js.map +1 -0
- package/dist/react-native/ContainerClient.d.ts +1101 -0
- package/dist/react-native/ContainerClient.d.ts.map +1 -0
- package/dist/react-native/ContainerClient.js +1247 -0
- package/dist/react-native/ContainerClient.js.map +1 -0
- package/dist/react-native/PageBlobRangeResponse.d.ts +35 -0
- package/dist/react-native/PageBlobRangeResponse.d.ts.map +1 -0
- package/dist/react-native/PageBlobRangeResponse.js +24 -0
- package/dist/react-native/PageBlobRangeResponse.js.map +1 -0
- package/dist/react-native/Pipeline.d.ts +136 -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 +24 -0
- package/dist/react-native/Range.d.ts.map +1 -0
- package/dist/react-native/Range.js +21 -0
- package/dist/react-native/Range.js.map +1 -0
- package/dist/react-native/StorageBrowserPolicyFactory.d.ts +16 -0
- package/dist/react-native/StorageBrowserPolicyFactory.d.ts.map +1 -0
- package/dist/react-native/StorageBrowserPolicyFactory.js +19 -0
- package/dist/react-native/StorageBrowserPolicyFactory.js.map +1 -0
- package/dist/react-native/StorageClient.d.ts +51 -0
- package/dist/react-native/StorageClient.d.ts.map +1 -0
- package/dist/react-native/StorageClient.js +29 -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 +17 -0
- package/dist/react-native/StorageContextClient.js.map +1 -0
- package/dist/react-native/StorageRetryPolicyFactory.d.ts +66 -0
- package/dist/react-native/StorageRetryPolicyFactory.d.ts.map +1 -0
- package/dist/react-native/StorageRetryPolicyFactory.js +27 -0
- package/dist/react-native/StorageRetryPolicyFactory.js.map +1 -0
- package/dist/react-native/credentials/AnonymousCredential.d.ts +19 -0
- package/dist/react-native/credentials/AnonymousCredential.d.ts.map +1 -0
- package/dist/react-native/credentials/AnonymousCredential.js +22 -0
- package/dist/react-native/credentials/AnonymousCredential.js.map +1 -0
- package/dist/react-native/credentials/Credential.d.ts +20 -0
- package/dist/react-native/credentials/Credential.d.ts.map +1 -0
- package/dist/react-native/credentials/Credential.js +18 -0
- package/dist/react-native/credentials/Credential.js.map +1 -0
- package/dist/react-native/credentials/StorageSharedKeyCredential.d.ts +38 -0
- package/dist/react-native/credentials/StorageSharedKeyCredential.d.ts.map +1 -0
- package/dist/react-native/credentials/StorageSharedKeyCredential.js +40 -0
- package/dist/react-native/credentials/StorageSharedKeyCredential.js.map +1 -0
- package/dist/react-native/credentials/UserDelegationKeyCredential.d.ts +34 -0
- package/dist/react-native/credentials/UserDelegationKeyCredential.d.ts.map +1 -0
- package/dist/react-native/credentials/UserDelegationKeyCredential.js +31 -0
- package/dist/react-native/credentials/UserDelegationKeyCredential.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 +3944 -0
- package/dist/react-native/generated/src/models/index.d.ts.map +1 -0
- package/dist/react-native/generated/src/models/index.js +264 -0
- package/dist/react-native/generated/src/models/index.js.map +1 -0
- package/dist/react-native/generated/src/models/mappers.d.ts +181 -0
- package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -0
- package/dist/react-native/generated/src/models/mappers.js +8225 -0
- package/dist/react-native/generated/src/models/mappers.js.map +1 -0
- package/dist/react-native/generated/src/models/parameters.d.ts +147 -0
- package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -0
- package/dist/react-native/generated/src/models/parameters.js +1620 -0
- package/dist/react-native/generated/src/models/parameters.js.map +1 -0
- package/dist/react-native/generated/src/operations/appendBlob.d.ts +45 -0
- package/dist/react-native/generated/src/operations/appendBlob.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/appendBlob.js +222 -0
- package/dist/react-native/generated/src/operations/appendBlob.js.map +1 -0
- package/dist/react-native/generated/src/operations/blob.d.ts +178 -0
- package/dist/react-native/generated/src/operations/blob.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/blob.js +1021 -0
- package/dist/react-native/generated/src/operations/blob.js.map +1 -0
- package/dist/react-native/generated/src/operations/blockBlob.d.ts +79 -0
- package/dist/react-native/generated/src/operations/blockBlob.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/blockBlob.js +367 -0
- package/dist/react-native/generated/src/operations/blockBlob.js.map +1 -0
- package/dist/react-native/generated/src/operations/container.d.ts +130 -0
- package/dist/react-native/generated/src/operations/container.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/container.js +713 -0
- package/dist/react-native/generated/src/operations/container.js.map +1 -0
- package/dist/react-native/generated/src/operations/index.d.ts +7 -0
- package/dist/react-native/generated/src/operations/index.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/index.js +14 -0
- package/dist/react-native/generated/src/operations/index.js.map +1 -0
- package/dist/react-native/generated/src/operations/pageBlob.d.ts +87 -0
- package/dist/react-native/generated/src/operations/pageBlob.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/pageBlob.js +457 -0
- package/dist/react-native/generated/src/operations/pageBlob.js.map +1 -0
- package/dist/react-native/generated/src/operations/service.d.ts +67 -0
- package/dist/react-native/generated/src/operations/service.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/service.js +323 -0
- package/dist/react-native/generated/src/operations/service.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/appendBlob.d.ts +37 -0
- package/dist/react-native/generated/src/operationsInterfaces/appendBlob.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/appendBlob.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/appendBlob.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/blob.d.ts +170 -0
- package/dist/react-native/generated/src/operationsInterfaces/blob.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/blob.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/blob.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/blockBlob.d.ts +71 -0
- package/dist/react-native/generated/src/operationsInterfaces/blockBlob.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/blockBlob.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/blockBlob.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/container.d.ts +122 -0
- package/dist/react-native/generated/src/operationsInterfaces/container.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/container.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/container.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +7 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.js +14 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/pageBlob.d.ts +79 -0
- package/dist/react-native/generated/src/operationsInterfaces/pageBlob.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/pageBlob.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/pageBlob.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/service.d.ts +59 -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/storageClient.d.ts +21 -0
- package/dist/react-native/generated/src/storageClient.d.ts.map +1 -0
- package/dist/react-native/generated/src/storageClient.js +49 -0
- package/dist/react-native/generated/src/storageClient.js.map +1 -0
- package/dist/react-native/generatedModels.d.ts +199 -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 +46 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +41 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/internal-avro/AvroConstants.d.ts +5 -0
- package/dist/react-native/internal-avro/AvroConstants.d.ts.map +1 -0
- package/dist/react-native/internal-avro/AvroConstants.js +7 -0
- package/dist/react-native/internal-avro/AvroConstants.js.map +1 -0
- package/dist/react-native/internal-avro/AvroParser.d.ts +57 -0
- package/dist/react-native/internal-avro/AvroParser.d.ts.map +1 -0
- package/dist/react-native/internal-avro/AvroParser.js +317 -0
- package/dist/react-native/internal-avro/AvroParser.js.map +1 -0
- package/dist/react-native/internal-avro/AvroReadable.d.ts +16 -0
- package/dist/react-native/internal-avro/AvroReadable.d.ts.map +1 -0
- package/dist/react-native/internal-avro/AvroReadable.js +5 -0
- package/dist/react-native/internal-avro/AvroReadable.js.map +1 -0
- package/dist/react-native/internal-avro/AvroReadableFromBlob.d.ts +10 -0
- package/dist/react-native/internal-avro/AvroReadableFromBlob.d.ts.map +1 -0
- package/dist/react-native/internal-avro/AvroReadableFromBlob.js +47 -0
- package/dist/react-native/internal-avro/AvroReadableFromBlob.js.map +1 -0
- package/dist/react-native/internal-avro/AvroReadableFromStream.d.ts +11 -0
- package/dist/react-native/internal-avro/AvroReadableFromStream.d.ts.map +1 -0
- package/dist/react-native/internal-avro/AvroReadableFromStream.js +85 -0
- package/dist/react-native/internal-avro/AvroReadableFromStream.js.map +1 -0
- package/dist/react-native/internal-avro/AvroReader.d.ts +32 -0
- package/dist/react-native/internal-avro/AvroReader.d.ts.map +1 -0
- package/dist/react-native/internal-avro/AvroReader.js +106 -0
- package/dist/react-native/internal-avro/AvroReader.js.map +1 -0
- package/dist/react-native/internal-avro/index.d.ts +4 -0
- package/dist/react-native/internal-avro/index.d.ts.map +1 -0
- package/dist/react-native/internal-avro/index.js +6 -0
- package/dist/react-native/internal-avro/index.js.map +1 -0
- package/dist/react-native/internal-avro/utils/utils.common.d.ts +6 -0
- package/dist/react-native/internal-avro/utils/utils.common.d.ts.map +1 -0
- package/dist/react-native/internal-avro/utils/utils.common.js +16 -0
- package/dist/react-native/internal-avro/utils/utils.common.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 +333 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +115 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/policies/AnonymousCredentialPolicy.d.ts +15 -0
- package/dist/react-native/policies/AnonymousCredentialPolicy.d.ts.map +1 -0
- package/dist/react-native/policies/AnonymousCredentialPolicy.js +20 -0
- package/dist/react-native/policies/AnonymousCredentialPolicy.js.map +1 -0
- package/dist/react-native/policies/CredentialPolicy.d.ts +22 -0
- package/dist/react-native/policies/CredentialPolicy.d.ts.map +1 -0
- package/dist/react-native/policies/CredentialPolicy.js +29 -0
- package/dist/react-native/policies/CredentialPolicy.js.map +1 -0
- package/dist/react-native/policies/RequestPolicy.d.ts +45 -0
- package/dist/react-native/policies/RequestPolicy.d.ts.map +1 -0
- package/dist/react-native/policies/RequestPolicy.js +40 -0
- package/dist/react-native/policies/RequestPolicy.js.map +1 -0
- package/dist/react-native/policies/StorageBrowserPolicy.d.ts +28 -0
- package/dist/react-native/policies/StorageBrowserPolicy.d.ts.map +1 -0
- package/dist/react-native/policies/StorageBrowserPolicy.js +47 -0
- package/dist/react-native/policies/StorageBrowserPolicy.js.map +1 -0
- package/dist/react-native/policies/StorageBrowserPolicyV2.d.ts +11 -0
- package/dist/react-native/policies/StorageBrowserPolicyV2.d.ts.map +1 -0
- package/dist/react-native/policies/StorageBrowserPolicyV2.js +31 -0
- package/dist/react-native/policies/StorageBrowserPolicyV2.js.map +1 -0
- package/dist/react-native/policies/StorageCorrectContentLengthPolicy.d.ts +10 -0
- package/dist/react-native/policies/StorageCorrectContentLengthPolicy.d.ts.map +1 -0
- package/dist/react-native/policies/StorageCorrectContentLengthPolicy.js +27 -0
- package/dist/react-native/policies/StorageCorrectContentLengthPolicy.js.map +1 -0
- package/dist/react-native/policies/StorageRetryPolicy.d.ts +62 -0
- package/dist/react-native/policies/StorageRetryPolicy.d.ts.map +1 -0
- package/dist/react-native/policies/StorageRetryPolicy.js +216 -0
- package/dist/react-native/policies/StorageRetryPolicy.js.map +1 -0
- package/dist/react-native/policies/StorageRetryPolicyType.d.ts +14 -0
- package/dist/react-native/policies/StorageRetryPolicyType.d.ts.map +1 -0
- package/dist/react-native/policies/StorageRetryPolicyType.js +17 -0
- package/dist/react-native/policies/StorageRetryPolicyType.js.map +1 -0
- package/dist/react-native/policies/StorageRetryPolicyV2.d.ts +11 -0
- package/dist/react-native/policies/StorageRetryPolicyV2.d.ts.map +1 -0
- package/dist/react-native/policies/StorageRetryPolicyV2.js +167 -0
- package/dist/react-native/policies/StorageRetryPolicyV2.js.map +1 -0
- package/dist/react-native/policies/StorageSharedKeyCredentialPolicy.d.ts +54 -0
- package/dist/react-native/policies/StorageSharedKeyCredentialPolicy.d.ts.map +1 -0
- package/dist/react-native/policies/StorageSharedKeyCredentialPolicy.js +141 -0
- package/dist/react-native/policies/StorageSharedKeyCredentialPolicy.js.map +1 -0
- package/dist/react-native/policies/StorageSharedKeyCredentialPolicyV2.d.ts +17 -0
- package/dist/react-native/policies/StorageSharedKeyCredentialPolicyV2.d.ts.map +1 -0
- package/dist/react-native/policies/StorageSharedKeyCredentialPolicyV2.js +132 -0
- package/dist/react-native/policies/StorageSharedKeyCredentialPolicyV2.js.map +1 -0
- package/dist/react-native/pollers/BlobStartCopyFromUrlPoller.d.ts +74 -0
- package/dist/react-native/pollers/BlobStartCopyFromUrlPoller.d.ts.map +1 -0
- package/dist/react-native/pollers/BlobStartCopyFromUrlPoller.js +130 -0
- package/dist/react-native/pollers/BlobStartCopyFromUrlPoller.js.map +1 -0
- package/dist/react-native/sas/AccountSASPermissions.d.ts +146 -0
- package/dist/react-native/sas/AccountSASPermissions.d.ts.map +1 -0
- package/dist/react-native/sas/AccountSASPermissions.js +227 -0
- package/dist/react-native/sas/AccountSASPermissions.js.map +1 -0
- package/dist/react-native/sas/AccountSASResourceTypes.d.ts +38 -0
- package/dist/react-native/sas/AccountSASResourceTypes.d.ts.map +1 -0
- package/dist/react-native/sas/AccountSASResourceTypes.js +72 -0
- package/dist/react-native/sas/AccountSASResourceTypes.js.map +1 -0
- package/dist/react-native/sas/AccountSASServices.d.ts +40 -0
- package/dist/react-native/sas/AccountSASServices.d.ts.map +1 -0
- package/dist/react-native/sas/AccountSASServices.js +80 -0
- package/dist/react-native/sas/AccountSASServices.js.map +1 -0
- package/dist/react-native/sas/AccountSASSignatureValues.d.ts +78 -0
- package/dist/react-native/sas/AccountSASSignatureValues.d.ts.map +1 -0
- package/dist/react-native/sas/AccountSASSignatureValues.js +100 -0
- package/dist/react-native/sas/AccountSASSignatureValues.js.map +1 -0
- package/dist/react-native/sas/BlobSASPermissions.d.ts +127 -0
- package/dist/react-native/sas/BlobSASPermissions.d.ts.map +1 -0
- package/dist/react-native/sas/BlobSASPermissions.js +195 -0
- package/dist/react-native/sas/BlobSASPermissions.js.map +1 -0
- package/dist/react-native/sas/BlobSASSignatureValues.d.ts +284 -0
- package/dist/react-native/sas/BlobSASSignatureValues.d.ts.map +1 -0
- package/dist/react-native/sas/BlobSASSignatureValues.js +666 -0
- package/dist/react-native/sas/BlobSASSignatureValues.js.map +1 -0
- package/dist/react-native/sas/ContainerSASPermissions.d.ts +143 -0
- package/dist/react-native/sas/ContainerSASPermissions.d.ts.map +1 -0
- package/dist/react-native/sas/ContainerSASPermissions.js +221 -0
- package/dist/react-native/sas/ContainerSASPermissions.js.map +1 -0
- package/dist/react-native/sas/SASQueryParameters.d.ts +285 -0
- package/dist/react-native/sas/SASQueryParameters.d.ts.map +1 -0
- package/dist/react-native/sas/SASQueryParameters.js +234 -0
- package/dist/react-native/sas/SASQueryParameters.js.map +1 -0
- package/dist/react-native/sas/SasIPRange.d.ts +24 -0
- package/dist/react-native/sas/SasIPRange.d.ts.map +1 -0
- package/dist/react-native/sas/SasIPRange.js +13 -0
- package/dist/react-native/sas/SasIPRange.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/BlobQuickQueryStream.d.ts +42 -0
- package/dist/react-native/utils/BlobQuickQueryStream.d.ts.map +1 -0
- package/dist/react-native/utils/BlobQuickQueryStream.js +111 -0
- package/dist/react-native/utils/BlobQuickQueryStream.js.map +1 -0
- package/dist/react-native/utils/Mutex.d.ts +23 -0
- package/dist/react-native/utils/Mutex.d.ts.map +1 -0
- package/dist/react-native/utils/Mutex.js +65 -0
- package/dist/react-native/utils/Mutex.js.map +1 -0
- package/dist/react-native/utils/RetriableReadableStream.d.ts +62 -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/SharedKeyComparator.d.ts +2 -0
- package/dist/react-native/utils/SharedKeyComparator.d.ts.map +1 -0
- package/dist/react-native/utils/SharedKeyComparator.js +73 -0
- package/dist/react-native/utils/SharedKeyComparator.js.map +1 -0
- package/dist/react-native/utils/constants.d.ts +70 -0
- package/dist/react-native/utils/constants.d.ts.map +1 -0
- package/dist/react-native/utils/constants.js +226 -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 +323 -0
- package/dist/react-native/utils/utils.common.d.ts.map +1 -0
- package/dist/react-native/utils/utils.common.js +756 -0
- package/dist/react-native/utils/utils.common.js.map +1 -0
- package/dist/react-native/utils/utils.d.ts +46 -0
- package/dist/react-native/utils/utils.d.ts.map +1 -0
- package/dist/react-native/utils/utils.js +132 -0
- package/dist/react-native/utils/utils.js.map +1 -0
- package/package.json +71 -78
- package/dist/index.js +0 -24988
- package/dist/index.js.map +0 -1
- 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.browser.js +0 -11
- package/dist-esm/storage-blob/src/BatchUtils.browser.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.browser.js +0 -7
- package/dist-esm/storage-blob/src/BlobDownloadResponse.browser.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.browser.js +0 -362
- package/dist-esm/storage-blob/src/BlobQueryResponse.browser.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.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.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.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.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.map +0 -1
- 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.map +0 -1
- 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.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.map +0 -1
- package/dist-esm/storage-blob/src/index.browser.js +0 -23
- package/dist-esm/storage-blob/src/index.browser.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.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.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.map +0 -1
- 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.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.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.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.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.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.browser.js +0 -48
- package/dist-esm/storage-blob/src/utils/utils.browser.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-common/src/BufferScheduler.browser.js +0 -8
- package/dist-esm/storage-common/src/BufferScheduler.browser.js.map +0 -1
- package/dist-esm/storage-common/src/BufferScheduler.js +0 -252
- package/dist-esm/storage-common/src/BufferScheduler.js.map +0 -1
- package/dist-esm/storage-common/src/BuffersStream.js +0 -83
- package/dist-esm/storage-common/src/BuffersStream.js.map +0 -1
- package/dist-esm/storage-common/src/PooledBuffer.js +0 -87
- package/dist-esm/storage-common/src/PooledBuffer.js.map +0 -1
- package/dist-esm/storage-common/src/index.browser.js +0 -4
- package/dist-esm/storage-common/src/index.browser.js.map +0 -1
- package/dist-esm/storage-common/src/index.js +0 -4
- package/dist-esm/storage-common/src/index.js.map +0 -1
- package/dist-esm/storage-internal-avro/src/AvroConstants.js.map +0 -1
- package/dist-esm/storage-internal-avro/src/AvroParser.js.map +0 -1
- package/dist-esm/storage-internal-avro/src/AvroReadable.js.map +0 -1
- package/dist-esm/storage-internal-avro/src/AvroReadableFromBlob.js +0 -47
- package/dist-esm/storage-internal-avro/src/AvroReadableFromBlob.js.map +0 -1
- package/dist-esm/storage-internal-avro/src/AvroReadableFromStream.js +0 -84
- package/dist-esm/storage-internal-avro/src/AvroReadableFromStream.js.map +0 -1
- package/dist-esm/storage-internal-avro/src/AvroReader.js +0 -106
- package/dist-esm/storage-internal-avro/src/AvroReader.js.map +0 -1
- package/dist-esm/storage-internal-avro/src/index.browser.js +0 -6
- package/dist-esm/storage-internal-avro/src/index.browser.js.map +0 -1
- package/dist-esm/storage-internal-avro/src/index.js +0 -6
- package/dist-esm/storage-internal-avro/src/index.js.map +0 -1
- package/dist-esm/storage-internal-avro/src/utils/utils.common.js.map +0 -1
- package/types/latest/storage-blob.d.ts +0 -11864
- /package/{dist-esm/storage-blob/src → dist/browser}/BatchResponse.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/PageBlobRangeResponse.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/Range.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/credentials/Credential.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/generated/src/models/mappers.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/generated/src/operationsInterfaces/appendBlob.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/generated/src/operationsInterfaces/blob.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/generated/src/operationsInterfaces/blockBlob.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/generated/src/operationsInterfaces/container.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/generated/src/operationsInterfaces/pageBlob.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/generated/src/operationsInterfaces/service.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/generatedModels.js +0 -0
- /package/{dist-esm/storage-internal-avro/src → dist/browser/internal-avro}/AvroConstants.js +0 -0
- /package/{dist-esm/storage-internal-avro/src → dist/browser/internal-avro}/AvroParser.js +0 -0
- /package/{dist-esm/storage-internal-avro/src → dist/browser/internal-avro}/AvroReadable.js +0 -0
- /package/{dist-esm/storage-internal-avro/src → dist/browser/internal-avro}/utils/utils.common.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/log.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/policies/RequestPolicy.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/pollers/BlobStartCopyFromUrlPoller.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/sas/AccountSASPermissions.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/sas/AccountSASResourceTypes.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/sas/AccountSASServices.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/sas/BlobSASPermissions.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/sas/ContainerSASPermissions.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/sas/SasIPRange.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/utils/Batch.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/utils/Mutex.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/utils/SharedKeyComparator.js +0 -0
@@ -0,0 +1,3944 @@
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
2
|
+
import * as coreHttpCompat from "@azure/core-http-compat";
|
3
|
+
/** Storage Service Properties. */
|
4
|
+
export interface BlobServiceProperties {
|
5
|
+
/** Azure Analytics Logging settings. */
|
6
|
+
blobAnalyticsLogging?: Logging;
|
7
|
+
/** a summary of request statistics grouped by API in hour or minute aggregates for blobs */
|
8
|
+
hourMetrics?: Metrics;
|
9
|
+
/** a summary of request statistics grouped by API in hour or minute aggregates for blobs */
|
10
|
+
minuteMetrics?: Metrics;
|
11
|
+
/** The set of CORS rules. */
|
12
|
+
cors?: CorsRule[];
|
13
|
+
/** The default version to use for requests to the Blob service if an incoming request's version is not specified. Possible values include version 2008-10-27 and all more recent versions */
|
14
|
+
defaultServiceVersion?: string;
|
15
|
+
/** the retention policy which determines how long the associated data should persist */
|
16
|
+
deleteRetentionPolicy?: RetentionPolicy;
|
17
|
+
/** The properties that enable an account to host a static website */
|
18
|
+
staticWebsite?: StaticWebsite;
|
19
|
+
}
|
20
|
+
/** Azure Analytics Logging settings. */
|
21
|
+
export interface Logging {
|
22
|
+
/** The version of Storage Analytics to configure. */
|
23
|
+
version: string;
|
24
|
+
/** Indicates whether all delete requests should be logged. */
|
25
|
+
deleteProperty: boolean;
|
26
|
+
/** Indicates whether all read requests should be logged. */
|
27
|
+
read: boolean;
|
28
|
+
/** Indicates whether all write requests should be logged. */
|
29
|
+
write: boolean;
|
30
|
+
/** the retention policy which determines how long the associated data should persist */
|
31
|
+
retentionPolicy: RetentionPolicy;
|
32
|
+
}
|
33
|
+
/** the retention policy which determines how long the associated data should persist */
|
34
|
+
export interface RetentionPolicy {
|
35
|
+
/** Indicates whether a retention policy is enabled for the storage service */
|
36
|
+
enabled: boolean;
|
37
|
+
/** Indicates the number of days that metrics or logging or soft-deleted data should be retained. All data older than this value will be deleted */
|
38
|
+
days?: number;
|
39
|
+
}
|
40
|
+
/** a summary of request statistics grouped by API in hour or minute aggregates for blobs */
|
41
|
+
export interface Metrics {
|
42
|
+
/** The version of Storage Analytics to configure. */
|
43
|
+
version?: string;
|
44
|
+
/** Indicates whether metrics are enabled for the Blob service. */
|
45
|
+
enabled: boolean;
|
46
|
+
/** Indicates whether metrics should generate summary statistics for called API operations. */
|
47
|
+
includeAPIs?: boolean;
|
48
|
+
/** the retention policy which determines how long the associated data should persist */
|
49
|
+
retentionPolicy?: RetentionPolicy;
|
50
|
+
}
|
51
|
+
/** 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 */
|
52
|
+
export interface CorsRule {
|
53
|
+
/** 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. */
|
54
|
+
allowedOrigins: string;
|
55
|
+
/** The methods (HTTP request verbs) that the origin domain may use for a CORS request. (comma separated) */
|
56
|
+
allowedMethods: string;
|
57
|
+
/** the request headers that the origin domain may specify on the CORS request. */
|
58
|
+
allowedHeaders: string;
|
59
|
+
/** The response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer */
|
60
|
+
exposedHeaders: string;
|
61
|
+
/** The maximum amount time that a browser should cache the preflight OPTIONS request. */
|
62
|
+
maxAgeInSeconds: number;
|
63
|
+
}
|
64
|
+
/** The properties that enable an account to host a static website */
|
65
|
+
export interface StaticWebsite {
|
66
|
+
/** Indicates whether this account is hosting a static website */
|
67
|
+
enabled: boolean;
|
68
|
+
/** The default name of the index page under each directory */
|
69
|
+
indexDocument?: string;
|
70
|
+
/** The absolute path of the custom 404 page */
|
71
|
+
errorDocument404Path?: string;
|
72
|
+
/** Absolute path of the default index page */
|
73
|
+
defaultIndexDocumentPath?: string;
|
74
|
+
}
|
75
|
+
export interface StorageError {
|
76
|
+
message?: string;
|
77
|
+
code?: string;
|
78
|
+
authenticationErrorDetail?: string;
|
79
|
+
}
|
80
|
+
/** Stats for the storage service. */
|
81
|
+
export interface BlobServiceStatistics {
|
82
|
+
/** Geo-Replication information for the Secondary Storage Service */
|
83
|
+
geoReplication?: GeoReplication;
|
84
|
+
}
|
85
|
+
/** Geo-Replication information for the Secondary Storage Service */
|
86
|
+
export interface GeoReplication {
|
87
|
+
/** The status of the secondary location */
|
88
|
+
status: GeoReplicationStatusType;
|
89
|
+
/** A GMT date/time value, to the second. All primary writes preceding this value are guaranteed to be available for read operations at the secondary. Primary writes after this point in time may or may not be available for reads. */
|
90
|
+
lastSyncOn: Date;
|
91
|
+
}
|
92
|
+
/** An enumeration of containers */
|
93
|
+
export interface ListContainersSegmentResponse {
|
94
|
+
serviceEndpoint: string;
|
95
|
+
prefix?: string;
|
96
|
+
marker?: string;
|
97
|
+
maxPageSize?: number;
|
98
|
+
containerItems: ContainerItem[];
|
99
|
+
continuationToken?: string;
|
100
|
+
}
|
101
|
+
/** An Azure Storage container */
|
102
|
+
export interface ContainerItem {
|
103
|
+
name: string;
|
104
|
+
deleted?: boolean;
|
105
|
+
version?: string;
|
106
|
+
/** Properties of a container */
|
107
|
+
properties: ContainerProperties;
|
108
|
+
/** Dictionary of <string> */
|
109
|
+
metadata?: {
|
110
|
+
[propertyName: string]: string;
|
111
|
+
};
|
112
|
+
}
|
113
|
+
/** Properties of a container */
|
114
|
+
export interface ContainerProperties {
|
115
|
+
lastModified: Date;
|
116
|
+
etag: string;
|
117
|
+
leaseStatus?: LeaseStatusType;
|
118
|
+
leaseState?: LeaseStateType;
|
119
|
+
leaseDuration?: LeaseDurationType;
|
120
|
+
publicAccess?: PublicAccessType;
|
121
|
+
hasImmutabilityPolicy?: boolean;
|
122
|
+
hasLegalHold?: boolean;
|
123
|
+
defaultEncryptionScope?: string;
|
124
|
+
preventEncryptionScopeOverride?: boolean;
|
125
|
+
deletedOn?: Date;
|
126
|
+
remainingRetentionDays?: number;
|
127
|
+
/** Indicates if version level worm is enabled on this container. */
|
128
|
+
isImmutableStorageWithVersioningEnabled?: boolean;
|
129
|
+
}
|
130
|
+
/** Key information */
|
131
|
+
export interface KeyInfo {
|
132
|
+
/** The date-time the key is active in ISO 8601 UTC time */
|
133
|
+
startsOn: string;
|
134
|
+
/** The date-time the key expires in ISO 8601 UTC time */
|
135
|
+
expiresOn: string;
|
136
|
+
}
|
137
|
+
/** A user delegation key */
|
138
|
+
export interface UserDelegationKey {
|
139
|
+
/** The Azure Active Directory object ID in GUID format. */
|
140
|
+
signedObjectId: string;
|
141
|
+
/** The Azure Active Directory tenant ID in GUID format */
|
142
|
+
signedTenantId: string;
|
143
|
+
/** The date-time the key is active */
|
144
|
+
signedStartsOn: string;
|
145
|
+
/** The date-time the key expires */
|
146
|
+
signedExpiresOn: string;
|
147
|
+
/** Abbreviation of the Azure Storage service that accepts the key */
|
148
|
+
signedService: string;
|
149
|
+
/** The service version that created the key */
|
150
|
+
signedVersion: string;
|
151
|
+
/** The key as a base64 string */
|
152
|
+
value: string;
|
153
|
+
}
|
154
|
+
/** The result of a Filter Blobs API call */
|
155
|
+
export interface FilterBlobSegment {
|
156
|
+
serviceEndpoint: string;
|
157
|
+
where: string;
|
158
|
+
blobs: FilterBlobItem[];
|
159
|
+
continuationToken?: string;
|
160
|
+
}
|
161
|
+
/** Blob info from a Filter Blobs API call */
|
162
|
+
export interface FilterBlobItem {
|
163
|
+
name: string;
|
164
|
+
containerName: string;
|
165
|
+
/** Blob tags */
|
166
|
+
tags?: BlobTags;
|
167
|
+
}
|
168
|
+
/** Blob tags */
|
169
|
+
export interface BlobTags {
|
170
|
+
blobTagSet: BlobTag[];
|
171
|
+
}
|
172
|
+
export interface BlobTag {
|
173
|
+
key: string;
|
174
|
+
value: string;
|
175
|
+
}
|
176
|
+
/** signed identifier */
|
177
|
+
export interface SignedIdentifier {
|
178
|
+
/** a unique id */
|
179
|
+
id: string;
|
180
|
+
/** An Access policy */
|
181
|
+
accessPolicy: AccessPolicy;
|
182
|
+
}
|
183
|
+
/** An Access policy */
|
184
|
+
export interface AccessPolicy {
|
185
|
+
/** the date-time the policy is active */
|
186
|
+
startsOn?: string;
|
187
|
+
/** the date-time the policy expires */
|
188
|
+
expiresOn?: string;
|
189
|
+
/** the permissions for the acl policy */
|
190
|
+
permissions?: string;
|
191
|
+
}
|
192
|
+
/** An enumeration of blobs */
|
193
|
+
export interface ListBlobsFlatSegmentResponse {
|
194
|
+
serviceEndpoint: string;
|
195
|
+
containerName: string;
|
196
|
+
prefix?: string;
|
197
|
+
marker?: string;
|
198
|
+
maxPageSize?: number;
|
199
|
+
segment: BlobFlatListSegment;
|
200
|
+
continuationToken?: string;
|
201
|
+
}
|
202
|
+
export interface BlobFlatListSegment {
|
203
|
+
blobItems: BlobItemInternal[];
|
204
|
+
}
|
205
|
+
/** An Azure Storage blob */
|
206
|
+
export interface BlobItemInternal {
|
207
|
+
name: BlobName;
|
208
|
+
deleted: boolean;
|
209
|
+
snapshot: string;
|
210
|
+
versionId?: string;
|
211
|
+
isCurrentVersion?: boolean;
|
212
|
+
/** Properties of a blob */
|
213
|
+
properties: BlobPropertiesInternal;
|
214
|
+
/** Dictionary of <string> */
|
215
|
+
metadata?: {
|
216
|
+
[propertyName: string]: string;
|
217
|
+
};
|
218
|
+
/** Blob tags */
|
219
|
+
blobTags?: BlobTags;
|
220
|
+
/** Dictionary of <string> */
|
221
|
+
objectReplicationMetadata?: {
|
222
|
+
[propertyName: string]: string;
|
223
|
+
};
|
224
|
+
/** Inactive root blobs which have any versions would have such tag with value true. */
|
225
|
+
hasVersionsOnly?: boolean;
|
226
|
+
}
|
227
|
+
export interface BlobName {
|
228
|
+
/** Indicates if the blob name is encoded. */
|
229
|
+
encoded?: boolean;
|
230
|
+
/** The name of the blob. */
|
231
|
+
content?: string;
|
232
|
+
}
|
233
|
+
/** Properties of a blob */
|
234
|
+
export interface BlobPropertiesInternal {
|
235
|
+
createdOn?: Date;
|
236
|
+
lastModified: Date;
|
237
|
+
etag: string;
|
238
|
+
/** Size in bytes */
|
239
|
+
contentLength?: number;
|
240
|
+
contentType?: string;
|
241
|
+
contentEncoding?: string;
|
242
|
+
contentLanguage?: string;
|
243
|
+
contentMD5?: Uint8Array;
|
244
|
+
contentDisposition?: string;
|
245
|
+
cacheControl?: string;
|
246
|
+
blobSequenceNumber?: number;
|
247
|
+
blobType?: BlobType;
|
248
|
+
leaseStatus?: LeaseStatusType;
|
249
|
+
leaseState?: LeaseStateType;
|
250
|
+
leaseDuration?: LeaseDurationType;
|
251
|
+
copyId?: string;
|
252
|
+
copyStatus?: CopyStatusType;
|
253
|
+
copySource?: string;
|
254
|
+
copyProgress?: string;
|
255
|
+
copyCompletedOn?: Date;
|
256
|
+
copyStatusDescription?: string;
|
257
|
+
serverEncrypted?: boolean;
|
258
|
+
incrementalCopy?: boolean;
|
259
|
+
destinationSnapshot?: string;
|
260
|
+
deletedOn?: Date;
|
261
|
+
remainingRetentionDays?: number;
|
262
|
+
accessTier?: AccessTier;
|
263
|
+
accessTierInferred?: boolean;
|
264
|
+
archiveStatus?: ArchiveStatus;
|
265
|
+
customerProvidedKeySha256?: string;
|
266
|
+
/** The name of the encryption scope under which the blob is encrypted. */
|
267
|
+
encryptionScope?: string;
|
268
|
+
accessTierChangedOn?: Date;
|
269
|
+
tagCount?: number;
|
270
|
+
expiresOn?: Date;
|
271
|
+
isSealed?: boolean;
|
272
|
+
/** If an object is in rehydrate pending state then this header is returned with priority of rehydrate. Valid values are High and Standard. */
|
273
|
+
rehydratePriority?: RehydratePriority;
|
274
|
+
lastAccessedOn?: Date;
|
275
|
+
/** UTC date/time value generated by the service that indicates the time at which the blob immutability policy will expire. */
|
276
|
+
immutabilityPolicyExpiresOn?: Date;
|
277
|
+
/** Indicates immutability policy mode. */
|
278
|
+
immutabilityPolicyMode?: BlobImmutabilityPolicyMode;
|
279
|
+
/** Indicates if a legal hold is present on the blob. */
|
280
|
+
legalHold?: boolean;
|
281
|
+
}
|
282
|
+
/** An enumeration of blobs */
|
283
|
+
export interface ListBlobsHierarchySegmentResponse {
|
284
|
+
serviceEndpoint: string;
|
285
|
+
containerName: string;
|
286
|
+
prefix?: string;
|
287
|
+
marker?: string;
|
288
|
+
maxPageSize?: number;
|
289
|
+
delimiter?: string;
|
290
|
+
segment: BlobHierarchyListSegment;
|
291
|
+
continuationToken?: string;
|
292
|
+
}
|
293
|
+
export interface BlobHierarchyListSegment {
|
294
|
+
blobPrefixes?: BlobPrefix[];
|
295
|
+
blobItems: BlobItemInternal[];
|
296
|
+
}
|
297
|
+
export interface BlobPrefix {
|
298
|
+
name: BlobName;
|
299
|
+
}
|
300
|
+
export interface BlockLookupList {
|
301
|
+
committed?: string[];
|
302
|
+
uncommitted?: string[];
|
303
|
+
latest?: string[];
|
304
|
+
}
|
305
|
+
export interface BlockList {
|
306
|
+
committedBlocks?: Block[];
|
307
|
+
uncommittedBlocks?: Block[];
|
308
|
+
}
|
309
|
+
/** Represents a single block in a block blob. It describes the block's ID and size. */
|
310
|
+
export interface Block {
|
311
|
+
/** The base64 encoded block ID. */
|
312
|
+
name: string;
|
313
|
+
/** The block size in bytes. */
|
314
|
+
size: number;
|
315
|
+
}
|
316
|
+
/** the list of pages */
|
317
|
+
export interface PageList {
|
318
|
+
pageRange?: PageRange[];
|
319
|
+
clearRange?: ClearRange[];
|
320
|
+
continuationToken?: string;
|
321
|
+
}
|
322
|
+
export interface PageRange {
|
323
|
+
start: number;
|
324
|
+
end: number;
|
325
|
+
}
|
326
|
+
export interface ClearRange {
|
327
|
+
start: number;
|
328
|
+
end: number;
|
329
|
+
}
|
330
|
+
/** Groups the set of query request settings. */
|
331
|
+
export interface QueryRequest {
|
332
|
+
/** Required. The type of the provided query expression. */
|
333
|
+
queryType: string;
|
334
|
+
/** The query expression in SQL. The maximum size of the query expression is 256KiB. */
|
335
|
+
expression: string;
|
336
|
+
inputSerialization?: QuerySerialization;
|
337
|
+
outputSerialization?: QuerySerialization;
|
338
|
+
}
|
339
|
+
export interface QuerySerialization {
|
340
|
+
format: QueryFormat;
|
341
|
+
}
|
342
|
+
export interface QueryFormat {
|
343
|
+
/** The quick query format type. */
|
344
|
+
type: QueryFormatType;
|
345
|
+
/** Groups the settings used for interpreting the blob data if the blob is delimited text formatted. */
|
346
|
+
delimitedTextConfiguration?: DelimitedTextConfiguration;
|
347
|
+
/** json text configuration */
|
348
|
+
jsonTextConfiguration?: JsonTextConfiguration;
|
349
|
+
/** Groups the settings used for formatting the response if the response should be Arrow formatted. */
|
350
|
+
arrowConfiguration?: ArrowConfiguration;
|
351
|
+
/** parquet configuration */
|
352
|
+
parquetTextConfiguration?: Record<string, unknown>;
|
353
|
+
}
|
354
|
+
/** Groups the settings used for interpreting the blob data if the blob is delimited text formatted. */
|
355
|
+
export interface DelimitedTextConfiguration {
|
356
|
+
/** The string used to separate columns. */
|
357
|
+
columnSeparator?: string;
|
358
|
+
/** The string used to quote a specific field. */
|
359
|
+
fieldQuote?: string;
|
360
|
+
/** The string used to separate records. */
|
361
|
+
recordSeparator?: string;
|
362
|
+
/** The string used as an escape character. */
|
363
|
+
escapeChar?: string;
|
364
|
+
/** Represents whether the data has headers. */
|
365
|
+
headersPresent?: boolean;
|
366
|
+
}
|
367
|
+
/** json text configuration */
|
368
|
+
export interface JsonTextConfiguration {
|
369
|
+
/** The string used to separate records. */
|
370
|
+
recordSeparator?: string;
|
371
|
+
}
|
372
|
+
/** Groups the settings used for formatting the response if the response should be Arrow formatted. */
|
373
|
+
export interface ArrowConfiguration {
|
374
|
+
schema: ArrowField[];
|
375
|
+
}
|
376
|
+
/** Groups settings regarding specific field of an arrow schema */
|
377
|
+
export interface ArrowField {
|
378
|
+
type: string;
|
379
|
+
name?: string;
|
380
|
+
precision?: number;
|
381
|
+
scale?: number;
|
382
|
+
}
|
383
|
+
/** Defines headers for Service_setProperties operation. */
|
384
|
+
export interface ServiceSetPropertiesHeaders {
|
385
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
386
|
+
clientRequestId?: string;
|
387
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
388
|
+
requestId?: string;
|
389
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
390
|
+
version?: string;
|
391
|
+
/** Error Code */
|
392
|
+
errorCode?: string;
|
393
|
+
}
|
394
|
+
/** Defines headers for Service_setProperties operation. */
|
395
|
+
export interface ServiceSetPropertiesExceptionHeaders {
|
396
|
+
errorCode?: string;
|
397
|
+
}
|
398
|
+
/** Defines headers for Service_getProperties operation. */
|
399
|
+
export interface ServiceGetPropertiesHeaders {
|
400
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
401
|
+
clientRequestId?: string;
|
402
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
403
|
+
requestId?: string;
|
404
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
405
|
+
version?: string;
|
406
|
+
/** Error Code */
|
407
|
+
errorCode?: string;
|
408
|
+
}
|
409
|
+
/** Defines headers for Service_getProperties operation. */
|
410
|
+
export interface ServiceGetPropertiesExceptionHeaders {
|
411
|
+
errorCode?: string;
|
412
|
+
}
|
413
|
+
/** Defines headers for Service_getStatistics operation. */
|
414
|
+
export interface ServiceGetStatisticsHeaders {
|
415
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
416
|
+
clientRequestId?: string;
|
417
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
418
|
+
requestId?: string;
|
419
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
420
|
+
version?: string;
|
421
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
422
|
+
date?: Date;
|
423
|
+
/** Error Code */
|
424
|
+
errorCode?: string;
|
425
|
+
}
|
426
|
+
/** Defines headers for Service_getStatistics operation. */
|
427
|
+
export interface ServiceGetStatisticsExceptionHeaders {
|
428
|
+
errorCode?: string;
|
429
|
+
}
|
430
|
+
/** Defines headers for Service_listContainersSegment operation. */
|
431
|
+
export interface ServiceListContainersSegmentHeaders {
|
432
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
433
|
+
clientRequestId?: string;
|
434
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
435
|
+
requestId?: string;
|
436
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
437
|
+
version?: string;
|
438
|
+
/** Error Code */
|
439
|
+
errorCode?: string;
|
440
|
+
}
|
441
|
+
/** Defines headers for Service_listContainersSegment operation. */
|
442
|
+
export interface ServiceListContainersSegmentExceptionHeaders {
|
443
|
+
errorCode?: string;
|
444
|
+
}
|
445
|
+
/** Defines headers for Service_getUserDelegationKey operation. */
|
446
|
+
export interface ServiceGetUserDelegationKeyHeaders {
|
447
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
448
|
+
clientRequestId?: string;
|
449
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
450
|
+
requestId?: string;
|
451
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
452
|
+
version?: string;
|
453
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
454
|
+
date?: Date;
|
455
|
+
/** Error Code */
|
456
|
+
errorCode?: string;
|
457
|
+
}
|
458
|
+
/** Defines headers for Service_getUserDelegationKey operation. */
|
459
|
+
export interface ServiceGetUserDelegationKeyExceptionHeaders {
|
460
|
+
errorCode?: string;
|
461
|
+
}
|
462
|
+
/** Defines headers for Service_getAccountInfo operation. */
|
463
|
+
export interface ServiceGetAccountInfoHeaders {
|
464
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
465
|
+
clientRequestId?: string;
|
466
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
467
|
+
requestId?: string;
|
468
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
469
|
+
version?: string;
|
470
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
471
|
+
date?: Date;
|
472
|
+
/** Identifies the sku name of the account */
|
473
|
+
skuName?: SkuName;
|
474
|
+
/** Identifies the account kind */
|
475
|
+
accountKind?: AccountKind;
|
476
|
+
/** Version 2019-07-07 and newer. Indicates if the account has a hierarchical namespace enabled. */
|
477
|
+
isHierarchicalNamespaceEnabled?: boolean;
|
478
|
+
/** Error Code */
|
479
|
+
errorCode?: string;
|
480
|
+
}
|
481
|
+
/** Defines headers for Service_getAccountInfo operation. */
|
482
|
+
export interface ServiceGetAccountInfoExceptionHeaders {
|
483
|
+
errorCode?: string;
|
484
|
+
}
|
485
|
+
/** Defines headers for Service_submitBatch operation. */
|
486
|
+
export interface ServiceSubmitBatchHeaders {
|
487
|
+
/** The media type of the body of the response. For batch requests, this is multipart/mixed; boundary=batchresponse_GUID */
|
488
|
+
contentType?: string;
|
489
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
490
|
+
requestId?: string;
|
491
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
492
|
+
version?: string;
|
493
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
494
|
+
clientRequestId?: string;
|
495
|
+
/** Error Code */
|
496
|
+
errorCode?: string;
|
497
|
+
}
|
498
|
+
/** Defines headers for Service_submitBatch operation. */
|
499
|
+
export interface ServiceSubmitBatchExceptionHeaders {
|
500
|
+
errorCode?: string;
|
501
|
+
}
|
502
|
+
/** Defines headers for Service_filterBlobs operation. */
|
503
|
+
export interface ServiceFilterBlobsHeaders {
|
504
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
505
|
+
clientRequestId?: string;
|
506
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
507
|
+
requestId?: string;
|
508
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
509
|
+
version?: string;
|
510
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
511
|
+
date?: Date;
|
512
|
+
/** Error Code */
|
513
|
+
errorCode?: string;
|
514
|
+
}
|
515
|
+
/** Defines headers for Service_filterBlobs operation. */
|
516
|
+
export interface ServiceFilterBlobsExceptionHeaders {
|
517
|
+
errorCode?: string;
|
518
|
+
}
|
519
|
+
/** Defines headers for Container_create operation. */
|
520
|
+
export interface ContainerCreateHeaders {
|
521
|
+
/** 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. */
|
522
|
+
etag?: string;
|
523
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
524
|
+
lastModified?: Date;
|
525
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
526
|
+
clientRequestId?: string;
|
527
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
528
|
+
requestId?: string;
|
529
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
530
|
+
version?: string;
|
531
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
532
|
+
date?: Date;
|
533
|
+
/** Error Code */
|
534
|
+
errorCode?: string;
|
535
|
+
}
|
536
|
+
/** Defines headers for Container_create operation. */
|
537
|
+
export interface ContainerCreateExceptionHeaders {
|
538
|
+
errorCode?: string;
|
539
|
+
}
|
540
|
+
/** Defines headers for Container_getProperties operation. */
|
541
|
+
export interface ContainerGetPropertiesHeaders {
|
542
|
+
metadata?: {
|
543
|
+
[propertyName: string]: string;
|
544
|
+
};
|
545
|
+
/** 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. */
|
546
|
+
etag?: string;
|
547
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
548
|
+
lastModified?: Date;
|
549
|
+
/** When a blob is leased, specifies whether the lease is of infinite or fixed duration. */
|
550
|
+
leaseDuration?: LeaseDurationType;
|
551
|
+
/** Lease state of the blob. */
|
552
|
+
leaseState?: LeaseStateType;
|
553
|
+
/** The current lease status of the blob. */
|
554
|
+
leaseStatus?: LeaseStatusType;
|
555
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
556
|
+
clientRequestId?: string;
|
557
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
558
|
+
requestId?: string;
|
559
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
560
|
+
version?: string;
|
561
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
562
|
+
date?: Date;
|
563
|
+
/** Indicated whether data in the container may be accessed publicly and the level of access */
|
564
|
+
blobPublicAccess?: PublicAccessType;
|
565
|
+
/** Indicates whether the container has an immutability policy set on it. */
|
566
|
+
hasImmutabilityPolicy?: boolean;
|
567
|
+
/** Indicates whether the container has a legal hold. */
|
568
|
+
hasLegalHold?: boolean;
|
569
|
+
/** The default encryption scope for the container. */
|
570
|
+
defaultEncryptionScope?: string;
|
571
|
+
/** Indicates whether the container's default encryption scope can be overriden. */
|
572
|
+
denyEncryptionScopeOverride?: boolean;
|
573
|
+
/** Indicates whether version level worm is enabled on a container. */
|
574
|
+
isImmutableStorageWithVersioningEnabled?: boolean;
|
575
|
+
/** Error Code */
|
576
|
+
errorCode?: string;
|
577
|
+
}
|
578
|
+
/** Defines headers for Container_getProperties operation. */
|
579
|
+
export interface ContainerGetPropertiesExceptionHeaders {
|
580
|
+
errorCode?: string;
|
581
|
+
}
|
582
|
+
/** Defines headers for Container_delete operation. */
|
583
|
+
export interface ContainerDeleteHeaders {
|
584
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
585
|
+
clientRequestId?: string;
|
586
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
587
|
+
requestId?: string;
|
588
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
589
|
+
version?: string;
|
590
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
591
|
+
date?: Date;
|
592
|
+
/** Error Code */
|
593
|
+
errorCode?: string;
|
594
|
+
}
|
595
|
+
/** Defines headers for Container_delete operation. */
|
596
|
+
export interface ContainerDeleteExceptionHeaders {
|
597
|
+
errorCode?: string;
|
598
|
+
}
|
599
|
+
/** Defines headers for Container_setMetadata operation. */
|
600
|
+
export interface ContainerSetMetadataHeaders {
|
601
|
+
/** 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. */
|
602
|
+
etag?: string;
|
603
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
604
|
+
lastModified?: Date;
|
605
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
606
|
+
clientRequestId?: string;
|
607
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
608
|
+
requestId?: string;
|
609
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
610
|
+
version?: string;
|
611
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
612
|
+
date?: Date;
|
613
|
+
/** Error Code */
|
614
|
+
errorCode?: string;
|
615
|
+
}
|
616
|
+
/** Defines headers for Container_setMetadata operation. */
|
617
|
+
export interface ContainerSetMetadataExceptionHeaders {
|
618
|
+
errorCode?: string;
|
619
|
+
}
|
620
|
+
/** Defines headers for Container_getAccessPolicy operation. */
|
621
|
+
export interface ContainerGetAccessPolicyHeaders {
|
622
|
+
/** Indicated whether data in the container may be accessed publicly and the level of access */
|
623
|
+
blobPublicAccess?: PublicAccessType;
|
624
|
+
/** 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. */
|
625
|
+
etag?: string;
|
626
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
627
|
+
lastModified?: Date;
|
628
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
629
|
+
clientRequestId?: string;
|
630
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
631
|
+
requestId?: string;
|
632
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
633
|
+
version?: string;
|
634
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
635
|
+
date?: Date;
|
636
|
+
/** Error Code */
|
637
|
+
errorCode?: string;
|
638
|
+
}
|
639
|
+
/** Defines headers for Container_getAccessPolicy operation. */
|
640
|
+
export interface ContainerGetAccessPolicyExceptionHeaders {
|
641
|
+
errorCode?: string;
|
642
|
+
}
|
643
|
+
/** Defines headers for Container_setAccessPolicy operation. */
|
644
|
+
export interface ContainerSetAccessPolicyHeaders {
|
645
|
+
/** 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. */
|
646
|
+
etag?: string;
|
647
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
648
|
+
lastModified?: Date;
|
649
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
650
|
+
clientRequestId?: string;
|
651
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
652
|
+
requestId?: string;
|
653
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
654
|
+
version?: string;
|
655
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
656
|
+
date?: Date;
|
657
|
+
/** Error Code */
|
658
|
+
errorCode?: string;
|
659
|
+
}
|
660
|
+
/** Defines headers for Container_setAccessPolicy operation. */
|
661
|
+
export interface ContainerSetAccessPolicyExceptionHeaders {
|
662
|
+
errorCode?: string;
|
663
|
+
}
|
664
|
+
/** Defines headers for Container_restore operation. */
|
665
|
+
export interface ContainerRestoreHeaders {
|
666
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
667
|
+
clientRequestId?: string;
|
668
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
669
|
+
requestId?: string;
|
670
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
671
|
+
version?: string;
|
672
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
673
|
+
date?: Date;
|
674
|
+
/** Error Code */
|
675
|
+
errorCode?: string;
|
676
|
+
}
|
677
|
+
/** Defines headers for Container_restore operation. */
|
678
|
+
export interface ContainerRestoreExceptionHeaders {
|
679
|
+
errorCode?: string;
|
680
|
+
}
|
681
|
+
/** Defines headers for Container_rename operation. */
|
682
|
+
export interface ContainerRenameHeaders {
|
683
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
684
|
+
clientRequestId?: string;
|
685
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
686
|
+
requestId?: string;
|
687
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
688
|
+
version?: string;
|
689
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
690
|
+
date?: Date;
|
691
|
+
/** Error Code */
|
692
|
+
errorCode?: string;
|
693
|
+
}
|
694
|
+
/** Defines headers for Container_rename operation. */
|
695
|
+
export interface ContainerRenameExceptionHeaders {
|
696
|
+
errorCode?: string;
|
697
|
+
}
|
698
|
+
/** Defines headers for Container_submitBatch operation. */
|
699
|
+
export interface ContainerSubmitBatchHeaders {
|
700
|
+
/** The media type of the body of the response. For batch requests, this is multipart/mixed; boundary=batchresponse_GUID */
|
701
|
+
contentType?: string;
|
702
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
703
|
+
requestId?: string;
|
704
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
705
|
+
version?: string;
|
706
|
+
}
|
707
|
+
/** Defines headers for Container_submitBatch operation. */
|
708
|
+
export interface ContainerSubmitBatchExceptionHeaders {
|
709
|
+
errorCode?: string;
|
710
|
+
}
|
711
|
+
/** Defines headers for Container_filterBlobs operation. */
|
712
|
+
export interface ContainerFilterBlobsHeaders {
|
713
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
714
|
+
clientRequestId?: string;
|
715
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
716
|
+
requestId?: string;
|
717
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
718
|
+
version?: string;
|
719
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
720
|
+
date?: Date;
|
721
|
+
}
|
722
|
+
/** Defines headers for Container_filterBlobs operation. */
|
723
|
+
export interface ContainerFilterBlobsExceptionHeaders {
|
724
|
+
errorCode?: string;
|
725
|
+
}
|
726
|
+
/** Defines headers for Container_acquireLease operation. */
|
727
|
+
export interface ContainerAcquireLeaseHeaders {
|
728
|
+
/** 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. */
|
729
|
+
etag?: string;
|
730
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
731
|
+
lastModified?: Date;
|
732
|
+
/** Uniquely identifies a container's lease */
|
733
|
+
leaseId?: string;
|
734
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
735
|
+
clientRequestId?: string;
|
736
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
737
|
+
requestId?: string;
|
738
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
739
|
+
version?: string;
|
740
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
741
|
+
date?: Date;
|
742
|
+
}
|
743
|
+
/** Defines headers for Container_acquireLease operation. */
|
744
|
+
export interface ContainerAcquireLeaseExceptionHeaders {
|
745
|
+
errorCode?: string;
|
746
|
+
}
|
747
|
+
/** Defines headers for Container_releaseLease operation. */
|
748
|
+
export interface ContainerReleaseLeaseHeaders {
|
749
|
+
/** 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. */
|
750
|
+
etag?: string;
|
751
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
752
|
+
lastModified?: Date;
|
753
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
754
|
+
clientRequestId?: string;
|
755
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
756
|
+
requestId?: string;
|
757
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
758
|
+
version?: string;
|
759
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
760
|
+
date?: Date;
|
761
|
+
}
|
762
|
+
/** Defines headers for Container_releaseLease operation. */
|
763
|
+
export interface ContainerReleaseLeaseExceptionHeaders {
|
764
|
+
errorCode?: string;
|
765
|
+
}
|
766
|
+
/** Defines headers for Container_renewLease operation. */
|
767
|
+
export interface ContainerRenewLeaseHeaders {
|
768
|
+
/** 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. */
|
769
|
+
etag?: string;
|
770
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
771
|
+
lastModified?: Date;
|
772
|
+
/** Uniquely identifies a container's lease */
|
773
|
+
leaseId?: string;
|
774
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
775
|
+
clientRequestId?: string;
|
776
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
777
|
+
requestId?: string;
|
778
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
779
|
+
version?: string;
|
780
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
781
|
+
date?: Date;
|
782
|
+
}
|
783
|
+
/** Defines headers for Container_renewLease operation. */
|
784
|
+
export interface ContainerRenewLeaseExceptionHeaders {
|
785
|
+
errorCode?: string;
|
786
|
+
}
|
787
|
+
/** Defines headers for Container_breakLease operation. */
|
788
|
+
export interface ContainerBreakLeaseHeaders {
|
789
|
+
/** 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. */
|
790
|
+
etag?: string;
|
791
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
792
|
+
lastModified?: Date;
|
793
|
+
/** Approximate time remaining in the lease period, in seconds. */
|
794
|
+
leaseTime?: number;
|
795
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
796
|
+
clientRequestId?: string;
|
797
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
798
|
+
requestId?: string;
|
799
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
800
|
+
version?: string;
|
801
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
802
|
+
date?: Date;
|
803
|
+
}
|
804
|
+
/** Defines headers for Container_breakLease operation. */
|
805
|
+
export interface ContainerBreakLeaseExceptionHeaders {
|
806
|
+
errorCode?: string;
|
807
|
+
}
|
808
|
+
/** Defines headers for Container_changeLease operation. */
|
809
|
+
export interface ContainerChangeLeaseHeaders {
|
810
|
+
/** 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. */
|
811
|
+
etag?: string;
|
812
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
813
|
+
lastModified?: Date;
|
814
|
+
/** Uniquely identifies a container's lease */
|
815
|
+
leaseId?: string;
|
816
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
817
|
+
clientRequestId?: string;
|
818
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
819
|
+
requestId?: string;
|
820
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
821
|
+
version?: string;
|
822
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
823
|
+
date?: Date;
|
824
|
+
}
|
825
|
+
/** Defines headers for Container_changeLease operation. */
|
826
|
+
export interface ContainerChangeLeaseExceptionHeaders {
|
827
|
+
errorCode?: string;
|
828
|
+
}
|
829
|
+
/** Defines headers for Container_listBlobFlatSegment operation. */
|
830
|
+
export interface ContainerListBlobFlatSegmentHeaders {
|
831
|
+
/** The media type of the body of the response. For List Blobs this is 'application/xml' */
|
832
|
+
contentType?: string;
|
833
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
834
|
+
clientRequestId?: string;
|
835
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
836
|
+
requestId?: string;
|
837
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
838
|
+
version?: string;
|
839
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
840
|
+
date?: Date;
|
841
|
+
/** Error Code */
|
842
|
+
errorCode?: string;
|
843
|
+
}
|
844
|
+
/** Defines headers for Container_listBlobFlatSegment operation. */
|
845
|
+
export interface ContainerListBlobFlatSegmentExceptionHeaders {
|
846
|
+
errorCode?: string;
|
847
|
+
}
|
848
|
+
/** Defines headers for Container_listBlobHierarchySegment operation. */
|
849
|
+
export interface ContainerListBlobHierarchySegmentHeaders {
|
850
|
+
/** The media type of the body of the response. For List Blobs this is 'application/xml' */
|
851
|
+
contentType?: string;
|
852
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
853
|
+
clientRequestId?: string;
|
854
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
855
|
+
requestId?: string;
|
856
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
857
|
+
version?: string;
|
858
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
859
|
+
date?: Date;
|
860
|
+
/** Error Code */
|
861
|
+
errorCode?: string;
|
862
|
+
}
|
863
|
+
/** Defines headers for Container_listBlobHierarchySegment operation. */
|
864
|
+
export interface ContainerListBlobHierarchySegmentExceptionHeaders {
|
865
|
+
errorCode?: string;
|
866
|
+
}
|
867
|
+
/** Defines headers for Container_getAccountInfo operation. */
|
868
|
+
export interface ContainerGetAccountInfoHeaders {
|
869
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
870
|
+
clientRequestId?: string;
|
871
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
872
|
+
requestId?: string;
|
873
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
874
|
+
version?: string;
|
875
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
876
|
+
date?: Date;
|
877
|
+
/** Identifies the sku name of the account */
|
878
|
+
skuName?: SkuName;
|
879
|
+
/** Identifies the account kind */
|
880
|
+
accountKind?: AccountKind;
|
881
|
+
/** Version 2019-07-07 and newer. Indicates if the account has a hierarchical namespace enabled. */
|
882
|
+
isHierarchicalNamespaceEnabled?: boolean;
|
883
|
+
}
|
884
|
+
/** Defines headers for Container_getAccountInfo operation. */
|
885
|
+
export interface ContainerGetAccountInfoExceptionHeaders {
|
886
|
+
errorCode?: string;
|
887
|
+
}
|
888
|
+
/** Defines headers for Blob_download operation. */
|
889
|
+
export interface BlobDownloadHeaders {
|
890
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
891
|
+
lastModified?: Date;
|
892
|
+
/** Returns the date and time the blob was created. */
|
893
|
+
createdOn?: Date;
|
894
|
+
metadata?: {
|
895
|
+
[propertyName: string]: string;
|
896
|
+
};
|
897
|
+
/** Optional. Only valid when Object Replication is enabled for the storage container and on the destination blob of the replication. */
|
898
|
+
objectReplicationPolicyId?: string;
|
899
|
+
/** Optional. Only valid when Object Replication is enabled for the storage container and on the source blob of the replication. When retrieving this header, it will return the header with the policy id and rule id (e.g. x-ms-or-policyid_ruleid), and the value will be the status of the replication (e.g. complete, failed). */
|
900
|
+
objectReplicationRules?: {
|
901
|
+
[propertyName: string]: string;
|
902
|
+
};
|
903
|
+
/** The number of bytes present in the response body. */
|
904
|
+
contentLength?: number;
|
905
|
+
/** The media type of the body of the response. For Download Blob this is 'application/octet-stream' */
|
906
|
+
contentType?: string;
|
907
|
+
/** Indicates the range of bytes returned in the event that the client requested a subset of the blob by setting the 'Range' request header. */
|
908
|
+
contentRange?: string;
|
909
|
+
/** 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. */
|
910
|
+
etag?: string;
|
911
|
+
/** If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity. */
|
912
|
+
contentMD5?: Uint8Array;
|
913
|
+
/** This header returns the value that was specified for the Content-Encoding request header */
|
914
|
+
contentEncoding?: string;
|
915
|
+
/** This header is returned if it was previously specified for the blob. */
|
916
|
+
cacheControl?: string;
|
917
|
+
/** This header returns the value that was specified for the 'x-ms-blob-content-disposition' header. The Content-Disposition response header field conveys additional information about how to process the response payload, and also can be used to attach additional metadata. For example, if set to attachment, it indicates that the user-agent should not display the response, but instead show a Save As dialog with a filename other than the blob name specified. */
|
918
|
+
contentDisposition?: string;
|
919
|
+
/** This header returns the value that was specified for the Content-Language request header. */
|
920
|
+
contentLanguage?: string;
|
921
|
+
/** The current sequence number for a page blob. This header is not returned for block blobs or append blobs */
|
922
|
+
blobSequenceNumber?: number;
|
923
|
+
/** The blob's type. */
|
924
|
+
blobType?: BlobType;
|
925
|
+
/** Conclusion time of the last attempted Copy Blob operation where this blob was the destination blob. This value can specify the time of a completed, aborted, or failed copy attempt. This header does not appear if a copy is pending, if this blob has never been the destination in a Copy Blob operation, or if this blob has been modified after a concluded Copy Blob operation using Set Blob Properties, Put Blob, or Put Block List. */
|
926
|
+
copyCompletedOn?: Date;
|
927
|
+
/** Only appears when x-ms-copy-status is failed or pending. Describes the cause of the last fatal or non-fatal copy operation failure. This header does not appear if this blob has never been the destination in a Copy Blob operation, or if this blob has been modified after a concluded Copy Blob operation using Set Blob Properties, Put Blob, or Put Block List */
|
928
|
+
copyStatusDescription?: string;
|
929
|
+
/** String identifier for this copy operation. Use with Get Blob Properties to check the status of this copy operation, or pass to Abort Copy Blob to abort a pending copy. */
|
930
|
+
copyId?: string;
|
931
|
+
/** Contains the number of bytes copied and the total bytes in the source in the last attempted Copy Blob operation where this blob was the destination blob. Can show between 0 and Content-Length bytes copied. This header does not appear if this blob has never been the destination in a Copy Blob operation, or if this blob has been modified after a concluded Copy Blob operation using Set Blob Properties, Put Blob, or Put Block List */
|
932
|
+
copyProgress?: string;
|
933
|
+
/** URL up to 2 KB in length that specifies the source blob or file used in the last attempted Copy Blob operation where this blob was the destination blob. This header does not appear if this blob has never been the destination in a Copy Blob operation, or if this blob has been modified after a concluded Copy Blob operation using Set Blob Properties, Put Blob, or Put Block List. */
|
934
|
+
copySource?: string;
|
935
|
+
/** State of the copy operation identified by x-ms-copy-id. */
|
936
|
+
copyStatus?: CopyStatusType;
|
937
|
+
/** When a blob is leased, specifies whether the lease is of infinite or fixed duration. */
|
938
|
+
leaseDuration?: LeaseDurationType;
|
939
|
+
/** Lease state of the blob. */
|
940
|
+
leaseState?: LeaseStateType;
|
941
|
+
/** The current lease status of the blob. */
|
942
|
+
leaseStatus?: LeaseStatusType;
|
943
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
944
|
+
clientRequestId?: string;
|
945
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
946
|
+
requestId?: string;
|
947
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
948
|
+
version?: string;
|
949
|
+
/** A DateTime value returned by the service that uniquely identifies the blob. The value of this header indicates the blob version, and may be used in subsequent requests to access this version of the blob. */
|
950
|
+
versionId?: string;
|
951
|
+
/** The value of this header indicates whether version of this blob is a current version, see also x-ms-version-id header. */
|
952
|
+
isCurrentVersion?: boolean;
|
953
|
+
/** Indicates that the service supports requests for partial blob content. */
|
954
|
+
acceptRanges?: string;
|
955
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
956
|
+
date?: Date;
|
957
|
+
/** The number of committed blocks present in the blob. This header is returned only for append blobs. */
|
958
|
+
blobCommittedBlockCount?: number;
|
959
|
+
/** The value of this header is set to true if the blob data and application metadata are completely encrypted using the specified algorithm. Otherwise, the value is set to false (when the blob is unencrypted, or if only parts of the blob/application metadata are encrypted). */
|
960
|
+
isServerEncrypted?: boolean;
|
961
|
+
/** The SHA-256 hash of the encryption key used to encrypt the blob. This header is only returned when the blob was encrypted with a customer-provided key. */
|
962
|
+
encryptionKeySha256?: string;
|
963
|
+
/** Returns the name of the encryption scope used to encrypt the blob contents and application metadata. Note that the absence of this header implies use of the default account encryption scope. */
|
964
|
+
encryptionScope?: string;
|
965
|
+
/** If the blob 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 blob'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 */
|
966
|
+
blobContentMD5?: Uint8Array;
|
967
|
+
/** The number of tags associated with the blob */
|
968
|
+
tagCount?: number;
|
969
|
+
/** If this blob has been sealed */
|
970
|
+
isSealed?: boolean;
|
971
|
+
/** UTC date/time value generated by the service that indicates the time at which the blob was last read or written to */
|
972
|
+
lastAccessed?: Date;
|
973
|
+
/** UTC date/time value generated by the service that indicates the time at which the blob immutability policy will expire. */
|
974
|
+
immutabilityPolicyExpiresOn?: Date;
|
975
|
+
/** Indicates immutability policy mode. */
|
976
|
+
immutabilityPolicyMode?: BlobImmutabilityPolicyMode;
|
977
|
+
/** Indicates if a legal hold is present on the blob. */
|
978
|
+
legalHold?: boolean;
|
979
|
+
/** Error Code */
|
980
|
+
errorCode?: string;
|
981
|
+
/** If the request is to read a specified range and the x-ms-range-get-content-crc64 is set to true, then the request returns a crc64 for the range, as long as the range size is less than or equal to 4 MB. If both x-ms-range-get-content-crc64 & x-ms-range-get-content-md5 is specified in the same request, it will fail with 400(Bad Request). */
|
982
|
+
contentCrc64?: Uint8Array;
|
983
|
+
}
|
984
|
+
/** Defines headers for Blob_download operation. */
|
985
|
+
export interface BlobDownloadExceptionHeaders {
|
986
|
+
errorCode?: string;
|
987
|
+
}
|
988
|
+
/** Defines headers for Blob_getProperties operation. */
|
989
|
+
export interface BlobGetPropertiesHeaders {
|
990
|
+
/** Returns the date and time the blob was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
991
|
+
lastModified?: Date;
|
992
|
+
/** Returns the date and time the blob was created. */
|
993
|
+
createdOn?: Date;
|
994
|
+
metadata?: {
|
995
|
+
[propertyName: string]: string;
|
996
|
+
};
|
997
|
+
/** Optional. Only valid when Object Replication is enabled for the storage container and on the destination blob of the replication. */
|
998
|
+
objectReplicationPolicyId?: string;
|
999
|
+
/** Optional. Only valid when Object Replication is enabled for the storage container and on the source blob of the replication. When retrieving this header, it will return the header with the policy id and rule id (e.g. x-ms-or-policyid_ruleid), and the value will be the status of the replication (e.g. complete, failed). */
|
1000
|
+
objectReplicationRules?: {
|
1001
|
+
[propertyName: string]: string;
|
1002
|
+
};
|
1003
|
+
/** The blob's type. */
|
1004
|
+
blobType?: BlobType;
|
1005
|
+
/** Conclusion time of the last attempted Copy Blob operation where this blob was the destination blob. This value can specify the time of a completed, aborted, or failed copy attempt. This header does not appear if a copy is pending, if this blob has never been the destination in a Copy Blob operation, or if this blob has been modified after a concluded Copy Blob operation using Set Blob Properties, Put Blob, or Put Block List. */
|
1006
|
+
copyCompletedOn?: Date;
|
1007
|
+
/** Only appears when x-ms-copy-status is failed or pending. Describes the cause of the last fatal or non-fatal copy operation failure. This header does not appear if this blob has never been the destination in a Copy Blob operation, or if this blob has been modified after a concluded Copy Blob operation using Set Blob Properties, Put Blob, or Put Block List */
|
1008
|
+
copyStatusDescription?: string;
|
1009
|
+
/** String identifier for this copy operation. Use with Get Blob Properties to check the status of this copy operation, or pass to Abort Copy Blob to abort a pending copy. */
|
1010
|
+
copyId?: string;
|
1011
|
+
/** Contains the number of bytes copied and the total bytes in the source in the last attempted Copy Blob operation where this blob was the destination blob. Can show between 0 and Content-Length bytes copied. This header does not appear if this blob has never been the destination in a Copy Blob operation, or if this blob has been modified after a concluded Copy Blob operation using Set Blob Properties, Put Blob, or Put Block List */
|
1012
|
+
copyProgress?: string;
|
1013
|
+
/** URL up to 2 KB in length that specifies the source blob or file used in the last attempted Copy Blob operation where this blob was the destination blob. This header does not appear if this blob has never been the destination in a Copy Blob operation, or if this blob has been modified after a concluded Copy Blob operation using Set Blob Properties, Put Blob, or Put Block List. */
|
1014
|
+
copySource?: string;
|
1015
|
+
/** State of the copy operation identified by x-ms-copy-id. */
|
1016
|
+
copyStatus?: CopyStatusType;
|
1017
|
+
/** Included if the blob is incremental copy blob. */
|
1018
|
+
isIncrementalCopy?: boolean;
|
1019
|
+
/** Included if the blob is incremental copy blob or incremental copy snapshot, if x-ms-copy-status is success. Snapshot time of the last successful incremental copy snapshot for this blob. */
|
1020
|
+
destinationSnapshot?: string;
|
1021
|
+
/** When a blob is leased, specifies whether the lease is of infinite or fixed duration. */
|
1022
|
+
leaseDuration?: LeaseDurationType;
|
1023
|
+
/** Lease state of the blob. */
|
1024
|
+
leaseState?: LeaseStateType;
|
1025
|
+
/** The current lease status of the blob. */
|
1026
|
+
leaseStatus?: LeaseStatusType;
|
1027
|
+
/** The size of the blob in bytes. For a page blob, this header returns the value of the x-ms-blob-content-length header that is stored with the blob. */
|
1028
|
+
contentLength?: number;
|
1029
|
+
/** The content type specified for the blob. The default content type is 'application/octet-stream' */
|
1030
|
+
contentType?: string;
|
1031
|
+
/** 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. */
|
1032
|
+
etag?: string;
|
1033
|
+
/** If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity. */
|
1034
|
+
contentMD5?: Uint8Array;
|
1035
|
+
/** This header returns the value that was specified for the Content-Encoding request header */
|
1036
|
+
contentEncoding?: string;
|
1037
|
+
/** This header returns the value that was specified for the 'x-ms-blob-content-disposition' header. The Content-Disposition response header field conveys additional information about how to process the response payload, and also can be used to attach additional metadata. For example, if set to attachment, it indicates that the user-agent should not display the response, but instead show a Save As dialog with a filename other than the blob name specified. */
|
1038
|
+
contentDisposition?: string;
|
1039
|
+
/** This header returns the value that was specified for the Content-Language request header. */
|
1040
|
+
contentLanguage?: string;
|
1041
|
+
/** This header is returned if it was previously specified for the blob. */
|
1042
|
+
cacheControl?: string;
|
1043
|
+
/** The current sequence number for a page blob. This header is not returned for block blobs or append blobs */
|
1044
|
+
blobSequenceNumber?: number;
|
1045
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1046
|
+
clientRequestId?: string;
|
1047
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1048
|
+
requestId?: string;
|
1049
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1050
|
+
version?: string;
|
1051
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1052
|
+
date?: Date;
|
1053
|
+
/** Indicates that the service supports requests for partial blob content. */
|
1054
|
+
acceptRanges?: string;
|
1055
|
+
/** The number of committed blocks present in the blob. This header is returned only for append blobs. */
|
1056
|
+
blobCommittedBlockCount?: number;
|
1057
|
+
/** The value of this header is set to true if the blob data and application metadata are completely encrypted using the specified algorithm. Otherwise, the value is set to false (when the blob is unencrypted, or if only parts of the blob/application metadata are encrypted). */
|
1058
|
+
isServerEncrypted?: boolean;
|
1059
|
+
/** The SHA-256 hash of the encryption key used to encrypt the metadata. This header is only returned when the metadata was encrypted with a customer-provided key. */
|
1060
|
+
encryptionKeySha256?: string;
|
1061
|
+
/** Returns the name of the encryption scope used to encrypt the blob contents and application metadata. Note that the absence of this header implies use of the default account encryption scope. */
|
1062
|
+
encryptionScope?: string;
|
1063
|
+
/** The tier of page blob on a premium storage account or tier of block blob on blob storage LRS accounts. For a list of allowed premium page blob tiers, see https://docs.microsoft.com/en-us/azure/virtual-machines/windows/premium-storage#features. For blob storage LRS accounts, valid values are Hot/Cool/Archive. */
|
1064
|
+
accessTier?: string;
|
1065
|
+
/** For page blobs on a premium storage account only. If the access tier is not explicitly set on the blob, the tier is inferred based on its content length and this header will be returned with true value. */
|
1066
|
+
accessTierInferred?: boolean;
|
1067
|
+
/** For blob storage LRS accounts, valid values are rehydrate-pending-to-hot/rehydrate-pending-to-cool. If the blob is being rehydrated and is not complete then this header is returned indicating that rehydrate is pending and also tells the destination tier. */
|
1068
|
+
archiveStatus?: string;
|
1069
|
+
/** The time the tier was changed on the object. This is only returned if the tier on the block blob was ever set. */
|
1070
|
+
accessTierChangedOn?: Date;
|
1071
|
+
/** A DateTime value returned by the service that uniquely identifies the blob. The value of this header indicates the blob version, and may be used in subsequent requests to access this version of the blob. */
|
1072
|
+
versionId?: string;
|
1073
|
+
/** The value of this header indicates whether version of this blob is a current version, see also x-ms-version-id header. */
|
1074
|
+
isCurrentVersion?: boolean;
|
1075
|
+
/** The number of tags associated with the blob */
|
1076
|
+
tagCount?: number;
|
1077
|
+
/** The time this blob will expire. */
|
1078
|
+
expiresOn?: Date;
|
1079
|
+
/** If this blob has been sealed */
|
1080
|
+
isSealed?: boolean;
|
1081
|
+
/** If an object is in rehydrate pending state then this header is returned with priority of rehydrate. */
|
1082
|
+
rehydratePriority?: RehydratePriority;
|
1083
|
+
/** UTC date/time value generated by the service that indicates the time at which the blob was last read or written to */
|
1084
|
+
lastAccessed?: Date;
|
1085
|
+
/** UTC date/time value generated by the service that indicates the time at which the blob immutability policy will expire. */
|
1086
|
+
immutabilityPolicyExpiresOn?: Date;
|
1087
|
+
/** Indicates immutability policy mode. */
|
1088
|
+
immutabilityPolicyMode?: BlobImmutabilityPolicyMode;
|
1089
|
+
/** Indicates if a legal hold is present on the blob. */
|
1090
|
+
legalHold?: boolean;
|
1091
|
+
/** Error Code */
|
1092
|
+
errorCode?: string;
|
1093
|
+
}
|
1094
|
+
/** Defines headers for Blob_getProperties operation. */
|
1095
|
+
export interface BlobGetPropertiesExceptionHeaders {
|
1096
|
+
errorCode?: string;
|
1097
|
+
}
|
1098
|
+
/** Defines headers for Blob_delete operation. */
|
1099
|
+
export interface BlobDeleteHeaders {
|
1100
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1101
|
+
clientRequestId?: string;
|
1102
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1103
|
+
requestId?: string;
|
1104
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1105
|
+
version?: string;
|
1106
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1107
|
+
date?: Date;
|
1108
|
+
/** Error Code */
|
1109
|
+
errorCode?: string;
|
1110
|
+
}
|
1111
|
+
/** Defines headers for Blob_delete operation. */
|
1112
|
+
export interface BlobDeleteExceptionHeaders {
|
1113
|
+
errorCode?: string;
|
1114
|
+
}
|
1115
|
+
/** Defines headers for Blob_undelete operation. */
|
1116
|
+
export interface BlobUndeleteHeaders {
|
1117
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1118
|
+
clientRequestId?: string;
|
1119
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1120
|
+
requestId?: string;
|
1121
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1122
|
+
version?: string;
|
1123
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
1124
|
+
date?: Date;
|
1125
|
+
/** Error Code */
|
1126
|
+
errorCode?: string;
|
1127
|
+
}
|
1128
|
+
/** Defines headers for Blob_undelete operation. */
|
1129
|
+
export interface BlobUndeleteExceptionHeaders {
|
1130
|
+
errorCode?: string;
|
1131
|
+
}
|
1132
|
+
/** Defines headers for Blob_setExpiry operation. */
|
1133
|
+
export interface BlobSetExpiryHeaders {
|
1134
|
+
/** 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. */
|
1135
|
+
etag?: string;
|
1136
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1137
|
+
lastModified?: Date;
|
1138
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1139
|
+
clientRequestId?: string;
|
1140
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1141
|
+
requestId?: string;
|
1142
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1143
|
+
version?: string;
|
1144
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
1145
|
+
date?: Date;
|
1146
|
+
}
|
1147
|
+
/** Defines headers for Blob_setExpiry operation. */
|
1148
|
+
export interface BlobSetExpiryExceptionHeaders {
|
1149
|
+
errorCode?: string;
|
1150
|
+
}
|
1151
|
+
/** Defines headers for Blob_setHttpHeaders operation. */
|
1152
|
+
export interface BlobSetHttpHeadersHeaders {
|
1153
|
+
/** 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. */
|
1154
|
+
etag?: string;
|
1155
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1156
|
+
lastModified?: Date;
|
1157
|
+
/** The current sequence number for a page blob. This header is not returned for block blobs or append blobs */
|
1158
|
+
blobSequenceNumber?: number;
|
1159
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1160
|
+
clientRequestId?: string;
|
1161
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1162
|
+
requestId?: string;
|
1163
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1164
|
+
version?: string;
|
1165
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1166
|
+
date?: Date;
|
1167
|
+
/** Error Code */
|
1168
|
+
errorCode?: string;
|
1169
|
+
}
|
1170
|
+
/** Defines headers for Blob_setHttpHeaders operation. */
|
1171
|
+
export interface BlobSetHttpHeadersExceptionHeaders {
|
1172
|
+
errorCode?: string;
|
1173
|
+
}
|
1174
|
+
/** Defines headers for Blob_setImmutabilityPolicy operation. */
|
1175
|
+
export interface BlobSetImmutabilityPolicyHeaders {
|
1176
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1177
|
+
clientRequestId?: string;
|
1178
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1179
|
+
requestId?: string;
|
1180
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1181
|
+
version?: string;
|
1182
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1183
|
+
date?: Date;
|
1184
|
+
/** Indicates the time the immutability policy will expire. */
|
1185
|
+
immutabilityPolicyExpiry?: Date;
|
1186
|
+
/** Indicates immutability policy mode. */
|
1187
|
+
immutabilityPolicyMode?: BlobImmutabilityPolicyMode;
|
1188
|
+
}
|
1189
|
+
/** Defines headers for Blob_setImmutabilityPolicy operation. */
|
1190
|
+
export interface BlobSetImmutabilityPolicyExceptionHeaders {
|
1191
|
+
errorCode?: string;
|
1192
|
+
}
|
1193
|
+
/** Defines headers for Blob_deleteImmutabilityPolicy operation. */
|
1194
|
+
export interface BlobDeleteImmutabilityPolicyHeaders {
|
1195
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1196
|
+
clientRequestId?: string;
|
1197
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1198
|
+
requestId?: string;
|
1199
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1200
|
+
version?: string;
|
1201
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1202
|
+
date?: Date;
|
1203
|
+
}
|
1204
|
+
/** Defines headers for Blob_deleteImmutabilityPolicy operation. */
|
1205
|
+
export interface BlobDeleteImmutabilityPolicyExceptionHeaders {
|
1206
|
+
errorCode?: string;
|
1207
|
+
}
|
1208
|
+
/** Defines headers for Blob_setLegalHold operation. */
|
1209
|
+
export interface BlobSetLegalHoldHeaders {
|
1210
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1211
|
+
clientRequestId?: string;
|
1212
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1213
|
+
requestId?: string;
|
1214
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1215
|
+
version?: string;
|
1216
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1217
|
+
date?: Date;
|
1218
|
+
/** Indicates if the blob has a legal hold. */
|
1219
|
+
legalHold?: boolean;
|
1220
|
+
}
|
1221
|
+
/** Defines headers for Blob_setLegalHold operation. */
|
1222
|
+
export interface BlobSetLegalHoldExceptionHeaders {
|
1223
|
+
errorCode?: string;
|
1224
|
+
}
|
1225
|
+
/** Defines headers for Blob_setMetadata operation. */
|
1226
|
+
export interface BlobSetMetadataHeaders {
|
1227
|
+
/** 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. */
|
1228
|
+
etag?: string;
|
1229
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1230
|
+
lastModified?: Date;
|
1231
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1232
|
+
clientRequestId?: string;
|
1233
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1234
|
+
requestId?: string;
|
1235
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1236
|
+
version?: string;
|
1237
|
+
/** A DateTime value returned by the service that uniquely identifies the blob. The value of this header indicates the blob version, and may be used in subsequent requests to access this version of the blob. */
|
1238
|
+
versionId?: string;
|
1239
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1240
|
+
date?: Date;
|
1241
|
+
/** 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. */
|
1242
|
+
isServerEncrypted?: boolean;
|
1243
|
+
/** The SHA-256 hash of the encryption key used to encrypt the metadata. This header is only returned when the metadata was encrypted with a customer-provided key. */
|
1244
|
+
encryptionKeySha256?: string;
|
1245
|
+
/** Returns the name of the encryption scope used to encrypt the blob contents and application metadata. Note that the absence of this header implies use of the default account encryption scope. */
|
1246
|
+
encryptionScope?: string;
|
1247
|
+
/** Error Code */
|
1248
|
+
errorCode?: string;
|
1249
|
+
}
|
1250
|
+
/** Defines headers for Blob_setMetadata operation. */
|
1251
|
+
export interface BlobSetMetadataExceptionHeaders {
|
1252
|
+
errorCode?: string;
|
1253
|
+
}
|
1254
|
+
/** Defines headers for Blob_acquireLease operation. */
|
1255
|
+
export interface BlobAcquireLeaseHeaders {
|
1256
|
+
/** 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. */
|
1257
|
+
etag?: string;
|
1258
|
+
/** Returns the date and time the blob was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1259
|
+
lastModified?: Date;
|
1260
|
+
/** Uniquely identifies a blobs' lease */
|
1261
|
+
leaseId?: string;
|
1262
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1263
|
+
clientRequestId?: string;
|
1264
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1265
|
+
requestId?: string;
|
1266
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1267
|
+
version?: string;
|
1268
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1269
|
+
date?: Date;
|
1270
|
+
}
|
1271
|
+
/** Defines headers for Blob_acquireLease operation. */
|
1272
|
+
export interface BlobAcquireLeaseExceptionHeaders {
|
1273
|
+
errorCode?: string;
|
1274
|
+
}
|
1275
|
+
/** Defines headers for Blob_releaseLease operation. */
|
1276
|
+
export interface BlobReleaseLeaseHeaders {
|
1277
|
+
/** 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. */
|
1278
|
+
etag?: string;
|
1279
|
+
/** Returns the date and time the blob was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1280
|
+
lastModified?: Date;
|
1281
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1282
|
+
clientRequestId?: string;
|
1283
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1284
|
+
requestId?: string;
|
1285
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1286
|
+
version?: string;
|
1287
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1288
|
+
date?: Date;
|
1289
|
+
}
|
1290
|
+
/** Defines headers for Blob_releaseLease operation. */
|
1291
|
+
export interface BlobReleaseLeaseExceptionHeaders {
|
1292
|
+
errorCode?: string;
|
1293
|
+
}
|
1294
|
+
/** Defines headers for Blob_renewLease operation. */
|
1295
|
+
export interface BlobRenewLeaseHeaders {
|
1296
|
+
/** 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. */
|
1297
|
+
etag?: string;
|
1298
|
+
/** Returns the date and time the blob was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1299
|
+
lastModified?: Date;
|
1300
|
+
/** Uniquely identifies a blobs' lease */
|
1301
|
+
leaseId?: string;
|
1302
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1303
|
+
clientRequestId?: string;
|
1304
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1305
|
+
requestId?: string;
|
1306
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1307
|
+
version?: string;
|
1308
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1309
|
+
date?: Date;
|
1310
|
+
}
|
1311
|
+
/** Defines headers for Blob_renewLease operation. */
|
1312
|
+
export interface BlobRenewLeaseExceptionHeaders {
|
1313
|
+
errorCode?: string;
|
1314
|
+
}
|
1315
|
+
/** Defines headers for Blob_changeLease operation. */
|
1316
|
+
export interface BlobChangeLeaseHeaders {
|
1317
|
+
/** 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. */
|
1318
|
+
etag?: string;
|
1319
|
+
/** Returns the date and time the blob was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1320
|
+
lastModified?: Date;
|
1321
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1322
|
+
clientRequestId?: string;
|
1323
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1324
|
+
requestId?: string;
|
1325
|
+
/** Uniquely identifies a blobs' lease */
|
1326
|
+
leaseId?: string;
|
1327
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1328
|
+
version?: string;
|
1329
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1330
|
+
date?: Date;
|
1331
|
+
}
|
1332
|
+
/** Defines headers for Blob_changeLease operation. */
|
1333
|
+
export interface BlobChangeLeaseExceptionHeaders {
|
1334
|
+
errorCode?: string;
|
1335
|
+
}
|
1336
|
+
/** Defines headers for Blob_breakLease operation. */
|
1337
|
+
export interface BlobBreakLeaseHeaders {
|
1338
|
+
/** 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. */
|
1339
|
+
etag?: string;
|
1340
|
+
/** Returns the date and time the blob was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1341
|
+
lastModified?: Date;
|
1342
|
+
/** Approximate time remaining in the lease period, in seconds. */
|
1343
|
+
leaseTime?: number;
|
1344
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1345
|
+
clientRequestId?: string;
|
1346
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1347
|
+
requestId?: string;
|
1348
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1349
|
+
version?: string;
|
1350
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1351
|
+
date?: Date;
|
1352
|
+
}
|
1353
|
+
/** Defines headers for Blob_breakLease operation. */
|
1354
|
+
export interface BlobBreakLeaseExceptionHeaders {
|
1355
|
+
errorCode?: string;
|
1356
|
+
}
|
1357
|
+
/** Defines headers for Blob_createSnapshot operation. */
|
1358
|
+
export interface BlobCreateSnapshotHeaders {
|
1359
|
+
/** Uniquely identifies the snapshot and indicates the snapshot version. It may be used in subsequent requests to access the snapshot */
|
1360
|
+
snapshot?: string;
|
1361
|
+
/** 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. */
|
1362
|
+
etag?: string;
|
1363
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1364
|
+
lastModified?: Date;
|
1365
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1366
|
+
clientRequestId?: string;
|
1367
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1368
|
+
requestId?: string;
|
1369
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1370
|
+
version?: string;
|
1371
|
+
/** A DateTime value returned by the service that uniquely identifies the blob. The value of this header indicates the blob version, and may be used in subsequent requests to access this version of the blob. */
|
1372
|
+
versionId?: string;
|
1373
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1374
|
+
date?: Date;
|
1375
|
+
/** True if the contents of the request are successfully encrypted using the specified algorithm, and false otherwise. For a snapshot request, this header is set to true when metadata was provided in the request and encrypted with a customer-provided key. */
|
1376
|
+
isServerEncrypted?: boolean;
|
1377
|
+
/** Error Code */
|
1378
|
+
errorCode?: string;
|
1379
|
+
}
|
1380
|
+
/** Defines headers for Blob_createSnapshot operation. */
|
1381
|
+
export interface BlobCreateSnapshotExceptionHeaders {
|
1382
|
+
errorCode?: string;
|
1383
|
+
}
|
1384
|
+
/** Defines headers for Blob_startCopyFromURL operation. */
|
1385
|
+
export interface BlobStartCopyFromURLHeaders {
|
1386
|
+
/** 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. */
|
1387
|
+
etag?: string;
|
1388
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1389
|
+
lastModified?: Date;
|
1390
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1391
|
+
clientRequestId?: string;
|
1392
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1393
|
+
requestId?: string;
|
1394
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1395
|
+
version?: string;
|
1396
|
+
/** A DateTime value returned by the service that uniquely identifies the blob. The value of this header indicates the blob version, and may be used in subsequent requests to access this version of the blob. */
|
1397
|
+
versionId?: string;
|
1398
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1399
|
+
date?: Date;
|
1400
|
+
/** String identifier for this copy operation. Use with Get Blob Properties to check the status of this copy operation, or pass to Abort Copy Blob to abort a pending copy. */
|
1401
|
+
copyId?: string;
|
1402
|
+
/** State of the copy operation identified by x-ms-copy-id. */
|
1403
|
+
copyStatus?: CopyStatusType;
|
1404
|
+
/** Error Code */
|
1405
|
+
errorCode?: string;
|
1406
|
+
}
|
1407
|
+
/** Defines headers for Blob_startCopyFromURL operation. */
|
1408
|
+
export interface BlobStartCopyFromURLExceptionHeaders {
|
1409
|
+
errorCode?: string;
|
1410
|
+
}
|
1411
|
+
/** Defines headers for Blob_copyFromURL operation. */
|
1412
|
+
export interface BlobCopyFromURLHeaders {
|
1413
|
+
/** 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. */
|
1414
|
+
etag?: string;
|
1415
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1416
|
+
lastModified?: Date;
|
1417
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1418
|
+
clientRequestId?: string;
|
1419
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1420
|
+
requestId?: string;
|
1421
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1422
|
+
version?: string;
|
1423
|
+
/** A DateTime value returned by the service that uniquely identifies the blob. The value of this header indicates the blob version, and may be used in subsequent requests to access this version of the blob. */
|
1424
|
+
versionId?: string;
|
1425
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1426
|
+
date?: Date;
|
1427
|
+
/** String identifier for this copy operation. */
|
1428
|
+
copyId?: string;
|
1429
|
+
/** State of the copy operation identified by x-ms-copy-id. */
|
1430
|
+
copyStatus?: SyncCopyStatusType;
|
1431
|
+
/** This response header is returned so that the client can check for the integrity of the copied content. This header is only returned if the source content MD5 was specified. */
|
1432
|
+
contentMD5?: Uint8Array;
|
1433
|
+
/** This response header is returned so that the client can check for the integrity of the copied content. */
|
1434
|
+
xMsContentCrc64?: Uint8Array;
|
1435
|
+
/** Returns the name of the encryption scope used to encrypt the blob contents and application metadata. Note that the absence of this header implies use of the default account encryption scope. */
|
1436
|
+
encryptionScope?: string;
|
1437
|
+
/** Error Code */
|
1438
|
+
errorCode?: string;
|
1439
|
+
}
|
1440
|
+
/** Defines headers for Blob_copyFromURL operation. */
|
1441
|
+
export interface BlobCopyFromURLExceptionHeaders {
|
1442
|
+
errorCode?: string;
|
1443
|
+
}
|
1444
|
+
/** Defines headers for Blob_abortCopyFromURL operation. */
|
1445
|
+
export interface BlobAbortCopyFromURLHeaders {
|
1446
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1447
|
+
clientRequestId?: string;
|
1448
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1449
|
+
requestId?: string;
|
1450
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1451
|
+
version?: string;
|
1452
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1453
|
+
date?: Date;
|
1454
|
+
/** Error Code */
|
1455
|
+
errorCode?: string;
|
1456
|
+
}
|
1457
|
+
/** Defines headers for Blob_abortCopyFromURL operation. */
|
1458
|
+
export interface BlobAbortCopyFromURLExceptionHeaders {
|
1459
|
+
errorCode?: string;
|
1460
|
+
}
|
1461
|
+
/** Defines headers for Blob_setTier operation. */
|
1462
|
+
export interface BlobSetTierHeaders {
|
1463
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1464
|
+
clientRequestId?: string;
|
1465
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1466
|
+
requestId?: string;
|
1467
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and newer. */
|
1468
|
+
version?: string;
|
1469
|
+
/** Error Code */
|
1470
|
+
errorCode?: string;
|
1471
|
+
}
|
1472
|
+
/** Defines headers for Blob_setTier operation. */
|
1473
|
+
export interface BlobSetTierExceptionHeaders {
|
1474
|
+
errorCode?: string;
|
1475
|
+
}
|
1476
|
+
/** Defines headers for Blob_getAccountInfo operation. */
|
1477
|
+
export interface BlobGetAccountInfoHeaders {
|
1478
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1479
|
+
clientRequestId?: string;
|
1480
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1481
|
+
requestId?: string;
|
1482
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1483
|
+
version?: string;
|
1484
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1485
|
+
date?: Date;
|
1486
|
+
/** Identifies the sku name of the account */
|
1487
|
+
skuName?: SkuName;
|
1488
|
+
/** Identifies the account kind */
|
1489
|
+
accountKind?: AccountKind;
|
1490
|
+
/** Version 2019-07-07 and newer. Indicates if the account has a hierarchical namespace enabled. */
|
1491
|
+
isHierarchicalNamespaceEnabled?: boolean;
|
1492
|
+
}
|
1493
|
+
/** Defines headers for Blob_getAccountInfo operation. */
|
1494
|
+
export interface BlobGetAccountInfoExceptionHeaders {
|
1495
|
+
errorCode?: string;
|
1496
|
+
}
|
1497
|
+
/** Defines headers for Blob_query operation. */
|
1498
|
+
export interface BlobQueryHeaders {
|
1499
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1500
|
+
lastModified?: Date;
|
1501
|
+
metadata?: {
|
1502
|
+
[propertyName: string]: string;
|
1503
|
+
};
|
1504
|
+
/** The number of bytes present in the response body. */
|
1505
|
+
contentLength?: number;
|
1506
|
+
/** The media type of the body of the response. For Download Blob this is 'application/octet-stream' */
|
1507
|
+
contentType?: string;
|
1508
|
+
/** Indicates the range of bytes returned in the event that the client requested a subset of the blob by setting the 'Range' request header. */
|
1509
|
+
contentRange?: string;
|
1510
|
+
/** 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. */
|
1511
|
+
etag?: string;
|
1512
|
+
/** If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity. */
|
1513
|
+
contentMD5?: Uint8Array;
|
1514
|
+
/** This header returns the value that was specified for the Content-Encoding request header */
|
1515
|
+
contentEncoding?: string;
|
1516
|
+
/** This header is returned if it was previously specified for the blob. */
|
1517
|
+
cacheControl?: string;
|
1518
|
+
/** This header returns the value that was specified for the 'x-ms-blob-content-disposition' header. The Content-Disposition response header field conveys additional information about how to process the response payload, and also can be used to attach additional metadata. For example, if set to attachment, it indicates that the user-agent should not display the response, but instead show a Save As dialog with a filename other than the blob name specified. */
|
1519
|
+
contentDisposition?: string;
|
1520
|
+
/** This header returns the value that was specified for the Content-Language request header. */
|
1521
|
+
contentLanguage?: string;
|
1522
|
+
/** The current sequence number for a page blob. This header is not returned for block blobs or append blobs */
|
1523
|
+
blobSequenceNumber?: number;
|
1524
|
+
/** The blob's type. */
|
1525
|
+
blobType?: BlobType;
|
1526
|
+
/** Conclusion time of the last attempted Copy Blob operation where this blob was the destination blob. This value can specify the time of a completed, aborted, or failed copy attempt. This header does not appear if a copy is pending, if this blob has never been the destination in a Copy Blob operation, or if this blob has been modified after a concluded Copy Blob operation using Set Blob Properties, Put Blob, or Put Block List. */
|
1527
|
+
copyCompletionTime?: Date;
|
1528
|
+
/** Only appears when x-ms-copy-status is failed or pending. Describes the cause of the last fatal or non-fatal copy operation failure. This header does not appear if this blob has never been the destination in a Copy Blob operation, or if this blob has been modified after a concluded Copy Blob operation using Set Blob Properties, Put Blob, or Put Block List */
|
1529
|
+
copyStatusDescription?: string;
|
1530
|
+
/** String identifier for this copy operation. Use with Get Blob Properties to check the status of this copy operation, or pass to Abort Copy Blob to abort a pending copy. */
|
1531
|
+
copyId?: string;
|
1532
|
+
/** Contains the number of bytes copied and the total bytes in the source in the last attempted Copy Blob operation where this blob was the destination blob. Can show between 0 and Content-Length bytes copied. This header does not appear if this blob has never been the destination in a Copy Blob operation, or if this blob has been modified after a concluded Copy Blob operation using Set Blob Properties, Put Blob, or Put Block List */
|
1533
|
+
copyProgress?: string;
|
1534
|
+
/** URL up to 2 KB in length that specifies the source blob or file used in the last attempted Copy Blob operation where this blob was the destination blob. This header does not appear if this blob has never been the destination in a Copy Blob operation, or if this blob has been modified after a concluded Copy Blob operation using Set Blob Properties, Put Blob, or Put Block List. */
|
1535
|
+
copySource?: string;
|
1536
|
+
/** State of the copy operation identified by x-ms-copy-id. */
|
1537
|
+
copyStatus?: CopyStatusType;
|
1538
|
+
/** When a blob is leased, specifies whether the lease is of infinite or fixed duration. */
|
1539
|
+
leaseDuration?: LeaseDurationType;
|
1540
|
+
/** Lease state of the blob. */
|
1541
|
+
leaseState?: LeaseStateType;
|
1542
|
+
/** The current lease status of the blob. */
|
1543
|
+
leaseStatus?: LeaseStatusType;
|
1544
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1545
|
+
clientRequestId?: string;
|
1546
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1547
|
+
requestId?: string;
|
1548
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1549
|
+
version?: string;
|
1550
|
+
/** Indicates that the service supports requests for partial blob content. */
|
1551
|
+
acceptRanges?: string;
|
1552
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1553
|
+
date?: Date;
|
1554
|
+
/** The number of committed blocks present in the blob. This header is returned only for append blobs. */
|
1555
|
+
blobCommittedBlockCount?: number;
|
1556
|
+
/** The value of this header is set to true if the blob data and application metadata are completely encrypted using the specified algorithm. Otherwise, the value is set to false (when the blob is unencrypted, or if only parts of the blob/application metadata are encrypted). */
|
1557
|
+
isServerEncrypted?: boolean;
|
1558
|
+
/** The SHA-256 hash of the encryption key used to encrypt the blob. This header is only returned when the blob was encrypted with a customer-provided key. */
|
1559
|
+
encryptionKeySha256?: string;
|
1560
|
+
/** Returns the name of the encryption scope used to encrypt the blob contents and application metadata. Note that the absence of this header implies use of the default account encryption scope. */
|
1561
|
+
encryptionScope?: string;
|
1562
|
+
/** If the blob 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 blob'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 */
|
1563
|
+
blobContentMD5?: Uint8Array;
|
1564
|
+
/** Error Code */
|
1565
|
+
errorCode?: string;
|
1566
|
+
/** If the request is to read a specified range and the x-ms-range-get-content-crc64 is set to true, then the request returns a crc64 for the range, as long as the range size is less than or equal to 4 MB. If both x-ms-range-get-content-crc64 & x-ms-range-get-content-md5 is specified in the same request, it will fail with 400(Bad Request). */
|
1567
|
+
contentCrc64?: Uint8Array;
|
1568
|
+
}
|
1569
|
+
/** Defines headers for Blob_query operation. */
|
1570
|
+
export interface BlobQueryExceptionHeaders {
|
1571
|
+
errorCode?: string;
|
1572
|
+
}
|
1573
|
+
/** Defines headers for Blob_getTags operation. */
|
1574
|
+
export interface BlobGetTagsHeaders {
|
1575
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1576
|
+
clientRequestId?: string;
|
1577
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1578
|
+
requestId?: string;
|
1579
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1580
|
+
version?: string;
|
1581
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1582
|
+
date?: Date;
|
1583
|
+
/** Error Code */
|
1584
|
+
errorCode?: string;
|
1585
|
+
}
|
1586
|
+
/** Defines headers for Blob_getTags operation. */
|
1587
|
+
export interface BlobGetTagsExceptionHeaders {
|
1588
|
+
errorCode?: string;
|
1589
|
+
}
|
1590
|
+
/** Defines headers for Blob_setTags operation. */
|
1591
|
+
export interface BlobSetTagsHeaders {
|
1592
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1593
|
+
clientRequestId?: string;
|
1594
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1595
|
+
requestId?: string;
|
1596
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1597
|
+
version?: string;
|
1598
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1599
|
+
date?: Date;
|
1600
|
+
/** Error Code */
|
1601
|
+
errorCode?: string;
|
1602
|
+
}
|
1603
|
+
/** Defines headers for Blob_setTags operation. */
|
1604
|
+
export interface BlobSetTagsExceptionHeaders {
|
1605
|
+
errorCode?: string;
|
1606
|
+
}
|
1607
|
+
/** Defines headers for PageBlob_create operation. */
|
1608
|
+
export interface PageBlobCreateHeaders {
|
1609
|
+
/** 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. */
|
1610
|
+
etag?: string;
|
1611
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1612
|
+
lastModified?: Date;
|
1613
|
+
/** If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity. */
|
1614
|
+
contentMD5?: Uint8Array;
|
1615
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1616
|
+
clientRequestId?: string;
|
1617
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1618
|
+
requestId?: string;
|
1619
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1620
|
+
version?: string;
|
1621
|
+
/** A DateTime value returned by the service that uniquely identifies the blob. The value of this header indicates the blob version, and may be used in subsequent requests to access this version of the blob. */
|
1622
|
+
versionId?: string;
|
1623
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1624
|
+
date?: Date;
|
1625
|
+
/** 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. */
|
1626
|
+
isServerEncrypted?: boolean;
|
1627
|
+
/** The SHA-256 hash of the encryption key used to encrypt the blob. This header is only returned when the blob was encrypted with a customer-provided key. */
|
1628
|
+
encryptionKeySha256?: string;
|
1629
|
+
/** Returns the name of the encryption scope used to encrypt the blob contents and application metadata. Note that the absence of this header implies use of the default account encryption scope. */
|
1630
|
+
encryptionScope?: string;
|
1631
|
+
/** Error Code */
|
1632
|
+
errorCode?: string;
|
1633
|
+
}
|
1634
|
+
/** Defines headers for PageBlob_create operation. */
|
1635
|
+
export interface PageBlobCreateExceptionHeaders {
|
1636
|
+
errorCode?: string;
|
1637
|
+
}
|
1638
|
+
/** Defines headers for PageBlob_uploadPages operation. */
|
1639
|
+
export interface PageBlobUploadPagesHeaders {
|
1640
|
+
/** 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. */
|
1641
|
+
etag?: string;
|
1642
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1643
|
+
lastModified?: Date;
|
1644
|
+
/** If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity. */
|
1645
|
+
contentMD5?: Uint8Array;
|
1646
|
+
/** This header is returned so that the client can check for message content integrity. The value of this header is computed by the Blob service; it is not necessarily the same value specified in the request headers. */
|
1647
|
+
xMsContentCrc64?: Uint8Array;
|
1648
|
+
/** The current sequence number for the page blob. */
|
1649
|
+
blobSequenceNumber?: number;
|
1650
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1651
|
+
clientRequestId?: string;
|
1652
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1653
|
+
requestId?: string;
|
1654
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1655
|
+
version?: string;
|
1656
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1657
|
+
date?: Date;
|
1658
|
+
/** 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. */
|
1659
|
+
isServerEncrypted?: boolean;
|
1660
|
+
/** The SHA-256 hash of the encryption key used to encrypt the pages. This header is only returned when the pages were encrypted with a customer-provided key. */
|
1661
|
+
encryptionKeySha256?: string;
|
1662
|
+
/** Returns the name of the encryption scope used to encrypt the blob contents and application metadata. Note that the absence of this header implies use of the default account encryption scope. */
|
1663
|
+
encryptionScope?: string;
|
1664
|
+
/** Error Code */
|
1665
|
+
errorCode?: string;
|
1666
|
+
}
|
1667
|
+
/** Defines headers for PageBlob_uploadPages operation. */
|
1668
|
+
export interface PageBlobUploadPagesExceptionHeaders {
|
1669
|
+
errorCode?: string;
|
1670
|
+
}
|
1671
|
+
/** Defines headers for PageBlob_clearPages operation. */
|
1672
|
+
export interface PageBlobClearPagesHeaders {
|
1673
|
+
/** 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. */
|
1674
|
+
etag?: string;
|
1675
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1676
|
+
lastModified?: Date;
|
1677
|
+
/** If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity. */
|
1678
|
+
contentMD5?: Uint8Array;
|
1679
|
+
/** This header is returned so that the client can check for message content integrity. The value of this header is computed by the Blob service; it is not necessarily the same value specified in the request headers. */
|
1680
|
+
xMsContentCrc64?: Uint8Array;
|
1681
|
+
/** The current sequence number for the page blob. */
|
1682
|
+
blobSequenceNumber?: number;
|
1683
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1684
|
+
clientRequestId?: string;
|
1685
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1686
|
+
requestId?: string;
|
1687
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1688
|
+
version?: string;
|
1689
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1690
|
+
date?: Date;
|
1691
|
+
/** Error Code */
|
1692
|
+
errorCode?: string;
|
1693
|
+
}
|
1694
|
+
/** Defines headers for PageBlob_clearPages operation. */
|
1695
|
+
export interface PageBlobClearPagesExceptionHeaders {
|
1696
|
+
errorCode?: string;
|
1697
|
+
}
|
1698
|
+
/** Defines headers for PageBlob_uploadPagesFromURL operation. */
|
1699
|
+
export interface PageBlobUploadPagesFromURLHeaders {
|
1700
|
+
/** 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. */
|
1701
|
+
etag?: string;
|
1702
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1703
|
+
lastModified?: Date;
|
1704
|
+
/** If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity. */
|
1705
|
+
contentMD5?: Uint8Array;
|
1706
|
+
/** This header is returned so that the client can check for message content integrity. The value of this header is computed by the Blob service; it is not necessarily the same value specified in the request headers. */
|
1707
|
+
xMsContentCrc64?: Uint8Array;
|
1708
|
+
/** The current sequence number for the page blob. */
|
1709
|
+
blobSequenceNumber?: number;
|
1710
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1711
|
+
requestId?: string;
|
1712
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1713
|
+
version?: string;
|
1714
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1715
|
+
date?: Date;
|
1716
|
+
/** 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. */
|
1717
|
+
isServerEncrypted?: boolean;
|
1718
|
+
/** The SHA-256 hash of the encryption key used to encrypt the blob. This header is only returned when the blob was encrypted with a customer-provided key. */
|
1719
|
+
encryptionKeySha256?: string;
|
1720
|
+
/** Returns the name of the encryption scope used to encrypt the blob contents and application metadata. Note that the absence of this header implies use of the default account encryption scope. */
|
1721
|
+
encryptionScope?: string;
|
1722
|
+
/** Error Code */
|
1723
|
+
errorCode?: string;
|
1724
|
+
}
|
1725
|
+
/** Defines headers for PageBlob_uploadPagesFromURL operation. */
|
1726
|
+
export interface PageBlobUploadPagesFromURLExceptionHeaders {
|
1727
|
+
errorCode?: string;
|
1728
|
+
}
|
1729
|
+
/** Defines headers for PageBlob_getPageRanges operation. */
|
1730
|
+
export interface PageBlobGetPageRangesHeaders {
|
1731
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1732
|
+
lastModified?: Date;
|
1733
|
+
/** 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. */
|
1734
|
+
etag?: string;
|
1735
|
+
/** The size of the blob in bytes. */
|
1736
|
+
blobContentLength?: number;
|
1737
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1738
|
+
clientRequestId?: string;
|
1739
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1740
|
+
requestId?: string;
|
1741
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1742
|
+
version?: string;
|
1743
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1744
|
+
date?: Date;
|
1745
|
+
/** Error Code */
|
1746
|
+
errorCode?: string;
|
1747
|
+
}
|
1748
|
+
/** Defines headers for PageBlob_getPageRanges operation. */
|
1749
|
+
export interface PageBlobGetPageRangesExceptionHeaders {
|
1750
|
+
errorCode?: string;
|
1751
|
+
}
|
1752
|
+
/** Defines headers for PageBlob_getPageRangesDiff operation. */
|
1753
|
+
export interface PageBlobGetPageRangesDiffHeaders {
|
1754
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1755
|
+
lastModified?: Date;
|
1756
|
+
/** 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. */
|
1757
|
+
etag?: string;
|
1758
|
+
/** The size of the blob in bytes. */
|
1759
|
+
blobContentLength?: number;
|
1760
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1761
|
+
clientRequestId?: string;
|
1762
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1763
|
+
requestId?: string;
|
1764
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1765
|
+
version?: string;
|
1766
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1767
|
+
date?: Date;
|
1768
|
+
/** Error Code */
|
1769
|
+
errorCode?: string;
|
1770
|
+
}
|
1771
|
+
/** Defines headers for PageBlob_getPageRangesDiff operation. */
|
1772
|
+
export interface PageBlobGetPageRangesDiffExceptionHeaders {
|
1773
|
+
errorCode?: string;
|
1774
|
+
}
|
1775
|
+
/** Defines headers for PageBlob_resize operation. */
|
1776
|
+
export interface PageBlobResizeHeaders {
|
1777
|
+
/** 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. */
|
1778
|
+
etag?: string;
|
1779
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1780
|
+
lastModified?: Date;
|
1781
|
+
/** The current sequence number for a page blob. This header is not returned for block blobs or append blobs */
|
1782
|
+
blobSequenceNumber?: number;
|
1783
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1784
|
+
clientRequestId?: string;
|
1785
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1786
|
+
requestId?: string;
|
1787
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1788
|
+
version?: string;
|
1789
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1790
|
+
date?: Date;
|
1791
|
+
/** Error Code */
|
1792
|
+
errorCode?: string;
|
1793
|
+
}
|
1794
|
+
/** Defines headers for PageBlob_resize operation. */
|
1795
|
+
export interface PageBlobResizeExceptionHeaders {
|
1796
|
+
errorCode?: string;
|
1797
|
+
}
|
1798
|
+
/** Defines headers for PageBlob_updateSequenceNumber operation. */
|
1799
|
+
export interface PageBlobUpdateSequenceNumberHeaders {
|
1800
|
+
/** 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. */
|
1801
|
+
etag?: string;
|
1802
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1803
|
+
lastModified?: Date;
|
1804
|
+
/** The current sequence number for a page blob. This header is not returned for block blobs or append blobs */
|
1805
|
+
blobSequenceNumber?: number;
|
1806
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1807
|
+
clientRequestId?: string;
|
1808
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1809
|
+
requestId?: string;
|
1810
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1811
|
+
version?: string;
|
1812
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1813
|
+
date?: Date;
|
1814
|
+
/** Error Code */
|
1815
|
+
errorCode?: string;
|
1816
|
+
}
|
1817
|
+
/** Defines headers for PageBlob_updateSequenceNumber operation. */
|
1818
|
+
export interface PageBlobUpdateSequenceNumberExceptionHeaders {
|
1819
|
+
errorCode?: string;
|
1820
|
+
}
|
1821
|
+
/** Defines headers for PageBlob_copyIncremental operation. */
|
1822
|
+
export interface PageBlobCopyIncrementalHeaders {
|
1823
|
+
/** 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. */
|
1824
|
+
etag?: string;
|
1825
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1826
|
+
lastModified?: Date;
|
1827
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1828
|
+
clientRequestId?: string;
|
1829
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1830
|
+
requestId?: string;
|
1831
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1832
|
+
version?: string;
|
1833
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1834
|
+
date?: Date;
|
1835
|
+
/** String identifier for this copy operation. Use with Get Blob Properties to check the status of this copy operation, or pass to Abort Copy Blob to abort a pending copy. */
|
1836
|
+
copyId?: string;
|
1837
|
+
/** State of the copy operation identified by x-ms-copy-id. */
|
1838
|
+
copyStatus?: CopyStatusType;
|
1839
|
+
/** Error Code */
|
1840
|
+
errorCode?: string;
|
1841
|
+
}
|
1842
|
+
/** Defines headers for PageBlob_copyIncremental operation. */
|
1843
|
+
export interface PageBlobCopyIncrementalExceptionHeaders {
|
1844
|
+
errorCode?: string;
|
1845
|
+
}
|
1846
|
+
/** Defines headers for AppendBlob_create operation. */
|
1847
|
+
export interface AppendBlobCreateHeaders {
|
1848
|
+
/** 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. */
|
1849
|
+
etag?: string;
|
1850
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1851
|
+
lastModified?: Date;
|
1852
|
+
/** If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity. */
|
1853
|
+
contentMD5?: Uint8Array;
|
1854
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1855
|
+
clientRequestId?: string;
|
1856
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1857
|
+
requestId?: string;
|
1858
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1859
|
+
version?: string;
|
1860
|
+
/** A DateTime value returned by the service that uniquely identifies the blob. The value of this header indicates the blob version, and may be used in subsequent requests to access this version of the blob. */
|
1861
|
+
versionId?: string;
|
1862
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1863
|
+
date?: Date;
|
1864
|
+
/** 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. */
|
1865
|
+
isServerEncrypted?: boolean;
|
1866
|
+
/** The SHA-256 hash of the encryption key used to encrypt the blob. This header is only returned when the blob was encrypted with a customer-provided key. */
|
1867
|
+
encryptionKeySha256?: string;
|
1868
|
+
/** Returns the name of the encryption scope used to encrypt the blob contents and application metadata. Note that the absence of this header implies use of the default account encryption scope. */
|
1869
|
+
encryptionScope?: string;
|
1870
|
+
/** Error Code */
|
1871
|
+
errorCode?: string;
|
1872
|
+
}
|
1873
|
+
/** Defines headers for AppendBlob_create operation. */
|
1874
|
+
export interface AppendBlobCreateExceptionHeaders {
|
1875
|
+
errorCode?: string;
|
1876
|
+
}
|
1877
|
+
/** Defines headers for AppendBlob_appendBlock operation. */
|
1878
|
+
export interface AppendBlobAppendBlockHeaders {
|
1879
|
+
/** 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. */
|
1880
|
+
etag?: string;
|
1881
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1882
|
+
lastModified?: Date;
|
1883
|
+
/** If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity. */
|
1884
|
+
contentMD5?: Uint8Array;
|
1885
|
+
/** This header is returned so that the client can check for message content integrity. The value of this header is computed by the Blob service; it is not necessarily the same value specified in the request headers. */
|
1886
|
+
xMsContentCrc64?: Uint8Array;
|
1887
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1888
|
+
clientRequestId?: string;
|
1889
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1890
|
+
requestId?: string;
|
1891
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1892
|
+
version?: string;
|
1893
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1894
|
+
date?: Date;
|
1895
|
+
/** This response header is returned only for append operations. It returns the offset at which the block was committed, in bytes. */
|
1896
|
+
blobAppendOffset?: string;
|
1897
|
+
/** The number of committed blocks present in the blob. This header is returned only for append blobs. */
|
1898
|
+
blobCommittedBlockCount?: number;
|
1899
|
+
/** 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. */
|
1900
|
+
isServerEncrypted?: boolean;
|
1901
|
+
/** The SHA-256 hash of the encryption key used to encrypt the block. This header is only returned when the block was encrypted with a customer-provided key. */
|
1902
|
+
encryptionKeySha256?: string;
|
1903
|
+
/** Returns the name of the encryption scope used to encrypt the blob contents and application metadata. Note that the absence of this header implies use of the default account encryption scope. */
|
1904
|
+
encryptionScope?: string;
|
1905
|
+
/** Error Code */
|
1906
|
+
errorCode?: string;
|
1907
|
+
}
|
1908
|
+
/** Defines headers for AppendBlob_appendBlock operation. */
|
1909
|
+
export interface AppendBlobAppendBlockExceptionHeaders {
|
1910
|
+
errorCode?: string;
|
1911
|
+
}
|
1912
|
+
/** Defines headers for AppendBlob_appendBlockFromUrl operation. */
|
1913
|
+
export interface AppendBlobAppendBlockFromUrlHeaders {
|
1914
|
+
/** 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. */
|
1915
|
+
etag?: string;
|
1916
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1917
|
+
lastModified?: Date;
|
1918
|
+
/** If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity. */
|
1919
|
+
contentMD5?: Uint8Array;
|
1920
|
+
/** This header is returned so that the client can check for message content integrity. The value of this header is computed by the Blob service; it is not necessarily the same value specified in the request headers. */
|
1921
|
+
xMsContentCrc64?: Uint8Array;
|
1922
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1923
|
+
requestId?: string;
|
1924
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1925
|
+
version?: string;
|
1926
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1927
|
+
date?: Date;
|
1928
|
+
/** This response header is returned only for append operations. It returns the offset at which the block was committed, in bytes. */
|
1929
|
+
blobAppendOffset?: string;
|
1930
|
+
/** The number of committed blocks present in the blob. This header is returned only for append blobs. */
|
1931
|
+
blobCommittedBlockCount?: number;
|
1932
|
+
/** The SHA-256 hash of the encryption key used to encrypt the block. This header is only returned when the block was encrypted with a customer-provided key. */
|
1933
|
+
encryptionKeySha256?: string;
|
1934
|
+
/** Returns the name of the encryption scope used to encrypt the blob contents and application metadata. Note that the absence of this header implies use of the default account encryption scope. */
|
1935
|
+
encryptionScope?: string;
|
1936
|
+
/** 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. */
|
1937
|
+
isServerEncrypted?: boolean;
|
1938
|
+
/** Error Code */
|
1939
|
+
errorCode?: string;
|
1940
|
+
}
|
1941
|
+
/** Defines headers for AppendBlob_appendBlockFromUrl operation. */
|
1942
|
+
export interface AppendBlobAppendBlockFromUrlExceptionHeaders {
|
1943
|
+
errorCode?: string;
|
1944
|
+
}
|
1945
|
+
/** Defines headers for AppendBlob_seal operation. */
|
1946
|
+
export interface AppendBlobSealHeaders {
|
1947
|
+
/** 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. */
|
1948
|
+
etag?: string;
|
1949
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1950
|
+
lastModified?: Date;
|
1951
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1952
|
+
clientRequestId?: string;
|
1953
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1954
|
+
requestId?: string;
|
1955
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1956
|
+
version?: string;
|
1957
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1958
|
+
date?: Date;
|
1959
|
+
/** If this blob has been sealed */
|
1960
|
+
isSealed?: boolean;
|
1961
|
+
}
|
1962
|
+
/** Defines headers for AppendBlob_seal operation. */
|
1963
|
+
export interface AppendBlobSealExceptionHeaders {
|
1964
|
+
errorCode?: string;
|
1965
|
+
}
|
1966
|
+
/** Defines headers for BlockBlob_upload operation. */
|
1967
|
+
export interface BlockBlobUploadHeaders {
|
1968
|
+
/** 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. */
|
1969
|
+
etag?: string;
|
1970
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
1971
|
+
lastModified?: Date;
|
1972
|
+
/** If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity. */
|
1973
|
+
contentMD5?: Uint8Array;
|
1974
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
1975
|
+
clientRequestId?: string;
|
1976
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
1977
|
+
requestId?: string;
|
1978
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
1979
|
+
version?: string;
|
1980
|
+
/** A DateTime value returned by the service that uniquely identifies the blob. The value of this header indicates the blob version, and may be used in subsequent requests to access this version of the blob. */
|
1981
|
+
versionId?: string;
|
1982
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
1983
|
+
date?: Date;
|
1984
|
+
/** 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. */
|
1985
|
+
isServerEncrypted?: boolean;
|
1986
|
+
/** The SHA-256 hash of the encryption key used to encrypt the blob. This header is only returned when the blob was encrypted with a customer-provided key. */
|
1987
|
+
encryptionKeySha256?: string;
|
1988
|
+
/** Returns the name of the encryption scope used to encrypt the blob contents and application metadata. Note that the absence of this header implies use of the default account encryption scope. */
|
1989
|
+
encryptionScope?: string;
|
1990
|
+
/** Error Code */
|
1991
|
+
errorCode?: string;
|
1992
|
+
}
|
1993
|
+
/** Defines headers for BlockBlob_upload operation. */
|
1994
|
+
export interface BlockBlobUploadExceptionHeaders {
|
1995
|
+
errorCode?: string;
|
1996
|
+
}
|
1997
|
+
/** Defines headers for BlockBlob_putBlobFromUrl operation. */
|
1998
|
+
export interface BlockBlobPutBlobFromUrlHeaders {
|
1999
|
+
/** 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. */
|
2000
|
+
etag?: string;
|
2001
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
2002
|
+
lastModified?: Date;
|
2003
|
+
/** If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity. */
|
2004
|
+
contentMD5?: Uint8Array;
|
2005
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
2006
|
+
clientRequestId?: string;
|
2007
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
2008
|
+
requestId?: string;
|
2009
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
2010
|
+
version?: string;
|
2011
|
+
/** A DateTime value returned by the service that uniquely identifies the blob. The value of this header indicates the blob version, and may be used in subsequent requests to access this version of the blob. */
|
2012
|
+
versionId?: string;
|
2013
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
2014
|
+
date?: Date;
|
2015
|
+
/** 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. */
|
2016
|
+
isServerEncrypted?: boolean;
|
2017
|
+
/** The SHA-256 hash of the encryption key used to encrypt the blob. This header is only returned when the blob was encrypted with a customer-provided key. */
|
2018
|
+
encryptionKeySha256?: string;
|
2019
|
+
/** Returns the name of the encryption scope used to encrypt the blob contents and application metadata. Note that the absence of this header implies use of the default account encryption scope. */
|
2020
|
+
encryptionScope?: string;
|
2021
|
+
/** Error Code */
|
2022
|
+
errorCode?: string;
|
2023
|
+
}
|
2024
|
+
/** Defines headers for BlockBlob_putBlobFromUrl operation. */
|
2025
|
+
export interface BlockBlobPutBlobFromUrlExceptionHeaders {
|
2026
|
+
errorCode?: string;
|
2027
|
+
}
|
2028
|
+
/** Defines headers for BlockBlob_stageBlock operation. */
|
2029
|
+
export interface BlockBlobStageBlockHeaders {
|
2030
|
+
/** This header is returned so that the client can check for message content integrity. The value of this header is computed by the Blob service; it is not necessarily the same value specified in the request headers. */
|
2031
|
+
contentMD5?: Uint8Array;
|
2032
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
2033
|
+
clientRequestId?: string;
|
2034
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
2035
|
+
requestId?: string;
|
2036
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
2037
|
+
version?: string;
|
2038
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
2039
|
+
date?: Date;
|
2040
|
+
/** This header is returned so that the client can check for message content integrity. The value of this header is computed by the Blob service; it is not necessarily the same value specified in the request headers. */
|
2041
|
+
xMsContentCrc64?: Uint8Array;
|
2042
|
+
/** 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. */
|
2043
|
+
isServerEncrypted?: boolean;
|
2044
|
+
/** The SHA-256 hash of the encryption key used to encrypt the block. This header is only returned when the block was encrypted with a customer-provided key. */
|
2045
|
+
encryptionKeySha256?: string;
|
2046
|
+
/** Returns the name of the encryption scope used to encrypt the blob contents and application metadata. Note that the absence of this header implies use of the default account encryption scope. */
|
2047
|
+
encryptionScope?: string;
|
2048
|
+
/** Error Code */
|
2049
|
+
errorCode?: string;
|
2050
|
+
}
|
2051
|
+
/** Defines headers for BlockBlob_stageBlock operation. */
|
2052
|
+
export interface BlockBlobStageBlockExceptionHeaders {
|
2053
|
+
errorCode?: string;
|
2054
|
+
}
|
2055
|
+
/** Defines headers for BlockBlob_stageBlockFromURL operation. */
|
2056
|
+
export interface BlockBlobStageBlockFromURLHeaders {
|
2057
|
+
/** This header is returned so that the client can check for message content integrity. The value of this header is computed by the Blob service; it is not necessarily the same value specified in the request headers. */
|
2058
|
+
contentMD5?: Uint8Array;
|
2059
|
+
/** This header is returned so that the client can check for message content integrity. The value of this header is computed by the Blob service; it is not necessarily the same value specified in the request headers. */
|
2060
|
+
xMsContentCrc64?: Uint8Array;
|
2061
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
2062
|
+
clientRequestId?: string;
|
2063
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
2064
|
+
requestId?: string;
|
2065
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
2066
|
+
version?: string;
|
2067
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
2068
|
+
date?: Date;
|
2069
|
+
/** 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. */
|
2070
|
+
isServerEncrypted?: boolean;
|
2071
|
+
/** The SHA-256 hash of the encryption key used to encrypt the block. This header is only returned when the block was encrypted with a customer-provided key. */
|
2072
|
+
encryptionKeySha256?: string;
|
2073
|
+
/** Returns the name of the encryption scope used to encrypt the blob contents and application metadata. Note that the absence of this header implies use of the default account encryption scope. */
|
2074
|
+
encryptionScope?: string;
|
2075
|
+
/** Error Code */
|
2076
|
+
errorCode?: string;
|
2077
|
+
}
|
2078
|
+
/** Defines headers for BlockBlob_stageBlockFromURL operation. */
|
2079
|
+
export interface BlockBlobStageBlockFromURLExceptionHeaders {
|
2080
|
+
errorCode?: string;
|
2081
|
+
}
|
2082
|
+
/** Defines headers for BlockBlob_commitBlockList operation. */
|
2083
|
+
export interface BlockBlobCommitBlockListHeaders {
|
2084
|
+
/** 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. */
|
2085
|
+
etag?: string;
|
2086
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
2087
|
+
lastModified?: Date;
|
2088
|
+
/** This header is returned so that the client can check for message content integrity. This header refers to the content of the request, meaning, in this case, the list of blocks, and not the content of the blob itself. */
|
2089
|
+
contentMD5?: Uint8Array;
|
2090
|
+
/** This header is returned so that the client can check for message content integrity. This header refers to the content of the request, meaning, in this case, the list of blocks, and not the content of the blob itself. */
|
2091
|
+
xMsContentCrc64?: Uint8Array;
|
2092
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
2093
|
+
clientRequestId?: string;
|
2094
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
2095
|
+
requestId?: string;
|
2096
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
2097
|
+
version?: string;
|
2098
|
+
/** A DateTime value returned by the service that uniquely identifies the blob. The value of this header indicates the blob version, and may be used in subsequent requests to access this version of the blob. */
|
2099
|
+
versionId?: string;
|
2100
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
2101
|
+
date?: Date;
|
2102
|
+
/** 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. */
|
2103
|
+
isServerEncrypted?: boolean;
|
2104
|
+
/** The SHA-256 hash of the encryption key used to encrypt the blob. This header is only returned when the blob was encrypted with a customer-provided key. */
|
2105
|
+
encryptionKeySha256?: string;
|
2106
|
+
/** Returns the name of the encryption scope used to encrypt the blob contents and application metadata. Note that the absence of this header implies use of the default account encryption scope. */
|
2107
|
+
encryptionScope?: string;
|
2108
|
+
/** Error Code */
|
2109
|
+
errorCode?: string;
|
2110
|
+
}
|
2111
|
+
/** Defines headers for BlockBlob_commitBlockList operation. */
|
2112
|
+
export interface BlockBlobCommitBlockListExceptionHeaders {
|
2113
|
+
errorCode?: string;
|
2114
|
+
}
|
2115
|
+
/** Defines headers for BlockBlob_getBlockList operation. */
|
2116
|
+
export interface BlockBlobGetBlockListHeaders {
|
2117
|
+
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
2118
|
+
lastModified?: Date;
|
2119
|
+
/** 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. */
|
2120
|
+
etag?: string;
|
2121
|
+
/** The media type of the body of the response. For Get Block List this is 'application/xml' */
|
2122
|
+
contentType?: string;
|
2123
|
+
/** The size of the blob in bytes. */
|
2124
|
+
blobContentLength?: number;
|
2125
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
2126
|
+
clientRequestId?: string;
|
2127
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
2128
|
+
requestId?: string;
|
2129
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
2130
|
+
version?: string;
|
2131
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
2132
|
+
date?: Date;
|
2133
|
+
/** Error Code */
|
2134
|
+
errorCode?: string;
|
2135
|
+
}
|
2136
|
+
/** Defines headers for BlockBlob_getBlockList operation. */
|
2137
|
+
export interface BlockBlobGetBlockListExceptionHeaders {
|
2138
|
+
errorCode?: string;
|
2139
|
+
}
|
2140
|
+
/** Parameter group */
|
2141
|
+
export interface ContainerEncryptionScope {
|
2142
|
+
/** Optional. Version 2019-07-07 and later. Specifies the default encryption scope to set on the container and use for all future writes. */
|
2143
|
+
defaultEncryptionScope?: string;
|
2144
|
+
/** Optional. Version 2019-07-07 and newer. If true, prevents any request from specifying a different encryption scope than the scope set on the container. */
|
2145
|
+
preventEncryptionScopeOverride?: boolean;
|
2146
|
+
}
|
2147
|
+
/** Parameter group */
|
2148
|
+
export interface LeaseAccessConditions {
|
2149
|
+
/** If specified, the operation only succeeds if the resource's lease is active and matches this ID. */
|
2150
|
+
leaseId?: string;
|
2151
|
+
}
|
2152
|
+
/** Parameter group */
|
2153
|
+
export interface ModifiedAccessConditions {
|
2154
|
+
/** Specify this header value to operate only on a blob if it has been modified since the specified date/time. */
|
2155
|
+
ifModifiedSince?: Date;
|
2156
|
+
/** Specify this header value to operate only on a blob if it has not been modified since the specified date/time. */
|
2157
|
+
ifUnmodifiedSince?: Date;
|
2158
|
+
/** Specify an ETag value to operate only on blobs with a matching value. */
|
2159
|
+
ifMatch?: string;
|
2160
|
+
/** Specify an ETag value to operate only on blobs without a matching value. */
|
2161
|
+
ifNoneMatch?: string;
|
2162
|
+
/** Specify a SQL where clause on blob tags to operate only on blobs with a matching value. */
|
2163
|
+
ifTags?: string;
|
2164
|
+
}
|
2165
|
+
/** Parameter group */
|
2166
|
+
export interface CpkInfo {
|
2167
|
+
/** Optional. Specifies the encryption key to use to encrypt the data provided in the request. If not specified, encryption is performed with the root account encryption key. For more information, see Encryption at Rest for Azure Storage Services. */
|
2168
|
+
encryptionKey?: string;
|
2169
|
+
/** The SHA-256 hash of the provided encryption key. Must be provided if the x-ms-encryption-key header is provided. */
|
2170
|
+
encryptionKeySha256?: string;
|
2171
|
+
/** The algorithm used to produce the encryption key hash. Currently, the only accepted value is "AES256". Must be provided if the x-ms-encryption-key header is provided. */
|
2172
|
+
encryptionAlgorithm?: EncryptionAlgorithmType;
|
2173
|
+
}
|
2174
|
+
/** Parameter group */
|
2175
|
+
export interface BlobHttpHeaders {
|
2176
|
+
/** Optional. Sets the blob's cache control. If specified, this property is stored with the blob and returned with a read request. */
|
2177
|
+
blobCacheControl?: string;
|
2178
|
+
/** Optional. Sets the blob's content type. If specified, this property is stored with the blob and returned with a read request. */
|
2179
|
+
blobContentType?: string;
|
2180
|
+
/** Optional. An MD5 hash of the blob content. Note that this hash is not validated, as the hashes for the individual blocks were validated when each was uploaded. */
|
2181
|
+
blobContentMD5?: Uint8Array;
|
2182
|
+
/** Optional. Sets the blob's content encoding. If specified, this property is stored with the blob and returned with a read request. */
|
2183
|
+
blobContentEncoding?: string;
|
2184
|
+
/** Optional. Set the blob's content language. If specified, this property is stored with the blob and returned with a read request. */
|
2185
|
+
blobContentLanguage?: string;
|
2186
|
+
/** Optional. Sets the blob's Content-Disposition header. */
|
2187
|
+
blobContentDisposition?: string;
|
2188
|
+
}
|
2189
|
+
/** Parameter group */
|
2190
|
+
export interface SourceModifiedAccessConditions {
|
2191
|
+
/** Specify this header value to operate only on a blob if it has been modified since the specified date/time. */
|
2192
|
+
sourceIfModifiedSince?: Date;
|
2193
|
+
/** Specify this header value to operate only on a blob if it has not been modified since the specified date/time. */
|
2194
|
+
sourceIfUnmodifiedSince?: Date;
|
2195
|
+
/** Specify an ETag value to operate only on blobs with a matching value. */
|
2196
|
+
sourceIfMatch?: string;
|
2197
|
+
/** Specify an ETag value to operate only on blobs without a matching value. */
|
2198
|
+
sourceIfNoneMatch?: string;
|
2199
|
+
/** Specify a SQL where clause on blob tags to operate only on blobs with a matching value. */
|
2200
|
+
sourceIfTags?: string;
|
2201
|
+
}
|
2202
|
+
/** Parameter group */
|
2203
|
+
export interface SequenceNumberAccessConditions {
|
2204
|
+
/** Specify this header value to operate only on a blob if it has a sequence number less than or equal to the specified. */
|
2205
|
+
ifSequenceNumberLessThanOrEqualTo?: number;
|
2206
|
+
/** Specify this header value to operate only on a blob if it has a sequence number less than the specified. */
|
2207
|
+
ifSequenceNumberLessThan?: number;
|
2208
|
+
/** Specify this header value to operate only on a blob if it has the specified sequence number. */
|
2209
|
+
ifSequenceNumberEqualTo?: number;
|
2210
|
+
}
|
2211
|
+
/** Parameter group */
|
2212
|
+
export interface AppendPositionAccessConditions {
|
2213
|
+
/** Optional conditional header. The max length in bytes permitted for the append blob. If the Append Block operation would cause the blob to exceed that limit or if the blob size is already greater than the value specified in this header, the request will fail with MaxBlobSizeConditionNotMet error (HTTP status code 412 - Precondition Failed). */
|
2214
|
+
maxSize?: number;
|
2215
|
+
/** Optional conditional header, used only for the Append Block operation. A number indicating the byte offset to compare. Append Block will succeed only if the append position is equal to this number. If it is not, the request will fail with the AppendPositionConditionNotMet error (HTTP status code 412 - Precondition Failed). */
|
2216
|
+
appendPosition?: number;
|
2217
|
+
}
|
2218
|
+
/** Known values of {@link EncryptionAlgorithmType} that the service accepts. */
|
2219
|
+
export declare enum KnownEncryptionAlgorithmType {
|
2220
|
+
/** AES256 */
|
2221
|
+
AES256 = "AES256"
|
2222
|
+
}
|
2223
|
+
/**
|
2224
|
+
* Defines values for EncryptionAlgorithmType. \
|
2225
|
+
* {@link KnownEncryptionAlgorithmType} can be used interchangeably with EncryptionAlgorithmType,
|
2226
|
+
* this enum contains the known values that the service supports.
|
2227
|
+
* ### Known values supported by the service
|
2228
|
+
* **AES256**
|
2229
|
+
*/
|
2230
|
+
export type EncryptionAlgorithmType = string;
|
2231
|
+
/** Known values of {@link FileShareTokenIntent} that the service accepts. */
|
2232
|
+
export declare enum KnownFileShareTokenIntent {
|
2233
|
+
/** Backup */
|
2234
|
+
Backup = "backup"
|
2235
|
+
}
|
2236
|
+
/**
|
2237
|
+
* Defines values for FileShareTokenIntent. \
|
2238
|
+
* {@link KnownFileShareTokenIntent} can be used interchangeably with FileShareTokenIntent,
|
2239
|
+
* this enum contains the known values that the service supports.
|
2240
|
+
* ### Known values supported by the service
|
2241
|
+
* **backup**
|
2242
|
+
*/
|
2243
|
+
export type FileShareTokenIntent = string;
|
2244
|
+
/** Known values of {@link BlobExpiryOptions} that the service accepts. */
|
2245
|
+
export declare enum KnownBlobExpiryOptions {
|
2246
|
+
/** NeverExpire */
|
2247
|
+
NeverExpire = "NeverExpire",
|
2248
|
+
/** RelativeToCreation */
|
2249
|
+
RelativeToCreation = "RelativeToCreation",
|
2250
|
+
/** RelativeToNow */
|
2251
|
+
RelativeToNow = "RelativeToNow",
|
2252
|
+
/** Absolute */
|
2253
|
+
Absolute = "Absolute"
|
2254
|
+
}
|
2255
|
+
/**
|
2256
|
+
* Defines values for BlobExpiryOptions. \
|
2257
|
+
* {@link KnownBlobExpiryOptions} can be used interchangeably with BlobExpiryOptions,
|
2258
|
+
* this enum contains the known values that the service supports.
|
2259
|
+
* ### Known values supported by the service
|
2260
|
+
* **NeverExpire** \
|
2261
|
+
* **RelativeToCreation** \
|
2262
|
+
* **RelativeToNow** \
|
2263
|
+
* **Absolute**
|
2264
|
+
*/
|
2265
|
+
export type BlobExpiryOptions = string;
|
2266
|
+
/** Known values of {@link StorageErrorCode} that the service accepts. */
|
2267
|
+
export declare enum KnownStorageErrorCode {
|
2268
|
+
/** AccountAlreadyExists */
|
2269
|
+
AccountAlreadyExists = "AccountAlreadyExists",
|
2270
|
+
/** AccountBeingCreated */
|
2271
|
+
AccountBeingCreated = "AccountBeingCreated",
|
2272
|
+
/** AccountIsDisabled */
|
2273
|
+
AccountIsDisabled = "AccountIsDisabled",
|
2274
|
+
/** AuthenticationFailed */
|
2275
|
+
AuthenticationFailed = "AuthenticationFailed",
|
2276
|
+
/** AuthorizationFailure */
|
2277
|
+
AuthorizationFailure = "AuthorizationFailure",
|
2278
|
+
/** ConditionHeadersNotSupported */
|
2279
|
+
ConditionHeadersNotSupported = "ConditionHeadersNotSupported",
|
2280
|
+
/** ConditionNotMet */
|
2281
|
+
ConditionNotMet = "ConditionNotMet",
|
2282
|
+
/** EmptyMetadataKey */
|
2283
|
+
EmptyMetadataKey = "EmptyMetadataKey",
|
2284
|
+
/** InsufficientAccountPermissions */
|
2285
|
+
InsufficientAccountPermissions = "InsufficientAccountPermissions",
|
2286
|
+
/** InternalError */
|
2287
|
+
InternalError = "InternalError",
|
2288
|
+
/** InvalidAuthenticationInfo */
|
2289
|
+
InvalidAuthenticationInfo = "InvalidAuthenticationInfo",
|
2290
|
+
/** InvalidHeaderValue */
|
2291
|
+
InvalidHeaderValue = "InvalidHeaderValue",
|
2292
|
+
/** InvalidHttpVerb */
|
2293
|
+
InvalidHttpVerb = "InvalidHttpVerb",
|
2294
|
+
/** InvalidInput */
|
2295
|
+
InvalidInput = "InvalidInput",
|
2296
|
+
/** InvalidMd5 */
|
2297
|
+
InvalidMd5 = "InvalidMd5",
|
2298
|
+
/** InvalidMetadata */
|
2299
|
+
InvalidMetadata = "InvalidMetadata",
|
2300
|
+
/** InvalidQueryParameterValue */
|
2301
|
+
InvalidQueryParameterValue = "InvalidQueryParameterValue",
|
2302
|
+
/** InvalidRange */
|
2303
|
+
InvalidRange = "InvalidRange",
|
2304
|
+
/** InvalidResourceName */
|
2305
|
+
InvalidResourceName = "InvalidResourceName",
|
2306
|
+
/** InvalidUri */
|
2307
|
+
InvalidUri = "InvalidUri",
|
2308
|
+
/** InvalidXmlDocument */
|
2309
|
+
InvalidXmlDocument = "InvalidXmlDocument",
|
2310
|
+
/** InvalidXmlNodeValue */
|
2311
|
+
InvalidXmlNodeValue = "InvalidXmlNodeValue",
|
2312
|
+
/** Md5Mismatch */
|
2313
|
+
Md5Mismatch = "Md5Mismatch",
|
2314
|
+
/** MetadataTooLarge */
|
2315
|
+
MetadataTooLarge = "MetadataTooLarge",
|
2316
|
+
/** MissingContentLengthHeader */
|
2317
|
+
MissingContentLengthHeader = "MissingContentLengthHeader",
|
2318
|
+
/** MissingRequiredQueryParameter */
|
2319
|
+
MissingRequiredQueryParameter = "MissingRequiredQueryParameter",
|
2320
|
+
/** MissingRequiredHeader */
|
2321
|
+
MissingRequiredHeader = "MissingRequiredHeader",
|
2322
|
+
/** MissingRequiredXmlNode */
|
2323
|
+
MissingRequiredXmlNode = "MissingRequiredXmlNode",
|
2324
|
+
/** MultipleConditionHeadersNotSupported */
|
2325
|
+
MultipleConditionHeadersNotSupported = "MultipleConditionHeadersNotSupported",
|
2326
|
+
/** OperationTimedOut */
|
2327
|
+
OperationTimedOut = "OperationTimedOut",
|
2328
|
+
/** OutOfRangeInput */
|
2329
|
+
OutOfRangeInput = "OutOfRangeInput",
|
2330
|
+
/** OutOfRangeQueryParameterValue */
|
2331
|
+
OutOfRangeQueryParameterValue = "OutOfRangeQueryParameterValue",
|
2332
|
+
/** RequestBodyTooLarge */
|
2333
|
+
RequestBodyTooLarge = "RequestBodyTooLarge",
|
2334
|
+
/** ResourceTypeMismatch */
|
2335
|
+
ResourceTypeMismatch = "ResourceTypeMismatch",
|
2336
|
+
/** RequestUrlFailedToParse */
|
2337
|
+
RequestUrlFailedToParse = "RequestUrlFailedToParse",
|
2338
|
+
/** ResourceAlreadyExists */
|
2339
|
+
ResourceAlreadyExists = "ResourceAlreadyExists",
|
2340
|
+
/** ResourceNotFound */
|
2341
|
+
ResourceNotFound = "ResourceNotFound",
|
2342
|
+
/** ServerBusy */
|
2343
|
+
ServerBusy = "ServerBusy",
|
2344
|
+
/** UnsupportedHeader */
|
2345
|
+
UnsupportedHeader = "UnsupportedHeader",
|
2346
|
+
/** UnsupportedXmlNode */
|
2347
|
+
UnsupportedXmlNode = "UnsupportedXmlNode",
|
2348
|
+
/** UnsupportedQueryParameter */
|
2349
|
+
UnsupportedQueryParameter = "UnsupportedQueryParameter",
|
2350
|
+
/** UnsupportedHttpVerb */
|
2351
|
+
UnsupportedHttpVerb = "UnsupportedHttpVerb",
|
2352
|
+
/** AppendPositionConditionNotMet */
|
2353
|
+
AppendPositionConditionNotMet = "AppendPositionConditionNotMet",
|
2354
|
+
/** BlobAlreadyExists */
|
2355
|
+
BlobAlreadyExists = "BlobAlreadyExists",
|
2356
|
+
/** BlobImmutableDueToPolicy */
|
2357
|
+
BlobImmutableDueToPolicy = "BlobImmutableDueToPolicy",
|
2358
|
+
/** BlobNotFound */
|
2359
|
+
BlobNotFound = "BlobNotFound",
|
2360
|
+
/** BlobOverwritten */
|
2361
|
+
BlobOverwritten = "BlobOverwritten",
|
2362
|
+
/** BlobTierInadequateForContentLength */
|
2363
|
+
BlobTierInadequateForContentLength = "BlobTierInadequateForContentLength",
|
2364
|
+
/** BlobUsesCustomerSpecifiedEncryption */
|
2365
|
+
BlobUsesCustomerSpecifiedEncryption = "BlobUsesCustomerSpecifiedEncryption",
|
2366
|
+
/** BlockCountExceedsLimit */
|
2367
|
+
BlockCountExceedsLimit = "BlockCountExceedsLimit",
|
2368
|
+
/** BlockListTooLong */
|
2369
|
+
BlockListTooLong = "BlockListTooLong",
|
2370
|
+
/** CannotChangeToLowerTier */
|
2371
|
+
CannotChangeToLowerTier = "CannotChangeToLowerTier",
|
2372
|
+
/** CannotVerifyCopySource */
|
2373
|
+
CannotVerifyCopySource = "CannotVerifyCopySource",
|
2374
|
+
/** ContainerAlreadyExists */
|
2375
|
+
ContainerAlreadyExists = "ContainerAlreadyExists",
|
2376
|
+
/** ContainerBeingDeleted */
|
2377
|
+
ContainerBeingDeleted = "ContainerBeingDeleted",
|
2378
|
+
/** ContainerDisabled */
|
2379
|
+
ContainerDisabled = "ContainerDisabled",
|
2380
|
+
/** ContainerNotFound */
|
2381
|
+
ContainerNotFound = "ContainerNotFound",
|
2382
|
+
/** ContentLengthLargerThanTierLimit */
|
2383
|
+
ContentLengthLargerThanTierLimit = "ContentLengthLargerThanTierLimit",
|
2384
|
+
/** CopyAcrossAccountsNotSupported */
|
2385
|
+
CopyAcrossAccountsNotSupported = "CopyAcrossAccountsNotSupported",
|
2386
|
+
/** CopyIdMismatch */
|
2387
|
+
CopyIdMismatch = "CopyIdMismatch",
|
2388
|
+
/** FeatureVersionMismatch */
|
2389
|
+
FeatureVersionMismatch = "FeatureVersionMismatch",
|
2390
|
+
/** IncrementalCopyBlobMismatch */
|
2391
|
+
IncrementalCopyBlobMismatch = "IncrementalCopyBlobMismatch",
|
2392
|
+
/** IncrementalCopyOfEarlierVersionSnapshotNotAllowed */
|
2393
|
+
IncrementalCopyOfEarlierVersionSnapshotNotAllowed = "IncrementalCopyOfEarlierVersionSnapshotNotAllowed",
|
2394
|
+
/** IncrementalCopySourceMustBeSnapshot */
|
2395
|
+
IncrementalCopySourceMustBeSnapshot = "IncrementalCopySourceMustBeSnapshot",
|
2396
|
+
/** InfiniteLeaseDurationRequired */
|
2397
|
+
InfiniteLeaseDurationRequired = "InfiniteLeaseDurationRequired",
|
2398
|
+
/** InvalidBlobOrBlock */
|
2399
|
+
InvalidBlobOrBlock = "InvalidBlobOrBlock",
|
2400
|
+
/** InvalidBlobTier */
|
2401
|
+
InvalidBlobTier = "InvalidBlobTier",
|
2402
|
+
/** InvalidBlobType */
|
2403
|
+
InvalidBlobType = "InvalidBlobType",
|
2404
|
+
/** InvalidBlockId */
|
2405
|
+
InvalidBlockId = "InvalidBlockId",
|
2406
|
+
/** InvalidBlockList */
|
2407
|
+
InvalidBlockList = "InvalidBlockList",
|
2408
|
+
/** InvalidOperation */
|
2409
|
+
InvalidOperation = "InvalidOperation",
|
2410
|
+
/** InvalidPageRange */
|
2411
|
+
InvalidPageRange = "InvalidPageRange",
|
2412
|
+
/** InvalidSourceBlobType */
|
2413
|
+
InvalidSourceBlobType = "InvalidSourceBlobType",
|
2414
|
+
/** InvalidSourceBlobUrl */
|
2415
|
+
InvalidSourceBlobUrl = "InvalidSourceBlobUrl",
|
2416
|
+
/** InvalidVersionForPageBlobOperation */
|
2417
|
+
InvalidVersionForPageBlobOperation = "InvalidVersionForPageBlobOperation",
|
2418
|
+
/** LeaseAlreadyPresent */
|
2419
|
+
LeaseAlreadyPresent = "LeaseAlreadyPresent",
|
2420
|
+
/** LeaseAlreadyBroken */
|
2421
|
+
LeaseAlreadyBroken = "LeaseAlreadyBroken",
|
2422
|
+
/** LeaseIdMismatchWithBlobOperation */
|
2423
|
+
LeaseIdMismatchWithBlobOperation = "LeaseIdMismatchWithBlobOperation",
|
2424
|
+
/** LeaseIdMismatchWithContainerOperation */
|
2425
|
+
LeaseIdMismatchWithContainerOperation = "LeaseIdMismatchWithContainerOperation",
|
2426
|
+
/** LeaseIdMismatchWithLeaseOperation */
|
2427
|
+
LeaseIdMismatchWithLeaseOperation = "LeaseIdMismatchWithLeaseOperation",
|
2428
|
+
/** LeaseIdMissing */
|
2429
|
+
LeaseIdMissing = "LeaseIdMissing",
|
2430
|
+
/** LeaseIsBreakingAndCannotBeAcquired */
|
2431
|
+
LeaseIsBreakingAndCannotBeAcquired = "LeaseIsBreakingAndCannotBeAcquired",
|
2432
|
+
/** LeaseIsBreakingAndCannotBeChanged */
|
2433
|
+
LeaseIsBreakingAndCannotBeChanged = "LeaseIsBreakingAndCannotBeChanged",
|
2434
|
+
/** LeaseIsBrokenAndCannotBeRenewed */
|
2435
|
+
LeaseIsBrokenAndCannotBeRenewed = "LeaseIsBrokenAndCannotBeRenewed",
|
2436
|
+
/** LeaseLost */
|
2437
|
+
LeaseLost = "LeaseLost",
|
2438
|
+
/** LeaseNotPresentWithBlobOperation */
|
2439
|
+
LeaseNotPresentWithBlobOperation = "LeaseNotPresentWithBlobOperation",
|
2440
|
+
/** LeaseNotPresentWithContainerOperation */
|
2441
|
+
LeaseNotPresentWithContainerOperation = "LeaseNotPresentWithContainerOperation",
|
2442
|
+
/** LeaseNotPresentWithLeaseOperation */
|
2443
|
+
LeaseNotPresentWithLeaseOperation = "LeaseNotPresentWithLeaseOperation",
|
2444
|
+
/** MaxBlobSizeConditionNotMet */
|
2445
|
+
MaxBlobSizeConditionNotMet = "MaxBlobSizeConditionNotMet",
|
2446
|
+
/** NoAuthenticationInformation */
|
2447
|
+
NoAuthenticationInformation = "NoAuthenticationInformation",
|
2448
|
+
/** NoPendingCopyOperation */
|
2449
|
+
NoPendingCopyOperation = "NoPendingCopyOperation",
|
2450
|
+
/** OperationNotAllowedOnIncrementalCopyBlob */
|
2451
|
+
OperationNotAllowedOnIncrementalCopyBlob = "OperationNotAllowedOnIncrementalCopyBlob",
|
2452
|
+
/** PendingCopyOperation */
|
2453
|
+
PendingCopyOperation = "PendingCopyOperation",
|
2454
|
+
/** PreviousSnapshotCannotBeNewer */
|
2455
|
+
PreviousSnapshotCannotBeNewer = "PreviousSnapshotCannotBeNewer",
|
2456
|
+
/** PreviousSnapshotNotFound */
|
2457
|
+
PreviousSnapshotNotFound = "PreviousSnapshotNotFound",
|
2458
|
+
/** PreviousSnapshotOperationNotSupported */
|
2459
|
+
PreviousSnapshotOperationNotSupported = "PreviousSnapshotOperationNotSupported",
|
2460
|
+
/** SequenceNumberConditionNotMet */
|
2461
|
+
SequenceNumberConditionNotMet = "SequenceNumberConditionNotMet",
|
2462
|
+
/** SequenceNumberIncrementTooLarge */
|
2463
|
+
SequenceNumberIncrementTooLarge = "SequenceNumberIncrementTooLarge",
|
2464
|
+
/** SnapshotCountExceeded */
|
2465
|
+
SnapshotCountExceeded = "SnapshotCountExceeded",
|
2466
|
+
/** SnapshotOperationRateExceeded */
|
2467
|
+
SnapshotOperationRateExceeded = "SnapshotOperationRateExceeded",
|
2468
|
+
/** SnapshotsPresent */
|
2469
|
+
SnapshotsPresent = "SnapshotsPresent",
|
2470
|
+
/** SourceConditionNotMet */
|
2471
|
+
SourceConditionNotMet = "SourceConditionNotMet",
|
2472
|
+
/** SystemInUse */
|
2473
|
+
SystemInUse = "SystemInUse",
|
2474
|
+
/** TargetConditionNotMet */
|
2475
|
+
TargetConditionNotMet = "TargetConditionNotMet",
|
2476
|
+
/** UnauthorizedBlobOverwrite */
|
2477
|
+
UnauthorizedBlobOverwrite = "UnauthorizedBlobOverwrite",
|
2478
|
+
/** BlobBeingRehydrated */
|
2479
|
+
BlobBeingRehydrated = "BlobBeingRehydrated",
|
2480
|
+
/** BlobArchived */
|
2481
|
+
BlobArchived = "BlobArchived",
|
2482
|
+
/** BlobNotArchived */
|
2483
|
+
BlobNotArchived = "BlobNotArchived",
|
2484
|
+
/** AuthorizationSourceIPMismatch */
|
2485
|
+
AuthorizationSourceIPMismatch = "AuthorizationSourceIPMismatch",
|
2486
|
+
/** AuthorizationProtocolMismatch */
|
2487
|
+
AuthorizationProtocolMismatch = "AuthorizationProtocolMismatch",
|
2488
|
+
/** AuthorizationPermissionMismatch */
|
2489
|
+
AuthorizationPermissionMismatch = "AuthorizationPermissionMismatch",
|
2490
|
+
/** AuthorizationServiceMismatch */
|
2491
|
+
AuthorizationServiceMismatch = "AuthorizationServiceMismatch",
|
2492
|
+
/** AuthorizationResourceTypeMismatch */
|
2493
|
+
AuthorizationResourceTypeMismatch = "AuthorizationResourceTypeMismatch",
|
2494
|
+
/** BlobAccessTierNotSupportedForAccountType */
|
2495
|
+
BlobAccessTierNotSupportedForAccountType = "BlobAccessTierNotSupportedForAccountType"
|
2496
|
+
}
|
2497
|
+
/**
|
2498
|
+
* Defines values for StorageErrorCode. \
|
2499
|
+
* {@link KnownStorageErrorCode} can be used interchangeably with StorageErrorCode,
|
2500
|
+
* this enum contains the known values that the service supports.
|
2501
|
+
* ### Known values supported by the service
|
2502
|
+
* **AccountAlreadyExists** \
|
2503
|
+
* **AccountBeingCreated** \
|
2504
|
+
* **AccountIsDisabled** \
|
2505
|
+
* **AuthenticationFailed** \
|
2506
|
+
* **AuthorizationFailure** \
|
2507
|
+
* **ConditionHeadersNotSupported** \
|
2508
|
+
* **ConditionNotMet** \
|
2509
|
+
* **EmptyMetadataKey** \
|
2510
|
+
* **InsufficientAccountPermissions** \
|
2511
|
+
* **InternalError** \
|
2512
|
+
* **InvalidAuthenticationInfo** \
|
2513
|
+
* **InvalidHeaderValue** \
|
2514
|
+
* **InvalidHttpVerb** \
|
2515
|
+
* **InvalidInput** \
|
2516
|
+
* **InvalidMd5** \
|
2517
|
+
* **InvalidMetadata** \
|
2518
|
+
* **InvalidQueryParameterValue** \
|
2519
|
+
* **InvalidRange** \
|
2520
|
+
* **InvalidResourceName** \
|
2521
|
+
* **InvalidUri** \
|
2522
|
+
* **InvalidXmlDocument** \
|
2523
|
+
* **InvalidXmlNodeValue** \
|
2524
|
+
* **Md5Mismatch** \
|
2525
|
+
* **MetadataTooLarge** \
|
2526
|
+
* **MissingContentLengthHeader** \
|
2527
|
+
* **MissingRequiredQueryParameter** \
|
2528
|
+
* **MissingRequiredHeader** \
|
2529
|
+
* **MissingRequiredXmlNode** \
|
2530
|
+
* **MultipleConditionHeadersNotSupported** \
|
2531
|
+
* **OperationTimedOut** \
|
2532
|
+
* **OutOfRangeInput** \
|
2533
|
+
* **OutOfRangeQueryParameterValue** \
|
2534
|
+
* **RequestBodyTooLarge** \
|
2535
|
+
* **ResourceTypeMismatch** \
|
2536
|
+
* **RequestUrlFailedToParse** \
|
2537
|
+
* **ResourceAlreadyExists** \
|
2538
|
+
* **ResourceNotFound** \
|
2539
|
+
* **ServerBusy** \
|
2540
|
+
* **UnsupportedHeader** \
|
2541
|
+
* **UnsupportedXmlNode** \
|
2542
|
+
* **UnsupportedQueryParameter** \
|
2543
|
+
* **UnsupportedHttpVerb** \
|
2544
|
+
* **AppendPositionConditionNotMet** \
|
2545
|
+
* **BlobAlreadyExists** \
|
2546
|
+
* **BlobImmutableDueToPolicy** \
|
2547
|
+
* **BlobNotFound** \
|
2548
|
+
* **BlobOverwritten** \
|
2549
|
+
* **BlobTierInadequateForContentLength** \
|
2550
|
+
* **BlobUsesCustomerSpecifiedEncryption** \
|
2551
|
+
* **BlockCountExceedsLimit** \
|
2552
|
+
* **BlockListTooLong** \
|
2553
|
+
* **CannotChangeToLowerTier** \
|
2554
|
+
* **CannotVerifyCopySource** \
|
2555
|
+
* **ContainerAlreadyExists** \
|
2556
|
+
* **ContainerBeingDeleted** \
|
2557
|
+
* **ContainerDisabled** \
|
2558
|
+
* **ContainerNotFound** \
|
2559
|
+
* **ContentLengthLargerThanTierLimit** \
|
2560
|
+
* **CopyAcrossAccountsNotSupported** \
|
2561
|
+
* **CopyIdMismatch** \
|
2562
|
+
* **FeatureVersionMismatch** \
|
2563
|
+
* **IncrementalCopyBlobMismatch** \
|
2564
|
+
* **IncrementalCopyOfEarlierVersionSnapshotNotAllowed** \
|
2565
|
+
* **IncrementalCopySourceMustBeSnapshot** \
|
2566
|
+
* **InfiniteLeaseDurationRequired** \
|
2567
|
+
* **InvalidBlobOrBlock** \
|
2568
|
+
* **InvalidBlobTier** \
|
2569
|
+
* **InvalidBlobType** \
|
2570
|
+
* **InvalidBlockId** \
|
2571
|
+
* **InvalidBlockList** \
|
2572
|
+
* **InvalidOperation** \
|
2573
|
+
* **InvalidPageRange** \
|
2574
|
+
* **InvalidSourceBlobType** \
|
2575
|
+
* **InvalidSourceBlobUrl** \
|
2576
|
+
* **InvalidVersionForPageBlobOperation** \
|
2577
|
+
* **LeaseAlreadyPresent** \
|
2578
|
+
* **LeaseAlreadyBroken** \
|
2579
|
+
* **LeaseIdMismatchWithBlobOperation** \
|
2580
|
+
* **LeaseIdMismatchWithContainerOperation** \
|
2581
|
+
* **LeaseIdMismatchWithLeaseOperation** \
|
2582
|
+
* **LeaseIdMissing** \
|
2583
|
+
* **LeaseIsBreakingAndCannotBeAcquired** \
|
2584
|
+
* **LeaseIsBreakingAndCannotBeChanged** \
|
2585
|
+
* **LeaseIsBrokenAndCannotBeRenewed** \
|
2586
|
+
* **LeaseLost** \
|
2587
|
+
* **LeaseNotPresentWithBlobOperation** \
|
2588
|
+
* **LeaseNotPresentWithContainerOperation** \
|
2589
|
+
* **LeaseNotPresentWithLeaseOperation** \
|
2590
|
+
* **MaxBlobSizeConditionNotMet** \
|
2591
|
+
* **NoAuthenticationInformation** \
|
2592
|
+
* **NoPendingCopyOperation** \
|
2593
|
+
* **OperationNotAllowedOnIncrementalCopyBlob** \
|
2594
|
+
* **PendingCopyOperation** \
|
2595
|
+
* **PreviousSnapshotCannotBeNewer** \
|
2596
|
+
* **PreviousSnapshotNotFound** \
|
2597
|
+
* **PreviousSnapshotOperationNotSupported** \
|
2598
|
+
* **SequenceNumberConditionNotMet** \
|
2599
|
+
* **SequenceNumberIncrementTooLarge** \
|
2600
|
+
* **SnapshotCountExceeded** \
|
2601
|
+
* **SnapshotOperationRateExceeded** \
|
2602
|
+
* **SnapshotsPresent** \
|
2603
|
+
* **SourceConditionNotMet** \
|
2604
|
+
* **SystemInUse** \
|
2605
|
+
* **TargetConditionNotMet** \
|
2606
|
+
* **UnauthorizedBlobOverwrite** \
|
2607
|
+
* **BlobBeingRehydrated** \
|
2608
|
+
* **BlobArchived** \
|
2609
|
+
* **BlobNotArchived** \
|
2610
|
+
* **AuthorizationSourceIPMismatch** \
|
2611
|
+
* **AuthorizationProtocolMismatch** \
|
2612
|
+
* **AuthorizationPermissionMismatch** \
|
2613
|
+
* **AuthorizationServiceMismatch** \
|
2614
|
+
* **AuthorizationResourceTypeMismatch** \
|
2615
|
+
* **BlobAccessTierNotSupportedForAccountType**
|
2616
|
+
*/
|
2617
|
+
export type StorageErrorCode = string;
|
2618
|
+
/** Defines values for GeoReplicationStatusType. */
|
2619
|
+
export type GeoReplicationStatusType = "live" | "bootstrap" | "unavailable";
|
2620
|
+
/** Defines values for ListContainersIncludeType. */
|
2621
|
+
export type ListContainersIncludeType = "metadata" | "deleted" | "system";
|
2622
|
+
/** Defines values for LeaseStatusType. */
|
2623
|
+
export type LeaseStatusType = "locked" | "unlocked";
|
2624
|
+
/** Defines values for LeaseStateType. */
|
2625
|
+
export type LeaseStateType = "available" | "leased" | "expired" | "breaking" | "broken";
|
2626
|
+
/** Defines values for LeaseDurationType. */
|
2627
|
+
export type LeaseDurationType = "infinite" | "fixed";
|
2628
|
+
/** Defines values for PublicAccessType. */
|
2629
|
+
export type PublicAccessType = "container" | "blob";
|
2630
|
+
/** Defines values for SkuName. */
|
2631
|
+
export type SkuName = "Standard_LRS" | "Standard_GRS" | "Standard_RAGRS" | "Standard_ZRS" | "Premium_LRS";
|
2632
|
+
/** Defines values for AccountKind. */
|
2633
|
+
export type AccountKind = "Storage" | "BlobStorage" | "StorageV2" | "FileStorage" | "BlockBlobStorage";
|
2634
|
+
/** Defines values for ListBlobsIncludeItem. */
|
2635
|
+
export type ListBlobsIncludeItem = "copy" | "deleted" | "metadata" | "snapshots" | "uncommittedblobs" | "versions" | "tags" | "immutabilitypolicy" | "legalhold" | "deletedwithversions";
|
2636
|
+
/** Defines values for BlobType. */
|
2637
|
+
export type BlobType = "BlockBlob" | "PageBlob" | "AppendBlob";
|
2638
|
+
/** Defines values for CopyStatusType. */
|
2639
|
+
export type CopyStatusType = "pending" | "success" | "aborted" | "failed";
|
2640
|
+
/** Defines values for AccessTier. */
|
2641
|
+
export type AccessTier = "P4" | "P6" | "P10" | "P15" | "P20" | "P30" | "P40" | "P50" | "P60" | "P70" | "P80" | "Hot" | "Cool" | "Archive" | "Cold";
|
2642
|
+
/** Defines values for ArchiveStatus. */
|
2643
|
+
export type ArchiveStatus = "rehydrate-pending-to-hot" | "rehydrate-pending-to-cool" | "rehydrate-pending-to-cold";
|
2644
|
+
/** Defines values for RehydratePriority. */
|
2645
|
+
export type RehydratePriority = "High" | "Standard";
|
2646
|
+
/** Defines values for BlobImmutabilityPolicyMode. */
|
2647
|
+
export type BlobImmutabilityPolicyMode = "Mutable" | "Unlocked" | "Locked";
|
2648
|
+
/** Defines values for DeleteSnapshotsOptionType. */
|
2649
|
+
export type DeleteSnapshotsOptionType = "include" | "only";
|
2650
|
+
/** Defines values for BlobCopySourceTags. */
|
2651
|
+
export type BlobCopySourceTags = "REPLACE" | "COPY";
|
2652
|
+
/** Defines values for BlockListType. */
|
2653
|
+
export type BlockListType = "committed" | "uncommitted" | "all";
|
2654
|
+
/** Defines values for SequenceNumberActionType. */
|
2655
|
+
export type SequenceNumberActionType = "max" | "update" | "increment";
|
2656
|
+
/** Defines values for QueryFormatType. */
|
2657
|
+
export type QueryFormatType = "delimited" | "json" | "arrow" | "parquet";
|
2658
|
+
/** Defines values for SyncCopyStatusType. */
|
2659
|
+
export type SyncCopyStatusType = "success";
|
2660
|
+
/** Optional parameters. */
|
2661
|
+
export interface ServiceSetPropertiesOptionalParams extends coreClient.OperationOptions {
|
2662
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2663
|
+
timeoutInSeconds?: number;
|
2664
|
+
/** 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. */
|
2665
|
+
requestId?: string;
|
2666
|
+
}
|
2667
|
+
/** Contains response data for the setProperties operation. */
|
2668
|
+
export type ServiceSetPropertiesResponse = ServiceSetPropertiesHeaders;
|
2669
|
+
/** Optional parameters. */
|
2670
|
+
export interface ServiceGetPropertiesOptionalParams extends coreClient.OperationOptions {
|
2671
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2672
|
+
timeoutInSeconds?: number;
|
2673
|
+
/** 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. */
|
2674
|
+
requestId?: string;
|
2675
|
+
}
|
2676
|
+
/** Contains response data for the getProperties operation. */
|
2677
|
+
export type ServiceGetPropertiesResponse = ServiceGetPropertiesHeaders & BlobServiceProperties;
|
2678
|
+
/** Optional parameters. */
|
2679
|
+
export interface ServiceGetStatisticsOptionalParams extends coreClient.OperationOptions {
|
2680
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2681
|
+
timeoutInSeconds?: number;
|
2682
|
+
/** 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. */
|
2683
|
+
requestId?: string;
|
2684
|
+
}
|
2685
|
+
/** Contains response data for the getStatistics operation. */
|
2686
|
+
export type ServiceGetStatisticsResponse = ServiceGetStatisticsHeaders & BlobServiceStatistics;
|
2687
|
+
/** Optional parameters. */
|
2688
|
+
export interface ServiceListContainersSegmentOptionalParams extends coreClient.OperationOptions {
|
2689
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2690
|
+
timeoutInSeconds?: number;
|
2691
|
+
/** 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. */
|
2692
|
+
requestId?: string;
|
2693
|
+
/** Filters the results to return only containers whose name begins with the specified prefix. */
|
2694
|
+
prefix?: string;
|
2695
|
+
/** A string value that identifies the portion of the list of containers to be returned with the next listing operation. The operation returns the ContinuationToken value within the response body if the listing operation did not return all containers remaining to be listed with the current page. The NextMarker value can be used as the value for the marker parameter in a subsequent call to request the next page of list items. The marker value is opaque to the client. */
|
2696
|
+
marker?: string;
|
2697
|
+
/** Specifies the maximum number of containers to return. If the request does not specify maxresults, or specifies a value greater than 5000, the server will return up to 5000 items. Note that if the listing operation crosses a partition boundary, then the service will return a continuation token for retrieving the remainder of the results. For this reason, it is possible that the service will return fewer results than specified by maxresults, or than the default of 5000. */
|
2698
|
+
maxPageSize?: number;
|
2699
|
+
/** Include this parameter to specify that the container's metadata be returned as part of the response body. */
|
2700
|
+
include?: ListContainersIncludeType[];
|
2701
|
+
}
|
2702
|
+
/** Contains response data for the listContainersSegment operation. */
|
2703
|
+
export type ServiceListContainersSegmentResponse = ServiceListContainersSegmentHeaders & ListContainersSegmentResponse;
|
2704
|
+
/** Optional parameters. */
|
2705
|
+
export interface ServiceGetUserDelegationKeyOptionalParams extends coreClient.OperationOptions {
|
2706
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2707
|
+
timeoutInSeconds?: number;
|
2708
|
+
/** 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. */
|
2709
|
+
requestId?: string;
|
2710
|
+
}
|
2711
|
+
/** Contains response data for the getUserDelegationKey operation. */
|
2712
|
+
export type ServiceGetUserDelegationKeyResponse = ServiceGetUserDelegationKeyHeaders & UserDelegationKey;
|
2713
|
+
/** Optional parameters. */
|
2714
|
+
export interface ServiceGetAccountInfoOptionalParams extends coreClient.OperationOptions {
|
2715
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2716
|
+
timeoutInSeconds?: number;
|
2717
|
+
/** 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. */
|
2718
|
+
requestId?: string;
|
2719
|
+
}
|
2720
|
+
/** Contains response data for the getAccountInfo operation. */
|
2721
|
+
export type ServiceGetAccountInfoResponse = ServiceGetAccountInfoHeaders;
|
2722
|
+
/** Optional parameters. */
|
2723
|
+
export interface ServiceSubmitBatchOptionalParams extends coreClient.OperationOptions {
|
2724
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2725
|
+
timeoutInSeconds?: number;
|
2726
|
+
/** 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. */
|
2727
|
+
requestId?: string;
|
2728
|
+
}
|
2729
|
+
/** Contains response data for the submitBatch operation. */
|
2730
|
+
export type ServiceSubmitBatchResponse = ServiceSubmitBatchHeaders & {
|
2731
|
+
/**
|
2732
|
+
* BROWSER ONLY
|
2733
|
+
*
|
2734
|
+
* The response body as a browser Blob.
|
2735
|
+
* Always `undefined` in node.js.
|
2736
|
+
*/
|
2737
|
+
blobBody?: Promise<Blob>;
|
2738
|
+
/**
|
2739
|
+
* NODEJS ONLY
|
2740
|
+
*
|
2741
|
+
* The response body as a node.js Readable stream.
|
2742
|
+
* Always `undefined` in the browser.
|
2743
|
+
*/
|
2744
|
+
readableStreamBody?: NodeJS.ReadableStream;
|
2745
|
+
};
|
2746
|
+
/** Optional parameters. */
|
2747
|
+
export interface ServiceFilterBlobsOptionalParams extends coreClient.OperationOptions {
|
2748
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2749
|
+
timeoutInSeconds?: number;
|
2750
|
+
/** 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. */
|
2751
|
+
requestId?: string;
|
2752
|
+
/** A string value that identifies the portion of the list of containers to be returned with the next listing operation. The operation returns the ContinuationToken value within the response body if the listing operation did not return all containers remaining to be listed with the current page. The NextMarker value can be used as the value for the marker parameter in a subsequent call to request the next page of list items. The marker value is opaque to the client. */
|
2753
|
+
marker?: string;
|
2754
|
+
/** Specifies the maximum number of containers to return. If the request does not specify maxresults, or specifies a value greater than 5000, the server will return up to 5000 items. Note that if the listing operation crosses a partition boundary, then the service will return a continuation token for retrieving the remainder of the results. For this reason, it is possible that the service will return fewer results than specified by maxresults, or than the default of 5000. */
|
2755
|
+
maxPageSize?: number;
|
2756
|
+
/** Filters the results to return only to return only blobs whose tags match the specified expression. */
|
2757
|
+
where?: string;
|
2758
|
+
}
|
2759
|
+
/** Contains response data for the filterBlobs operation. */
|
2760
|
+
export type ServiceFilterBlobsResponse = ServiceFilterBlobsHeaders & FilterBlobSegment;
|
2761
|
+
/** Optional parameters. */
|
2762
|
+
export interface ContainerCreateOptionalParams extends coreClient.OperationOptions {
|
2763
|
+
/** Parameter group */
|
2764
|
+
containerEncryptionScope?: ContainerEncryptionScope;
|
2765
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2766
|
+
timeoutInSeconds?: number;
|
2767
|
+
/** 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. */
|
2768
|
+
requestId?: string;
|
2769
|
+
/** Optional. Specifies a user-defined name-value pair associated with the blob. If no name-value pairs are specified, the operation will copy the metadata from the source blob or file to the destination blob. If one or more name-value pairs are specified, the destination blob is created with the specified metadata, and metadata is not copied from the source blob or file. Note that beginning with version 2009-09-19, metadata names must adhere to the naming rules for C# identifiers. See Naming and Referencing Containers, Blobs, and Metadata for more information. */
|
2770
|
+
metadata?: {
|
2771
|
+
[propertyName: string]: string;
|
2772
|
+
};
|
2773
|
+
/** Specifies whether data in the container may be accessed publicly and the level of access */
|
2774
|
+
access?: PublicAccessType;
|
2775
|
+
}
|
2776
|
+
/** Contains response data for the create operation. */
|
2777
|
+
export type ContainerCreateResponse = ContainerCreateHeaders;
|
2778
|
+
/** Optional parameters. */
|
2779
|
+
export interface ContainerGetPropertiesOptionalParams extends coreClient.OperationOptions {
|
2780
|
+
/** Parameter group */
|
2781
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2782
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2783
|
+
timeoutInSeconds?: number;
|
2784
|
+
/** 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. */
|
2785
|
+
requestId?: string;
|
2786
|
+
}
|
2787
|
+
/** Contains response data for the getProperties operation. */
|
2788
|
+
export type ContainerGetPropertiesResponse = ContainerGetPropertiesHeaders;
|
2789
|
+
/** Optional parameters. */
|
2790
|
+
export interface ContainerDeleteOptionalParams extends coreClient.OperationOptions {
|
2791
|
+
/** Parameter group */
|
2792
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2793
|
+
/** Parameter group */
|
2794
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
2795
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2796
|
+
timeoutInSeconds?: number;
|
2797
|
+
/** 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. */
|
2798
|
+
requestId?: string;
|
2799
|
+
}
|
2800
|
+
/** Contains response data for the delete operation. */
|
2801
|
+
export type ContainerDeleteResponse = ContainerDeleteHeaders;
|
2802
|
+
/** Optional parameters. */
|
2803
|
+
export interface ContainerSetMetadataOptionalParams extends coreClient.OperationOptions {
|
2804
|
+
/** Parameter group */
|
2805
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2806
|
+
/** Parameter group */
|
2807
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
2808
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2809
|
+
timeoutInSeconds?: number;
|
2810
|
+
/** 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. */
|
2811
|
+
requestId?: string;
|
2812
|
+
/** Optional. Specifies a user-defined name-value pair associated with the blob. If no name-value pairs are specified, the operation will copy the metadata from the source blob or file to the destination blob. If one or more name-value pairs are specified, the destination blob is created with the specified metadata, and metadata is not copied from the source blob or file. Note that beginning with version 2009-09-19, metadata names must adhere to the naming rules for C# identifiers. See Naming and Referencing Containers, Blobs, and Metadata for more information. */
|
2813
|
+
metadata?: {
|
2814
|
+
[propertyName: string]: string;
|
2815
|
+
};
|
2816
|
+
}
|
2817
|
+
/** Contains response data for the setMetadata operation. */
|
2818
|
+
export type ContainerSetMetadataResponse = ContainerSetMetadataHeaders;
|
2819
|
+
/** Optional parameters. */
|
2820
|
+
export interface ContainerGetAccessPolicyOptionalParams extends coreClient.OperationOptions {
|
2821
|
+
/** Parameter group */
|
2822
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2823
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2824
|
+
timeoutInSeconds?: number;
|
2825
|
+
/** 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. */
|
2826
|
+
requestId?: string;
|
2827
|
+
}
|
2828
|
+
/** Contains response data for the getAccessPolicy operation. */
|
2829
|
+
export type ContainerGetAccessPolicyResponse = ContainerGetAccessPolicyHeaders & SignedIdentifier[];
|
2830
|
+
/** Optional parameters. */
|
2831
|
+
export interface ContainerSetAccessPolicyOptionalParams extends coreClient.OperationOptions {
|
2832
|
+
/** Parameter group */
|
2833
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
2834
|
+
/** Parameter group */
|
2835
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
2836
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2837
|
+
timeoutInSeconds?: number;
|
2838
|
+
/** 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. */
|
2839
|
+
requestId?: string;
|
2840
|
+
/** Specifies whether data in the container may be accessed publicly and the level of access */
|
2841
|
+
access?: PublicAccessType;
|
2842
|
+
/** the acls for the container */
|
2843
|
+
containerAcl?: SignedIdentifier[];
|
2844
|
+
}
|
2845
|
+
/** Contains response data for the setAccessPolicy operation. */
|
2846
|
+
export type ContainerSetAccessPolicyResponse = ContainerSetAccessPolicyHeaders;
|
2847
|
+
/** Optional parameters. */
|
2848
|
+
export interface ContainerRestoreOptionalParams extends coreClient.OperationOptions {
|
2849
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2850
|
+
timeoutInSeconds?: number;
|
2851
|
+
/** 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. */
|
2852
|
+
requestId?: string;
|
2853
|
+
/** Optional. Version 2019-12-12 and later. Specifies the name of the deleted container to restore. */
|
2854
|
+
deletedContainerName?: string;
|
2855
|
+
/** Optional. Version 2019-12-12 and later. Specifies the version of the deleted container to restore. */
|
2856
|
+
deletedContainerVersion?: string;
|
2857
|
+
}
|
2858
|
+
/** Contains response data for the restore operation. */
|
2859
|
+
export type ContainerRestoreResponse = ContainerRestoreHeaders;
|
2860
|
+
/** Optional parameters. */
|
2861
|
+
export interface ContainerRenameOptionalParams extends coreClient.OperationOptions {
|
2862
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2863
|
+
timeoutInSeconds?: number;
|
2864
|
+
/** 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. */
|
2865
|
+
requestId?: string;
|
2866
|
+
/** A lease ID for the source path. If specified, the source path must have an active lease and the lease ID must match. */
|
2867
|
+
sourceLeaseId?: string;
|
2868
|
+
}
|
2869
|
+
/** Contains response data for the rename operation. */
|
2870
|
+
export type ContainerRenameResponse = ContainerRenameHeaders;
|
2871
|
+
/** Optional parameters. */
|
2872
|
+
export interface ContainerSubmitBatchOptionalParams extends coreClient.OperationOptions {
|
2873
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2874
|
+
timeoutInSeconds?: number;
|
2875
|
+
/** 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. */
|
2876
|
+
requestId?: string;
|
2877
|
+
}
|
2878
|
+
/** Contains response data for the submitBatch operation. */
|
2879
|
+
export type ContainerSubmitBatchResponse = ContainerSubmitBatchHeaders & {
|
2880
|
+
/**
|
2881
|
+
* BROWSER ONLY
|
2882
|
+
*
|
2883
|
+
* The response body as a browser Blob.
|
2884
|
+
* Always `undefined` in node.js.
|
2885
|
+
*/
|
2886
|
+
blobBody?: Promise<Blob>;
|
2887
|
+
/**
|
2888
|
+
* NODEJS ONLY
|
2889
|
+
*
|
2890
|
+
* The response body as a node.js Readable stream.
|
2891
|
+
* Always `undefined` in the browser.
|
2892
|
+
*/
|
2893
|
+
readableStreamBody?: NodeJS.ReadableStream;
|
2894
|
+
};
|
2895
|
+
/** Optional parameters. */
|
2896
|
+
export interface ContainerFilterBlobsOptionalParams extends coreClient.OperationOptions {
|
2897
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2898
|
+
timeoutInSeconds?: number;
|
2899
|
+
/** 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. */
|
2900
|
+
requestId?: string;
|
2901
|
+
/** A string value that identifies the portion of the list of containers to be returned with the next listing operation. The operation returns the ContinuationToken value within the response body if the listing operation did not return all containers remaining to be listed with the current page. The NextMarker value can be used as the value for the marker parameter in a subsequent call to request the next page of list items. The marker value is opaque to the client. */
|
2902
|
+
marker?: string;
|
2903
|
+
/** Specifies the maximum number of containers to return. If the request does not specify maxresults, or specifies a value greater than 5000, the server will return up to 5000 items. Note that if the listing operation crosses a partition boundary, then the service will return a continuation token for retrieving the remainder of the results. For this reason, it is possible that the service will return fewer results than specified by maxresults, or than the default of 5000. */
|
2904
|
+
maxPageSize?: number;
|
2905
|
+
/** Filters the results to return only to return only blobs whose tags match the specified expression. */
|
2906
|
+
where?: string;
|
2907
|
+
}
|
2908
|
+
/** Contains response data for the filterBlobs operation. */
|
2909
|
+
export type ContainerFilterBlobsResponse = ContainerFilterBlobsHeaders & FilterBlobSegment;
|
2910
|
+
/** Optional parameters. */
|
2911
|
+
export interface ContainerAcquireLeaseOptionalParams extends coreClient.OperationOptions {
|
2912
|
+
/** Parameter group */
|
2913
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
2914
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2915
|
+
timeoutInSeconds?: number;
|
2916
|
+
/** 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. */
|
2917
|
+
requestId?: string;
|
2918
|
+
/** 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. */
|
2919
|
+
duration?: number;
|
2920
|
+
/** Proposed lease ID, in a GUID string format. The Blob service returns 400 (Invalid request) if the proposed lease ID is not in the correct format. See Guid Constructor (String) for a list of valid GUID string formats. */
|
2921
|
+
proposedLeaseId?: string;
|
2922
|
+
}
|
2923
|
+
/** Contains response data for the acquireLease operation. */
|
2924
|
+
export type ContainerAcquireLeaseResponse = ContainerAcquireLeaseHeaders;
|
2925
|
+
/** Optional parameters. */
|
2926
|
+
export interface ContainerReleaseLeaseOptionalParams extends coreClient.OperationOptions {
|
2927
|
+
/** Parameter group */
|
2928
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
2929
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2930
|
+
timeoutInSeconds?: number;
|
2931
|
+
/** 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. */
|
2932
|
+
requestId?: string;
|
2933
|
+
}
|
2934
|
+
/** Contains response data for the releaseLease operation. */
|
2935
|
+
export type ContainerReleaseLeaseResponse = ContainerReleaseLeaseHeaders;
|
2936
|
+
/** Optional parameters. */
|
2937
|
+
export interface ContainerRenewLeaseOptionalParams extends coreClient.OperationOptions {
|
2938
|
+
/** Parameter group */
|
2939
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
2940
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2941
|
+
timeoutInSeconds?: number;
|
2942
|
+
/** 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. */
|
2943
|
+
requestId?: string;
|
2944
|
+
}
|
2945
|
+
/** Contains response data for the renewLease operation. */
|
2946
|
+
export type ContainerRenewLeaseResponse = ContainerRenewLeaseHeaders;
|
2947
|
+
/** Optional parameters. */
|
2948
|
+
export interface ContainerBreakLeaseOptionalParams extends coreClient.OperationOptions {
|
2949
|
+
/** Parameter group */
|
2950
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
2951
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2952
|
+
timeoutInSeconds?: number;
|
2953
|
+
/** 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. */
|
2954
|
+
requestId?: string;
|
2955
|
+
/** 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. */
|
2956
|
+
breakPeriod?: number;
|
2957
|
+
}
|
2958
|
+
/** Contains response data for the breakLease operation. */
|
2959
|
+
export type ContainerBreakLeaseResponse = ContainerBreakLeaseHeaders;
|
2960
|
+
/** Optional parameters. */
|
2961
|
+
export interface ContainerChangeLeaseOptionalParams extends coreClient.OperationOptions {
|
2962
|
+
/** Parameter group */
|
2963
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
2964
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2965
|
+
timeoutInSeconds?: number;
|
2966
|
+
/** 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. */
|
2967
|
+
requestId?: string;
|
2968
|
+
}
|
2969
|
+
/** Contains response data for the changeLease operation. */
|
2970
|
+
export type ContainerChangeLeaseResponse = ContainerChangeLeaseHeaders;
|
2971
|
+
/** Optional parameters. */
|
2972
|
+
export interface ContainerListBlobFlatSegmentOptionalParams extends coreClient.OperationOptions {
|
2973
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2974
|
+
timeoutInSeconds?: number;
|
2975
|
+
/** 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. */
|
2976
|
+
requestId?: string;
|
2977
|
+
/** Filters the results to return only containers whose name begins with the specified prefix. */
|
2978
|
+
prefix?: string;
|
2979
|
+
/** A string value that identifies the portion of the list of containers to be returned with the next listing operation. The operation returns the ContinuationToken value within the response body if the listing operation did not return all containers remaining to be listed with the current page. The NextMarker value can be used as the value for the marker parameter in a subsequent call to request the next page of list items. The marker value is opaque to the client. */
|
2980
|
+
marker?: string;
|
2981
|
+
/** Specifies the maximum number of containers to return. If the request does not specify maxresults, or specifies a value greater than 5000, the server will return up to 5000 items. Note that if the listing operation crosses a partition boundary, then the service will return a continuation token for retrieving the remainder of the results. For this reason, it is possible that the service will return fewer results than specified by maxresults, or than the default of 5000. */
|
2982
|
+
maxPageSize?: number;
|
2983
|
+
/** Include this parameter to specify one or more datasets to include in the response. */
|
2984
|
+
include?: ListBlobsIncludeItem[];
|
2985
|
+
}
|
2986
|
+
/** Contains response data for the listBlobFlatSegment operation. */
|
2987
|
+
export type ContainerListBlobFlatSegmentResponse = ContainerListBlobFlatSegmentHeaders & ListBlobsFlatSegmentResponse;
|
2988
|
+
/** Optional parameters. */
|
2989
|
+
export interface ContainerListBlobHierarchySegmentOptionalParams extends coreClient.OperationOptions {
|
2990
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2991
|
+
timeoutInSeconds?: number;
|
2992
|
+
/** 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. */
|
2993
|
+
requestId?: string;
|
2994
|
+
/** Filters the results to return only containers whose name begins with the specified prefix. */
|
2995
|
+
prefix?: string;
|
2996
|
+
/** A string value that identifies the portion of the list of containers to be returned with the next listing operation. The operation returns the ContinuationToken value within the response body if the listing operation did not return all containers remaining to be listed with the current page. The NextMarker value can be used as the value for the marker parameter in a subsequent call to request the next page of list items. The marker value is opaque to the client. */
|
2997
|
+
marker?: string;
|
2998
|
+
/** Specifies the maximum number of containers to return. If the request does not specify maxresults, or specifies a value greater than 5000, the server will return up to 5000 items. Note that if the listing operation crosses a partition boundary, then the service will return a continuation token for retrieving the remainder of the results. For this reason, it is possible that the service will return fewer results than specified by maxresults, or than the default of 5000. */
|
2999
|
+
maxPageSize?: number;
|
3000
|
+
/** Include this parameter to specify one or more datasets to include in the response. */
|
3001
|
+
include?: ListBlobsIncludeItem[];
|
3002
|
+
}
|
3003
|
+
/** Contains response data for the listBlobHierarchySegment operation. */
|
3004
|
+
export type ContainerListBlobHierarchySegmentResponse = ContainerListBlobHierarchySegmentHeaders & ListBlobsHierarchySegmentResponse;
|
3005
|
+
/** Optional parameters. */
|
3006
|
+
export interface ContainerGetAccountInfoOptionalParams extends coreClient.OperationOptions {
|
3007
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3008
|
+
timeoutInSeconds?: number;
|
3009
|
+
/** 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. */
|
3010
|
+
requestId?: string;
|
3011
|
+
}
|
3012
|
+
/** Contains response data for the getAccountInfo operation. */
|
3013
|
+
export type ContainerGetAccountInfoResponse = ContainerGetAccountInfoHeaders;
|
3014
|
+
/** Optional parameters. */
|
3015
|
+
export interface BlobDownloadOptionalParams extends coreClient.OperationOptions {
|
3016
|
+
/** Parameter group */
|
3017
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3018
|
+
/** Parameter group */
|
3019
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3020
|
+
/** Parameter group */
|
3021
|
+
cpkInfo?: CpkInfo;
|
3022
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3023
|
+
timeoutInSeconds?: number;
|
3024
|
+
/** 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. */
|
3025
|
+
requestId?: string;
|
3026
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3027
|
+
snapshot?: string;
|
3028
|
+
/** The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on. It's for service version 2019-10-10 and newer. */
|
3029
|
+
versionId?: string;
|
3030
|
+
/** Return only the bytes of the blob in the specified range. */
|
3031
|
+
range?: string;
|
3032
|
+
/** When set to true and specified together with the Range, the service returns the MD5 hash for the range, as long as the range is less than or equal to 4 MB in size. */
|
3033
|
+
rangeGetContentMD5?: boolean;
|
3034
|
+
/** When set to true and specified together with the Range, the service returns the CRC64 hash for the range, as long as the range is less than or equal to 4 MB in size. */
|
3035
|
+
rangeGetContentCRC64?: boolean;
|
3036
|
+
}
|
3037
|
+
/** Contains response data for the download operation. */
|
3038
|
+
export type BlobDownloadResponse = BlobDownloadHeaders & {
|
3039
|
+
/**
|
3040
|
+
* BROWSER ONLY
|
3041
|
+
*
|
3042
|
+
* The response body as a browser Blob.
|
3043
|
+
* Always `undefined` in node.js.
|
3044
|
+
*/
|
3045
|
+
blobBody?: Promise<Blob>;
|
3046
|
+
/**
|
3047
|
+
* NODEJS ONLY
|
3048
|
+
*
|
3049
|
+
* The response body as a node.js Readable stream.
|
3050
|
+
* Always `undefined` in the browser.
|
3051
|
+
*/
|
3052
|
+
readableStreamBody?: NodeJS.ReadableStream;
|
3053
|
+
};
|
3054
|
+
/** Optional parameters. */
|
3055
|
+
export interface BlobGetPropertiesOptionalParams extends coreClient.OperationOptions {
|
3056
|
+
/** Parameter group */
|
3057
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3058
|
+
/** Parameter group */
|
3059
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3060
|
+
/** Parameter group */
|
3061
|
+
cpkInfo?: CpkInfo;
|
3062
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3063
|
+
timeoutInSeconds?: number;
|
3064
|
+
/** 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. */
|
3065
|
+
requestId?: string;
|
3066
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3067
|
+
snapshot?: string;
|
3068
|
+
/** The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on. It's for service version 2019-10-10 and newer. */
|
3069
|
+
versionId?: string;
|
3070
|
+
}
|
3071
|
+
/** Contains response data for the getProperties operation. */
|
3072
|
+
export type BlobGetPropertiesResponse = BlobGetPropertiesHeaders;
|
3073
|
+
/** Optional parameters. */
|
3074
|
+
export interface BlobDeleteOptionalParams extends coreClient.OperationOptions {
|
3075
|
+
/** Parameter group */
|
3076
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3077
|
+
/** Parameter group */
|
3078
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3079
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3080
|
+
timeoutInSeconds?: number;
|
3081
|
+
/** 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. */
|
3082
|
+
requestId?: string;
|
3083
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3084
|
+
snapshot?: string;
|
3085
|
+
/** The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on. It's for service version 2019-10-10 and newer. */
|
3086
|
+
versionId?: string;
|
3087
|
+
/** Required if the blob has associated snapshots. Specify one of the following two options: include: Delete the base blob and all of its snapshots. only: Delete only the blob's snapshots and not the blob itself */
|
3088
|
+
deleteSnapshots?: DeleteSnapshotsOptionType;
|
3089
|
+
/** Optional. Only possible value is 'permanent', which specifies to permanently delete a blob if blob soft delete is enabled. */
|
3090
|
+
blobDeleteType?: string;
|
3091
|
+
}
|
3092
|
+
/** Contains response data for the delete operation. */
|
3093
|
+
export type BlobDeleteResponse = BlobDeleteHeaders;
|
3094
|
+
/** Optional parameters. */
|
3095
|
+
export interface BlobUndeleteOptionalParams extends coreClient.OperationOptions {
|
3096
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3097
|
+
timeoutInSeconds?: number;
|
3098
|
+
/** 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. */
|
3099
|
+
requestId?: string;
|
3100
|
+
}
|
3101
|
+
/** Contains response data for the undelete operation. */
|
3102
|
+
export type BlobUndeleteResponse = BlobUndeleteHeaders;
|
3103
|
+
/** Optional parameters. */
|
3104
|
+
export interface BlobSetExpiryOptionalParams extends coreClient.OperationOptions {
|
3105
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3106
|
+
timeoutInSeconds?: number;
|
3107
|
+
/** 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. */
|
3108
|
+
requestId?: string;
|
3109
|
+
/** The time to set the blob to expiry */
|
3110
|
+
expiresOn?: string;
|
3111
|
+
}
|
3112
|
+
/** Contains response data for the setExpiry operation. */
|
3113
|
+
export type BlobSetExpiryResponse = BlobSetExpiryHeaders;
|
3114
|
+
/** Optional parameters. */
|
3115
|
+
export interface BlobSetHttpHeadersOptionalParams extends coreClient.OperationOptions {
|
3116
|
+
/** Parameter group */
|
3117
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3118
|
+
/** Parameter group */
|
3119
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3120
|
+
/** Parameter group */
|
3121
|
+
blobHttpHeaders?: BlobHttpHeaders;
|
3122
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3123
|
+
timeoutInSeconds?: number;
|
3124
|
+
/** 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. */
|
3125
|
+
requestId?: string;
|
3126
|
+
}
|
3127
|
+
/** Contains response data for the setHttpHeaders operation. */
|
3128
|
+
export type BlobSetHttpHeadersResponse = BlobSetHttpHeadersHeaders;
|
3129
|
+
/** Optional parameters. */
|
3130
|
+
export interface BlobSetImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
3131
|
+
/** Parameter group */
|
3132
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3133
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3134
|
+
timeoutInSeconds?: number;
|
3135
|
+
/** 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. */
|
3136
|
+
requestId?: string;
|
3137
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3138
|
+
snapshot?: string;
|
3139
|
+
/** The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on. It's for service version 2019-10-10 and newer. */
|
3140
|
+
versionId?: string;
|
3141
|
+
/** Specifies the date time when the blobs immutability policy is set to expire. */
|
3142
|
+
immutabilityPolicyExpiry?: Date;
|
3143
|
+
/** Specifies the immutability policy mode to set on the blob. */
|
3144
|
+
immutabilityPolicyMode?: BlobImmutabilityPolicyMode;
|
3145
|
+
}
|
3146
|
+
/** Contains response data for the setImmutabilityPolicy operation. */
|
3147
|
+
export type BlobSetImmutabilityPolicyResponse = BlobSetImmutabilityPolicyHeaders;
|
3148
|
+
/** Optional parameters. */
|
3149
|
+
export interface BlobDeleteImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
3150
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3151
|
+
timeoutInSeconds?: number;
|
3152
|
+
/** 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. */
|
3153
|
+
requestId?: string;
|
3154
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3155
|
+
snapshot?: string;
|
3156
|
+
/** The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on. It's for service version 2019-10-10 and newer. */
|
3157
|
+
versionId?: string;
|
3158
|
+
}
|
3159
|
+
/** Contains response data for the deleteImmutabilityPolicy operation. */
|
3160
|
+
export type BlobDeleteImmutabilityPolicyResponse = BlobDeleteImmutabilityPolicyHeaders;
|
3161
|
+
/** Optional parameters. */
|
3162
|
+
export interface BlobSetLegalHoldOptionalParams extends coreClient.OperationOptions {
|
3163
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3164
|
+
timeoutInSeconds?: number;
|
3165
|
+
/** 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. */
|
3166
|
+
requestId?: string;
|
3167
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3168
|
+
snapshot?: string;
|
3169
|
+
/** The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on. It's for service version 2019-10-10 and newer. */
|
3170
|
+
versionId?: string;
|
3171
|
+
}
|
3172
|
+
/** Contains response data for the setLegalHold operation. */
|
3173
|
+
export type BlobSetLegalHoldResponse = BlobSetLegalHoldHeaders;
|
3174
|
+
/** Optional parameters. */
|
3175
|
+
export interface BlobSetMetadataOptionalParams extends coreClient.OperationOptions {
|
3176
|
+
/** Parameter group */
|
3177
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3178
|
+
/** Parameter group */
|
3179
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3180
|
+
/** Parameter group */
|
3181
|
+
cpkInfo?: CpkInfo;
|
3182
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3183
|
+
timeoutInSeconds?: number;
|
3184
|
+
/** 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. */
|
3185
|
+
requestId?: string;
|
3186
|
+
/** Optional. Specifies a user-defined name-value pair associated with the blob. If no name-value pairs are specified, the operation will copy the metadata from the source blob or file to the destination blob. If one or more name-value pairs are specified, the destination blob is created with the specified metadata, and metadata is not copied from the source blob or file. Note that beginning with version 2009-09-19, metadata names must adhere to the naming rules for C# identifiers. See Naming and Referencing Containers, Blobs, and Metadata for more information. */
|
3187
|
+
metadata?: {
|
3188
|
+
[propertyName: string]: string;
|
3189
|
+
};
|
3190
|
+
/** Optional. Version 2019-07-07 and later. Specifies the name of the encryption scope to use to encrypt the data provided in the request. If not specified, encryption is performed with the default account encryption scope. For more information, see Encryption at Rest for Azure Storage Services. */
|
3191
|
+
encryptionScope?: string;
|
3192
|
+
}
|
3193
|
+
/** Contains response data for the setMetadata operation. */
|
3194
|
+
export type BlobSetMetadataResponse = BlobSetMetadataHeaders;
|
3195
|
+
/** Optional parameters. */
|
3196
|
+
export interface BlobAcquireLeaseOptionalParams extends coreClient.OperationOptions {
|
3197
|
+
/** Parameter group */
|
3198
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3199
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3200
|
+
timeoutInSeconds?: number;
|
3201
|
+
/** 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. */
|
3202
|
+
requestId?: string;
|
3203
|
+
/** 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. */
|
3204
|
+
duration?: number;
|
3205
|
+
/** Proposed lease ID, in a GUID string format. The Blob service returns 400 (Invalid request) if the proposed lease ID is not in the correct format. See Guid Constructor (String) for a list of valid GUID string formats. */
|
3206
|
+
proposedLeaseId?: string;
|
3207
|
+
}
|
3208
|
+
/** Contains response data for the acquireLease operation. */
|
3209
|
+
export type BlobAcquireLeaseResponse = BlobAcquireLeaseHeaders;
|
3210
|
+
/** Optional parameters. */
|
3211
|
+
export interface BlobReleaseLeaseOptionalParams extends coreClient.OperationOptions {
|
3212
|
+
/** Parameter group */
|
3213
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3214
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3215
|
+
timeoutInSeconds?: number;
|
3216
|
+
/** 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. */
|
3217
|
+
requestId?: string;
|
3218
|
+
}
|
3219
|
+
/** Contains response data for the releaseLease operation. */
|
3220
|
+
export type BlobReleaseLeaseResponse = BlobReleaseLeaseHeaders;
|
3221
|
+
/** Optional parameters. */
|
3222
|
+
export interface BlobRenewLeaseOptionalParams extends coreClient.OperationOptions {
|
3223
|
+
/** Parameter group */
|
3224
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3225
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3226
|
+
timeoutInSeconds?: number;
|
3227
|
+
/** 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. */
|
3228
|
+
requestId?: string;
|
3229
|
+
}
|
3230
|
+
/** Contains response data for the renewLease operation. */
|
3231
|
+
export type BlobRenewLeaseResponse = BlobRenewLeaseHeaders;
|
3232
|
+
/** Optional parameters. */
|
3233
|
+
export interface BlobChangeLeaseOptionalParams extends coreClient.OperationOptions {
|
3234
|
+
/** Parameter group */
|
3235
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3236
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3237
|
+
timeoutInSeconds?: number;
|
3238
|
+
/** 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. */
|
3239
|
+
requestId?: string;
|
3240
|
+
}
|
3241
|
+
/** Contains response data for the changeLease operation. */
|
3242
|
+
export type BlobChangeLeaseResponse = BlobChangeLeaseHeaders;
|
3243
|
+
/** Optional parameters. */
|
3244
|
+
export interface BlobBreakLeaseOptionalParams extends coreClient.OperationOptions {
|
3245
|
+
/** Parameter group */
|
3246
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3247
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3248
|
+
timeoutInSeconds?: number;
|
3249
|
+
/** 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. */
|
3250
|
+
requestId?: string;
|
3251
|
+
/** 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. */
|
3252
|
+
breakPeriod?: number;
|
3253
|
+
}
|
3254
|
+
/** Contains response data for the breakLease operation. */
|
3255
|
+
export type BlobBreakLeaseResponse = BlobBreakLeaseHeaders;
|
3256
|
+
/** Optional parameters. */
|
3257
|
+
export interface BlobCreateSnapshotOptionalParams extends coreClient.OperationOptions {
|
3258
|
+
/** Parameter group */
|
3259
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3260
|
+
/** Parameter group */
|
3261
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3262
|
+
/** Parameter group */
|
3263
|
+
cpkInfo?: CpkInfo;
|
3264
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3265
|
+
timeoutInSeconds?: number;
|
3266
|
+
/** 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. */
|
3267
|
+
requestId?: string;
|
3268
|
+
/** Optional. Specifies a user-defined name-value pair associated with the blob. If no name-value pairs are specified, the operation will copy the metadata from the source blob or file to the destination blob. If one or more name-value pairs are specified, the destination blob is created with the specified metadata, and metadata is not copied from the source blob or file. Note that beginning with version 2009-09-19, metadata names must adhere to the naming rules for C# identifiers. See Naming and Referencing Containers, Blobs, and Metadata for more information. */
|
3269
|
+
metadata?: {
|
3270
|
+
[propertyName: string]: string;
|
3271
|
+
};
|
3272
|
+
/** Optional. Version 2019-07-07 and later. Specifies the name of the encryption scope to use to encrypt the data provided in the request. If not specified, encryption is performed with the default account encryption scope. For more information, see Encryption at Rest for Azure Storage Services. */
|
3273
|
+
encryptionScope?: string;
|
3274
|
+
}
|
3275
|
+
/** Contains response data for the createSnapshot operation. */
|
3276
|
+
export type BlobCreateSnapshotResponse = BlobCreateSnapshotHeaders;
|
3277
|
+
/** Optional parameters. */
|
3278
|
+
export interface BlobStartCopyFromURLOptionalParams extends coreClient.OperationOptions {
|
3279
|
+
/** Parameter group */
|
3280
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3281
|
+
/** Parameter group */
|
3282
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3283
|
+
/** Parameter group */
|
3284
|
+
sourceModifiedAccessConditions?: SourceModifiedAccessConditions;
|
3285
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3286
|
+
timeoutInSeconds?: number;
|
3287
|
+
/** 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. */
|
3288
|
+
requestId?: string;
|
3289
|
+
/** Optional. Specifies a user-defined name-value pair associated with the blob. If no name-value pairs are specified, the operation will copy the metadata from the source blob or file to the destination blob. If one or more name-value pairs are specified, the destination blob is created with the specified metadata, and metadata is not copied from the source blob or file. Note that beginning with version 2009-09-19, metadata names must adhere to the naming rules for C# identifiers. See Naming and Referencing Containers, Blobs, and Metadata for more information. */
|
3290
|
+
metadata?: {
|
3291
|
+
[propertyName: string]: string;
|
3292
|
+
};
|
3293
|
+
/** Specifies the date time when the blobs immutability policy is set to expire. */
|
3294
|
+
immutabilityPolicyExpiry?: Date;
|
3295
|
+
/** Specifies the immutability policy mode to set on the blob. */
|
3296
|
+
immutabilityPolicyMode?: BlobImmutabilityPolicyMode;
|
3297
|
+
/** Optional. Indicates the tier to be set on the blob. */
|
3298
|
+
tier?: AccessTier;
|
3299
|
+
/** Optional: Indicates the priority with which to rehydrate an archived blob. */
|
3300
|
+
rehydratePriority?: RehydratePriority;
|
3301
|
+
/** Optional. Used to set blob tags in various blob operations. */
|
3302
|
+
blobTagsString?: string;
|
3303
|
+
/** Overrides the sealed state of the destination blob. Service version 2019-12-12 and newer. */
|
3304
|
+
sealBlob?: boolean;
|
3305
|
+
/** Specified if a legal hold should be set on the blob. */
|
3306
|
+
legalHold?: boolean;
|
3307
|
+
}
|
3308
|
+
/** Contains response data for the startCopyFromURL operation. */
|
3309
|
+
export type BlobStartCopyFromURLResponse = BlobStartCopyFromURLHeaders;
|
3310
|
+
/** Optional parameters. */
|
3311
|
+
export interface BlobCopyFromURLOptionalParams extends coreClient.OperationOptions {
|
3312
|
+
/** Parameter group */
|
3313
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3314
|
+
/** Parameter group */
|
3315
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3316
|
+
/** Parameter group */
|
3317
|
+
sourceModifiedAccessConditions?: SourceModifiedAccessConditions;
|
3318
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3319
|
+
timeoutInSeconds?: number;
|
3320
|
+
/** 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. */
|
3321
|
+
requestId?: string;
|
3322
|
+
/** Optional. Specifies a user-defined name-value pair associated with the blob. If no name-value pairs are specified, the operation will copy the metadata from the source blob or file to the destination blob. If one or more name-value pairs are specified, the destination blob is created with the specified metadata, and metadata is not copied from the source blob or file. Note that beginning with version 2009-09-19, metadata names must adhere to the naming rules for C# identifiers. See Naming and Referencing Containers, Blobs, and Metadata for more information. */
|
3323
|
+
metadata?: {
|
3324
|
+
[propertyName: string]: string;
|
3325
|
+
};
|
3326
|
+
/** Specifies the date time when the blobs immutability policy is set to expire. */
|
3327
|
+
immutabilityPolicyExpiry?: Date;
|
3328
|
+
/** Specifies the immutability policy mode to set on the blob. */
|
3329
|
+
immutabilityPolicyMode?: BlobImmutabilityPolicyMode;
|
3330
|
+
/** Optional. Version 2019-07-07 and later. Specifies the name of the encryption scope to use to encrypt the data provided in the request. If not specified, encryption is performed with the default account encryption scope. For more information, see Encryption at Rest for Azure Storage Services. */
|
3331
|
+
encryptionScope?: string;
|
3332
|
+
/** Optional. Indicates the tier to be set on the blob. */
|
3333
|
+
tier?: AccessTier;
|
3334
|
+
/** Optional. Used to set blob tags in various blob operations. */
|
3335
|
+
blobTagsString?: string;
|
3336
|
+
/** Specified if a legal hold should be set on the blob. */
|
3337
|
+
legalHold?: boolean;
|
3338
|
+
/** Specify the md5 calculated for the range of bytes that must be read from the copy source. */
|
3339
|
+
sourceContentMD5?: Uint8Array;
|
3340
|
+
/** Only Bearer type is supported. Credentials should be a valid OAuth access token to copy source. */
|
3341
|
+
copySourceAuthorization?: string;
|
3342
|
+
/** Optional, default 'replace'. Indicates if source tags should be copied or replaced with the tags specified by x-ms-tags. */
|
3343
|
+
copySourceTags?: BlobCopySourceTags;
|
3344
|
+
/** Valid value is backup */
|
3345
|
+
fileRequestIntent?: FileShareTokenIntent;
|
3346
|
+
}
|
3347
|
+
/** Contains response data for the copyFromURL operation. */
|
3348
|
+
export type BlobCopyFromURLResponse = BlobCopyFromURLHeaders;
|
3349
|
+
/** Optional parameters. */
|
3350
|
+
export interface BlobAbortCopyFromURLOptionalParams extends coreClient.OperationOptions {
|
3351
|
+
/** Parameter group */
|
3352
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3353
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3354
|
+
timeoutInSeconds?: number;
|
3355
|
+
/** 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. */
|
3356
|
+
requestId?: string;
|
3357
|
+
}
|
3358
|
+
/** Contains response data for the abortCopyFromURL operation. */
|
3359
|
+
export type BlobAbortCopyFromURLResponse = BlobAbortCopyFromURLHeaders;
|
3360
|
+
/** Optional parameters. */
|
3361
|
+
export interface BlobSetTierOptionalParams extends coreClient.OperationOptions {
|
3362
|
+
/** Parameter group */
|
3363
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3364
|
+
/** Parameter group */
|
3365
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3366
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3367
|
+
timeoutInSeconds?: number;
|
3368
|
+
/** 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. */
|
3369
|
+
requestId?: string;
|
3370
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3371
|
+
snapshot?: string;
|
3372
|
+
/** The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on. It's for service version 2019-10-10 and newer. */
|
3373
|
+
versionId?: string;
|
3374
|
+
/** Optional: Indicates the priority with which to rehydrate an archived blob. */
|
3375
|
+
rehydratePriority?: RehydratePriority;
|
3376
|
+
}
|
3377
|
+
/** Contains response data for the setTier operation. */
|
3378
|
+
export type BlobSetTierResponse = BlobSetTierHeaders;
|
3379
|
+
/** Optional parameters. */
|
3380
|
+
export interface BlobGetAccountInfoOptionalParams extends coreClient.OperationOptions {
|
3381
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3382
|
+
timeoutInSeconds?: number;
|
3383
|
+
/** 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. */
|
3384
|
+
requestId?: string;
|
3385
|
+
}
|
3386
|
+
/** Contains response data for the getAccountInfo operation. */
|
3387
|
+
export type BlobGetAccountInfoResponse = BlobGetAccountInfoHeaders;
|
3388
|
+
/** Optional parameters. */
|
3389
|
+
export interface BlobQueryOptionalParams extends coreClient.OperationOptions {
|
3390
|
+
/** Parameter group */
|
3391
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3392
|
+
/** Parameter group */
|
3393
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3394
|
+
/** Parameter group */
|
3395
|
+
cpkInfo?: CpkInfo;
|
3396
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3397
|
+
timeoutInSeconds?: number;
|
3398
|
+
/** 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. */
|
3399
|
+
requestId?: string;
|
3400
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3401
|
+
snapshot?: string;
|
3402
|
+
/** the query request */
|
3403
|
+
queryRequest?: QueryRequest;
|
3404
|
+
}
|
3405
|
+
/** Contains response data for the query operation. */
|
3406
|
+
export type BlobQueryResponse = BlobQueryHeaders & {
|
3407
|
+
/**
|
3408
|
+
* BROWSER ONLY
|
3409
|
+
*
|
3410
|
+
* The response body as a browser Blob.
|
3411
|
+
* Always `undefined` in node.js.
|
3412
|
+
*/
|
3413
|
+
blobBody?: Promise<Blob>;
|
3414
|
+
/**
|
3415
|
+
* NODEJS ONLY
|
3416
|
+
*
|
3417
|
+
* The response body as a node.js Readable stream.
|
3418
|
+
* Always `undefined` in the browser.
|
3419
|
+
*/
|
3420
|
+
readableStreamBody?: NodeJS.ReadableStream;
|
3421
|
+
};
|
3422
|
+
/** Optional parameters. */
|
3423
|
+
export interface BlobGetTagsOptionalParams extends coreClient.OperationOptions {
|
3424
|
+
/** Parameter group */
|
3425
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3426
|
+
/** Parameter group */
|
3427
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3428
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3429
|
+
timeoutInSeconds?: number;
|
3430
|
+
/** 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. */
|
3431
|
+
requestId?: string;
|
3432
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3433
|
+
snapshot?: string;
|
3434
|
+
/** The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on. It's for service version 2019-10-10 and newer. */
|
3435
|
+
versionId?: string;
|
3436
|
+
}
|
3437
|
+
/** Contains response data for the getTags operation. */
|
3438
|
+
export type BlobGetTagsResponse = BlobGetTagsHeaders & BlobTags;
|
3439
|
+
/** Optional parameters. */
|
3440
|
+
export interface BlobSetTagsOptionalParams extends coreClient.OperationOptions {
|
3441
|
+
/** Parameter group */
|
3442
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3443
|
+
/** Parameter group */
|
3444
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3445
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3446
|
+
timeoutInSeconds?: number;
|
3447
|
+
/** 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. */
|
3448
|
+
requestId?: string;
|
3449
|
+
/** The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on. It's for service version 2019-10-10 and newer. */
|
3450
|
+
versionId?: string;
|
3451
|
+
/** Blob tags */
|
3452
|
+
tags?: BlobTags;
|
3453
|
+
/** Specify the transactional md5 for the body, to be validated by the service. */
|
3454
|
+
transactionalContentMD5?: Uint8Array;
|
3455
|
+
/** Specify the transactional crc64 for the body, to be validated by the service. */
|
3456
|
+
transactionalContentCrc64?: Uint8Array;
|
3457
|
+
}
|
3458
|
+
/** Contains response data for the setTags operation. */
|
3459
|
+
export type BlobSetTagsResponse = BlobSetTagsHeaders;
|
3460
|
+
/** Optional parameters. */
|
3461
|
+
export interface PageBlobCreateOptionalParams extends coreClient.OperationOptions {
|
3462
|
+
/** Parameter group */
|
3463
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3464
|
+
/** Parameter group */
|
3465
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3466
|
+
/** Parameter group */
|
3467
|
+
cpkInfo?: CpkInfo;
|
3468
|
+
/** Parameter group */
|
3469
|
+
blobHttpHeaders?: BlobHttpHeaders;
|
3470
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3471
|
+
timeoutInSeconds?: number;
|
3472
|
+
/** 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. */
|
3473
|
+
requestId?: string;
|
3474
|
+
/** Optional. Specifies a user-defined name-value pair associated with the blob. If no name-value pairs are specified, the operation will copy the metadata from the source blob or file to the destination blob. If one or more name-value pairs are specified, the destination blob is created with the specified metadata, and metadata is not copied from the source blob or file. Note that beginning with version 2009-09-19, metadata names must adhere to the naming rules for C# identifiers. See Naming and Referencing Containers, Blobs, and Metadata for more information. */
|
3475
|
+
metadata?: {
|
3476
|
+
[propertyName: string]: string;
|
3477
|
+
};
|
3478
|
+
/** Specifies the date time when the blobs immutability policy is set to expire. */
|
3479
|
+
immutabilityPolicyExpiry?: Date;
|
3480
|
+
/** Specifies the immutability policy mode to set on the blob. */
|
3481
|
+
immutabilityPolicyMode?: BlobImmutabilityPolicyMode;
|
3482
|
+
/** Optional. Version 2019-07-07 and later. Specifies the name of the encryption scope to use to encrypt the data provided in the request. If not specified, encryption is performed with the default account encryption scope. For more information, see Encryption at Rest for Azure Storage Services. */
|
3483
|
+
encryptionScope?: string;
|
3484
|
+
/** Optional. Indicates the tier to be set on the blob. */
|
3485
|
+
tier?: AccessTier;
|
3486
|
+
/** Optional. Used to set blob tags in various blob operations. */
|
3487
|
+
blobTagsString?: string;
|
3488
|
+
/** Specified if a legal hold should be set on the blob. */
|
3489
|
+
legalHold?: boolean;
|
3490
|
+
/** Set for page blobs only. The sequence number is a user-controlled value that you can use to track requests. The value of the sequence number must be between 0 and 2^63 - 1. */
|
3491
|
+
blobSequenceNumber?: number;
|
3492
|
+
}
|
3493
|
+
/** Contains response data for the create operation. */
|
3494
|
+
export type PageBlobCreateResponse = PageBlobCreateHeaders;
|
3495
|
+
/** Optional parameters. */
|
3496
|
+
export interface PageBlobUploadPagesOptionalParams extends coreClient.OperationOptions {
|
3497
|
+
/** Parameter group */
|
3498
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3499
|
+
/** Parameter group */
|
3500
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3501
|
+
/** Parameter group */
|
3502
|
+
cpkInfo?: CpkInfo;
|
3503
|
+
/** Parameter group */
|
3504
|
+
sequenceNumberAccessConditions?: SequenceNumberAccessConditions;
|
3505
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3506
|
+
timeoutInSeconds?: number;
|
3507
|
+
/** 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. */
|
3508
|
+
requestId?: string;
|
3509
|
+
/** Return only the bytes of the blob in the specified range. */
|
3510
|
+
range?: string;
|
3511
|
+
/** Optional. Version 2019-07-07 and later. Specifies the name of the encryption scope to use to encrypt the data provided in the request. If not specified, encryption is performed with the default account encryption scope. For more information, see Encryption at Rest for Azure Storage Services. */
|
3512
|
+
encryptionScope?: string;
|
3513
|
+
/** Specify the transactional md5 for the body, to be validated by the service. */
|
3514
|
+
transactionalContentMD5?: Uint8Array;
|
3515
|
+
/** Specify the transactional crc64 for the body, to be validated by the service. */
|
3516
|
+
transactionalContentCrc64?: Uint8Array;
|
3517
|
+
}
|
3518
|
+
/** Contains response data for the uploadPages operation. */
|
3519
|
+
export type PageBlobUploadPagesResponse = PageBlobUploadPagesHeaders;
|
3520
|
+
/** Optional parameters. */
|
3521
|
+
export interface PageBlobClearPagesOptionalParams extends coreClient.OperationOptions {
|
3522
|
+
/** Parameter group */
|
3523
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3524
|
+
/** Parameter group */
|
3525
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3526
|
+
/** Parameter group */
|
3527
|
+
cpkInfo?: CpkInfo;
|
3528
|
+
/** Parameter group */
|
3529
|
+
sequenceNumberAccessConditions?: SequenceNumberAccessConditions;
|
3530
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3531
|
+
timeoutInSeconds?: number;
|
3532
|
+
/** 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. */
|
3533
|
+
requestId?: string;
|
3534
|
+
/** Return only the bytes of the blob in the specified range. */
|
3535
|
+
range?: string;
|
3536
|
+
/** Optional. Version 2019-07-07 and later. Specifies the name of the encryption scope to use to encrypt the data provided in the request. If not specified, encryption is performed with the default account encryption scope. For more information, see Encryption at Rest for Azure Storage Services. */
|
3537
|
+
encryptionScope?: string;
|
3538
|
+
}
|
3539
|
+
/** Contains response data for the clearPages operation. */
|
3540
|
+
export type PageBlobClearPagesResponse = PageBlobClearPagesHeaders;
|
3541
|
+
/** Optional parameters. */
|
3542
|
+
export interface PageBlobUploadPagesFromURLOptionalParams extends coreClient.OperationOptions {
|
3543
|
+
/** Parameter group */
|
3544
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3545
|
+
/** Parameter group */
|
3546
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3547
|
+
/** Parameter group */
|
3548
|
+
cpkInfo?: CpkInfo;
|
3549
|
+
/** Parameter group */
|
3550
|
+
sourceModifiedAccessConditions?: SourceModifiedAccessConditions;
|
3551
|
+
/** Parameter group */
|
3552
|
+
sequenceNumberAccessConditions?: SequenceNumberAccessConditions;
|
3553
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3554
|
+
timeoutInSeconds?: number;
|
3555
|
+
/** 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. */
|
3556
|
+
requestId?: string;
|
3557
|
+
/** Optional. Version 2019-07-07 and later. Specifies the name of the encryption scope to use to encrypt the data provided in the request. If not specified, encryption is performed with the default account encryption scope. For more information, see Encryption at Rest for Azure Storage Services. */
|
3558
|
+
encryptionScope?: string;
|
3559
|
+
/** Specify the md5 calculated for the range of bytes that must be read from the copy source. */
|
3560
|
+
sourceContentMD5?: Uint8Array;
|
3561
|
+
/** Only Bearer type is supported. Credentials should be a valid OAuth access token to copy source. */
|
3562
|
+
copySourceAuthorization?: string;
|
3563
|
+
/** Valid value is backup */
|
3564
|
+
fileRequestIntent?: FileShareTokenIntent;
|
3565
|
+
/** Specify the crc64 calculated for the range of bytes that must be read from the copy source. */
|
3566
|
+
sourceContentCrc64?: Uint8Array;
|
3567
|
+
}
|
3568
|
+
/** Contains response data for the uploadPagesFromURL operation. */
|
3569
|
+
export type PageBlobUploadPagesFromURLResponse = PageBlobUploadPagesFromURLHeaders;
|
3570
|
+
/** Optional parameters. */
|
3571
|
+
export interface PageBlobGetPageRangesOptionalParams extends coreClient.OperationOptions {
|
3572
|
+
/** Parameter group */
|
3573
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3574
|
+
/** Parameter group */
|
3575
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3576
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3577
|
+
timeoutInSeconds?: number;
|
3578
|
+
/** 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. */
|
3579
|
+
requestId?: string;
|
3580
|
+
/** A string value that identifies the portion of the list of containers to be returned with the next listing operation. The operation returns the ContinuationToken value within the response body if the listing operation did not return all containers remaining to be listed with the current page. The NextMarker value can be used as the value for the marker parameter in a subsequent call to request the next page of list items. The marker value is opaque to the client. */
|
3581
|
+
marker?: string;
|
3582
|
+
/** Specifies the maximum number of containers to return. If the request does not specify maxresults, or specifies a value greater than 5000, the server will return up to 5000 items. Note that if the listing operation crosses a partition boundary, then the service will return a continuation token for retrieving the remainder of the results. For this reason, it is possible that the service will return fewer results than specified by maxresults, or than the default of 5000. */
|
3583
|
+
maxPageSize?: number;
|
3584
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3585
|
+
snapshot?: string;
|
3586
|
+
/** Return only the bytes of the blob in the specified range. */
|
3587
|
+
range?: string;
|
3588
|
+
}
|
3589
|
+
/** Contains response data for the getPageRanges operation. */
|
3590
|
+
export type PageBlobGetPageRangesResponse = PageBlobGetPageRangesHeaders & PageList;
|
3591
|
+
/** Optional parameters. */
|
3592
|
+
export interface PageBlobGetPageRangesDiffOptionalParams extends coreClient.OperationOptions {
|
3593
|
+
/** Parameter group */
|
3594
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3595
|
+
/** Parameter group */
|
3596
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3597
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3598
|
+
timeoutInSeconds?: number;
|
3599
|
+
/** 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. */
|
3600
|
+
requestId?: string;
|
3601
|
+
/** A string value that identifies the portion of the list of containers to be returned with the next listing operation. The operation returns the ContinuationToken value within the response body if the listing operation did not return all containers remaining to be listed with the current page. The NextMarker value can be used as the value for the marker parameter in a subsequent call to request the next page of list items. The marker value is opaque to the client. */
|
3602
|
+
marker?: string;
|
3603
|
+
/** Specifies the maximum number of containers to return. If the request does not specify maxresults, or specifies a value greater than 5000, the server will return up to 5000 items. Note that if the listing operation crosses a partition boundary, then the service will return a continuation token for retrieving the remainder of the results. For this reason, it is possible that the service will return fewer results than specified by maxresults, or than the default of 5000. */
|
3604
|
+
maxPageSize?: number;
|
3605
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3606
|
+
snapshot?: string;
|
3607
|
+
/** Return only the bytes of the blob in the specified range. */
|
3608
|
+
range?: string;
|
3609
|
+
/** Optional in version 2015-07-08 and newer. The prevsnapshot parameter is a DateTime value that specifies that the response will contain only pages that were changed between target blob and previous snapshot. Changed pages include both updated and cleared pages. The target blob may be a snapshot, as long as the snapshot specified by prevsnapshot is the older of the two. Note that incremental snapshots are currently supported only for blobs created on or after January 1, 2016. */
|
3610
|
+
prevsnapshot?: string;
|
3611
|
+
/** Optional. This header is only supported in service versions 2019-04-19 and after and specifies the URL of a previous snapshot of the target blob. The response will only contain pages that were changed between the target blob and its previous snapshot. */
|
3612
|
+
prevSnapshotUrl?: string;
|
3613
|
+
}
|
3614
|
+
/** Contains response data for the getPageRangesDiff operation. */
|
3615
|
+
export type PageBlobGetPageRangesDiffResponse = PageBlobGetPageRangesDiffHeaders & PageList;
|
3616
|
+
/** Optional parameters. */
|
3617
|
+
export interface PageBlobResizeOptionalParams extends coreClient.OperationOptions {
|
3618
|
+
/** Parameter group */
|
3619
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3620
|
+
/** Parameter group */
|
3621
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3622
|
+
/** Parameter group */
|
3623
|
+
cpkInfo?: CpkInfo;
|
3624
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3625
|
+
timeoutInSeconds?: number;
|
3626
|
+
/** 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. */
|
3627
|
+
requestId?: string;
|
3628
|
+
/** Optional. Version 2019-07-07 and later. Specifies the name of the encryption scope to use to encrypt the data provided in the request. If not specified, encryption is performed with the default account encryption scope. For more information, see Encryption at Rest for Azure Storage Services. */
|
3629
|
+
encryptionScope?: string;
|
3630
|
+
}
|
3631
|
+
/** Contains response data for the resize operation. */
|
3632
|
+
export type PageBlobResizeResponse = PageBlobResizeHeaders;
|
3633
|
+
/** Optional parameters. */
|
3634
|
+
export interface PageBlobUpdateSequenceNumberOptionalParams extends coreClient.OperationOptions {
|
3635
|
+
/** Parameter group */
|
3636
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3637
|
+
/** Parameter group */
|
3638
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3639
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3640
|
+
timeoutInSeconds?: number;
|
3641
|
+
/** 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. */
|
3642
|
+
requestId?: string;
|
3643
|
+
/** Set for page blobs only. The sequence number is a user-controlled value that you can use to track requests. The value of the sequence number must be between 0 and 2^63 - 1. */
|
3644
|
+
blobSequenceNumber?: number;
|
3645
|
+
}
|
3646
|
+
/** Contains response data for the updateSequenceNumber operation. */
|
3647
|
+
export type PageBlobUpdateSequenceNumberResponse = PageBlobUpdateSequenceNumberHeaders;
|
3648
|
+
/** Optional parameters. */
|
3649
|
+
export interface PageBlobCopyIncrementalOptionalParams extends coreClient.OperationOptions {
|
3650
|
+
/** Parameter group */
|
3651
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3652
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3653
|
+
timeoutInSeconds?: number;
|
3654
|
+
/** 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. */
|
3655
|
+
requestId?: string;
|
3656
|
+
}
|
3657
|
+
/** Contains response data for the copyIncremental operation. */
|
3658
|
+
export type PageBlobCopyIncrementalResponse = PageBlobCopyIncrementalHeaders;
|
3659
|
+
/** Optional parameters. */
|
3660
|
+
export interface AppendBlobCreateOptionalParams extends coreClient.OperationOptions {
|
3661
|
+
/** Parameter group */
|
3662
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3663
|
+
/** Parameter group */
|
3664
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3665
|
+
/** Parameter group */
|
3666
|
+
cpkInfo?: CpkInfo;
|
3667
|
+
/** Parameter group */
|
3668
|
+
blobHttpHeaders?: BlobHttpHeaders;
|
3669
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3670
|
+
timeoutInSeconds?: number;
|
3671
|
+
/** 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. */
|
3672
|
+
requestId?: string;
|
3673
|
+
/** Optional. Specifies a user-defined name-value pair associated with the blob. If no name-value pairs are specified, the operation will copy the metadata from the source blob or file to the destination blob. If one or more name-value pairs are specified, the destination blob is created with the specified metadata, and metadata is not copied from the source blob or file. Note that beginning with version 2009-09-19, metadata names must adhere to the naming rules for C# identifiers. See Naming and Referencing Containers, Blobs, and Metadata for more information. */
|
3674
|
+
metadata?: {
|
3675
|
+
[propertyName: string]: string;
|
3676
|
+
};
|
3677
|
+
/** Specifies the date time when the blobs immutability policy is set to expire. */
|
3678
|
+
immutabilityPolicyExpiry?: Date;
|
3679
|
+
/** Specifies the immutability policy mode to set on the blob. */
|
3680
|
+
immutabilityPolicyMode?: BlobImmutabilityPolicyMode;
|
3681
|
+
/** Optional. Version 2019-07-07 and later. Specifies the name of the encryption scope to use to encrypt the data provided in the request. If not specified, encryption is performed with the default account encryption scope. For more information, see Encryption at Rest for Azure Storage Services. */
|
3682
|
+
encryptionScope?: string;
|
3683
|
+
/** Optional. Used to set blob tags in various blob operations. */
|
3684
|
+
blobTagsString?: string;
|
3685
|
+
/** Specified if a legal hold should be set on the blob. */
|
3686
|
+
legalHold?: boolean;
|
3687
|
+
}
|
3688
|
+
/** Contains response data for the create operation. */
|
3689
|
+
export type AppendBlobCreateResponse = AppendBlobCreateHeaders;
|
3690
|
+
/** Optional parameters. */
|
3691
|
+
export interface AppendBlobAppendBlockOptionalParams extends coreClient.OperationOptions {
|
3692
|
+
/** Parameter group */
|
3693
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3694
|
+
/** Parameter group */
|
3695
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3696
|
+
/** Parameter group */
|
3697
|
+
cpkInfo?: CpkInfo;
|
3698
|
+
/** Parameter group */
|
3699
|
+
appendPositionAccessConditions?: AppendPositionAccessConditions;
|
3700
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3701
|
+
timeoutInSeconds?: number;
|
3702
|
+
/** 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. */
|
3703
|
+
requestId?: string;
|
3704
|
+
/** Optional. Version 2019-07-07 and later. Specifies the name of the encryption scope to use to encrypt the data provided in the request. If not specified, encryption is performed with the default account encryption scope. For more information, see Encryption at Rest for Azure Storage Services. */
|
3705
|
+
encryptionScope?: string;
|
3706
|
+
/** Specify the transactional md5 for the body, to be validated by the service. */
|
3707
|
+
transactionalContentMD5?: Uint8Array;
|
3708
|
+
/** Specify the transactional crc64 for the body, to be validated by the service. */
|
3709
|
+
transactionalContentCrc64?: Uint8Array;
|
3710
|
+
}
|
3711
|
+
/** Contains response data for the appendBlock operation. */
|
3712
|
+
export type AppendBlobAppendBlockResponse = AppendBlobAppendBlockHeaders;
|
3713
|
+
/** Optional parameters. */
|
3714
|
+
export interface AppendBlobAppendBlockFromUrlOptionalParams extends coreClient.OperationOptions {
|
3715
|
+
/** Parameter group */
|
3716
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3717
|
+
/** Parameter group */
|
3718
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3719
|
+
/** Parameter group */
|
3720
|
+
cpkInfo?: CpkInfo;
|
3721
|
+
/** Parameter group */
|
3722
|
+
sourceModifiedAccessConditions?: SourceModifiedAccessConditions;
|
3723
|
+
/** Parameter group */
|
3724
|
+
appendPositionAccessConditions?: AppendPositionAccessConditions;
|
3725
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3726
|
+
timeoutInSeconds?: number;
|
3727
|
+
/** 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. */
|
3728
|
+
requestId?: string;
|
3729
|
+
/** Optional. Version 2019-07-07 and later. Specifies the name of the encryption scope to use to encrypt the data provided in the request. If not specified, encryption is performed with the default account encryption scope. For more information, see Encryption at Rest for Azure Storage Services. */
|
3730
|
+
encryptionScope?: string;
|
3731
|
+
/** Specify the md5 calculated for the range of bytes that must be read from the copy source. */
|
3732
|
+
sourceContentMD5?: Uint8Array;
|
3733
|
+
/** Only Bearer type is supported. Credentials should be a valid OAuth access token to copy source. */
|
3734
|
+
copySourceAuthorization?: string;
|
3735
|
+
/** Valid value is backup */
|
3736
|
+
fileRequestIntent?: FileShareTokenIntent;
|
3737
|
+
/** Specify the transactional md5 for the body, to be validated by the service. */
|
3738
|
+
transactionalContentMD5?: Uint8Array;
|
3739
|
+
/** Specify the crc64 calculated for the range of bytes that must be read from the copy source. */
|
3740
|
+
sourceContentCrc64?: Uint8Array;
|
3741
|
+
/** Bytes of source data in the specified range. */
|
3742
|
+
sourceRange?: string;
|
3743
|
+
}
|
3744
|
+
/** Contains response data for the appendBlockFromUrl operation. */
|
3745
|
+
export type AppendBlobAppendBlockFromUrlResponse = AppendBlobAppendBlockFromUrlHeaders;
|
3746
|
+
/** Optional parameters. */
|
3747
|
+
export interface AppendBlobSealOptionalParams extends coreClient.OperationOptions {
|
3748
|
+
/** Parameter group */
|
3749
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3750
|
+
/** Parameter group */
|
3751
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3752
|
+
/** Parameter group */
|
3753
|
+
appendPositionAccessConditions?: AppendPositionAccessConditions;
|
3754
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3755
|
+
timeoutInSeconds?: number;
|
3756
|
+
/** 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. */
|
3757
|
+
requestId?: string;
|
3758
|
+
}
|
3759
|
+
/** Contains response data for the seal operation. */
|
3760
|
+
export type AppendBlobSealResponse = AppendBlobSealHeaders;
|
3761
|
+
/** Optional parameters. */
|
3762
|
+
export interface BlockBlobUploadOptionalParams extends coreClient.OperationOptions {
|
3763
|
+
/** Parameter group */
|
3764
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3765
|
+
/** Parameter group */
|
3766
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3767
|
+
/** Parameter group */
|
3768
|
+
cpkInfo?: CpkInfo;
|
3769
|
+
/** Parameter group */
|
3770
|
+
blobHttpHeaders?: BlobHttpHeaders;
|
3771
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3772
|
+
timeoutInSeconds?: number;
|
3773
|
+
/** 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. */
|
3774
|
+
requestId?: string;
|
3775
|
+
/** Optional. Specifies a user-defined name-value pair associated with the blob. If no name-value pairs are specified, the operation will copy the metadata from the source blob or file to the destination blob. If one or more name-value pairs are specified, the destination blob is created with the specified metadata, and metadata is not copied from the source blob or file. Note that beginning with version 2009-09-19, metadata names must adhere to the naming rules for C# identifiers. See Naming and Referencing Containers, Blobs, and Metadata for more information. */
|
3776
|
+
metadata?: {
|
3777
|
+
[propertyName: string]: string;
|
3778
|
+
};
|
3779
|
+
/** Specifies the date time when the blobs immutability policy is set to expire. */
|
3780
|
+
immutabilityPolicyExpiry?: Date;
|
3781
|
+
/** Specifies the immutability policy mode to set on the blob. */
|
3782
|
+
immutabilityPolicyMode?: BlobImmutabilityPolicyMode;
|
3783
|
+
/** Optional. Version 2019-07-07 and later. Specifies the name of the encryption scope to use to encrypt the data provided in the request. If not specified, encryption is performed with the default account encryption scope. For more information, see Encryption at Rest for Azure Storage Services. */
|
3784
|
+
encryptionScope?: string;
|
3785
|
+
/** Optional. Indicates the tier to be set on the blob. */
|
3786
|
+
tier?: AccessTier;
|
3787
|
+
/** Optional. Used to set blob tags in various blob operations. */
|
3788
|
+
blobTagsString?: string;
|
3789
|
+
/** Specified if a legal hold should be set on the blob. */
|
3790
|
+
legalHold?: boolean;
|
3791
|
+
/** Specify the transactional md5 for the body, to be validated by the service. */
|
3792
|
+
transactionalContentMD5?: Uint8Array;
|
3793
|
+
/** Specify the transactional crc64 for the body, to be validated by the service. */
|
3794
|
+
transactionalContentCrc64?: Uint8Array;
|
3795
|
+
}
|
3796
|
+
/** Contains response data for the upload operation. */
|
3797
|
+
export type BlockBlobUploadResponse = BlockBlobUploadHeaders;
|
3798
|
+
/** Optional parameters. */
|
3799
|
+
export interface BlockBlobPutBlobFromUrlOptionalParams extends coreClient.OperationOptions {
|
3800
|
+
/** Parameter group */
|
3801
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3802
|
+
/** Parameter group */
|
3803
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3804
|
+
/** Parameter group */
|
3805
|
+
cpkInfo?: CpkInfo;
|
3806
|
+
/** Parameter group */
|
3807
|
+
blobHttpHeaders?: BlobHttpHeaders;
|
3808
|
+
/** Parameter group */
|
3809
|
+
sourceModifiedAccessConditions?: SourceModifiedAccessConditions;
|
3810
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3811
|
+
timeoutInSeconds?: number;
|
3812
|
+
/** 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. */
|
3813
|
+
requestId?: string;
|
3814
|
+
/** Optional. Specifies a user-defined name-value pair associated with the blob. If no name-value pairs are specified, the operation will copy the metadata from the source blob or file to the destination blob. If one or more name-value pairs are specified, the destination blob is created with the specified metadata, and metadata is not copied from the source blob or file. Note that beginning with version 2009-09-19, metadata names must adhere to the naming rules for C# identifiers. See Naming and Referencing Containers, Blobs, and Metadata for more information. */
|
3815
|
+
metadata?: {
|
3816
|
+
[propertyName: string]: string;
|
3817
|
+
};
|
3818
|
+
/** Optional. Version 2019-07-07 and later. Specifies the name of the encryption scope to use to encrypt the data provided in the request. If not specified, encryption is performed with the default account encryption scope. For more information, see Encryption at Rest for Azure Storage Services. */
|
3819
|
+
encryptionScope?: string;
|
3820
|
+
/** Optional. Indicates the tier to be set on the blob. */
|
3821
|
+
tier?: AccessTier;
|
3822
|
+
/** Optional. Used to set blob tags in various blob operations. */
|
3823
|
+
blobTagsString?: string;
|
3824
|
+
/** Specify the md5 calculated for the range of bytes that must be read from the copy source. */
|
3825
|
+
sourceContentMD5?: Uint8Array;
|
3826
|
+
/** Only Bearer type is supported. Credentials should be a valid OAuth access token to copy source. */
|
3827
|
+
copySourceAuthorization?: string;
|
3828
|
+
/** Optional, default 'replace'. Indicates if source tags should be copied or replaced with the tags specified by x-ms-tags. */
|
3829
|
+
copySourceTags?: BlobCopySourceTags;
|
3830
|
+
/** Valid value is backup */
|
3831
|
+
fileRequestIntent?: FileShareTokenIntent;
|
3832
|
+
/** Specify the transactional md5 for the body, to be validated by the service. */
|
3833
|
+
transactionalContentMD5?: Uint8Array;
|
3834
|
+
/** Optional, default is true. Indicates if properties from the source blob should be copied. */
|
3835
|
+
copySourceBlobProperties?: boolean;
|
3836
|
+
}
|
3837
|
+
/** Contains response data for the putBlobFromUrl operation. */
|
3838
|
+
export type BlockBlobPutBlobFromUrlResponse = BlockBlobPutBlobFromUrlHeaders;
|
3839
|
+
/** Optional parameters. */
|
3840
|
+
export interface BlockBlobStageBlockOptionalParams extends coreClient.OperationOptions {
|
3841
|
+
/** Parameter group */
|
3842
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3843
|
+
/** Parameter group */
|
3844
|
+
cpkInfo?: CpkInfo;
|
3845
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3846
|
+
timeoutInSeconds?: number;
|
3847
|
+
/** 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. */
|
3848
|
+
requestId?: string;
|
3849
|
+
/** Optional. Version 2019-07-07 and later. Specifies the name of the encryption scope to use to encrypt the data provided in the request. If not specified, encryption is performed with the default account encryption scope. For more information, see Encryption at Rest for Azure Storage Services. */
|
3850
|
+
encryptionScope?: string;
|
3851
|
+
/** Specify the transactional md5 for the body, to be validated by the service. */
|
3852
|
+
transactionalContentMD5?: Uint8Array;
|
3853
|
+
/** Specify the transactional crc64 for the body, to be validated by the service. */
|
3854
|
+
transactionalContentCrc64?: Uint8Array;
|
3855
|
+
}
|
3856
|
+
/** Contains response data for the stageBlock operation. */
|
3857
|
+
export type BlockBlobStageBlockResponse = BlockBlobStageBlockHeaders;
|
3858
|
+
/** Optional parameters. */
|
3859
|
+
export interface BlockBlobStageBlockFromURLOptionalParams extends coreClient.OperationOptions {
|
3860
|
+
/** Parameter group */
|
3861
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3862
|
+
/** Parameter group */
|
3863
|
+
cpkInfo?: CpkInfo;
|
3864
|
+
/** Parameter group */
|
3865
|
+
sourceModifiedAccessConditions?: SourceModifiedAccessConditions;
|
3866
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3867
|
+
timeoutInSeconds?: number;
|
3868
|
+
/** 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. */
|
3869
|
+
requestId?: string;
|
3870
|
+
/** Optional. Version 2019-07-07 and later. Specifies the name of the encryption scope to use to encrypt the data provided in the request. If not specified, encryption is performed with the default account encryption scope. For more information, see Encryption at Rest for Azure Storage Services. */
|
3871
|
+
encryptionScope?: string;
|
3872
|
+
/** Specify the md5 calculated for the range of bytes that must be read from the copy source. */
|
3873
|
+
sourceContentMD5?: Uint8Array;
|
3874
|
+
/** Only Bearer type is supported. Credentials should be a valid OAuth access token to copy source. */
|
3875
|
+
copySourceAuthorization?: string;
|
3876
|
+
/** Valid value is backup */
|
3877
|
+
fileRequestIntent?: FileShareTokenIntent;
|
3878
|
+
/** Specify the crc64 calculated for the range of bytes that must be read from the copy source. */
|
3879
|
+
sourceContentCrc64?: Uint8Array;
|
3880
|
+
/** Bytes of source data in the specified range. */
|
3881
|
+
sourceRange?: string;
|
3882
|
+
}
|
3883
|
+
/** Contains response data for the stageBlockFromURL operation. */
|
3884
|
+
export type BlockBlobStageBlockFromURLResponse = BlockBlobStageBlockFromURLHeaders;
|
3885
|
+
/** Optional parameters. */
|
3886
|
+
export interface BlockBlobCommitBlockListOptionalParams extends coreClient.OperationOptions {
|
3887
|
+
/** Parameter group */
|
3888
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3889
|
+
/** Parameter group */
|
3890
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3891
|
+
/** Parameter group */
|
3892
|
+
cpkInfo?: CpkInfo;
|
3893
|
+
/** Parameter group */
|
3894
|
+
blobHttpHeaders?: BlobHttpHeaders;
|
3895
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3896
|
+
timeoutInSeconds?: number;
|
3897
|
+
/** 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. */
|
3898
|
+
requestId?: string;
|
3899
|
+
/** Optional. Specifies a user-defined name-value pair associated with the blob. If no name-value pairs are specified, the operation will copy the metadata from the source blob or file to the destination blob. If one or more name-value pairs are specified, the destination blob is created with the specified metadata, and metadata is not copied from the source blob or file. Note that beginning with version 2009-09-19, metadata names must adhere to the naming rules for C# identifiers. See Naming and Referencing Containers, Blobs, and Metadata for more information. */
|
3900
|
+
metadata?: {
|
3901
|
+
[propertyName: string]: string;
|
3902
|
+
};
|
3903
|
+
/** Specifies the date time when the blobs immutability policy is set to expire. */
|
3904
|
+
immutabilityPolicyExpiry?: Date;
|
3905
|
+
/** Specifies the immutability policy mode to set on the blob. */
|
3906
|
+
immutabilityPolicyMode?: BlobImmutabilityPolicyMode;
|
3907
|
+
/** Optional. Version 2019-07-07 and later. Specifies the name of the encryption scope to use to encrypt the data provided in the request. If not specified, encryption is performed with the default account encryption scope. For more information, see Encryption at Rest for Azure Storage Services. */
|
3908
|
+
encryptionScope?: string;
|
3909
|
+
/** Optional. Indicates the tier to be set on the blob. */
|
3910
|
+
tier?: AccessTier;
|
3911
|
+
/** Optional. Used to set blob tags in various blob operations. */
|
3912
|
+
blobTagsString?: string;
|
3913
|
+
/** Specified if a legal hold should be set on the blob. */
|
3914
|
+
legalHold?: boolean;
|
3915
|
+
/** Specify the transactional md5 for the body, to be validated by the service. */
|
3916
|
+
transactionalContentMD5?: Uint8Array;
|
3917
|
+
/** Specify the transactional crc64 for the body, to be validated by the service. */
|
3918
|
+
transactionalContentCrc64?: Uint8Array;
|
3919
|
+
}
|
3920
|
+
/** Contains response data for the commitBlockList operation. */
|
3921
|
+
export type BlockBlobCommitBlockListResponse = BlockBlobCommitBlockListHeaders;
|
3922
|
+
/** Optional parameters. */
|
3923
|
+
export interface BlockBlobGetBlockListOptionalParams extends coreClient.OperationOptions {
|
3924
|
+
/** Parameter group */
|
3925
|
+
leaseAccessConditions?: LeaseAccessConditions;
|
3926
|
+
/** Parameter group */
|
3927
|
+
modifiedAccessConditions?: ModifiedAccessConditions;
|
3928
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3929
|
+
timeoutInSeconds?: number;
|
3930
|
+
/** 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. */
|
3931
|
+
requestId?: string;
|
3932
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3933
|
+
snapshot?: string;
|
3934
|
+
}
|
3935
|
+
/** Contains response data for the getBlockList operation. */
|
3936
|
+
export type BlockBlobGetBlockListResponse = BlockBlobGetBlockListHeaders & BlockList;
|
3937
|
+
/** Optional parameters. */
|
3938
|
+
export interface StorageClientOptionalParams extends coreHttpCompat.ExtendedServiceClientOptions {
|
3939
|
+
/** Specifies the version of the operation to use for this request. */
|
3940
|
+
version?: string;
|
3941
|
+
/** Overrides client endpoint. */
|
3942
|
+
endpoint?: string;
|
3943
|
+
}
|
3944
|
+
//# sourceMappingURL=index.d.ts.map
|