@coasys/ad4m / Exports / CollectionOptions
Interface: CollectionOptions
Table of contents
Properties
Properties
local
• Optional local: boolean
Indicates whether the property is stored locally in the perspective and not in the network. Useful for properties that are not meant to be shared with the network.
Defined in
model/decorators.ts:391 (opens in a new tab)
through
• through: string
The predicate of the property. All properties must have this option.
Defined in
model/decorators.ts:381 (opens in a new tab)
where
• Optional where: WhereOptions
An object representing the WHERE clause of the query.