TriggerOperation Class
Specifies the operations on which a trigger should be executed.
- Inheritance
-
builtins.objectTriggerOperation
Constructor
TriggerOperation()
Variables
- TriggerOperation.All
- str
All operations.
- TriggerOperation.Create
- str
Create operations only.
- TriggerOperation.Update
- str
Update operations only.
- TriggerOperation.Delete
- str
Delete operations only.
- TriggerOperation.Replace
- str
Replace operations only.
Attributes
All
All = 'all'
Create
Create = 'create'
Delete
Delete = 'delete'
Replace
Replace = 'replace'
Update
Update = 'update'
Feedback
Submit and view feedback for