cleanDeletedBlocks Method
Clean any unused deleted blocks from cloud storage. When a database is written, a subset of its blocks are replaced by new versions, sometimes leaving the originals unused. In this case, they are not deleted immediately. Instead, they are scheduled for deletion at some later time. Calling this method deletes all blocks in the cloud container for which the scheduled deletion time has passed.
cleanDeletedBlocks(nSeconds?: number): Promise<void>
Returns - Promise<void>
Last Updated: 20 June, 2023