User table activity (_UserTableStat)
- Last Updated: November 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The _UserTableStat VST displays statistics on the number of accesses to a specific range of tables by user.1
| Field name | Data type | Description |
|---|---|---|
| _UserTableStat-Conn | INTEGER | User number |
| _UserTableStat-Num | INTEGER | Table number |
| _UserTableStat-create | INT64 | Number of times create access has occurred to the table by the specified user |
| _UserTableStat-delete | INT64 | Number of times delete access has occurred to the table by the specified user |
| _UserTableStat-PartitionId | INTEGER | Partition Id of the user |
| _UserTableStat-read | INT64 | Number of times read access has occurred to the table by the specified user |
| _UserTableStat-TenantId | INTEGER | Tenant Id of the user |
| _UserTableStat-update | INT64 | Updates the table |