GoogleCloudDataplexV1DataDiscoveryResultScanStatistics class
Describes result statistics of a data scan discovery job.
Constructors
- GoogleCloudDataplexV1DataDiscoveryResultScanStatistics.new({String? dataProcessedBytes, int? filesExcluded, int? filesetsCreated, int? filesetsDeleted, int? filesetsUpdated, int? scannedFileCount, int? tablesCreated, int? tablesDeleted, int? tablesUpdated})
- GoogleCloudDataplexV1DataDiscoveryResultScanStatistics.fromJson(Map json_)
Properties
- dataProcessedBytes ↔ String?
-
The data processed in bytes.
getter/setter pair
- filesetsCreated ↔ int?
-
The number of filesets created.
getter/setter pair
- filesetsDeleted ↔ int?
-
The number of filesets deleted.
getter/setter pair
- filesetsUpdated ↔ int?
-
The number of filesets updated.
getter/setter pair
- filesExcluded ↔ int?
-
The number of files excluded.
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
- scannedFileCount ↔ int?
-
The number of files scanned.
getter/setter pair
- tablesCreated ↔ int?
-
The number of tables created.
getter/setter pair
- tablesDeleted ↔ int?
-
The number of tables deleted.
getter/setter pair
- tablesUpdated ↔ int?
-
The number of tables updated.
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