ChannelOperation enum
The row-level operation that produced a change notification. Matches the PostgreSQL trigger's TG_OP.
Signature:
export declare enum ChannelOperation
Enumeration Members
|
Member |
Value |
Description |
|---|---|---|
|
DELETE |
|
A row was deleted. |
|
INSERT |
|
A row was inserted. |
|
UPDATE |
|
A row was updated. |
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.