Los SDK de dispositivos Atlas están obsoletos. Consulte deprecation page for details.
io.realm.mongodb.mongo.options
io.realm.mongodb.mongo.options.CountOptions
The options for a count operation.
Constructores
Constructor and Description |
|---|
CountOptions () |
Resumen del método
Modificador y Tipo | Método y descripción |
|---|---|
public int | getLimit () Gets the limit to apply. |
público CountOptions | Sets the limit to apply. |
public String | toString () |
Inherited Methods
Métodos heredados de la clase java.lang.Object:
getClass,hashCode,equals,clone,toString,notify,notifyAll,wait,wait,wait,finalize
Detalle del constructor
public CountOptions () |
|---|
Detalle del método
getLimit
public int getLimit () |
|---|
Gets the limit to apply. The default is 0, which means there is no limit. Devuelve el límite |
limit
Sets the limit to apply. Parámetros
Devuelve this |