Categories:

System functions (System Information)

SYSTEM$APPLICATION_GET_METRIC_LEVEL

返回指定对象的指标级别。支持以下对象:

  • 函数
  • 架构
  • 存储过程
  • 版本化架构

语法

SYSTEM$APPLICATION_GET_METRIC_LEVEL( '<schema_name>.<object_name>' )

实参

'schema_name.object_name'

要为其确定日志级别的架构(或版本化架构)和对象的名称。

使用说明

  • This function can only be called by a Snowflake Native App and must be run as the APP_PRIMARY role.