• 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 new version of app can update the schema but the new schema must be backward compatible with the old one, meaning developer can only add new struct definitions to the end of the old schema array.

    Returns void

Generated using TypeDoc