azure-storage-blobs
blobs.hpp
1 // Copyright (c) Microsoft Corporation. All rights reserved.
2 // SPDX-License-Identifier: MIT
3 
9 #pragma once
10 
11 #include "azure/storage/blobs/append_blob_client.hpp"
12 #include "azure/storage/blobs/blob_client.hpp"
13 #include "azure/storage/blobs/blob_container_client.hpp"
14 #include "azure/storage/blobs/blob_lease_client.hpp"
15 #include "azure/storage/blobs/blob_sas_builder.hpp"
16 #include "azure/storage/blobs/blob_service_client.hpp"
17 #include "azure/storage/blobs/block_blob_client.hpp"
19 #include "azure/storage/blobs/page_blob_client.hpp"
dll_import_export.hpp
DLL export macro.