User table activity (_UserTableStat)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- 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 create operations performed on the table by the specified user |
| _UserTableStat-delete | INT64 | Number of delete operations performed on the table by the specified user |
| _UserTableStat-OsRead | INT64 | Number of O/S read operations performed on the table by the specified user |
| _UserTableStat-PartitionId | INTEGER | Partition ID of the user |
| _UserTableStat-read | INT64 | Number of read operations performed:on the table by the specified user |
| _UserTableStat-TenantId | INTEGER | Tenant ID of the user |
| _UserTableStat-update | INT64 | Number of table updates by the specified user |