namespace http://opcfoundation.org/UA/
nodeClass DataType
name AggregateConfiguration
isAbstract false
interface DTAggregateConfiguration {
    percentDataBad: number;
    percentDataGood: number;
    treatUncertainAsBad: boolean;
    useServerCapabilitiesDefaults: boolean;
    useSlopedExtrapolation: boolean;
}

Hierarchy (view full)

Properties

percentDataBad: number
percentDataGood: number
treatUncertainAsBad: boolean
useServerCapabilitiesDefaults: boolean
useSlopedExtrapolation: boolean