Skip to content

Commit e7106be

Browse files
committed
Updating GraphSON wire format details
1 parent 1dfae13 commit e7106be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cosmos-db/gremlin-support.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ The following table lists the TinkerPop features that are implemented by Azure C
4141
| Edge features | AddEdges, RemoveEdges, StringIds, UserSuppliedIds, AddProperty, RemoveProperty | Supports creating, modifying, and deleting edges |
4242
| Edge property features | Properties, BooleanValues, ByteValues, DoubleValues, FloatValues, IntegerValues, LongValues, StringValues | Supports creating, modifying, and deleting edge properties |
4343

44-
## Gremlin wire format: GraphSON
44+
## Gremlin wire format
4545

46-
Azure Cosmos DB uses the [GraphSON format](https://tinkerpop.apache.org/docs/current/reference/#graphson) when returning results from Gremlin operations. Azure Cosmos DB currently supports "GraphSONv2" version. GraphSON is the Gremlin standard format for representing vertices, edges, and properties (single and multi-valued properties) using JSON.
46+
Azure Cosmos DB uses the JSON format when returning results from Gremlin operations. Azure Cosmos DB currently supports the JSON format which is similar to "GraphSONv2", although the returned results don't exactly match the GraphSON format. GraphSON is the Gremlin standard format for representing vertices, edges, and properties (single and multi-valued properties) using JSON.
4747

48-
For example, the following snippet shows a GraphSON representation of a vertex *returned to the client* from Azure Cosmos DB.
48+
For example, the following snippet shows a JSON representation of a vertex *returned to the client* from Azure Cosmos DB.
4949

5050
```json
5151
{
@@ -84,7 +84,7 @@ For example, the following snippet shows a GraphSON representation of a vertex *
8484
}
8585
```
8686

87-
The properties used by GraphSON for vertices are described below:
87+
The properties used by the JSON format for vertices are described below:
8888

8989
| Property | Description |
9090
| --- | --- | --- |

0 commit comments

Comments
 (0)