modal
    Preparing search index...

    Type Alias FunctionWithBatchingParams

    Configuration options for Function_.withBatching().

    type FunctionWithBatchingParams = {
        maxBatchSize: number;
        waitMs: number;
    }
    Index

    Properties

    Properties

    maxBatchSize: number
    waitMs: number