OperationIndexParams

algoliasearch.search.OperationIndexParams
case class OperationIndexParams(operation: OperationType, destination: String, scope: Option[Seq[ScopeType]])

OperationIndexParams

Value parameters

destination

Index name (case-sensitive).

scope

Only for copying. If you specify a scope, only the selected scopes are copied. Records and the other scopes are left unchanged. If you omit the scope parameter, everything is copied: records, settings, synonyms, and rules.

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