QueryRequest constructor

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

Implementation

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