Package com.algolia.model.ingestion
Class ScheduleDateUtilsInput
java.lang.Object
com.algolia.model.ingestion.ScheduleDateUtilsInput
- All Implemented Interfaces:
TaskInput
The input for a `schedule` task whose source is of type `bigquery` and for which extracted data
spans a fixed number of days.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.ingestion.TaskInput
TaskInput.Deserializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe timeframe of the extraction, in number of days from today.inthashCode()setTimeframe(Integer timeframe) toString()
-
Constructor Details
-
ScheduleDateUtilsInput
public ScheduleDateUtilsInput()
-
-
Method Details