Libertas OS API Documentation
    Preparing search index...

    Function Libertas_DataInitSchema

    • Initialize the time series data schema of the current application.

      Parameters

      • schema: LibertasAvroSchema[]

        A array of schemas. Note that one app can only have one schema. Developers can include more than struct definitions into the schema. Also, a new version of an app can update the schema, but the new schema must be backward compatible with the old one, meaning the developer can only add new struct definitions to the end of the old schema array.

      Returns void