class Dse::Graph::Vertex
Vertex represents a vertex in DSE graph. Vertices have sophisticated properties. A given property can have
multiple values, and each value can have a collection of meta-properties. To access a property of a vertex, you’d
reference the #properties
hash, and then get the n’th value, which is a VertexProperty
, and then get the
actual value from there.
Inherits
Object
Includes
Cassandra::Util
Methods
id
Returns id of this vertex.
label
Returns label of this vertex.
properties
Returns properties of this vertex.