Click or drag to resize

Edge Class

Represents an edge in DSE graph.
Inheritance Hierarchy
SystemObject
  Cassandra.DataStax.GraphElement
    Cassandra.DataStax.GraphEdge

Namespace:  Cassandra.DataStax.Graph
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public class Edge : Element, IEdge, IElement, 
	IEquatable<IElement>

The Edge type exposes the following members.

Constructors
  NameDescription
Public methodEdge
Creates a new instance of Edge.
Top
Properties
  NameDescription
Public propertyInV
Gets the incoming/head vertex.
Public propertyInVLabel
Gets the label of the incoming/head vertex.
Public propertyOutV
Gets the outgoing/tail vertex.
Public propertyOutVLabel
Gets the label of the outgoing/tail vertex.
Top
See Also