You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2026. It is now read-only.
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 like size > 25
Is it possible to delete
recordsin 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