This class contains statistics about a partitioned index in the Netrics server.


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

Syntax

Visual Basic (Declaration)
Public Class NetricsIdxStats
    Inherits BaseObjectStats
C#
public class NetricsIdxStats : BaseObjectStats
C++
ref class NetricsIdxStats : BaseObjectStats
J#
public class NetricsIdxStats extends BaseObjectStats
JScript
public class NetricsIdxStats extends BaseObjectStats

Remarks

This class can be used to get information about the indexes for a table or set of tables. These objects are created and returned by the NetricsServerInterface idxlist method. Normally there is no need to explicitly create a NetricsIdxStats object.

Inheritance Hierarchy

System.Object
   NetricsServerInterface.BaseObjectStats
      NetricsServerInterface.NetricsIdxStats

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