Data type mapping
- Last UpdatedSep 25, 2025
- 1 minute read
The following table lists data types from which the adapter supports data collection and corresponding stream data types that will be created in Edge Data Store ().
|
data type |
Stream data type |
|---|---|
|
Boolean |
Boolean |
|
Byte |
Int16 |
|
SByte |
Int16 |
|
Int16 |
Int16 |
|
UInt16 |
UInt16 |
|
Int32 |
Int32 |
|
UInt32 |
UInt32 |
|
Int64 |
Int64 |
|
UInt64 |
UInt64 |
|
Float |
Float32 |
|
Double |
Float64 |
|
DateTime |
DateTime |
|
String |
String |