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
#profile
def profile() -> ::Google::Cloud::Dataplex::V1::DataProfileResult::Profile
Returns
- (::Google::Cloud::Dataplex::V1::DataProfileResult::Profile) — This represents the profile information per field.
#profile=
def profile=(value) -> ::Google::Cloud::Dataplex::V1::DataProfileResult::Profile
Parameter
- value (::Google::Cloud::Dataplex::V1::DataProfileResult::Profile) — This represents the profile information per field.
Returns
- (::Google::Cloud::Dataplex::V1::DataProfileResult::Profile) — This represents the profile information per field.
#row_count
def row_count() -> ::Integer
Returns
- (::Integer) — The count of all rows in the sampled data. Return 0, if zero rows.
#row_count=
def row_count=(value) -> ::Integer
Parameter
- value (::Integer) — The count of all rows in the sampled data. Return 0, if zero rows.
Returns
- (::Integer) — The count of all rows in the sampled data. Return 0, if zero rows.
#scanned_data
def scanned_data() -> ::Google::Cloud::Dataplex::V1::ScannedData
Returns
- (::Google::Cloud::Dataplex::V1::ScannedData) — The data scanned for this profile.
#scanned_data=
def scanned_data=(value) -> ::Google::Cloud::Dataplex::V1::ScannedData
Parameter
- value (::Google::Cloud::Dataplex::V1::ScannedData) — The data scanned for this profile.
Returns
- (::Google::Cloud::Dataplex::V1::ScannedData) — The data scanned for this profile.