This tables stores the data management policies for various entities in the system. The policies will be defined in the application, but the associated values will be stored in the database
| Column Name | Column Datatype | Column Null Option | Column Comment |
| wsm_entity | varchar(32) | not null | The name of the entity that needs to be managed ...
events device configurations |
| data_stored | integer | not null | The type of table
0 = historical 1 = reference 2 = configuration with version info |
| policy | integer | not null | defines the policy that will be used:
0 = never archived/changed 1 = requires reduction 2 = archiving 3 = agregation |
| display_string | nvarchar(255) | not null | String displayed in GUI to manage data |
| display_help | nvarchar(255) | with null | Help on what needs to be done |
| versions_to_keep | nvarchar(255) | with null | The number of versions to keep if applicable |
| number_of_entries | nvarchar(255) | with null | The max number of entries to store |
| number_of_days_to_persist | nvarchar(255) | with null | The number of days data must be persisted before any action is taken |
| ext1 | integer | with null | An extension attribute |
| ext2 | integer | with null | Extension attribute |
| ext3 | integer | with null | An extension attribute |
Product Name: Unicenter Wireless Site Management
Table Type: Table