- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 60字
- 2021-06-10 18:55:54
Partition key and row key
The primary key of the Azure Table storage table has two parts:
- Partition key: Azure Table storage records are classified and organized into partitions. Each record that's located in a partition will have the same partition key (p1, in our example).
- Row key: A unique value should be assigned to each of the rows.