Class ClientOptions
- Namespace
- Supabase.Postgrest
- Assembly
- Supabase.Postgrest.dll
Options that can be passed to the Client configuration
public class ClientOptions
- Inheritance
-
ClientOptions
- Inherited Members
-
- Extension Methods
-
Fields
DATE_TIME_FORMAT
public const string DATE_TIME_FORMAT = "yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFK"
Field Value
- string
DateTimeStyles
public readonly DateTimeStyles DateTimeStyles
Field Value
- DateTimeStyles
Properties
public Dictionary<string, string> Headers { get; set; }
Property Value
- Dictionary<string, string>
QueryParams
public Dictionary<string, string> QueryParams { get; set; }
Property Value
- Dictionary<string, string>
Schema
public string Schema { get; set; }
Property Value
- string