FeatureOriginalType#
- class FeatureOriginalType#
Original data type details. Used by clients to determine how to serialize and deserialize feature data.
- data_type: str#
The name of the data type.
- length: int | None#
The maximum allowed length of the string.
- encoding: str | None#
The string encoding type.
- format: str | None#
The format of the number.
- size: int | None#
The size of the integer (in bytes).
- unsigned: bool | None#
If the integer is unsigned.
- timezone: str | None#
The standardized timezone name.
- unit: str | None#
The unit of the time delta.