Ingestion class
Information about the SPICE ingestion for a dataset.
Constructors
- Ingestion({required String arn, required DateTime createdTime, required IngestionStatus ingestionStatus, ErrorInfo? errorInfo, String? ingestionId, int? ingestionSizeInBytes, int? ingestionTimeInSeconds, QueueInfo? queueInfo, IngestionRequestSource? requestSource, IngestionRequestType? requestType, RowInfo? rowInfo})
-
Ingestion.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String
-
The Amazon Resource Name (ARN) of the resource.
final
- createdTime → DateTime
-
The time that this ingestion started.
final
- errorInfo → ErrorInfo?
-
Error information for this ingestion.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ingestionId → String?
-
Ingestion ID.
final
- ingestionSizeInBytes → int?
-
The size of the data ingested, in bytes.
final
- ingestionStatus → IngestionStatus
-
Ingestion status.
final
- ingestionTimeInSeconds → int?
-
The time that this ingestion took, measured in seconds.
final
- queueInfo → QueueInfo?
-
final
- requestSource → IngestionRequestSource?
-
Event source for this ingestion.
final
- requestType → IngestionRequestType?
-
Type of this ingestion.
final
- rowInfo → RowInfo?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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