RetentionPolicySaveRequest
Request body for saving a retention policy.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
maxAgeDays |
no | integer (int32) |
Rows older than this age are candidates for deletion. | pattern `^-?(?:0\ |
maxRows |
no | integer (int64) |
The maximum number of rows to keep for the target. The oldest rows are deleted. | pattern `^-?(?:0\ |
archive |
no | boolean |
Whether to archive rows before deleting them. | — |
enabled |
no | boolean |
Whether the policy is enabled. | — |