Define encodings for the SORT prefilter.


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

Syntax

Visual Basic (Declaration)
Public Class NetricsSortEncoding
C#
public class NetricsSortEncoding
C++
ref class NetricsSortEncoding
J#
public class NetricsSortEncoding
JScript
public class NetricsSortEncoding

Remarks

Objects of this class are used to define the encodings for the SORT prefilter. If you use the SORT prefilter and do not define any encodings a default set of encodings is created. These default encodings are good for most applications but some applications may require encodings be defined explicitly to achieve the desired performance and accuracy.

It is recommended that you contact TIBCO for technical assistence before attempting to define encodings.

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsSortEncoding

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