Trigger.TriggerOperation Property

Definition

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

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="triggerOperation")]
public Microsoft.Azure.Documents.TriggerOperation TriggerOperation { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="triggerOperation")>]
member this.TriggerOperation : Microsoft.Azure.Documents.TriggerOperation with get, set
Public Property TriggerOperation As TriggerOperation

Property Value

The operation the trigger is associated with.

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to

See also