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 0a4f0c2 commit bbde615Copy full SHA for bbde615
specification/indices/get_data_lifecycle_stats/IndicesGetDataLifecycleStatsResponse.ts
@@ -38,7 +38,7 @@ export class Response {
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`.
40
*/
41
- time_between_starts_in_millis?: long
+ time_between_starts_in_millis?: DurationValue<UnitMillis>
42
}
43
44
0 commit comments