MAILEXPRESS

Basic Index   Expanded Index

Table Name: medatabase.DatabasePurgeConfig
Description: The configuration for the database purging functionality.
Primary Keys: identifier
Field Type Defaults Nulls? Comments
auditLogHistThreshTimeNumber int None Yes The numerical component of the threshold at which the audit log data will be purged.
auditLogHistThreshTimeUnit nvarchar (255) None Yes The time unit component of the threshold at which the audit log data will be purged. Values values: MINUTES, HOURS, DAYS, WEEKS, MONTHS, YEARS.
enableAuditLogPurge tinyint None No Enables purging of audit and transaction logs.
enableFullStorageNotification tinyint None No Enables system notification when the database has reached its size quota.
sizeNotifPeriodTimeNumber int None Yes The numerical component of the period at which notifications will be sent.
sizeNotifPeriodTimeUnit nvarchar (255) None Yes The time unit component of the period at which notifications will be sent. Values values: MINUTES, HOURS, DAYS, WEEKS, MONTHS, YEARS.
fullStorageThreshold int None No The percentage of the database size quota at which to send a notification.
storageQuota numeric (38) None No The maximum size, in bytes, allotted for the database.
identifier numeric (19) None No Unique ID for an entry.

Index Clustered? Unique? Fields
PK__Database__D112ED4958FDAF54 Yes Yes

No check constraints
Internal Foreign Key Constraint Affected Field Source Table
FKA155673232C87F94 identifier AbstractSingleton

No primary keys as foreign key constraints
No triggers