Limit

io.github.zeal18.zio.mongodb.driver.aggregates.Aggregation$.Limit
final case class Limit(limit: Int) extends Aggregation

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Bson
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toBsonDocument[TDocument <: Object](documentClass: Class[TDocument], codecRegistry: CodecRegistry): BsonDocument

Attributes

Definition Classes
Aggregation -> Bson
Inherited from:
Aggregation
def toBsonDocument(): BsonDocument

Attributes

Inherited from:
Bson