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 Serializable
trait Product
trait Equals
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