Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Property

Represents a mapping a database document field to an object property.

Hierarchy

  • Property

Index

Properties

field

field: string

The name of the database document field.

flags

The property flags.

inverseOf

inverseOf: string

The name of the property in the target TypeMapping that is used to retrieve the value of this property.

mapping

mapping: Mapping

The mapping of the property.

name

name: string

The name of the property.

Optional nullable

nullable: boolean

Indicates if null values should be saved for this property. By default a property is removed from the object when saved if it has a value of null or undefined.

Methods

setFlags

Generated using TypeDoc