@quack-protocol/sdk - v0.1.0
    Preparing search index...

    Interface FetchResponseMessage

    Response containing additional result chunks.

    interface FetchResponseMessage {
        batchIndex?: bigint;
        clientQueryId?: bigint;
        connectionId?: string;
        results: QuackDataChunk[];
        type: FETCH_RESPONSE;
    }

    Hierarchy (View Summary)

    Index

    Properties

    batchIndex?: bigint

    Optional server batch index.

    clientQueryId?: bigint

    Client-assigned query/request id.

    connectionId?: string

    Server-assigned connection id for connection-scoped messages.

    results: QuackDataChunk[]

    Fetched result chunks.

    Concrete message type id.