VertexEdge Class

Definition

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

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Graphs.Elements.VertexEdgeConverter))]
public sealed class VertexEdge : Microsoft.Azure.Graphs.Elements.Edge
Inheritance
VertexEdge
Attributes
Newtonsoft.Json.JsonConverterAttribute

Inherited Members

Microsoft.Azure.Graphs.Elements.Edge

Remarks

Vertex edge data is more sparse than edge data in that it doesn't populate the vertex in\out labels. Vertex edge data also contains direction information relative to its parent vertex. It is used to represent the edge information that is stored within a vertex rather than the full, independent, edge object.

Properties

Direction

Gets the vertex edge direction.

Methods

Validate()

Validates this instance.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)