RequestOptions.PostTriggerInclude
Property
Definition
Gets or sets the trigger to be invoked after the operation in the Azure DocumentDB database service.
public System.Collections.Generic.IList<string> PostTriggerInclude { 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.