Include only blob 'name' property in list_blobs() response? – Azure Python SDK
Currently, I am using the list_blobs() function in the Azure Python SDK to list all of the blobs within a container. However, in terms of the metadata/info of the blobs, I only require the names of the blobs. In my…