@azure/storage-blob 12.23.0-alpha.20240410.1 → 12.23.0-alpha.20240412.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/index.js +26 -26
- package/dist/index.js.map +1 -1
- package/dist-esm/storage-blob/src/BlobServiceClient.js +8 -8
- package/dist-esm/storage-blob/src/BlobServiceClient.js.map +1 -1
- package/dist-esm/storage-blob/src/Clients.js +4 -4
- package/dist-esm/storage-blob/src/Clients.js.map +1 -1
- package/dist-esm/storage-blob/src/ContainerClient.js +12 -12
- package/dist-esm/storage-blob/src/ContainerClient.js.map +1 -1
- package/dist-esm/storage-internal-avro/src/AvroReader.js +2 -2
- package/dist-esm/storage-internal-avro/src/AvroReader.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
@@ -17668,8 +17668,8 @@ class AvroReader {
|
|
17668
17668
|
hasNext() {
|
17669
17669
|
return !this._initialized || this._itemsRemainingInBlock > 0;
|
17670
17670
|
}
|
17671
|
-
parseObjects(
|
17672
|
-
return tslib.__asyncGenerator(this, arguments, function* parseObjects_1() {
|
17671
|
+
parseObjects() {
|
17672
|
+
return tslib.__asyncGenerator(this, arguments, function* parseObjects_1(options = {}) {
|
17673
17673
|
if (!this._initialized) {
|
17674
17674
|
yield tslib.__await(this.initialize(options));
|
17675
17675
|
}
|
@@ -21256,8 +21256,8 @@ class PageBlobClient extends BlobClient {
|
|
21256
21256
|
* items. The marker value is opaque to the client.
|
21257
21257
|
* @param options - Options to List Page Ranges operation.
|
21258
21258
|
*/
|
21259
|
-
listPageRangeItemSegments(
|
21260
|
-
return tslib.__asyncGenerator(this, arguments, function* listPageRangeItemSegments_1() {
|
21259
|
+
listPageRangeItemSegments() {
|
21260
|
+
return tslib.__asyncGenerator(this, arguments, function* listPageRangeItemSegments_1(offset = 0, count, marker, options = {}) {
|
21261
21261
|
let getPageRangeItemSegmentsResponse;
|
21262
21262
|
if (!!marker || marker === undefined) {
|
21263
21263
|
do {
|
@@ -21275,8 +21275,8 @@ class PageBlobClient extends BlobClient {
|
|
21275
21275
|
* @param count - Number of bytes to get.
|
21276
21276
|
* @param options - Options to List Page Ranges operation.
|
21277
21277
|
*/
|
21278
|
-
listPageRangeItems(
|
21279
|
-
return tslib.__asyncGenerator(this, arguments, function* listPageRangeItems_1() {
|
21278
|
+
listPageRangeItems() {
|
21279
|
+
return tslib.__asyncGenerator(this, arguments, function* listPageRangeItems_1(offset = 0, count, options = {}) {
|
21280
21280
|
var _a, e_1, _b, _c;
|
21281
21281
|
let marker;
|
21282
21282
|
try {
|
@@ -22786,8 +22786,8 @@ class ContainerClient extends StorageClient {
|
|
22786
22786
|
* items. The marker value is opaque to the client.
|
22787
22787
|
* @param options - Options to list blobs operation.
|
22788
22788
|
*/
|
22789
|
-
listSegments(
|
22790
|
-
return tslib.__asyncGenerator(this, arguments, function* listSegments_1() {
|
22789
|
+
listSegments(marker_1) {
|
22790
|
+
return tslib.__asyncGenerator(this, arguments, function* listSegments_1(marker, options = {}) {
|
22791
22791
|
let listBlobsFlatSegmentResponse;
|
22792
22792
|
if (!!marker || marker === undefined) {
|
22793
22793
|
do {
|
@@ -22803,8 +22803,8 @@ class ContainerClient extends StorageClient {
|
|
22803
22803
|
*
|
22804
22804
|
* @param options - Options to list blobs operation.
|
22805
22805
|
*/
|
22806
|
-
listItems(
|
22807
|
-
return tslib.__asyncGenerator(this, arguments, function* listItems_1() {
|
22806
|
+
listItems() {
|
22807
|
+
return tslib.__asyncGenerator(this, arguments, function* listItems_1(options = {}) {
|
22808
22808
|
var _a, e_1, _b, _c;
|
22809
22809
|
let marker;
|
22810
22810
|
try {
|
@@ -22966,8 +22966,8 @@ class ContainerClient extends StorageClient {
|
|
22966
22966
|
* items. The marker value is opaque to the client.
|
22967
22967
|
* @param options - Options to list blobs operation.
|
22968
22968
|
*/
|
22969
|
-
listHierarchySegments(
|
22970
|
-
return tslib.__asyncGenerator(this, arguments, function* listHierarchySegments_1() {
|
22969
|
+
listHierarchySegments(delimiter_1, marker_1) {
|
22970
|
+
return tslib.__asyncGenerator(this, arguments, function* listHierarchySegments_1(delimiter, marker, options = {}) {
|
22971
22971
|
let listBlobsHierarchySegmentResponse;
|
22972
22972
|
if (!!marker || marker === undefined) {
|
22973
22973
|
do {
|
@@ -22984,8 +22984,8 @@ class ContainerClient extends StorageClient {
|
|
22984
22984
|
* @param delimiter - The character or string used to define the virtual hierarchy
|
22985
22985
|
* @param options - Options to list blobs operation.
|
22986
22986
|
*/
|
22987
|
-
listItemsByHierarchy(
|
22988
|
-
return tslib.__asyncGenerator(this, arguments, function* listItemsByHierarchy_1() {
|
22987
|
+
listItemsByHierarchy(delimiter_1) {
|
22988
|
+
return tslib.__asyncGenerator(this, arguments, function* listItemsByHierarchy_1(delimiter, options = {}) {
|
22989
22989
|
var _a, e_2, _b, _c;
|
22990
22990
|
let marker;
|
22991
22991
|
try {
|
@@ -23206,8 +23206,8 @@ class ContainerClient extends StorageClient {
|
|
23206
23206
|
* items. The marker value is opaque to the client.
|
23207
23207
|
* @param options - Options to find blobs by tags.
|
23208
23208
|
*/
|
23209
|
-
findBlobsByTagsSegments(
|
23210
|
-
return tslib.__asyncGenerator(this, arguments, function* findBlobsByTagsSegments_1() {
|
23209
|
+
findBlobsByTagsSegments(tagFilterSqlExpression_1, marker_1) {
|
23210
|
+
return tslib.__asyncGenerator(this, arguments, function* findBlobsByTagsSegments_1(tagFilterSqlExpression, marker, options = {}) {
|
23211
23211
|
let response;
|
23212
23212
|
if (!!marker || marker === undefined) {
|
23213
23213
|
do {
|
@@ -23228,8 +23228,8 @@ class ContainerClient extends StorageClient {
|
|
23228
23228
|
* however, only a subset of the OData filter syntax is supported in the Blob service.
|
23229
23229
|
* @param options - Options to findBlobsByTagsItems.
|
23230
23230
|
*/
|
23231
|
-
findBlobsByTagsItems(
|
23232
|
-
return tslib.__asyncGenerator(this, arguments, function* findBlobsByTagsItems_1() {
|
23231
|
+
findBlobsByTagsItems(tagFilterSqlExpression_1) {
|
23232
|
+
return tslib.__asyncGenerator(this, arguments, function* findBlobsByTagsItems_1(tagFilterSqlExpression, options = {}) {
|
23233
23233
|
var _a, e_3, _b, _c;
|
23234
23234
|
let marker;
|
23235
23235
|
try {
|
@@ -24176,8 +24176,8 @@ class BlobServiceClient extends StorageClient {
|
|
24176
24176
|
* items. The marker value is opaque to the client.
|
24177
24177
|
* @param options - Options to find blobs by tags.
|
24178
24178
|
*/
|
24179
|
-
findBlobsByTagsSegments(
|
24180
|
-
return tslib.__asyncGenerator(this, arguments, function* findBlobsByTagsSegments_1() {
|
24179
|
+
findBlobsByTagsSegments(tagFilterSqlExpression_1, marker_1) {
|
24180
|
+
return tslib.__asyncGenerator(this, arguments, function* findBlobsByTagsSegments_1(tagFilterSqlExpression, marker, options = {}) {
|
24181
24181
|
let response;
|
24182
24182
|
if (!!marker || marker === undefined) {
|
24183
24183
|
do {
|
@@ -24198,8 +24198,8 @@ class BlobServiceClient extends StorageClient {
|
|
24198
24198
|
* however, only a subset of the OData filter syntax is supported in the Blob service.
|
24199
24199
|
* @param options - Options to findBlobsByTagsItems.
|
24200
24200
|
*/
|
24201
|
-
findBlobsByTagsItems(
|
24202
|
-
return tslib.__asyncGenerator(this, arguments, function* findBlobsByTagsItems_1() {
|
24201
|
+
findBlobsByTagsItems(tagFilterSqlExpression_1) {
|
24202
|
+
return tslib.__asyncGenerator(this, arguments, function* findBlobsByTagsItems_1(tagFilterSqlExpression, options = {}) {
|
24203
24203
|
var _a, e_1, _b, _c;
|
24204
24204
|
let marker;
|
24205
24205
|
try {
|
@@ -24335,8 +24335,8 @@ class BlobServiceClient extends StorageClient {
|
|
24335
24335
|
* items. The marker value is opaque to the client.
|
24336
24336
|
* @param options - Options to list containers operation.
|
24337
24337
|
*/
|
24338
|
-
listSegments(
|
24339
|
-
return tslib.__asyncGenerator(this, arguments, function* listSegments_1() {
|
24338
|
+
listSegments(marker_1) {
|
24339
|
+
return tslib.__asyncGenerator(this, arguments, function* listSegments_1(marker, options = {}) {
|
24340
24340
|
let listContainersSegmentResponse;
|
24341
24341
|
if (!!marker || marker === undefined) {
|
24342
24342
|
do {
|
@@ -24354,8 +24354,8 @@ class BlobServiceClient extends StorageClient {
|
|
24354
24354
|
*
|
24355
24355
|
* @param options - Options to list containers operation.
|
24356
24356
|
*/
|
24357
|
-
listItems(
|
24358
|
-
return tslib.__asyncGenerator(this, arguments, function* listItems_1() {
|
24357
|
+
listItems() {
|
24358
|
+
return tslib.__asyncGenerator(this, arguments, function* listItems_1(options = {}) {
|
24359
24359
|
var _a, e_2, _b, _c;
|
24360
24360
|
let marker;
|
24361
24361
|
try {
|