Click or drag to resize

Edge Constructor

Creates a new instance of Edge.

Namespace:  Cassandra.DataStax.Graph
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public Edge(
	GraphNode id,
	string label,
	IDictionary<string, GraphNode> properties,
	GraphNode inV,
	string inVLabel,
	GraphNode outV,
	string outVLabel
)

Parameters

id
Type: Cassandra.DataStax.GraphGraphNode
label
Type: SystemString
properties
Type: System.Collections.GenericIDictionaryString, GraphNode
inV
Type: Cassandra.DataStax.GraphGraphNode
inVLabel
Type: SystemString
outV
Type: Cassandra.DataStax.GraphGraphNode
outVLabel
Type: SystemString
See Also