Skip to content

Commit 4a68469

Browse files
authored
Merge pull request #104737 from SnehaGunda/breadcrumb
Updating ID size limit
2 parents 6353bba + 1d9b4d2 commit 4a68469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/concepts-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Depending on which API you use, an Azure Cosmos item can represent either a docu
9898
| --- | --- |
9999
| Maximum size of an item | 2 MB (UTF-8 length of JSON representation) |
100100
| Maximum length of partition key value | 2048 bytes |
101-
| Maximum length of id value | 1024 bytes |
101+
| Maximum length of id value | 1023 bytes |
102102
| Maximum number of properties per item | No practical limit |
103103
| Maximum nesting depth | No practical limit |
104104
| Maximum length of property name | No practical limit |

0 commit comments

Comments
 (0)