Azure Table Storage
It is a storage service optimised for storing structured data. In structured data, table entities are the basic units of data equivalent to rows in a relational database table. Each entity represents a key-value pair, and the properties for table entities are as follows:
- PartitionKey: It stores the key of the partition to which the table entity belongs.
- RowKey: It identifies the entity uniquely within the partition.
- TimeStamp: It stores the last modified date/time value for the table entity.