Registry / cloud / azure-storage-queues-cpp

azure-storage-queues-cpp

JSON →
library12.6.0vcpkgunverified

Microsoft Azure Storage Queues SDK for C++ providing queue storage operations.

vcpkg install azure-storage-queues-cpp
INSTALL
IMPORT
SIG · AZURE-STORAGE-QUEU
A
azure-storage-queues-cpp
cloudcppv12.6.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/queues.hpp
#include <azure/storage/queues.hpp>

Create a queue using Azure Storage Queues SDK.

#include <azure/storage/queues.hpp> #include <iostream> int main() { auto queueClient = Azure::Storage::Queues::QueueClient::CreateFromConnectionString("DefaultEndpointsProtocol=https;AccountName=...;AccountKey=...", "myqueue"); queueClient.Create(); std::cout << "Queue created." << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
12.6.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
OpenAI (training)
1
Resources

No resource links recorded.

azure-storage-queues-cpp — pip install azure-storage-queues-cpp · libregistry