Modifier and Type | Method and Description |
---|---|
TriggerOperation |
CosmosTriggerProperties.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 |
---|---|
CosmosTriggerProperties |
CosmosTriggerProperties.setTriggerOperation(TriggerOperation triggerOperation)
Set the operation type of the trigger.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.