FeedIngestionStatus class

Contains the ingestion status of the dynamic feed.

Feed ingestion is an asynchronous process. If the feed create request is successful, feed ingestion will be processed in the background, including validation, assets retrieval, and saving the data from the resource link. The processing time is dependent on the data size in the resource link. This read-only status field contains the current stage of that processing and its ingestion state.

Constructors

FeedIngestionStatus.new({List<IngestionErrorRecord>? ingestionErrorRecords, IngestionStatus? ingestionStatus, String? state})
FeedIngestionStatus.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
ingestionErrorRecords List<IngestionErrorRecord>?
The ingestion error records of the feed.
getter/setter pair
ingestionStatus IngestionStatus?
The ingestion status of the feed.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The processing state of the feed.
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