SourceJSON

algoliasearch.ingestion.SourceJSON
case class SourceJSON(url: String, uniqueIDColumn: Option[String], method: Option[MethodType]) extends SourceInputTrait, SourceUpdateInputTrait

SourceJSON

Value parameters

uniqueIDColumn

Name of a column that contains a unique ID which will be used as objectID in Algolia.

url

URL of the file.

Attributes

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