TrinoTelemetryConfig Class

Definition

Trino user telemetry definition.

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

Constructors

TrinoTelemetryConfig()

Initializes a new instance of TrinoTelemetryConfig.

Properties

HivecatalogName

Hive Catalog name used to mount external tables on the logs written by trino, if not specified there tables are not created.

HivecatalogSchema

Schema of the above catalog to use, to mount query logs as external tables, if not specified tables will be mounted under schema trinologs.

PartitionRetentionInDays

Retention period for query log table partitions, this doesn't have any affect on actual data.

Path

Azure storage location of the blobs.

Explicit Interface Implementations

IJsonModel<TrinoTelemetryConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TrinoTelemetryConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TrinoTelemetryConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TrinoTelemetryConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TrinoTelemetryConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to