Class: Google::Cloud::Dataplex::V1::Asset::DiscoveryStatus::Stats
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Asset::DiscoveryStatus::Stats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/resources.rb
Overview
The aggregated data statistics for the asset reported by discovery.
Instance Attribute Summary collapse
-
#data_items ⇒ ::Integer
The count of data items within the referenced resource.
-
#data_size ⇒ ::Integer
The number of stored data bytes within the referenced resource.
-
#filesets ⇒ ::Integer
The count of fileset entities within the referenced resource.
-
#tables ⇒ ::Integer
The count of table entities within the referenced resource.
Instance Attribute Details
#data_items ⇒ ::Integer
Returns The count of data items within the referenced resource.
783 784 785 786 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 783 class Stats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#data_size ⇒ ::Integer
Returns The number of stored data bytes within the referenced resource.
783 784 785 786 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 783 class Stats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |