Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::Asset::DiscoveryStatus::Stats.
The aggregated data statistics for the asset reported by discovery.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_items
def data_items() -> ::Integer
Returns
- (::Integer) — The count of data items within the referenced resource.
#data_items=
def data_items=(value) -> ::Integer
Parameter
- value (::Integer) — The count of data items within the referenced resource.
Returns
- (::Integer) — The count of data items within the referenced resource.
#data_size
def data_size() -> ::Integer
Returns
- (::Integer) — The number of stored data bytes within the referenced resource.
#data_size=
def data_size=(value) -> ::Integer
Parameter
- value (::Integer) — The number of stored data bytes within the referenced resource.
Returns
- (::Integer) — The number of stored data bytes within the referenced resource.
#filesets
def filesets() -> ::Integer
Returns
- (::Integer) — The count of fileset entities within the referenced resource.
#filesets=
def filesets=(value) -> ::Integer
Parameter
- value (::Integer) — The count of fileset entities within the referenced resource.
Returns
- (::Integer) — The count of fileset entities within the referenced resource.
#tables
def tables() -> ::Integer
Returns
- (::Integer) — The count of table entities within the referenced resource.
#tables=
def tables=(value) -> ::Integer
Parameter
- value (::Integer) — The count of table entities within the referenced resource.
Returns
- (::Integer) — The count of table entities within the referenced resource.