BigQuery Audit Data Logging v1 API - Class TableDataReadEvent (1.2.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
NameDescription
otherTableDataReadEvent

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
TypeDescription
RepeatedFieldstring

TableName

public TableName TableName { get; set; }

Name of the accessed table.

Property Value
TypeDescription
TableName