What is flags in UpdateOperation in MongoTalk

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

What is flags in UpdateOperation in MongoTalk

chrismihaylyk
Hello!

Can anyone explain to me, please, what is it flags in the following method of MongoDatabase class?

update: origDictionary with: newDictionary collection: aString flags: aFlag
        root update: origDictionary with: newDictionary collection: name , '.' , aString flags: aFlag

Thanks, Khrystyna.