• Const batch2: any
Defined in: compound.ts:6
▸ streamToKnexCompoundInsert(source: { knex?: Knex ; transaction?: Knex.Transaction }, options: { batchSize?: number ; idField?: string ; idSuffix?: string }): WritableStreamTree
| Name | Type |
|---|---|
source |
object |
source.knex? |
Knex |
source.transaction? |
Knex.Transaction |
options |
object |
options.batchSize? |
number |
options.idField? |
string |
options.idSuffix? |
string |
Returns: WritableStreamTree
Defined in: compound.ts:8