TrinoUserPlugin Class

Definition

Trino user plugin.

public class TrinoUserPlugin : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.Models.TrinoUserPlugin>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.Models.TrinoUserPlugin>
type TrinoUserPlugin = class
    interface IJsonModel<TrinoUserPlugin>
    interface IPersistableModel<TrinoUserPlugin>
Public Class TrinoUserPlugin
Implements IJsonModel(Of TrinoUserPlugin), IPersistableModel(Of TrinoUserPlugin)
Inheritance
TrinoUserPlugin
Implements

Constructors

TrinoUserPlugin()

Initializes a new instance of TrinoUserPlugin.

Properties

IsEnabled

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.

Explicit Interface Implementations

IJsonModel<TrinoUserPlugin>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<TrinoUserPlugin>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TrinoUserPlugin>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TrinoUserPlugin>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<TrinoUserPlugin>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to