Azure / azure-storage-cpp

Microsoft Azure Storage Client Library for C++
http://azure.github.io/azure-storage-cpp
Apache License 2.0
131 stars 147 forks source link

Blob immutability policy support in azure-storage-cpp #412

Open ajs97 opened 2 years ago

ajs97 commented 2 years ago

I was looking at the SDK documentation for cloud blobs, and I didn't see any functions for setting blob immutability policy on cloud blobs.

Am I right in assuming that this SDK doesn't support setting immutability policies on blobs, or am I missing something?

Jinming-Hu commented 2 years ago

@ajs97 This sdk has been deprecated. Please use our Track 2 Storage SDK, where blob immutability feature is available.