|
long | NotInUseSpace [get] |
| Get the amount of space in the store file that is not in use. More...
|
|
long | InUseSpace [get] |
| Get the amount of space in the store file that is in use. More...
|
|
long | Size [get] |
| Get the total size of the store file. More...
|
|
int | Percentage [get] |
| Get the percentage fragmentation of the store file. More...
|
|
System.String | FileName [get] |
| Get the file name. More...
|
|
long | FileMinimum [get] |
| Get the minimum size of the file (the file will pre-allocated at least to that size, if necessary). More...
|
|
bool | CRCEnabled [get] |
| Indicates whether or not CRC checks are performed for stored data. More...
|
|
bool | TruncationEnabled [get] |
| Indicates whether or not the server will periodically check if there is unused space at the end of the file and, if so, truncate the file. More...
|
|
bool | SynchronousWriteEnabled [get] |
| Indicates whether or not the file is opened in synchronous write mode. More...
|
|
long | WriteRate [get] |
| Get the number of bytes written per second. More...
|
|
long | DestinationDefrag [get] |
| Get the maximum batch size for destination defragmentation. of queues in this store. More...
|
|
int | SyncProgress [get] |
| Get the current progress of the synchronization of this store file when the server is running in the EMS Appliance. More...
|
|
long | MsgCount [get] |
| Get the number of data messages stored in the store. More...
|
|
long | MsgBytes [get] |
| Get the total size of the data messages stored in the store. More...
|
|
long | SwappedCount [get] |
| Get the number of data messages stored in the store as a result of swapping out non-persistent messages. More...
|
|
long | SwappedBytes [get] |
| Get the total size of the data messages stored in the store as a result of swapping out non-persistent messages. More...
|
|
long | FreeSpace [get] |
| Get the amount of space in the store that is not in use, deprecated. More...
|
|
long | UsedSpace [get] |
| Get the amount of space in the store that is in use, deprecated. More...
|
|
long | FileSize [get] |
| Get the total size of the store, deprecated. More...
|
|
double | AverageWriteTime [get] |
| Get the average time (in seconds) a write call takes. This measurement is not available when the store is asynchronous. More...
|
|
double | WriteUsage [get] |
| Get the Ratio between time spent within write and total time (server_rate_interval). This measurement is not available when the store is asynchronous. More...
|
|
Class representing information about a server's file-based store.