Rdb_ChangeInfo

Overview

Defines a struct for the details about the device-cloud sync process.

Since: 11

Related module: RDB

Summary

Member Variables

Name Description
version Version of the Rdb_DistributedConfig struct.
tableName Name of the table with data changes.
ChangeType Type of the data changed, which can be data or asset.
inserted Location where data is inserted. If the primary key of the table is of the string type, the value is the value of the primary key. Otherwise, the value is the row number of the inserted data.
updated Location where data is updated. If the primary key of the table is of the string type, the value is the value of the primary key. Otherwise, the value is the row number of the updated data.
deleted Location where data is deleted. If the primary key of the table is of the string type, the value is the value of the primary key. Otherwise, the value is the row number of the deleted data.