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


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

Syntax

Visual Basic (Declaration)
<GuidAttribute("5894EE8C-AB52-45c7-AF63-FB7A96A6FBDF")>
Public Class NetricsIdxStats
    Implements INetricsIdxStats
C#
[GuidAttribute("5894EE8C-AB52-45c7-AF63-FB7A96A6FBDF")]
public class NetricsIdxStats : INetricsIdxStats
C++
[GuidAttribute(L"5894EE8C-AB52-45c7-AF63-FB7A96A6FBDF")]
ref class NetricsIdxStats : INetricsIdxStats
J#
/** @attribute GuidAttribute("5894EE8C-AB52-45c7-AF63-FB7A96A6FBDF") */
public class NetricsIdxStats implements INetricsIdxStats
JScript
public 
   GuidAttribute("5894EE8C-AB52-45c7-AF63-FB7A96A6FBDF")
class NetricsIdxStats extends INetricsIdxStats

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.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