unset

fun <T> unset(property: KProperty<T>): Bson

Creates an update that deletes the property with the given name.

Return

the update @mongodb.driver.manual reference/operator/update/unset/ $unset

Parameters

property

the property