Namespace Supabase.Postgrest
Classes
- ClientOptions
- Options that can be passed to the Client configuration 
- FullTextSearchConfig
- Configuration Object for Full Text Search. API Reference: http://postgrest.org/en/v7.0.0/api.html?highlight=full%20text%20search#full-text-search 
- Index
- Represent a type can be used to index a collection either from the start or the end. 
- IntRange
- Represent a range has start and end indexes. 
- PostgrestContractResolver
- A custom resolver that handles mapping column names and property names as well as handling the conversion of Postgrest Ranges to a C# - Range.
- QueryFilter<TModel, TCriterion>
- Allow for the expression of a query filter with linq expressions. 
- TableWithCache<T>
- Represents a table constructed with a IPostgrestCacheProvider 
- Table<TModel>
- Class created from a model derived from - BaseModelthat can generate query requests to a Postgrest Endpoint.- Representative of a - USE $TABLEcommand.
Enums
- Constants.NullPosition
- See: https://postgrest.org/en/v7.0.0/api.html?highlight=nulls%20first#ordering 
Delegates
- OnRequestPreparedEventHandler
- Delegate representing the request to be sent to the remote server.