Class LoggingConfig
The runtime logging config of the job.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class LoggingConfig : IDirectResponseSchema
Properties
DriverLogLevels
The per-package log levels for the driver. This can include "root" package name to configure rootLogger. Examples: - 'com.google = FATAL' - 'root = INFO' - 'org.apache = DEBUG'
Declaration
[JsonProperty("driverLogLevels")]
public virtual IDictionary<string, string> DriverLogLevels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |