classafMongo::OpReplyResponse

sys::Obj
  afMongo::OpReplyResponse
cursorId

Source

const Int cursorId

The Mongo cursor this reply corresponds to.

cursorPos

Source

const Int cursorPos

The cursor position.

document

Source

[Str:Obj?]? document(Bool checked := true)

Returns the first document.

Throws an Err if checked and documents is empty. Always throws an Err if there is more than 1 document.

documents

Source

Str:Obj?[] documents { internal set }

The returned MongoDB BSON documents.

flags

Source

const OpReplyFlags flags

Response information.