Class DestinationOptions
Represents the options for a destination in the context of Supabase Storage.
public class DestinationOptions
- Inheritance
-
DestinationOptions
- Inherited Members
Properties
DestinationBucket
Gets or sets the name of the destination bucket in the context of Supabase Storage.
public string? DestinationBucket { get; set; }