[TIBCO.EMS .NET Admin client library 7.0 documentation]

Get the amount of space in the store file that is in use.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public long InUseSpace { get; }
Public ReadOnly Property InUseSpace As Long
public:
property long long InUseSpace {
	long long get ();
}

Return Value

the number of bytes that are in use

See Also