Table of Contents

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

DataMinerConnectorRateArgs()

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.

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.