TriggerType Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. azure. documentdb. TriggerType
- com.
- java.
public enum TriggerType
extends java.lang.Enum<TriggerType>
The trigger type in the Azure Cosmos DB database service.
Fields
Post |
Trigger should be executed after the associated operation(s). |
Pre |
Trigger should be executed before the associated operation(s). |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
getValue()
public int getValue()
Gets the numerical value of the trigger type.