Class: Google::Cloud::Dataplex::V1::Asset::DiscoveryStatus::Stats

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#data_items::Integer

Returns The count of data items within the referenced resource.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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

#filesets::Integer

Returns The count of fileset entities within the referenced resource.

Returns:

  • (::Integer)

    The count of fileset entities 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

#tables::Integer

Returns The count of table entities within the referenced resource.

Returns:

  • (::Integer)

    The count of table entities 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