Interface UAHistoricalDataConfiguration_Base
interface UAHistoricalDataConfiguration_Base { aggregateConfiguration: UAAggregateConfiguration; aggregateFunctions?: UAFolder; definition?: UAProperty<UAString, String>; exceptionDeviation?: UAProperty<number, Double>; exceptionDeviationFormat?: UAProperty<EnumExceptionDeviationFormat, Int32>; maxCountStoredValues?: UAProperty<number, UInt32>; maxTimeInterval?: UAProperty<number, Double>; maxTimeStoredValues?: UAProperty<number, Double>; minTimeInterval?: UAProperty<number, Double>; serverTimestampSupported?: UAProperty<boolean, Boolean>; startOfArchive?: UAProperty<Date, DateTime>; startOfOnlineArchive?: UAProperty<Date, DateTime>; stepped: UAProperty<boolean, Boolean>; } - UAHistoricalDataConfiguration_Base
Properties
aggregateConfiguration
Optional
aggregateFunctions
Optional
definition
Optional
exceptionDeviation
Optional
exceptionDeviationFormat
Optional
maxCountStoredValues
Optional
maxTimeInterval
Optional
maxTimeStoredValues
Optional
minTimeInterval
Optional
serverTimestampSupported
Optional
startOfArchive
Optional
startOfOnlineArchive
stepped