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

Syntax

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

Return Value

The total size of the overhead for storing the field structure of the table (in kbytes).

Implements

INetricsTableStats.getRecFieldBytes

See Also