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

Get the amount of space in the store that is in use, deprecated.

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

Syntax

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

Return Value

the number of bytes that are in use

Remarks

Instead, if applicable, use InUseSpace

See Also