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.
Implements
IMessageTableDataReadEvent, IEquatableTableDataReadEvent, IDeepCloneableTableDataReadEvent, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Logging.V1Assembly
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 |
RepeatedFieldstring |
TableName
public TableName TableName { get; set; }
Name of the accessed table.
Property Value | |
---|---|
Type | Description |
TableName |