Indicates the Maximum percentage of bad data in a given interval above which would cause the StatusCode for the given
interval for processed data request to be set to Bad. For values equal to or below this percentage the StatusCode
would be Uncertain or Good. For details on which Aggregates use the PercentDataBad Variable,
see the definition of each Aggregate. The default value is 0.
Namespace: Ico.Data.DataConnectorAssembly: IcoCommonConnectors (in IcoCommonConnectors.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public byte PercentDataBad { get; set; } |
Visual Basic |
---|
Public Property PercentDataBad As Byte
Get
Set |
JScript |
---|
function get PercentDataBad () : byte
function set PercentDataBad (value : byte) |
See Also