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

Are blob index tags supported? #391

Closed crusader-mike closed 3 years ago

crusader-mike commented 3 years ago

I can't find any traces of blob index tags in the code -- are they supported?

If not -- it would be nice to support them...

Jinming-Hu commented 3 years ago

Blob Index isn't supported in this SDk, and we don't have plan to support it in the future.

Please switch to our Track2 Storage C++ SDK. Blob Index

crusader-mike commented 3 years ago

@Jinming-Hu What is "Track2 Storage C++ SDK"? And why it is better than "azure-storage-cpp"? I'd like to know what I am buying into before investing into migration...

Jinming-Hu commented 3 years ago

It's our next generation of storage sdk. This azure-storage-cpp sdk will be deprecated once Track2 SDK is generally available.

Track2 SDK comes with better-designed API interfaces and it's based on libcurl, so it has better performance than Track1.

crusader-mike commented 3 years ago

@Jinming-Hu Thank you. Does it support throttling by any chance?

Jinming-Hu commented 3 years ago

@Jinming-Hu Thank you. Does it support throttling by any chance?

Nope, but you can set the concurrency to roughly control the bandwidth.