Google Cloud Dataplex V1 Client - Class DataProfileResult (0.2.3)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class DataProfileResult.

DataProfileResult defines the output of DataProfileScan.

Each field of the table will have field type specific profile result.

Generated from protobuf message google.cloud.dataplex.v1.DataProfileResult

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ row_count int|string

The count of all rows in the sampled data. Return 0, if zero rows.

↳ profile Google\Cloud\Dataplex\V1\DataProfileResult\Profile

This represents the profile information per field.

↳ scanned_data Google\Cloud\Dataplex\V1\ScannedData

The data scanned for this profile.

getRowCount

The count of all rows in the sampled data.

Return 0, if zero rows.

Returns
TypeDescription
int|string

setRowCount

The count of all rows in the sampled data.

Return 0, if zero rows.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getProfile

This represents the profile information per field.

Returns
TypeDescription
Google\Cloud\Dataplex\V1\DataProfileResult\Profile|null

hasProfile

clearProfile

setProfile

This represents the profile information per field.

Parameter
NameDescription
var Google\Cloud\Dataplex\V1\DataProfileResult\Profile
Returns
TypeDescription
$this

getScannedData

The data scanned for this profile.

Returns
TypeDescription
Google\Cloud\Dataplex\V1\ScannedData|null

hasScannedData

clearScannedData

setScannedData

The data scanned for this profile.

Parameter
NameDescription
var Google\Cloud\Dataplex\V1\ScannedData
Returns
TypeDescription
$this