public sealed class BigQueryAuditMetadata.Types.JobStats.Types.Query : IMessage<BigQueryAuditMetadata.Types.JobStats.Types.Query>, IEquatable<BigQueryAuditMetadata.Types.JobStats.Types.Query>, IDeepCloneable<BigQueryAuditMetadata.Types.JobStats.Types.Query>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.JobStats.Types.Query.
Query job statistics.
Implements
IMessageBigQueryAuditMetadataTypesJobStatsTypesQuery, IEquatableBigQueryAuditMetadataTypesJobStatsTypesQuery, IDeepCloneableBigQueryAuditMetadataTypesJobStatsTypesQuery, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
Query()
public Query()
Query(Query)
public Query(BigQueryAuditMetadata.Types.JobStats.Types.Query other)
Parameter | |
---|---|
Name | Description |
other | BigQueryAuditMetadataTypesJobStatsTypesQuery |
Properties
BillingTier
public int BillingTier { get; set; }
The tier assigned by the CPU-based billing.
Property Value | |
---|---|
Type | Description |
int |
CacheHit
public bool CacheHit { get; set; }
True if the query job results were read from the query cache.
Property Value | |
---|---|
Type | Description |
bool |
OutputRowCount
public long OutputRowCount { get; set; }
Number of output rows produced by the query job.
Property Value | |
---|---|
Type | Description |
long |
ReferencedRoutines
public RepeatedField<string> ReferencedRoutines { get; }
Routines accessed by the query job.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
ReferencedTables
public RepeatedField<string> ReferencedTables { get; }
Tables accessed by the query job.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
ReferencedViews
public RepeatedField<string> ReferencedViews { get; }
Views accessed by the query job.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
TotalBilledBytes
public long TotalBilledBytes { get; set; }
Total bytes billed by the query job.
Property Value | |
---|---|
Type | Description |
long |
TotalProcessedBytes
public long TotalProcessedBytes { get; set; }
Total bytes processed by the query job.
Property Value | |
---|---|
Type | Description |
long |