DownloadFileConfig class Null safety

Configuration for all download actions or Process

Constructors

DownloadFileConfig({required String url, required String downloadPath, required AwsCredentialsConfig credentailsConfig, String versionId = '', bool continueDownloadIfFileDoesNotExist = true, bool resumeDownload = false})

Properties

continueDownloadIfFileDoesNotExist bool
final
credentailsConfig AwsCredentialsConfig
The credentials for the Aws client.It is of type AwsCredentialsConfig
read / write
downloadPath String
final
hashCode int
The hash code for this object.
read-onlyinherited
resumeDownload bool
This specifies if the download should be resumed
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
url String
The path of the file in the bucket.
final
versionId String
The specific version id to be downloaded.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited