RequestOptions.PreTriggerInclude
Property
Definition
Gets or sets the trigger to be invoked before the operation in the Azure DocumentDB database service.
public System.Collections.Generic.IList<string> PreTriggerInclude { get; set; }
Property Value
Remarks
Only valid when used with Create, Replace and Delete methods for documents. Currently only one PreTrigger is permitted per operation.