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

Syntax

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

Return Value

The total size of the overhead for a table (in kbytes).

Implements

INetricsTableStats.getHeaderBytes

See Also