Namespace Supabase.Storage
Classes
- ClientOptions
 Options that can be passed into the Storage Client
- DestinationOptions
 Represents the options for a destination in the context of Supabase Storage.
- UploadMemoryCache
 Provides thread-safe in-memory caching for resumable upload URLs with sliding expiration.
- UploadSignedUrl
 Represents a Generated Upload Signed Url - can be used to upload a file without needing a logged in token or user.
Enums
- TransformOptions.ResizeType
 The resize mode can be cover, contain or fill. Defaults to cover.
- Cover resizes the image to maintain it's aspect ratio while filling the entire width and height.
 - Contain resizes the image to maintain it's aspect ratio while fitting the entire image within the width and height.
 - Fill resizes the image to fill the entire width and height.If the object's aspect ratio does not match the width and height, the image will be stretched to fit.