Skip to content

Question about blob operations with etag conditions. #730

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

Closed
gzp79 opened this issue Apr 22, 2022 · 2 comments · Fixed by #951
Closed

Question about blob operations with etag conditions. #730

gzp79 opened this issue Apr 22, 2022 · 2 comments · Fixed by #951
Labels
Storage Storage Service (Queues, Blobs, Files)

Comments

@gzp79
Copy link
Contributor

gzp79 commented Apr 22, 2022

I don't see how to perform blob operation (get, put, delete) with IfMatch, IfNoneMatch conditions.
(edit: just to be clear on the operations and context: Operations; Conditional headers )

For example How can I set these headers through the GetBlobBuilder.

@gzp79
Copy link
Contributor Author

gzp79 commented Apr 26, 2022

I'm a bit confused of sdk and svc struture. I see svc is code generated clients and sdk is hand written,
but while svc has a full feature set (ex

)
the sdk lacks many of the features.

Could you please update the readme.md as it states only their existence but not what is the planned/intended relationship between them. As a newbie to this crate I'm really confused and cannot figure out what to use (and not use).

@cataggar
Copy link
Member

In the future, we'd like the sdk crates to use the generated svc crates to provide a more ergonomic API than what can be generated. A blocker for azure_svc_blobstorage right now is xml support #649. We are currently looking at integrating a smaller crate, device_update, to figure out best practices. cc @bmc-msft

@heaths heaths added the Storage Storage Service (Queues, Blobs, Files) label Jan 30, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Feb 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants