Class ScanStatistics (2.10.0)

ScanStatistics(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Statistics of the DataDiscoveryScan.

Attributes

Name Description
scanned_file_count int
The number of files scanned.
data_processed_bytes int
The data processed in bytes.
files_excluded int
The number of files excluded.
tables_created int
The number of tables created.
tables_deleted int
The number of tables deleted.
tables_updated int
The number of tables updated.
filesets_created int
The number of filesets created.
filesets_deleted int
The number of filesets deleted.
filesets_updated int
The number of filesets updated.