facet classafMorphia::Property

sys::Obj
  afMorphia::Property : sys::Facet

@Serializable

Marks a field as a property of a MongoDB document.

name

Source

const Str? name

The name of the key to store the field in.

Defaults to the field name.

type

Source

const Type? type

The actual type to be instantiated.

Defaults to the field type.