This class is used by the search method of the NetricsServerInterface class to configure those parameters which can be specified per table.


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

Syntax

Visual Basic (Declaration)
<GuidAttribute("B8B407C7-9141-434a-881B-AAE12F2E1125")>
Public Class NetricsSearchCfg
    Implements INetricsSearchCfg
C#
[GuidAttribute("B8B407C7-9141-434a-881B-AAE12F2E1125")]
public class NetricsSearchCfg : INetricsSearchCfg
C++
[GuidAttribute(L"B8B407C7-9141-434a-881B-AAE12F2E1125")]
ref class NetricsSearchCfg : INetricsSearchCfg
J#
/** @attribute GuidAttribute("B8B407C7-9141-434a-881B-AAE12F2E1125") */
public class NetricsSearchCfg implements INetricsSearchCfg
JScript
public 
   GuidAttribute("B8B407C7-9141-434a-881B-AAE12F2E1125")
class NetricsSearchCfg extends INetricsSearchCfg

Remarks

Field weights, weight schemes, and the query itself are all configured by using methods of this class.

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsSearchCfg

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