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.
Implements
IMessageBigQueryAuditMetadataTypesJobStats, IEquatableBigQueryAuditMetadataTypesJobStats, IDeepCloneableBigQueryAuditMetadataTypesJobStats, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
JobStats()
public JobStats()
JobStats(JobStats)
public JobStats(BigQueryAuditMetadata.Types.JobStats other)
Parameter | |
---|---|
Name | Description |
other | BigQueryAuditMetadataTypesJobStats |
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 |
BigQueryAuditMetadataTypesJobStatsExtendedOneofCase |
ExtractStats
public BigQueryAuditMetadata.Types.JobStats.Types.Extract ExtractStats { get; set; }
Extract job statistics.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadataTypesJobStatsTypesExtract |
LoadStats
public BigQueryAuditMetadata.Types.JobStats.Types.Load LoadStats { get; set; }
Load job statistics.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadataTypesJobStatsTypesLoad |
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 |
BigQueryAuditMetadataTypesJobStatsTypesQuery |
Reservation
public string Reservation { get; set; }
Reservation name or "unreserved" for on-demand resource usage.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedFieldBigQueryAuditMetadataTypesJobStatsTypesReservationResourceUsage |
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 |
long |