propertyMap
Synopsis
propertyMap( [ 'property_name', ... ] )
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()