DestinationIndexName

algoliasearch.ingestion.DestinationIndexName
case class DestinationIndexName(indexName: String, recordType: Option[RecordType], attributesToExclude: Option[Seq[String]]) extends DestinationInputTrait

DestinationIndexName

Value parameters

attributesToExclude

Determines the attributes to exclude from an Algolia record. To remove nested element, you can separate the path to the element with dots (.): - "foo.bar": will remove bar from foo. To remove elements from an array, you can use the following: - "foo.[0].bar": will only remove bar from the first element of foo. - "foo.[*].bar": will remove bar from every elements of foo.

indexName

The index name to store data in.

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