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 the number of records from the start. In other words, the count will be the index value of the next record to be inserted.
    • 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.