drupflare/worker - v1.0.0
    Preparing search index...

    Interface UpdbOptions

    Everything updbPrepare(), updbStep() and the two operator calls accept.

    interface UpdbOptions {
        allowUnbounded?: boolean;
        chainMs?: number;
        checkRequirements?: boolean;
        codeId?: string;
        coldMs?: number;
        exportKey?: string | null;
        flushSplit?: boolean;
        idleMs?: number;
        maxAttempts?: number;
        maxBeats?: number;
        maxColdWaits?: number;
        maxPasses?: number;
        maxRows?: number;
        nowMs?: number;
        onAbort?: string;
        reason?: string;
        requireExport?: boolean;
        retryPolicy?: string;
        snapshotMaxRows?: number;
        snapshotTables?: string[];
        tables?: string[];
    }
    Index
    allowUnbounded?: boolean
    chainMs?: number
    checkRequirements?: boolean
    codeId?: string
    coldMs?: number
    exportKey?: string | null
    flushSplit?: boolean
    idleMs?: number
    maxAttempts?: number
    maxBeats?: number
    maxColdWaits?: number
    maxPasses?: number
    maxRows?: number
    nowMs?: number
    onAbort?: string
    reason?: string
    requireExport?: boolean
    retryPolicy?: string
    snapshotMaxRows?: number
    snapshotTables?: string[]
    tables?: string[]