package de.dlr.shepard.data.timeseries.migration.influxtimeseries; public enum InfluxFillOption { LINEAR, NONE, NULL, PREVIOUS, }