DataProfileBigQueryRowSchema

The schema of data to be saved to the BigQuery table when the DataProfileAction is enabled.

JSON representation
{

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "tableProfile": {
    object (TableDataProfile)
  },
  "columnProfile": {
    object (ColumnDataProfile)
  },
  "fileStoreProfile": {
    object (FileStoreDataProfile)
  }
  // End of mutually exclusive fields.
}
Fields
Data profile type. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response:
tableProfile

object (TableDataProfile)

Table data profile column

columnProfile

object (ColumnDataProfile)

Column data profile column

fileStoreProfile

object (FileStoreDataProfile)

File store data profile column.

End of mutually exclusive fields.