public sealed class JobEvent : IMessage<JobEvent>, IEquatable<JobEvent>, IDeepCloneable<JobEvent>, IBufferMessage, IMessageReference 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.
Namespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
JobEvent()
public JobEvent()JobEvent(JobEvent)
public JobEvent(JobEvent other)| Parameter | |
|---|---|
| Name | Description |
other |
JobEvent |
Properties
EndTime
public Timestamp EndTime { get; set; }The time when the job ended running.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
ExecutionTrigger
public JobEvent.Types.ExecutionTrigger ExecutionTrigger { get; set; }Job execution trigger.
| Property Value | |
|---|---|
| Type | Description |
JobEventTypesExecutionTrigger |
|
JobId
public string JobId { get; set; }The unique id identifying the job.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Message
public string Message { get; set; }The log message.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Retries
public int Retries { get; set; }The number of retries.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Service
public JobEvent.Types.Service Service { get; set; }The service used to execute the job.
| Property Value | |
|---|---|
| Type | Description |
JobEventTypesService |
|
ServiceJob
public string ServiceJob { get; set; }The reference to the job within the service.
| Property Value | |
|---|---|
| Type | Description |
string |
|
StartTime
public Timestamp StartTime { get; set; }The time when the job started running.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
State
public JobEvent.Types.State State { get; set; }The job state on completion.
| Property Value | |
|---|---|
| Type | Description |
JobEventTypesState |
|
Type
public JobEvent.Types.Type Type { get; set; }The type of the job.
| Property Value | |
|---|---|
| Type | Description |
JobEventTypesType |
|