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. |