|
class | BaseClient |
| The base class for Client and DataContext. More...
|
|
class | Client |
| Represents a client for interacting with a Fauna. More...
|
|
class | Configuration |
| Configuration is a class used to configure a Fauna Client. It encapsulates various settings such as the Endpoint, secret, query timeout, and others. More...
|
|
class | Connection |
| A class that handles HTTP requests and retries.
|
|
class | DataContext |
|
struct | ErrorInfo |
| Contains detailed information about an error in a query response. More...
|
|
interface | IClient |
| Represents a client for interacting with a Fauna. More...
|
|
interface | IConnection |
| Represents an interface for making HTTP requests.
|
|
interface | IQueryFragment |
| Represents the base interface for a query fragment used for FQL query construction. More...
|
|
class | IQueryFragmentExtensions |
| Provides extension methods for the IQueryFragment interface to enhance its functionality, allowing for more flexible serialization options.
|
|
interface | IStatsCollector |
|
class | PaginationExtensions |
| Provides extension methods for pagination.
|
|
class | Query |
| Represents the abstract base class for constructing FQL queries. More...
|
|
class | QueryArr |
|
class | QueryExpr |
| Represents an FQL query expression. This class encapsulates a list of IQueryFragment instances, allowing for complex query constructions. More...
|
|
class | QueryFailure |
| Represents a failed query response. More...
|
|
class | QueryLiteral |
| Represents a literal part of an FQL query. This class is used for embedding raw string values directly into the query structure. More...
|
|
class | QueryOptions |
| Represents the options for customizing Fauna queries. More...
|
|
class | QueryResponse |
| Represents the response from a query executed. More...
|
|
class | QuerySourceExtensions |
|
struct | QueryStats |
| Contains statistics related to the execution of a query in the Fauna database. More...
|
|
struct | QueryStringHandler |
| Provides a mechanism to build FQL query expressions using interpolated strings. This structure collects fragments and literals to construct complex query expressions. More...
|
|
class | QuerySuccess |
| Represents a successful query response. More...
|
|
class | QueryVal |
| Represents a generic value holder for FQL queries. This class allows embedding values of various types into the query, with support for primitives, POCOs, and other types. More...
|
|
class | RetryConfiguration |
| A class representing a retry configuration for queries. More...
|
|
struct | Stats |
|
class | StatsCollector |
|