BuffStatusId property
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The BuffStatusId property identifies
the BuffStatus VST. This VST displays the status
of buffers, such as the number of buffers that are in the buffer
cache, that are currently in use, that are empty, or that are on
the Least Recently Used (LRU) chain, page writer queue, or checkpoint
queue. You can pass the BuffStatusId property to
the GetVSTHandle() method to return the handle
to the BuffStatus VST. This property is read-only.
Data type: INTEGER
Access: PUBLIC STATIC
Applies to: Progress.Database.VSTTableId class