You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Storage SDK v10 for JavaScript](https://github.com/Azure/azure-storage-js)| v10-Preview | The next generation async Storage SDK (Blob only, async and promise support) |[NPM](https://www.npmjs.com/package/@azure/storage-blob)|
14
+
|[Storage SDK v10 for JavaScript](https://github.com/Azure/azure-storage-js)| v10-Preview | The next generation async Storage SDK (Blob only, async and promise support) |[NPM](https://www.npmjs.com/package/@azure/storage-blob)- [Reference](https://docs.microsoft.com/en-us/javascript/api/%40azure/storage-blob/index?view=azure-node-preview)|
15
15
|[Storage SDK v2 for JavaScript](https://github.com/Azure/azure-storage-node)| v2 | Legacy Storage SDK in this repository (Blob/Queue/File/Table, callback style) |[NPM](https://www.npmjs.com/package/azure-storage) - [Reference](https://docs.microsoft.com/en-us/javascript/api/azure-storage/?view=azure-node-latest)|
16
16
|[Azure Management SDKs for JavaScript](https://github.com/Azure/azure-sdk-for-node)| v2 | Management SDKs including Storage Resource Provider APIs |[NPM](https://www.npmjs.com/package/azure) - [Reference](https://github.com/Azure/azure-sdk-for-node#documentation)|
* @param {Object} currentToken A continuation token returned by a previous listing operation. Please use 'null' or 'undefined' if this is the first operation.
672
672
* @param {errorOrResult} callback `error` will contain information
673
673
* if an error occurs; otherwise `result` will contain `entries` and `continuationToken`.
674
-
* `entries` gives a list of `[directories]{@link DirectoryResult}` and the `continuationToken` is used for the next listing operation.
674
+
* `entries` gives a list of `[directories]{@link BlobDirectoryResult}` and the `continuationToken` is used for the next listing operation.
675
675
* `response` will contain information related to this operation.
* Lists a segment containing a collection of blob items whose names begin with the specified prefix in the container.
705
+
* Lists a segment containing a collection of blob directory items whose names begin with the specified prefix in the container.
706
706
*
707
707
* @this {BlobService}
708
708
* @param {string} container The container name.
709
709
* @param {string} prefix The prefix of the blob name.
710
710
* @param {Object} currentToken A continuation token returned by a previous listing operation. Please use 'null' or 'undefined' if this is the first operation.
711
711
* @param {errorOrResult} callback `error` will contain information
712
712
* if an error occurs; otherwise `result` will contain `entries` and `continuationToken`.
713
-
* `entries` gives a list of `[directories]{@link BlobResult}` and the `continuationToken` is used for the next listing operation.
713
+
* `entries` gives a list of `[directories]{@link BlobDirectoryResult}` and the `continuationToken` is used for the next listing operation.
714
714
* `response` will contain information related to this operation.
0 commit comments