Registry / cloud / azure-storage-files-shares-cpp

azure-storage-files-shares-cpp

JSON →
library12.16.0vcpkgunverified

Microsoft Azure Storage Files Shares SDK for C++ provides Azure Storage Files Shares SDK.

vcpkg install azure-storage-files-shares-cpp
INSTALL
IMPORT
SIG · AZURE-STORAGE-FILE
A
azure-storage-files-shares-cpp
cloudcppv12.16.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

azure/storage/files/shares.hpp
#include <azure/storage/files/shares.hpp>

Create a ShareClient and retrieve share properties.

#include <azure/storage/files/shares.hpp> #include <iostream> int main() { using namespace Azure::Storage::Files::Shares; const std::string connectionString = "DefaultEndpointsProtocol=https;AccountName=...;AccountKey=...;"; ShareClient share(connectionString, "myshare"); auto response = share.GetProperties(); std::cout << "Share properties retrieved\n"; return 0; }
Debug
Known issues
gotchaRequires Azure Core and Azure Identity libraries; ensure they are installed.
fix
Add azure-core and azure-identity as dependencies in vcpkg.json.
affects: all
Upgrade
Version history
12.16.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources

No resource links recorded.

azure-storage-files-shares-cpp — pip install azure-storage-files-shares-cpp · libregistry