FileUpload class
The file upload of a specific data source, that is, the result of the retrieval of the data source at a certain timestamp computed asynchronously when the data source processing is finished.
Only applicable to file data sources.
Constructors
Properties
- dataSourceId ↔ String?
-
The data source id.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
issues
↔ List<
Issue> ? -
The list of issues occurring in the data source.
getter/setter pair
- itemsCreated ↔ String?
-
The number of items in the data source that were created.
getter/setter pair
- itemsTotal ↔ String?
-
The number of items in the data source that were processed.
getter/setter pair
- itemsUpdated ↔ String?
-
The number of items in the data source that were updated.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- processingState ↔ String?
-
The processing state of the data source.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uploadTime ↔ String?
-
The date at which the file of the data source was uploaded.
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