Writing Data#
Create a new Record#
A new record is created using the insert
method.
Data can be represented in the form of either a JSON formatted string, a java.util.Map<String, Set<Object>>
or a com.google.common.collect.Multimap<String, Object>
.
1 2 3 4 5 |
|