|
PACS System 0.1.0
PACS DICOM system library
|
Azure Blob storage backend for DICOM cloud storage support. More...
#include "storage_interface.h"#include <kcenon/pacs/core/dicom_dataset.h>#include <cstddef>#include <cstdint>#include <functional>#include <memory>#include <mutex>#include <optional>#include <shared_mutex>#include <string>#include <unordered_map>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::storage::azure_storage_config |
| Configuration for Azure Blob storage. More... | |
| struct | kcenon::pacs::storage::azure_blob_info |
| Information about an Azure Blob object. More... | |
| class | kcenon::pacs::storage::azure_blob_storage |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::storage |
Typedefs | |
| using | kcenon::pacs::storage::azure_progress_callback |
| Callback type for upload/download progress tracking. | |
Azure Blob storage backend for DICOM cloud storage support.
This file provides the azure_blob_storage class which implements storage_interface using Azure Blob Storage service.
Definition in file azure_blob_storage.h.