Comment on page
Configuration
This section explains each of the properties in the configuration blade.

Property | Description |
---|---|
Collection | This associates this agent to a specific collection and defaults to that of the current data stream. |
For each attribute that is to be Rounded, add a row to the configuration grid. Each row consists of the following columns:
Property | Description |
---|---|
Input Column | Select the column or attribute from the input payload that is to be rounded. |
Precision | A number to represent required precision or decimal places for the rounded output. |
Only Numeric attributes can be selected to be rounded. Numeric values are Integer, Long or Double. Non-decimal numbers i.e. Integer or Long will be converted to Double as part of the rounding operation.
Before configuring the Function, please ensure that its input endpoint is connected to a parent Agent which will be sending data to it.
Name | Description |
---|---|
Input | The input to apply the Rounding function on. |
Output | The agent publishes the resulting events to this endpoint. The output is made of the attributes which were rounded and all the other unchanged input attributes. |
Last modified 1yr ago