This class contains statistics on a table in the TIBCO Patterns server.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class NetricsTableStats Inherits BaseObjectStats |
C# |
---|
public class NetricsTableStats : BaseObjectStats |
C++ |
---|
ref class NetricsTableStats : BaseObjectStats |
J# |
---|
public class NetricsTableStats extends BaseObjectStats |
JScript |
---|
public class NetricsTableStats extends BaseObjectStats |
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
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.