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.
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
getRowCount
The count of all rows in the sampled data.
Return 0, if zero rows.
int|string
setRowCount
The count of all rows in the sampled data.
Return 0, if zero rows.
var
int|string
$this
getProfile
This represents the profile information per field.
hasProfile
clearProfile
setProfile
This represents the profile information per field.
$this
getScannedData
The data scanned for this profile.
hasScannedData
clearScannedData
setScannedData
The data scanned for this profile.
$this

