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
Name Description
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
Type Description
int|string

setRowCount

The count of all rows in the sampled data.

Return 0, if zero rows.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getProfile

This represents the profile information per field.

Returns
Type Description
Google\Cloud\Dataplex\V1\DataProfileResult\Profile|null

hasProfile

clearProfile

setProfile

This represents the profile information per field.

Parameter
Name Description
var Google\Cloud\Dataplex\V1\DataProfileResult\Profile
Returns
Type Description
$this

getScannedData

The data scanned for this profile.

Returns
Type Description
Google\Cloud\Dataplex\V1\ScannedData|null

hasScannedData

clearScannedData

setScannedData

The data scanned for this profile.

Parameter
Name Description
var Google\Cloud\Dataplex\V1\ScannedData
Returns
Type Description
$this