Registry / cloud / azure-data-tables-cpp

azure-data-tables-cpp

JSON →
library1.0.0-beta.6vcpkgunverified

Microsoft Azure Data Tables SDK for C++ This library provides Azure Data Tables SDK.

vcpkg install azure-data-tables-cpp
INSTALL
IMPORT
SIG · AZURE-DATA-TABLES-
A
azure-data-tables-cpp
cloudcppv1.0.0-beta.6
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/data/tables.hpp
#include <azure/data/tables.hpp>

Create an Azure Table client and list tables

#include <azure/data/tables.hpp> #include <iostream> int main() { auto credential = std::make_shared<Azure::Identity::DefaultAzureCredential>(); auto tableClient = Azure::Data::Tables::TableServiceClient("https://mystorageaccount.table.core.windows.net", credential); auto response = tableClient.GetTableClient("mytable"); std::cout << "Table client created" << std::endl; return 0; }
Debug
Known issues
breakingThis SDK is in beta and may have breaking changes between versions.
fix
Pin to a specific version and test thoroughly when upgrading.
affects: >=1.0.0-beta.0
Upgrade
Version history
1.0.0-beta.6latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources

No resource links recorded.

azure-data-tables-cpp — pip install azure-data-tables-cpp · libregistry