case class Reply(flags: Int, cursorID: Long, startingFrom: Int, numberReturned: Int) extends Op with Product with Serializable

Reply operation.

flags

The flags of this response.

cursorID

The cursor id. Strictly positive if a cursor has been created server side, 0 if none or exhausted.

startingFrom

The index the returned documents start from.

numberReturned

The number of documents that are present in this reply.

Annotations
@deprecated
Deprecated

(Since version 0.20.3) Internal: will be made private

Linear Supertypes
Serializable, Product, Equals, Op, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Reply
  2. Serializable
  3. Product
  4. Equals
  5. Op
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Reply(flags: Int, cursorID: Long, startingFrom: Int, numberReturned: Int)

    flags

    The flags of this response.

    cursorID

    The cursor id. Strictly positive if a cursor has been created server side, 0 if none or exhausted.

    startingFrom

    The index the returned documents start from.

    numberReturned

    The number of documents that are present in this reply.

Value Members

  1. lazy val awaitCapable: Boolean

    States if the answering server supports the AwaitData query option

  2. val code: Int

    The operation code

    The operation code

    Definition Classes
    ReplyOp
  3. val cursorID: Long
  4. lazy val cursorNotFound: Boolean

    States whether the cursor given in the request was found

  5. val flags: Int
  6. lazy val inError: Boolean

    States if this reply is in error

  7. val numberReturned: Int
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product
  9. lazy val queryFailure: Boolean

    States if the request encountered an error

  10. val startingFrom: Int
  11. lazy val stringify: String