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

public sealed class BigQueryAuditMetadata.Types.TableDataRead : IMessage<BigQueryAuditMetadata.Types.TableDataRead>, IEquatable<BigQueryAuditMetadata.Types.TableDataRead>, IDeepCloneable<BigQueryAuditMetadata.Types.TableDataRead>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.TableDataRead.

Table data read event.

Inheritance

object > BigQueryAuditMetadata.Types.TableDataRead

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

TableDataRead()

public TableDataRead()

TableDataRead(TableDataRead)

public TableDataRead(BigQueryAuditMetadata.Types.TableDataRead other)
Parameter
NameDescription
otherBigQueryAuditMetadataTypesTableDataRead

Properties

Fields

public RepeatedField<string> Fields { get; }

List of the accessed fields. Entire list is truncated if the record size exceeds 100K.

Property Value
TypeDescription
RepeatedFieldstring

FieldsTruncated

public bool FieldsTruncated { get; set; }

True if the fields list was truncated.

Property Value
TypeDescription
bool

JobName

public string JobName { get; set; }

The URI of the job that read a table. Present if the reason is JOB but can be redacted for privacy reasons.

Format: projects/<project_id>/jobs/<job_id>.

Property Value
TypeDescription
string

PolicyTags

public RepeatedField<string> PolicyTags { get; }

List of the referenced policy tags. That is, policy tags attached to the accessed fields or their ancestors. Policy tag resource name is a string of the format: projects/<project_id>/locations/<location_id>/taxonomies/<taxonomy_id>/policyTags/<policy_tag_id>

Property Value
TypeDescription
RepeatedFieldstring

PolicyTagsTruncated

public bool PolicyTagsTruncated { get; set; }

True if the policy tag list was truncated. At most 100 policy tags can be saved.

Property Value
TypeDescription
bool

Reason

public BigQueryAuditMetadata.Types.TableDataRead.Types.Reason Reason { get; set; }

Describes how the table data was read.

Property Value
TypeDescription
BigQueryAuditMetadataTypesTableDataReadTypesReason

SessionName

public string SessionName { get; set; }

The URI of the read session that read a table. Present if the reason is CREATE_READ_SESSION.

Format: projects/<project_id>/locations/<location>/sessions/<session_id>.

Property Value
TypeDescription
string