DataPreparation class
Defines a compiled Data Preparation entity
Constructors
-
DataPreparation({SqlDefinition? contentsSql, String? contentsYaml, List<
Target> ? dependencyTargets, bool? disabled, List<String> ? tags}) - DataPreparation.fromJson(Map json_)
Properties
- contentsSql ↔ SqlDefinition?
-
SQL definition for a Data Preparation.
getter/setter pair
- contentsYaml ↔ String?
-
The data preparation definition, stored as a YAML string.
getter/setter pair
-
dependencyTargets
↔ List<
Target> ? -
A list of actions that this action depends on.
getter/setter pair
- disabled ↔ bool?
-
Whether this action is disabled (i.e. should not be run).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Arbitrary, user-defined tags on this action.
getter/setter pair
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