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

Returns the total storage (in bytes) occupied by all messages with this subject name.

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

Syntax

public int TotalSize { get; }
Public ReadOnly Property TotalSize As Integer
public:
property int TotalSize {
	int get ();
}

Return Value

the total storage (in bytes) occupied by all messages with this subject name.

Remarks

If the ledger contains several messages with this subject name, then this field sums the storage space over all of them.

See Also