...
Tip |
---|
PhixFlow always retains the maximum number of active and superseded stream sets in the data, so that no conflicting stream sets will be deleted. |
Archive Delete After X Days | Keeping Latest Y StreamSets | Action taken when stream-data-delete task runs |
---|---|---|
null | null | All streams sets are retained. |
0 | null | All stream sets are deleted. |
1 | null | The last day of valid steam sets are retained. All earlier stream sets are deleted. In our example the 2 most recent stream sets will be retained with the 6 older stream sets deleted. |
N | null | All stream sets older than N days before the latest valid stream set are deleted. |
null | 0 | All stream sets are deleted. |
null | 1 | The most recent valid stream set is retained, all other stream sets are deleted. |
null | X | The most recent X valid stream sets are retained, all others stream sets are deleted. |
0 | 0 | All stream sets are deleted. |
0 | 1 | The most recent valid stream set is retained, all other stream sets are deleted. |
1 | 0 | The last day of valid steam sets are retained. All older stream sets are archiveddeleted. |
1 | 1 | The last day of valid steam sets are retained regardless of if there are more than 1. If there are no stream sets in the last day, then the first previous stream set is retained instead. |
N | X | Retains the maximum number of active stream sets in the data, such that no conflicting stream sets are deleted. |
...