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
Methods
__construct
Constructor.
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.
int|string
setDataItems
The count of data items within the referenced resource.
var
int|string
$this
getDataSize
The number of stored data bytes within the referenced resource.
int|string
setDataSize
The number of stored data bytes within the referenced resource.
var
int|string
$this
getTables
The count of table entities within the referenced resource.
int|string
setTables
The count of table entities within the referenced resource.
var
int|string
$this
getFilesets
The count of fileset entities within the referenced resource.
int|string
setFilesets
The count of fileset entities within the referenced resource.
var
int|string
$this