exclude

abstract fun exclude(field: Field<Document, *>)(source)
open fun exclude(field: KProperty1<Document, *>)(source)

Excludes a field from the current document.

Example

See HasUnset.unset.

External resources