![JAR search and dependency download from the Maven repository](/logo.png)
org.influxdb.querybuilder.time.DurationLiteral Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of influxdb-java Show documentation
Show all versions of influxdb-java Show documentation
Java API to access the InfluxDB REST API
package org.influxdb.querybuilder.time;
public final class DurationLiteral {
private DurationLiteral() {
}
public static final String NANOSECONDS = "NANOSECONDS";
public static final String MICROSECONDS = "µ";
public static final String MILLISECONDS = "ms";
public static final String SECOND = "s";
public static final String MINUTE = "m";
public static final String HOUR = "h";
public static final String DAY = "d";
public static final String WEEK = "w";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy