@azure/storage-blob 12.9.0-alpha.20220105.6 → 12.9.0-alpha.20220111.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/storage-blob",
|
3
3
|
"sdk-type": "client",
|
4
|
-
"version": "12.9.0-alpha.
|
4
|
+
"version": "12.9.0-alpha.20220111.2",
|
5
5
|
"description": "Microsoft Azure Storage SDK for JavaScript - Blob",
|
6
6
|
"main": "./dist/index.js",
|
7
7
|
"module": "./dist-esm/storage-blob/src/index.js",
|
@@ -150,7 +150,7 @@
|
|
150
150
|
"chai": "^4.2.0",
|
151
151
|
"cross-env": "^7.0.2",
|
152
152
|
"dotenv": "^8.2.0",
|
153
|
-
"downlevel-dts": "
|
153
|
+
"downlevel-dts": "^0.8.0",
|
154
154
|
"es6-promise": "^4.2.5",
|
155
155
|
"eslint": "^7.15.0",
|
156
156
|
"esm": "^3.2.18",
|
@@ -1252,7 +1252,13 @@ export declare class BlobClient extends StorageClient {
|
|
1252
1252
|
private _containerName;
|
1253
1253
|
private _versionId?;
|
1254
1254
|
private _snapshot?;
|
1255
|
+
/*
|
1256
|
+
* The name of the blob.
|
1257
|
+
*/
|
1255
1258
|
readonly name: string;
|
1259
|
+
/*
|
1260
|
+
* The name of the storage container the blob is associated with.
|
1261
|
+
*/
|
1256
1262
|
readonly containerName: string;
|
1257
1263
|
/**
|
1258
1264
|
*
|
@@ -2449,7 +2455,17 @@ export declare class BlobLeaseClient {
|
|
2449
2455
|
private _url;
|
2450
2456
|
private _containerOrBlobOperation;
|
2451
2457
|
private _isContainer;
|
2458
|
+
/*
|
2459
|
+
* Gets the lease Id.
|
2460
|
+
*
|
2461
|
+
* @readonly
|
2462
|
+
*/
|
2452
2463
|
readonly leaseId: string;
|
2464
|
+
/*
|
2465
|
+
* Gets the url.
|
2466
|
+
*
|
2467
|
+
* @readonly
|
2468
|
+
*/
|
2453
2469
|
readonly url: string;
|
2454
2470
|
/**
|
2455
2471
|
* Creates an instance of BlobLeaseClient.
|
@@ -5003,6 +5019,9 @@ export declare class ContainerClient extends StorageClient {
|
|
5003
5019
|
*/
|
5004
5020
|
private containerContext;
|
5005
5021
|
private _containerName;
|
5022
|
+
/*
|
5023
|
+
* The name of the container.
|
5024
|
+
*/
|
5006
5025
|
readonly containerName: string;
|
5007
5026
|
/**
|
5008
5027
|
*
|
@@ -7867,6 +7886,11 @@ export declare class SASQueryParameters {
|
|
7867
7886
|
* This is only used for User Delegation SAS.
|
7868
7887
|
*/
|
7869
7888
|
readonly correlationId?: string;
|
7889
|
+
/*
|
7890
|
+
* Optional. IP range allowed for this SAS.
|
7891
|
+
*
|
7892
|
+
* @readonly
|
7893
|
+
*/
|
7870
7894
|
readonly ipRange: SasIPRange | undefined;
|
7871
7895
|
/**
|
7872
7896
|
* Creates an instance of SASQueryParameters.
|