-
Unique file identifier
Declaration
Swift
public let id: Int32 -
File size; 0 if unknown
Declaration
Swift
public let size: Int32 -
Expected file size in case the exact file size is unknown, but an approximate size is known. Can be used to show download/upload progress
Declaration
Swift
public let expectedSize: Int32 -
Information about the local copy of the file
Declaration
Swift
public let local: LocalFile -
Information about the remote copy of the file
Declaration
Swift
public let remote: RemoteFile -
Represents a file
Declaration
Swift
public init(id: Int32, size: Int32, expectedSize: Int32, local: LocalFile, remote: RemoteFile)Parameters
idUnique file identifier
sizeFile size; 0 if unknown
expectedSizeExpected file size in case the exact file size is unknown, but an approximate size is known. Can be used to show download/upload progress
localInformation about the local copy of the file
remoteInformation about the remote copy of the file
View on GitHub
Install in Dash
File Structure Reference