Class | Description |
---|---|
AllType |
A catchall data type that represents all data.
|
BooleanArrayType | |
BooleanType | |
MapType | |
NoneType |
Represents the type of "null" or non-present data.
|
NumberArrayType | |
NumberType | |
RawByteType | |
StringArrayType | |
StringType | |
UnknownType |
A catchall data type that is used when the type of data is unknown.
|