DataDiscoveryResult Stay organized with collections Save and categorize content based on your preferences.
The output of a data discovery scan.
| JSON representation |
|---|
{"bigqueryPublishing":{object ( |
| Fields | |
|---|---|
bigqueryPublishing |
Output only. Configuration for metadata publishing. |
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 |
Output only. The BigQuery dataset the discovered tables are published to. |
location |
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 |
The number of files scanned. |
dataProcessedBytes |
The data processed in bytes. |
filesExcluded |
The number of files excluded. |
tablesCreated |
The number of tables created. |
tablesDeleted |
The number of tables deleted. |
tablesUpdated |
The number of tables updated. |
filesetsCreated |
The number of filesets created. |
filesetsDeleted |
The number of filesets deleted. |
filesetsUpdated |
The number of filesets updated. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-21 UTC.