struct Mongo::Bulk::DeleteMany

Overview

Delete one or more documents.

Defined in:

cryomongo/bulk.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Mongo::Bulk::WriteModel

<=>(other) <=>, initialize initialize

Constructor methods inherited from struct Mongo::Bulk::WriteModel

new new

Constructor Detail

def self.new(filter, collation : Mongo::Collation? = nil, hint : BSON | String | Nil = nil) #

Instance Method Detail

def collation : Collation? #

def filter : BSON #

def hint : String | BSON | Nil #