ScheduleDateUtilsInput

algoliasearch.ingestion.ScheduleDateUtilsInput
case class ScheduleDateUtilsInput(timeframe: Int, mapping: Option[MappingInput]) extends TaskInputTrait

Input for scheduled tasks whose source is of type bigquery and for which extracted data spans a fixed number of days.

Value parameters

timeframe

Number of days in the past until the current day for which to extract Big Query data.

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