@numaproj/numaflow-js - v0.0.0-alpha.4
    Preparing search index...

    Interface ReadRequest

    Read request containing parameters for reading messages from a source. Includes the number of records to read and timeout.

    interface ReadRequest {
        numRecords: number;
        timeoutMs: number;
    }
    Index

    Properties

    numRecords: number

    The number of records to read from the source.

    timeoutMs: number

    The timeout in milliseconds for the read operation.