InsertDocumentRequest

April 15, 2026 ยท View on GitHub

Object containing data for inserting a new document into the table

Properties

NameTypeDescriptionNotes
tableStringName of the table to insert the document into
clusterStringName of the cluster to insert the document into[optional]
idLongDocument ID. If not provided, an ID will be auto-generated[optional]
docObjectObject containing document data