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) — The profile information per field.
#profile=
def profile=(value) -> ::Google::Cloud::Dataplex::V1::DataProfileResult::Profile
Parameter
- value (::Google::Cloud::Dataplex::V1::DataProfileResult::Profile) — The profile information per field.
Returns
- (::Google::Cloud::Dataplex::V1::DataProfileResult::Profile) — The profile information per field.
#row_count
def row_count() -> ::Integer
Returns
- (::Integer) — The count of rows scanned.
#row_count=
def row_count=(value) -> ::Integer
Parameter
- value (::Integer) — The count of rows scanned.
Returns
- (::Integer) — The count of rows scanned.
#scanned_data
def scanned_data() -> ::Google::Cloud::Dataplex::V1::ScannedData
Returns
- (::Google::Cloud::Dataplex::V1::ScannedData) — The data scanned for this result.
#scanned_data=
def scanned_data=(value) -> ::Google::Cloud::Dataplex::V1::ScannedData
Parameter
- value (::Google::Cloud::Dataplex::V1::ScannedData) — The data scanned for this result.
Returns
- (::Google::Cloud::Dataplex::V1::ScannedData) — The data scanned for this result.