Dave Bechberger created TINKERPOP-2665:
------------------------------------------
Summary: Add the ability for property() to take a map
Key: TINKERPOP-2665
URL: https://issues.apache.org/jira/browse/TINKERPOP-2665
Project: TinkerPop
Issue Type: Task
Reporter: Dave Bechberger
Add the ability for property() to take a map as an input. The expectation is
that this will unwind the map and save each property to the incoming element.
Expected signatures are:
```
property(Object)
property(Cardinality, Object)
```
When the cardinality is specified that will be applied to all elements in the
map. If users need different cardinalities per property, then they are
expected to fall back to the existing pattern of stringing multiple property()
calls together.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)