2021-12-09 18:19:32 +05:30
|
|
|
# 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**](https://open-metadata.org/schema/entity/policies/lifecycle/moveAction.json)
|
|
|
|
|
|
|
|
Type: `object`
|
|
|
|
|
|
|
|
This schema <u>does not</u> accept additional properties.
|
|
|
|
|
|
|
|
## Properties
|
2021-12-14 15:26:34 +05:30
|
|
|
- **daysAfterCreation**
|
2021-12-09 18:19:32 +05:30
|
|
|
- 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.
|
2021-12-14 15:26:34 +05:30
|
|
|
- $ref: [../../services/storageService.json](../services/storageservice.md)
|
2021-12-09 18:19:32 +05:30
|
|
|
- **storageClassType**
|
|
|
|
- The storage class to move this entity to.
|
2021-12-14 15:26:34 +05:30
|
|
|
- $ref: [../../../type/storage.json#/definitions/storageClassType](../../types/storage.md#storageclasstype)
|
2021-12-09 18:19:32 +05:30
|
|
|
- **location**
|
|
|
|
- The location where to move this entity to.
|
2021-12-14 15:26:34 +05:30
|
|
|
- $ref: [../../data/location.json](../data/location.md)
|
2021-12-09 18:19:32 +05:30
|
|
|
|
2021-12-14 15:26:34 +05:30
|
|
|
|
|
|
|
_This document was updated on: Tuesday, December 14, 2021_
|