mongodb / de.comhix.database.objects / QueryResult

QueryResult

class QueryResult<Type> : ForwardingList<Type>

Author
Benjamin Beeker

Constructors

<init>

QueryResult(objects: List<Type>, count: Long = objects.size.toLong())

Properties

count

val count: Long

Functions

delegate

The total number of matching objects found in the database for this query

fun delegate(): List<Type>