Constructors
-
QueryResponse({bool? cacheHit, DmlStatistics? dmlStats, List<ErrorProto>? errors, bool? jobComplete, JobReference? jobReference, String? kind, String? numDmlAffectedRows, String? pageToken, List<TableRow>? rows, TableSchema? schema, SessionInfo? sessionInfo, String? totalBytesProcessed, String? totalRows})
-
-
QueryResponse.fromJson(Map json_)
-
Properties
-
cacheHit
↔ bool?
-
Whether the query result was fetched from the query cache.
read / write
-
dmlStats
↔ DmlStatistics?
-
[Output-only] Detailed statistics for DML statements Present only for
DML statements INSERT, UPDATE, DELETE or TRUNCATE.
read / write
-
errors
↔ List<ErrorProto>?
-
[Output-only] The first errors or warnings encountered during the
running of the job.
read / write
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
jobComplete
↔ bool?
-
Whether the query has completed or not.
read / write
-
jobReference
↔ JobReference?
-
Reference to the Job that was created to run the query.
read / write
-
kind
↔ String?
-
The resource type.
read / write
-
numDmlAffectedRows
↔ String?
-
[Output-only] The number of rows affected by a DML statement.
read / write
-
pageToken
↔ String?
-
A token used for paging results.
read / write
-
rows
↔ List<TableRow>?
-
An object with as many results as can be contained within the maximum
permitted reply size.
read / write
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
schema
↔ TableSchema?
-
The schema of the results.
read / write
-
sessionInfo
↔ SessionInfo?
-
[Output-only] [Preview] Information of the session if this job is part
of one.
read / write
-
totalBytesProcessed
↔ String?
-
The total number of bytes processed for this query.
read / write
-
totalRows
↔ String?
-
The total number of rows in the complete query result set, which can be
more than the number of rows in this single page of results.
read / write