FileMetadata
Undocumented
-
Original filename of the file.
Declaration
Swift
public let fileName: String -
Content type of the file.
Declaration
Swift
public let contentType: String -
Details of the file, depending on it’s MIME type.
Declaration
Swift
public let details: [String: Any] -
The size of the file in bytes.
Declaration
Swift
public let size: Int -
Undocumented
View on GitHub
FileMetadata Struct Reference