DestinationTableInfo

Metadata of an exported query output table.

JSON representation
{
  "tablePath": string,
  "rowCount": string
}
Fields
tablePath

string

Table path in the customer BigQuery project.

rowCount

string (int64 format)

Number of rows in the result.