Type
Details
filter: Specifies the filter conditions for the records to be deleted. For detailed usage of Filter, please refer to thefind()method.filterByTk: Specifies the filter conditions for the records to be deleted by TargetKey.truncate: Whether to truncate the collection data. This is effective only when thefilterorfilterByTkparameters are not provided.transaction: Transaction object. If no transaction parameter is passed, the method will automatically create an internal transaction.

