Field |
Field Type |
Null |
Notes |
Description |
NAME |
nvarchar(250) |
|
Default = '' |
This field exists due to the fact that a business process parameter table must have a plain text identifying column. |
STARTDATE |
datetime |
 |
|
The start date of the application usage report period. This date is used to calculate records added since the start date. |
DATAKEY |
varbinary |
 |
|
|
APPUSERKEY |
varbinary |
 |
|
|
COMPONENTKEY |
varbinary |
 |
|
|
DEFINITIONKEY |
varbinary |
 |
|
|
PUBLICKEY |
nvarchar(250) |
|
Default = '' |
Public key used for encrypting the report data file. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |