[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Returns the total storage (in bytes) occupied by all messages with this
subject name.
Namespace:
TIBCO.EMS.ADMINAssembly: 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.