You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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
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
.The text was updated successfully, but these errors were encountered: