Google Cloud Audit API - Class BigQueryAuditMetadata.Types.JobStats (2.4.0)

public sealed class BigQueryAuditMetadata.Types.JobStats : IMessage<BigQueryAuditMetadata.Types.JobStats>, IEquatable<BigQueryAuditMetadata.Types.JobStats>, IDeepCloneable<BigQueryAuditMetadata.Types.JobStats>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.JobStats.

Job statistics.

Inheritance

object > BigQueryAuditMetadata.Types.JobStats

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

JobStats()

public JobStats()

JobStats(JobStats)

public JobStats(BigQueryAuditMetadata.Types.JobStats other)
Parameter
NameDescription
otherBigQueryAuditMetadataTypesJobStats

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Job creation time.

Property Value
TypeDescription
Timestamp

EndTime

public Timestamp EndTime { get; set; }

Job completion time.

Property Value
TypeDescription
Timestamp

ExtendedCase

public BigQueryAuditMetadata.Types.JobStats.ExtendedOneofCase ExtendedCase { get; }
Property Value
TypeDescription
BigQueryAuditMetadataTypesJobStatsExtendedOneofCase

ExtractStats

public BigQueryAuditMetadata.Types.JobStats.Types.Extract ExtractStats { get; set; }

Extract job statistics.

Property Value
TypeDescription
BigQueryAuditMetadataTypesJobStatsTypesExtract

LoadStats

public BigQueryAuditMetadata.Types.JobStats.Types.Load LoadStats { get; set; }

Load job statistics.

Property Value
TypeDescription
BigQueryAuditMetadataTypesJobStatsTypesLoad

ParentJobName

public string ParentJobName { get; set; }

Parent job name. Only present for child jobs.

Property Value
TypeDescription
string

QueryStats

public BigQueryAuditMetadata.Types.JobStats.Types.Query QueryStats { get; set; }

Query job statistics.

Property Value
TypeDescription
BigQueryAuditMetadataTypesJobStatsTypesQuery

Reservation

public string Reservation { get; set; }

Reservation name or "unreserved" for on-demand resource usage.

Property Value
TypeDescription
string

ReservationUsage

[Obsolete]
public RepeatedField<BigQueryAuditMetadata.Types.JobStats.Types.ReservationResourceUsage> ReservationUsage { get; }

Reservation usage attributed from each tier of a reservation hierarchy. This field reported misleading information and will no longer be populated. Aggregate usage of all jobs submitted to a reservation should provide a more reliable indicator of reservation imbalance.

Property Value
TypeDescription
RepeatedFieldBigQueryAuditMetadataTypesJobStatsTypesReservationResourceUsage

StartTime

public Timestamp StartTime { get; set; }

Job execution start time.

Property Value
TypeDescription
Timestamp

TotalSlotMs

public long TotalSlotMs { get; set; }

The total number of slot-ms consumed by the query job.

Property Value
TypeDescription
long