NewChildCollectionBatch returns a new Batch instance with preallocated resources for a specific child collection given its unique name. The child Batch will be executed atomically along with any other child batches and with the top-level Batch when the top-level Batch is executed. The child collecti
(collectionName string, options BatchOptions)
| 366 | // The child collection name should not start with a '.' (period) |
| 367 | // as those are reserved for future moss usage. |
| 368 | NewChildCollectionBatch(collectionName string, options BatchOptions) (Batch, error) |
| 369 | |
| 370 | // DelChildCollection records a child collection deletion given the name. |
| 371 | // It only takes effect when the top-level batch is executed. |
no outgoing calls