struct Mongo::Bulk::DeleteOne

Overview

Delete one document.

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 = nil, hint : BSON | String | Nil = nil) #

[View source]

Instance Method Detail

def collation : Collation | Nil #

[View source]
def filter : BSON #

[View source]
def hint : String | BSON | Nil #

[View source]