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

Get the total size of the data messages stored in the store as a result of swapping out non-persistent messages.

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

Syntax

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

Return Value

the size in bytes

Remarks

This only has meaning for the asynchronous store.

See Also