次の方法で共有


UserDefinedFunctionProperties.Body プロパティ

定義

Azure Cosmos DB サービスのユーザー定義関数の本体を取得または設定します。

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

プロパティ値

ユーザー定義関数の本体。

注釈

これは、"function (input) { return input.toLowerCase(); }" などの有効な JavaScript 関数である必要があります。

適用対象