You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Specify `PAUSED` to pause or postpone data migration. For more info, see [Pause and resume data migration -Stretch Database](../../sql-server/stretch-database/pause-and-resume-data-migration-stretch-database.md).
888
890
889
-
DATA_DELETION = { ON ( FILTER_COLUMN = column_name,
890
-
RETENTION_PERIOD = { INFINITE | number {DAY | DAYS | WEEK | WEEKS
891
-
| MONTH | MONTHS | YEAR | YEARS }
892
-
}
891
+
[ DATA_DELETION = {OFF | ON }
892
+
[(
893
+
[ FILTER_COLUMN = column_name ],
894
+
[ RETENTION_PERIOD = { INFINITE | number {DAY | DAYS | WEEK | WEEKS
895
+
| MONTH | MONTHS | YEAR | YEARS }}]
896
+
)]
897
+
]
893
898
**Applies to:** Azure SQL Edge *only*
894
899
895
900
Enables retention policy based cleanup of old or aged data from tables within a database. For more information see [Enable and Disable Data Retention](https://docs.microsoft.com/azure/azure-sql-edge/data-retention-enable-disable). The following parameters must be specified for data retention to be enabled.
0 commit comments