
org.apache.gobblin.rest.TimeRange.pdl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gobblin-rest-api Show documentation
Show all versions of gobblin-rest-api Show documentation
A distributed data integration framework for streaming and batch data ecosystems.
The newest version!
namespace org.apache.gobblin.rest
/**
* Query time range
*/
record TimeRange {
/**
* Start time of the query range
*/
startTime: optional string
/**
* End time of the query range
*/
endTime: optional string
/**
* Date/time format used to parse the start time and end time
*/
timeFormat: string
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy