TrinoUserPluginResponse

data class TrinoUserPluginResponse(val enabled: Boolean? = null, val name: String? = null, val path: String? = null)

Trino user plugin.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, name: String? = null, path: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Denotes whether the plugin is active or not.

Link copied to clipboard
val name: String? = null

This field maps to the sub-directory in trino plugins location, that will contain all the plugins under path.

Link copied to clipboard
val path: String? = null

Fully qualified path to the folder containing the plugins.