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