Edge Class

Definition

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

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Graphs.Elements.EdgeConverter))]
public class Edge
Inheritance
Edge
Derived
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

Edge()

Initializes a new instance of the Edge class.

Properties

Id

Gets or sets the identifier.

InVertexId

Gets or sets the in vertex identifier.

InVertexLabel

Gets or sets the in vertex label.

Label

Gets or sets the label.

OutVertexId

Gets or sets the out vertex identifier.

OutVertexLabel

Gets or sets the out vertex label.

Methods

GetProperties()

Gets all the propeties on the edge.

GetProperty(String)

Gets a property on the edge, given the property key.

Validate()

Validates this instance.

Extension Methods

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