AWSProgressOperation<T> mixin
A mixin to AWSOperation which adds progress monitoring.
- Superclass Constraints
- AWSOperation<
T>
- AWSOperation<
- Mixin Applications
Properties
-
requestProgress
→ Stream<
int> -
The operation's progress sending the request, in bytes.
no setter
-
responseProgress
→ Stream<
int> -
The operation's progress receiving a response, in bytes.
no setter
- id → String
-
A unique identifier for the operation.
finalinherited
-
operation
→ CancelableOperation<
T> -
The wrapped CancelableOperation which can be used for cancelable
chaining and interop with other CancelableOperations.
finalinherited
- logger → AWSLogger
-
The logger for this class.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- runtimeTypeName → String
-
The string value of runtimeType, saving a runtime lookup and preventing
obfuscation during web compilation.
no setterinherited
Methods
-
cancel(
) → Future< void> -
Cancels the pending or in-progress operation.
inherited
-
close(
) → Future< void> -
Closes the resource and all connected objects.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited