GetObjectsRequest

algoliasearch.search.GetObjectsRequest
case class GetObjectsRequest(attributesToRetrieve: Option[Seq[String]], objectID: String, indexName: String)

Request body for retrieving records.

Value parameters

attributesToRetrieve

Attributes to retrieve. If not specified, all retrievable attributes are returned.

indexName

Index from which to retrieve the records.

objectID

Object ID for the record to retrieve.

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