Skip to content

Commit ea2ff20

Browse files
Update size for key values - Tables
1 parent dea610c commit ea2ff20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/storage-tables-scale-targets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ The following table describes capacity, scalability, and performance targets for
1717
| Maximum size of a single entity, including all property values | 1 MiB |
1818
| Maximum number of properties in a table entity | 255 (including the three system properties, **PartitionKey**, **RowKey**, and **Timestamp**) |
1919
| Maximum total size of an individual property in an entity | Varies by property type. For more information, see **Property Types** in [Understanding the Table Service Data Model](/rest/api/storageservices/understanding-the-table-service-data-model). |
20-
| Size of the **PartitionKey** | A string up to 1 KiB in size |
21-
| Size of the **RowKey** | A string up to 1 KiB in size |
20+
| Size of the **PartitionKey** | A string up to 1024 characters in size |
21+
| Size of the **RowKey** | A string up to 1024 characters in size |
2222
| Size of an entity group transaction | A transaction can include at most 100 entities and the payload must be less than 4 MiB in size. An entity group transaction can include an update to an entity only once. |
2323
| Maximum number of stored access policies per table | 5 |
2424
| Maximum request rate per storage account | 20,000 transactions per second, which assumes a 1-KiB entity size |

0 commit comments

Comments
 (0)