User LOB activity (_UserLOBStat)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Displays statistics on the number of accesses to a specific range of LOBs by user.
| Field name | Data type | Description |
|---|---|---|
| _UserLobStat-Conn | INTEGER | User number |
| _UserLobStat-create | INT64 | Number of times create access has occurred to the LOB by the specified user |
| _UserLobStat-delete | INT64 | Number of times delete access has occurred to the LOB by the specified user |
| _UserLobStat-id | INT64 | The LOB record ID |
| _UserLobStat-Num | INTEGER | The LOB object ID |
| _UserLobStat-OsRead | INT64 | Number of times O/S read access has occurred to the LOB by the specified user |
| _UserLobStat-PartitionId | INTEGER | Partition ID of the LOB (not currently used) |
| _UserLobStat-read | INT64 | Number of times read access has occurred to the LOB by the specified user |
| _UserLobStat-TableNum | INTEGER | Table number associated with this LOB |
| _UserLobStat-TenantID | INTEGER | Tenant ID of the user |
| _UserLobStat-update | INT64 | Number of times update access has occurred to the LOB by the specified user |