CurrentStateAsChangesOptions

Interface: CurrentStateAsChangesOptions

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

Options for getting current state as changes

Properties

limit?

ts
optional limit: number;
optional limit: number;

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


optimizedOnly?

ts
optional optimizedOnly: boolean;
optional optimizedOnly: boolean;

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


orderBy?

ts
optional orderBy: OrderBy;
optional orderBy: OrderBy;

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


where?

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

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

Pre-compiled expression for filtering the current state