Google Cloud Audit API - Class BigQueryAuditMetadata.Types.JobStats.Types.Query (2.4.0)

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.

Inheritance

object > BigQueryAuditMetadata.Types.JobStats.Types.Query

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

Query()

public Query()

Query(Query)

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

Properties

BillingTier

public int BillingTier { get; set; }

The tier assigned by the CPU-based billing.

Property Value
TypeDescription
int

CacheHit

public bool CacheHit { get; set; }

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

Property Value
TypeDescription
bool

OutputRowCount

public long OutputRowCount { get; set; }

Number of output rows produced by the query job.

Property Value
TypeDescription
long

ReferencedRoutines

public RepeatedField<string> ReferencedRoutines { get; }

Routines accessed by the query job.

Property Value
TypeDescription
RepeatedFieldstring

ReferencedTables

public RepeatedField<string> ReferencedTables { get; }

Tables accessed by the query job.

Property Value
TypeDescription
RepeatedFieldstring

ReferencedViews

public RepeatedField<string> ReferencedViews { get; }

Views accessed by the query job.

Property Value
TypeDescription
RepeatedFieldstring

TotalBilledBytes

public long TotalBilledBytes { get; set; }

Total bytes billed by the query job.

Property Value
TypeDescription
long

TotalProcessedBytes

public long TotalProcessedBytes { get; set; }

Total bytes processed by the query job.

Property Value
TypeDescription
long