All, This is a very basic question but I can't seem to find an answer. If I run a ScanQuery in Atomic transaction mode, and while that query is running an update occurs to one of the entries within the ScanQuery, what is the expected behavior? What happens if an entry is deleted while the ScanQuery is running? Does the ScanQuery 'lock' the view at that time or is it possible that entries come and go while the ScanQuery is running?
If it is updated while the ScanQuery is running how would I go about locking the data while the ScanQuery processes? Thanks!
