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

Syntax

Visual Basic (Declaration)
Public Function getKeyTreeBytes() As Integer _
    Implements INetricsTableStats.getKeyTreeBytes
C#
public int getKeyTreeBytes()
C++
public:
 int getKeyTreeBytes() sealed 
J#
public int getKeyTreeBytes()
JScript
public  function getKeyTreeBytes() : int

Return Value

The total size of the tree structure which holds the record keys for the table (in kbytes).

Implements

INetricsTableStats.getKeyTreeBytes

See Also