Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TriggerOperation

Enum for trigger operation values. specifies the operations on which a trigger should be executed.

Index

Enumeration members

Enumeration members

All

All: = "all"

All operations.

Create

Create: = "create"

Create operations only.

Delete

Delete: = "delete"

Delete operations only.

Replace

Replace: = "replace"

Replace operations only.

Update

Update: = "update"

Update operations only.

Generated using TypeDoc