azure-storage-blob_12.14.0b2
Pre-release
Pre-release
12.14.0b2 (2022-08-30)
Features Added
- Added a new API,
list_blob_names, toContainerClientthat lists only the names of the blobs in the respective
container. This API is significantly faster than the traditionallist_blobsand can be used if only the blob names
are desired. It does not return any additional properties or metadata for the blobs.