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 3368ef4 commit a2a4010Copy full SHA for a2a4010
specification/indices/_types/DataStreamLifecycle.ts
@@ -35,7 +35,7 @@ export class DataStreamLifecycle {
35
/**
36
* The list of downsampling rounds to execute as part of this downsampling configuration
37
*/
38
- downsampling: DownsamplingRound[]
+ downsampling?: DownsamplingRound[]
39
40
* If defined, it turns data stream lifecycle on/off (`true`/`false`) for this data stream. A data stream lifecycle
41
* that's disabled (enabled: `false`) will have no effect on the data stream.
0 commit comments