public sealed class JobStats : IMessage<BigQueryAuditMetadata.Types.JobStats>, IEquatable<BigQueryAuditMetadata.Types.JobStats>, IDeepCloneable<BigQueryAuditMetadata.Types.JobStats>, IBufferMessage, IMessageJob statistics.
Implements
IMessage<BigQueryAuditMetadata.Types.JobStats>, IEquatable<BigQueryAuditMetadata.Types.JobStats>, IDeepCloneable<BigQueryAuditMetadata.Types.JobStats>, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
JobStats()
public JobStats()JobStats(BigQueryAuditMetadata.Types.JobStats)
public JobStats(BigQueryAuditMetadata.Types.JobStats other)| Parameter | |
|---|---|
| Name | Description |
other |
BigQueryAuditMetadata.Types.JobStats |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Job creation time.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
EndTime
public Timestamp EndTime { get; set; }Job completion time.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
ExtendedCase
public BigQueryAuditMetadata.Types.JobStats.ExtendedOneofCase ExtendedCase { get; }| Property Value | |
|---|---|
| Type | Description |
BigQueryAuditMetadata.Types.JobStats.ExtendedOneofCase |
|
ExtractStats
public BigQueryAuditMetadata.Types.JobStats.Types.Extract ExtractStats { get; set; }Extract job statistics.
| Property Value | |
|---|---|
| Type | Description |
BigQueryAuditMetadata.Types.JobStats.Types.Extract |
|
LoadStats
public BigQueryAuditMetadata.Types.JobStats.Types.Load LoadStats { get; set; }Load job statistics.
| Property Value | |
|---|---|
| Type | Description |
BigQueryAuditMetadata.Types.JobStats.Types.Load |
|
ParentJobName
public string ParentJobName { get; set; }Parent job name. Only present for child jobs.
| Property Value | |
|---|---|
| Type | Description |
String |
|
QueryStats
public BigQueryAuditMetadata.Types.JobStats.Types.Query QueryStats { get; set; }Query job statistics.
| Property Value | |
|---|---|
| Type | Description |
BigQueryAuditMetadata.Types.JobStats.Types.Query |
|
ReservationUsage
public RepeatedField<BigQueryAuditMetadata.Types.JobStats.Types.ReservationResourceUsage> ReservationUsage { get; }Reservation usage attributed from each tier of a reservation hierarchy.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<BigQueryAuditMetadata.Types.JobStats.Types.ReservationResourceUsage> |
|
StartTime
public Timestamp StartTime { get; set; }Job execution start time.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
TotalSlotMs
public long TotalSlotMs { get; set; }The total number of slot-ms consumed by the query job.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|