All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.gobblin.rest.TimeRange.pdl Maven / Gradle / Ivy

Go to download

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