QueueInfo class
Information about a queued dataset SPICE ingestion.
Constructors
- QueueInfo.new({required String queuedIngestion, required String waitingOnIngestion})
-
QueueInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- queuedIngestion → String
-
The ID of the ongoing ingestion. The queued ingestion is waiting for the
ongoing ingestion to complete.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- waitingOnIngestion → String
-
The ID of the queued ingestion.
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