User LOB activity (_UserLOBStat)
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- 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 |
| _UserLobStat-delete | INT64 | Number of times delete access has occurred to the LOB |
| _UserLobStat-id | INT64 | The LOB record id |
| _UserLobStat-Num | INTEGER | The LOB object id |
| _UserLobStat-PartitionId | INTEGER | Partition ID of the LOB (not currently used) |
| _UserLobStat-read | INT64 | Number of times read access has occurred to the LOB |
| _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 |