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

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

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

Syntax

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

Return Value

the number of bytes that are free

See Also