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

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

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

Syntax

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

Return Value

the number of bytes that are free

Remarks

Instead, if applicable, use NotInUseSpace

See Also