This class contains stats about a table in the Netrics server.


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

Syntax

Visual Basic (Declaration)
<GuidAttribute("45DD2E43-A345-49ff-8F5A-BC9C4E648A26")>
Public Class NetricsTableStats
    Implements INetricsTableStats
C#
[GuidAttribute("45DD2E43-A345-49ff-8F5A-BC9C4E648A26")]
public class NetricsTableStats : INetricsTableStats
C++
[GuidAttribute(L"45DD2E43-A345-49ff-8F5A-BC9C4E648A26")]
ref class NetricsTableStats : INetricsTableStats
J#
/** @attribute GuidAttribute("45DD2E43-A345-49ff-8F5A-BC9C4E648A26") */
public class NetricsTableStats implements INetricsTableStats
JScript
public 
   GuidAttribute("45DD2E43-A345-49ff-8F5A-BC9C4E648A26")
class NetricsTableStats extends INetricsTableStats

Remarks

It can be used to get information about the size and structure of the table.

The tblload, tblmove, list, recget, recreplace, recupdate, recdelete, and recadd methods all return a NetrucsDbStats object.

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsTableStats

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also