TriggerOperation Enumeration

 

Updated: June 30, 2017

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

Namespace:   Microsoft.Azure.Documents
Assembly:  Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
All

Specifies all operations.

Create

Specifies create operations only.

Delete

Specifies delete operations only.

Replace

Specifies replace operations only.

Update

Specifies update operations only.

IsDefined

Determines if a certain property is defined or not. (Defined by TypeCheckFunctionsExtensions.)

IsNull

Determines if a certain property is null or not. (Defined by TypeCheckFunctionsExtensions.)

IsPrimitive

Determines if a certain property is of premitive JSON type. (Defined by TypeCheckFunctionsExtensions.)

Return to top
Show: