DataArchivalRule tableΒΆ
This table is intended to store business rules designed to apply an action over ENtities.
Column | Description | Format | Required |
---|---|---|---|
Id | Identifier | int | Yes |
Rule | Rule definition | nvarchar(1000) | Yes |
ActionType | Type of action applied for the items that match the rule | tinyint | Yes |
IdEntity | Foreign key to the Entity | int | Yes |
ItemId | Internal Id | uniqueidentifier |