Event annotation, specifies the default setting value for a periodic event.
- Since:
- 9
- 
Optional Element SummaryOptional Elements
- 
Field SummaryFields
- 
Field Details- 
NAMESettings name"period"for configuring periodic events- See Also:
 
 
- 
- 
Element Details- 
valueString valueReturns the default setting value for a periodic setting.String representation of a positive Longvalue followed by an empty space and one of the following units:
 
 "ns"(nanoseconds)
 "us"(microseconds)
 "ms"(milliseconds)
 "s"(seconds)
 "m"(minutes)
 "h"(hours)
 "d"(days)
 Example values: "0 ns","10 ms", and"1 s".A period may also be "everyChunk"to specify that it occurs at least once for every recording file. The number of events that are emitted depends on how many times the file rotations occur when data is recorded.- Returns:
- the default setting value, not null
 - Default:
- "everyChunk"
 
 
-