public sealed class BigQueryAuditMetadata.Types.Job : IMessage<BigQueryAuditMetadata.Types.Job>, IEquatable<BigQueryAuditMetadata.Types.Job>, IDeepCloneable<BigQueryAuditMetadata.Types.Job>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.Job.
BigQuery job.
Implements
IMessageBigQueryAuditMetadataTypesJob, IEquatableBigQueryAuditMetadataTypesJob, IDeepCloneableBigQueryAuditMetadataTypesJob, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
Job()
public Job()Job(Job)
public Job(BigQueryAuditMetadata.Types.Job other)| Parameter | |
|---|---|
| Name | Description |
other |
BigQueryAuditMetadataTypesJob |
Properties
JobConfig
public BigQueryAuditMetadata.Types.JobConfig JobConfig { get; set; }Job configuration.
| Property Value | |
|---|---|
| Type | Description |
BigQueryAuditMetadataTypesJobConfig |
|
JobName
public string JobName { get; set; }Job URI.
Format: projects/<project_id>/jobs/<job_id>.
| Property Value | |
|---|---|
| Type | Description |
string |
|
JobStats
public BigQueryAuditMetadata.Types.JobStats JobStats { get; set; }Job statistics.
| Property Value | |
|---|---|
| Type | Description |
BigQueryAuditMetadataTypesJobStats |
|
JobStatus
public BigQueryAuditMetadata.Types.JobStatus JobStatus { get; set; }Job status.
| Property Value | |
|---|---|
| Type | Description |
BigQueryAuditMetadataTypesJobStatus |
|