InsertDocumentRequest

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
tableStringName of the table to insert the document into
clusterOption<String>Name of the cluster to insert the document into[optional]
idOption<i32>Document ID. If not provided, an ID will be auto-generated[optional]
docserde_json::ValueObject containing document data

[Back to Model list] [Back to API list] [Back to README]