Registry /
cloud / azure-messaging-eventhubs-checkpointstore-blob-cpp
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/messaging/eventhubs/checkpointstore/blob.hpp
✓ #include <azure/messaging/eventhubs/checkpointstore/blob.hpp>
Create a blob-based checkpoint store for Event Hubs.
#include <azure/messaging/eventhubs/checkpointstore/blob.hpp>
#include <iostream>
int main() {
auto checkpointStore = std::make_shared<Azure::Messaging::EventHubs::CheckpointStore::BlobCheckpointStore>("DefaultEndpointsProtocol=https;AccountName=...;AccountKey=...", "checkpointcontainer");
std::cout << "Blob checkpoint store created." << std::endl;
return 0;
}
Debug
Known issues
breakingThis SDK is in beta; API may change.fixPin to a specific version and test thoroughly.
affects: >=1.0.0-beta.0 <1.0.0
Upgrade
Version history
1.0.0-beta.1latest on vcpkg
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.