-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check whether a storage container or blob already exists #5062
Comments
Maybe the easiest way today is calling getProperties on BlobClient and checking for a 404 status code. I think we should implement |
Agree
|
I confirmed with @JeffreyRichter that It's still worth implementing exists, though, I think. Python will likely be adding it as well. |
hey guys has this ever been implemented? |
yeah, has it? |
implemented in #5333 |
Is there an easy way to check whether a storage container already exists? Same for a blob.
The text was updated successfully, but these errors were encountered: