Optional
id?: stringThe ID of the object to be inserted. If not provided, a new ID will be generated.
Optional
properties?: NonReferenceInputs<T>The properties of the object to be inserted
Optional
references?: ReferenceInputs<T>The references of the object to be inserted
Optional
vectors?: number[] | VectorsThe vector(s) of the object to be inserted
The available options to the
data.insert
method.