/mcp• Supervisor , on page 95 (via ProfileID) • Team, on page 99 (via ProfileID) • TeamCSQMapping , on page 100 (via ProfileID) PurgeConfig Database table name: PurgeConfig This table provides information about the purge schedule configuration and the corresponding details such as scheduled time, maximum threshold size of the database, and so on. Table 52: PurgeConfig Table Fields Storage Description Field Name int NOT NULL Unique identifier of the purge schedule configuration id int NOT NULL Specifies the threshold size of the database beyond which an alert message is sent out. hrdbsize int NOT NULL The maximum size allowed for the database. When the database crosses this size, the oldest hrdbdays records are purged. hrdbmaxsize varchar(255) NULL Indicates the email address to receive the alert message when the hrdbsize limit is crossed. hrdbemail int NOT NULL Used in the automatic purge calculation. hrdbdays int NOT NULL Specifies the duration for which the data is retained. After this time period, the data is removed in a scheduled purge. retaininterval varchar(5,0) NULL Identifies the time at which the scheduled purge occurs. scheduledtime int NOT NULL Specifies the duration of the purge activity. rundurationinhours NOT NULL Specifies the maximum threshold of the extents which, when crossed, triggers an automatic purge. maxextentspercentage PurgeHistory Database table name: PurgeHistory Cisco Unified Contact Center Express Database Schema Guide, Release 12.5(1) SU1 76 Database Schema PurgeConfig