你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StoredProcedureRequestOptions.EnableScriptLogging 属性

定义

获取或设置 EnableScriptLogging Azure Cosmos DB 服务中当前请求的 。

public bool EnableScriptLogging { get; set; }
member this.EnableScriptLogging : bool with get, set
Public Property EnableScriptLogging As Boolean

属性值

示例

若要记录日志,请在存储过程中使用以下内容:

console.log("This is trace log");

注解

EnableScriptLogging 用于在 JavaScript 存储过程中启用/禁用日志记录。 默认情况下,脚本日志记录处于禁用状态。 还可以在响应标头 (x-ms-documentdb-script-log-results) 访问日志。

适用于