Share via


TriggerProperties.TriggerOperation Property

Definition

Gets or sets the operation the trigger is associated with for the Azure Cosmos DB service.

public Azure.Cosmos.Scripts.TriggerOperation TriggerOperation { get; set; }
member this.TriggerOperation : Azure.Cosmos.Scripts.TriggerOperation with get, set
Public Property TriggerOperation As TriggerOperation

Property Value

The operation the trigger is associated with.

Applies to

See also