Microsoft.Azure.Graphs.Elements Namespace

 

Updated: July 6, 2017

Provides helper classes for working with graph elements like vertices, edges, and properties.

ClassDescription
System_CAPS_pubclassEdge

Storage container for edge data. Supports deserialization from GraphSON format.

System_CAPS_pubclassProperty

Storage container for a property. Supports deserialization from GraphSON format.

System_CAPS_pubclassVertex

Storage container for vertex data. Supports deserialization from GraphSON format.

System_CAPS_pubclassVertexEdge

Storage container for edge data contained within a vertex. Supports deserialization from GraphSON format.

System_CAPS_pubclassVertexProperty

Storage container for vertex property data. Supports deserialization from GraphSON format.

EnumerationDescription
System_CAPS_pubenumDirection

The direction of a Edge.

Return to top
Show: