Fauna v10 .NET/C# Driver 1.0.1
 
Loading...
Searching...
No Matches
Namespaces | Classes
Fauna Namespace Reference

Namespaces

namespace  Core
 
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  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...
 
interface  IClient
 Represents a client for interacting with a Fauna. More...
 
interface  IQueryFragment
 Represents the base interface for a query fragment used for FQL query construction. More...
 
class  Query
 Represents the abstract base class for constructing FQL queries. More...
 
class  QueryArr
 Represents an array of FQL queries.
 
class  QueryExpr
 Represents an FQL query expression. This class encapsulates a list of IQueryFragment instances, allowing for complex query constructions. More...
 
class  QueryFragmentExtensions
 Provides extension methods for the IQueryFragment interface to enhance its functionality, allowing for more flexible serialization options.
 
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  QueryObj
 Represents a dictionary of FQL queries. 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  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  StreamOptions
 Represents the options when subscribing to Fauna Event Streams. More...