Enum TriggerType
Specifies the type of the trigger in the Azure Cosmos DB service.
public enum TriggerType : byte
- Extension Methods
Fields
Post = 1
Trigger should be executed after the associated operation(s).
Pre = 0
Trigger should be executed before the associated operation(s).