assembleDeleteBatchQuery

private open fun <I> assembleDeleteBatchQuery(deleteQuery: String, itemToDeleteId: String, values: List<I>): Query

Method to assemble a batch query to delete items

Parameters

deleteQuery

: the query used to delete an items

itemToDeleteId

: the identifier of the item to delete

values

: the values of the items to delete

<I>

type of the items to delete