public sealed class JobCompletedEvent : IMessage<JobCompletedEvent>, IEquatable<JobCompletedEvent>, IDeepCloneable<JobCompletedEvent>, IBufferMessage, IMessageReference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobCompletedEvent.
Query job completed event.
Implements
IMessage<JobCompletedEvent>, IEquatable<JobCompletedEvent>, IDeepCloneable<JobCompletedEvent>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Logging.V1Assembly
Google.Cloud.BigQuery.Logging.V1.dll
Constructors
JobCompletedEvent()
public JobCompletedEvent()JobCompletedEvent(JobCompletedEvent)
public JobCompletedEvent(JobCompletedEvent other)| Parameter | |
|---|---|
| Name | Description | 
| other | JobCompletedEvent | 
Properties
EventName
public string EventName { get; set; }Name of the event.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
Job
public Job Job { get; set; }Job information.
| Property Value | |
|---|---|
| Type | Description | 
| Job | |