
io.orchestrate.client.TimeInterval Maven / Gradle / Ivy
package io.orchestrate.client;
/**
* This enum represents the different time intervals that are
* available for time-series aggregate functions.
*/
public enum TimeInterval {
YEAR,
QUARTER,
MONTH,
WEEK,
DAY,
HOUR
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy