Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.08 KB

File metadata and controls

48 lines (29 loc) · 1.08 KB
id SubscribeChangesSnapshotOptions
title SubscribeChangesSnapshotOptions

Interface: SubscribeChangesSnapshotOptions

Defined in: packages/db/src/types.ts:669

Extends

Properties

limit?

optional limit: number;

Defined in: packages/db/src/types.ts:672


orderBy?

optional orderBy: OrderBy;

Defined in: packages/db/src/types.ts:671


whereExpression?

optional whereExpression: BasicExpression<boolean>;

Defined in: packages/db/src/types.ts:666

Pre-compiled expression for filtering changes

Inherited from

SubscribeChangesOptions.whereExpression