COUNTER_NAME_DICT

Dictionary of Counter Names (in Business and Custom Data)

Definition


The COUNTER_NAME_DICT table contains the definition of the possible names for counters declared in charge plans and exposed to external provisioning systems

Technical Data


Schema Version 2025.0.0
Filegroup CATALOG_DATA
Partitioned No

Summary


The COUNTER_NAME_DICT 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
CLIENT_NUMBER        

    The client number associated to the counter name
    NAME        

      A possible name for counters exposed to external system
      DESCRIPTION        

        The textual and understandable description for the counter name
        NAME_KEY        

          The identification key used in replacement of the counter name

          Column Details

          The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

          CLIENT_NUMBER

          Definition The client number associated to the counter name
          Type DECIMAL(3), NOT NULL

          NAME

          Definition A possible name for counters exposed to external system
          Type NVARCHAR(256), NOT NULL

          DESCRIPTION

          Definition The textual and understandable description for the counter name
          Type NVARCHAR(2000), NOT NULL

          NAME_KEY

          Definition The identification key used in replacement of the counter name
          Type DECIMAL(28), NOT NULL