vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface BatchExecuteOptions

    interface BatchExecuteOptions {
        batchSize?: number;
        params?: (string | number | boolean)[];
    }
    Index

    Properties

    Properties

    batchSize?: number

    Number of records to process in a single batch

    200
    
    params?: (string | number | boolean)[]

    Constructor arguments passed to the batch class constructor