Record Class DataStreamLifecycle.DownsamplingRound

java.lang.Object
java.lang.Record
org.elasticsearch.cluster.metadata.DataStreamLifecycle.DownsamplingRound
Record Components:
after - is a TimeValue configuring how old (based on generation age) should a backing index be before downsampling
fixedInterval - contains the interval that the backing index is going to be downsampled.
All Implemented Interfaces:
Writeable, ToXContent, ToXContentObject
Enclosing class:
DataStreamLifecycle

public static record DataStreamLifecycle.DownsamplingRound(TimeValue after, DateHistogramInterval fixedInterval) extends Record implements Writeable, ToXContentObject
A round represents the configuration for when and how elasticsearch will downsample a backing index.