namespace http://opcfoundation.org/UA/
nodeClass ObjectType
typedDefinition HistoricalEventConfigurationType i=32621
isAbstract false
interface UAHistoricalEventConfiguration_Base {
    eventTypes: UAFolder;
    startOfArchive?: UAProperty<Date, DateTime>;
    startOfOnlineArchive?: UAProperty<Date, DateTime>;
}

Hierarchy (view full)

Properties

eventTypes: UAFolder
startOfArchive?: UAProperty<Date, DateTime>
startOfOnlineArchive?: UAProperty<Date, DateTime>