2021-12-09 18:19:32 +05:30
|
|
|
# LifecycleDeleteAction
|
|
|
|
|
|
|
|
An action to delete or expire the entity.
|
|
|
|
|
|
|
|
**$id:**[**https://open-metadata.org/schema/entity/data/dbtmodel.json**](https://open-metadata.org/schema/entity/policies/lifecycle/deleteAction.json)
|
|
|
|
|
|
|
|
Type: `object`
|
|
|
|
|
|
|
|
This schema <u>does not</u> accept additional properties.
|
|
|
|
|
|
|
|
## Properties
|
2022-01-25 22:19:15 +05:30
|
|
|
- **daysAfterCreation**
|
|
|
|
- Number of days after creation of the entity that the deletion should be triggered.
|
|
|
|
- Type: `integer`
|
|
|
|
- Range: ≥ 1
|
|
|
|
- **daysAfterModification**
|
|
|
|
- Number of days after last modification of the entity that the deletion should be triggered.
|
|
|
|
- Type: `integer`
|
|
|
|
- Range: ≥ 1
|
2021-12-14 15:26:34 +05:30
|
|
|
|
|
|
|
|
2022-03-08 09:23:53 +05:30
|
|
|
_This document was updated on: Monday, March 7, 2022_
|