Table of Contents

Class ClientOptions

Namespace
Supabase.Storage
Assembly
Supabase.Storage.dll

Options that can be passed into the Storage Client

public class ClientOptions
Inheritance
ClientOptions
Inherited Members

Fields

HttpDownloadTimeout

public TimeSpan HttpDownloadTimeout

Field Value

TimeSpan

HttpRequestTimeout

The timespan to wait before an HTTP Client request times out. See: https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient.timeout?view=net-7.0

public TimeSpan HttpRequestTimeout

Field Value

TimeSpan

HttpUploadTimeout

public TimeSpan HttpUploadTimeout

Field Value

TimeSpan