python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to retrieve blobs within a blob directory path using the Azure.Storage.Blobs BlobClient?
I'm not seeing any examples online on how to get all the blobs located inside a certain directory within a BlobContainerClient.
Previously, I was using the Microsoft.Azure.Storage packages, but those ...

LatentDenis
Votes: 0
Answers: 2
List only blobs/files in a container and not directories, sub-directories, sub-files
Let's say that I have the following file structure in my azure storage account.
container-1
directory-1
file-1-1.csv
file-1-2.json
file-1-3.jpeg
directory-2
fil...
Swift Mercury
Votes: 0
Answers: 2