write

fun write(batch: WriteBatch)

Commits batch as one record, atomically and as one view.

The unit of atomicity the engine offers, and the one that makes durable writing fast: one commit is one append and one force however many documents it carries.