Cloud Dataplex v1 API - Class JobEvent (2.15.0)

public sealed class JobEvent : IMessage<JobEvent>, IEquatable<JobEvent>, IDeepCloneable<JobEvent>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class JobEvent.

The payload associated with Job logs that contains events describing jobs that have run within a Lake.

Inheritance

object > JobEvent

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

JobEvent()

public JobEvent()

JobEvent(JobEvent)

public JobEvent(JobEvent other)
Parameter
NameDescription
otherJobEvent

Properties

EndTime

public Timestamp EndTime { get; set; }

The time when the job ended running.

Property Value
TypeDescription
Timestamp

ExecutionTrigger

public JobEvent.Types.ExecutionTrigger ExecutionTrigger { get; set; }

Job execution trigger.

Property Value
TypeDescription
JobEventTypesExecutionTrigger

JobId

public string JobId { get; set; }

The unique id identifying the job.

Property Value
TypeDescription
string

Message

public string Message { get; set; }

The log message.

Property Value
TypeDescription
string

Retries

public int Retries { get; set; }

The number of retries.

Property Value
TypeDescription
int

Service

public JobEvent.Types.Service Service { get; set; }

The service used to execute the job.

Property Value
TypeDescription
JobEventTypesService

ServiceJob

public string ServiceJob { get; set; }

The reference to the job within the service.

Property Value
TypeDescription
string

StartTime

public Timestamp StartTime { get; set; }

The time when the job started running.

Property Value
TypeDescription
Timestamp

State

public JobEvent.Types.State State { get; set; }

The job state on completion.

Property Value
TypeDescription
JobEventTypesState

Type

public JobEvent.Types.Type Type { get; set; }

The type of the job.

Property Value
TypeDescription
JobEventTypesType