Table of Contents

Enum TriggerType

Namespace
Microsoft.Azure.Cosmos.Scripts
Assembly
Microsoft.Azure.Cosmos.Client.dll

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).