View Javadoc
1
package
de.dlr.shepard.influxDB;
2
3
public
enum
FillOption
{
4
LINEAR, NONE, NULL, PREVIOUS
5
}