Defines a service metering package that is available on the system. A metering package is a collection of metric categories for an associated schema. I.e a collection of metrics.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| metering_package_id | integer | not null | Unique identity of the metering package |
| package_id | integer | with null | The identity assigned to the package during import. Note. Should use only one id for a metering package. |
| major_version | varchar(20) | with null | Versioning info |
| minor_version | varchar(20) | with null | Versioning info |
| name | nvarchar(64) | with null | Name of the package |
| schema_id | integer | with null | The schema to which the package belongs |
Product Name: Unicenter Service Management
Table Type: Table