SurrealDbClientSettings
Class sealed net10.0
Provides the client configuration settings for connecting to a SurrealDB server using
Net.SurrealDbClient. namespace CommunityToolkit.Aspire.SurrealDb;
public sealed class SurrealDbClientSettings{ // ...} 5 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesDisableHealthChecksget; setbool Gets or sets a boolean value that indicates whether the SurrealDB health check is disabled or not.
HealthCheckTimeoutget; setint? Gets or sets a integer value that indicates the SurrealDB health check timeout in milliseconds.
Lifetimeget; setServiceLifetime? Gets or sets the Service lifetime to register services under.
Optionsget; setSurrealDbOptions? The defined
Net.SurrealDbClient options used to connect to the SurrealDB server.