0

I have a requirement where I need to fetch blob files within subdirectory of a blob container. Problem is I will not know the container name as containers are dynamically created.

I do not want to fetch list of containers, iterate through them and then get list of blobs. Just trying to avoid loops since there could be many containers. Is there any simple way of getting all blobs from all containers without knowing container name?

Regards,

Madhu

1 Answer 1

2

Simple answer to your question is that it's not possible to get a list of blobs without knowing the container name as blobs belong to a container. You would need to know the name of the blob container to list the blobs in that container.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.