RemovalPoliciesTable Extent (Repository.Item Module)
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Stores removal policies used by Modeling Services lifetime services.
Fields
The following table lists the fields in the RemovalPoliciesTable extent.
Column | Type | Required | Description |
---|---|---|---|
Id |
Integer32 |
yes |
The identifier of the removal policy. |
Name |
Text(1034) |
yes |
The name of the removal policy. |
Schedule |
Text(256) |
yes |
The name of an existing database job schedule. This schedule determines when to run the removal policy. |
Rule |
Text |
yes |
An expression that determines what data is removed when the removal policy runs. |
LastTimeStamp |
yes |
A timestamp field that marks the last run of the removal policy. |
Remarks
To work with this extent in the SQL Server Modeling Services, see RemovalPoliciesTable Table (Repository.Item Schema).