InstructionOutput class

An output of an instruction.

Constructors

InstructionOutput({Map<String, Object?>? codec, String? name, bool? onlyCountKeyBytes, bool? onlyCountValueBytes, String? originalName, String? systemName})
InstructionOutput.fromJson(Map _json)

Properties

codec Map<String, Object?>?
The codec to use to encode data being written via this output.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The user-provided name of this output.
getter/setter pair
onlyCountKeyBytes bool?
For system-generated byte and mean byte metrics, certain instructions should only report the key size.
getter/setter pair
onlyCountValueBytes bool?
For system-generated byte and mean byte metrics, certain instructions should only report the value size.
getter/setter pair
originalName String?
System-defined name for this output in the original workflow graph.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemName String?
System-defined name of this output.
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