Class: Google::Cloud::Dataplex::V1::DataScanEvent::DataProfileResult
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataScanEvent::DataProfileResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/logs.rb
Overview
Data profile result for data scan job.
Instance Attribute Summary collapse
-
#row_count ⇒ ::Integer
The count of rows processed in the data scan job.
Instance Attribute Details
#row_count ⇒ ::Integer
Returns The count of rows processed in the data scan job.
496 497 498 499 |
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 496 class DataProfileResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |