Google Cloud Dataplex V1 Client - Class ScanStatistics (1.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataplex V1 Client class ScanStatistics.
Describes result statistics of a data scan discovery job.
Generated from protobuf message google.cloud.dataplex.v1.DataDiscoveryResult.ScanStatistics
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataDiscoveryResultMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ scanned_file_count |
int
The number of files scanned. |
↳ data_processed_bytes |
int|string
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. |
getScannedFileCount
The number of files scanned.
| Returns | |
|---|---|
| Type | Description |
int |
|
setScannedFileCount
The number of files scanned.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDataProcessedBytes
The data processed in bytes.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setDataProcessedBytes
The data processed in bytes.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFilesExcluded
The number of files excluded.
| Returns | |
|---|---|
| Type | Description |
int |
|
setFilesExcluded
The number of files excluded.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTablesCreated
The number of tables created.
| Returns | |
|---|---|
| Type | Description |
int |
|
setTablesCreated
The number of tables created.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTablesDeleted
The number of tables deleted.
| Returns | |
|---|---|
| Type | Description |
int |
|
setTablesDeleted
The number of tables deleted.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTablesUpdated
The number of tables updated.
| Returns | |
|---|---|
| Type | Description |
int |
|
setTablesUpdated
The number of tables updated.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFilesetsCreated
The number of filesets created.
| Returns | |
|---|---|
| Type | Description |
int |
|
setFilesetsCreated
The number of filesets created.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFilesetsDeleted
The number of filesets deleted.
| Returns | |
|---|---|
| Type | Description |
int |
|
setFilesetsDeleted
The number of filesets deleted.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFilesetsUpdated
The number of filesets updated.
| Returns | |
|---|---|
| Type | Description |
int |
|
setFilesetsUpdated
The number of filesets updated.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|