Mercurial > hg > orthanc-object-storage
comparison Azure/AzureBlobStoragePlugin.h @ 94:1bc055199cd2
Added a description for all plugins
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 19 Dec 2022 09:52:58 +0100 |
parents | b3787f4aa16a |
children | 3c7e0374f28e |
comparison
equal
deleted
inserted
replaced
92:9b2a76fe987a | 94:1bc055199cd2 |
---|---|
23 | 23 |
24 class AzureBlobStoragePluginFactory | 24 class AzureBlobStoragePluginFactory |
25 { | 25 { |
26 public: | 26 public: |
27 static const char* GetStoragePluginName(); | 27 static const char* GetStoragePluginName(); |
28 static const char* GetStorageDescription(); | |
28 static IStorage* CreateStorage(const std::string& nameForLogs, const OrthancPlugins::OrthancConfiguration& orthancConfig); | 29 static IStorage* CreateStorage(const std::string& nameForLogs, const OrthancPlugins::OrthancConfiguration& orthancConfig); |
29 static const char* GetConfigurationSectionName() {return "AzureBlobStorage";} | 30 static const char* GetConfigurationSectionName() {return "AzureBlobStorage";} |
30 }; | 31 }; |