OnDemandDateUtilsInput

algoliasearch.ingestion.OnDemandDateUtilsInput
case class OnDemandDateUtilsInput(startDate: String, endDate: String) extends TaskInputTrait

The input for an onDemand task whose source is of type bigquery and for which extracted data spans a given time range.

Value parameters

endDate

The end date of the extraction (RFC3339 format).

startDate

The start date of the extraction (RFC3339 format).

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TaskInput
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product