batchWrite
inline suspend fun CloudDirectoryClient.batchWrite(crossinline block: BatchWriteRequest.Builder.() -> Unit): BatchWriteResponse
Performs all the write operations in a batch. Either all the operations succeed or none.
Performs all the write operations in a batch. Either all the operations succeed or none.