Table of Contents

Class DestinationOptions

Namespace
Supabase.Storage
Assembly
Supabase.Storage.dll

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; }

Property Value

string