Creates a new
Vertex instance.
Namespace:
Cassandra.DataStax.Graph
Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax public Vertex(
GraphNode id,
string label,
IDictionary<string, GraphNode> properties
)
Parameters
- id
- Type: Cassandra.DataStax.GraphGraphNode
- label
- Type: SystemString
- properties
- Type: System.Collections.GenericIDictionaryString, GraphNode
See Also