public sealed class TelemetryConfig : IMessage<TelemetryConfig>, IEquatable<TelemetryConfig>, IDeepCloneable<TelemetryConfig>, IBufferMessage, IMessageReference documentation and code samples for the Dataproc Metastore v1 API class TelemetryConfig.
Telemetry Configuration for the Dataproc Metastore service.
Implements
IMessage<TelemetryConfig>, IEquatable<TelemetryConfig>, IDeepCloneable<TelemetryConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1Assembly
Google.Cloud.Metastore.V1.dll
Constructors
TelemetryConfig()
public TelemetryConfig()TelemetryConfig(TelemetryConfig)
public TelemetryConfig(TelemetryConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
TelemetryConfig |
Properties
LogFormat
public TelemetryConfig.Types.LogFormat LogFormat { get; set; }The output format of the Dataproc Metastore service's logs.
| Property Value | |
|---|---|
| Type | Description |
TelemetryConfig.Types.LogFormat |
|