SourceOperationRequest class
A work item that represents the different operations that can be performed on a user-defined Source specification.
Constructors
- SourceOperationRequest({SourceGetMetadataRequest? getMetadata, String? name, String? originalName, SourceSplitRequest? split, String? stageName, String? systemName})
- SourceOperationRequest.fromJson(Map json_)
Properties
- getMetadata ↔ SourceGetMetadataRequest?
-
Information about a request to get metadata about a source.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
User-provided name of the Read instruction for this source.
getter/setter pair
- originalName ↔ String?
-
System-defined name for the Read instruction for this source in the
original workflow graph.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- split ↔ SourceSplitRequest?
-
Information about a request to split a source.
getter/setter pair
- stageName ↔ String?
-
System-defined name of the stage containing the source operation.
getter/setter pair
- systemName ↔ String?
-
System-defined name of the Read instruction for this source.
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