SurrealDbClientSettings Properties
Class Properties 4 members
Provides the client configuration settings for connecting to a SurrealDB server using
Net.SurrealDbClient. Gets or sets a boolean value that indicates whether the SurrealDB health check is disabled or not.
public bool DisableHealthChecks { get; set; } Gets or sets a integer value that indicates the SurrealDB health check timeout in milliseconds.
public int? HealthCheckTimeout { get; set; } Gets or sets the Service lifetime to register services under.
public ServiceLifetime? Lifetime { get; set; } The defined
Net.SurrealDbClient options used to connect to the SurrealDB server. public SurrealDbOptions? Options { get; set; }