TriggerOperation Enum

Definition

Specifies the operations on which a trigger should be executed in the Azure DocumentDB database service.

public enum TriggerOperation
Inheritance
TriggerOperation

Fields

All

Specifies all operations.

Create

Specifies create operations only.

Delete

Specifies delete operations only.

Replace

Specifies replace operations only.

Update

Specifies update operations only.