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

subject/SDNADecorators.ts:266 (opens in a new tab)


through

through: string

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

Defined in

subject/SDNADecorators.ts:256 (opens in a new tab)


where

Optional where: WhereOptions

An object representing the WHERE clause of the query.

Defined in

subject/SDNADecorators.ts:261 (opens in a new tab)