| Overload | Description |
|---|---|
| ValueType<TValue>(SparkplugMetric) | Makes the metric to use the value type specified by a generic parameter. |
| ValueType(SparkplugMetric,SparkplugDataType) | Makes the metric to use the specified Sparkplug data type. |
| ValueType(SparkplugMetric,SparkplugDataType,Boolean) | Makes the metric to use the specified Sparkplug data type, and specifying whether to initialize the data to the default. |
| ValueType(SparkplugMetric,Type) | Makes the metric to use the specified value type. |