@kubator/sdk v0.0.1
    Preparing search index...

    Type Alias InsertManyOptions

    Options for inserting a batch of documents.

    type InsertManyOptions = {
        batchSize?: number;
        onConflict?: "DO NOTHING";
    }
    Index
    batchSize?: number

    Maximum documents to insert in one database batch.

    onConflict?: "DO NOTHING"

    Conflict behavior for duplicate rows.