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