TriggerType 枚举
定义
The trigger type in the Azure Cosmos DB database service.
public enum TriggerType
- 继承
-
java.lang.Objectjava.lang.Enum<TriggerType>TriggerType
字段
Post | Trigger should be executed after the associated operation(s). |
Pre | Trigger should be executed before the associated operation(s). |