class documentation

class HistoryOption(Enum):

View In Hierarchy

Backend to use for OPC UA historic data access.

Constant MEMORY Undocumented
Constant SQLITE Undocumented
MEMORY: str =

Undocumented

Value
'memory'
SQLITE: str =

Undocumented

Value
'sqlite'