ExportDataStatistics class
Statistics for the EXPORT DATA statement as part of Query Job.
EXTRACT JOB statistics are populated in JobStatistics4.
Constructors
- ExportDataStatistics({String? fileCount, String? rowCount})
- ExportDataStatistics.fromJson(Map json_)
Properties
- fileCount ↔ String?
-
Number of destination files generated in case of EXPORT DATA statement
only.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- rowCount ↔ String?
-
[Alpha] Number of destination rows generated in case of EXPORT DATA
statement only.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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