DatabaseDocumentStore.completeInsert()
Home > @backstage/plugin-search-backend-module-pg
> DatabaseDocumentStore
> completeInsert
Signature:
completeInsert(tx: Knex.Transaction, type: string, truncate?: boolean): Promise<void>;
Parameters
Parameter |
Type |
Description |
---|---|---|
tx |
Knex.Transaction | |
type |
string | |
truncate |
boolean |
(Optional) |
Promise<void>