Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DataProfileResult (v0.20.0)

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

#profile

def profile() -> ::Google::Cloud::Dataplex::V1::DataProfileResult::Profile
Returns

#profile=

def profile=(value) -> ::Google::Cloud::Dataplex::V1::DataProfileResult::Profile
Parameter
Returns

#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

#scanned_data=

def scanned_data=(value) -> ::Google::Cloud::Dataplex::V1::ScannedData
Parameter
Returns