Join us at MongoDB.local London on 7 May to unlock new possibilities for your data. Use WEB50 to save 50%.
Register now >
Docs Menu
Docs Home
/ /
io.realm.mongodb.mongo.options

Clase CountOptions

java.lang.Object
io.realm.mongodb.mongo.options.CountOptions

The options for a count operation.

Constructor and Description
Modificador y Tipo
Método y descripción

public int

Gets the limit to apply.

público CountOptions

int limit
)

Sets the limit to apply.

public String

  • Métodos heredados de la clase java.lang.Object: getClass , hashCode , equals , clone , toString , notify , notifyAll , wait , wait , wait , finalize

public CountOptions ()

public int getLimit ()

Gets the limit to apply. The default is 0, which means there is no limit.

Devuelve

el límite

int limit
)

Sets the limit to apply.

Parámetros

  • limit - el límite

Devuelve

this

public String toString ()

Anulaciones

toString en la clase Objeto

Volver

io.realm.mongodb.mongo.options

En esta página