mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-23 09:22:18 +00:00
1.3 KiB
1.3 KiB
LifecycleMoveAction
An action to move the entity to a different location. For eg: Move from Standard storage tier to Archive storage tier.
$id:https://open-metadata.org/schema/entity/data/policies/lifecycle/moveaction.json.json
Type: object
This schema does not accept additional properties.
Properties
- daysAfterCreation
- Number of days after creation of the entity that the move should be triggered.
- Type:
integer
- Range: ≥ 1
- daysAfterModification
- Number of days after last modification of the entity that the move should be triggered.
- Type:
integer
- Range: ≥ 1
- destination
- Location where this entity needs to be moved to.
- Type:
object
- Properties
- storageServiceType
- The storage service to move this entity to.
- $ref: ../../services/storageService.json
- storageClassType
- The storage class to move this entity to.
- $ref: ../../../type/storage.json#/definitions/storageClassType
- location
- The location where to move this entity to.
- $ref: ../../data/location.json
- storageServiceType
This document was updated on: Tuesday, December 14, 2021