orientechnologies / orientdb-gremlin

TinkerPop3 Graph Structure Implementation for OrientDB
Apache License 2.0
92 stars 32 forks source link

How to get vertex class name with gremlin console? #165

Closed SafinRR closed 5 years ago

SafinRR commented 5 years ago

Hello! How to get vertex class and name rid with gremlin console?

g.V('#48:19').valueMap() g.V('#48:19').properties()

wolf4ood commented 5 years ago

Hi @SafinRR

g.V('#48:19').valueMap(true)

in the version supported by ODB

in future version of Gremlin 3.4.x

http://tinkerpop.apache.org/docs/current/reference/#valuemap-step