Google Cloud Dataplex V1 Client - Class Stats (0.2.3)

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.

Parameters
NameDescription
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
TypeDescription
int|string

setDataItems

The count of data items within the referenced resource.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getDataSize

The number of stored data bytes within the referenced resource.

Returns
TypeDescription
int|string

setDataSize

The number of stored data bytes within the referenced resource.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getTables

The count of table entities within the referenced resource.

Returns
TypeDescription
int|string

setTables

The count of table entities within the referenced resource.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getFilesets

The count of fileset entities within the referenced resource.

Returns
TypeDescription
int|string

setFilesets

The count of fileset entities within the referenced resource.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this