@azure/storage-blob 12.10.0-alpha.20220420.2 → 12.10.0-alpha.20220502.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/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/storage-blob",
|
3
3
|
"sdk-type": "client",
|
4
|
-
"version": "12.10.0-alpha.
|
4
|
+
"version": "12.10.0-alpha.20220502.1",
|
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",
|
@@ -7574,32 +7574,6 @@ export declare type PageBlobCreateResponse = PageBlobCreateHeaders & {
|
|
7574
7574
|
parsedHeaders: PageBlobCreateHeaders;
|
7575
7575
|
};
|
7576
7576
|
};
|
7577
|
-
/**
|
7578
|
-
* Options to configure the {@link PageBlobClient.getPageRanges} operation.
|
7579
|
-
*/
|
7580
|
-
export declare interface PageBlobGetPageRangesDiffForManagedDisksInPagesOptions extends CommonOptions {
|
7581
|
-
/**
|
7582
|
-
* An implementation of the `AbortSignalLike` interface to signal the request to cancel the operation.
|
7583
|
-
* For example, use the @azure/abort-controller to create an `AbortSignal`.
|
7584
|
-
*/
|
7585
|
-
abortSignal?: AbortSignalLike;
|
7586
|
-
/**
|
7587
|
-
* Conditions to meet when getting page ranges diff.
|
7588
|
-
*/
|
7589
|
-
conditions?: BlobRequestConditions;
|
7590
|
-
/**
|
7591
|
-
* Starting byte position of the page ranges.
|
7592
|
-
*/
|
7593
|
-
offset: number;
|
7594
|
-
/**
|
7595
|
-
* Number of bytes to get.
|
7596
|
-
*/
|
7597
|
-
count: number;
|
7598
|
-
/**
|
7599
|
-
* URL of snapshot to retrieve the difference.
|
7600
|
-
*/
|
7601
|
-
prevSnapshotUrl: string;
|
7602
|
-
}
|
7603
7577
|
/** Defines headers for PageBlob_getPageRangesDiff operation. */
|
7604
7578
|
export declare interface PageBlobGetPageRangesDiffHeaders {
|
7605
7579
|
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|
@@ -7845,33 +7845,6 @@ export declare type PageBlobCreateResponse = PageBlobCreateHeaders & {
|
|
7845
7845
|
};
|
7846
7846
|
};
|
7847
7847
|
|
7848
|
-
/**
|
7849
|
-
* Options to configure the {@link PageBlobClient.getPageRanges} operation.
|
7850
|
-
*/
|
7851
|
-
export declare interface PageBlobGetPageRangesDiffForManagedDisksInPagesOptions extends CommonOptions {
|
7852
|
-
/**
|
7853
|
-
* An implementation of the `AbortSignalLike` interface to signal the request to cancel the operation.
|
7854
|
-
* For example, use the @azure/abort-controller to create an `AbortSignal`.
|
7855
|
-
*/
|
7856
|
-
abortSignal?: AbortSignalLike;
|
7857
|
-
/**
|
7858
|
-
* Conditions to meet when getting page ranges diff.
|
7859
|
-
*/
|
7860
|
-
conditions?: BlobRequestConditions;
|
7861
|
-
/**
|
7862
|
-
* Starting byte position of the page ranges.
|
7863
|
-
*/
|
7864
|
-
offset: number;
|
7865
|
-
/**
|
7866
|
-
* Number of bytes to get.
|
7867
|
-
*/
|
7868
|
-
count: number;
|
7869
|
-
/**
|
7870
|
-
* URL of snapshot to retrieve the difference.
|
7871
|
-
*/
|
7872
|
-
prevSnapshotUrl: string;
|
7873
|
-
}
|
7874
|
-
|
7875
7848
|
/** Defines headers for PageBlob_getPageRangesDiff operation. */
|
7876
7849
|
export declare interface PageBlobGetPageRangesDiffHeaders {
|
7877
7850
|
/** Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob. */
|