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

    Interface AppendOptions

    Options accepted by low-level append calls.

    interface AppendOptions {
        schema?: string;
        signal?: AbortSignal;
        timeoutMs?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    schema?: string

    Optional schema name for the target table.

    signal?: AbortSignal

    Abort signal passed through to the underlying fetch request.

    timeoutMs?: number

    Request timeout in milliseconds.