Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 543 Bytes

InsertDocumentRequest.md

File metadata and controls

17 lines (9 loc) · 543 Bytes

InsertDocumentRequest

Object containing data for inserting a new document into the table

Properties

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