Fauna .NET Driver 0.1.0-beta
 
Loading...
Searching...
No Matches
Namespaces | Classes
Fauna Namespace Reference

Namespaces

namespace  Constants
 
namespace  Exceptions
 
namespace  Linq
 
namespace  Mapping
 
namespace  Serialization
 
namespace  Types
 
namespace  Util
 

Classes

class  BaseClient
 The base class for Client and DataContext. More...
 
class  Client
 Represents a client for interacting with a Fauna. More...
 
class  Connection
 An HTTP Client wrapper. More...
 
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 connections to a Fauna database. More...
 
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.
 
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