你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TrinoDebugConfig interface
Trino 调试配置。
属性
enable | 如果启用调试,则为 的标志。 |
port | 调试端口。 |
suspend | 如果暂停调试,则为 的标志。 |
属性详细信息
enable
如果启用调试,则为 的标志。
enable?: boolean
属性值
boolean
port
调试端口。
port?: number
属性值
number
suspend
如果暂停调试,则为 的标志。
suspend?: boolean
属性值
boolean