CursorOptions

reactivemongo.api.CursorOptions
See theCursorOptions companion object
final class CursorOptions extends AnyVal

Attributes

flags

the flags representing the current options

import reactivemongo.api.CursorOptions
// Create a options to specify a cursor is tailable
val opts = CursorOptions.empty.tailable
Companion:
object
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Enable the flag `awaitData` flag

Enable the flag `awaitData` flag

Attributes

Enable the flag `exhaust` flag

Enable the flag `exhaust` flag

Attributes

Enable the flag `noTimeout` flag

Enable the flag `noTimeout` flag

Attributes

Enable the flag oplogReplay flag

Enable the flag oplogReplay flag

Attributes

Enable the flag `partial` flag

Enable the flag `partial` flag

Attributes

Enable the flag `slaveOk` flag

Enable the flag `slaveOk` flag

Attributes

Enable the flag `tailable` flag

Enable the flag `tailable` flag

Attributes

Concrete fields

val flags: Int