API Reference
interfaces
Collectionoptions

@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


through

through: string

The predicate of the property. All properties must have this option.

Defined in

model/decorators.ts:381


where

Optional where: WhereOptions

An object representing the WHERE clause of the query.

Defined in

model/decorators.ts:386