| Package | Description |
|---|---|
| com.microsoft.azure.cosmosdb |
| Modifier and Type | Method and Description |
|---|---|
TriggerOperation |
Trigger.getTriggerOperation()
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Trigger.setTriggerOperation(TriggerOperation triggerOperation)
Set the operation type of the trigger.
|
Copyright © 2018. All rights reserved.