Common Discovery Reference table for classification methods for each class rule
| Column Name | Column Datatype | Column Null Option | Column Comment |
| method_id | varchar(32) | not null | Generated ID of the method |
| classify_id | varchar(32) | not null | Generated classification rule id |
| filter_type | varchar(32) | with null | How to equate the filter, example, "==" value must equal filter, REGEX value must contain filter expression. |
| filter_len | integer | with null | Length of filter |
| filter_startbyte | integer | with null | Start byte |
| required_result | integer1 | with null | Result of filter 0=false; 1=true. used for excluding parts of filter |
| filter | varchar(1024) | with null | Rule validation check. For this method, the value returned by the method must equate to this filter |
Product Name: Asset
Table Type: Table