BatchResponse

algoliasearch.search.BatchResponse
case class BatchResponse(taskID: Long, objectIDs: Seq[String])

BatchResponse

Value parameters

objectIDs

Unique object (record) identifiers.

taskID

Unique identifier of a task. A successful API response means that a task was added to a queue. It might not run immediately. You can check the task's progress with the task operation and this taskID.

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