[TIBCO.EMS .NET Admin client library 6.1 documentation]
The StoreInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AverageWriteTime | Get the average time (in seconds) a write call takes. This measurement is
not available when the store is asynchronous. | |
| FileSize | Get the total size of the store, deprecated. | |
| FreeSpace | Get the amount of space in the store that is not in use, deprecated. | |
| 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, deprecated. | |
| WriteUsage | Get the Ratio between time spent within write and total time
(server_rate_interval). This measurement is not available when the store
is asynchronous. |