인터페이스: CurrentStateAsChangesOptions
정의 위치: packages/db/src/types.ts:952
현재 상태를 변경 사항으로 가져오기 위한 옵션입니다.
속성
limit?
optional limit: number;
정의 위치: packages/db/src/types.ts:956
optimizedOnly?
optional optimizedOnly: boolean;
정의 위치: packages/db/src/types.ts:957
orderBy?
optional orderBy: OrderBy;
정의 위치: packages/db/src/types.ts:955
where?
optional where: BasicExpression<boolean>;
정의 위치: packages/db/src/types.ts:954
현재 상태를 필터링하기 위한 사전 컴파일된 표현식입니다.