JobConfiguration class

Constructors

JobConfiguration({JobConfigurationTableCopy? copy, bool? dryRun, JobConfigurationExtract? extract, String? jobTimeoutMs, String? jobType, Map<String, String>? labels, JobConfigurationLoad? load, JobConfigurationQuery? query})
JobConfiguration.fromJson(Map json_)

Properties

copy JobConfigurationTableCopy?
[Pick one] Copies a table.
getter/setter pair
dryRun bool?
If set, don't actually run this job.
getter/setter pair
extract JobConfigurationExtract?
[Pick one] Configures an extract job.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jobTimeoutMs String?
Job timeout in milliseconds.
getter/setter pair
jobType String?
The type of the job.
getter/setter pair
labels Map<String, String>?
The labels associated with this job.
getter/setter pair
load JobConfigurationLoad?
[Pick one] Configures a load job.
getter/setter pair
query JobConfigurationQuery?
[Pick one] Configures a query job.
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