TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

StoreInfo Members

StoreInfo overview

Public Instance Constructors

StoreInfo Constructor

Public Instance Properties

FileSize Get the total size of the store file.
FreeSpace Get the amount of space in the store file that is not in use.
MsgBytes Get the total size of the data messages stored in the store file.
MsgCount Get the number of data messages stored in the store file.
SwappedBytes Get the total size of the data messages stored in the store file as a result of swapping out non-persistent messages.
SwappedCount Get the number of data messages stored in the store file as a result of swapping out non-persistent messages.
UsedSpace Get the amount of space in the store file that is in use.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString 

See Also

StoreInfo Class | TIBCO.EMS.ADMIN Namespace