AuditMode Parameter (Connect-GoogleBigQuery Cmdlet)
What provider actions should be recorded to audit tables.
Syntax
Connect-GoogleBigQuery -AuditMode string
Data Type
cstr
Default Value
""
Remarks
The cmdlet can record certain internal actions taken when it runs queries. For each of those actions listed in this option, the cmdlet will create a temproary audit table which logs when the action took place, what query caused the action and any other relevant information.
By default this option is set to 'none' and the cmdlet does not record any audit information. This option can also be set to a comma-separated list of the following actions:
Mode Name | Audit Table | Description | Columns |
start-jobs | AuditJobs#TEMP | Records all jobs started by the cmdlet | Timestamp,Query,ProjectId,Location,JobId |
Refer to AuditLimit for more information on how to limit the size of these tables.