public enum BigQueryAuditMetadata.Types.TableDataRead.Types.Reason
Reference documentation and code samples for the Google Cloud Audit API enum BigQueryAuditMetadata.Types.TableDataRead.Types.Reason.
Describes how the table data was read.
Namespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Fields |
|
---|---|
Name | Description |
CreateReadSession |
Table data was accessed using storage.CreateReadSession API. |
GetQueryResultsRequest |
Table data was accessed using the jobs.getQueryResults API. |
Job |
Table was used as a source table during a BigQuery job. |
MaterializedViewRefresh |
Table data was accessed during a materialized view refresh. |
QueryRequest |
Table data was accessed using the jobs.query RPC. |
TabledataListRequest |
Table data was accessed using the tabledata.list API. |
Unspecified |
Unknown. |