Skip to content

Commit a2a4010

Browse files
Update specification/indices/_types/DataStreamLifecycle.ts
Co-authored-by: Niels Bauman <[email protected]>
1 parent 3368ef4 commit a2a4010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/indices/_types/DataStreamLifecycle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class DataStreamLifecycle {
3535
/**
3636
* The list of downsampling rounds to execute as part of this downsampling configuration
3737
*/
38-
downsampling: DownsamplingRound[]
38+
downsampling?: DownsamplingRound[]
3939
/**
4040
* If defined, it turns data stream lifecycle on/off (`true`/`false`) for this data stream. A data stream lifecycle
4141
* that's disabled (enabled: `false`) will have no effect on the data stream.

0 commit comments

Comments
 (0)