@azure/storage-blob 12.28.0-beta.2 → 12.29.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/BatchResponseParser.js +1 -1
- package/dist/browser/BatchResponseParser.js.map +1 -1
- package/dist/browser/BlobBatch.d.ts +8 -8
- package/dist/browser/BlobBatch.js +1 -1
- package/dist/browser/BlobBatch.js.map +1 -1
- package/dist/browser/BlobBatchClient.d.ts +10 -10
- package/dist/browser/BlobBatchClient.js +2 -2
- package/dist/browser/BlobBatchClient.js.map +1 -1
- package/dist/browser/BlobLeaseClient.d.ts +10 -10
- package/dist/browser/BlobLeaseClient.js +10 -10
- package/dist/browser/BlobLeaseClient.js.map +1 -1
- package/dist/browser/BlobServiceClient.d.ts +11 -11
- package/dist/browser/BlobServiceClient.js +11 -11
- package/dist/browser/BlobServiceClient.js.map +1 -1
- package/dist/browser/Clients.d.ts +36 -36
- package/dist/browser/Clients.js +23 -23
- package/dist/browser/Clients.js.map +1 -1
- package/dist/browser/ContainerClient.d.ts +16 -16
- package/dist/browser/ContainerClient.js +15 -15
- package/dist/browser/ContainerClient.js.map +1 -1
- package/dist/browser/Pipeline.d.ts.map +1 -1
- package/dist/browser/Pipeline.js +2 -1
- package/dist/browser/Pipeline.js.map +1 -1
- package/dist/browser/Range.d.ts +1 -1
- package/dist/browser/Range.js.map +1 -1
- package/dist/browser/StorageRetryPolicyFactory.d.ts +2 -2
- package/dist/browser/StorageRetryPolicyFactory.js.map +1 -1
- package/dist/browser/generated/src/models/index.d.ts +97 -82
- package/dist/browser/generated/src/models/index.d.ts.map +1 -1
- 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 +105 -0
- package/dist/browser/generated/src/models/mappers.js.map +1 -1
- package/dist/browser/generated/src/models/parameters.js +1 -1
- package/dist/browser/generated/src/models/parameters.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/policies/StorageRetryPolicy.d.ts.map +1 -1
- package/dist/browser/policies/StorageRetryPolicy.js +15 -16
- package/dist/browser/policies/StorageRetryPolicy.js.map +1 -1
- package/dist/browser/policies/StorageRetryPolicyV2.d.ts.map +1 -1
- package/dist/browser/policies/StorageRetryPolicyV2.js +15 -16
- package/dist/browser/policies/StorageRetryPolicyV2.js.map +1 -1
- package/dist/browser/policies/StorageSharedKeyCredentialPolicy.d.ts +1 -1
- package/dist/browser/policies/StorageSharedKeyCredentialPolicy.js +2 -2
- package/dist/browser/policies/StorageSharedKeyCredentialPolicy.js.map +1 -1
- package/dist/browser/sas/AccountSASPermissions.d.ts +1 -1
- package/dist/browser/sas/AccountSASPermissions.js +2 -2
- package/dist/browser/sas/AccountSASPermissions.js.map +1 -1
- package/dist/browser/sas/AccountSASResourceTypes.d.ts +1 -1
- package/dist/browser/sas/AccountSASResourceTypes.js +1 -1
- package/dist/browser/sas/AccountSASResourceTypes.js.map +1 -1
- package/dist/browser/sas/AccountSASSignatureValues.d.ts +3 -3
- package/dist/browser/sas/AccountSASSignatureValues.js +1 -1
- package/dist/browser/sas/AccountSASSignatureValues.js.map +1 -1
- package/dist/browser/sas/BlobSASSignatureValues.d.ts +1 -1
- package/dist/browser/sas/BlobSASSignatureValues.js +1 -1
- package/dist/browser/sas/BlobSASSignatureValues.js.map +1 -1
- package/dist/browser/sas/ContainerSASPermissions.d.ts +1 -1
- package/dist/browser/sas/ContainerSASPermissions.js +1 -1
- package/dist/browser/sas/ContainerSASPermissions.js.map +1 -1
- package/dist/browser/sas/SASQueryParameters.d.ts +2 -2
- package/dist/browser/sas/SASQueryParameters.js.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 +2 -2
- package/dist/browser/utils/utils.common.js +3 -3
- package/dist/browser/utils/utils.common.js.map +1 -1
- package/dist/commonjs/BatchResponseParser.js +1 -1
- package/dist/commonjs/BatchResponseParser.js.map +1 -1
- package/dist/commonjs/BlobBatch.d.ts +8 -8
- package/dist/commonjs/BlobBatch.js +1 -1
- package/dist/commonjs/BlobBatch.js.map +1 -1
- package/dist/commonjs/BlobBatchClient.d.ts +10 -10
- package/dist/commonjs/BlobBatchClient.js +2 -2
- package/dist/commonjs/BlobBatchClient.js.map +1 -1
- package/dist/commonjs/BlobLeaseClient.d.ts +10 -10
- package/dist/commonjs/BlobLeaseClient.js +10 -10
- package/dist/commonjs/BlobLeaseClient.js.map +1 -1
- package/dist/commonjs/BlobServiceClient.d.ts +11 -11
- package/dist/commonjs/BlobServiceClient.js +11 -11
- package/dist/commonjs/BlobServiceClient.js.map +1 -1
- package/dist/commonjs/Clients.d.ts +36 -36
- package/dist/commonjs/Clients.js +23 -23
- package/dist/commonjs/Clients.js.map +1 -1
- package/dist/commonjs/ContainerClient.d.ts +16 -16
- package/dist/commonjs/ContainerClient.js +15 -15
- package/dist/commonjs/ContainerClient.js.map +1 -1
- package/dist/commonjs/Pipeline.d.ts.map +1 -1
- package/dist/commonjs/Pipeline.js +1 -0
- package/dist/commonjs/Pipeline.js.map +1 -1
- package/dist/commonjs/Range.d.ts +1 -1
- package/dist/commonjs/Range.js.map +1 -1
- package/dist/commonjs/StorageRetryPolicyFactory.d.ts +2 -2
- package/dist/commonjs/StorageRetryPolicyFactory.js.map +1 -1
- package/dist/commonjs/credentials/UserDelegationKeyCredential.d.ts +1 -1
- package/dist/commonjs/credentials/UserDelegationKeyCredential.js +1 -1
- package/dist/commonjs/credentials/UserDelegationKeyCredential.js.map +1 -1
- package/dist/commonjs/generated/src/models/index.d.ts +97 -82
- package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/index.js.map +1 -1
- package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/mappers.js +105 -0
- package/dist/commonjs/generated/src/models/mappers.js.map +1 -1
- package/dist/commonjs/generated/src/models/parameters.js +1 -1
- package/dist/commonjs/generated/src/models/parameters.js.map +1 -1
- package/dist/commonjs/generated/src/storageClient.js +2 -2
- package/dist/commonjs/generated/src/storageClient.js.map +1 -1
- package/dist/commonjs/policies/StorageRetryPolicy.d.ts.map +1 -1
- package/dist/commonjs/policies/StorageRetryPolicy.js +14 -15
- package/dist/commonjs/policies/StorageRetryPolicy.js.map +1 -1
- package/dist/commonjs/policies/StorageRetryPolicyV2.d.ts.map +1 -1
- package/dist/commonjs/policies/StorageRetryPolicyV2.js +14 -15
- package/dist/commonjs/policies/StorageRetryPolicyV2.js.map +1 -1
- package/dist/commonjs/policies/StorageSharedKeyCredentialPolicy.d.ts +1 -1
- package/dist/commonjs/policies/StorageSharedKeyCredentialPolicy.js +2 -2
- package/dist/commonjs/policies/StorageSharedKeyCredentialPolicy.js.map +1 -1
- package/dist/commonjs/policies/StorageSharedKeyCredentialPolicyV2.js +2 -2
- package/dist/commonjs/policies/StorageSharedKeyCredentialPolicyV2.js.map +1 -1
- package/dist/commonjs/sas/AccountSASPermissions.d.ts +1 -1
- package/dist/commonjs/sas/AccountSASPermissions.js +2 -2
- package/dist/commonjs/sas/AccountSASPermissions.js.map +1 -1
- package/dist/commonjs/sas/AccountSASResourceTypes.d.ts +1 -1
- package/dist/commonjs/sas/AccountSASResourceTypes.js +1 -1
- package/dist/commonjs/sas/AccountSASResourceTypes.js.map +1 -1
- package/dist/commonjs/sas/AccountSASSignatureValues.d.ts +3 -3
- package/dist/commonjs/sas/AccountSASSignatureValues.js +1 -1
- package/dist/commonjs/sas/AccountSASSignatureValues.js.map +1 -1
- package/dist/commonjs/sas/BlobSASSignatureValues.d.ts +1 -1
- package/dist/commonjs/sas/BlobSASSignatureValues.js +1 -1
- package/dist/commonjs/sas/BlobSASSignatureValues.js.map +1 -1
- package/dist/commonjs/sas/ContainerSASPermissions.d.ts +1 -1
- package/dist/commonjs/sas/ContainerSASPermissions.js +1 -1
- package/dist/commonjs/sas/ContainerSASPermissions.js.map +1 -1
- package/dist/commonjs/sas/SASQueryParameters.d.ts +2 -2
- package/dist/commonjs/sas/SASQueryParameters.js.map +1 -1
- package/dist/commonjs/utils/constants.js +2 -2
- package/dist/commonjs/utils/constants.js.map +1 -1
- package/dist/commonjs/utils/utils.common.d.ts +2 -2
- package/dist/commonjs/utils/utils.common.js +3 -3
- package/dist/commonjs/utils/utils.common.js.map +1 -1
- package/dist/esm/BatchResponseParser.js +1 -1
- package/dist/esm/BatchResponseParser.js.map +1 -1
- package/dist/esm/BlobBatch.d.ts +8 -8
- package/dist/esm/BlobBatch.js +1 -1
- package/dist/esm/BlobBatch.js.map +1 -1
- package/dist/esm/BlobBatchClient.d.ts +10 -10
- package/dist/esm/BlobBatchClient.js +2 -2
- package/dist/esm/BlobBatchClient.js.map +1 -1
- package/dist/esm/BlobLeaseClient.d.ts +10 -10
- package/dist/esm/BlobLeaseClient.js +10 -10
- package/dist/esm/BlobLeaseClient.js.map +1 -1
- package/dist/esm/BlobServiceClient.d.ts +11 -11
- package/dist/esm/BlobServiceClient.js +11 -11
- package/dist/esm/BlobServiceClient.js.map +1 -1
- package/dist/esm/Clients.d.ts +36 -36
- package/dist/esm/Clients.js +23 -23
- package/dist/esm/Clients.js.map +1 -1
- package/dist/esm/ContainerClient.d.ts +16 -16
- package/dist/esm/ContainerClient.js +15 -15
- package/dist/esm/ContainerClient.js.map +1 -1
- package/dist/esm/Pipeline.d.ts.map +1 -1
- package/dist/esm/Pipeline.js +2 -1
- package/dist/esm/Pipeline.js.map +1 -1
- package/dist/esm/Range.d.ts +1 -1
- package/dist/esm/Range.js.map +1 -1
- package/dist/esm/StorageRetryPolicyFactory.d.ts +2 -2
- package/dist/esm/StorageRetryPolicyFactory.js.map +1 -1
- package/dist/esm/credentials/UserDelegationKeyCredential.d.ts +1 -1
- package/dist/esm/credentials/UserDelegationKeyCredential.js +1 -1
- package/dist/esm/credentials/UserDelegationKeyCredential.js.map +1 -1
- package/dist/esm/generated/src/models/index.d.ts +97 -82
- package/dist/esm/generated/src/models/index.d.ts.map +1 -1
- 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 +105 -0
- package/dist/esm/generated/src/models/mappers.js.map +1 -1
- package/dist/esm/generated/src/models/parameters.js +1 -1
- package/dist/esm/generated/src/models/parameters.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/policies/StorageRetryPolicy.d.ts.map +1 -1
- package/dist/esm/policies/StorageRetryPolicy.js +15 -16
- package/dist/esm/policies/StorageRetryPolicy.js.map +1 -1
- package/dist/esm/policies/StorageRetryPolicyV2.d.ts.map +1 -1
- package/dist/esm/policies/StorageRetryPolicyV2.js +15 -16
- package/dist/esm/policies/StorageRetryPolicyV2.js.map +1 -1
- package/dist/esm/policies/StorageSharedKeyCredentialPolicy.d.ts +1 -1
- package/dist/esm/policies/StorageSharedKeyCredentialPolicy.js +2 -2
- package/dist/esm/policies/StorageSharedKeyCredentialPolicy.js.map +1 -1
- package/dist/esm/policies/StorageSharedKeyCredentialPolicyV2.js +2 -2
- package/dist/esm/policies/StorageSharedKeyCredentialPolicyV2.js.map +1 -1
- package/dist/esm/sas/AccountSASPermissions.d.ts +1 -1
- package/dist/esm/sas/AccountSASPermissions.js +2 -2
- package/dist/esm/sas/AccountSASPermissions.js.map +1 -1
- package/dist/esm/sas/AccountSASResourceTypes.d.ts +1 -1
- package/dist/esm/sas/AccountSASResourceTypes.js +1 -1
- package/dist/esm/sas/AccountSASResourceTypes.js.map +1 -1
- package/dist/esm/sas/AccountSASSignatureValues.d.ts +3 -3
- package/dist/esm/sas/AccountSASSignatureValues.js +1 -1
- package/dist/esm/sas/AccountSASSignatureValues.js.map +1 -1
- package/dist/esm/sas/BlobSASSignatureValues.d.ts +1 -1
- package/dist/esm/sas/BlobSASSignatureValues.js +1 -1
- package/dist/esm/sas/BlobSASSignatureValues.js.map +1 -1
- package/dist/esm/sas/ContainerSASPermissions.d.ts +1 -1
- package/dist/esm/sas/ContainerSASPermissions.js +1 -1
- package/dist/esm/sas/ContainerSASPermissions.js.map +1 -1
- package/dist/esm/sas/SASQueryParameters.d.ts +2 -2
- package/dist/esm/sas/SASQueryParameters.js.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 +2 -2
- package/dist/esm/utils/utils.common.js +3 -3
- package/dist/esm/utils/utils.common.js.map +1 -1
- package/dist/react-native/BatchResponseParser.js +1 -1
- package/dist/react-native/BatchResponseParser.js.map +1 -1
- package/dist/react-native/BlobBatch.d.ts +8 -8
- package/dist/react-native/BlobBatch.js +1 -1
- package/dist/react-native/BlobBatch.js.map +1 -1
- package/dist/react-native/BlobBatchClient.d.ts +10 -10
- package/dist/react-native/BlobBatchClient.js +2 -2
- package/dist/react-native/BlobBatchClient.js.map +1 -1
- package/dist/react-native/BlobLeaseClient.d.ts +10 -10
- package/dist/react-native/BlobLeaseClient.js +10 -10
- package/dist/react-native/BlobLeaseClient.js.map +1 -1
- package/dist/react-native/BlobServiceClient.d.ts +11 -11
- package/dist/react-native/BlobServiceClient.js +11 -11
- package/dist/react-native/BlobServiceClient.js.map +1 -1
- package/dist/react-native/Clients.d.ts +36 -36
- package/dist/react-native/Clients.js +23 -23
- package/dist/react-native/Clients.js.map +1 -1
- package/dist/react-native/ContainerClient.d.ts +16 -16
- package/dist/react-native/ContainerClient.js +15 -15
- package/dist/react-native/ContainerClient.js.map +1 -1
- package/dist/react-native/Pipeline.d.ts.map +1 -1
- package/dist/react-native/Pipeline.js +2 -1
- package/dist/react-native/Pipeline.js.map +1 -1
- package/dist/react-native/Range.d.ts +1 -1
- package/dist/react-native/Range.js.map +1 -1
- package/dist/react-native/StorageRetryPolicyFactory.d.ts +2 -2
- package/dist/react-native/StorageRetryPolicyFactory.js.map +1 -1
- package/dist/react-native/credentials/UserDelegationKeyCredential.d.ts +1 -1
- package/dist/react-native/credentials/UserDelegationKeyCredential.js +1 -1
- package/dist/react-native/credentials/UserDelegationKeyCredential.js.map +1 -1
- package/dist/react-native/generated/src/models/index.d.ts +97 -82
- package/dist/react-native/generated/src/models/index.d.ts.map +1 -1
- 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 +105 -0
- package/dist/react-native/generated/src/models/mappers.js.map +1 -1
- package/dist/react-native/generated/src/models/parameters.js +1 -1
- package/dist/react-native/generated/src/models/parameters.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/policies/StorageRetryPolicy.d.ts.map +1 -1
- package/dist/react-native/policies/StorageRetryPolicy.js +15 -16
- package/dist/react-native/policies/StorageRetryPolicy.js.map +1 -1
- package/dist/react-native/policies/StorageRetryPolicyV2.d.ts.map +1 -1
- package/dist/react-native/policies/StorageRetryPolicyV2.js +15 -16
- package/dist/react-native/policies/StorageRetryPolicyV2.js.map +1 -1
- package/dist/react-native/policies/StorageSharedKeyCredentialPolicy.d.ts +1 -1
- package/dist/react-native/policies/StorageSharedKeyCredentialPolicy.js +2 -2
- package/dist/react-native/policies/StorageSharedKeyCredentialPolicy.js.map +1 -1
- package/dist/react-native/policies/StorageSharedKeyCredentialPolicyV2.js +2 -2
- package/dist/react-native/policies/StorageSharedKeyCredentialPolicyV2.js.map +1 -1
- package/dist/react-native/sas/AccountSASPermissions.d.ts +1 -1
- package/dist/react-native/sas/AccountSASPermissions.js +2 -2
- package/dist/react-native/sas/AccountSASPermissions.js.map +1 -1
- package/dist/react-native/sas/AccountSASResourceTypes.d.ts +1 -1
- package/dist/react-native/sas/AccountSASResourceTypes.js +1 -1
- package/dist/react-native/sas/AccountSASResourceTypes.js.map +1 -1
- package/dist/react-native/sas/AccountSASSignatureValues.d.ts +3 -3
- package/dist/react-native/sas/AccountSASSignatureValues.js +1 -1
- package/dist/react-native/sas/AccountSASSignatureValues.js.map +1 -1
- package/dist/react-native/sas/BlobSASSignatureValues.d.ts +1 -1
- package/dist/react-native/sas/BlobSASSignatureValues.js +1 -1
- package/dist/react-native/sas/BlobSASSignatureValues.js.map +1 -1
- package/dist/react-native/sas/ContainerSASPermissions.d.ts +1 -1
- package/dist/react-native/sas/ContainerSASPermissions.js +1 -1
- package/dist/react-native/sas/ContainerSASPermissions.js.map +1 -1
- package/dist/react-native/sas/SASQueryParameters.d.ts +2 -2
- package/dist/react-native/sas/SASQueryParameters.js.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 +2 -2
- package/dist/react-native/utils/utils.common.js +3 -3
- package/dist/react-native/utils/utils.common.js.map +1 -1
- package/package.json +4 -4
@@ -131,7 +131,7 @@ export interface SignedIdentifier {
|
|
131
131
|
expiresOn?: Date;
|
132
132
|
/**
|
133
133
|
* The permissions for the acl policy
|
134
|
-
* @see https://learn.microsoft.com/
|
134
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/set-container-acl
|
135
135
|
*/
|
136
136
|
permissions?: string;
|
137
137
|
};
|
@@ -467,7 +467,7 @@ export declare class ContainerClient extends StorageClient {
|
|
467
467
|
/**
|
468
468
|
* Creates a new container under the specified account. If the container with
|
469
469
|
* the same name already exists, the operation fails.
|
470
|
-
* @see https://learn.microsoft.com/
|
470
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/create-container
|
471
471
|
* Naming rules: @see https://learn.microsoft.com/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata
|
472
472
|
*
|
473
473
|
* @param options - Options to Container Create operation.
|
@@ -495,7 +495,7 @@ export declare class ContainerClient extends StorageClient {
|
|
495
495
|
/**
|
496
496
|
* Creates a new container under the specified account. If the container with
|
497
497
|
* the same name already exists, it is not changed.
|
498
|
-
* @see https://learn.microsoft.com/
|
498
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/create-container
|
499
499
|
* Naming rules: @see https://learn.microsoft.com/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata
|
500
500
|
*
|
501
501
|
* @param options -
|
@@ -561,7 +561,7 @@ export declare class ContainerClient extends StorageClient {
|
|
561
561
|
/**
|
562
562
|
* Returns all user-defined metadata and system properties for the specified
|
563
563
|
* container. The data returned does not include the container's list of blobs.
|
564
|
-
* @see https://learn.microsoft.com/
|
564
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/get-container-properties
|
565
565
|
*
|
566
566
|
* WARNING: The `metadata` object returned in the response will have its keys in lowercase, even if
|
567
567
|
* they originally contained uppercase characters. This differs from the metadata keys returned by
|
@@ -574,7 +574,7 @@ export declare class ContainerClient extends StorageClient {
|
|
574
574
|
/**
|
575
575
|
* Marks the specified container for deletion. The container and any blobs
|
576
576
|
* contained within it are later deleted during garbage collection.
|
577
|
-
* @see https://learn.microsoft.com/
|
577
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/delete-container
|
578
578
|
*
|
579
579
|
* @param options - Options to Container Delete operation.
|
580
580
|
*/
|
@@ -582,7 +582,7 @@ export declare class ContainerClient extends StorageClient {
|
|
582
582
|
/**
|
583
583
|
* Marks the specified container for deletion if it exists. The container and any blobs
|
584
584
|
* contained within it are later deleted during garbage collection.
|
585
|
-
* @see https://learn.microsoft.com/
|
585
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/delete-container
|
586
586
|
*
|
587
587
|
* @param options - Options to Container Delete operation.
|
588
588
|
*/
|
@@ -593,7 +593,7 @@ export declare class ContainerClient extends StorageClient {
|
|
593
593
|
* If no option provided, or no metadata defined in the parameter, the container
|
594
594
|
* metadata will be removed.
|
595
595
|
*
|
596
|
-
* @see https://learn.microsoft.com/
|
596
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/set-container-metadata
|
597
597
|
*
|
598
598
|
* @param metadata - Replace existing metadata with this value.
|
599
599
|
* If no value provided the existing metadata will be removed.
|
@@ -607,7 +607,7 @@ export declare class ContainerClient extends StorageClient {
|
|
607
607
|
* WARNING: JavaScript Date will potentially lose precision when parsing startsOn and expiresOn strings.
|
608
608
|
* For example, new Date("2018-12-31T03:44:23.8827891Z").toISOString() will get "2018-12-31T03:44:23.882Z".
|
609
609
|
*
|
610
|
-
* @see https://learn.microsoft.com/
|
610
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/get-container-acl
|
611
611
|
*
|
612
612
|
* @param options - Options to Container Get Access Policy operation.
|
613
613
|
*/
|
@@ -623,7 +623,7 @@ export declare class ContainerClient extends StorageClient {
|
|
623
623
|
* When you establish a stored access policy on a container, it may take up to 30 seconds to take effect.
|
624
624
|
* During this interval, a shared access signature that is associated with the stored access policy will
|
625
625
|
* fail with status code 403 (Forbidden), until the access policy becomes active.
|
626
|
-
* @see https://learn.microsoft.com/
|
626
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/set-container-acl
|
627
627
|
*
|
628
628
|
* @param access - The level of public access to data in the container.
|
629
629
|
* @param containerAcl - Array of elements each having a unique Id and details of the access policy.
|
@@ -668,7 +668,7 @@ export declare class ContainerClient extends StorageClient {
|
|
668
668
|
* during garbage collection. Note that in order to delete a blob, you must delete
|
669
669
|
* all of its snapshots. You can delete both at the same time with the Delete
|
670
670
|
* Blob operation.
|
671
|
-
* @see https://learn.microsoft.com/
|
671
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/delete-blob
|
672
672
|
*
|
673
673
|
* @param blobName -
|
674
674
|
* @param options - Options to Blob Delete operation.
|
@@ -1036,7 +1036,7 @@ export declare class ContainerClient extends StorageClient {
|
|
1036
1036
|
* for the specified account.
|
1037
1037
|
* The Get Account Information operation is available on service versions beginning
|
1038
1038
|
* with version 2018-03-28.
|
1039
|
-
* @see https://learn.microsoft.com/
|
1039
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/get-account-information
|
1040
1040
|
*
|
1041
1041
|
* @param options - Options to the Service Get Account Info operation.
|
1042
1042
|
* @returns Response data for the Service Get Account Info operation.
|
@@ -1049,7 +1049,7 @@ export declare class ContainerClient extends StorageClient {
|
|
1049
1049
|
* Generates a Blob Container Service Shared Access Signature (SAS) URI based on the client properties
|
1050
1050
|
* and parameters passed in. The SAS is signed by the shared key credential of the client.
|
1051
1051
|
*
|
1052
|
-
* @see https://learn.microsoft.com/
|
1052
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/constructing-a-service-sas
|
1053
1053
|
*
|
1054
1054
|
* @param options - Optional parameters.
|
1055
1055
|
* @returns The SAS URI consisting of the URI to the resource represented by this client, followed by the generated SAS token.
|
@@ -1061,7 +1061,7 @@ export declare class ContainerClient extends StorageClient {
|
|
1061
1061
|
* Generates string to sign for a Blob Container Service Shared Access Signature (SAS) URI
|
1062
1062
|
* based on the client properties and parameters passed in. The SAS is signed by the shared key credential of the client.
|
1063
1063
|
*
|
1064
|
-
* @see https://learn.microsoft.com/
|
1064
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/constructing-a-service-sas
|
1065
1065
|
*
|
1066
1066
|
* @param options - Optional parameters.
|
1067
1067
|
* @returns The SAS URI consisting of the URI to the resource represented by this client, followed by the generated SAS token.
|
@@ -1071,7 +1071,7 @@ export declare class ContainerClient extends StorageClient {
|
|
1071
1071
|
* Generates a Blob Container Service Shared Access Signature (SAS) URI based on the client properties
|
1072
1072
|
* and parameters passed in. The SAS is signed by the input user delegation key.
|
1073
1073
|
*
|
1074
|
-
* @see https://learn.microsoft.com/
|
1074
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/constructing-a-service-sas
|
1075
1075
|
*
|
1076
1076
|
* @param options - Optional parameters.
|
1077
1077
|
* @param userDelegationKey - Return value of `blobServiceClient.getUserDelegationKey()`
|
@@ -1082,7 +1082,7 @@ export declare class ContainerClient extends StorageClient {
|
|
1082
1082
|
* Generates string to sign for a Blob Container Service Shared Access Signature (SAS) URI
|
1083
1083
|
* based on the client properties and parameters passed in. The SAS is signed by the input user delegation key.
|
1084
1084
|
*
|
1085
|
-
* @see https://learn.microsoft.com/
|
1085
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/constructing-a-service-sas
|
1086
1086
|
*
|
1087
1087
|
* @param options - Optional parameters.
|
1088
1088
|
* @param userDelegationKey - Return value of `blobServiceClient.getUserDelegationKey()`
|
@@ -1092,7 +1092,7 @@ export declare class ContainerClient extends StorageClient {
|
|
1092
1092
|
/**
|
1093
1093
|
* Creates a BlobBatchClient object to conduct batch operations.
|
1094
1094
|
*
|
1095
|
-
* @see https://learn.microsoft.com/
|
1095
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/blob-batch
|
1096
1096
|
*
|
1097
1097
|
* @returns A new BlobBatchClient object for this container.
|
1098
1098
|
*/
|
@@ -87,7 +87,7 @@ export class ContainerClient extends StorageClient {
|
|
87
87
|
/**
|
88
88
|
* Creates a new container under the specified account. If the container with
|
89
89
|
* the same name already exists, the operation fails.
|
90
|
-
* @see https://learn.microsoft.com/
|
90
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/create-container
|
91
91
|
* Naming rules: @see https://learn.microsoft.com/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata
|
92
92
|
*
|
93
93
|
* @param options - Options to Container Create operation.
|
@@ -119,7 +119,7 @@ export class ContainerClient extends StorageClient {
|
|
119
119
|
/**
|
120
120
|
* Creates a new container under the specified account. If the container with
|
121
121
|
* the same name already exists, it is not changed.
|
122
|
-
* @see https://learn.microsoft.com/
|
122
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/create-container
|
123
123
|
* Naming rules: @see https://learn.microsoft.com/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata
|
124
124
|
*
|
125
125
|
* @param options -
|
@@ -225,7 +225,7 @@ export class ContainerClient extends StorageClient {
|
|
225
225
|
/**
|
226
226
|
* Returns all user-defined metadata and system properties for the specified
|
227
227
|
* container. The data returned does not include the container's list of blobs.
|
228
|
-
* @see https://learn.microsoft.com/
|
228
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/get-container-properties
|
229
229
|
*
|
230
230
|
* WARNING: The `metadata` object returned in the response will have its keys in lowercase, even if
|
231
231
|
* they originally contained uppercase characters. This differs from the metadata keys returned by
|
@@ -245,7 +245,7 @@ export class ContainerClient extends StorageClient {
|
|
245
245
|
/**
|
246
246
|
* Marks the specified container for deletion. The container and any blobs
|
247
247
|
* contained within it are later deleted during garbage collection.
|
248
|
-
* @see https://learn.microsoft.com/
|
248
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/delete-container
|
249
249
|
*
|
250
250
|
* @param options - Options to Container Delete operation.
|
251
251
|
*/
|
@@ -265,7 +265,7 @@ export class ContainerClient extends StorageClient {
|
|
265
265
|
/**
|
266
266
|
* Marks the specified container for deletion if it exists. The container and any blobs
|
267
267
|
* contained within it are later deleted during garbage collection.
|
268
|
-
* @see https://learn.microsoft.com/
|
268
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/delete-container
|
269
269
|
*
|
270
270
|
* @param options - Options to Container Delete operation.
|
271
271
|
*/
|
@@ -290,7 +290,7 @@ export class ContainerClient extends StorageClient {
|
|
290
290
|
* If no option provided, or no metadata defined in the parameter, the container
|
291
291
|
* metadata will be removed.
|
292
292
|
*
|
293
|
-
* @see https://learn.microsoft.com/
|
293
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/set-container-metadata
|
294
294
|
*
|
295
295
|
* @param metadata - Replace existing metadata with this value.
|
296
296
|
* If no value provided the existing metadata will be removed.
|
@@ -320,7 +320,7 @@ export class ContainerClient extends StorageClient {
|
|
320
320
|
* WARNING: JavaScript Date will potentially lose precision when parsing startsOn and expiresOn strings.
|
321
321
|
* For example, new Date("2018-12-31T03:44:23.8827891Z").toISOString() will get "2018-12-31T03:44:23.882Z".
|
322
322
|
*
|
323
|
-
* @see https://learn.microsoft.com/
|
323
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/get-container-acl
|
324
324
|
*
|
325
325
|
* @param options - Options to Container Get Access Policy operation.
|
326
326
|
*/
|
@@ -378,7 +378,7 @@ export class ContainerClient extends StorageClient {
|
|
378
378
|
* When you establish a stored access policy on a container, it may take up to 30 seconds to take effect.
|
379
379
|
* During this interval, a shared access signature that is associated with the stored access policy will
|
380
380
|
* fail with status code 403 (Forbidden), until the access policy becomes active.
|
381
|
-
* @see https://learn.microsoft.com/
|
381
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/set-container-acl
|
382
382
|
*
|
383
383
|
* @param access - The level of public access to data in the container.
|
384
384
|
* @param containerAcl - Array of elements each having a unique Id and details of the access policy.
|
@@ -458,7 +458,7 @@ export class ContainerClient extends StorageClient {
|
|
458
458
|
* during garbage collection. Note that in order to delete a blob, you must delete
|
459
459
|
* all of its snapshots. You can delete both at the same time with the Delete
|
460
460
|
* Blob operation.
|
461
|
-
* @see https://learn.microsoft.com/
|
461
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/delete-blob
|
462
462
|
*
|
463
463
|
* @param blobName -
|
464
464
|
* @param options - Options to Blob Delete operation.
|
@@ -1116,7 +1116,7 @@ export class ContainerClient extends StorageClient {
|
|
1116
1116
|
* for the specified account.
|
1117
1117
|
* The Get Account Information operation is available on service versions beginning
|
1118
1118
|
* with version 2018-03-28.
|
1119
|
-
* @see https://learn.microsoft.com/
|
1119
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/get-account-information
|
1120
1120
|
*
|
1121
1121
|
* @param options - Options to the Service Get Account Info operation.
|
1122
1122
|
* @returns Response data for the Service Get Account Info operation.
|
@@ -1172,7 +1172,7 @@ export class ContainerClient extends StorageClient {
|
|
1172
1172
|
* Generates a Blob Container Service Shared Access Signature (SAS) URI based on the client properties
|
1173
1173
|
* and parameters passed in. The SAS is signed by the shared key credential of the client.
|
1174
1174
|
*
|
1175
|
-
* @see https://learn.microsoft.com/
|
1175
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/constructing-a-service-sas
|
1176
1176
|
*
|
1177
1177
|
* @param options - Optional parameters.
|
1178
1178
|
* @returns The SAS URI consisting of the URI to the resource represented by this client, followed by the generated SAS token.
|
@@ -1192,7 +1192,7 @@ export class ContainerClient extends StorageClient {
|
|
1192
1192
|
* Generates string to sign for a Blob Container Service Shared Access Signature (SAS) URI
|
1193
1193
|
* based on the client properties and parameters passed in. The SAS is signed by the shared key credential of the client.
|
1194
1194
|
*
|
1195
|
-
* @see https://learn.microsoft.com/
|
1195
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/constructing-a-service-sas
|
1196
1196
|
*
|
1197
1197
|
* @param options - Optional parameters.
|
1198
1198
|
* @returns The SAS URI consisting of the URI to the resource represented by this client, followed by the generated SAS token.
|
@@ -1208,7 +1208,7 @@ export class ContainerClient extends StorageClient {
|
|
1208
1208
|
* Generates a Blob Container Service Shared Access Signature (SAS) URI based on the client properties
|
1209
1209
|
* and parameters passed in. The SAS is signed by the input user delegation key.
|
1210
1210
|
*
|
1211
|
-
* @see https://learn.microsoft.com/
|
1211
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/constructing-a-service-sas
|
1212
1212
|
*
|
1213
1213
|
* @param options - Optional parameters.
|
1214
1214
|
* @param userDelegationKey - Return value of `blobServiceClient.getUserDelegationKey()`
|
@@ -1224,7 +1224,7 @@ export class ContainerClient extends StorageClient {
|
|
1224
1224
|
* Generates string to sign for a Blob Container Service Shared Access Signature (SAS) URI
|
1225
1225
|
* based on the client properties and parameters passed in. The SAS is signed by the input user delegation key.
|
1226
1226
|
*
|
1227
|
-
* @see https://learn.microsoft.com/
|
1227
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/constructing-a-service-sas
|
1228
1228
|
*
|
1229
1229
|
* @param options - Optional parameters.
|
1230
1230
|
* @param userDelegationKey - Return value of `blobServiceClient.getUserDelegationKey()`
|
@@ -1236,7 +1236,7 @@ export class ContainerClient extends StorageClient {
|
|
1236
1236
|
/**
|
1237
1237
|
* Creates a BlobBatchClient object to conduct batch operations.
|
1238
1238
|
*
|
1239
|
-
* @see https://learn.microsoft.com/
|
1239
|
+
* @see https://learn.microsoft.com/rest/api/storageservices/blob-batch
|
1240
1240
|
*
|
1241
1241
|
* @returns A new BlobBatchClient object for this container.
|
1242
1242
|
*/
|