+1 vote
in Azure by
What is Azure table storage?

1 Answer

0 votes
by

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:

  1. PartitionKey: It stores the key of the partition to which the table entity belongs.
  2. RowKey: It identifies the entity uniquely within the partition.
  3. TimeStamp: It stores the last modified date/time value for the table entity.

Related questions

+1 vote
asked Mar 13, 2023 in Azure by SakshiSharma
0 votes
asked Feb 27 in DB2 by Robin
...