Class: Google::Cloud::Dataplex::V1::DataDiscoveryResult::ScanStatistics
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataDiscoveryResult::ScanStatistics
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/data_discovery.rb
Overview
Statistics of the DataDiscoveryScan.
Instance Attribute Summary collapse
-
#data_processed_bytes ⇒ ::Integer
The data processed in bytes.
-
#files_excluded ⇒ ::Integer
The number of files excluded.
-
#filesets_created ⇒ ::Integer
The number of filesets created.
-
#filesets_deleted ⇒ ::Integer
The number of filesets deleted.
-
#filesets_updated ⇒ ::Integer
The number of filesets updated.
-
#scanned_file_count ⇒ ::Integer
The number of files scanned.
-
#tables_created ⇒ ::Integer
The number of tables created.
-
#tables_deleted ⇒ ::Integer
The number of tables deleted.
-
#tables_updated ⇒ ::Integer
The number of tables updated.
Instance Attribute Details
#data_processed_bytes ⇒ ::Integer
Returns The data processed in bytes.
208 209 210 211 |
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 208 class ScanStatistics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#files_excluded ⇒ ::Integer
Returns The number of files excluded.
208 209 210 211 |
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 208 class ScanStatistics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filesets_created ⇒ ::Integer
Returns The number of filesets created.
208 209 210 211 |
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 208 class ScanStatistics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filesets_deleted ⇒ ::Integer
Returns The number of filesets deleted.
208 209 210 211 |
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 208 class ScanStatistics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filesets_updated ⇒ ::Integer
Returns The number of filesets updated.
208 209 210 211 |
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 208 class ScanStatistics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scanned_file_count ⇒ ::Integer
Returns The number of files scanned.
208 209 210 211 |
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 208 class ScanStatistics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tables_created ⇒ ::Integer
Returns The number of tables created.
208 209 210 211 |
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 208 class ScanStatistics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tables_deleted ⇒ ::Integer
Returns The number of tables deleted.
208 209 210 211 |
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 208 class ScanStatistics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tables_updated ⇒ ::Integer
Returns The number of tables updated.
208 209 210 211 |
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 208 class ScanStatistics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |