ibi Patterns .NET API
Loading...
Searching...
No Matches
NetricsServerInterface.NetricsSortEncoding Class Reference

Define encodings for the SORT prefilter. More...

Public Member Functions

  NetricsSortEncoding (String[] fields, bool[] bwd_flags)
  This class is used to define an encoding for the SORT pre-filter. It is recommended that you contact your ibi representative for advice on which SORT encodings to use for your specific application.
 

Detailed Description

Define encodings for the SORT prefilter.

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 ibi for technical assistence before attempting to define encodings.

Constructor & Destructor Documentation

◆ NetricsSortEncoding()

NetricsServerInterface.NetricsSortEncoding.NetricsSortEncoding ( String[]  fields,
bool[]  bwd_flags 
)
inline

This class is used to define an encoding for the SORT pre-filter. It is recommended that you contact your ibi representative for advice on which SORT encodings to use for your specific application.

Parameters
fields A list of field names. The first field name will be the primary key, the second field will be secondary, and so on.
bwd_flags Fields can also be sorted backwards (from the last characters in the field to the first). Important fields can and should be used as primary sort keys in both their forward and reverse directions. The backwards_fields array should be the same length as the encodings array and the sub-array at each position in the two primary arrays should also be the same length. In this way, there is a flag in the bwd_flags array for each of the fields in the encoding. The flag is true if the field is to be sorted in the backwards direction and false for the forward direction.