Skip to content

Commit db79910

Browse files
authored
Merge pull request #97296 from KalyanChanumolu-MSFT/patch-20
(AzureCXP) MicrosoftDocs/azure-docs#43638
2 parents ccb8b59 + 86bad33 commit db79910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/graph-modeling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following are the best practices for the properties in the graph objects:
4242

4343
| Object | Property | Type | Notes |
4444
| --- | --- | --- | --- |
45-
| Vertex | ID | String | Uniquely enforced per partition. If a value isn't supplied upon insertion, and auto-generated GUID will be stored. |
45+
| Vertex | ID | String | Uniquely enforced per partition. If a value isn't supplied upon insertion, an auto-generated GUID will be stored. |
4646
| Vertex | label | String | This property is used to define the type of entity that the vertex represents. If a value isn't supplied, a default value "vertex" will be used. |
4747
| Vertex | properties | String, Boolean, Numeric | A list of separate properties stored as key-value pairs in each vertex. |
4848
| Vertex | partition key | String, Boolean, Numeric | This property defines where the vertex and its outgoing edges will be stored. Read more about [graph partitioning](graph-partitioning.md). |

0 commit comments

Comments
 (0)