Uses of Class
io.supabase.utils.FileSize
-
Uses of FileSize in io.supabase.data.bucket
Modifier and TypeMethodDescriptionBucket.fileSizeLimit()
Returns the value of thefileSizeLimit
record component.BucketOptions.getFileSizeLimit()
ModifierConstructorDescriptionBucket
(String id, String name, String owner, boolean isBucketPublic, FileSize fileSizeLimit, List<String> allowedMimeTypes, String createdAt, String updatedAt) Creates an instance of aBucket
record class.BucketCreateOptions
(boolean isPublic, FileSize fileSizeLimit, List<String> allowedMimeTypes) BucketOptions
(boolean isPublic, FileSize fileSizeLimit, List<String> allowedMimeTypes) BucketUpdateOptions
(boolean isPublic, FileSize fileSizeLimit, List<String> allowedMimeTypes) -
Uses of FileSize in io.supabase.utils
Modifier and TypeMethodDescriptionFileSize.deserialize
(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)