The time span for which to generate the taxonomy from clusters. You can use Interval on its own, or with StartDate or EndDate to set the time span.
If you use:
Interval on its own |
StartDate = Now - IntervalEndDate = Now |
Interval with StartDate |
StartDate as specified EndDate = StartDate + Interval |
Interval with EndDate |
StartDate = EndDate - IntervalEndDate as specified |
Use epoch seconds to specify the Interval.
| Actions: | TaxonomyGenerate |
| Type: | Long |
| Default: | |
| Example: | Interval=86400
|
| See Also: |
|
|