TriggerOperation Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. cosmos. models. TriggerOperation
- com.
- java.
public enum TriggerOperation
extends 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.