PackedUploadSession class
Handle for an in-flight packed upload. Subscribe to progress before adding objects to avoid missing early events. Add objects to upload via PackedUploadStreams.add, then await PackedUpload.finalize to obtain the pinned objects.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
progress
→ Stream<
ShardProgress> -
Per-shard progress events across all packed objects. Closes when the
upload is finalized.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- upload → PackedUpload
-
The packed upload to add objects to and finalize.
final
Methods
-
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