Skip to content

Commit 0378632

Browse files
authored
remove Include options from query tablesinclude (#6156)
1 parent c441880 commit 0378632

File tree

1 file changed

+0
-15
lines changed
  • sdk/tables/azure-data-tables/inc/azure/data/tables

1 file changed

+0
-15
lines changed

sdk/tables/azure-data-tables/inc/azure/data/tables/models.hpp

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,6 @@ namespace Azure { namespace Data { namespace Tables {
5050
std::string Id;
5151
};
5252

53-
/**
54-
* @brief Include this parameter to specify that the tables' metadata be returned as part of
55-
* the response body.
56-
*/
57-
enum class QueryTablesIncludeFlags
58-
{
59-
None = 0,
60-
Metadata = 1,
61-
};
62-
6353
/**
6454
* @brief Query Tables options.
6555
*
@@ -85,11 +75,6 @@ namespace Azure { namespace Data { namespace Tables {
8575
* @brief Specifies the maximum number of tables to return.
8676
*/
8777
Azure::Nullable<std::int32_t> PageSizeHint;
88-
89-
/**
90-
* @brief Specifies that the table's metadata be returned.
91-
*/
92-
Models::QueryTablesIncludeFlags Include = Models::QueryTablesIncludeFlags::None;
9378
};
9479

9580
/**

0 commit comments

Comments
 (0)