Product Documentation

MQTT V3 Plug-in Reference

Previous Topic

Next Topic

"tableName"

  • String
  • Optional
  • Defaults to the topic with any underscores removed.

It is the name of the table where c-tree will store the data that it extracts for incoming data messages published to the Persistence Topic.

If no table by that name exists, c-tree will create it.

We highly recommend that you specify a name for the table.

  • This helps when you assign multiple Persistence Topics to the same table.

For fastest performance, we recommend assigning only one Persistence Topic per table.

"AlterPersistenceTopic" cannot change the table name.

  • To move data persistence to another table, you must delete the Persistence Topic and create a new one with a new table.

TOCIndex