FetchedIndex

algoliasearch.search.FetchedIndex
case class FetchedIndex(name: String, createdAt: String, updatedAt: String, entries: Int, dataSize: Int, fileSize: Int, lastBuildTimeS: Int, numberOfPendingTasks: Int, pendingTask: Boolean, primary: Option[String], replicas: Option[Seq[String]])

FetchedIndex

Value parameters

createdAt

Index creation date. An empty string means that the index has no records.

dataSize

Number of bytes of the index in minified format.

entries

Number of records contained in the index.

fileSize

Number of bytes of the index binary file.

lastBuildTimeS

Last build time.

name

Index name.

numberOfPendingTasks

Number of pending indexing operations. This value is deprecated and should not be used.

pendingTask

A boolean which says whether the index has pending tasks. This value is deprecated and should not be used.

primary

Only present if the index is a replica. Contains the name of the related primary index.

replicas

Only present if the index is a primary index with replicas. Contains the names of all linked replicas.

updatedAt

Timestamp of the last update in ISO 8601 format.

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