Create a record, ONLY if it doesn't exist.
Completely replace a record if it exists, otherwise create it.
Write the record, regardless of existence. (I.e. create or update.)
Completely replace a record, ONLY if it exists.
Update a record, ONLY if it exists.
Specifies the behavior for writing the record depending whether or not it exists.