PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
azure_blob_storage.h File Reference

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>
Include dependency graph for azure_blob_storage.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.

See also
SRS-STOR-004, FR-4.2 (Cloud Storage Backend)
Author
kcenon
Since
1.0.0

Definition in file azure_blob_storage.h.