QueryRequest constructor

QueryRequest({
  1. List<ConnectionProperty>? connectionProperties,
  2. bool? continuous,
  3. bool? createSession,
  4. DatasetReference? defaultDataset,
  5. bool? dryRun,
  6. String? jobCreationMode,
  7. String? kind,
  8. Map<String, String>? labels,
  9. String? location,
  10. int? maxResults,
  11. String? maximumBytesBilled,
  12. String? parameterMode,
  13. bool? preserveNulls,
  14. String? query,
  15. List<QueryParameter>? queryParameters,
  16. String? requestId,
  17. int? timeoutMs,
  18. bool? useLegacySql,
  19. bool? useQueryCache,
})

Implementation

QueryRequest({
  this.connectionProperties,
  this.continuous,
  this.createSession,
  this.defaultDataset,
  this.dryRun,
  this.jobCreationMode,
  this.kind,
  this.labels,
  this.location,
  this.maxResults,
  this.maximumBytesBilled,
  this.parameterMode,
  this.preserveNulls,
  this.query,
  this.queryParameters,
  this.requestId,
  this.timeoutMs,
  this.useLegacySql,
  this.useQueryCache,
});