1
0
Fork 0
arangodb/Documentation/Examples.Durham/graph-vertex-get-property

6 lines
94 B
Plaintext

arango> v = g.addVertex(1, { name : "Hugo" });
Vertex(1)
arango> v.getProperty("name");
Hugo