| Schema Version | 5.0.6 | |
| Partitioned | No | |
The CIT_AGGR_RULE table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| POLICY_OID | PK_CIT_AGGR_RULE |
|
The unique identifier of the charged items aggregation policy | |||
| FIELD_NAME | PK_CIT_AGGR_RULE |
|
The name of the field concerned by the charged items aggregation rule | |||
| OPERATOR_TYPE |
|
The type of operator associated to the charged items aggregation rule |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the charged items aggregation policy |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_CIT_AGGR_RULE |
| Definition | The name of the field concerned by the charged items aggregation rule |
| Type | NVARCHAR(256), NOT NULL |
| Primary Key | PK_CIT_AGGR_RULE |
| Definition | The type of operator associated to the charged items aggregation rule |
| Format |
The possible values are:
|
| Type | DECIMAL(4), NOT NULL |
See the primary key information:
| Column(s) | POLICY_OID, FIELD_NAME |
| Segment | CATALOG_INDX |