[TIBCO.EMS .NET Admin client library 5.1 documentation]
The StoreInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| FileSize | Get the total size of the store. | |
| FreeSpace | Get the amount of space in the store that is not in use. | |
| MsgBytes | Get the total size of the data messages stored in the store. | |
| MsgCount | Get the number of data messages stored in the store. | |
| SwappedBytes | Get the total size of the data messages stored in the store
as a result of swapping out non-persistent messages.
| |
| SwappedCount | Get the number of data messages stored in the store as a result of
swapping out non-persistent messages.
| |
| UsedSpace | Get the amount of space in the store that is in use. |