Class FileOptions
- Namespace
- Supabase.Storage
- Assembly
- Supabase.Storage.dll
- 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
[JsonProperty("headers")]
public Dictionary<string, string>? Headers { get; set; }
Property Value
- Dictionary<string, string>
[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