@azure/storage-blob 12.31.0 → 12.32.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/BatchUtils.d.ts +1 -1
- package/dist/browser/BatchUtils.d.ts.map +1 -0
- package/dist/browser/BatchUtils.js +1 -1
- package/dist/browser/BatchUtils.js.map +1 -0
- package/dist/browser/BlobDownloadResponse.d.ts +5 -2
- package/dist/browser/BlobDownloadResponse.d.ts.map +1 -0
- package/dist/browser/BlobDownloadResponse.js +9 -5
- package/dist/browser/BlobDownloadResponse.js.map +1 -0
- package/dist/browser/BlobQueryResponse.d.ts +1 -1
- package/dist/browser/BlobQueryResponse.d.ts.map +1 -0
- package/dist/browser/BlobQueryResponse.js +1 -1
- package/dist/browser/BlobQueryResponse.js.map +1 -0
- package/dist/browser/BlobServiceClient.d.ts +36 -5
- package/dist/browser/BlobServiceClient.d.ts.map +1 -1
- package/dist/browser/BlobServiceClient.js +29 -17
- package/dist/browser/BlobServiceClient.js.map +1 -1
- package/dist/browser/Clients.d.ts +68 -14
- package/dist/browser/Clients.d.ts.map +1 -1
- package/dist/browser/Clients.js +97 -28
- package/dist/browser/Clients.js.map +1 -1
- package/dist/browser/ContainerClient.d.ts +6 -4
- package/dist/browser/ContainerClient.d.ts.map +1 -1
- package/dist/browser/ContainerClient.js +8 -6
- package/dist/browser/ContainerClient.js.map +1 -1
- package/dist/browser/Pipeline.d.ts +2 -3
- package/dist/browser/Pipeline.d.ts.map +1 -1
- package/dist/browser/Pipeline.js.map +1 -1
- package/dist/browser/generated/src/models/index.d.ts +59 -4
- package/dist/browser/generated/src/models/index.d.ts.map +1 -1
- package/dist/browser/generated/src/models/index.js +2 -2
- package/dist/browser/generated/src/models/index.js.map +1 -1
- package/dist/browser/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/browser/generated/src/models/mappers.js +65 -0
- package/dist/browser/generated/src/models/mappers.js.map +1 -1
- package/dist/browser/generated/src/models/parameters.d.ts +7 -0
- package/dist/browser/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/browser/generated/src/models/parameters.js +71 -1
- package/dist/browser/generated/src/models/parameters.js.map +1 -1
- package/dist/browser/generated/src/operations/appendBlob.js +5 -0
- package/dist/browser/generated/src/operations/appendBlob.js.map +1 -1
- package/dist/browser/generated/src/operations/blob.js +3 -0
- package/dist/browser/generated/src/operations/blob.js.map +1 -1
- package/dist/browser/generated/src/operations/blockBlob.js +10 -0
- package/dist/browser/generated/src/operations/blockBlob.js.map +1 -1
- package/dist/browser/generated/src/operations/pageBlob.js +5 -0
- package/dist/browser/generated/src/operations/pageBlob.js.map +1 -1
- package/dist/browser/generated/src/storageClient.js +2 -2
- package/dist/browser/generated/src/storageClient.js.map +1 -1
- package/dist/browser/generatedModels.d.ts +4 -4
- package/dist/browser/generatedModels.d.ts.map +1 -1
- package/dist/browser/generatedModels.js.map +1 -1
- package/dist/browser/index.d.ts +9 -9
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +1 -2
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/internal-avro/index.d.ts +9 -2
- package/dist/browser/internal-avro/index.d.ts.map +1 -0
- package/dist/browser/internal-avro/index.js +14 -1
- package/dist/browser/internal-avro/index.js.map +1 -0
- package/dist/browser/models.d.ts +43 -0
- package/dist/browser/models.d.ts.map +1 -1
- package/dist/browser/models.js.map +1 -1
- package/dist/browser/sas/BlobSASSignatureValues.d.ts +11 -1
- package/dist/browser/sas/BlobSASSignatureValues.d.ts.map +1 -1
- package/dist/browser/sas/BlobSASSignatureValues.js +133 -2
- package/dist/browser/sas/BlobSASSignatureValues.js.map +1 -1
- package/dist/browser/sas/SASQueryParameters.d.ts +23 -2
- package/dist/browser/sas/SASQueryParameters.d.ts.map +1 -1
- package/dist/browser/sas/SASQueryParameters.js +34 -2
- package/dist/browser/sas/SASQueryParameters.js.map +1 -1
- package/dist/browser/utils/RetriableReadableStream.d.ts.map +1 -1
- package/dist/browser/utils/RetriableReadableStream.js +1 -0
- package/dist/browser/utils/RetriableReadableStream.js.map +1 -1
- package/dist/browser/utils/constants.d.ts.map +1 -1
- package/dist/browser/utils/constants.js +2 -2
- package/dist/browser/utils/constants.js.map +1 -1
- package/dist/browser/utils/utils.common.d.ts +16 -1
- package/dist/browser/utils/utils.common.d.ts.map +1 -1
- package/dist/browser/utils/utils.common.js +26 -0
- package/dist/browser/utils/utils.common.js.map +1 -1
- package/dist/browser/utils/utils.d.ts +12 -6
- package/dist/browser/utils/utils.d.ts.map +1 -0
- package/dist/browser/utils/utils.js +11 -11
- package/dist/browser/utils/utils.js.map +1 -0
- package/dist/commonjs/BatchResponse.js +15 -5
- package/dist/commonjs/BatchResponse.js.map +7 -1
- package/dist/commonjs/BatchResponseParser.js +127 -136
- package/dist/commonjs/BatchResponseParser.js.map +7 -1
- package/dist/commonjs/BatchUtils.js +38 -15
- package/dist/commonjs/BatchUtils.js.map +7 -1
- package/dist/commonjs/BlobBatch.js +280 -258
- package/dist/commonjs/BlobBatch.js.map +7 -1
- package/dist/commonjs/BlobBatchClient.js +188 -169
- package/dist/commonjs/BlobBatchClient.js.map +7 -1
- package/dist/commonjs/BlobDownloadResponse.d.ts +2 -1
- package/dist/commonjs/BlobDownloadResponse.d.ts.map +1 -1
- package/dist/commonjs/BlobDownloadResponse.js +487 -467
- package/dist/commonjs/BlobDownloadResponse.js.map +7 -1
- package/dist/commonjs/BlobLeaseClient.js +226 -196
- package/dist/commonjs/BlobLeaseClient.js.map +7 -1
- package/dist/commonjs/BlobQueryResponse.common.js +378 -365
- package/dist/commonjs/BlobQueryResponse.common.js.map +7 -1
- package/dist/commonjs/BlobQueryResponse.js +387 -371
- package/dist/commonjs/BlobQueryResponse.js.map +7 -1
- package/dist/commonjs/BlobServiceClient.d.ts +36 -5
- package/dist/commonjs/BlobServiceClient.d.ts.map +1 -1
- package/dist/commonjs/BlobServiceClient.js +784 -684
- package/dist/commonjs/BlobServiceClient.js.map +7 -1
- package/dist/commonjs/Clients.d.ts +68 -14
- package/dist/commonjs/Clients.d.ts.map +1 -1
- package/dist/commonjs/Clients.js +3120 -2804
- package/dist/commonjs/Clients.js.map +7 -1
- package/dist/commonjs/ContainerClient.d.ts +6 -4
- package/dist/commonjs/ContainerClient.d.ts.map +1 -1
- package/dist/commonjs/ContainerClient.js +1348 -1253
- package/dist/commonjs/ContainerClient.js.map +7 -1
- package/dist/commonjs/PageBlobRangeResponse.js +45 -31
- package/dist/commonjs/PageBlobRangeResponse.js.map +7 -1
- package/dist/commonjs/Pipeline.d.ts +2 -3
- package/dist/commonjs/Pipeline.d.ts.map +1 -1
- package/dist/commonjs/Pipeline.js +244 -244
- package/dist/commonjs/Pipeline.js.map +7 -1
- package/dist/commonjs/Range.js +35 -22
- package/dist/commonjs/Range.js.map +7 -1
- package/dist/commonjs/StorageClient.js +67 -54
- package/dist/commonjs/StorageClient.js.map +7 -1
- package/dist/commonjs/StorageContextClient.js +34 -19
- package/dist/commonjs/StorageContextClient.js.map +7 -1
- package/dist/commonjs/generated/src/index.js +32 -16
- package/dist/commonjs/generated/src/index.js.map +7 -1
- package/dist/commonjs/generated/src/models/index.d.ts +59 -4
- package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/index.js +164 -267
- package/dist/commonjs/generated/src/models/index.js.map +7 -1
- package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/mappers.js +8767 -8334
- package/dist/commonjs/generated/src/models/mappers.js.map +7 -1
- package/dist/commonjs/generated/src/models/parameters.d.ts +7 -0
- package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/parameters.js +2074 -1679
- package/dist/commonjs/generated/src/models/parameters.js.map +7 -1
- package/dist/commonjs/generated/src/operations/appendBlob.js +253 -214
- package/dist/commonjs/generated/src/operations/appendBlob.js.map +7 -1
- package/dist/commonjs/generated/src/operations/blob.js +1043 -961
- package/dist/commonjs/generated/src/operations/blob.js.map +7 -1
- package/dist/commonjs/generated/src/operations/blockBlob.js +406 -353
- package/dist/commonjs/generated/src/operations/blockBlob.js.map +7 -1
- package/dist/commonjs/generated/src/operations/container.js +735 -665
- package/dist/commonjs/generated/src/operations/container.js.map +7 -1
- package/dist/commonjs/generated/src/operations/index.js +31 -17
- package/dist/commonjs/generated/src/operations/index.js.map +7 -1
- package/dist/commonjs/generated/src/operations/pageBlob.js +491 -434
- package/dist/commonjs/generated/src/operations/pageBlob.js.map +7 -1
- package/dist/commonjs/generated/src/operations/service.js +352 -303
- package/dist/commonjs/generated/src/operations/service.js.map +7 -1
- package/dist/commonjs/generated/src/operationsInterfaces/appendBlob.js +15 -10
- package/dist/commonjs/generated/src/operationsInterfaces/appendBlob.js.map +7 -1
- package/dist/commonjs/generated/src/operationsInterfaces/blob.js +15 -10
- package/dist/commonjs/generated/src/operationsInterfaces/blob.js.map +7 -1
- package/dist/commonjs/generated/src/operationsInterfaces/blockBlob.js +15 -10
- package/dist/commonjs/generated/src/operationsInterfaces/blockBlob.js.map +7 -1
- package/dist/commonjs/generated/src/operationsInterfaces/container.js +15 -10
- package/dist/commonjs/generated/src/operationsInterfaces/container.js.map +7 -1
- package/dist/commonjs/generated/src/operationsInterfaces/index.js +31 -17
- package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +7 -1
- package/dist/commonjs/generated/src/operationsInterfaces/pageBlob.js +15 -10
- package/dist/commonjs/generated/src/operationsInterfaces/pageBlob.js.map +7 -1
- package/dist/commonjs/generated/src/operationsInterfaces/service.js +15 -10
- package/dist/commonjs/generated/src/operationsInterfaces/service.js.map +7 -1
- package/dist/commonjs/generated/src/storageClient.js +81 -63
- package/dist/commonjs/generated/src/storageClient.js.map +7 -1
- package/dist/commonjs/generatedModels.d.ts +4 -4
- package/dist/commonjs/generatedModels.d.ts.map +1 -1
- package/dist/commonjs/generatedModels.js +30 -11
- package/dist/commonjs/generatedModels.js.map +7 -1
- package/dist/commonjs/index.d.ts +14 -14
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +106 -52
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/internal-avro/AvroConstants.js +36 -10
- package/dist/commonjs/internal-avro/AvroConstants.js.map +7 -1
- package/dist/commonjs/internal-avro/AvroParser.js +307 -297
- package/dist/commonjs/internal-avro/AvroParser.js.map +7 -1
- package/dist/commonjs/internal-avro/AvroReadable.js +26 -7
- package/dist/commonjs/internal-avro/AvroReadable.js.map +7 -1
- package/dist/commonjs/internal-avro/AvroReadableFromBlob.js +69 -50
- package/dist/commonjs/internal-avro/AvroReadableFromBlob.js.map +7 -1
- package/dist/commonjs/internal-avro/AvroReadableFromStream.js +96 -84
- package/dist/commonjs/internal-avro/AvroReadableFromStream.js.map +7 -1
- package/dist/commonjs/internal-avro/AvroReader.js +118 -110
- package/dist/commonjs/internal-avro/AvroReader.js.map +7 -1
- package/dist/commonjs/internal-avro/index.d.ts +1 -1
- package/dist/commonjs/internal-avro/index.d.ts.map +1 -1
- package/dist/commonjs/internal-avro/index.js +33 -12
- package/dist/commonjs/internal-avro/index.js.map +7 -1
- package/dist/commonjs/internal-avro/utils/utils.common.js +33 -17
- package/dist/commonjs/internal-avro/utils/utils.common.js.map +7 -1
- package/dist/commonjs/log.js +28 -11
- package/dist/commonjs/log.js.map +7 -1
- package/dist/commonjs/models.d.ts +43 -0
- package/dist/commonjs/models.d.ts.map +1 -1
- package/dist/commonjs/models.js +74 -115
- package/dist/commonjs/models.js.map +7 -1
- package/dist/commonjs/pollers/BlobStartCopyFromUrlPoller.js +116 -126
- package/dist/commonjs/pollers/BlobStartCopyFromUrlPoller.js.map +7 -1
- package/dist/commonjs/sas/AccountSASPermissions.js +233 -226
- package/dist/commonjs/sas/AccountSASPermissions.js.map +7 -1
- package/dist/commonjs/sas/AccountSASResourceTypes.js +80 -70
- package/dist/commonjs/sas/AccountSASResourceTypes.js.map +7 -1
- package/dist/commonjs/sas/AccountSASServices.js +88 -78
- package/dist/commonjs/sas/AccountSASServices.js.map +7 -1
- package/dist/commonjs/sas/AccountSASSignatureValues.js +119 -100
- package/dist/commonjs/sas/AccountSASSignatureValues.js.map +7 -1
- package/dist/commonjs/sas/BlobSASPermissions.js +204 -194
- package/dist/commonjs/sas/BlobSASPermissions.js.map +7 -1
- package/dist/commonjs/sas/BlobSASSignatureValues.d.ts +11 -1
- package/dist/commonjs/sas/BlobSASSignatureValues.d.ts.map +1 -1
- package/dist/commonjs/sas/BlobSASSignatureValues.js +822 -641
- package/dist/commonjs/sas/BlobSASSignatureValues.js.map +7 -1
- package/dist/commonjs/sas/ContainerSASPermissions.js +232 -220
- package/dist/commonjs/sas/ContainerSASPermissions.js.map +7 -1
- package/dist/commonjs/sas/SASQueryParameters.d.ts +23 -2
- package/dist/commonjs/sas/SASQueryParameters.d.ts.map +1 -1
- package/dist/commonjs/sas/SASQueryParameters.js +423 -361
- package/dist/commonjs/sas/SASQueryParameters.js.map +7 -1
- package/dist/commonjs/sas/SasIPRange.js +27 -14
- package/dist/commonjs/sas/SasIPRange.js.map +7 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/commonjs/utils/Batch.js +134 -127
- package/dist/commonjs/utils/Batch.js.map +7 -1
- package/dist/commonjs/utils/BlobQuickQueryStream.js +129 -115
- package/dist/commonjs/utils/BlobQuickQueryStream.js.map +7 -1
- package/dist/commonjs/utils/Mutex.js +78 -64
- package/dist/commonjs/utils/Mutex.js.map +7 -1
- package/dist/commonjs/utils/RetriableReadableStream.d.ts.map +1 -1
- package/dist/commonjs/utils/RetriableReadableStream.js +128 -125
- package/dist/commonjs/utils/RetriableReadableStream.js.map +7 -1
- package/dist/commonjs/utils/SharedKeyComparator.js +437 -65
- package/dist/commonjs/utils/SharedKeyComparator.js.map +7 -1
- package/dist/commonjs/utils/constants.d.ts.map +1 -1
- package/dist/commonjs/utils/constants.js +290 -223
- package/dist/commonjs/utils/constants.js.map +7 -1
- package/dist/commonjs/utils/tracing.js +32 -16
- package/dist/commonjs/utils/tracing.js.map +7 -1
- package/dist/commonjs/utils/utils.common.d.ts +16 -1
- package/dist/commonjs/utils/utils.common.d.ts.map +1 -1
- package/dist/commonjs/utils/utils.common.js +566 -740
- package/dist/commonjs/utils/utils.common.js.map +7 -1
- package/dist/commonjs/utils/utils.js +131 -128
- package/dist/commonjs/utils/utils.js.map +7 -1
- package/dist/esm/BlobDownloadResponse.d.ts +2 -1
- package/dist/esm/BlobDownloadResponse.d.ts.map +1 -1
- package/dist/esm/BlobDownloadResponse.js +8 -1
- package/dist/esm/BlobDownloadResponse.js.map +1 -1
- package/dist/esm/BlobServiceClient.d.ts +36 -5
- package/dist/esm/BlobServiceClient.d.ts.map +1 -1
- package/dist/esm/BlobServiceClient.js +29 -17
- package/dist/esm/BlobServiceClient.js.map +1 -1
- package/dist/esm/Clients.d.ts +68 -14
- package/dist/esm/Clients.d.ts.map +1 -1
- package/dist/esm/Clients.js +97 -28
- package/dist/esm/Clients.js.map +1 -1
- package/dist/esm/ContainerClient.d.ts +6 -4
- package/dist/esm/ContainerClient.d.ts.map +1 -1
- package/dist/esm/ContainerClient.js +8 -6
- package/dist/esm/ContainerClient.js.map +1 -1
- package/dist/esm/Pipeline.d.ts +2 -3
- package/dist/esm/Pipeline.d.ts.map +1 -1
- package/dist/esm/Pipeline.js.map +1 -1
- package/dist/esm/generated/src/models/index.d.ts +59 -4
- package/dist/esm/generated/src/models/index.d.ts.map +1 -1
- package/dist/esm/generated/src/models/index.js +2 -2
- package/dist/esm/generated/src/models/index.js.map +1 -1
- package/dist/esm/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/esm/generated/src/models/mappers.js +65 -0
- package/dist/esm/generated/src/models/mappers.js.map +1 -1
- package/dist/esm/generated/src/models/parameters.d.ts +7 -0
- package/dist/esm/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/esm/generated/src/models/parameters.js +71 -1
- package/dist/esm/generated/src/models/parameters.js.map +1 -1
- package/dist/esm/generated/src/operations/appendBlob.js +5 -0
- package/dist/esm/generated/src/operations/appendBlob.js.map +1 -1
- package/dist/esm/generated/src/operations/blob.js +3 -0
- package/dist/esm/generated/src/operations/blob.js.map +1 -1
- package/dist/esm/generated/src/operations/blockBlob.js +10 -0
- package/dist/esm/generated/src/operations/blockBlob.js.map +1 -1
- package/dist/esm/generated/src/operations/pageBlob.js +5 -0
- package/dist/esm/generated/src/operations/pageBlob.js.map +1 -1
- package/dist/esm/generated/src/storageClient.js +2 -2
- package/dist/esm/generated/src/storageClient.js.map +1 -1
- package/dist/esm/generatedModels.d.ts +4 -4
- package/dist/esm/generatedModels.d.ts.map +1 -1
- package/dist/esm/generatedModels.js.map +1 -1
- package/dist/esm/index.d.ts +14 -14
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +0 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/internal-avro/index.d.ts +1 -1
- package/dist/esm/internal-avro/index.d.ts.map +1 -1
- package/dist/esm/internal-avro/index.js.map +1 -1
- package/dist/esm/models.d.ts +43 -0
- package/dist/esm/models.d.ts.map +1 -1
- package/dist/esm/models.js.map +1 -1
- package/dist/esm/sas/BlobSASSignatureValues.d.ts +11 -1
- package/dist/esm/sas/BlobSASSignatureValues.d.ts.map +1 -1
- package/dist/esm/sas/BlobSASSignatureValues.js +133 -2
- package/dist/esm/sas/BlobSASSignatureValues.js.map +1 -1
- package/dist/esm/sas/SASQueryParameters.d.ts +23 -2
- package/dist/esm/sas/SASQueryParameters.d.ts.map +1 -1
- package/dist/esm/sas/SASQueryParameters.js +34 -2
- package/dist/esm/sas/SASQueryParameters.js.map +1 -1
- package/dist/esm/utils/RetriableReadableStream.d.ts.map +1 -1
- package/dist/esm/utils/RetriableReadableStream.js +1 -0
- package/dist/esm/utils/RetriableReadableStream.js.map +1 -1
- package/dist/esm/utils/constants.d.ts.map +1 -1
- package/dist/esm/utils/constants.js +2 -2
- package/dist/esm/utils/constants.js.map +1 -1
- package/dist/esm/utils/utils.common.d.ts +16 -1
- package/dist/esm/utils/utils.common.d.ts.map +1 -1
- package/dist/esm/utils/utils.common.js +26 -0
- package/dist/esm/utils/utils.common.js.map +1 -1
- package/dist/react-native/BlobDownloadResponse.d.ts +5 -2
- package/dist/react-native/BlobDownloadResponse.d.ts.map +1 -0
- package/dist/react-native/BlobDownloadResponse.js +9 -5
- package/dist/react-native/BlobDownloadResponse.js.map +1 -0
- package/dist/react-native/BlobQueryResponse.d.ts +1 -1
- package/dist/react-native/BlobQueryResponse.d.ts.map +1 -0
- package/dist/react-native/BlobQueryResponse.js +1 -1
- package/dist/react-native/BlobQueryResponse.js.map +1 -0
- package/dist/react-native/BlobServiceClient.d.ts +36 -5
- package/dist/react-native/BlobServiceClient.d.ts.map +1 -1
- package/dist/react-native/BlobServiceClient.js +29 -17
- package/dist/react-native/BlobServiceClient.js.map +1 -1
- package/dist/react-native/Clients.d.ts +68 -14
- package/dist/react-native/Clients.d.ts.map +1 -1
- package/dist/react-native/Clients.js +97 -28
- package/dist/react-native/Clients.js.map +1 -1
- package/dist/react-native/ContainerClient.d.ts +6 -4
- package/dist/react-native/ContainerClient.d.ts.map +1 -1
- package/dist/react-native/ContainerClient.js +8 -6
- package/dist/react-native/ContainerClient.js.map +1 -1
- package/dist/react-native/Pipeline.d.ts +2 -3
- package/dist/react-native/Pipeline.d.ts.map +1 -1
- package/dist/react-native/Pipeline.js.map +1 -1
- package/dist/react-native/generated/src/models/index.d.ts +59 -4
- package/dist/react-native/generated/src/models/index.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/index.js +2 -2
- package/dist/react-native/generated/src/models/index.js.map +1 -1
- package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/mappers.js +65 -0
- package/dist/react-native/generated/src/models/mappers.js.map +1 -1
- package/dist/react-native/generated/src/models/parameters.d.ts +7 -0
- package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/parameters.js +71 -1
- package/dist/react-native/generated/src/models/parameters.js.map +1 -1
- package/dist/react-native/generated/src/operations/appendBlob.js +5 -0
- package/dist/react-native/generated/src/operations/appendBlob.js.map +1 -1
- package/dist/react-native/generated/src/operations/blob.js +3 -0
- package/dist/react-native/generated/src/operations/blob.js.map +1 -1
- package/dist/react-native/generated/src/operations/blockBlob.js +10 -0
- package/dist/react-native/generated/src/operations/blockBlob.js.map +1 -1
- package/dist/react-native/generated/src/operations/pageBlob.js +5 -0
- package/dist/react-native/generated/src/operations/pageBlob.js.map +1 -1
- package/dist/react-native/generated/src/storageClient.js +2 -2
- package/dist/react-native/generated/src/storageClient.js.map +1 -1
- package/dist/react-native/generatedModels.d.ts +4 -4
- package/dist/react-native/generatedModels.d.ts.map +1 -1
- package/dist/react-native/generatedModels.js.map +1 -1
- package/dist/react-native/index.d.ts +14 -14
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +0 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/internal-avro/index.d.ts +1 -1
- package/dist/react-native/internal-avro/index.d.ts.map +1 -1
- package/dist/react-native/internal-avro/index.js.map +1 -1
- package/dist/react-native/models.d.ts +43 -0
- package/dist/react-native/models.d.ts.map +1 -1
- package/dist/react-native/models.js.map +1 -1
- package/dist/react-native/sas/BlobSASSignatureValues.d.ts +11 -1
- package/dist/react-native/sas/BlobSASSignatureValues.d.ts.map +1 -1
- package/dist/react-native/sas/BlobSASSignatureValues.js +133 -2
- package/dist/react-native/sas/BlobSASSignatureValues.js.map +1 -1
- package/dist/react-native/sas/SASQueryParameters.d.ts +23 -2
- package/dist/react-native/sas/SASQueryParameters.d.ts.map +1 -1
- package/dist/react-native/sas/SASQueryParameters.js +34 -2
- package/dist/react-native/sas/SASQueryParameters.js.map +1 -1
- package/dist/react-native/utils/RetriableReadableStream.d.ts.map +1 -1
- package/dist/react-native/utils/RetriableReadableStream.js +1 -0
- package/dist/react-native/utils/RetriableReadableStream.js.map +1 -1
- package/dist/react-native/utils/constants.d.ts.map +1 -1
- package/dist/react-native/utils/constants.js +2 -2
- package/dist/react-native/utils/constants.js.map +1 -1
- package/dist/react-native/utils/utils.common.d.ts +16 -1
- package/dist/react-native/utils/utils.common.d.ts.map +1 -1
- package/dist/react-native/utils/utils.common.js +26 -0
- package/dist/react-native/utils/utils.common.js.map +1 -1
- package/dist/react-native/utils/utils.d.ts +12 -6
- package/dist/react-native/utils/utils.d.ts.map +1 -0
- package/dist/react-native/utils/utils.js +11 -11
- package/dist/react-native/utils/utils.js.map +1 -0
- package/package.json +3 -20
- package/dist/browser/BatchUtils-browser.d.mts.map +0 -1
- package/dist/browser/BatchUtils-browser.mjs.map +0 -1
- package/dist/browser/BlobDownloadResponse-browser.d.mts.map +0 -1
- package/dist/browser/BlobDownloadResponse-browser.mjs.map +0 -1
- package/dist/browser/BlobQueryResponse-browser.d.mts.map +0 -1
- package/dist/browser/BlobQueryResponse-browser.mjs.map +0 -1
- package/dist/browser/credentials/StorageSharedKeyCredential-react-native.d.mts +0 -3
- package/dist/browser/credentials/StorageSharedKeyCredential-react-native.d.mts.map +0 -1
- package/dist/browser/credentials/StorageSharedKeyCredential-react-native.mjs +0 -5
- package/dist/browser/credentials/StorageSharedKeyCredential-react-native.mjs.map +0 -1
- package/dist/browser/index-browser.d.mts.map +0 -1
- package/dist/browser/index-browser.mjs.map +0 -1
- package/dist/browser/internal-avro/index-browser.d.mts.map +0 -1
- package/dist/browser/internal-avro/index-browser.mjs.map +0 -1
- package/dist/browser/policies/StorageSharedKeyCredentialPolicyV2-react-native.d.mts +0 -17
- package/dist/browser/policies/StorageSharedKeyCredentialPolicyV2-react-native.d.mts.map +0 -1
- package/dist/browser/policies/StorageSharedKeyCredentialPolicyV2-react-native.mjs +0 -18
- package/dist/browser/policies/StorageSharedKeyCredentialPolicyV2-react-native.mjs.map +0 -1
- package/dist/browser/utils/utils-browser.d.mts.map +0 -1
- package/dist/browser/utils/utils-browser.mjs.map +0 -1
- package/dist/esm/credentials/StorageSharedKeyCredential-react-native.d.mts +0 -3
- package/dist/esm/credentials/StorageSharedKeyCredential-react-native.d.mts.map +0 -1
- package/dist/esm/credentials/StorageSharedKeyCredential-react-native.mjs +0 -5
- package/dist/esm/credentials/StorageSharedKeyCredential-react-native.mjs.map +0 -1
- package/dist/esm/policies/StorageSharedKeyCredentialPolicyV2-react-native.d.mts +0 -17
- package/dist/esm/policies/StorageSharedKeyCredentialPolicyV2-react-native.d.mts.map +0 -1
- package/dist/esm/policies/StorageSharedKeyCredentialPolicyV2-react-native.mjs +0 -18
- package/dist/esm/policies/StorageSharedKeyCredentialPolicyV2-react-native.mjs.map +0 -1
- package/dist/react-native/BlobDownloadResponse-react-native.d.mts.map +0 -1
- package/dist/react-native/BlobDownloadResponse-react-native.mjs.map +0 -1
- package/dist/react-native/BlobQueryResponse-react-native.d.mts.map +0 -1
- package/dist/react-native/BlobQueryResponse-react-native.mjs.map +0 -1
- package/dist/react-native/credentials/StorageSharedKeyCredential-react-native.d.mts +0 -3
- package/dist/react-native/credentials/StorageSharedKeyCredential-react-native.d.mts.map +0 -1
- package/dist/react-native/credentials/StorageSharedKeyCredential-react-native.mjs +0 -5
- package/dist/react-native/credentials/StorageSharedKeyCredential-react-native.mjs.map +0 -1
- package/dist/react-native/policies/StorageSharedKeyCredentialPolicyV2-react-native.d.mts +0 -17
- package/dist/react-native/policies/StorageSharedKeyCredentialPolicyV2-react-native.d.mts.map +0 -1
- package/dist/react-native/policies/StorageSharedKeyCredentialPolicyV2-react-native.mjs +0 -18
- package/dist/react-native/policies/StorageSharedKeyCredentialPolicyV2-react-native.mjs.map +0 -1
- package/dist/react-native/utils/utils-react-native.d.mts.map +0 -1
- package/dist/react-native/utils/utils-react-native.mjs.map +0 -1
|
@@ -1,1679 +1,2074 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
};
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
};
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
};
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
}
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
}
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
};
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
}
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
}
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
};
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
};
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
};
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
};
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
}
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
}
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
}
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
}
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
};
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
}
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
}
|
|
1033
|
-
}
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
}
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
};
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
};
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
}
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
}
|
|
1084
|
-
}
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
}
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
}
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
}
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
}
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
}
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
"
|
|
1394
|
-
"
|
|
1395
|
-
"
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
};
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
}
|
|
1418
|
-
}
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
};
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
}
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
}
|
|
1497
|
-
}
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
}
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
}
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
}
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
}
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
}
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
};
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
};
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var parameters_exports = {};
|
|
19
|
+
__export(parameters_exports, {
|
|
20
|
+
accept: () => accept,
|
|
21
|
+
accept1: () => accept1,
|
|
22
|
+
accept2: () => accept2,
|
|
23
|
+
access: () => access,
|
|
24
|
+
accessTierIfModifiedSince: () => accessTierIfModifiedSince,
|
|
25
|
+
accessTierIfUnmodifiedSince: () => accessTierIfUnmodifiedSince,
|
|
26
|
+
action: () => action,
|
|
27
|
+
action1: () => action1,
|
|
28
|
+
action2: () => action2,
|
|
29
|
+
action3: () => action3,
|
|
30
|
+
action4: () => action4,
|
|
31
|
+
appendPosition: () => appendPosition,
|
|
32
|
+
blobCacheControl: () => blobCacheControl,
|
|
33
|
+
blobContentDisposition: () => blobContentDisposition,
|
|
34
|
+
blobContentEncoding: () => blobContentEncoding,
|
|
35
|
+
blobContentLanguage: () => blobContentLanguage,
|
|
36
|
+
blobContentLength: () => blobContentLength,
|
|
37
|
+
blobContentMD5: () => blobContentMD5,
|
|
38
|
+
blobContentType: () => blobContentType,
|
|
39
|
+
blobDeleteType: () => blobDeleteType,
|
|
40
|
+
blobSequenceNumber: () => blobSequenceNumber,
|
|
41
|
+
blobServiceProperties: () => blobServiceProperties,
|
|
42
|
+
blobTagsString: () => blobTagsString,
|
|
43
|
+
blobType: () => blobType,
|
|
44
|
+
blobType1: () => blobType1,
|
|
45
|
+
blobType2: () => blobType2,
|
|
46
|
+
blockId: () => blockId,
|
|
47
|
+
blocks: () => blocks,
|
|
48
|
+
body: () => body,
|
|
49
|
+
body1: () => body1,
|
|
50
|
+
breakPeriod: () => breakPeriod,
|
|
51
|
+
comp: () => comp,
|
|
52
|
+
comp1: () => comp1,
|
|
53
|
+
comp10: () => comp10,
|
|
54
|
+
comp11: () => comp11,
|
|
55
|
+
comp12: () => comp12,
|
|
56
|
+
comp13: () => comp13,
|
|
57
|
+
comp14: () => comp14,
|
|
58
|
+
comp15: () => comp15,
|
|
59
|
+
comp16: () => comp16,
|
|
60
|
+
comp17: () => comp17,
|
|
61
|
+
comp18: () => comp18,
|
|
62
|
+
comp19: () => comp19,
|
|
63
|
+
comp2: () => comp2,
|
|
64
|
+
comp20: () => comp20,
|
|
65
|
+
comp21: () => comp21,
|
|
66
|
+
comp22: () => comp22,
|
|
67
|
+
comp23: () => comp23,
|
|
68
|
+
comp24: () => comp24,
|
|
69
|
+
comp25: () => comp25,
|
|
70
|
+
comp3: () => comp3,
|
|
71
|
+
comp4: () => comp4,
|
|
72
|
+
comp5: () => comp5,
|
|
73
|
+
comp6: () => comp6,
|
|
74
|
+
comp7: () => comp7,
|
|
75
|
+
comp8: () => comp8,
|
|
76
|
+
comp9: () => comp9,
|
|
77
|
+
containerAcl: () => containerAcl,
|
|
78
|
+
contentLength: () => contentLength,
|
|
79
|
+
contentType: () => contentType,
|
|
80
|
+
contentType1: () => contentType1,
|
|
81
|
+
copyActionAbortConstant: () => copyActionAbortConstant,
|
|
82
|
+
copyId: () => copyId,
|
|
83
|
+
copySource: () => copySource,
|
|
84
|
+
copySourceAuthorization: () => copySourceAuthorization,
|
|
85
|
+
copySourceBlobProperties: () => copySourceBlobProperties,
|
|
86
|
+
copySourceTags: () => copySourceTags,
|
|
87
|
+
defaultEncryptionScope: () => defaultEncryptionScope,
|
|
88
|
+
deleteSnapshots: () => deleteSnapshots,
|
|
89
|
+
deletedContainerName: () => deletedContainerName,
|
|
90
|
+
deletedContainerVersion: () => deletedContainerVersion,
|
|
91
|
+
delimiter: () => delimiter,
|
|
92
|
+
duration: () => duration,
|
|
93
|
+
encryptionAlgorithm: () => encryptionAlgorithm,
|
|
94
|
+
encryptionKey: () => encryptionKey,
|
|
95
|
+
encryptionKeySha256: () => encryptionKeySha256,
|
|
96
|
+
encryptionScope: () => encryptionScope,
|
|
97
|
+
expiresOn: () => expiresOn,
|
|
98
|
+
expiryOptions: () => expiryOptions,
|
|
99
|
+
fileRequestIntent: () => fileRequestIntent,
|
|
100
|
+
ifMatch: () => ifMatch,
|
|
101
|
+
ifMatch1: () => ifMatch1,
|
|
102
|
+
ifModifiedSince: () => ifModifiedSince,
|
|
103
|
+
ifModifiedSince1: () => ifModifiedSince1,
|
|
104
|
+
ifNoneMatch: () => ifNoneMatch,
|
|
105
|
+
ifNoneMatch1: () => ifNoneMatch1,
|
|
106
|
+
ifSequenceNumberEqualTo: () => ifSequenceNumberEqualTo,
|
|
107
|
+
ifSequenceNumberLessThan: () => ifSequenceNumberLessThan,
|
|
108
|
+
ifSequenceNumberLessThanOrEqualTo: () => ifSequenceNumberLessThanOrEqualTo,
|
|
109
|
+
ifTags: () => ifTags,
|
|
110
|
+
ifUnmodifiedSince: () => ifUnmodifiedSince,
|
|
111
|
+
ifUnmodifiedSince1: () => ifUnmodifiedSince1,
|
|
112
|
+
immutabilityPolicyExpiry: () => immutabilityPolicyExpiry,
|
|
113
|
+
immutabilityPolicyMode: () => immutabilityPolicyMode,
|
|
114
|
+
include: () => include,
|
|
115
|
+
include1: () => include1,
|
|
116
|
+
keyInfo: () => keyInfo,
|
|
117
|
+
leaseId: () => leaseId,
|
|
118
|
+
leaseId1: () => leaseId1,
|
|
119
|
+
legalHold: () => legalHold,
|
|
120
|
+
legalHold1: () => legalHold1,
|
|
121
|
+
listType: () => listType,
|
|
122
|
+
marker: () => marker,
|
|
123
|
+
maxPageSize: () => maxPageSize,
|
|
124
|
+
maxSize: () => maxSize,
|
|
125
|
+
metadata: () => metadata,
|
|
126
|
+
multipartContentType: () => multipartContentType,
|
|
127
|
+
pageWrite: () => pageWrite,
|
|
128
|
+
pageWrite1: () => pageWrite1,
|
|
129
|
+
prefix: () => prefix,
|
|
130
|
+
prevSnapshotUrl: () => prevSnapshotUrl,
|
|
131
|
+
preventEncryptionScopeOverride: () => preventEncryptionScopeOverride,
|
|
132
|
+
prevsnapshot: () => prevsnapshot,
|
|
133
|
+
proposedLeaseId: () => proposedLeaseId,
|
|
134
|
+
proposedLeaseId1: () => proposedLeaseId1,
|
|
135
|
+
queryRequest: () => queryRequest,
|
|
136
|
+
range: () => range,
|
|
137
|
+
range1: () => range1,
|
|
138
|
+
rangeGetContentCRC64: () => rangeGetContentCRC64,
|
|
139
|
+
rangeGetContentMD5: () => rangeGetContentMD5,
|
|
140
|
+
rehydratePriority: () => rehydratePriority,
|
|
141
|
+
requestId: () => requestId,
|
|
142
|
+
restype: () => restype,
|
|
143
|
+
restype1: () => restype1,
|
|
144
|
+
restype2: () => restype2,
|
|
145
|
+
sealBlob: () => sealBlob,
|
|
146
|
+
sequenceNumberAction: () => sequenceNumberAction,
|
|
147
|
+
snapshot: () => snapshot,
|
|
148
|
+
sourceContainerName: () => sourceContainerName,
|
|
149
|
+
sourceContentCrc64: () => sourceContentCrc64,
|
|
150
|
+
sourceContentMD5: () => sourceContentMD5,
|
|
151
|
+
sourceEncryptionAlgorithm: () => sourceEncryptionAlgorithm,
|
|
152
|
+
sourceEncryptionKey: () => sourceEncryptionKey,
|
|
153
|
+
sourceEncryptionKeySha256: () => sourceEncryptionKeySha256,
|
|
154
|
+
sourceIfMatch: () => sourceIfMatch,
|
|
155
|
+
sourceIfModifiedSince: () => sourceIfModifiedSince,
|
|
156
|
+
sourceIfNoneMatch: () => sourceIfNoneMatch,
|
|
157
|
+
sourceIfTags: () => sourceIfTags,
|
|
158
|
+
sourceIfUnmodifiedSince: () => sourceIfUnmodifiedSince,
|
|
159
|
+
sourceLeaseId: () => sourceLeaseId,
|
|
160
|
+
sourceRange: () => sourceRange,
|
|
161
|
+
sourceRange1: () => sourceRange1,
|
|
162
|
+
sourceUrl: () => sourceUrl,
|
|
163
|
+
startFrom: () => startFrom,
|
|
164
|
+
structuredBodyType: () => structuredBodyType,
|
|
165
|
+
structuredContentLength: () => structuredContentLength,
|
|
166
|
+
tags: () => tags,
|
|
167
|
+
tier: () => tier,
|
|
168
|
+
tier1: () => tier1,
|
|
169
|
+
timeoutInSeconds: () => timeoutInSeconds,
|
|
170
|
+
transactionalContentCrc64: () => transactionalContentCrc64,
|
|
171
|
+
transactionalContentMD5: () => transactionalContentMD5,
|
|
172
|
+
url: () => url,
|
|
173
|
+
version: () => version,
|
|
174
|
+
versionId: () => versionId,
|
|
175
|
+
where: () => where,
|
|
176
|
+
xMsRequiresSync: () => xMsRequiresSync
|
|
177
|
+
});
|
|
178
|
+
module.exports = __toCommonJS(parameters_exports);
|
|
179
|
+
var import_mappers = require("../models/mappers.js");
|
|
180
|
+
const contentType = {
|
|
181
|
+
parameterPath: ["options", "contentType"],
|
|
182
|
+
mapper: {
|
|
183
|
+
defaultValue: "application/xml",
|
|
184
|
+
isConstant: true,
|
|
185
|
+
serializedName: "Content-Type",
|
|
186
|
+
type: {
|
|
187
|
+
name: "String"
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
};
|
|
191
|
+
const blobServiceProperties = {
|
|
192
|
+
parameterPath: "blobServiceProperties",
|
|
193
|
+
mapper: import_mappers.BlobServiceProperties
|
|
194
|
+
};
|
|
195
|
+
const accept = {
|
|
196
|
+
parameterPath: "accept",
|
|
197
|
+
mapper: {
|
|
198
|
+
defaultValue: "application/xml",
|
|
199
|
+
isConstant: true,
|
|
200
|
+
serializedName: "Accept",
|
|
201
|
+
type: {
|
|
202
|
+
name: "String"
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
};
|
|
206
|
+
const url = {
|
|
207
|
+
parameterPath: "url",
|
|
208
|
+
mapper: {
|
|
209
|
+
serializedName: "url",
|
|
210
|
+
required: true,
|
|
211
|
+
xmlName: "url",
|
|
212
|
+
type: {
|
|
213
|
+
name: "String"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
skipEncoding: true
|
|
217
|
+
};
|
|
218
|
+
const restype = {
|
|
219
|
+
parameterPath: "restype",
|
|
220
|
+
mapper: {
|
|
221
|
+
defaultValue: "service",
|
|
222
|
+
isConstant: true,
|
|
223
|
+
serializedName: "restype",
|
|
224
|
+
type: {
|
|
225
|
+
name: "String"
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
};
|
|
229
|
+
const comp = {
|
|
230
|
+
parameterPath: "comp",
|
|
231
|
+
mapper: {
|
|
232
|
+
defaultValue: "properties",
|
|
233
|
+
isConstant: true,
|
|
234
|
+
serializedName: "comp",
|
|
235
|
+
type: {
|
|
236
|
+
name: "String"
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
};
|
|
240
|
+
const timeoutInSeconds = {
|
|
241
|
+
parameterPath: ["options", "timeoutInSeconds"],
|
|
242
|
+
mapper: {
|
|
243
|
+
constraints: {
|
|
244
|
+
InclusiveMinimum: 0
|
|
245
|
+
},
|
|
246
|
+
serializedName: "timeout",
|
|
247
|
+
xmlName: "timeout",
|
|
248
|
+
type: {
|
|
249
|
+
name: "Number"
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
};
|
|
253
|
+
const version = {
|
|
254
|
+
parameterPath: "version",
|
|
255
|
+
mapper: {
|
|
256
|
+
defaultValue: "2026-04-06",
|
|
257
|
+
isConstant: true,
|
|
258
|
+
serializedName: "x-ms-version",
|
|
259
|
+
type: {
|
|
260
|
+
name: "String"
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
};
|
|
264
|
+
const requestId = {
|
|
265
|
+
parameterPath: ["options", "requestId"],
|
|
266
|
+
mapper: {
|
|
267
|
+
serializedName: "x-ms-client-request-id",
|
|
268
|
+
xmlName: "x-ms-client-request-id",
|
|
269
|
+
type: {
|
|
270
|
+
name: "String"
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
};
|
|
274
|
+
const accept1 = {
|
|
275
|
+
parameterPath: "accept",
|
|
276
|
+
mapper: {
|
|
277
|
+
defaultValue: "application/xml",
|
|
278
|
+
isConstant: true,
|
|
279
|
+
serializedName: "Accept",
|
|
280
|
+
type: {
|
|
281
|
+
name: "String"
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
};
|
|
285
|
+
const comp1 = {
|
|
286
|
+
parameterPath: "comp",
|
|
287
|
+
mapper: {
|
|
288
|
+
defaultValue: "stats",
|
|
289
|
+
isConstant: true,
|
|
290
|
+
serializedName: "comp",
|
|
291
|
+
type: {
|
|
292
|
+
name: "String"
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
};
|
|
296
|
+
const comp2 = {
|
|
297
|
+
parameterPath: "comp",
|
|
298
|
+
mapper: {
|
|
299
|
+
defaultValue: "list",
|
|
300
|
+
isConstant: true,
|
|
301
|
+
serializedName: "comp",
|
|
302
|
+
type: {
|
|
303
|
+
name: "String"
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
};
|
|
307
|
+
const prefix = {
|
|
308
|
+
parameterPath: ["options", "prefix"],
|
|
309
|
+
mapper: {
|
|
310
|
+
serializedName: "prefix",
|
|
311
|
+
xmlName: "prefix",
|
|
312
|
+
type: {
|
|
313
|
+
name: "String"
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
};
|
|
317
|
+
const marker = {
|
|
318
|
+
parameterPath: ["options", "marker"],
|
|
319
|
+
mapper: {
|
|
320
|
+
serializedName: "marker",
|
|
321
|
+
xmlName: "marker",
|
|
322
|
+
type: {
|
|
323
|
+
name: "String"
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
};
|
|
327
|
+
const maxPageSize = {
|
|
328
|
+
parameterPath: ["options", "maxPageSize"],
|
|
329
|
+
mapper: {
|
|
330
|
+
constraints: {
|
|
331
|
+
InclusiveMinimum: 1
|
|
332
|
+
},
|
|
333
|
+
serializedName: "maxresults",
|
|
334
|
+
xmlName: "maxresults",
|
|
335
|
+
type: {
|
|
336
|
+
name: "Number"
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
};
|
|
340
|
+
const include = {
|
|
341
|
+
parameterPath: ["options", "include"],
|
|
342
|
+
mapper: {
|
|
343
|
+
serializedName: "include",
|
|
344
|
+
xmlName: "include",
|
|
345
|
+
xmlElementName: "ListContainersIncludeType",
|
|
346
|
+
type: {
|
|
347
|
+
name: "Sequence",
|
|
348
|
+
element: {
|
|
349
|
+
type: {
|
|
350
|
+
name: "Enum",
|
|
351
|
+
allowedValues: ["metadata", "deleted", "system"]
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
collectionFormat: "CSV"
|
|
357
|
+
};
|
|
358
|
+
const keyInfo = {
|
|
359
|
+
parameterPath: "keyInfo",
|
|
360
|
+
mapper: import_mappers.KeyInfo
|
|
361
|
+
};
|
|
362
|
+
const comp3 = {
|
|
363
|
+
parameterPath: "comp",
|
|
364
|
+
mapper: {
|
|
365
|
+
defaultValue: "userdelegationkey",
|
|
366
|
+
isConstant: true,
|
|
367
|
+
serializedName: "comp",
|
|
368
|
+
type: {
|
|
369
|
+
name: "String"
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
};
|
|
373
|
+
const restype1 = {
|
|
374
|
+
parameterPath: "restype",
|
|
375
|
+
mapper: {
|
|
376
|
+
defaultValue: "account",
|
|
377
|
+
isConstant: true,
|
|
378
|
+
serializedName: "restype",
|
|
379
|
+
type: {
|
|
380
|
+
name: "String"
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
};
|
|
384
|
+
const body = {
|
|
385
|
+
parameterPath: "body",
|
|
386
|
+
mapper: {
|
|
387
|
+
serializedName: "body",
|
|
388
|
+
required: true,
|
|
389
|
+
xmlName: "body",
|
|
390
|
+
type: {
|
|
391
|
+
name: "Stream"
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
};
|
|
395
|
+
const comp4 = {
|
|
396
|
+
parameterPath: "comp",
|
|
397
|
+
mapper: {
|
|
398
|
+
defaultValue: "batch",
|
|
399
|
+
isConstant: true,
|
|
400
|
+
serializedName: "comp",
|
|
401
|
+
type: {
|
|
402
|
+
name: "String"
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
};
|
|
406
|
+
const contentLength = {
|
|
407
|
+
parameterPath: "contentLength",
|
|
408
|
+
mapper: {
|
|
409
|
+
serializedName: "Content-Length",
|
|
410
|
+
required: true,
|
|
411
|
+
xmlName: "Content-Length",
|
|
412
|
+
type: {
|
|
413
|
+
name: "Number"
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
};
|
|
417
|
+
const multipartContentType = {
|
|
418
|
+
parameterPath: "multipartContentType",
|
|
419
|
+
mapper: {
|
|
420
|
+
serializedName: "Content-Type",
|
|
421
|
+
required: true,
|
|
422
|
+
xmlName: "Content-Type",
|
|
423
|
+
type: {
|
|
424
|
+
name: "String"
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
};
|
|
428
|
+
const comp5 = {
|
|
429
|
+
parameterPath: "comp",
|
|
430
|
+
mapper: {
|
|
431
|
+
defaultValue: "blobs",
|
|
432
|
+
isConstant: true,
|
|
433
|
+
serializedName: "comp",
|
|
434
|
+
type: {
|
|
435
|
+
name: "String"
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
};
|
|
439
|
+
const where = {
|
|
440
|
+
parameterPath: ["options", "where"],
|
|
441
|
+
mapper: {
|
|
442
|
+
serializedName: "where",
|
|
443
|
+
xmlName: "where",
|
|
444
|
+
type: {
|
|
445
|
+
name: "String"
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
};
|
|
449
|
+
const restype2 = {
|
|
450
|
+
parameterPath: "restype",
|
|
451
|
+
mapper: {
|
|
452
|
+
defaultValue: "container",
|
|
453
|
+
isConstant: true,
|
|
454
|
+
serializedName: "restype",
|
|
455
|
+
type: {
|
|
456
|
+
name: "String"
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
};
|
|
460
|
+
const metadata = {
|
|
461
|
+
parameterPath: ["options", "metadata"],
|
|
462
|
+
mapper: {
|
|
463
|
+
serializedName: "x-ms-meta",
|
|
464
|
+
xmlName: "x-ms-meta",
|
|
465
|
+
headerCollectionPrefix: "x-ms-meta-",
|
|
466
|
+
type: {
|
|
467
|
+
name: "Dictionary",
|
|
468
|
+
value: { type: { name: "String" } }
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
};
|
|
472
|
+
const access = {
|
|
473
|
+
parameterPath: ["options", "access"],
|
|
474
|
+
mapper: {
|
|
475
|
+
serializedName: "x-ms-blob-public-access",
|
|
476
|
+
xmlName: "x-ms-blob-public-access",
|
|
477
|
+
type: {
|
|
478
|
+
name: "Enum",
|
|
479
|
+
allowedValues: ["container", "blob"]
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
};
|
|
483
|
+
const defaultEncryptionScope = {
|
|
484
|
+
parameterPath: [
|
|
485
|
+
"options",
|
|
486
|
+
"containerEncryptionScope",
|
|
487
|
+
"defaultEncryptionScope"
|
|
488
|
+
],
|
|
489
|
+
mapper: {
|
|
490
|
+
serializedName: "x-ms-default-encryption-scope",
|
|
491
|
+
xmlName: "x-ms-default-encryption-scope",
|
|
492
|
+
type: {
|
|
493
|
+
name: "String"
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
};
|
|
497
|
+
const preventEncryptionScopeOverride = {
|
|
498
|
+
parameterPath: [
|
|
499
|
+
"options",
|
|
500
|
+
"containerEncryptionScope",
|
|
501
|
+
"preventEncryptionScopeOverride"
|
|
502
|
+
],
|
|
503
|
+
mapper: {
|
|
504
|
+
serializedName: "x-ms-deny-encryption-scope-override",
|
|
505
|
+
xmlName: "x-ms-deny-encryption-scope-override",
|
|
506
|
+
type: {
|
|
507
|
+
name: "Boolean"
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
};
|
|
511
|
+
const leaseId = {
|
|
512
|
+
parameterPath: ["options", "leaseAccessConditions", "leaseId"],
|
|
513
|
+
mapper: {
|
|
514
|
+
serializedName: "x-ms-lease-id",
|
|
515
|
+
xmlName: "x-ms-lease-id",
|
|
516
|
+
type: {
|
|
517
|
+
name: "String"
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
};
|
|
521
|
+
const ifModifiedSince = {
|
|
522
|
+
parameterPath: ["options", "modifiedAccessConditions", "ifModifiedSince"],
|
|
523
|
+
mapper: {
|
|
524
|
+
serializedName: "If-Modified-Since",
|
|
525
|
+
xmlName: "If-Modified-Since",
|
|
526
|
+
type: {
|
|
527
|
+
name: "DateTimeRfc1123"
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
};
|
|
531
|
+
const ifUnmodifiedSince = {
|
|
532
|
+
parameterPath: ["options", "modifiedAccessConditions", "ifUnmodifiedSince"],
|
|
533
|
+
mapper: {
|
|
534
|
+
serializedName: "If-Unmodified-Since",
|
|
535
|
+
xmlName: "If-Unmodified-Since",
|
|
536
|
+
type: {
|
|
537
|
+
name: "DateTimeRfc1123"
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
};
|
|
541
|
+
const comp6 = {
|
|
542
|
+
parameterPath: "comp",
|
|
543
|
+
mapper: {
|
|
544
|
+
defaultValue: "metadata",
|
|
545
|
+
isConstant: true,
|
|
546
|
+
serializedName: "comp",
|
|
547
|
+
type: {
|
|
548
|
+
name: "String"
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
};
|
|
552
|
+
const comp7 = {
|
|
553
|
+
parameterPath: "comp",
|
|
554
|
+
mapper: {
|
|
555
|
+
defaultValue: "acl",
|
|
556
|
+
isConstant: true,
|
|
557
|
+
serializedName: "comp",
|
|
558
|
+
type: {
|
|
559
|
+
name: "String"
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
};
|
|
563
|
+
const containerAcl = {
|
|
564
|
+
parameterPath: ["options", "containerAcl"],
|
|
565
|
+
mapper: {
|
|
566
|
+
serializedName: "containerAcl",
|
|
567
|
+
xmlName: "SignedIdentifiers",
|
|
568
|
+
xmlIsWrapped: true,
|
|
569
|
+
xmlElementName: "SignedIdentifier",
|
|
570
|
+
type: {
|
|
571
|
+
name: "Sequence",
|
|
572
|
+
element: {
|
|
573
|
+
type: {
|
|
574
|
+
name: "Composite",
|
|
575
|
+
className: "SignedIdentifier"
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
}
|
|
580
|
+
};
|
|
581
|
+
const comp8 = {
|
|
582
|
+
parameterPath: "comp",
|
|
583
|
+
mapper: {
|
|
584
|
+
defaultValue: "undelete",
|
|
585
|
+
isConstant: true,
|
|
586
|
+
serializedName: "comp",
|
|
587
|
+
type: {
|
|
588
|
+
name: "String"
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
};
|
|
592
|
+
const deletedContainerName = {
|
|
593
|
+
parameterPath: ["options", "deletedContainerName"],
|
|
594
|
+
mapper: {
|
|
595
|
+
serializedName: "x-ms-deleted-container-name",
|
|
596
|
+
xmlName: "x-ms-deleted-container-name",
|
|
597
|
+
type: {
|
|
598
|
+
name: "String"
|
|
599
|
+
}
|
|
600
|
+
}
|
|
601
|
+
};
|
|
602
|
+
const deletedContainerVersion = {
|
|
603
|
+
parameterPath: ["options", "deletedContainerVersion"],
|
|
604
|
+
mapper: {
|
|
605
|
+
serializedName: "x-ms-deleted-container-version",
|
|
606
|
+
xmlName: "x-ms-deleted-container-version",
|
|
607
|
+
type: {
|
|
608
|
+
name: "String"
|
|
609
|
+
}
|
|
610
|
+
}
|
|
611
|
+
};
|
|
612
|
+
const comp9 = {
|
|
613
|
+
parameterPath: "comp",
|
|
614
|
+
mapper: {
|
|
615
|
+
defaultValue: "rename",
|
|
616
|
+
isConstant: true,
|
|
617
|
+
serializedName: "comp",
|
|
618
|
+
type: {
|
|
619
|
+
name: "String"
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
};
|
|
623
|
+
const sourceContainerName = {
|
|
624
|
+
parameterPath: "sourceContainerName",
|
|
625
|
+
mapper: {
|
|
626
|
+
serializedName: "x-ms-source-container-name",
|
|
627
|
+
required: true,
|
|
628
|
+
xmlName: "x-ms-source-container-name",
|
|
629
|
+
type: {
|
|
630
|
+
name: "String"
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
};
|
|
634
|
+
const sourceLeaseId = {
|
|
635
|
+
parameterPath: ["options", "sourceLeaseId"],
|
|
636
|
+
mapper: {
|
|
637
|
+
serializedName: "x-ms-source-lease-id",
|
|
638
|
+
xmlName: "x-ms-source-lease-id",
|
|
639
|
+
type: {
|
|
640
|
+
name: "String"
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
};
|
|
644
|
+
const comp10 = {
|
|
645
|
+
parameterPath: "comp",
|
|
646
|
+
mapper: {
|
|
647
|
+
defaultValue: "lease",
|
|
648
|
+
isConstant: true,
|
|
649
|
+
serializedName: "comp",
|
|
650
|
+
type: {
|
|
651
|
+
name: "String"
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
};
|
|
655
|
+
const action = {
|
|
656
|
+
parameterPath: "action",
|
|
657
|
+
mapper: {
|
|
658
|
+
defaultValue: "acquire",
|
|
659
|
+
isConstant: true,
|
|
660
|
+
serializedName: "x-ms-lease-action",
|
|
661
|
+
type: {
|
|
662
|
+
name: "String"
|
|
663
|
+
}
|
|
664
|
+
}
|
|
665
|
+
};
|
|
666
|
+
const duration = {
|
|
667
|
+
parameterPath: ["options", "duration"],
|
|
668
|
+
mapper: {
|
|
669
|
+
serializedName: "x-ms-lease-duration",
|
|
670
|
+
xmlName: "x-ms-lease-duration",
|
|
671
|
+
type: {
|
|
672
|
+
name: "Number"
|
|
673
|
+
}
|
|
674
|
+
}
|
|
675
|
+
};
|
|
676
|
+
const proposedLeaseId = {
|
|
677
|
+
parameterPath: ["options", "proposedLeaseId"],
|
|
678
|
+
mapper: {
|
|
679
|
+
serializedName: "x-ms-proposed-lease-id",
|
|
680
|
+
xmlName: "x-ms-proposed-lease-id",
|
|
681
|
+
type: {
|
|
682
|
+
name: "String"
|
|
683
|
+
}
|
|
684
|
+
}
|
|
685
|
+
};
|
|
686
|
+
const action1 = {
|
|
687
|
+
parameterPath: "action",
|
|
688
|
+
mapper: {
|
|
689
|
+
defaultValue: "release",
|
|
690
|
+
isConstant: true,
|
|
691
|
+
serializedName: "x-ms-lease-action",
|
|
692
|
+
type: {
|
|
693
|
+
name: "String"
|
|
694
|
+
}
|
|
695
|
+
}
|
|
696
|
+
};
|
|
697
|
+
const leaseId1 = {
|
|
698
|
+
parameterPath: "leaseId",
|
|
699
|
+
mapper: {
|
|
700
|
+
serializedName: "x-ms-lease-id",
|
|
701
|
+
required: true,
|
|
702
|
+
xmlName: "x-ms-lease-id",
|
|
703
|
+
type: {
|
|
704
|
+
name: "String"
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
};
|
|
708
|
+
const action2 = {
|
|
709
|
+
parameterPath: "action",
|
|
710
|
+
mapper: {
|
|
711
|
+
defaultValue: "renew",
|
|
712
|
+
isConstant: true,
|
|
713
|
+
serializedName: "x-ms-lease-action",
|
|
714
|
+
type: {
|
|
715
|
+
name: "String"
|
|
716
|
+
}
|
|
717
|
+
}
|
|
718
|
+
};
|
|
719
|
+
const action3 = {
|
|
720
|
+
parameterPath: "action",
|
|
721
|
+
mapper: {
|
|
722
|
+
defaultValue: "break",
|
|
723
|
+
isConstant: true,
|
|
724
|
+
serializedName: "x-ms-lease-action",
|
|
725
|
+
type: {
|
|
726
|
+
name: "String"
|
|
727
|
+
}
|
|
728
|
+
}
|
|
729
|
+
};
|
|
730
|
+
const breakPeriod = {
|
|
731
|
+
parameterPath: ["options", "breakPeriod"],
|
|
732
|
+
mapper: {
|
|
733
|
+
serializedName: "x-ms-lease-break-period",
|
|
734
|
+
xmlName: "x-ms-lease-break-period",
|
|
735
|
+
type: {
|
|
736
|
+
name: "Number"
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
};
|
|
740
|
+
const action4 = {
|
|
741
|
+
parameterPath: "action",
|
|
742
|
+
mapper: {
|
|
743
|
+
defaultValue: "change",
|
|
744
|
+
isConstant: true,
|
|
745
|
+
serializedName: "x-ms-lease-action",
|
|
746
|
+
type: {
|
|
747
|
+
name: "String"
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
};
|
|
751
|
+
const proposedLeaseId1 = {
|
|
752
|
+
parameterPath: "proposedLeaseId",
|
|
753
|
+
mapper: {
|
|
754
|
+
serializedName: "x-ms-proposed-lease-id",
|
|
755
|
+
required: true,
|
|
756
|
+
xmlName: "x-ms-proposed-lease-id",
|
|
757
|
+
type: {
|
|
758
|
+
name: "String"
|
|
759
|
+
}
|
|
760
|
+
}
|
|
761
|
+
};
|
|
762
|
+
const include1 = {
|
|
763
|
+
parameterPath: ["options", "include"],
|
|
764
|
+
mapper: {
|
|
765
|
+
serializedName: "include",
|
|
766
|
+
xmlName: "include",
|
|
767
|
+
xmlElementName: "ListBlobsIncludeItem",
|
|
768
|
+
type: {
|
|
769
|
+
name: "Sequence",
|
|
770
|
+
element: {
|
|
771
|
+
type: {
|
|
772
|
+
name: "Enum",
|
|
773
|
+
allowedValues: [
|
|
774
|
+
"copy",
|
|
775
|
+
"deleted",
|
|
776
|
+
"metadata",
|
|
777
|
+
"snapshots",
|
|
778
|
+
"uncommittedblobs",
|
|
779
|
+
"versions",
|
|
780
|
+
"tags",
|
|
781
|
+
"immutabilitypolicy",
|
|
782
|
+
"legalhold",
|
|
783
|
+
"deletedwithversions"
|
|
784
|
+
]
|
|
785
|
+
}
|
|
786
|
+
}
|
|
787
|
+
}
|
|
788
|
+
},
|
|
789
|
+
collectionFormat: "CSV"
|
|
790
|
+
};
|
|
791
|
+
const startFrom = {
|
|
792
|
+
parameterPath: ["options", "startFrom"],
|
|
793
|
+
mapper: {
|
|
794
|
+
serializedName: "startFrom",
|
|
795
|
+
xmlName: "startFrom",
|
|
796
|
+
type: {
|
|
797
|
+
name: "String"
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
};
|
|
801
|
+
const delimiter = {
|
|
802
|
+
parameterPath: "delimiter",
|
|
803
|
+
mapper: {
|
|
804
|
+
serializedName: "delimiter",
|
|
805
|
+
required: true,
|
|
806
|
+
xmlName: "delimiter",
|
|
807
|
+
type: {
|
|
808
|
+
name: "String"
|
|
809
|
+
}
|
|
810
|
+
}
|
|
811
|
+
};
|
|
812
|
+
const snapshot = {
|
|
813
|
+
parameterPath: ["options", "snapshot"],
|
|
814
|
+
mapper: {
|
|
815
|
+
serializedName: "snapshot",
|
|
816
|
+
xmlName: "snapshot",
|
|
817
|
+
type: {
|
|
818
|
+
name: "String"
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
};
|
|
822
|
+
const versionId = {
|
|
823
|
+
parameterPath: ["options", "versionId"],
|
|
824
|
+
mapper: {
|
|
825
|
+
serializedName: "versionid",
|
|
826
|
+
xmlName: "versionid",
|
|
827
|
+
type: {
|
|
828
|
+
name: "String"
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
};
|
|
832
|
+
const range = {
|
|
833
|
+
parameterPath: ["options", "range"],
|
|
834
|
+
mapper: {
|
|
835
|
+
serializedName: "x-ms-range",
|
|
836
|
+
xmlName: "x-ms-range",
|
|
837
|
+
type: {
|
|
838
|
+
name: "String"
|
|
839
|
+
}
|
|
840
|
+
}
|
|
841
|
+
};
|
|
842
|
+
const rangeGetContentMD5 = {
|
|
843
|
+
parameterPath: ["options", "rangeGetContentMD5"],
|
|
844
|
+
mapper: {
|
|
845
|
+
serializedName: "x-ms-range-get-content-md5",
|
|
846
|
+
xmlName: "x-ms-range-get-content-md5",
|
|
847
|
+
type: {
|
|
848
|
+
name: "Boolean"
|
|
849
|
+
}
|
|
850
|
+
}
|
|
851
|
+
};
|
|
852
|
+
const rangeGetContentCRC64 = {
|
|
853
|
+
parameterPath: ["options", "rangeGetContentCRC64"],
|
|
854
|
+
mapper: {
|
|
855
|
+
serializedName: "x-ms-range-get-content-crc64",
|
|
856
|
+
xmlName: "x-ms-range-get-content-crc64",
|
|
857
|
+
type: {
|
|
858
|
+
name: "Boolean"
|
|
859
|
+
}
|
|
860
|
+
}
|
|
861
|
+
};
|
|
862
|
+
const structuredBodyType = {
|
|
863
|
+
parameterPath: ["options", "structuredBodyType"],
|
|
864
|
+
mapper: {
|
|
865
|
+
serializedName: "x-ms-structured-body",
|
|
866
|
+
xmlName: "x-ms-structured-body",
|
|
867
|
+
type: {
|
|
868
|
+
name: "String"
|
|
869
|
+
}
|
|
870
|
+
}
|
|
871
|
+
};
|
|
872
|
+
const encryptionKey = {
|
|
873
|
+
parameterPath: ["options", "cpkInfo", "encryptionKey"],
|
|
874
|
+
mapper: {
|
|
875
|
+
serializedName: "x-ms-encryption-key",
|
|
876
|
+
xmlName: "x-ms-encryption-key",
|
|
877
|
+
type: {
|
|
878
|
+
name: "String"
|
|
879
|
+
}
|
|
880
|
+
}
|
|
881
|
+
};
|
|
882
|
+
const encryptionKeySha256 = {
|
|
883
|
+
parameterPath: ["options", "cpkInfo", "encryptionKeySha256"],
|
|
884
|
+
mapper: {
|
|
885
|
+
serializedName: "x-ms-encryption-key-sha256",
|
|
886
|
+
xmlName: "x-ms-encryption-key-sha256",
|
|
887
|
+
type: {
|
|
888
|
+
name: "String"
|
|
889
|
+
}
|
|
890
|
+
}
|
|
891
|
+
};
|
|
892
|
+
const encryptionAlgorithm = {
|
|
893
|
+
parameterPath: ["options", "cpkInfo", "encryptionAlgorithm"],
|
|
894
|
+
mapper: {
|
|
895
|
+
serializedName: "x-ms-encryption-algorithm",
|
|
896
|
+
xmlName: "x-ms-encryption-algorithm",
|
|
897
|
+
type: {
|
|
898
|
+
name: "String"
|
|
899
|
+
}
|
|
900
|
+
}
|
|
901
|
+
};
|
|
902
|
+
const ifMatch = {
|
|
903
|
+
parameterPath: ["options", "modifiedAccessConditions", "ifMatch"],
|
|
904
|
+
mapper: {
|
|
905
|
+
serializedName: "If-Match",
|
|
906
|
+
xmlName: "If-Match",
|
|
907
|
+
type: {
|
|
908
|
+
name: "String"
|
|
909
|
+
}
|
|
910
|
+
}
|
|
911
|
+
};
|
|
912
|
+
const ifNoneMatch = {
|
|
913
|
+
parameterPath: ["options", "modifiedAccessConditions", "ifNoneMatch"],
|
|
914
|
+
mapper: {
|
|
915
|
+
serializedName: "If-None-Match",
|
|
916
|
+
xmlName: "If-None-Match",
|
|
917
|
+
type: {
|
|
918
|
+
name: "String"
|
|
919
|
+
}
|
|
920
|
+
}
|
|
921
|
+
};
|
|
922
|
+
const ifTags = {
|
|
923
|
+
parameterPath: ["options", "modifiedAccessConditions", "ifTags"],
|
|
924
|
+
mapper: {
|
|
925
|
+
serializedName: "x-ms-if-tags",
|
|
926
|
+
xmlName: "x-ms-if-tags",
|
|
927
|
+
type: {
|
|
928
|
+
name: "String"
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
};
|
|
932
|
+
const deleteSnapshots = {
|
|
933
|
+
parameterPath: ["options", "deleteSnapshots"],
|
|
934
|
+
mapper: {
|
|
935
|
+
serializedName: "x-ms-delete-snapshots",
|
|
936
|
+
xmlName: "x-ms-delete-snapshots",
|
|
937
|
+
type: {
|
|
938
|
+
name: "Enum",
|
|
939
|
+
allowedValues: ["include", "only"]
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
};
|
|
943
|
+
const blobDeleteType = {
|
|
944
|
+
parameterPath: ["options", "blobDeleteType"],
|
|
945
|
+
mapper: {
|
|
946
|
+
serializedName: "deletetype",
|
|
947
|
+
xmlName: "deletetype",
|
|
948
|
+
type: {
|
|
949
|
+
name: "String"
|
|
950
|
+
}
|
|
951
|
+
}
|
|
952
|
+
};
|
|
953
|
+
const accessTierIfModifiedSince = {
|
|
954
|
+
parameterPath: ["options", "accessTierIfModifiedSince"],
|
|
955
|
+
mapper: {
|
|
956
|
+
serializedName: "x-ms-access-tier-if-modified-since",
|
|
957
|
+
xmlName: "x-ms-access-tier-if-modified-since",
|
|
958
|
+
type: {
|
|
959
|
+
name: "DateTimeRfc1123"
|
|
960
|
+
}
|
|
961
|
+
}
|
|
962
|
+
};
|
|
963
|
+
const accessTierIfUnmodifiedSince = {
|
|
964
|
+
parameterPath: ["options", "accessTierIfUnmodifiedSince"],
|
|
965
|
+
mapper: {
|
|
966
|
+
serializedName: "x-ms-access-tier-if-unmodified-since",
|
|
967
|
+
xmlName: "x-ms-access-tier-if-unmodified-since",
|
|
968
|
+
type: {
|
|
969
|
+
name: "DateTimeRfc1123"
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
};
|
|
973
|
+
const comp11 = {
|
|
974
|
+
parameterPath: "comp",
|
|
975
|
+
mapper: {
|
|
976
|
+
defaultValue: "expiry",
|
|
977
|
+
isConstant: true,
|
|
978
|
+
serializedName: "comp",
|
|
979
|
+
type: {
|
|
980
|
+
name: "String"
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
};
|
|
984
|
+
const expiryOptions = {
|
|
985
|
+
parameterPath: "expiryOptions",
|
|
986
|
+
mapper: {
|
|
987
|
+
serializedName: "x-ms-expiry-option",
|
|
988
|
+
required: true,
|
|
989
|
+
xmlName: "x-ms-expiry-option",
|
|
990
|
+
type: {
|
|
991
|
+
name: "String"
|
|
992
|
+
}
|
|
993
|
+
}
|
|
994
|
+
};
|
|
995
|
+
const expiresOn = {
|
|
996
|
+
parameterPath: ["options", "expiresOn"],
|
|
997
|
+
mapper: {
|
|
998
|
+
serializedName: "x-ms-expiry-time",
|
|
999
|
+
xmlName: "x-ms-expiry-time",
|
|
1000
|
+
type: {
|
|
1001
|
+
name: "String"
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
};
|
|
1005
|
+
const blobCacheControl = {
|
|
1006
|
+
parameterPath: ["options", "blobHttpHeaders", "blobCacheControl"],
|
|
1007
|
+
mapper: {
|
|
1008
|
+
serializedName: "x-ms-blob-cache-control",
|
|
1009
|
+
xmlName: "x-ms-blob-cache-control",
|
|
1010
|
+
type: {
|
|
1011
|
+
name: "String"
|
|
1012
|
+
}
|
|
1013
|
+
}
|
|
1014
|
+
};
|
|
1015
|
+
const blobContentType = {
|
|
1016
|
+
parameterPath: ["options", "blobHttpHeaders", "blobContentType"],
|
|
1017
|
+
mapper: {
|
|
1018
|
+
serializedName: "x-ms-blob-content-type",
|
|
1019
|
+
xmlName: "x-ms-blob-content-type",
|
|
1020
|
+
type: {
|
|
1021
|
+
name: "String"
|
|
1022
|
+
}
|
|
1023
|
+
}
|
|
1024
|
+
};
|
|
1025
|
+
const blobContentMD5 = {
|
|
1026
|
+
parameterPath: ["options", "blobHttpHeaders", "blobContentMD5"],
|
|
1027
|
+
mapper: {
|
|
1028
|
+
serializedName: "x-ms-blob-content-md5",
|
|
1029
|
+
xmlName: "x-ms-blob-content-md5",
|
|
1030
|
+
type: {
|
|
1031
|
+
name: "ByteArray"
|
|
1032
|
+
}
|
|
1033
|
+
}
|
|
1034
|
+
};
|
|
1035
|
+
const blobContentEncoding = {
|
|
1036
|
+
parameterPath: ["options", "blobHttpHeaders", "blobContentEncoding"],
|
|
1037
|
+
mapper: {
|
|
1038
|
+
serializedName: "x-ms-blob-content-encoding",
|
|
1039
|
+
xmlName: "x-ms-blob-content-encoding",
|
|
1040
|
+
type: {
|
|
1041
|
+
name: "String"
|
|
1042
|
+
}
|
|
1043
|
+
}
|
|
1044
|
+
};
|
|
1045
|
+
const blobContentLanguage = {
|
|
1046
|
+
parameterPath: ["options", "blobHttpHeaders", "blobContentLanguage"],
|
|
1047
|
+
mapper: {
|
|
1048
|
+
serializedName: "x-ms-blob-content-language",
|
|
1049
|
+
xmlName: "x-ms-blob-content-language",
|
|
1050
|
+
type: {
|
|
1051
|
+
name: "String"
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
};
|
|
1055
|
+
const blobContentDisposition = {
|
|
1056
|
+
parameterPath: ["options", "blobHttpHeaders", "blobContentDisposition"],
|
|
1057
|
+
mapper: {
|
|
1058
|
+
serializedName: "x-ms-blob-content-disposition",
|
|
1059
|
+
xmlName: "x-ms-blob-content-disposition",
|
|
1060
|
+
type: {
|
|
1061
|
+
name: "String"
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
};
|
|
1065
|
+
const comp12 = {
|
|
1066
|
+
parameterPath: "comp",
|
|
1067
|
+
mapper: {
|
|
1068
|
+
defaultValue: "immutabilityPolicies",
|
|
1069
|
+
isConstant: true,
|
|
1070
|
+
serializedName: "comp",
|
|
1071
|
+
type: {
|
|
1072
|
+
name: "String"
|
|
1073
|
+
}
|
|
1074
|
+
}
|
|
1075
|
+
};
|
|
1076
|
+
const immutabilityPolicyExpiry = {
|
|
1077
|
+
parameterPath: ["options", "immutabilityPolicyExpiry"],
|
|
1078
|
+
mapper: {
|
|
1079
|
+
serializedName: "x-ms-immutability-policy-until-date",
|
|
1080
|
+
xmlName: "x-ms-immutability-policy-until-date",
|
|
1081
|
+
type: {
|
|
1082
|
+
name: "DateTimeRfc1123"
|
|
1083
|
+
}
|
|
1084
|
+
}
|
|
1085
|
+
};
|
|
1086
|
+
const immutabilityPolicyMode = {
|
|
1087
|
+
parameterPath: ["options", "immutabilityPolicyMode"],
|
|
1088
|
+
mapper: {
|
|
1089
|
+
serializedName: "x-ms-immutability-policy-mode",
|
|
1090
|
+
xmlName: "x-ms-immutability-policy-mode",
|
|
1091
|
+
type: {
|
|
1092
|
+
name: "Enum",
|
|
1093
|
+
allowedValues: ["Mutable", "Unlocked", "Locked"]
|
|
1094
|
+
}
|
|
1095
|
+
}
|
|
1096
|
+
};
|
|
1097
|
+
const comp13 = {
|
|
1098
|
+
parameterPath: "comp",
|
|
1099
|
+
mapper: {
|
|
1100
|
+
defaultValue: "legalhold",
|
|
1101
|
+
isConstant: true,
|
|
1102
|
+
serializedName: "comp",
|
|
1103
|
+
type: {
|
|
1104
|
+
name: "String"
|
|
1105
|
+
}
|
|
1106
|
+
}
|
|
1107
|
+
};
|
|
1108
|
+
const legalHold = {
|
|
1109
|
+
parameterPath: "legalHold",
|
|
1110
|
+
mapper: {
|
|
1111
|
+
serializedName: "x-ms-legal-hold",
|
|
1112
|
+
required: true,
|
|
1113
|
+
xmlName: "x-ms-legal-hold",
|
|
1114
|
+
type: {
|
|
1115
|
+
name: "Boolean"
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
|
+
};
|
|
1119
|
+
const encryptionScope = {
|
|
1120
|
+
parameterPath: ["options", "encryptionScope"],
|
|
1121
|
+
mapper: {
|
|
1122
|
+
serializedName: "x-ms-encryption-scope",
|
|
1123
|
+
xmlName: "x-ms-encryption-scope",
|
|
1124
|
+
type: {
|
|
1125
|
+
name: "String"
|
|
1126
|
+
}
|
|
1127
|
+
}
|
|
1128
|
+
};
|
|
1129
|
+
const comp14 = {
|
|
1130
|
+
parameterPath: "comp",
|
|
1131
|
+
mapper: {
|
|
1132
|
+
defaultValue: "snapshot",
|
|
1133
|
+
isConstant: true,
|
|
1134
|
+
serializedName: "comp",
|
|
1135
|
+
type: {
|
|
1136
|
+
name: "String"
|
|
1137
|
+
}
|
|
1138
|
+
}
|
|
1139
|
+
};
|
|
1140
|
+
const tier = {
|
|
1141
|
+
parameterPath: ["options", "tier"],
|
|
1142
|
+
mapper: {
|
|
1143
|
+
serializedName: "x-ms-access-tier",
|
|
1144
|
+
xmlName: "x-ms-access-tier",
|
|
1145
|
+
type: {
|
|
1146
|
+
name: "Enum",
|
|
1147
|
+
allowedValues: [
|
|
1148
|
+
"P4",
|
|
1149
|
+
"P6",
|
|
1150
|
+
"P10",
|
|
1151
|
+
"P15",
|
|
1152
|
+
"P20",
|
|
1153
|
+
"P30",
|
|
1154
|
+
"P40",
|
|
1155
|
+
"P50",
|
|
1156
|
+
"P60",
|
|
1157
|
+
"P70",
|
|
1158
|
+
"P80",
|
|
1159
|
+
"Hot",
|
|
1160
|
+
"Cool",
|
|
1161
|
+
"Archive",
|
|
1162
|
+
"Cold"
|
|
1163
|
+
]
|
|
1164
|
+
}
|
|
1165
|
+
}
|
|
1166
|
+
};
|
|
1167
|
+
const rehydratePriority = {
|
|
1168
|
+
parameterPath: ["options", "rehydratePriority"],
|
|
1169
|
+
mapper: {
|
|
1170
|
+
serializedName: "x-ms-rehydrate-priority",
|
|
1171
|
+
xmlName: "x-ms-rehydrate-priority",
|
|
1172
|
+
type: {
|
|
1173
|
+
name: "Enum",
|
|
1174
|
+
allowedValues: ["High", "Standard"]
|
|
1175
|
+
}
|
|
1176
|
+
}
|
|
1177
|
+
};
|
|
1178
|
+
const sourceIfModifiedSince = {
|
|
1179
|
+
parameterPath: [
|
|
1180
|
+
"options",
|
|
1181
|
+
"sourceModifiedAccessConditions",
|
|
1182
|
+
"sourceIfModifiedSince"
|
|
1183
|
+
],
|
|
1184
|
+
mapper: {
|
|
1185
|
+
serializedName: "x-ms-source-if-modified-since",
|
|
1186
|
+
xmlName: "x-ms-source-if-modified-since",
|
|
1187
|
+
type: {
|
|
1188
|
+
name: "DateTimeRfc1123"
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1191
|
+
};
|
|
1192
|
+
const sourceIfUnmodifiedSince = {
|
|
1193
|
+
parameterPath: [
|
|
1194
|
+
"options",
|
|
1195
|
+
"sourceModifiedAccessConditions",
|
|
1196
|
+
"sourceIfUnmodifiedSince"
|
|
1197
|
+
],
|
|
1198
|
+
mapper: {
|
|
1199
|
+
serializedName: "x-ms-source-if-unmodified-since",
|
|
1200
|
+
xmlName: "x-ms-source-if-unmodified-since",
|
|
1201
|
+
type: {
|
|
1202
|
+
name: "DateTimeRfc1123"
|
|
1203
|
+
}
|
|
1204
|
+
}
|
|
1205
|
+
};
|
|
1206
|
+
const sourceIfMatch = {
|
|
1207
|
+
parameterPath: ["options", "sourceModifiedAccessConditions", "sourceIfMatch"],
|
|
1208
|
+
mapper: {
|
|
1209
|
+
serializedName: "x-ms-source-if-match",
|
|
1210
|
+
xmlName: "x-ms-source-if-match",
|
|
1211
|
+
type: {
|
|
1212
|
+
name: "String"
|
|
1213
|
+
}
|
|
1214
|
+
}
|
|
1215
|
+
};
|
|
1216
|
+
const sourceIfNoneMatch = {
|
|
1217
|
+
parameterPath: [
|
|
1218
|
+
"options",
|
|
1219
|
+
"sourceModifiedAccessConditions",
|
|
1220
|
+
"sourceIfNoneMatch"
|
|
1221
|
+
],
|
|
1222
|
+
mapper: {
|
|
1223
|
+
serializedName: "x-ms-source-if-none-match",
|
|
1224
|
+
xmlName: "x-ms-source-if-none-match",
|
|
1225
|
+
type: {
|
|
1226
|
+
name: "String"
|
|
1227
|
+
}
|
|
1228
|
+
}
|
|
1229
|
+
};
|
|
1230
|
+
const sourceIfTags = {
|
|
1231
|
+
parameterPath: ["options", "sourceModifiedAccessConditions", "sourceIfTags"],
|
|
1232
|
+
mapper: {
|
|
1233
|
+
serializedName: "x-ms-source-if-tags",
|
|
1234
|
+
xmlName: "x-ms-source-if-tags",
|
|
1235
|
+
type: {
|
|
1236
|
+
name: "String"
|
|
1237
|
+
}
|
|
1238
|
+
}
|
|
1239
|
+
};
|
|
1240
|
+
const copySource = {
|
|
1241
|
+
parameterPath: "copySource",
|
|
1242
|
+
mapper: {
|
|
1243
|
+
serializedName: "x-ms-copy-source",
|
|
1244
|
+
required: true,
|
|
1245
|
+
xmlName: "x-ms-copy-source",
|
|
1246
|
+
type: {
|
|
1247
|
+
name: "String"
|
|
1248
|
+
}
|
|
1249
|
+
}
|
|
1250
|
+
};
|
|
1251
|
+
const blobTagsString = {
|
|
1252
|
+
parameterPath: ["options", "blobTagsString"],
|
|
1253
|
+
mapper: {
|
|
1254
|
+
serializedName: "x-ms-tags",
|
|
1255
|
+
xmlName: "x-ms-tags",
|
|
1256
|
+
type: {
|
|
1257
|
+
name: "String"
|
|
1258
|
+
}
|
|
1259
|
+
}
|
|
1260
|
+
};
|
|
1261
|
+
const sealBlob = {
|
|
1262
|
+
parameterPath: ["options", "sealBlob"],
|
|
1263
|
+
mapper: {
|
|
1264
|
+
serializedName: "x-ms-seal-blob",
|
|
1265
|
+
xmlName: "x-ms-seal-blob",
|
|
1266
|
+
type: {
|
|
1267
|
+
name: "Boolean"
|
|
1268
|
+
}
|
|
1269
|
+
}
|
|
1270
|
+
};
|
|
1271
|
+
const legalHold1 = {
|
|
1272
|
+
parameterPath: ["options", "legalHold"],
|
|
1273
|
+
mapper: {
|
|
1274
|
+
serializedName: "x-ms-legal-hold",
|
|
1275
|
+
xmlName: "x-ms-legal-hold",
|
|
1276
|
+
type: {
|
|
1277
|
+
name: "Boolean"
|
|
1278
|
+
}
|
|
1279
|
+
}
|
|
1280
|
+
};
|
|
1281
|
+
const xMsRequiresSync = {
|
|
1282
|
+
parameterPath: "xMsRequiresSync",
|
|
1283
|
+
mapper: {
|
|
1284
|
+
defaultValue: "true",
|
|
1285
|
+
isConstant: true,
|
|
1286
|
+
serializedName: "x-ms-requires-sync",
|
|
1287
|
+
type: {
|
|
1288
|
+
name: "String"
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1291
|
+
};
|
|
1292
|
+
const sourceContentMD5 = {
|
|
1293
|
+
parameterPath: ["options", "sourceContentMD5"],
|
|
1294
|
+
mapper: {
|
|
1295
|
+
serializedName: "x-ms-source-content-md5",
|
|
1296
|
+
xmlName: "x-ms-source-content-md5",
|
|
1297
|
+
type: {
|
|
1298
|
+
name: "ByteArray"
|
|
1299
|
+
}
|
|
1300
|
+
}
|
|
1301
|
+
};
|
|
1302
|
+
const copySourceAuthorization = {
|
|
1303
|
+
parameterPath: ["options", "copySourceAuthorization"],
|
|
1304
|
+
mapper: {
|
|
1305
|
+
serializedName: "x-ms-copy-source-authorization",
|
|
1306
|
+
xmlName: "x-ms-copy-source-authorization",
|
|
1307
|
+
type: {
|
|
1308
|
+
name: "String"
|
|
1309
|
+
}
|
|
1310
|
+
}
|
|
1311
|
+
};
|
|
1312
|
+
const copySourceTags = {
|
|
1313
|
+
parameterPath: ["options", "copySourceTags"],
|
|
1314
|
+
mapper: {
|
|
1315
|
+
serializedName: "x-ms-copy-source-tag-option",
|
|
1316
|
+
xmlName: "x-ms-copy-source-tag-option",
|
|
1317
|
+
type: {
|
|
1318
|
+
name: "Enum",
|
|
1319
|
+
allowedValues: ["REPLACE", "COPY"]
|
|
1320
|
+
}
|
|
1321
|
+
}
|
|
1322
|
+
};
|
|
1323
|
+
const fileRequestIntent = {
|
|
1324
|
+
parameterPath: ["options", "fileRequestIntent"],
|
|
1325
|
+
mapper: {
|
|
1326
|
+
serializedName: "x-ms-file-request-intent",
|
|
1327
|
+
xmlName: "x-ms-file-request-intent",
|
|
1328
|
+
type: {
|
|
1329
|
+
name: "String"
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1332
|
+
};
|
|
1333
|
+
const comp15 = {
|
|
1334
|
+
parameterPath: "comp",
|
|
1335
|
+
mapper: {
|
|
1336
|
+
defaultValue: "copy",
|
|
1337
|
+
isConstant: true,
|
|
1338
|
+
serializedName: "comp",
|
|
1339
|
+
type: {
|
|
1340
|
+
name: "String"
|
|
1341
|
+
}
|
|
1342
|
+
}
|
|
1343
|
+
};
|
|
1344
|
+
const copyActionAbortConstant = {
|
|
1345
|
+
parameterPath: "copyActionAbortConstant",
|
|
1346
|
+
mapper: {
|
|
1347
|
+
defaultValue: "abort",
|
|
1348
|
+
isConstant: true,
|
|
1349
|
+
serializedName: "x-ms-copy-action",
|
|
1350
|
+
type: {
|
|
1351
|
+
name: "String"
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1354
|
+
};
|
|
1355
|
+
const copyId = {
|
|
1356
|
+
parameterPath: "copyId",
|
|
1357
|
+
mapper: {
|
|
1358
|
+
serializedName: "copyid",
|
|
1359
|
+
required: true,
|
|
1360
|
+
xmlName: "copyid",
|
|
1361
|
+
type: {
|
|
1362
|
+
name: "String"
|
|
1363
|
+
}
|
|
1364
|
+
}
|
|
1365
|
+
};
|
|
1366
|
+
const comp16 = {
|
|
1367
|
+
parameterPath: "comp",
|
|
1368
|
+
mapper: {
|
|
1369
|
+
defaultValue: "tier",
|
|
1370
|
+
isConstant: true,
|
|
1371
|
+
serializedName: "comp",
|
|
1372
|
+
type: {
|
|
1373
|
+
name: "String"
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1376
|
+
};
|
|
1377
|
+
const tier1 = {
|
|
1378
|
+
parameterPath: "tier",
|
|
1379
|
+
mapper: {
|
|
1380
|
+
serializedName: "x-ms-access-tier",
|
|
1381
|
+
required: true,
|
|
1382
|
+
xmlName: "x-ms-access-tier",
|
|
1383
|
+
type: {
|
|
1384
|
+
name: "Enum",
|
|
1385
|
+
allowedValues: [
|
|
1386
|
+
"P4",
|
|
1387
|
+
"P6",
|
|
1388
|
+
"P10",
|
|
1389
|
+
"P15",
|
|
1390
|
+
"P20",
|
|
1391
|
+
"P30",
|
|
1392
|
+
"P40",
|
|
1393
|
+
"P50",
|
|
1394
|
+
"P60",
|
|
1395
|
+
"P70",
|
|
1396
|
+
"P80",
|
|
1397
|
+
"Hot",
|
|
1398
|
+
"Cool",
|
|
1399
|
+
"Archive",
|
|
1400
|
+
"Cold"
|
|
1401
|
+
]
|
|
1402
|
+
}
|
|
1403
|
+
}
|
|
1404
|
+
};
|
|
1405
|
+
const queryRequest = {
|
|
1406
|
+
parameterPath: ["options", "queryRequest"],
|
|
1407
|
+
mapper: import_mappers.QueryRequest
|
|
1408
|
+
};
|
|
1409
|
+
const comp17 = {
|
|
1410
|
+
parameterPath: "comp",
|
|
1411
|
+
mapper: {
|
|
1412
|
+
defaultValue: "query",
|
|
1413
|
+
isConstant: true,
|
|
1414
|
+
serializedName: "comp",
|
|
1415
|
+
type: {
|
|
1416
|
+
name: "String"
|
|
1417
|
+
}
|
|
1418
|
+
}
|
|
1419
|
+
};
|
|
1420
|
+
const comp18 = {
|
|
1421
|
+
parameterPath: "comp",
|
|
1422
|
+
mapper: {
|
|
1423
|
+
defaultValue: "tags",
|
|
1424
|
+
isConstant: true,
|
|
1425
|
+
serializedName: "comp",
|
|
1426
|
+
type: {
|
|
1427
|
+
name: "String"
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
};
|
|
1431
|
+
const ifModifiedSince1 = {
|
|
1432
|
+
parameterPath: ["options", "blobModifiedAccessConditions", "ifModifiedSince"],
|
|
1433
|
+
mapper: {
|
|
1434
|
+
serializedName: "x-ms-blob-if-modified-since",
|
|
1435
|
+
xmlName: "x-ms-blob-if-modified-since",
|
|
1436
|
+
type: {
|
|
1437
|
+
name: "DateTimeRfc1123"
|
|
1438
|
+
}
|
|
1439
|
+
}
|
|
1440
|
+
};
|
|
1441
|
+
const ifUnmodifiedSince1 = {
|
|
1442
|
+
parameterPath: [
|
|
1443
|
+
"options",
|
|
1444
|
+
"blobModifiedAccessConditions",
|
|
1445
|
+
"ifUnmodifiedSince"
|
|
1446
|
+
],
|
|
1447
|
+
mapper: {
|
|
1448
|
+
serializedName: "x-ms-blob-if-unmodified-since",
|
|
1449
|
+
xmlName: "x-ms-blob-if-unmodified-since",
|
|
1450
|
+
type: {
|
|
1451
|
+
name: "DateTimeRfc1123"
|
|
1452
|
+
}
|
|
1453
|
+
}
|
|
1454
|
+
};
|
|
1455
|
+
const ifMatch1 = {
|
|
1456
|
+
parameterPath: ["options", "blobModifiedAccessConditions", "ifMatch"],
|
|
1457
|
+
mapper: {
|
|
1458
|
+
serializedName: "x-ms-blob-if-match",
|
|
1459
|
+
xmlName: "x-ms-blob-if-match",
|
|
1460
|
+
type: {
|
|
1461
|
+
name: "String"
|
|
1462
|
+
}
|
|
1463
|
+
}
|
|
1464
|
+
};
|
|
1465
|
+
const ifNoneMatch1 = {
|
|
1466
|
+
parameterPath: ["options", "blobModifiedAccessConditions", "ifNoneMatch"],
|
|
1467
|
+
mapper: {
|
|
1468
|
+
serializedName: "x-ms-blob-if-none-match",
|
|
1469
|
+
xmlName: "x-ms-blob-if-none-match",
|
|
1470
|
+
type: {
|
|
1471
|
+
name: "String"
|
|
1472
|
+
}
|
|
1473
|
+
}
|
|
1474
|
+
};
|
|
1475
|
+
const tags = {
|
|
1476
|
+
parameterPath: ["options", "tags"],
|
|
1477
|
+
mapper: import_mappers.BlobTags
|
|
1478
|
+
};
|
|
1479
|
+
const transactionalContentMD5 = {
|
|
1480
|
+
parameterPath: ["options", "transactionalContentMD5"],
|
|
1481
|
+
mapper: {
|
|
1482
|
+
serializedName: "Content-MD5",
|
|
1483
|
+
xmlName: "Content-MD5",
|
|
1484
|
+
type: {
|
|
1485
|
+
name: "ByteArray"
|
|
1486
|
+
}
|
|
1487
|
+
}
|
|
1488
|
+
};
|
|
1489
|
+
const transactionalContentCrc64 = {
|
|
1490
|
+
parameterPath: ["options", "transactionalContentCrc64"],
|
|
1491
|
+
mapper: {
|
|
1492
|
+
serializedName: "x-ms-content-crc64",
|
|
1493
|
+
xmlName: "x-ms-content-crc64",
|
|
1494
|
+
type: {
|
|
1495
|
+
name: "ByteArray"
|
|
1496
|
+
}
|
|
1497
|
+
}
|
|
1498
|
+
};
|
|
1499
|
+
const blobType = {
|
|
1500
|
+
parameterPath: "blobType",
|
|
1501
|
+
mapper: {
|
|
1502
|
+
defaultValue: "PageBlob",
|
|
1503
|
+
isConstant: true,
|
|
1504
|
+
serializedName: "x-ms-blob-type",
|
|
1505
|
+
type: {
|
|
1506
|
+
name: "String"
|
|
1507
|
+
}
|
|
1508
|
+
}
|
|
1509
|
+
};
|
|
1510
|
+
const blobContentLength = {
|
|
1511
|
+
parameterPath: "blobContentLength",
|
|
1512
|
+
mapper: {
|
|
1513
|
+
serializedName: "x-ms-blob-content-length",
|
|
1514
|
+
required: true,
|
|
1515
|
+
xmlName: "x-ms-blob-content-length",
|
|
1516
|
+
type: {
|
|
1517
|
+
name: "Number"
|
|
1518
|
+
}
|
|
1519
|
+
}
|
|
1520
|
+
};
|
|
1521
|
+
const blobSequenceNumber = {
|
|
1522
|
+
parameterPath: ["options", "blobSequenceNumber"],
|
|
1523
|
+
mapper: {
|
|
1524
|
+
defaultValue: 0,
|
|
1525
|
+
serializedName: "x-ms-blob-sequence-number",
|
|
1526
|
+
xmlName: "x-ms-blob-sequence-number",
|
|
1527
|
+
type: {
|
|
1528
|
+
name: "Number"
|
|
1529
|
+
}
|
|
1530
|
+
}
|
|
1531
|
+
};
|
|
1532
|
+
const contentType1 = {
|
|
1533
|
+
parameterPath: ["options", "contentType"],
|
|
1534
|
+
mapper: {
|
|
1535
|
+
defaultValue: "application/octet-stream",
|
|
1536
|
+
isConstant: true,
|
|
1537
|
+
serializedName: "Content-Type",
|
|
1538
|
+
type: {
|
|
1539
|
+
name: "String"
|
|
1540
|
+
}
|
|
1541
|
+
}
|
|
1542
|
+
};
|
|
1543
|
+
const body1 = {
|
|
1544
|
+
parameterPath: "body",
|
|
1545
|
+
mapper: {
|
|
1546
|
+
serializedName: "body",
|
|
1547
|
+
required: true,
|
|
1548
|
+
xmlName: "body",
|
|
1549
|
+
type: {
|
|
1550
|
+
name: "Stream"
|
|
1551
|
+
}
|
|
1552
|
+
}
|
|
1553
|
+
};
|
|
1554
|
+
const accept2 = {
|
|
1555
|
+
parameterPath: "accept",
|
|
1556
|
+
mapper: {
|
|
1557
|
+
defaultValue: "application/xml",
|
|
1558
|
+
isConstant: true,
|
|
1559
|
+
serializedName: "Accept",
|
|
1560
|
+
type: {
|
|
1561
|
+
name: "String"
|
|
1562
|
+
}
|
|
1563
|
+
}
|
|
1564
|
+
};
|
|
1565
|
+
const comp19 = {
|
|
1566
|
+
parameterPath: "comp",
|
|
1567
|
+
mapper: {
|
|
1568
|
+
defaultValue: "page",
|
|
1569
|
+
isConstant: true,
|
|
1570
|
+
serializedName: "comp",
|
|
1571
|
+
type: {
|
|
1572
|
+
name: "String"
|
|
1573
|
+
}
|
|
1574
|
+
}
|
|
1575
|
+
};
|
|
1576
|
+
const pageWrite = {
|
|
1577
|
+
parameterPath: "pageWrite",
|
|
1578
|
+
mapper: {
|
|
1579
|
+
defaultValue: "update",
|
|
1580
|
+
isConstant: true,
|
|
1581
|
+
serializedName: "x-ms-page-write",
|
|
1582
|
+
type: {
|
|
1583
|
+
name: "String"
|
|
1584
|
+
}
|
|
1585
|
+
}
|
|
1586
|
+
};
|
|
1587
|
+
const ifSequenceNumberLessThanOrEqualTo = {
|
|
1588
|
+
parameterPath: [
|
|
1589
|
+
"options",
|
|
1590
|
+
"sequenceNumberAccessConditions",
|
|
1591
|
+
"ifSequenceNumberLessThanOrEqualTo"
|
|
1592
|
+
],
|
|
1593
|
+
mapper: {
|
|
1594
|
+
serializedName: "x-ms-if-sequence-number-le",
|
|
1595
|
+
xmlName: "x-ms-if-sequence-number-le",
|
|
1596
|
+
type: {
|
|
1597
|
+
name: "Number"
|
|
1598
|
+
}
|
|
1599
|
+
}
|
|
1600
|
+
};
|
|
1601
|
+
const ifSequenceNumberLessThan = {
|
|
1602
|
+
parameterPath: [
|
|
1603
|
+
"options",
|
|
1604
|
+
"sequenceNumberAccessConditions",
|
|
1605
|
+
"ifSequenceNumberLessThan"
|
|
1606
|
+
],
|
|
1607
|
+
mapper: {
|
|
1608
|
+
serializedName: "x-ms-if-sequence-number-lt",
|
|
1609
|
+
xmlName: "x-ms-if-sequence-number-lt",
|
|
1610
|
+
type: {
|
|
1611
|
+
name: "Number"
|
|
1612
|
+
}
|
|
1613
|
+
}
|
|
1614
|
+
};
|
|
1615
|
+
const ifSequenceNumberEqualTo = {
|
|
1616
|
+
parameterPath: [
|
|
1617
|
+
"options",
|
|
1618
|
+
"sequenceNumberAccessConditions",
|
|
1619
|
+
"ifSequenceNumberEqualTo"
|
|
1620
|
+
],
|
|
1621
|
+
mapper: {
|
|
1622
|
+
serializedName: "x-ms-if-sequence-number-eq",
|
|
1623
|
+
xmlName: "x-ms-if-sequence-number-eq",
|
|
1624
|
+
type: {
|
|
1625
|
+
name: "Number"
|
|
1626
|
+
}
|
|
1627
|
+
}
|
|
1628
|
+
};
|
|
1629
|
+
const structuredContentLength = {
|
|
1630
|
+
parameterPath: ["options", "structuredContentLength"],
|
|
1631
|
+
mapper: {
|
|
1632
|
+
serializedName: "x-ms-structured-content-length",
|
|
1633
|
+
xmlName: "x-ms-structured-content-length",
|
|
1634
|
+
type: {
|
|
1635
|
+
name: "Number"
|
|
1636
|
+
}
|
|
1637
|
+
}
|
|
1638
|
+
};
|
|
1639
|
+
const pageWrite1 = {
|
|
1640
|
+
parameterPath: "pageWrite",
|
|
1641
|
+
mapper: {
|
|
1642
|
+
defaultValue: "clear",
|
|
1643
|
+
isConstant: true,
|
|
1644
|
+
serializedName: "x-ms-page-write",
|
|
1645
|
+
type: {
|
|
1646
|
+
name: "String"
|
|
1647
|
+
}
|
|
1648
|
+
}
|
|
1649
|
+
};
|
|
1650
|
+
const sourceUrl = {
|
|
1651
|
+
parameterPath: "sourceUrl",
|
|
1652
|
+
mapper: {
|
|
1653
|
+
serializedName: "x-ms-copy-source",
|
|
1654
|
+
required: true,
|
|
1655
|
+
xmlName: "x-ms-copy-source",
|
|
1656
|
+
type: {
|
|
1657
|
+
name: "String"
|
|
1658
|
+
}
|
|
1659
|
+
}
|
|
1660
|
+
};
|
|
1661
|
+
const sourceRange = {
|
|
1662
|
+
parameterPath: "sourceRange",
|
|
1663
|
+
mapper: {
|
|
1664
|
+
serializedName: "x-ms-source-range",
|
|
1665
|
+
required: true,
|
|
1666
|
+
xmlName: "x-ms-source-range",
|
|
1667
|
+
type: {
|
|
1668
|
+
name: "String"
|
|
1669
|
+
}
|
|
1670
|
+
}
|
|
1671
|
+
};
|
|
1672
|
+
const sourceContentCrc64 = {
|
|
1673
|
+
parameterPath: ["options", "sourceContentCrc64"],
|
|
1674
|
+
mapper: {
|
|
1675
|
+
serializedName: "x-ms-source-content-crc64",
|
|
1676
|
+
xmlName: "x-ms-source-content-crc64",
|
|
1677
|
+
type: {
|
|
1678
|
+
name: "ByteArray"
|
|
1679
|
+
}
|
|
1680
|
+
}
|
|
1681
|
+
};
|
|
1682
|
+
const range1 = {
|
|
1683
|
+
parameterPath: "range",
|
|
1684
|
+
mapper: {
|
|
1685
|
+
serializedName: "x-ms-range",
|
|
1686
|
+
required: true,
|
|
1687
|
+
xmlName: "x-ms-range",
|
|
1688
|
+
type: {
|
|
1689
|
+
name: "String"
|
|
1690
|
+
}
|
|
1691
|
+
}
|
|
1692
|
+
};
|
|
1693
|
+
const sourceEncryptionKey = {
|
|
1694
|
+
parameterPath: ["options", "sourceCpkInfo", "sourceEncryptionKey"],
|
|
1695
|
+
mapper: {
|
|
1696
|
+
serializedName: "x-ms-source-encryption-key",
|
|
1697
|
+
xmlName: "x-ms-source-encryption-key",
|
|
1698
|
+
type: {
|
|
1699
|
+
name: "String"
|
|
1700
|
+
}
|
|
1701
|
+
}
|
|
1702
|
+
};
|
|
1703
|
+
const sourceEncryptionKeySha256 = {
|
|
1704
|
+
parameterPath: ["options", "sourceCpkInfo", "sourceEncryptionKeySha256"],
|
|
1705
|
+
mapper: {
|
|
1706
|
+
serializedName: "x-ms-source-encryption-key-sha256",
|
|
1707
|
+
xmlName: "x-ms-source-encryption-key-sha256",
|
|
1708
|
+
type: {
|
|
1709
|
+
name: "String"
|
|
1710
|
+
}
|
|
1711
|
+
}
|
|
1712
|
+
};
|
|
1713
|
+
const sourceEncryptionAlgorithm = {
|
|
1714
|
+
parameterPath: ["options", "sourceCpkInfo", "sourceEncryptionAlgorithm"],
|
|
1715
|
+
mapper: {
|
|
1716
|
+
serializedName: "x-ms-source-encryption-algorithm",
|
|
1717
|
+
xmlName: "x-ms-source-encryption-algorithm",
|
|
1718
|
+
type: {
|
|
1719
|
+
name: "String"
|
|
1720
|
+
}
|
|
1721
|
+
}
|
|
1722
|
+
};
|
|
1723
|
+
const comp20 = {
|
|
1724
|
+
parameterPath: "comp",
|
|
1725
|
+
mapper: {
|
|
1726
|
+
defaultValue: "pagelist",
|
|
1727
|
+
isConstant: true,
|
|
1728
|
+
serializedName: "comp",
|
|
1729
|
+
type: {
|
|
1730
|
+
name: "String"
|
|
1731
|
+
}
|
|
1732
|
+
}
|
|
1733
|
+
};
|
|
1734
|
+
const prevsnapshot = {
|
|
1735
|
+
parameterPath: ["options", "prevsnapshot"],
|
|
1736
|
+
mapper: {
|
|
1737
|
+
serializedName: "prevsnapshot",
|
|
1738
|
+
xmlName: "prevsnapshot",
|
|
1739
|
+
type: {
|
|
1740
|
+
name: "String"
|
|
1741
|
+
}
|
|
1742
|
+
}
|
|
1743
|
+
};
|
|
1744
|
+
const prevSnapshotUrl = {
|
|
1745
|
+
parameterPath: ["options", "prevSnapshotUrl"],
|
|
1746
|
+
mapper: {
|
|
1747
|
+
serializedName: "x-ms-previous-snapshot-url",
|
|
1748
|
+
xmlName: "x-ms-previous-snapshot-url",
|
|
1749
|
+
type: {
|
|
1750
|
+
name: "String"
|
|
1751
|
+
}
|
|
1752
|
+
}
|
|
1753
|
+
};
|
|
1754
|
+
const sequenceNumberAction = {
|
|
1755
|
+
parameterPath: "sequenceNumberAction",
|
|
1756
|
+
mapper: {
|
|
1757
|
+
serializedName: "x-ms-sequence-number-action",
|
|
1758
|
+
required: true,
|
|
1759
|
+
xmlName: "x-ms-sequence-number-action",
|
|
1760
|
+
type: {
|
|
1761
|
+
name: "Enum",
|
|
1762
|
+
allowedValues: ["max", "update", "increment"]
|
|
1763
|
+
}
|
|
1764
|
+
}
|
|
1765
|
+
};
|
|
1766
|
+
const comp21 = {
|
|
1767
|
+
parameterPath: "comp",
|
|
1768
|
+
mapper: {
|
|
1769
|
+
defaultValue: "incrementalcopy",
|
|
1770
|
+
isConstant: true,
|
|
1771
|
+
serializedName: "comp",
|
|
1772
|
+
type: {
|
|
1773
|
+
name: "String"
|
|
1774
|
+
}
|
|
1775
|
+
}
|
|
1776
|
+
};
|
|
1777
|
+
const blobType1 = {
|
|
1778
|
+
parameterPath: "blobType",
|
|
1779
|
+
mapper: {
|
|
1780
|
+
defaultValue: "AppendBlob",
|
|
1781
|
+
isConstant: true,
|
|
1782
|
+
serializedName: "x-ms-blob-type",
|
|
1783
|
+
type: {
|
|
1784
|
+
name: "String"
|
|
1785
|
+
}
|
|
1786
|
+
}
|
|
1787
|
+
};
|
|
1788
|
+
const comp22 = {
|
|
1789
|
+
parameterPath: "comp",
|
|
1790
|
+
mapper: {
|
|
1791
|
+
defaultValue: "appendblock",
|
|
1792
|
+
isConstant: true,
|
|
1793
|
+
serializedName: "comp",
|
|
1794
|
+
type: {
|
|
1795
|
+
name: "String"
|
|
1796
|
+
}
|
|
1797
|
+
}
|
|
1798
|
+
};
|
|
1799
|
+
const maxSize = {
|
|
1800
|
+
parameterPath: ["options", "appendPositionAccessConditions", "maxSize"],
|
|
1801
|
+
mapper: {
|
|
1802
|
+
serializedName: "x-ms-blob-condition-maxsize",
|
|
1803
|
+
xmlName: "x-ms-blob-condition-maxsize",
|
|
1804
|
+
type: {
|
|
1805
|
+
name: "Number"
|
|
1806
|
+
}
|
|
1807
|
+
}
|
|
1808
|
+
};
|
|
1809
|
+
const appendPosition = {
|
|
1810
|
+
parameterPath: [
|
|
1811
|
+
"options",
|
|
1812
|
+
"appendPositionAccessConditions",
|
|
1813
|
+
"appendPosition"
|
|
1814
|
+
],
|
|
1815
|
+
mapper: {
|
|
1816
|
+
serializedName: "x-ms-blob-condition-appendpos",
|
|
1817
|
+
xmlName: "x-ms-blob-condition-appendpos",
|
|
1818
|
+
type: {
|
|
1819
|
+
name: "Number"
|
|
1820
|
+
}
|
|
1821
|
+
}
|
|
1822
|
+
};
|
|
1823
|
+
const sourceRange1 = {
|
|
1824
|
+
parameterPath: ["options", "sourceRange"],
|
|
1825
|
+
mapper: {
|
|
1826
|
+
serializedName: "x-ms-source-range",
|
|
1827
|
+
xmlName: "x-ms-source-range",
|
|
1828
|
+
type: {
|
|
1829
|
+
name: "String"
|
|
1830
|
+
}
|
|
1831
|
+
}
|
|
1832
|
+
};
|
|
1833
|
+
const comp23 = {
|
|
1834
|
+
parameterPath: "comp",
|
|
1835
|
+
mapper: {
|
|
1836
|
+
defaultValue: "seal",
|
|
1837
|
+
isConstant: true,
|
|
1838
|
+
serializedName: "comp",
|
|
1839
|
+
type: {
|
|
1840
|
+
name: "String"
|
|
1841
|
+
}
|
|
1842
|
+
}
|
|
1843
|
+
};
|
|
1844
|
+
const blobType2 = {
|
|
1845
|
+
parameterPath: "blobType",
|
|
1846
|
+
mapper: {
|
|
1847
|
+
defaultValue: "BlockBlob",
|
|
1848
|
+
isConstant: true,
|
|
1849
|
+
serializedName: "x-ms-blob-type",
|
|
1850
|
+
type: {
|
|
1851
|
+
name: "String"
|
|
1852
|
+
}
|
|
1853
|
+
}
|
|
1854
|
+
};
|
|
1855
|
+
const copySourceBlobProperties = {
|
|
1856
|
+
parameterPath: ["options", "copySourceBlobProperties"],
|
|
1857
|
+
mapper: {
|
|
1858
|
+
serializedName: "x-ms-copy-source-blob-properties",
|
|
1859
|
+
xmlName: "x-ms-copy-source-blob-properties",
|
|
1860
|
+
type: {
|
|
1861
|
+
name: "Boolean"
|
|
1862
|
+
}
|
|
1863
|
+
}
|
|
1864
|
+
};
|
|
1865
|
+
const comp24 = {
|
|
1866
|
+
parameterPath: "comp",
|
|
1867
|
+
mapper: {
|
|
1868
|
+
defaultValue: "block",
|
|
1869
|
+
isConstant: true,
|
|
1870
|
+
serializedName: "comp",
|
|
1871
|
+
type: {
|
|
1872
|
+
name: "String"
|
|
1873
|
+
}
|
|
1874
|
+
}
|
|
1875
|
+
};
|
|
1876
|
+
const blockId = {
|
|
1877
|
+
parameterPath: "blockId",
|
|
1878
|
+
mapper: {
|
|
1879
|
+
serializedName: "blockid",
|
|
1880
|
+
required: true,
|
|
1881
|
+
xmlName: "blockid",
|
|
1882
|
+
type: {
|
|
1883
|
+
name: "String"
|
|
1884
|
+
}
|
|
1885
|
+
}
|
|
1886
|
+
};
|
|
1887
|
+
const blocks = {
|
|
1888
|
+
parameterPath: "blocks",
|
|
1889
|
+
mapper: import_mappers.BlockLookupList
|
|
1890
|
+
};
|
|
1891
|
+
const comp25 = {
|
|
1892
|
+
parameterPath: "comp",
|
|
1893
|
+
mapper: {
|
|
1894
|
+
defaultValue: "blocklist",
|
|
1895
|
+
isConstant: true,
|
|
1896
|
+
serializedName: "comp",
|
|
1897
|
+
type: {
|
|
1898
|
+
name: "String"
|
|
1899
|
+
}
|
|
1900
|
+
}
|
|
1901
|
+
};
|
|
1902
|
+
const listType = {
|
|
1903
|
+
parameterPath: "listType",
|
|
1904
|
+
mapper: {
|
|
1905
|
+
defaultValue: "committed",
|
|
1906
|
+
serializedName: "blocklisttype",
|
|
1907
|
+
required: true,
|
|
1908
|
+
xmlName: "blocklisttype",
|
|
1909
|
+
type: {
|
|
1910
|
+
name: "Enum",
|
|
1911
|
+
allowedValues: ["committed", "uncommitted", "all"]
|
|
1912
|
+
}
|
|
1913
|
+
}
|
|
1914
|
+
};
|
|
1915
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
1916
|
+
0 && (module.exports = {
|
|
1917
|
+
accept,
|
|
1918
|
+
accept1,
|
|
1919
|
+
accept2,
|
|
1920
|
+
access,
|
|
1921
|
+
accessTierIfModifiedSince,
|
|
1922
|
+
accessTierIfUnmodifiedSince,
|
|
1923
|
+
action,
|
|
1924
|
+
action1,
|
|
1925
|
+
action2,
|
|
1926
|
+
action3,
|
|
1927
|
+
action4,
|
|
1928
|
+
appendPosition,
|
|
1929
|
+
blobCacheControl,
|
|
1930
|
+
blobContentDisposition,
|
|
1931
|
+
blobContentEncoding,
|
|
1932
|
+
blobContentLanguage,
|
|
1933
|
+
blobContentLength,
|
|
1934
|
+
blobContentMD5,
|
|
1935
|
+
blobContentType,
|
|
1936
|
+
blobDeleteType,
|
|
1937
|
+
blobSequenceNumber,
|
|
1938
|
+
blobServiceProperties,
|
|
1939
|
+
blobTagsString,
|
|
1940
|
+
blobType,
|
|
1941
|
+
blobType1,
|
|
1942
|
+
blobType2,
|
|
1943
|
+
blockId,
|
|
1944
|
+
blocks,
|
|
1945
|
+
body,
|
|
1946
|
+
body1,
|
|
1947
|
+
breakPeriod,
|
|
1948
|
+
comp,
|
|
1949
|
+
comp1,
|
|
1950
|
+
comp10,
|
|
1951
|
+
comp11,
|
|
1952
|
+
comp12,
|
|
1953
|
+
comp13,
|
|
1954
|
+
comp14,
|
|
1955
|
+
comp15,
|
|
1956
|
+
comp16,
|
|
1957
|
+
comp17,
|
|
1958
|
+
comp18,
|
|
1959
|
+
comp19,
|
|
1960
|
+
comp2,
|
|
1961
|
+
comp20,
|
|
1962
|
+
comp21,
|
|
1963
|
+
comp22,
|
|
1964
|
+
comp23,
|
|
1965
|
+
comp24,
|
|
1966
|
+
comp25,
|
|
1967
|
+
comp3,
|
|
1968
|
+
comp4,
|
|
1969
|
+
comp5,
|
|
1970
|
+
comp6,
|
|
1971
|
+
comp7,
|
|
1972
|
+
comp8,
|
|
1973
|
+
comp9,
|
|
1974
|
+
containerAcl,
|
|
1975
|
+
contentLength,
|
|
1976
|
+
contentType,
|
|
1977
|
+
contentType1,
|
|
1978
|
+
copyActionAbortConstant,
|
|
1979
|
+
copyId,
|
|
1980
|
+
copySource,
|
|
1981
|
+
copySourceAuthorization,
|
|
1982
|
+
copySourceBlobProperties,
|
|
1983
|
+
copySourceTags,
|
|
1984
|
+
defaultEncryptionScope,
|
|
1985
|
+
deleteSnapshots,
|
|
1986
|
+
deletedContainerName,
|
|
1987
|
+
deletedContainerVersion,
|
|
1988
|
+
delimiter,
|
|
1989
|
+
duration,
|
|
1990
|
+
encryptionAlgorithm,
|
|
1991
|
+
encryptionKey,
|
|
1992
|
+
encryptionKeySha256,
|
|
1993
|
+
encryptionScope,
|
|
1994
|
+
expiresOn,
|
|
1995
|
+
expiryOptions,
|
|
1996
|
+
fileRequestIntent,
|
|
1997
|
+
ifMatch,
|
|
1998
|
+
ifMatch1,
|
|
1999
|
+
ifModifiedSince,
|
|
2000
|
+
ifModifiedSince1,
|
|
2001
|
+
ifNoneMatch,
|
|
2002
|
+
ifNoneMatch1,
|
|
2003
|
+
ifSequenceNumberEqualTo,
|
|
2004
|
+
ifSequenceNumberLessThan,
|
|
2005
|
+
ifSequenceNumberLessThanOrEqualTo,
|
|
2006
|
+
ifTags,
|
|
2007
|
+
ifUnmodifiedSince,
|
|
2008
|
+
ifUnmodifiedSince1,
|
|
2009
|
+
immutabilityPolicyExpiry,
|
|
2010
|
+
immutabilityPolicyMode,
|
|
2011
|
+
include,
|
|
2012
|
+
include1,
|
|
2013
|
+
keyInfo,
|
|
2014
|
+
leaseId,
|
|
2015
|
+
leaseId1,
|
|
2016
|
+
legalHold,
|
|
2017
|
+
legalHold1,
|
|
2018
|
+
listType,
|
|
2019
|
+
marker,
|
|
2020
|
+
maxPageSize,
|
|
2021
|
+
maxSize,
|
|
2022
|
+
metadata,
|
|
2023
|
+
multipartContentType,
|
|
2024
|
+
pageWrite,
|
|
2025
|
+
pageWrite1,
|
|
2026
|
+
prefix,
|
|
2027
|
+
prevSnapshotUrl,
|
|
2028
|
+
preventEncryptionScopeOverride,
|
|
2029
|
+
prevsnapshot,
|
|
2030
|
+
proposedLeaseId,
|
|
2031
|
+
proposedLeaseId1,
|
|
2032
|
+
queryRequest,
|
|
2033
|
+
range,
|
|
2034
|
+
range1,
|
|
2035
|
+
rangeGetContentCRC64,
|
|
2036
|
+
rangeGetContentMD5,
|
|
2037
|
+
rehydratePriority,
|
|
2038
|
+
requestId,
|
|
2039
|
+
restype,
|
|
2040
|
+
restype1,
|
|
2041
|
+
restype2,
|
|
2042
|
+
sealBlob,
|
|
2043
|
+
sequenceNumberAction,
|
|
2044
|
+
snapshot,
|
|
2045
|
+
sourceContainerName,
|
|
2046
|
+
sourceContentCrc64,
|
|
2047
|
+
sourceContentMD5,
|
|
2048
|
+
sourceEncryptionAlgorithm,
|
|
2049
|
+
sourceEncryptionKey,
|
|
2050
|
+
sourceEncryptionKeySha256,
|
|
2051
|
+
sourceIfMatch,
|
|
2052
|
+
sourceIfModifiedSince,
|
|
2053
|
+
sourceIfNoneMatch,
|
|
2054
|
+
sourceIfTags,
|
|
2055
|
+
sourceIfUnmodifiedSince,
|
|
2056
|
+
sourceLeaseId,
|
|
2057
|
+
sourceRange,
|
|
2058
|
+
sourceRange1,
|
|
2059
|
+
sourceUrl,
|
|
2060
|
+
startFrom,
|
|
2061
|
+
structuredBodyType,
|
|
2062
|
+
structuredContentLength,
|
|
2063
|
+
tags,
|
|
2064
|
+
tier,
|
|
2065
|
+
tier1,
|
|
2066
|
+
timeoutInSeconds,
|
|
2067
|
+
transactionalContentCrc64,
|
|
2068
|
+
transactionalContentMD5,
|
|
2069
|
+
url,
|
|
2070
|
+
version,
|
|
2071
|
+
versionId,
|
|
2072
|
+
where,
|
|
2073
|
+
xMsRequiresSync
|
|
2074
|
+
});
|