Skip to content

azure-storage-blob_12.14.0b2

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 31 Aug 01:01
d8f8f26

12.14.0b2 (2022-08-30)

Features Added

  • Added a new API, list_blob_names, to ContainerClient that lists only the names of the blobs in the respective
    container. This API is significantly faster than the traditional list_blobs and can be used if only the blob names
    are desired. It does not return any additional properties or metadata for the blobs.