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

Duplex

[JsonProperty("duplex")]
public string? Duplex { get; set; }

Property Value

string

Headers

[JsonProperty("headers")]
public Dictionary<string, string>? Headers { get; set; }

Property Value

Dictionary<string, string>

Metadata

[JsonProperty("metadata")]
public Dictionary<string, string>? Metadata { get; set; }

Property Value

Dictionary<string, string>

Upsert

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

Property Value

bool