TriggerType Enum

Definition

Specifies the type of the trigger in the Azure Cosmos DB service.

public enum TriggerType
type TriggerType = 
Public Enum TriggerType
Inheritance
TriggerType

Fields

Post 1

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

Pre 0

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

Applies to