ScheduleDateUtilsInput

algoliasearch.ingestion.ScheduleDateUtilsInput
case class ScheduleDateUtilsInput(timeframe: Int) extends TaskInputTrait

The input for a schedule task whose source is of type bigquery and for which extracted data spans a fixed number of days.

Value parameters

timeframe

The timeframe of the extraction, in number of days from today.

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