GoogleCloudDataplexV1AssetDiscoveryStatusStats class
The aggregated data statistics for the asset reported by discovery.
Constructors
- GoogleCloudDataplexV1AssetDiscoveryStatusStats({String? dataItems, String? dataSize, String? filesets, String? tables})
 - GoogleCloudDataplexV1AssetDiscoveryStatusStats.fromJson(Map json_)
 
Properties
- dataItems ↔ String?
 - 
  The count of data items within the referenced resource.
  getter/setter pair
 - dataSize ↔ String?
 - 
  The number of stored data bytes within the referenced resource.
  getter/setter pair
 - filesets ↔ String?
 - 
  The count of fileset entities within the referenced resource.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - tables ↔ String?
 - 
  The count of table entities within the referenced resource.
  getter/setter pair
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited