Thumbnail
public class ThumbnailA data type represents the thumbnail of this local file. The thumbnail typically is an image file to provide preview of the local file without opening.
Since
1.4.0- 
                  
                  The local path of the thumbnail file to be uploaded. DeclarationSwift public let path: String
- 
                  
                  The width of the thumbnail. DeclarationSwift public let width: Int
- 
                  
                  The height of the thumbnail. DeclarationSwift public let height: Int
- 
                  
                  The size in bytes of the thumbnail. DeclarationSwift public let size: UInt64
- 
                  
                  The MIME type of thumbnail. DeclarationSwift public let mime: String
- 
                  
                  LocalFile thumbnail constructor. Since 1.4.0DeclarationSwift public init?(path: String, mime: String? = nil, width: Int, height: Int)Parameterspaththe local path of the thumbnail file. minethe MIME type of the thumbnail. widththe width of the thumbnail. heightthe height of the thumbnail. 
 View on GitHub
View on GitHub Thumbnail Class Reference
        Thumbnail Class Reference