This class is used with the search methods of the NetricsServerInterface class to configure a query.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class NetricsSearchCfg |
C# |
---|
public class NetricsSearchCfg |
C++ |
---|
ref class NetricsSearchCfg |
J# |
---|
public class NetricsSearchCfg |
JScript |
---|
public class NetricsSearchCfg |
Remarks
This includes the name of the table or joined set of tables to be searched, the query to be performed and any filtering predicate to be used. It also includes methods for building predicate expressions.
Inheritance Hierarchy
System.Object
NetricsServerInterface.NetricsSearchCfg
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.