Libertas OS API Documentation
    Preparing search index...

    Function Libertas_DataOpenTimeSeries

    • 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 number

      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 argument is false, then undefined will be returned.