• Open a time series table.

    Parameters

    • name: string

      The name of the table.

    • create: boolean

      Create if the table with the name does not exist.

    Returns LibertasDataTable | undefined

    A token representing the opened table. The token shall be used for future operations. Note that there are limitions on how many tables an app can maintain. Current limit is 64. Note that if the table does not exist and create is false, then undefined will be returned.

Generated using TypeDoc