Type alias CollectionDeleteManyResult

CollectionDeleteManyResult: GenericDeleteManyResult

Represents the result of a delete command.

Field

deletedCount - The number of deleted documents. Can be any non-negative integer.

See

Collection.deleteMany