OperationIndexParams

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

OperationIndexParams

Value parameters

destination

Algolia index name.

scope

This only applies to the copy operation. If you omit scope, the copy command copies all records, settings, synonyms, and rules. If you specify scope, only the specified scopes are copied.

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