Class LogsPolicy
LogsPolicy describes how outputs from a Job's Tasks (stdout/stderr) will be preserved.
Implements
Inherited Members
Namespace: Google.Apis.Batch.v1.Data
Assembly: Google.Apis.Batch.v1.dll
Syntax
public class LogsPolicy : IDirectResponseSchema
Properties
CloudLoggingOption
Optional. Additional settings for Cloud Logging. It will only take effect when the destination of
LogsPolicy
is set to CLOUD_LOGGING
.
Declaration
[JsonProperty("cloudLoggingOption")]
public virtual CloudLoggingOption CloudLoggingOption { get; set; }
Property Value
Type | Description |
---|---|
CloudLoggingOption |
Destination
Where logs should be saved.
Declaration
[JsonProperty("destination")]
public virtual string Destination { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LogsPath
The path to which logs are saved when the destination = PATH. This can be a local file path on the VM, or under the mount point of a Persistent Disk or Filestore, or a Cloud Storage path.
Declaration
[JsonProperty("logsPath")]
public virtual string LogsPath { get; set; }
Property Value
Type | Description |
---|---|
string |