GraphExtensions Class
Updated: July 6, 2017
This class provides extension methods for creating Graph queries of type IDocumentQuery. These queries will execute against Azure DocumentDB collection.
Assembly: Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateGremlinQuery | |
![]() ![]() | CreateGremlinQuery |
The class extends DocumentClient class to enable you to express graph traversal and CRUD operations over data persisted in a Azure DocumentDB collection. The returned IDocumentQuery objects wrap the actual query execution, and enumerating these objects forces Azure DocumentDB queries to be executed.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

