Uses of Class
com.azure.data.cosmos.TriggerOperation
-
Packages that use TriggerOperation Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of TriggerOperation in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return TriggerOperation Modifier and Type Method Description TriggerOperation
CosmosTriggerProperties. triggerOperation()
Get the operation type of the trigger.static TriggerOperation
TriggerOperation. valueOf(String name)
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.data.cosmos with parameters of type TriggerOperation Modifier and Type Method Description CosmosTriggerProperties
CosmosTriggerProperties. triggerOperation(TriggerOperation triggerOperation)
Set the operation type of the trigger.
-