A representation of a Document that can be mutated via MutableDocumentPath. You don't create or interact with a MutableDocument direclty but rather through our proxy-based subscripting API exposed within the update() methods of PendingCursorOperation and PendingIDSpecificOperation.
MutableDocument
update()
Returns the ID of the document.
Returns the document path at the root of the document.
Convenience property, same as path.value.
path.value
Convenience method, same as calling path.at().
path.at()
A representation of a Document that can be mutated via MutableDocumentPath. You don't create or interact with a
MutableDocument
direclty but rather through our proxy-based subscripting API exposed within theupdate()
methods of PendingCursorOperation and PendingIDSpecificOperation.