public sealed class TelemetryConfig : IMessage<TelemetryConfig>, IEquatable<TelemetryConfig>, IDeepCloneable<TelemetryConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1 API class TelemetryConfig.
Telemetry Configuration for the Dataproc Metastore service.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This document provides reference information for the `TelemetryConfig` class within the Google Cloud Dataproc Metastore v1 API, specifically for version 2.6.0."],["The `TelemetryConfig` class is a part of the `Google.Cloud.Metastore.V1` namespace and is used to configure telemetry for the Dataproc Metastore service."],["This `TelemetryConfig` class implements interfaces such as `IMessage`, `IEquatable\u003cTelemetryConfig\u003e`, `IDeepCloneable\u003cTelemetryConfig\u003e`, and `IBufferMessage` and inherits from `object`."],["There are two constructors for the class, one that is parameterless, and one that takes in another `TelemetryConfig` as a parameter for the purpose of deep cloning."],["It contains one property, `LogFormat`, which is used to set the format of the logs that the service outputs."]]],[]]