Warning:
Fauna is decommissioning FQL v4 on June 30, 2025.

This driver is not compatible with FQL v10, the latest version. Fauna accounts created after August 21, 2024 must use FQL v10.
Ensure you migrate existing projects to the official v10 driver by the v4 EOL date: https://github.com/fauna/fauna-dotnet.

For more information, see the v4 end of life (EOL) announcement and related FAQ.

Fauna csharp driver  5.0.0-preview
Namespaces | Classes | Enumerations
FaunaDB.Client Namespace Reference

A thread-safe static helper used to store the last seen transaction time returned by the database. More...

Namespaces

namespace  Utils
 

Classes

class  Builder
 Builder class for DefaultClientIO class
 
class  DefaultClientIO
 Default client that handles all http connections using HttpClient.
 
class  HttpRequestExtensions
 Http Client proper timing out
 
class  TimeoutHandler
 
class  EventField
 
class  FaunaClient
 C# native client for FaunaDB. More...
 
class  HttpMethodKindExtensions
 
interface  IClientIO
 Handles actual I/O for a FaunaClient. More...
 
class  LastSeen
 
class  RequestResult
 Stores information about a single request and response. More...
 
class  RuntimeEnvironmentHeader
 
interface  IEnvironmentEditor
 
class  EnvironmentEditor
 
class  StreamingEventHandler
 
class  Unsubscriber
 
class  StreamingEventMonitor
 
class  StreamingRequestResult
 

Enumerations

enum class  HttpMethodKind {
  Get , Post , Put , Patch ,
  Delete
}
 A method used by the FaunaClient. More...
 

Detailed Description

A thread-safe static helper used to store the last seen transaction time returned by the database.

Enumeration Type Documentation

◆ HttpMethodKind

A method used by the FaunaClient.

Enumerator
Get 
Post 
Put 
Patch 
Delete 

Definition at line 8 of file HttpMethodKind.cs.