Module storage

Source
Expand description

Storage module for Supabase file operations

Structs§

Bucket
Storage bucket information
FileMetadata
Advanced metadata for files
FileObject
File object information
FileOptions
File options for upload
ResumableUploadConfig
Configuration for resumable uploads
SearchOptions
Search options for file metadata
Storage
Storage client for file operations
StorageEventMessage
Storage event notification message
StoragePolicy
Storage policy for Row Level Security
TransformOptions
Transform options for image processing
UploadResponse
Upload response
UploadSession
Resumable upload session information
UploadedPart
Information about an uploaded part

Enums§

ImageFormat
Image format for transformations
PolicyOperation
Policy operation types
PolicyTemplate
Pre-defined policy templates for common use cases
ResizeMode
Resize mode for image transformations
StorageEvent
Storage event types for real-time notifications

Type Aliases§

StorageEventCallback
Callback for storage events
UploadProgressCallback
Progress callback for resumable uploads