Skip to content

Commit a9602d8

Browse files
Merge pull request #89603 from tconley1428/patch-1
Update graph-partitioning.md
2 parents c273184 + 421cd5c commit a9602d8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

articles/cosmos-db/graph/graph-partitioning.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ The following guidelines describe how the partitioning strategy in Azure Cosmos
5050
g.V(['partitionKey_value', 'vertex_id'])
5151
```
5252

53-
- Specifying an **array of tuples of partition key values and IDs**:
54-
55-
```java
56-
g.V(['partitionKey_value0', 'verted_id0'], ['partitionKey_value1', 'vertex_id1'], ...)
57-
```
58-
5953
- Selecting a set of vertices with their IDs and **specifying a list of partition key values**:
6054

6155
```java

0 commit comments

Comments
 (0)