Returns the number of entries in the rollback log.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function getLogSize() As Integer
C#
public int getLogSize()
C++
public:
 int getLogSize() sealed 
J#
public int getLogSize()
JScript
public  function getLogSize() : int

Remarks

It is a rough estimate of the size of the transaction. The count does not include the number of individual records updated. If there is no log size information it returns -1.

See Also