Object containing data for inserting a new document into the table
Name | Type | Description | Notes |
---|---|---|---|
table | String | Name of the table to insert the document into | |
cluster | String | Name of the cluster to insert the document into | [optional] |
id | Long | Document ID. If not provided, an ID will be auto-generated | [optional] |
doc | Object | Object containing document data |