public sealed class JobCompletedEvent : IMessage<JobCompletedEvent>, IEquatable<JobCompletedEvent>, IDeepCloneable<JobCompletedEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobCompletedEvent.
Query job completed event.
Implements
IMessageJobCompletedEvent, IEquatableJobCompletedEvent, IDeepCloneableJobCompletedEvent, 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 |