Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Stats.
The aggregated data statistics for the asset reported by discovery.
Generated from protobuf message google.cloud.dataplex.v1.Asset.DiscoveryStatus.Stats
Namespace
Google \ Cloud \ Dataplex \ V1 \ Asset \ DiscoveryStatusMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ data_items |
int|string
The count of data items within the referenced resource. |
↳ data_size |
int|string
The number of stored data bytes within the referenced resource. |
↳ tables |
int|string
The count of table entities within the referenced resource. |
↳ filesets |
int|string
The count of fileset entities within the referenced resource. |
getDataItems
The count of data items within the referenced resource.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setDataItems
The count of data items within the referenced resource.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDataSize
The number of stored data bytes within the referenced resource.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setDataSize
The number of stored data bytes within the referenced resource.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTables
The count of table entities within the referenced resource.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setTables
The count of table entities within the referenced resource.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFilesets
The count of fileset entities within the referenced resource.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setFilesets
The count of fileset entities within the referenced resource.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|