TriggerOperation Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. azure. documentdb. TriggerOperation
- com.
- java.
public enum TriggerOperation
extends java.lang.Enum<TriggerOperation>
Specifies the operations on which a trigger should be executed in the Azure Cosmos DB database service.
Fields
All |
All operations. |
Create |
Create operations only. |
Delete |
Delete operations only. |
Replace |
Replace operations only. |
Update |
Update operations only. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
getValue()
public int getValue()
Gets the numerical value of the trigger operation.
Returns
valueOf(String name)
public static TriggerOperation valueOf(String name)
Parameters
- name
- java.lang.String