Record Class DataStreamLifecycle.Downsampling.Round

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

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