Open a write session and write one record in a single call.
Equivalent to openWriteSession followed by writeData. The session is returned so further writes can reuse it; opening one per write is correct but costs an extra signature and round-trip each time.
Everything openWriteSession and writeData throw.
Open a write session and write one record in a single call.