The Xentara Clarify Client v1.2
User Manual
|
A "Dataset" in Xentara Clarify Client is a collection of data points that share the same settings for collect and send intervals. One or more Datasets can be defined as the children of an Integration
The Datasets will be configured under the "children" list of the Integration as below
id | A string value containing the ID of the dataset. The ID is used to construct the dataset’s Primary Keys |
UUID | A string value containing the unique UUID of the dataset. |
ACL | An optional JSON object containing the element ACL of the dataset. The format of the block is described here. |
dataPoints | A json object containing a key/value list of datapoints' Primary Keys and the scheme to be used for each of them. |
An overview of the plugin current operation condition can be obtained by reading its published attributes. The Dataset's published attributes are explained here.
The sampling of the Dataset's datapoints can be trigered by invoking this task. For example by invoking this task as a "function" from a timer, the sampling can be done in configurable intervals. The "collect task" primary key would be a ".collect" suffix added to the Dataset's primary key.
The sending of the Dataset's data to the database can be trigured by invoking this task. For example by invoking this task as a "function" from a timer, the send operation can be done in configurable intervals. The "send task" primary key would be a ".send" suffix added to the Dataset's primary key.
The Gap Detection is switched on for all the data sent to the Clarify database. The gap detection time period will be set automatically based on the collect task interval.