12.14.0b2 (2022-08-30)
Features Added
- Added a new API,
list_blob_names
, toContainerClient
that lists only the names of the blobs in the respective
container. This API is significantly faster than the traditionallist_blobs
and can be used if only the blob names
are desired. It does not return any additional properties or metadata for the blobs.