UserDefinedFunction.Body Property

Definition

Gets or sets the body of the user defined function for the Azure DocumentDB database service.

[Newtonsoft.Json.JsonProperty(PropertyName="body")]
public string Body { get; set; }
Property Value

The body of the user defined function.

Remarks

This must be a valid JavaScript function e.g. "function (input) { return input.toLowerCase(); }".