Libertas OS API Documentation
    Preparing search index...

    Type Alias LibertasDataStat

    LibertasDataStat: [count: number, start: number]

    Statistics data of a time series data table

    • count is number of records from start. In other words, count will be index value of the next inserted record.
    • start is the minimum index. If the table has been successfully truncated, then the start index is greater than zero. Note that the index is zero based.