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.

Namespace:   Microsoft.Azure.Graphs
Assembly:  Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)

SystemObject
  Microsoft.Azure.GraphsGraphExtensions

No code example is currently available or this language may not be supported.

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.

Return to top
Show: