Table of Contents

Class FileOptions

Namespace
Supabase.Storage
Assembly
Supabase.Storage.dll
public class FileOptions
Inheritance
FileOptions
Inherited Members

Properties

CacheControl

[JsonProperty("cacheControl")]
public string CacheControl { get; set; }

Property Value

string

ContentType

[JsonProperty("contentType")]
public string ContentType { get; set; }

Property Value

string

Upsert

[JsonProperty("upsert")]
public bool Upsert { get; set; }

Property Value

bool