RunSourcePayload
algoliasearch.ingestion.RunSourcePayload
case class RunSourcePayload(indexToInclude: Option[Seq[String]], indexToExclude: Option[Seq[String]], entityIDs: Option[Seq[String]], entityType: Option[EntityType])
RunSourcePayload
Value parameters
- entityIDs
-
List of entityID to update.
- indexToExclude
-
List of index names to exclude in reidexing/update.
- indexToInclude
-
List of index names to include in reidexing/update.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article