Interval
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 - Interval EndDate = Now |
Interval with StartDate |
StartDate as specified EndDate = StartDate + Interval |
Interval with EndDate |
StartDate = EndDate - Interval EndDate as specified |
NOTE: Use epoch seconds to specify the Interval
.
Actions: | TaxonomyGenerate |
Type: | Long |
Default: | |
Example: | Interval=86400
|
See Also: |