Class BigQueryAuditMetadata.Types.JobStats.Types.Query (1.1.0)

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.

Inheritance

Object > BigQueryAuditMetadata.Types.JobStats.Types.Query

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

Query()

public Query()

Query(BigQueryAuditMetadata.Types.JobStats.Types.Query)

public Query(BigQueryAuditMetadata.Types.JobStats.Types.Query other)
Parameter
NameDescription
otherBigQueryAuditMetadata.Types.JobStats.Types.Query

Properties

BillingTier

public int BillingTier { get; set; }

The tier assigned by the CPU-based billing.

Property Value
TypeDescription
Int32

CacheHit

public bool CacheHit { get; set; }

True if the query job results were read from the query cache.

Property Value
TypeDescription
Boolean

OutputRowCount

public long OutputRowCount { get; set; }

Number of output rows produced by the query job.

Property Value
TypeDescription
Int64

ReferencedRoutines

public RepeatedField<string> ReferencedRoutines { get; }

Routines accessed by the query job.

Property Value
TypeDescription
RepeatedField<String>

ReferencedTables

public RepeatedField<string> ReferencedTables { get; }

Tables accessed by the query job.

Property Value
TypeDescription
RepeatedField<String>

ReferencedViews

public RepeatedField<string> ReferencedViews { get; }

Views accessed by the query job.

Property Value
TypeDescription
RepeatedField<String>

TotalBilledBytes

public long TotalBilledBytes { get; set; }

Total bytes billed by the query job.

Property Value
TypeDescription
Int64

TotalProcessedBytes

public long TotalProcessedBytes { get; set; }

Total bytes processed by the query job.

Property Value
TypeDescription
Int64