FilteredPositional

data class FilteredPositional(val filterName: String) : PathSegment(source)

Path segment for the "filtered positional" operator (.$[<filterName>]).

This class isn't type-safe. Instead, see opensavvy.ktmongo.dsl.query.UpdateQuery.filter.

Official documentation:

Constructors

Link copied to clipboard
constructor(filterName: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String

Returns the string representation of this PathSegment. To obtain the representation of an entire Path, see Path.toString.