propertyMap
Description
The propertyMap() step is a map step that yields a map representation of the properties of a specified element.
Examples
Return a map of the properties of all stores:
g.V().hasLabel('store').propertyMap()
The propertyMap() step is a map step that yields a map representation of the properties of a specified element.
Return a map of the properties of all stores:
g.V().hasLabel('store').propertyMap()