A table is a kind of Azure Storage that allows you to store data. BLOBs are placed in a compartment, and entities are placed in a table.
-
The essential concepts in a table are as follows:
-
Tables enable for the storing of structured data.
-
A storage account can have anything from 0 to n tables.
-
Tables are used to store data as a collection of elements.
-
As a key-value pair, an element has an important key and attributes.