你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TrinoTelemetryConfig interface
Trino 用户遥测定义。
属性
hivecatalog |
用于在 trino 写入的日志上装载外部表的 Hive 目录名称,如果未指定,则不会创建表。 |
hivecatalog |
用于将查询日志装载为外部表的上述目录的架构,如果未指定表,则将装载到架构三元目录下。 |
partition |
查询日志表分区的保留期,这不会影响实际数据。 |
path | Blob 的 Azure 存储位置。 |
属性详细信息
hivecatalogName
用于在 trino 写入的日志上装载外部表的 Hive 目录名称,如果未指定,则不会创建表。
hivecatalogName?: string
属性值
string
hivecatalogSchema
用于将查询日志装载为外部表的上述目录的架构,如果未指定表,则将装载到架构三元目录下。
hivecatalogSchema?: string
属性值
string
partitionRetentionInDays
查询日志表分区的保留期,这不会影响实际数据。
partitionRetentionInDays?: number
属性值
number
path
Blob 的 Azure 存储位置。
path?: string
属性值
string