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