TrinoTelemetryConfigResponse

data class TrinoTelemetryConfigResponse(val hivecatalogName: String? = null, val hivecatalogSchema: String? = null, val partitionRetentionInDays: Int? = null, val path: String? = null)

Trino user telemetry definition.

Constructors

Link copied to clipboard
constructor(hivecatalogName: String? = null, hivecatalogSchema: String? = null, partitionRetentionInDays: Int? = null, path: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hivecatalogName: String? = null

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val path: String? = null

Azure storage location of the blobs.