DataDiscoveryResult

The output of a data discovery scan.

JSON representation
{
  "bigqueryPublishing": {
    object (BigQueryPublishing)
  },
  "scanStatistics": {
    object (ScanStatistics)
  }
}
Fields
bigqueryPublishing

object (BigQueryPublishing)

Output only. Configuration for metadata publishing.

scanStatistics

object (ScanStatistics)

Output only. Describes result statistics of a data scan discovery job.

BigQueryPublishing

Describes BigQuery publishing configurations.

JSON representation
{
  "dataset": string,
  "location": string
}
Fields
dataset

string

Output only. The BigQuery dataset the discovered tables are published to.

location

string

Output only. The location of the BigQuery publishing dataset.

ScanStatistics

Describes result statistics of a data scan discovery job.

JSON representation
{
  "scannedFileCount": integer,
  "dataProcessedBytes": string,
  "filesExcluded": integer,
  "tablesCreated": integer,
  "tablesDeleted": integer,
  "tablesUpdated": integer,
  "filesetsCreated": integer,
  "filesetsDeleted": integer,
  "filesetsUpdated": integer
}
Fields
scannedFileCount

integer

The number of files scanned.

dataProcessedBytes

string (int64 format)

The data processed in bytes.

filesExcluded

integer

The number of files excluded.

tablesCreated

integer

The number of tables created.

tablesDeleted

integer

The number of tables deleted.

tablesUpdated

integer

The number of tables updated.

filesetsCreated

integer

The number of filesets created.

filesetsDeleted

integer

The number of filesets deleted.

filesetsUpdated

integer

The number of filesets updated.