DataType Enumeration
Defines the basic data types for connection parameters.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
Public Enumeration DataType
public enum class DataType
Gemstone.Timeseries.Adapters.DataType = function();
Gemstone.Timeseries.Adapters.DataType.createEnum('Gemstone.Timeseries.Adapters.DataType', false);
Enumeration is intended to provide user interfaces with basic data
type constraints for possible encountered connection parameters.
String | 0 |
Represents a String data type.
|
Int16 | 1 |
Represents a Int16 data type.
|
UInt16 | 2 |
Represents a UInt16 data type.
|
Int32 | 3 |
Represents a Int32 data type.
|
UInt32 | 4 |
Represents a UInt32 data type.
|
Int64 | 5 |
Represents a Int64 data type.
|
UInt64 | 6 |
Represents a UInt64 data type.
|
Single | 7 |
Represents a Single data type.
|
Double | 8 |
Represents a Double data type.
|
DateTime | 9 |
Represents a DateTime data type.
|
Boolean | 10 |
Represents a Boolean data type.
|
Enum | 11 |
Represents an Enum data type.
|
IMeasurement | 12 |
Represents an IMeasurement data type.
|
MeasurementKey | 13 |
Represents an MeasurementKey data type.
|