GetObjectsRequest

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

Record retrieval operation.

Value parameters

attributesToRetrieve

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

indexName

Name of the index containing the required records.

objectID

Record's objectID.

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