Interviewer - Server > Administration and maintenance > Databases > Quota database > Quota UNICOM Intelligence data file
 
Quota UNICOM Intelligence data file
UNICOM Intelligence Interviewer - Offline for Windows provides a table that stores quota data in a UNICOM Intelligence data file. The top-level table stores the quotas that are defined in the quota data:
Column
Data type
Quota_ID
(mtLong, not null)
Project_ID
(mtText, null)
QuotaName
(mtText, null)
Expression
(mtText, not null)
Matrix_ID
(mtLong, null)
MatrixName
(mtText, not null)
Flag
(mtLong, null)
InUse
(mtLong, null)
Metadata
(mtText, null)
Version
(mtLong, null)
PendMode
(mtLong, null)
PendLimit
(mtLong, null)
PendCount
(mtLong, not null)
CompleteCount
(mtLong, not null)
RollbackCount
(mtLong, not null)
Target
(mtLong, not null)
TargetName
(mtText, null)
Type
(mtLong, null)
Stamped
(mtDate, not null)
The sub-level CompleteHistory table stores the quota history:
Column
Data type
PendResult
(mtLong, not null)
InstanceCount
(mtLong, not null)
Respondent_Serial
(mrLong, not null)
Tstmp
(mtDate, not null)
See also
Quota database