The age selector defines the age of the data to work with. It is common to all workers.
See the various Functions for examples.
Property | Type | Description |
---|---|---|
matchAll | Boolean | If true all records (considering the other selectors) will be selected. If unspecified or false at least one other property must be set |
created | String - ISO Date or Duration | An ISO duration string or date string. Records that were created before the supplied duration or date will be selected. Only one of lastUpdated or created may be specified |
lastUpdated | String - ISO Date or Duration | An ISO duration string or date string. Records that were last updated before the supplied duration or date will be selected. Only one of lastUpdated or created may be specified |
Last modified on 11 March 2020