Class DataMinerConnectorTriggerValueArgs
- Namespace
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Protocol.DataMapper.Args
- Assembly
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Protocol.dll
Arguments that are passed to a function that processes the values of the trigger parameters.
public class DataMinerConnectorTriggerValueArgs
- Inheritance
-
DataMinerConnectorTriggerValueArgs
- Extension Methods
Constructors
- DataMinerConnectorTriggerValueArgs()
Initializes a new instance of the DataMinerConnectorTriggerValueArgs class.
Properties
- Origin
Gets the origin of the values.
- PrimaryKey
Gets the primary key of the row where the values belong.
- TimestampUtc
Gets the UTC timestamp of the values.
- Values
Gets the collection of the column parameter IDs and their value after it was processed by the raw value change function.