azure-data-tables
Loading...
Searching...
No Matches
tables.hpp
1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
9#pragma once
10
11#include "azure/data/tables/account_sas_builder.hpp"
12#include "azure/data/tables/credentials/azure_sas_credential.hpp"
13#include "azure/data/tables/credentials/named_key_credential.hpp"
14#include "azure/data/tables/dll_import_export.hpp"
16#include "azure/data/tables/models.hpp"
17#include "azure/data/tables/rtti.hpp"
18#include "azure/data/tables/tables_clients.hpp"
19#include "azure/data/tables/tables_sas_builder.hpp"
Defines bitwise operators for enums.