In MongoTalk, there is UpdateOperation.
But I can't find how one can do an update with options.
http://docs.mongodb.org/manual/reference/method/db.collection.update/I see
Mongo>>update: origDictionary with: newDictionary collection: aString
(UpdateOperation
������ ������ collection: aString
������ ������ id: self nextRequestID
������ ������ stream: stream
������ ������ originalObject: origDictionary
������ ������ newObject: newDictionary) write