Ask a question to get started
Enter to send•Shift+Enter new line
Method that adds documents to AstraDB.
addDocuments(documents: Document<Record<string, any>>[], options: string[]): Promise<void>
documents
Document<Record<string, any>>[]
Array of documents to add to AstraDB.
options
string[]
Optional ids for the documents.