Database input/output (_UserIO)
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Database input/output (_UserIO)
The _UserIO VST displays information about the database input/output operations, including user number and name and the number of accesses, reads, and writes.1
| Field name | Data type | Description |
|---|---|---|
| _UserIO-AiRead | INT64 | Number of AI read operations performed by the process |
| _UserIO-AiWrite | INT64 | Number of AI write operations performed by the process |
| _UserIO-BiRead | INT64 | Number of BI read operations performed by the process |
| _UserIO-BiRecRead | INT64 | Number of BI notes read |
| _UserIO-BiRecWrite | INT64 | Number of BI notes written |
| _UserIO-BiWrite | INT64 | Number of BI write operations performed by the process |
| _UserIO-DbAccess | INT64 | Number of database access operations performed by the process |
| _UserIO-DbRead | INT64 | Number of database read operations performed by the process |
| _UserIO-DbWrite | INT64 | Number of database write operations performed by the process |
| _UserIO-Name | CHARACTER | User name of the process |
| _UserIO-TenantId | INTEGER | Tenant ID of the user |
| _UserIO-Usr | INTEGER | User number of the process |