MongoDB request DSL • opensavvy.ktmongo.dsl.options • AbstractOption • name
name¶
The name of this option, as it appears in the BSON representation.
Options always have the form:
In this example, the LimitOption
has the name "limit"
and the SortOption
has the name "sort"
.
Implementation notes¶
This value should be immutable.