Uses of Class
io.supabase.data.file.FileDownloadOption
Packages that use FileDownloadOption
-
Uses of FileDownloadOption in io.supabase.api
Methods in io.supabase.api with parameters of type FileDownloadOptionModifier and TypeMethodDescriptionIStorageFileAPI.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}