QueryRequest constructor
QueryRequest({
- List<
ConnectionProperty> ? connectionProperties, - bool? continuous,
- bool? createSession,
- DatasetReference? defaultDataset,
- bool? dryRun,
- DataFormatOptions? formatOptions,
- String? jobCreationMode,
- String? kind,
- Map<
String, String> ? labels, - String? location,
- int? maxResults,
- String? maximumBytesBilled,
- String? parameterMode,
- bool? preserveNulls,
- String? query,
- List<
QueryParameter> ? queryParameters, - String? requestId,
- int? timeoutMs,
- bool? useLegacySql,
- bool? useQueryCache,
Implementation
QueryRequest({
this.connectionProperties,
this.continuous,
this.createSession,
this.defaultDataset,
this.dryRun,
this.formatOptions,
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,
});