public sealed class TelemetryConfig : IMessage<TelemetryConfig>, IEquatable<TelemetryConfig>, IDeepCloneable<TelemetryConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1beta 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eTelemetryConfig\u003c/code\u003e class within the Dataproc Metastore v1beta API, specifically for the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTelemetryConfig\u003c/code\u003e class is used to configure telemetry settings for the Dataproc Metastore service, allowing for customization of its output format.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTelemetryConfig\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.Metastore.V1Beta\u003c/code\u003e namespace and is found within the \u003ccode\u003eGoogle.Cloud.Metastore.V1Beta.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThere are three available versions of \u003ccode\u003eTelemetryConfig\u003c/code\u003e for usage: 2.0.0-beta11 (latest), 2.0.0-beta10, and 1.0.0-beta02.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTelemetryConfig\u003c/code\u003e class includes a \u003ccode\u003eLogFormat\u003c/code\u003e property that dictates the format of the logs outputted by the service, with its data type being \u003ccode\u003eTelemetryConfig.Types.LogFormat\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Dataproc Metastore v1beta API - Class TelemetryConfig (2.0.0-beta11)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta11 (latest)](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.TelemetryConfig)\n- [2.0.0-beta10](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/2.0.0-beta10/Google.Cloud.Metastore.V1Beta.TelemetryConfig)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/1.0.0-beta02/Google.Cloud.Metastore.V1Beta.TelemetryConfig) \n\n public sealed class TelemetryConfig : IMessage\u003cTelemetryConfig\u003e, IEquatable\u003cTelemetryConfig\u003e, IDeepCloneable\u003cTelemetryConfig\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataproc Metastore v1beta API class TelemetryConfig.\n\nTelemetry Configuration for the Dataproc Metastore service. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e TelemetryConfig \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[TelemetryConfig](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.TelemetryConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[TelemetryConfig](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.TelemetryConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[TelemetryConfig](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.TelemetryConfig), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Metastore.V1Beta](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Metastore.V1Beta.dll\n\nConstructors\n------------\n\n### TelemetryConfig()\n\n public TelemetryConfig()\n\n### TelemetryConfig(TelemetryConfig)\n\n public TelemetryConfig(TelemetryConfig other)\n\nProperties\n----------\n\n### LogFormat\n\n public TelemetryConfig.Types.LogFormat LogFormat { get; set; }\n\nThe output format of the Dataproc Metastore service's logs."]]