Skip to main content

SYS.DataCheck.Statistics

SQL Table Name: SYS_DataCheck.Stats

Statistics for the running system.

Property Inventory

Properties

property DiscrepanciesRecorded as %Integer [ InitialExpression = 0 ];
The number of times a discrepancy was recorded in the RangeList
Property methods: DiscrepanciesRecordedDisplayToLogical(), DiscrepanciesRecordedGet(), DiscrepanciesRecordedGetStored(), DiscrepanciesRecordedIsValid(), DiscrepanciesRecordedLogicalToDisplay(), DiscrepanciesRecordedNormalize(), DiscrepanciesRecordedSet()
property PhaseDiscrepanciesRecorded as %Integer [ Calculated ];
The number of times a discrepancy was recorded in the RangeList in the current iteration of the current workflow phase
Property methods: PhaseDiscrepanciesRecordedCompute(), PhaseDiscrepanciesRecordedDisplayToLogical(), PhaseDiscrepanciesRecordedGet(), PhaseDiscrepanciesRecordedIsValid(), PhaseDiscrepanciesRecordedLogicalToDisplay(), PhaseDiscrepanciesRecordedNormalize(), PhaseDiscrepanciesRecordedSQLCompute()
property PhaseQueries as %Integer [ Calculated ];
Number of queries created in the current iteration of the current workflow phase
Property methods: PhaseQueriesCompute(), PhaseQueriesDisplayToLogical(), PhaseQueriesGet(), PhaseQueriesIsValid(), PhaseQueriesLogicalToDisplay(), PhaseQueriesNormalize(), PhaseQueriesSQLCompute()
property PhaseQueriesCompleted as %Integer [ Calculated ];
Number of queries completed in the current iteration of the current workflow phase
Property methods: PhaseQueriesCompletedCompute(), PhaseQueriesCompletedDisplayToLogical(), PhaseQueriesCompletedGet(), PhaseQueriesCompletedIsValid(), PhaseQueriesCompletedLogicalToDisplay(), PhaseQueriesCompletedNormalize(), PhaseQueriesCompletedSQLCompute()
property PhaseQueriesDeleted as %Integer [ Calculated ];
Number of queries deleted in the current iteration of the current workflow phase
Property methods: PhaseQueriesDeletedCompute(), PhaseQueriesDeletedDisplayToLogical(), PhaseQueriesDeletedGet(), PhaseQueriesDeletedIsValid(), PhaseQueriesDeletedLogicalToDisplay(), PhaseQueriesDeletedNormalize(), PhaseQueriesDeletedSQLCompute()
property PhaseQueriesMatched as %Integer [ Calculated ];
Number of query answers returning matched results in the current iteration of the current workflow phase
Property methods: PhaseQueriesMatchedCompute(), PhaseQueriesMatchedDisplayToLogical(), PhaseQueriesMatchedGet(), PhaseQueriesMatchedIsValid(), PhaseQueriesMatchedLogicalToDisplay(), PhaseQueriesMatchedNormalize(), PhaseQueriesMatchedSQLCompute()
property PhaseQueriesSplit as %Integer [ Calculated ];
QueriesSplit count for the current iteration of the current workflow phase
Property methods: PhaseQueriesSplitCompute(), PhaseQueriesSplitDisplayToLogical(), PhaseQueriesSplitGet(), PhaseQueriesSplitIsValid(), PhaseQueriesSplitLogicalToDisplay(), PhaseQueriesSplitNormalize(), PhaseQueriesSplitSQLCompute()
property PhaseQueriesUnMatched as %Integer [ Calculated ];
Number of query answers returning unmatched results in the current iteration of the current workflow phase
Property methods: PhaseQueriesUnMatchedCompute(), PhaseQueriesUnMatchedDisplayToLogical(), PhaseQueriesUnMatchedGet(), PhaseQueriesUnMatchedIsValid(), PhaseQueriesUnMatchedLogicalToDisplay(), PhaseQueriesUnMatchedNormalize(), PhaseQueriesUnMatchedSQLCompute()
property PhaseSaveTime as %Double [ Calculated ];
Aggregate elapsed time for the system to save all queries and rangelists in the current iteration of the current workflow phase
Property methods: PhaseSaveTimeCompute(), PhaseSaveTimeDisplayToLogical(), PhaseSaveTimeGet(), PhaseSaveTimeIsValid(), PhaseSaveTimeLogicalToDisplay(), PhaseSaveTimeNormalize(), PhaseSaveTimeOdbcToLogical(), PhaseSaveTimeSQLCompute()
property PhaseSaves as %Integer [ Calculated ];
The number of times the system saved the state of queries and rangelists in the current iteration of the current workflow phase
Property methods: PhaseSavesCompute(), PhaseSavesDisplayToLogical(), PhaseSavesGet(), PhaseSavesIsValid(), PhaseSavesLogicalToDisplay(), PhaseSavesNormalize(), PhaseSavesSQLCompute()
property Queries as %Integer [ InitialExpression = 0 ];
Number of queries created by the workflow
Property methods: QueriesDisplayToLogical(), QueriesGet(), QueriesGetStored(), QueriesIsValid(), QueriesLogicalToDisplay(), QueriesNormalize(), QueriesSet()
property QueriesCompleted as %Integer [ InitialExpression = 0 ];
Number of queries completed in the current iteration of the current workflow phase
Property methods: QueriesCompletedDisplayToLogical(), QueriesCompletedGet(), QueriesCompletedGetStored(), QueriesCompletedIsValid(), QueriesCompletedLogicalToDisplay(), QueriesCompletedNormalize(), QueriesCompletedSet()
property QueriesDeleted as %Integer [ InitialExpression = 0 ];
Number of queries deleted
Property methods: QueriesDeletedDisplayToLogical(), QueriesDeletedGet(), QueriesDeletedGetStored(), QueriesDeletedIsValid(), QueriesDeletedLogicalToDisplay(), QueriesDeletedNormalize(), QueriesDeletedSet()
property QueriesMatched as %Integer [ InitialExpression = 0 ];
Number of query answers returning matched results
Property methods: QueriesMatchedDisplayToLogical(), QueriesMatchedGet(), QueriesMatchedGetStored(), QueriesMatchedIsValid(), QueriesMatchedLogicalToDisplay(), QueriesMatchedNormalize(), QueriesMatchedSet()
property QueriesSplit as %Integer [ InitialExpression = 0 ];
Number of queries created in addition to those counted in the Queries property as needed for parallelism
Property methods: QueriesSplitDisplayToLogical(), QueriesSplitGet(), QueriesSplitGetStored(), QueriesSplitIsValid(), QueriesSplitLogicalToDisplay(), QueriesSplitNormalize(), QueriesSplitSet()
property QueriesUnmatched as %Integer [ InitialExpression = 0 ];
Number of query answers returning unmatched results
Property methods: QueriesUnmatchedDisplayToLogical(), QueriesUnmatchedGet(), QueriesUnmatchedGetStored(), QueriesUnmatchedIsValid(), QueriesUnmatchedLogicalToDisplay(), QueriesUnmatchedNormalize(), QueriesUnmatchedSet()
property SaveTime as %Double [ InitialExpression = 0 ];
Aggregate elapsed time for the system to save all queries and rangelists
Property methods: SaveTimeDisplayToLogical(), SaveTimeGet(), SaveTimeGetStored(), SaveTimeIsValid(), SaveTimeLogicalToDisplay(), SaveTimeNormalize(), SaveTimeOdbcToLogical(), SaveTimeSet()
property Saves as %Integer [ InitialExpression = 0 ];
Number of times the system saved the state of queries and rangelists
Property methods: SavesDisplayToLogical(), SavesGet(), SavesGetStored(), SavesIsValid(), SavesLogicalToDisplay(), SavesNormalize(), SavesSet()
property SystemName as SystemName [ Required ];
Name of the DataCheck Destination system that uses this configuration object. Set upon creating the destination object and should not be changed.
Property methods: SystemNameDisplayToLogical(), SystemNameGet(), SystemNameGetStored(), SystemNameIsValid(), SystemNameLogicalToDisplay(), SystemNameLogicalToOdbc(), SystemNameNormalize(), SystemNameSet()

Indexes

index (IdIndex on SystemName) [IdKey, Type = key];
Index methods: IdIndexCheck(), IdIndexDelete(), IdIndexExists(), IdIndexOpen(), IdIndexSQLCheckUnique(), IdIndexSQLExists(), IdIndexSQLFindPKeyByConstraint(), IdIndexSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (SYS.DataCheck.Statistics)

^SYS.DataCheck.StatisticsD(ID)
=
%%CLASSNAME
Queries
QueriesMatched
QueriesUnmatched
Saves
SaveTime
QueriesDeleted
QueriesCompleted
QueriesSplit
DiscrepanciesRecorded
PhaseTareCounts
FeedbackOpens in a new tab