Rezi
    Preparing search index...

    Type Alias ParseEventBatchV1Opts

    ParseEventBatchV1Opts: Readonly<
        {
            maxEvents?: number;
            maxPasteBytes?: number;
            maxTotalSize?: number;
            maxUserPayloadBytes?: number;
            timeUnwrap?: EventTimeUnwrapState;
        },
    >

    Parser configuration options with cap enforcement. Caps prevent resource exhaustion from malformed/malicious input.