TriggerOperation 枚举
定义
Specifies the operations on which a trigger should be executed in the Azure Cosmos DB database service.
public enum TriggerOperation
- 继承
-
java.lang.Objectjava.lang.Enum<TriggerOperation>TriggerOperation
字段
All | All operations. |
Create | Create operations only. |
Delete | Delete operations only. |
Replace | Replace operations only. |
Update | Update operations only. |