SubscribeChangesSnapshotOptions

Interface: SubscribeChangesSnapshotOptions

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

Extends

Properties

limit?

ts
optional limit: number;
optional limit: number;

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


orderBy?

ts
optional orderBy: OrderBy;
optional orderBy: OrderBy;

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


whereExpression?

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

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

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.

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.