TriggerType Enum

Definition

Specifies the type of the trigger in the Azure DocumentDB database service.

public enum TriggerType
Inheritance
TriggerType

Fields

Post

Trigger should be executed after the associated operation(s).

Pre

Trigger should be executed before the associated operation(s).