We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668d1be commit 1fa7d84Copy full SHA for 1fa7d84
src/main/scala/algoliasearch/ingestion/Event.scala
@@ -29,8 +29,6 @@ import algoliasearch.ingestion.EventType._
29
* Universally unique identifier (UUID) of an event.
30
* @param runID
31
* Universally unique identifier (UUID) of a task run.
32
- * @param parentID
33
- * The parent event, the cause of this event.
34
* @param batchSize
35
* The extracted record batch size.
36
* @param publishedAt
@@ -39,7 +37,6 @@ import algoliasearch.ingestion.EventType._
39
37
case class Event(
40
38
eventID: String,
41
runID: String,
42
- parentID: Option[String] = scala.None,
43
status: EventStatus,
44
`type`: EventType,
45
batchSize: Int,
0 commit comments