BigQuery Audit Data Logging v1 API - Class TableDataReadEvent (1.4.0)

public sealed class TableDataReadEvent : IMessage<TableDataReadEvent>, IEquatable<TableDataReadEvent>, IDeepCloneable<TableDataReadEvent>, IBufferMessage, IMessage

Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class TableDataReadEvent.

Table data read event. Only present for tables, not views, and is only included in the log record for the project that owns the table.

Inheritance

object > TableDataReadEvent

Namespace

Google.Cloud.BigQuery.Logging.V1

Assembly

Google.Cloud.BigQuery.Logging.V1.dll

Constructors

TableDataReadEvent()

public TableDataReadEvent()

TableDataReadEvent(TableDataReadEvent)

public TableDataReadEvent(TableDataReadEvent other)
Parameter
Name Description
other TableDataReadEvent

Properties

ReferencedFields

public RepeatedField<string> ReferencedFields { get; }

A list of referenced fields. This information is not included by default. To enable this in the logs, please contact BigQuery support or open a bug in the BigQuery issue tracker.

Property Value
Type Description
RepeatedField string

TableName

public TableName TableName { get; set; }

Name of the accessed table.

Property Value
Type Description
TableName

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.