TrinoUserPlugin interface
Trino user plugin.
Properties
enabled | Denotes whether the plugin is active or not. |
name | This field maps to the sub-directory in trino plugins location, that will contain all the plugins under path. |
path | Fully qualified path to the folder containing the plugins. |
Property Details
enabled
Denotes whether the plugin is active or not.
enabled?: boolean
Property Value
boolean
name
This field maps to the sub-directory in trino plugins location, that will contain all the plugins under path.
name?: string
Property Value
string
path
Fully qualified path to the folder containing the plugins.
path?: string
Property Value
string
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