27 public Uri
Endpoint {
get; init; } = Constants.Endpoints.Default;
52 if (httpClient is
null)
56 Timeout = TimeSpan.FromSeconds(5)
Configuration is a class used to configure a Fauna Client. It encapsulates various settings such as t...
QueryOptions? DefaultQueryOptions
Default options for queries sent to Fauna.
HttpClient HttpClient
The HTTP Client to use for requests.
Uri Endpoint
The endpoint URL of the Fauna server.
Configuration(string secret, HttpClient? httpClient=null)
Initializes a new instance of the Configuration record with the specified secret key.
string Secret
The secret key used for authentication.
bool DisposeHttpClient
Whether the Client should dispose of the HttpClient on Dispose.
IStatsCollector? StatsCollector
StatsCollector for the client.
Represents the options for customizing Fauna queries.
A class representing a retry configuration for queries.