Batch delete based on condition #163
Labels
api: datastore
Issues related to the Datastore API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is it possible to delete
records
in batch using NodeJS based on condition?Below is sample code for batch delete, but preparing
taskKey1
,taskKey2
... etc is not a elegant as putting condition likesize > 25
The text was updated successfully, but these errors were encountered: