| Overload | Description |
|---|---|
| SparkplugMetricData Constructor() | Initializes a new instance of the class with default data. |
| SparkplugMetricData Constructor(Object) | Initializes a new instance of the class, with given value. |
| SparkplugMetricData Constructor(Object,DateTime) | Initializes a new instance of the class, with given value and timestamp. |
| SparkplugMetricData Constructor(Object,DateTime,Boolean) | Initializes a new instance of the class, with given value, timestamp, and transient flag. |
| SparkplugMetricData Constructor(Object,DateTime,Boolean,SparkplugDataType) | Initializes a new instance of the class, with given value, timestamp, transient flag, and data type. |
| SparkplugMetricData Constructor(Object,DateTime,SparkplugDataType) | Initializes a new instance of the class, with given value, timestamp, and data type. |
| SparkplugMetricData Constructor(Object,DateTime,Boolean,SparkplugDataType,Boolean) | Initializes a new instance of the class, with given value, timestamp, transient flag, data type, and historical flag. |
| SparkplugMetricData Constructor(Object,SparkplugDataType) | Initializes a new instance of the class, with given value and data type. |
| SparkplugMetricData Constructor(SparkplugData,SparkplugDataType,Boolean) | Initializes a new instance of the class, with given Sparkplug data, data type, and historical flag. |
| SparkplugMetricData Constructor(SparkplugMetricData) | Initializes a new instance of the class, making a copy of an existing instance. |