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  4.2.0
FaunaDB.Client.FaunaClient Member List

This is the complete list of members for FaunaDB.Client.FaunaClient, including all inherited members.

FaunaClient(string secret, string endpoint="https://db.fauna.com:443", TimeSpan? timeout=null, HttpClient httpClient=null, Version httpVersion=null, bool checkNewVersion=true, IReadOnlyDictionary< string, string > customHeaders=null)FaunaDB.Client.FaunaClient
FaunaClient(IClientIO clientIO)FaunaDB.Client.FaunaClient
FromJson(string json)FaunaDB.Client.FaunaClientstatic
NewSessionClient(string secret)FaunaDB.Client.FaunaClient
Ping(string scope=null, int? timeout=null)FaunaDB.Client.FaunaClient
Query(Expr expression, TimeSpan? queryTimeout=null)FaunaDB.Client.FaunaClient
Query(params Expr[] expressions)FaunaDB.Client.FaunaClient
Query(TimeSpan queryTimeout, params Expr[] expressions)FaunaDB.Client.FaunaClient
Query(IEnumerable< Expr > expressions, TimeSpan? queryTimeout=null)FaunaDB.Client.FaunaClient
Stream(Expr data=null, IReadOnlyList< EventField > fields=null)FaunaDB.Client.FaunaClient