'DeclarationPublic Function New( _ ByVal value As Object, _ ByVal timestamp As Date, _ ByVal isTransient As Boolean _ )
'UsageDim value As Object Dim timestamp As Date Dim isTransient As Boolean Dim instance As New SparkplugMetricData(value, timestamp, isTransient)
Parameters
- value
- The value of the Sparkplug data.
The value of this parameter can be
null(Nothingin Visual Basic). - timestamp
- Timestamp associated with data acquisition time. In UTC.
- isTransient
- A Boolean flag which denotes whether this data should be considered transient.