@azure/storage-file-share 12.23.0-alpha.20240410.1 → 12.23.0-alpha.20240411.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 +16 -16
- 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-file-share/src/Clients.js +12 -12
- package/dist-esm/storage-file-share/src/Clients.js.map +1 -1
- package/dist-esm/storage-file-share/src/ShareServiceClient.js +4 -4
- package/dist-esm/storage-file-share/src/ShareServiceClient.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
@@ -13171,8 +13171,8 @@ class ShareDirectoryClient extends StorageClient {
|
|
13171
13171
|
* items. The marker value is opaque to the client.
|
13172
13172
|
* @param options - Options to list files and directories operation.
|
13173
13173
|
*/
|
13174
|
-
iterateFilesAndDirectoriesSegments(
|
13175
|
-
return tslib.__asyncGenerator(this, arguments, function* iterateFilesAndDirectoriesSegments_1() {
|
13174
|
+
iterateFilesAndDirectoriesSegments(marker_1) {
|
13175
|
+
return tslib.__asyncGenerator(this, arguments, function* iterateFilesAndDirectoriesSegments_1(marker, options = {}) {
|
13176
13176
|
if (options.prefix === "") {
|
13177
13177
|
options.prefix = undefined;
|
13178
13178
|
}
|
@@ -13189,8 +13189,8 @@ class ShareDirectoryClient extends StorageClient {
|
|
13189
13189
|
*
|
13190
13190
|
* @param options - Options to list files and directories operation.
|
13191
13191
|
*/
|
13192
|
-
listFilesAndDirectoriesItems(
|
13193
|
-
return tslib.__asyncGenerator(this, arguments, function* listFilesAndDirectoriesItems_1() {
|
13192
|
+
listFilesAndDirectoriesItems() {
|
13193
|
+
return tslib.__asyncGenerator(this, arguments, function* listFilesAndDirectoriesItems_1(options = {}) {
|
13194
13194
|
var _a, e_1, _b, _c;
|
13195
13195
|
if (options.prefix === "") {
|
13196
13196
|
options.prefix = undefined;
|
@@ -13378,8 +13378,8 @@ class ShareDirectoryClient extends StorageClient {
|
|
13378
13378
|
* set of list items.
|
13379
13379
|
* @param options - Options to list handles operation.
|
13380
13380
|
*/
|
13381
|
-
iterateHandleSegments(
|
13382
|
-
return tslib.__asyncGenerator(this, arguments, function* iterateHandleSegments_1() {
|
13381
|
+
iterateHandleSegments(marker_1) {
|
13382
|
+
return tslib.__asyncGenerator(this, arguments, function* iterateHandleSegments_1(marker, options = {}) {
|
13383
13383
|
let listHandlesResponse;
|
13384
13384
|
if (!!marker || marker === undefined) {
|
13385
13385
|
do {
|
@@ -13395,8 +13395,8 @@ class ShareDirectoryClient extends StorageClient {
|
|
13395
13395
|
*
|
13396
13396
|
* @param options - Options to list handles operation.
|
13397
13397
|
*/
|
13398
|
-
listHandleItems(
|
13399
|
-
return tslib.__asyncGenerator(this, arguments, function* listHandleItems_1() {
|
13398
|
+
listHandleItems() {
|
13399
|
+
return tslib.__asyncGenerator(this, arguments, function* listHandleItems_1(options = {}) {
|
13400
13400
|
var _a, e_2, _b, _c;
|
13401
13401
|
let marker;
|
13402
13402
|
try {
|
@@ -14524,8 +14524,8 @@ class ShareFileClient extends StorageClient {
|
|
14524
14524
|
* set of list items.
|
14525
14525
|
* @param options - Options to list handles operation.
|
14526
14526
|
*/
|
14527
|
-
iterateHandleSegments(
|
14528
|
-
return tslib.__asyncGenerator(this, arguments, function* iterateHandleSegments_2() {
|
14527
|
+
iterateHandleSegments(marker_1) {
|
14528
|
+
return tslib.__asyncGenerator(this, arguments, function* iterateHandleSegments_2(marker, options = {}) {
|
14529
14529
|
let listHandlesResponse;
|
14530
14530
|
if (!!marker || marker === undefined) {
|
14531
14531
|
do {
|
@@ -14541,8 +14541,8 @@ class ShareFileClient extends StorageClient {
|
|
14541
14541
|
*
|
14542
14542
|
* @param options - Options to list handles operation.
|
14543
14543
|
*/
|
14544
|
-
listHandleItems(
|
14545
|
-
return tslib.__asyncGenerator(this, arguments, function* listHandleItems_2() {
|
14544
|
+
listHandleItems() {
|
14545
|
+
return tslib.__asyncGenerator(this, arguments, function* listHandleItems_2(options = {}) {
|
14546
14546
|
var _a, e_3, _b, _c;
|
14547
14547
|
let marker;
|
14548
14548
|
try {
|
@@ -15030,8 +15030,8 @@ class ShareServiceClient extends StorageClient {
|
|
15030
15030
|
* items. The marker value is opaque to the client.
|
15031
15031
|
* @param options - Options to list shares operation.
|
15032
15032
|
*/
|
15033
|
-
listSegments(
|
15034
|
-
return tslib.__asyncGenerator(this, arguments, function* listSegments_1() {
|
15033
|
+
listSegments(marker_1) {
|
15034
|
+
return tslib.__asyncGenerator(this, arguments, function* listSegments_1(marker, options = {}) {
|
15035
15035
|
if (options.prefix === "") {
|
15036
15036
|
options.prefix = undefined;
|
15037
15037
|
}
|
@@ -15048,8 +15048,8 @@ class ShareServiceClient extends StorageClient {
|
|
15048
15048
|
*
|
15049
15049
|
* @param options - Options to list shares operation.
|
15050
15050
|
*/
|
15051
|
-
listItems(
|
15052
|
-
return tslib.__asyncGenerator(this, arguments, function* listItems_1() {
|
15051
|
+
listItems() {
|
15052
|
+
return tslib.__asyncGenerator(this, arguments, function* listItems_1(options = {}) {
|
15053
15053
|
var _a, e_1, _b, _c;
|
15054
15054
|
if (options.prefix === "") {
|
15055
15055
|
options.prefix = undefined;
|