UserId

algoliasearch.search.UserId
case class UserId(userID: String, clusterName: String, nbRecords: Int, dataSize: Int)

Unique user ID.

Value parameters

clusterName

Cluster to which the user is assigned.

dataSize

Data size used by the user.

nbRecords

Number of records belonging to the user.

userID

userID of the user.

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