Skip to content

Commit 3a77fab

Browse files
committed
Updating GraphSON serializer version
1 parent 6caa704 commit 3a77fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/gremlin-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following table lists the TinkerPop features that are implemented by Azure C
4343

4444
## Gremlin wire format: GraphSON
4545

46-
Azure Cosmos DB uses the [GraphSON format](http://tinkerpop.apache.org/docs/current/reference/#graphson) when returning results from Gremlin operations. Azure Cosmos DB 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 [GraphSON format](http://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.
4747

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

0 commit comments

Comments
 (0)