Yes, although it is not directly supported by the DocumentDB API, incremental operations are supported when using MongoDB protocol support. Here is the confirmation on the Azure page, in particular: "This includes support for fields, arrays, bitwise and isolation updates, as indicated by MongoDB. Update the operator specification . For Update statements that require multiple document operations, DocumentDB provides full ACID semantics for snapshot isolation. "
source share