Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataProfileResult.
DataProfileResult defines the output of DataProfileScan. Each field of the table will have field type specific profile result.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#post_scan_actions_result
def post_scan_actions_result() -> ::Google::Cloud::Dataplex::V1::DataProfileResult::PostScanActionsResult
Returns
- (::Google::Cloud::Dataplex::V1::DataProfileResult::PostScanActionsResult) — Output only. The result of post scan actions.
#profile
def profile() -> ::Google::Cloud::Dataplex::V1::DataProfileResult::Profile
Returns
- (::Google::Cloud::Dataplex::V1::DataProfileResult::Profile) — Output only. The profile information per field.
#row_count
def row_count() -> ::Integer
Returns
- (::Integer) — Output only. The count of rows scanned.
#scanned_data
def scanned_data() -> ::Google::Cloud::Dataplex::V1::ScannedData
Returns
- (::Google::Cloud::Dataplex::V1::ScannedData) — Output only. The data scanned for this result.