DataTransfer class
Defines the real-time status of a Snow device's data transfer while the
device is at AWS. This data is only available while a job has a
JobState
value of InProgress
, for both import and
export jobs.
Constructors
- DataTransfer({int? bytesTransferred, int? objectsTransferred, int? totalBytes, int? totalObjects})
-
DataTransfer.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bytesTransferred → int?
-
The number of bytes transferred between a Snow device and Amazon S3.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- objectsTransferred → int?
-
The number of objects transferred between a Snow device and Amazon S3.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalBytes → int?
-
The total bytes of data for a transfer between a Snow device and Amazon S3.
This value is set to 0 (zero) until all the keys that will be transferred
have been listed.
final
- totalObjects → int?
-
The total number of objects for a transfer between a Snow device and Amazon
S3. This value is set to 0 (zero) until all the keys that will be
transferred have been listed.
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