Share via


table_query::take_count Method

Gets the maximum number of entities the query will return.

int take_count() const;

Return Value

The maximum number of entities the query will return.

Requirements

Header: table.h

Namespace: azure::storage

See Also

Reference

table_query Class