Uses of Class
io.supabase.utils.FileSize
Packages that use FileSize
-
Uses of FileSize in io.supabase.data.bucket
Methods in io.supabase.data.bucket that return FileSizeModifier and TypeMethodDescriptionBucket.fileSizeLimit()Returns the value of thefileSizeLimitrecord component.BucketOptions.getFileSizeLimit()Constructors in io.supabase.data.bucket with parameters of type FileSizeModifierConstructorDescriptionBucket(String id, String name, String owner, boolean isBucketPublic, FileSize fileSizeLimit, List<String> allowedMimeTypes, String createdAt, String updatedAt) Creates an instance of aBucketrecord 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
Methods in io.supabase.utils that return FileSizeModifier and TypeMethodDescriptionFileSize.deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)