| 1. |
So Partition Key And Rowkey Are Still Required With The Table Api? |
|
Answer» YES. Because the surface area of the Table API is SIMILAR to that of the Azure Table storage SDK, the partition key provides an efficient way to distribute the data. The row key is unique within that partition. The row key NEEDS to be present and can't be null as in the standard SDK. The length of RowKey is 255 bytes and the length of Partition Key is 1 KB. Yes. Because the surface area of the Table API is similar to that of the Azure Table storage SDK, the partition key provides an efficient way to distribute the data. The row key is unique within that partition. The row key needs to be present and can't be null as in the standard SDK. The length of RowKey is 255 bytes and the length of Partition Key is 1 KB. |
|