SubscribeChangesSnapshotOptions

Interface: SubscribeChangesSnapshotOptions

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

Extends

Properties

limit?

ts
optional limit: number;
optional limit: number;

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


orderBy?

ts
optional orderBy: OrderBy;
optional orderBy: OrderBy;

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


whereExpression?

ts
optional whereExpression: BasicExpression<boolean>;
optional whereExpression: BasicExpression<boolean>;

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

Pre-compiled expression for filtering changes

Inherited from

SubscribeChangesOptions.whereExpression

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.