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 fcea502 commit 0a4f0c2Copy full SHA for 0a4f0c2
specification/indices/get_data_lifecycle_stats/IndicesGetDataLifecycleStatsResponse.ts
@@ -33,7 +33,7 @@ export class Response {
33
/**
34
* The duration of the last data stream lifecycle execution.
35
*/
36
- last_run_duration_in_millis?: long
+ last_run_duration_in_millis?: DurationValue<UnitMillis>
37
38
* The time that passed between the start of the last two data stream lifecycle executions.
39
* This value should amount approximately to `data_streams.lifecycle.poll_interval`.
0 commit comments