Skip to content

Commit 1ad1665

Browse files
committed
Do not use the DownsamplingConfig directly in the DLM downsampling round configuration
1 parent e1e4de3 commit 1ad1665

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

specification/indices/_types/DownsamplingRound.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,15 @@
1717
* under the License.
1818
*/
1919

20-
import { Duration } from '@_types/Time'
21-
import { DownsampleConfig } from '@indices/_types/Downsample'
20+
import { Duration, DurationLarge } from '@_types/Time'
2221

2322
export class DownsamplingRound {
2423
/**
2524
* The duration since rollover when this downsampling round should execute
2625
*/
2726
after: Duration
2827
/**
29-
* The downsample configuration to execute.
28+
* The downsample interval.
3029
*/
31-
config: DownsampleConfig
30+
fixed_interval: DurationLarge
3231
}

0 commit comments

Comments
 (0)