We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e4de3 commit 1ad1665Copy full SHA for 1ad1665
specification/indices/_types/DownsamplingRound.ts
@@ -17,16 +17,15 @@
17
* under the License.
18
*/
19
20
-import { Duration } from '@_types/Time'
21
-import { DownsampleConfig } from '@indices/_types/Downsample'
+import { Duration, DurationLarge } from '@_types/Time'
22
23
export class DownsamplingRound {
24
/**
25
* The duration since rollover when this downsampling round should execute
26
27
after: Duration
28
29
- * The downsample configuration to execute.
+ * The downsample interval.
30
31
- config: DownsampleConfig
+ fixed_interval: DurationLarge
32
}
0 commit comments