Class DataMinerConnectorRateArgs
- 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 differences between the old and new value.
public class DataMinerConnectorRateArgs
- Inheritance
-
DataMinerConnectorRateArgs
- Extension Methods
Constructors
Properties
- CurrentTimestampUtc
Gets the UTC timestamp of the current value.
- CurrentValue
Gets the current value after it was processed by the raw value change function.
- Origin
Gets the origin of the value.
- PreviousRateTimestampUtc
Gets the UTC timestamp of the previous rate value that was set. Note that this will be DateTime.MinValue when calculating the first rate.
- PreviousRateValue
Gets the previous rate value that was set. Note that this will be null when calculating the first rate.
- PreviousTimestampUtc
Gets the UTC timestamp of the previous value.
- PreviousValue
Gets the previous value after it was processed by the raw value change function.
- PrimaryKey
Gets the primary key of the row where the value belongs.