Uses of Class
io.supabase.data.file.FileTransformOptions
-
Uses of FileTransformOptions in io.supabase.api
Modifier and TypeMethodDescriptionIStorageFileAPI.download
(String path, FileTransformOptions transformOptions) Downloads a file from a private bucket.StorageFileAPI.download
(String path, FileTransformOptions transformOptions) Downloads a file from a private bucket.IStorageFileAPI.getPublicUrl
(String path, FileDownloadOption downloadOptions, FileTransformOptions transformOptions) Creates the url for an object in a public bucketStorageFileAPI.getPublicUrl
(String path, FileDownloadOption downloadOptions, FileTransformOptions transformOptions) Creates the url for an object in a public bucketIStorageFileAPI.getSignedUrl
(String path, int expiresIn, FileDownloadOption downloadOptions, FileTransformOptions transformOptions) POST /object/sign/{bucketName}StorageFileAPI.getSignedUrl
(String path, int expiresIn, FileDownloadOption downloadOptions, FileTransformOptions transformOptions) POST /object/sign/{bucketName}IStorageFileAPI.getSignedUrls
(List<String> paths, int expiresIn, FileDownloadOption downloadOptions, FileTransformOptions transformOptions) POST /object/sign/{bucketName}StorageFileAPI.getSignedUrls
(List<String> paths, int expiresIn, FileDownloadOption downloadOptions, FileTransformOptions transformOptions) POST /object/sign/{bucketName}