Uses of Enum
com.azure.cosmos.models.TriggerOperation
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of TriggerOperation in com.azure.cosmos.models
Modifier and TypeMethodDescriptionCosmosTriggerProperties.getTriggerOperation()
Get the operation type of the trigger.static TriggerOperation
Returns the enum constant of this type with the specified name.static TriggerOperation[]
TriggerOperation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionCosmosTriggerProperties.setTriggerOperation
(TriggerOperation triggerOperation) Set the operation type of the trigger.