Uses of Enum
com.azure.cosmos.models.TriggerOperation
Packages that use TriggerOperation
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of TriggerOperation in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return TriggerOperationModifier 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.Methods in com.azure.cosmos.models with parameters of type TriggerOperationModifier and TypeMethodDescriptionCosmosTriggerProperties.setTriggerOperation
(TriggerOperation triggerOperation) Set the operation type of the trigger.