TriggerOperation Class

Specifies the operations on which a trigger should be executed.

Inheritance
builtins.object
TriggerOperation

Constructor

TriggerOperation()

Attributes

All

All operations.

All: Literal['all'] = 'all'

Create

Create operations only.

Create: Literal['create'] = 'create'

Delete

Delete operations only.

Delete: Literal['delete'] = 'delete'

Replace

Replace operations only.

Replace: Literal['replace'] = 'replace'

Update

Update operations only.

Update: Literal['update'] = 'update'