DestinationTableInfo

  • DestinationTableInfo provides metadata for exported query output tables, including table path, row count, columns, noise impact, and impact percentage.

  • The JSON representation shows the structure of the DestinationTableInfo object with its fields and their respective data types.

  • Fields like tablePath specify the location in BigQuery, rowCount gives the number of results, and columns provide details about the data fields.

  • noiseImpact and impactPercentage offer insights into how much the data is affected by noise.

Metadata of an exported query output table.

JSON representation
 { 
 "tablePath" 
 : 
 string 
 , 
 "rowCount" 
 : 
 string 
 , 
 "columns" 
 : 
 [ 
 { 
 object (  ColumnInfo 
 
) 
 } 
 ] 
 , 
 "noiseImpact" 
 : 
 enum (  TableNoiseImpact 
 
) 
 , 
 "impactPercentage" 
 : 
 number 
 } 
Fields
tablePath

string

Table path in the customer BigQuery project.

rowCount

string ( int64 format)

Number of rows in the result.

columns[]

object ( ColumnInfo )

Information about columns in result

noiseImpact

enum ( TableNoiseImpact )

The noise impact message for this table.

impactPercentage

number

If applicable, the percent of cells in this table which are not greatly affected by noise.

Design a Mobile Site
View Site in Mobile | Classic
Share by: