TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface SQLExecuteObj

    interface SQLExecuteObj {
        after_device?: string;
        params?: SQLParam[];
        test?: boolean;
    }
    Index

    Properties

    after_device?: string

    Fleet pagination cursor: the last device id of the previous page.

    params?: SQLParam[]

    Values merged over the saved defaults per key.

    test?: boolean

    Probe mode: skips the result cache entirely (no read, no write).