다음을 통해 공유


UserDefinedFunctionProperties.Body Property

Definition

Gets or sets the body of the user defined function for the Azure Cosmos DB service.

public string Body { get; set; }
member this.Body : string with get, set
Public Property Body As String

Property Value

The body of the user defined function.

Remarks

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

Applies to