TrinoDebugConfig interface
Trino debug configuration.
Properties
enable | The flag that if enable debug or not. |
port | The debug port. |
suspend | The flag that if suspend debug or not. |
Property Details
enable
The flag that if enable debug or not.
enable?: boolean
Property Value
boolean
port
The debug port.
port?: number
Property Value
number
suspend
The flag that if suspend debug or not.
suspend?: boolean
Property Value
boolean
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript