Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about blobstorage

Read more about blobstorage

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)

Questions - blobstorage

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 ...
test-img

LatentDenis

c#

azure

azure-blob-storage

azure-storage

blobstorage

Votes: 0

Answers: 2

Latest Answer

Try this ... static async Task GetBlobs() { string connectionString = "<connection_string>"; string containerName = "<container_name>"; var blobContainerCl...
test-img

Skin

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...
test-img

Swift Mercury

azure

azure-blob-storage

azure-storage

azure-data-lake

blobstorage

Votes: 0

Answers: 2

Latest Answer

It is not possible to list just blobs using Blob Storage REST API. There is very limited server-side filtering support available there and listing just blobs is not one of them. One "hacky" ...
test-img

Gaurav Mantri

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved