LoadQueryStatistics class
Statistics for a LOAD query.
Constructors
- LoadQueryStatistics({String? badRecords, String? bytesTransferred, String? inputFileBytes, String? inputFiles, String? outputBytes, String? outputRows})
- LoadQueryStatistics.fromJson(Map json_)
Properties
- badRecords ↔ String?
-
The number of bad records encountered while processing a LOAD query.
getter/setter pair
- bytesTransferred ↔ String?
-
This field is deprecated.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputFileBytes ↔ String?
-
Number of bytes of source data in a LOAD query.
getter/setter pair
- inputFiles ↔ String?
-
Number of source files in a LOAD query.
getter/setter pair
- outputBytes ↔ String?
-
Size of the loaded data in bytes.
getter/setter pair
- outputRows ↔ String?
-
Number of rows imported in a LOAD query.
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