BigQuery Audit Data Logging v1 API - Class JobCompletedEvent (1.3.0)

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.

Inheritance

object > JobCompletedEvent

Namespace

Google.Cloud.BigQuery.Logging.V1

Assembly

Google.Cloud.BigQuery.Logging.V1.dll

Constructors

JobCompletedEvent()

public JobCompletedEvent()

JobCompletedEvent(JobCompletedEvent)

public JobCompletedEvent(JobCompletedEvent other)
Parameter
NameDescription
otherJobCompletedEvent

Properties

EventName

public string EventName { get; set; }

Name of the event.

Property Value
TypeDescription
string

Job

public Job Job { get; set; }

Job information.

Property Value
TypeDescription
Job