object QueryFlags

Query flags.

Annotations
@deprecated
Deprecated

(Since version 0.20.3) Internal: will be made private

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryFlags
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val AwaitData: Int

    Block a little while waiting for more data instead of returning immediately if no data.

    Block a little while waiting for more data instead of returning immediately if no data. Use along with TailableCursor.

  2. val Exhaust: Int

    Exhaust

  3. val NoCursorTimeout: Int

    The cursor will not expire automatically

  4. val OplogReplay: Int

    OplogReplay

  5. val Partial: Int

    The response can be partial; If a shard is down, no error will be thrown.

  6. val SlaveOk: Int

    The query is might be run on a secondary.

  7. val TailableCursor: Int

    Makes the cursor not to close after all the data is consumed.